﻿.background_pokeball .type_primary{fill:#fff}.background_pokeball .type_secondary{fill:#f8f8f8}.background_pokeball_icon .type_primary{fill:#f8f8f8}.pill_type{font-size:1rem;padding:5px 12px;border-radius:50px;font-family:"Montserrat",sans-serif;text-transform:capitalize;display:inline-block}.type_grass .h3,.type_grass .category{color:#74a954}.type_grass .type_primary{fill:#a5d28a}.type_grass .type_secondary{fill:#74a954}.type_grass.pill_type_container .pill_type{background-color:#a5d28a;color:#fff}.type_grass .stat_bar_filled{background-color:#a5d28a}.type_water .h3,.type_water .category{color:#5b93db}.type_water .type_primary{fill:#8dc0d6}.type_water .type_secondary{fill:#5b93db}.type_water.pill_type_container .pill_type{background-color:#8dc0d6;color:#fff}.type_water .stat_bar_filled{background-color:#5b93db}.type_fire .h3,.type_fire .category{color:#af5d47}.type_fire .type_primary{fill:#ffa581}.type_fire .type_secondary{fill:#af5d47}.type_fire.pill_type_container .pill_type{background-color:#ffa581}.type_fire .stat_bar_filled{background-color:#af5d47}.type_flying .h3,.type_flying .category{color:#81b9ef}.type_flying .type_primary{fill:#b8d7e4}.type_flying .type_secondary{fill:#81b9ef}.type_flying.pill_type_container .pill_type{background-color:#81b9ef}.type_flying .stat_bar_filled{background-color:#81b9ef}.type_normal .h3,.type_normal .category{color:#9fa19f}.type_normal .type_primary{fill:#cfcfcf}.type_normal .type_secondary{fill:#9fa19f}.type_normal.pill_type_container .pill_type{background-color:#cfcfcf}.type_normal .stat_bar_filled{background-color:#9fa19f}.type_dragon .h3,.type_dragon .category{color:#b69d2d}.type_dragon .type_primary{fill:#5060e1}.type_dragon .type_secondary{fill:#b69d2d}.type_dragon.pill_type_container .pill_type{background-color:#5060e1}.type_dragon .stat_bar_filled{background-color:#b69d2d}.type_fighting .h3,.type_fighting .category{color:#a7590b}.type_fighting .type_primary{fill:#d36d28}.type_fighting .type_secondary{fill:#a7590b}.type_fighting.pill_type_container .pill_type{background-color:#d36d28;color:#fff}.type_fighting .stat_bar_filled{background-color:#a7590b}.type_secret{transform:skew(4deg, 11deg) scale(1.001);filter:invert(1) hue-rotate(180deg);animation:glitch .1s ease infinite}@keyframes glitch{from{transform:skew(4deg, 11deg) scale(1.005) rotate(0deg)}to{transform:skew(4deg, 11deg) scale(1) rotate(0.1deg)}}.type_secret .h3,.type_secret .category{color:#689f8f}.type_secret .type_primary{fill:#689f8f}.type_secret .type_secondary{fill:#689f8f}.type_secret.pill_type_container .pill_type{background-color:#689f8f}.type_secret .stat_bar_filled{background-color:#689f8f}h1,.h1{font-family:"Passion One",cursive;color:#7a7a7a;font-size:clamp(3rem,6vw,6rem);font-weight:normal;text-wrap:balance}h2,.h2{font-family:"Passion One",cursive;color:#7a7a7a;font-size:4em;font-size:clamp(2rem,6vw,4rem);font-weight:normal;margin-bottom:.2em;text-wrap:balance}h3,.h3{font-family:"Passion One",cursive;color:#7a7a7a;font-size:2em;font-weight:normal;text-wrap:balance}p,dl{font-family:"Montserrat",sans-serif;font-weight:500;font-size:1.125em;color:#282828;line-height:1.8;text-wrap:pretty}p a,dl a{font-family:inherit;font-weight:inherit;font-size:inherit;color:#0c4161}dt{font-weight:bold;margin-bottom:-0.2em;margin-top:.6em}.is_main_title{text-align:center;font-size:clamp(3rem,6vw,6rem);padding:40px 10px 40px 10px}code{background-color:#282828;color:#fff;padding:.2em .4em;border-radius:4px}button,.button{background:linear-gradient(180deg, #073C5C 0%, #5588A7 100%);color:#fff;border:2px solid #fff;padding:15px 22px;border-radius:50px;font-family:"Passion One",cursive;font-size:1.125em;transition:filter .2s;cursor:pointer;text-decoration:none;font-weight:normal;display:inline-block}button:hover,.button:hover{filter:brightness(1.2)}button.no_style,.button.no_style{background:rgba(0,0,0,0);border:none;padding:0;display:inline;border-radius:0}.btn-container{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}#image-modal{display:none;position:fixed;z-index:9999;inset:0;background-color:rgba(0,0,0,.9);justify-content:center;align-items:center;cursor:zoom-out}@starting-style{#image-modal{opacity:0}}#image-modal.closing{animation:fade-out .3s ease forwards}#image-modal img,#image-modal iframe{max-width:70%;width:100%;height:auto;border-radius:16px;box-shadow:0 0 20px #000;cursor:default}@media(max-width: 640px){#image-modal img,#image-modal iframe{max-width:140%;width:130%;rotate:90deg}}#image-modal img{image-rendering:pixelated}#image-modal iframe{aspect-ratio:16/9;border:none}#image-modal #close-modal{position:absolute;top:20px;right:30px;font-size:2rem;color:#fff;background:none;border:none;cursor:pointer;z-index:10000}#image-modal #close-modal:hover{color:#ccc}@keyframes fade-in{to{opacity:1}}@keyframes fade-out{to{opacity:0}}.modal-click{transition:.3s;cursor:pointer}.modal-click:hover{scale:1.01}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden;width:100%}body{overflow-x:hidden;width:100%;background-color:#fff}.nav_links{display:flex;gap:25px 45px;margin:0}.nav_links li{list-style:none}.nav_links li a{font-family:"Passion One",cursive;color:#7a7a7a;text-decoration:none;font-size:1.5em}@media screen and (max-width: 640px){.nav_links li a{color:#fff}}@media(min-width: 640px){.nav_links li:has(>ul){position:relative;padding-right:1.2em}.nav_links li:has(>ul)::after{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb24tZG93bi1pY29uIGx1Y2lkZS1jaGV2cm9uLWRvd24iPjxwYXRoIGQ9Im02IDkgNiA2IDYtNiIvPjwvc3ZnPg==);transform:translateX(0.2em);position:absolute;transition:.3s}}.nav_links li:has(>ul):hover>ul,.nav_links li:has(>ul):focus-within>ul{display:revert}.nav_links li>ul{margin-top:25px}@media(min-width: 640px){.nav_links li>ul{position:absolute;background-color:#fff;padding:1em;top:2em;left:50%;transform:translateX(-50%);border-radius:8px;display:none;margin-top:0}}.nav_links li>ul::before{position:absolute;width:100%;height:4em;top:-0.5em;left:0;z-index:-1}@media(min-width: 640px){.nav_links li>ul::before{content:""}}.nav_links li>ul li:not(:last-child){margin-bottom:25px}@media(min-width: 640px){.nav_links li>ul li:not(:last-child){margin-bottom:.5em}}@media(min-width: 640px){.nav_links li>ul li a{color:#0c4161 !important}}.nav_toggle{width:50px;height:50px;display:none;position:fixed;right:20px;top:30px;z-index:9999;mix-blend-mode:difference;border-radius:8px}@media screen and (max-width: 640px){.nav_toggle{display:block}}.nav_toggle svg{fill:#fff;transition:.3s}.nav_top{display:flex;justify-content:space-between;align-items:center;padding:40px 150px;z-index:3;position:relative;max-width:1920px;margin-inline:auto}@media screen and (max-width: 1200px){.nav_top{padding:40px 30px}}@media screen and (max-width: 640px){.nav_top{justify-content:flex-start;flex-direction:column;align-items:flex-end;background-color:rgba(0,0,0,.65);backdrop-filter:blur(10px);height:100vh;width:250px;position:fixed;top:0;right:-250px;z-index:1000;transition:right .25s}.nav_top.expanded{right:-1px}.nav_top .nav_links{flex-direction:column;text-align:right;margin-top:60px}.nav_top .pokeball_icon{display:none}}.nav_top .pokeball_icon svg{transition:.4s}.nav_top .pokeball_icon svg path{fill:#7a7a7a}.nav_top .pokeball_icon svg:hover{transform:rotate(225deg)}.nav_top .nav_links a:hover{text-decoration:underline}footer{border-top:5px solid #b8d7e4;background-image:url("../assets/background-white.svg");margin-top:150px}footer .copyright{max-width:900px;margin-inline:auto;text-align:center;font-size:.8rem;color:#7a7a7a;padding:0 24px 40px}.nav_bottom{display:flex;justify-content:space-between;align-items:center;padding:40px 150px;max-width:1920px;margin-inline:auto}@media screen and (max-width: 1200px){.nav_bottom{flex-direction:column;justify-content:center;gap:20px}}.nav_bottom .logo_fs{max-width:400px;min-width:250px;width:100%}@media screen and (max-width: 1200px){.nav_bottom .nav_links{flex-wrap:wrap;justify-content:center;align-items:center}}.nav_bottom .nav_links a{color:#282828}.nav_bottom .nav_links a:hover{text-decoration:underline}.nav_socials{list-style-type:none;text-align:center}.nav_socials li{display:inline;margin-right:1em}.nav_socials li:hover{opacity:.5}.nav_socials li svg{stroke:#282828}.page_single header{background-image:url("../assets/background-white.svg");padding-bottom:60px}.page_max_width{max-width:1350px;margin:0 auto;margin-top:-90px;padding:0 30px !important;box-sizing:content-box}.grid_2_elements{display:flex;justify-content:center;align-items:center;gap:50px;flex-wrap:wrap;max-width:1350px;margin:0 auto}.grid_2_elements img{max-width:500px;width:100%;border-radius:16px;box-shadow:0 4px 25px rgba(0,0,0,.25)}@media(min-width: 1200px){.grid_2_3_elements{grid-gap:2rem;align-items:start;display:grid;grid-template-columns:2fr 1fr}}@media(min-width: 1200px){.flex_2_3_elements{display:flex;justify-content:center;align-items:flex-start;gap:2rem}}.separator_image{width:100%;height:150px;border-radius:8px;margin:1rem 0;overflow:hidden}.separator_image img{width:100%;height:100%;object-fit:cover}.collapsible_container{width:100%;background-color:#fff;box-shadow:0 4px 25px rgba(172,172,172,.25);border-radius:8px;padding:15px 40px;margin:1rem 0}.collapsible_container .collapsible{width:100%;text-align:left}.collapsible_container .collapsible .h3{color:#0c4161}.collapsible_container .collapsible .h3:after{content:"+";color:#7a7a7a;font-weight:bold;float:right;margin-left:5px}.collapsible_container .active .h3:after{content:"−"}.collapsible_container .content{max-height:0;overflow:hidden;transition:max-height .2s ease-out}@media(min-width: 640px){.collapsible_container .content{padding-right:2.5rem}}.discord_widget{width:100%}.logo_fs_mobile{display:none;width:clamp(250px,65vw,400px);margin:0 auto}.logo_fs_mobile img{width:100%;padding:2rem 30px 1rem}@media(max-width: 640px){.logo_fs_mobile{display:block}}.scroll-top{position:fixed;bottom:15px;right:20px;z-index:9999;mix-blend-mode:difference}.scroll-top:hover a{transform:translateY(-0.5rem)}.scroll-top.hidden-scroll a{transform:translateY(75px)}.scroll-top a{width:42px;height:42px;display:flex;justify-content:center;align-items:center;transition:ease .3s;color:#fff}.twitter-embed{margin-top:2rem}.homepage h2{color:#0c4161}.homepage header{text-align:center;position:relative;overflow:hidden}.homepage header:after{content:"";display:block;background-color:#e4f7ff;width:110%;height:100px;position:absolute;bottom:-1px;left:0px;transform:rotate(0deg);z-index:1;clip-path:polygon(0 0, 0% 100%, 100% 100%)}@media screen and (max-width: 640px){.homepage header{padding:30px 0 0 0}}.homepage header video{position:absolute;width:calc(100% + 30px);height:calc(100% + 30px);object-fit:cover;top:-15px;left:-15px;z-index:0;filter:blur(10px) brightness(0.8)}.homepage .nav_links li a{color:#fff}.homepage .nav_links li:has(>ul)::after{filter:invert(1)}.homepage .pokeball_icon svg path{fill:#fff}.homepage .nav_bottom .nav_links a{color:#282828}.homepage .title_header{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:35px 0 150px 0;margin:0 20px;z-index:1;position:relative}.homepage .title_header .logo_fs{max-width:800px;width:100%}.homepage .title_header h1{color:#fff}@media screen and (max-width: 640px){.homepage .title_header h1{font-size:4em}}.homepage .title_header .button{margin:25px 0 80px}@media screen and (max-width: 640px){.homepage .title_header .button{margin:10px 0 -20px}}.homepage .div_text{max-width:560px;width:100%;position:relative}.homepage #about{background-color:#e4f7ff;display:flex;justify-content:center;align-items:center;gap:20px 100px;padding:0 30px;background-image:url("../assets/pokeball-blue.svg");background-size:40%;background-repeat:no-repeat;background-position:20% top;scroll-margin-top:170px;position:relative;overflow-x:clip}.homepage #about::after{content:"";display:block;background-color:#fff;width:100%;height:140px;position:absolute;bottom:-1px;left:0;z-index:1;clip-path:polygon(100% 0, 0% 100%, 100% 100%)}@media screen and (max-width: 1200px){.homepage #about::after{height:90px}}@media screen and (max-width: 1200px){.homepage #about{background-size:110%;flex-direction:column-reverse;background-position:center 500px}.homepage #about h2{text-align:center;margin:20px}}.homepage #about .div_text{margin-top:-7em}@media screen and (max-width: 1200px){.homepage #about .div_text{margin-top:0}}.homepage #about img{margin-top:-180px;max-width:670px;width:100%;z-index:1}@media screen and (max-width: 1200px){.homepage #about img{margin-top:0}}.homepage #mega{padding:0 40px 60px;scroll-margin-top:120px}.homepage #mega::before,.homepage #mega::after{content:"";display:block;width:100vw;position:relative;background:url(/assets/divider.png) repeat-x center center;background-size:auto 203%;background-position:top;height:33px;position:absolute;top:-40px;left:50%;transform:translateX(-50%);z-index:-1}@media screen and (max-width: 1200px){.homepage #mega::before,.homepage #mega::after{top:0}}.homepage #mega::after{top:unset;bottom:-40px;background-position:bottom}.homepage .about-block{display:flex;flex-direction:column;gap:60px 95px;margin:60px auto;padding:0 40px;width:fit-content;position:relative;z-index:2}@media screen and (max-width: 1200px){.homepage .about-block{flex-direction:column;margin-top:0}}.homepage .about-block .section_beginning,.homepage .about-block .section_discover{display:flex;gap:20px 50px;align-items:center}@media screen and (max-width: 1200px){.homepage .about-block h2{text-align:center}.homepage .about-block .section_beginning{flex-direction:column}.homepage .about-block .section_discover{flex-direction:column-reverse}}.homepage .about-block .screenshot{max-width:620px;width:100%;border-radius:16px;box-shadow:0 4px 25px rgba(0,0,0,.25);margin:20px 0 0 0}.homepage .about-block .chantoiseau{max-width:460px;width:100%;display:block;margin:-250px auto 0 auto}@media screen and (max-width: 1200px){.homepage .about-block .chantoiseau{margin:0 auto 0 auto}}.homepage .about-block .mega-logo{margin:-100px auto 0 auto;position:relative;animation:float infinite 3s alternate}.homepage .about-block .mega-logo::before,.homepage .about-block .mega-logo::after{content:"";position:absolute;top:50%;left:50%;width:clamp(180px,30vw,400px);height:clamp(180px,30vw,400px);transform-origin:top left;border-radius:500px;filter:blur(20px);animation:rotate infinite 3s linear}@media(min-width: 640px){.homepage .about-block .mega-logo::before,.homepage .about-block .mega-logo::after{filter:blur(50px)}}.homepage .about-block .mega-logo::before{background:radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);z-index:-1;opacity:.8}.homepage .about-block .mega-logo::after{background:#e2923e;background:linear-gradient(90deg, rgb(226, 146, 62) 0%, rgb(87, 199, 133) 33%, rgb(97, 180, 227) 66%, rgb(210, 65, 137) 100%);background-size:contain;background-repeat:no-repeat;z-index:-2;opacity:.7}@keyframes rotate{from{transform:rotate(0deg) translate(-50%, -50%)}to{transform:rotate(360deg) translate(-50%, -50%)}}@keyframes float{from{transform:translateY(0)}to{transform:translateY(1rem)}}@media screen and (max-width: 1200px){.homepage .about-block .mega-logo{margin:0 auto 0 auto}}.homepage .about-block .mega-logo img{width:100%;display:block;max-width:380px}.homepage #partner{background-image:url("../assets/background-white.svg")}.homepage #partner h2{text-align:center;padding:40px 10px 40px 10px}.homepage #partner .card_partner{min-height:415px}.homepage #screenshots{margin:0 30px}.homepage #screenshots h2{text-align:center;padding:40px 10px 40px 10px}.homepage #full-width-img{width:100%;height:400px;margin:0;position:relative}@media(min-width: 640px){.homepage #full-width-img{height:1000px;margin:5rem 0 0rem 0}}.homepage #full-width-img::before,.homepage #full-width-img::after{content:"";display:block;background-color:#fff;width:100%;height:40px;position:absolute;z-index:1;left:0}@media(min-width: 640px){.homepage #full-width-img::before,.homepage #full-width-img::after{height:160px}}.homepage #full-width-img::before{top:-1px;clip-path:polygon(0 0, 0 100%, 100% 0)}.homepage #full-width-img::after{bottom:-1px;clip-path:polygon(100% 100%, 0 100%, 0 0)}.homepage #full-width-img img{width:100%;height:100%;object-fit:cover;image-rendering:pixelated}.pokedex #partner{padding:0 0 120px 0}.pokedex #partner .list_card_partner{padding:0}.pokedex #partner .list_card_partner .card_partner{max-width:430px}#partner{padding:80px 0 120px 0}#partner .list_card_partner{display:flex;justify-content:center;align-items:center;gap:50px 35px;flex-wrap:wrap;max-width:1330px;margin:0 auto;padding:0 30px;box-sizing:content-box}#partner .card_partner{border-radius:16px;box-shadow:0 4px 25px rgba(0,0,0,.25);max-width:420px;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:40px 30px;margin-top:110px;z-index:1;background-color:#fff;position:relative}#partner .card_partner:hover{transform:translateY(-5px);transition-delay:0s;transition-duration:.2s}#partner .card_partner a{text-decoration:none}#partner .card_partner a::after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%}#partner .card_partner .picture{max-width:275px;width:100%;height:275px;border-radius:500px;display:flex;justify-content:center;align-items:center;margin-top:-150px;margin-bottom:20px;position:relative}#partner .card_partner .picture .artwork{height:100%;width:100%;object-fit:contain;z-index:1}#partner .card_partner .picture .background_pokeball{position:absolute;width:275px;height:275px;z-index:0;border-radius:500px;overflow:hidden}#partner .card_partner .info{display:flex;flex-direction:column;align-items:center}#partner .card_partner .info .h3{text-align:center}#partner .card_partner .info .category{font-family:"Montserrat",sans-serif;font-size:1.125em;margin-bottom:20px;text-align:center}#partner .card_partner .info p{line-height:1.5}.pokedex_single .details{display:flex;justify-content:center;align-items:center;gap:0 100px;position:relative;max-width:1920px;overflow-y:clip;margin-inline:auto;padding:20px 0}@media screen and (max-width: 1200px){.pokedex_single .details{gap:0 25px}}@media screen and (max-width: 640px){.pokedex_single .details{flex-direction:column-reverse}}.pokedex_single .details .background_pokeball_icon{position:absolute;width:150%;height:150%;top:50%;right:0;transform:translate(35%, -50%)}@media screen and (max-width: 640px){.pokedex_single .details .background_pokeball_icon{top:12rem;right:20%}}.pokedex_single .details main{max-width:27%;width:100%;position:relative;z-index:1}@media screen and (max-width: 1200px){.pokedex_single .details main{max-width:45%;margin:0 0 0 50px}}@media screen and (max-width: 640px){.pokedex_single .details main{padding:0 25px;margin:0 auto;max-width:100%}}.pokedex_single .details aside{max-width:45%;width:100%;position:relative;z-index:1}@media screen and (max-width: 1200px){.pokedex_single .details aside{margin:0 auto;height:auto}}@media screen and (max-width: 640px){.pokedex_single .details aside{max-width:100%}}.pokedex_single .pill_type{margin-right:.5em}.pokedex_single .description,.pokedex_single .abilities,.pokedex_single .measures,.pokedex_single .stats{margin-top:1rem;background-color:#fff;border-radius:8px;padding:.5em .8em;width:fit-content}.pokedex_single .stats{width:100%}.pokedex_single .stats>div:nth-child(odd) .stat_bar_filled{animation-delay:.25s !important}.pokedex_single .stats>div{margin-bottom:15px}.pokedex_single .stats .value{margin-left:15px}.pokedex_single .stats .stat_bar{max-width:330px;border-radius:50px;height:8px;background-color:#d9d9d9;overflow:hidden;margin-top:2px}.pokedex_single .stats .stat_bar .stat_bar_filled{height:100%}.pokedex_single .stats .stat_bar .stat_bar_filled.random{width:0;animation:.5s ease-in-out infinite alternate random}@keyframes random{from{width:0%}to{width:100%}}.pokedex_single .picture{max-width:1080px;max-height:870px;position:relative;display:flex;justify-content:center;align-items:center}.pokedex_single .picture .artwork{position:relative;z-index:1;max-height:600px;width:100%;object-fit:contain}@media screen and (max-width: 640px){.pokedex_single .picture .artwork{height:80%;width:80%}}.pokedex_single h1 sup{font-size:.5em}.pokedex_single h2{text-align:center}.pokedex_single .evolutions{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem;background-image:url("../assets/background-white.svg");padding:3rem;margin:2rem 0}@media screen and (max-width: 640px){.pokedex_single .evolutions{flex-direction:column}.pokedex_single .evolutions>span{transform:rotate(90deg) translateX(0.5em)}}.pokedex_single .evolutions h2{width:100%;font-size:2rem;margin-bottom:-0.5em}.pokedex_single .evolutions h3{text-align:center}.pokedex_single .evolutions a{text-decoration:none}.pokedex_single .evolutions .separator{color:#7a7a7a;margin-top:-1em}.pokedex_single .evolutions .circle_evo{width:225px;height:225px;border-radius:500px;display:flex;justify-content:center;align-items:center}.pokedex_single .evolutions .circle_evo img{width:100%;height:100%;object-fit:contain}.pokedex_single #screenshots{max-width:1350px;margin:0 auto;padding:0 30px;display:flex;justify-content:center;align-items:center;flex-direction:column}.pokedex_single #screenshots h2{margin-bottom:.5em}.pokedex_single #screenshots .button{text-align:center;margin-top:2rem}.dev-team ul{padding:0;padding-bottom:2rem;list-style:none;display:flex;flex-wrap:wrap;gap:1rem}.dev-team ul li{background:#fff;border-radius:16px;box-shadow:0 4px 25px rgba(0,0,0,.25);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;transition:.3s;text-align:center;width:100%;gap:1rem;color:#0c4161}@media(min-width: 640px){.dev-team ul li{max-width:calc(33% - .75rem)}}@media(min-width: 1200px){.dev-team ul li{max-width:calc(25% - .75rem)}}.dev-team ul li em{font-size:.6em;margin-top:-1em;color:#7a7a7a}.dev-team ul li:hover{transform:translateY(-0.3rem)}.dev-team ul li:hover img{animation:jump .15s infinite linear alternate}.dev-team ul li img{max-width:128px;width:100%;image-rendering:pixelated}@keyframes jump{from{transform:translateY(0)}to{transform:translateY(-0.3rem)}}/*# sourceMappingURL=style.css.map */
