@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Khand:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;color:#4c5b7b;font-family:Geist,sans-serif;font-weight:400;font-size:16px;line-height:1.5;background-color:inherit;margin:0;min-height:100%;overflow-x:clip}*,.scroll-smooth,a[href^="#"]{scroll-behavior:smooth}.header__area{position:static;top:0;left:0;z-index:99;width:100%;scroll-snap-align:start;transition:transform .3s ease,background-color .3s ease,-webkit-backdrop-filter .3s ease;transition:transform .3s ease,background-color .3s ease,backdrop-filter .3s ease;transition:transform .3s ease,background-color .3s ease,backdrop-filter .3s ease,-webkit-backdrop-filter .3s ease}.header__area--wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:16px 0;min-height:64px;transition:min-height .2s ease}@media(max-width:480px){.header__area--wrapper{padding:8px 0}}.header__area--left{gap:clamp(32px,3vw,64px)}.header__area--left,.header__area--logo{display:flex;align-items:center;justify-content:center}.header__area--logo:focus-visible img,.header__area--logo:hover img{transform:scale(1.08)}.header__area--logo img{height:40px;display:inline-block;transform-origin:50% 50%;transition:transform .25s ease}@media(prefers-reduced-motion:reduce){.header__area--logo img{transition:none}}.header__area--nav{display:flex;align-items:center;gap:clamp(16px,3vw,32px);position:relative}@media(max-width:1024px){.header__area--nav{display:none}}.header__area--nav--list{display:flex;align-items:center;gap:24px;list-style:none;padding:0;margin:0}.header__area--nav--list--item{position:relative}.header__area--nav--list--item a{color:#161415;text-decoration:none;font-weight:500;font-size:clamp(12px,3vw,16px);transition:color .2s ease}.header__area--nav--list--item a.header__area--nav--link--active,.header__area--nav--list--item a:hover{color:#eb222d}.header__area--nav--list--item a:after{content:"";position:absolute;bottom:-4px;left:0;width:16px;height:2px;background-color:rgba(0,0,0,0);transform:scaleX(0)}.header__area--nav--list--item a.header__area--nav--link--active:after,.header__area--nav--list--item a:hover:after{background-color:#eb222d;transform:scaleX(1);transition:transform .2s ease}.header__area .has-dropdown{position:relative}.header__area .has-dropdown:after{content:"";position:absolute;top:100%;left:0;width:100%;height:40px;background:rgba(0,0,0,0)}.header__area .has-dropdown:hover>.header__area--dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.header__area--dropdown{position:absolute;top:100%;left:0;margin-top:16px;background:#fff;padding:8px;min-width:200px;border-radius:16px;box-shadow:0 6px 24px rgba(0,0,0,.08);z-index:9;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:all .25s ease;list-style:none;display:flex;flex-direction:column;gap:8px}.header__area--dropdown li a{display:flex;align-items:center;gap:8px;white-space:nowrap;padding:12px 16px;width:100%;color:#161415;font-size:16px;text-decoration:none;border-radius:8px}.header__area--dropdown li a svg{font-size:8px}.header__area--dropdown li a:after{content:none!important}.header__area--dropdown li a.--active,.header__area--dropdown li a:hover{background:rgba(235,34,45,.05);color:#eb222d!important}.header__area--actions{display:flex;align-items:center;gap:16px}@media(max-width:1024px){.header__area--actions--button{display:none}}.header__area--actions small{font-size:clamp(12px,2.5vw,14px);font-weight:500;color:#c6c9cc}@media(max-width:480px){.header__area--actions small{display:none}}@media(max-width:768px){.header__area--actions{gap:12px}.header__area--actions .button__wrapper{padding:4px 12px;height:40px}}.header__area--mobile-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:rgba(0,0,0,0);color:#161415;cursor:pointer;border-radius:4px;transition:all .2s ease}@media(max-width:1024px){.header__area--mobile-toggle{display:flex}}.header__area--mobile-toggle:hover{background:rgba(22,20,21,.05)}.header__area--mobile-toggle:focus-visible{outline:2px solid #eb222d;outline-offset:2px}.header__area--mobile-toggle svg{width:24px;height:24px}.header__area.is-sticky{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:-webkit-sticky;position:sticky}.header__area.is-sticky .header__area--wrapper{padding:8px 0}.header__area.is-sticky .button__wrapper{padding:4px 12px;height:40px}.header__area.is-sticky .button__wrapper .--text{font-size:12px}.header__area.is-sticky .button__wrapper .--icon{width:20px;height:20px}.header__area.is-sticky .header__area--nav--list--item a{color:#4c5b7b}.header__area.is-hidden{transform:translateY(-100%)}.header__drawer{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1000;pointer-events:none;opacity:0;transition:opacity .3s ease}.header__drawer.is-open{pointer-events:all;opacity:1}.header__drawer.is-open .header__drawer--content{transform:translateX(0)}.header__drawer.is-open .header__drawer--overlay{opacity:1}.header__drawer--overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(22,20,21,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .3s ease}.header__drawer--content{position:absolute;top:0;right:0;width:100%;max-width:400px;height:100%;background:#fff;box-shadow:-4px 0 24px rgba(22,20,21,.15);transform:translateX(100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow-y:auto}@media(max-width:480px){.header__drawer--content{max-width:100%}}.header__drawer--header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(22,20,21,.08)}.header__drawer--logo{display:flex;align-items:center;justify-content:center}.header__drawer--logo img{height:40px;width:auto}.header__drawer--close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:rgba(0,0,0,0);color:#161415;cursor:pointer;border-radius:4px;transition:all .2s ease}.header__drawer--close:hover{background:rgba(22,20,21,.05)}.header__drawer--close:focus-visible{outline:2px solid #eb222d;outline-offset:2px}.header__drawer--close svg{width:24px;height:24px}.header__drawer--nav{flex:1 1;padding:1rem 0;overflow-y:auto}.header__drawer--nav--list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.header__drawer--nav--list--item{border-bottom:1px solid rgba(22,20,21,.05)}.header__drawer--nav--list--item a{display:block;padding:1rem 1.5rem;color:#161415;text-decoration:none;font-weight:500;font-size:16px;transition:all .2s ease}.header__drawer--nav--list--item a:hover{background:rgba(235,34,45,.05);color:#eb222d}.header__drawer--nav--list--item a.header__drawer--nav--link--active{color:#eb222d;background:rgba(235,34,45,.1);border-left:3px solid #eb222d}.header__drawer--actions{padding:12px 16px;border-top:1px solid rgba(22,20,21,.08)}.header__drawer--actions .button__wrapper{width:100%}.header__drawer--dropdown{position:relative}.header__drawer--dropdown--arrow{background:rgba(0,0,0,0);border:none;padding:1rem;cursor:pointer;display:flex;align-items:center;transition:transform .2s ease;position:absolute;right:16px;top:0;bottom:0;margin:auto}.header__drawer--dropdown--arrow svg{color:#eb222d}.header__drawer--dropdown--arrow.open{transform:rotate(180deg)}.header__drawer--dropdown--submenu{background:rgba(22,20,21,.03);display:flex;flex-direction:column;list-style:none;padding:8px;gap:8px}.header__drawer--dropdown--submenu li a{padding:.8rem 1.5rem;display:block;color:#161415;font-size:15px}.header__drawer--dropdown--submenu li a:hover{background:rgba(22,20,21,.04);color:#161415;border-left:3px solid #161415}.header__drawer--dropdown--submenu--active{color:#161415!important;background:rgba(22,20,21,.04);border-left:3px solid #161415;font-weight:600}.footer__section{background-color:#161415;color:#fff;padding:48px 48px 24px;margin:24px 0}@media(max-width:991px){.footer__section{padding:40px 24px 24px}}.footer__section--main{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:3rem}@media(max-width:1024px){.footer__section--main{grid-template-columns:1fr;gap:2rem}}.footer__section--left{display:flex;flex-direction:column;gap:2rem}.footer__section--brand{display:flex;align-items:center;gap:1rem;flex-shrink:0;height:80px}.footer__section--brand img{height:100%;width:auto}.footer__section--description{font-size:clamp(14px,2vw,16px);line-height:1.6;color:hsla(0,0%,100%,.9);margin:0;max-width:500px}.footer__section--certifications{display:flex;align-items:center;gap:2px;border-radius:2px;width:-moz-fit-content;width:fit-content}.footer__section--certifications--item{display:flex;justify-content:center;align-items:center}.footer__section--certifications--item img{height:64px;width:auto}.footer__section--links{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding-bottom:2rem}.footer__section--links--list{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;list-style:none;padding:0;margin:0}.footer__section--links--link{font-size:clamp(14px,2vw,16px);font-weight:400;color:#fff;text-decoration:none;transition:all .3s ease}.footer__section--links--link:hover{color:#eb222d}.footer__section--right{width:100%;height:400px}@media(max-width:1024px){.footer__section--right{height:300px}}.footer__section--map{width:100%;height:100%;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.2)}.footer__section--map iframe{width:100%;height:100%;border:none}.footer__section--bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);flex-wrap:wrap;gap:1rem}@media(max-width:768px){.footer__section--bottom{flex-direction:column;text-align:center;flex-direction:column-reverse}}.footer__section--bottom--copyright{font-size:clamp(12px,1.5vw,14px);color:hsla(0,0%,100%,.8)}.footer__section--bottom--social{display:flex;gap:.75rem;align-items:center}.footer__section--bottom--social--icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:4px;color:#fff;transition:all .3s ease;text-decoration:none}.footer__section--bottom--social--icon:hover{background-color:#fff;color:#161415;transform:translateY(-2px)}.footer__section--bottom--social--icon svg{width:32px;height:32px}.button__wrapper{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;width:-moz-fit-content;width:fit-content;border:none;background:#fff;color:#161415;border-radius:4px;cursor:pointer;transition:all .3s ease;outline:none;white-space:nowrap;font-family:Geist,sans-serif;height:44px;overflow:hidden;text-decoration:none;padding:8px 12px}@media(max-width:768px){.button__wrapper{height:40px}}.button__wrapper:hover:not(.button__wrapper--disabled){color:#161415;transition:all .3s ease}.button__wrapper--content{display:flex;align-items:center;gap:8px}.button__wrapper .--icon{display:flex;align-items:center;justify-content:center}.button__wrapper .--icon svg{color:currentColor;font-weight:700;font-size:16px}.button__wrapper .--text{color:#161415;font-size:clamp(14px,3vw,16px);font-weight:500;font-family:Geist,sans-serif}.button__wrapper--default{background-color:#fff;border:1px solid #eb222d}.button__wrapper--default .--icon,.button__wrapper--default .--text{color:#eb222d}.button__wrapper--default:hover{border:1px solid #161415}.button__wrapper--primary{border:1.5px solid #eb222d;background-color:#eb222d}.button__wrapper--primary .--icon{color:#fff}.button__wrapper--primary .--icon svg{color:currentColor}.button__wrapper--primary .--text{color:#fff}.button__wrapper--primary:hover{background-color:rgba(235,34,45,.08)!important;border:1.5px solid #eb222d!important;transition:all .3s ease}.button__wrapper--primary:hover .--icon,.button__wrapper--primary:hover .--text{color:#eb222d!important}.button__wrapper--secondary{background-color:#fad22d;border:1.5px solid #fad22d}.button__wrapper--secondary .--icon{color:#fff}.button__wrapper--secondary .--icon svg{color:currentColor}.button__wrapper--secondary .--text{color:#fff}.button__wrapper--secondary:hover{background-color:rgba(250,210,45,.2)!important;border:1.5px solid #fad22d!important;color:#161415!important;transition:all .3s ease}.button__wrapper--secondary:hover .--icon,.button__wrapper--secondary:hover .--text{color:#161415!important}.button__wrapper--thirdly{background-color:#161415;border:1.5px solid #161415}.button__wrapper--thirdly .--icon{color:#fff}.button__wrapper--thirdly .--icon svg{color:currentColor}.button__wrapper--thirdly .--text{color:#fff}.button__wrapper--thirdly:hover{background-color:#fff!important;border:1.5px solid #161415!important;color:#161415!important;transition:all .3s ease}.button__wrapper--thirdly:hover .--icon,.button__wrapper--thirdly:hover .--text{color:#161415!important}.button__wrapper--outlined{background-color:rgba(0,0,0,0);border:1.5px solid #161415}.button__wrapper--outlined .--icon{color:#161415}.button__wrapper--outlined .--icon svg{color:currentColor}.button__wrapper--outlined .--text{color:#161415}.button__wrapper--outlined:hover{background-color:#161415!important;border:1.5px solid #161415!important;color:#fff!important;transition:all .3s ease}.button__wrapper--outlined:hover .--icon,.button__wrapper--outlined:hover .--text{color:#fff!important}.button__wrapper--gray{border:1.5px solid #eceff3;background-color:#eceff3}.button__wrapper--gray .--icon{color:#161415}.button__wrapper--gray .--icon svg{color:currentColor}.button__wrapper--gray .--text{color:#161415}.button__wrapper--gray:hover{background-color:rgba(236,239,243,.2)!important;border:1.5px solid #eceff3!important;transition:all .3s ease}.button__wrapper--gray:hover .--icon,.button__wrapper--gray:hover .--text{color:#161415!important}.button__wrapper--white{background-color:rgba(0,0,0,0)}.button__wrapper--white .--icon,.button__wrapper--white .--text{color:#fff}.button__wrapper--white:hover,.button__wrapper--white:hover .--icon,.button__wrapper--white:hover .--text{color:#fad22d!important}.button__wrapper--link{background-color:rgba(0,0,0,0);height:auto;border-radius:0;gap:2px;border-bottom:1px solid #161415;padding:0 0 4px}.button__wrapper--link .--icon{background-color:rgba(0,0,0,0);color:#161415;width:auto;height:auto}.button__wrapper--link .--text{color:#161415;padding:0}.button__wrapper--link:hover{color:#eb222d!important}.button__wrapper--underline{border-bottom:1.5px solid #fff;background-color:rgba(0,0,0,0)}.button__wrapper--underline .--icon{background-color:rgba(0,0,0,0);color:#4c5b7b}.button__wrapper--underline .--text{color:#4c5b7b}.button__wrapper--underline:hover{color:#4c5b7b!important}.button__wrapper--icon-only{height:44px;width:44px}@media(max-width:768px){.button__wrapper--icon-only{height:40px;width:40px}}.button__wrapper--full-width{width:100%}.button__wrapper--disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.button__wrapper:focus-visible{outline:2px solid #eb222d;outline-offset:2px}.heading__area{display:flex;flex-direction:column;align-items:flex-start;width:75%;text-align:left;gap:clamp(8px,2.5vw,8px)}@media(max-width:768px){.heading__area{width:100%}}.heading__area--motif{height:8px;width:-moz-fit-content;width:fit-content}.heading__area--tag{font-size:clamp(12px,3vw,14px);font-weight:500;color:#257dfa}.heading__area--title--wrapper{display:flex;flex-direction:column;gap:4px}.heading__area--subtitle{font-size:clamp(18px,3vw,24px);line-height:1.3;font-weight:400;font-family:Geist,sans-serif;color:#161415}.heading__area--title{font-size:clamp(24px,5vw,40px);line-height:1.2;font-weight:600;color:#161415;font-family:Geist,sans-serif;font-family:Khand,sans-serif}.heading__area .dot{color:#257dfa}.heading__area--description{font-size:clamp(12px,3vw,16px);line-height:1.6;font-weight:400;color:#4c5b7b;width:100%}.heading__area.has-padding{padding-bottom:16px}@media(max-width:768px){.heading__area.has-padding{padding-bottom:8px}}.heading__area--center{text-align:center;align-items:center;justify-content:center;width:100%}.heading__area--center .heading__area--title{color:#fff}.heading__area--left{text-align:left;align-items:flex-start;width:-moz-fit-content;width:fit-content}.heading__area--right{text-align:right;align-items:flex-end}.heading__area--sm{font-size:clamp(20px,3vw,24px)!important}.heading__area--md{font-size:clamp(24px,3vw,32px)!important}.heading__area--lg{font-size:clamp(24px,5vw,40px)!important}.heading__area--xl{font-size:clamp(40px,3vw,48px)!important}.text--medium{font-size:clamp(16px,3vw,18px)}.text--medium,.text--normal{line-height:1.6;font-weight:400;color:#161415;width:100%}.text--normal{font-size:clamp(10px,2vw,16px)}.text--small{font-size:clamp(10px,2vw,14px)}.text--large,.text--small{line-height:1.6;font-weight:400;color:#161415;width:100%}.text--large{font-size:clamp(16px,3vw,24px)}.hero__section{position:relative;width:100%;margin:auto;overflow:hidden}.hero__section--background--image{width:100%;height:87vh;object-fit:cover;object-position:center;display:flex}@media(max-width:991px){.hero__section--background--image{height:calc(80vh - 0px);aspect-ratio:2/1;object-position:left;height:360px;object-fit:cover;object-position:center}}@media(max-width:420px){.hero__section--background--image{height:260px}}.hero__section--caption{position:absolute;right:6%;bottom:0;top:0;margin:auto;display:flex!important;flex-direction:column;align-items:flex-start;justify-content:center;gap:16px;padding:24px;text-align:left;width:50%;height:-moz-fit-content;height:fit-content;background-color:hsla(0,0%,100%,.02);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:991px){.hero__section--caption{width:60%;width:100%;right:0;position:static;padding:24px 16px;background:linear-gradient(180deg,#FAD22D,#fdb814);border-top:6px solid;border-image:linear-gradient(90deg,#EB222D,#FAD22D 40%);border-image-slice:1;align-items:center;text-align:center;height:300px}}.hero__section--caption--title{font-size:clamp(32px,4vw,64px);color:#161415;font-weight:600;line-height:1;font-family:Khand,sans-serif}@media(max-width:1099px){.hero__section--caption--title{font-size:clamp(32px,4vw,48px)}}.hero__section--caption--subtitle{font-size:clamp(16px,3vw,24px);font-weight:400;color:#161415;line-height:1.4}@media(max-width:1099px){.hero__section--caption--subtitle{font-size:clamp(16px,4vw,20px)}}.hero__section--caption--actions{display:flex;align-items:center;justify-content:center}.hero__section.reverse .hero__section--caption{right:auto;left:6%}.hero__section.reverse .hero__section--background--image{object-position:right}.packs__section{padding:80px 0}@media(max-width:768px){.packs__section{padding:64px 0 0}}.packs__section--content{padding-top:40px;display:flex;flex-direction:column;gap:16px}@media(max-width:768px){.packs__section--content{padding-top:20px}}.packs__section--card{width:100%;height:100%;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.packs__section--card--image{width:100%;height:100%;object-fit:cover;aspect-ratio:3/3.5;object-position:center;transition:transform .2s ease}.packs__section--card--image:hover{transform:scale(1.05);transition:transform .2s ease}.packs__page{padding:48px 0}.packs__page--grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}@media(max-width:768px){.packs__page--grid{grid-template-columns:repeat(1,1fr)}}.events__section{padding:80px 0}@media(max-width:768px){.events__section{padding:64px 0 48px}}.events__section--wrapper{display:grid;grid-template-columns:1fr 45%;align-items:center;grid-gap:24px;gap:24px}@media(max-width:991px){.events__section--wrapper{grid-template-columns:1fr}}.events__section--content{display:flex;flex-direction:column;gap:24px}.events__section--image{width:100%;height:100%;display:flex;align-items:flex-end;justify-content:flex-end}.events__section--image img{width:80%;height:auto;object-fit:contain;object-position:center;margin:0}@media(max-width:768px){.events__section--image img{width:70%;margin:0 auto}}.notfound__area{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:2rem}.notfound__area h1{font-size:4rem;margin-bottom:1rem;color:#cd141d;font-weight:600;font-family:Geist,sans-serif}.notfound__area p{font-size:1.5rem;margin-bottom:1rem;color:#eceff3}strong{font-weight:600;color:#eb222d}.announcements__page{padding:48px 0}.announcements__page--grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}@media(max-width:768px){.announcements__page--grid{grid-template-columns:repeat(1,1fr)}}.announcements__page--single{display:flex;gap:24px}.announcements__page--single--box{display:flex;flex-direction:column;gap:16px;width:70%}.announcements__page--single--box--image{width:100%;height:100%;object-fit:cover;aspect-ratio:16/6}.announcements__page--single--content{display:flex;flex-direction:column;gap:16px}.announcements__page--single--content--short{font-size:clamp(18px,2vw,24px);font-weight:500;color:#161415;line-height:1.6;font-family:Geist,sans-serif}.announcements__page--single--content--body{font-size:clamp(14px,2vw,16px);font-weight:400;color:#161415;line-height:1.6}.announcements__page--single--content--addons{display:flex;flex-direction:column;padding-top:24px}.announcements__page--single--content--addons--title{font-size:clamp(14px,2vw,16px);font-weight:600;color:#161415}.announcements__page--single--infos{display:flex;flex-direction:column;gap:16px;width:30%;padding:24px;border:2px solid rgba(22,20,21,.08)}.announcements__page--single--infos--item{display:flex;align-items:center;justify-content:space-between;gap:8px;background:rgba(22,20,21,.04);padding:8px 16px;border-radius:8px}.announcements__page--single--infos--item--label{font-size:clamp(14px,2vw,16px);font-weight:500;color:#161415;line-height:1.6}.announcements__page--single--infos--item--value{font-size:clamp(14px,2vw,16px);font-weight:600;color:#161415;line-height:1.6}.announcement__card{display:flex;flex-direction:column;gap:24px;border-radius:4px;overflow:hidden;border:4px solid rgba(22,20,21,.02);padding:24px}.announcement__card--header{display:flex;align-items:center;justify-content:space-between;gap:16px}.announcement__card--header--service{font-size:clamp(14px,2vw,16px);font-weight:600;color:#161415;line-height:1.6;background:rgba(22,20,21,.04);padding:4px 8px;border-radius:4px}.announcement__card--body{display:flex;flex-direction:column;gap:8px}.announcement__card--title{font-size:clamp(18px,2vw,24px);font-weight:600;color:#161415;line-height:1.2}.announcement__card--description{font-size:clamp(14px,2vw,16px);font-weight:400;color:#4c5b7b;line-height:1.6}.announcement__card--meta{display:flex;flex-direction:column;gap:16px}.announcement__card--meta--item{display:flex;align-items:center;justify-content:space-between;gap:8px}.announcement__card--meta--label{font-size:clamp(14px,2vw,16px);font-weight:400;color:#161415;line-height:1.6;display:flex;align-items:center;justify-content:center;gap:4px}.announcement__card--meta--label svg{width:20px;height:20px;color:#161415}.announcement__card--meta--value{font-size:clamp(14px,2vw,16px);font-weight:500;color:#161415;line-height:1.6;border-bottom:1px solid rgba(22,20,21,.3)}.announcement__card--meta--icon{font-size:24px;color:#4c5b7b}.announcement__card--actions{display:flex;align-items:center;justify-content:space-between;gap:16px}.about__page{padding:48px 0}.about__page--section{display:grid;grid-template-columns:1fr 30%;grid-gap:24px;gap:24px}@media(max-width:768px){.about__page--section{grid-template-columns:1fr}}.about__page--section--content{display:flex;flex-direction:column;gap:16px}.about__page--section--content--description{font-size:clamp(14px,2vw,16px);font-weight:400;color:#161415;line-height:1.6}.about__page--section--media img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/6;display:flex}.about__page--expertise{display:flex;flex-direction:column;gap:16px}.about__page--expertise--description{font-size:clamp(14px,2vw,16px);font-weight:400;color:#161415}.about__page--offers{display:flex;flex-direction:column;gap:16px}.about__page--offers--grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media(max-width:1024px){.about__page--offers--grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about__page--offers--grid{grid-template-columns:repeat(1,1fr)}}.about__page--offers--item{display:flex;flex-direction:column;gap:24px;background:#fff;padding:16px;outline:1px solid rgba(198,201,204,.2);border-radius:16px}.about__page--offers--item:hover{transform:translateY(-10px);transition:all .3s ease;box-shadow:0 0 10px 0 rgba(198,201,204,.2);outline:1px solid rgba(198,201,204,.2);border-radius:16px;overflow:hidden}.about__page--offers--item--image{width:100%;height:240px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 10px 0 rgba(22,20,21,.2);border-radius:8px;overflow:hidden}.about__page--offers--item--image img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/6}.about__page--offers--item--content{display:flex;flex-direction:column;gap:8px}.about__page--offers--item--content--title{font-size:clamp(18px,2vw,24px);font-weight:600;color:#161415;line-height:1.2;font-family:Khand,sans-serif}.about__page--offers--item--content--description{font-size:clamp(14px,2vw,16px);font-weight:400;color:#4c5b7b;line-height:1.5;flex:1 1;margin-bottom:8px}.about__page--values{display:flex;flex-direction:column;gap:16px}.about__page--values--grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;padding-top:32px}@media(max-width:1024px){.about__page--values--grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about__page--values--grid{grid-template-columns:repeat(1,1fr)}}.about__page--values--item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#fff;padding:24px 16px;text-align:center;border-radius:8px;overflow:hidden;box-shadow:0 0 10px 0 rgba(198,201,204,.2);transition:all .3s ease}.about__page--values--item:hover{transform:translateY(-10px)}.about__page--values--item--image img{width:80px;height:80px}.about__page--values--item--title{font-size:clamp(18px,2vw,24px);font-weight:600;color:#161415;line-height:1.2;font-family:Khand,sans-serif}.about__page--values--item--description{font-size:clamp(14px,2vw,16px);font-weight:400;color:#4c5b7b;line-height:1.5}.about__page--objectif{display:grid;grid-template-columns:1fr 30%;grid-gap:24px;gap:24px;align-items:center}@media(max-width:768px){.about__page--objectif{grid-template-columns:1fr}}.about__page--objectif--content{display:flex;flex-direction:column;gap:16px}.about__page--objectif--content--description{font-size:clamp(14px,2vw,16px);font-weight:400;color:#161415;line-height:1.6}.about__page--objectif--media{box-shadow:0 0 10px 0 rgba(198,201,204,.2);transition:all .3s ease}.about__page--objectif--media:hover{transform:translateY(-10px)}.about__page--objectif--media img{width:100%;height:100%;object-fit:contain}.about__page--block{margin-bottom:64px}.about__page--block:last-child{margin-bottom:0}.about__page--block--content{display:flex;flex-direction:column;gap:16px}.about__page--block--content--description{font-size:clamp(14px,2vw,16px);font-weight:400;color:#161415;line-height:1.6}.about__page--block--media{box-shadow:0 0 10px 0 rgba(198,201,204,.2);transition:all .3s ease}.about__page--block--media:hover{transform:translateY(-10px)}.about__page--block--media img{width:100%;height:100%;object-fit:contain;display:flex}@media(max-width:991px){.about__page--block--media{order:1}}.grid--100-40{display:grid;grid-template-columns:1fr 40%;grid-gap:24px;gap:24px;align-items:center}@media(max-width:1099px){.grid--100-40{grid-template-columns:1fr 50%}}@media(max-width:991px){.grid--100-40{grid-template-columns:1fr}}.grid--40-100{display:grid;grid-template-columns:40% 1fr;grid-gap:24px;gap:24px;align-items:center}@media(max-width:1099px){.grid--40-100{grid-template-columns:1fr 50%}}@media(max-width:991px){.grid--40-100{grid-template-columns:1fr}}.grid--100-50{display:grid;grid-template-columns:50% 1fr;grid-gap:24px;gap:24px;align-items:center}@media(max-width:1099px){.grid--100-50{grid-template-columns:1fr 50%}}@media(max-width:991px){.grid--100-50{grid-template-columns:1fr}}.services__page{padding:48px 0}.services__page--grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media(max-width:1024px){.services__page--grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services__page--grid{grid-template-columns:repeat(1,1fr)}}.services__page--item{display:flex;flex-direction:column;gap:16px;background:rgba(22,20,21,.04);padding:16px 16px 24px;border-radius:16px;transition:all .3s ease}.services__page--item:hover{transform:translateY(-10px);box-shadow:0 0 10px 0 rgba(198,201,204,.2)}.services__page--item--image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 10px 0 rgba(198,201,204,.2);border-radius:8px;overflow:hidden}.services__page--item--image img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/9}.services__page--item--content{display:flex;flex-direction:column;gap:8px}.services__page--item--title{font-size:clamp(18px,2vw,24px);font-weight:600;color:#161415;line-height:1.2;font-family:Khand,sans-serif}.services__page--item--description{font-size:clamp(14px,2vw,16px);font-weight:400;color:#4c5b7b;line-height:1.5}.news__page{padding:48px 0}.news__page--grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media(max-width:1024px){.news__page--grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.news__page--grid{grid-template-columns:repeat(1,1fr)}}.news__page--item{border-radius:16px;position:relative;overflow:hidden;background-color:#fff;box-shadow:0 0 10px 0 rgba(198,201,204,.4);padding:16px;transition:all .4s ease-in;display:flex;flex-direction:column;gap:16px;text-decoration:none}.news__page--item .category{font-size:clamp(12px,3vw,14px);color:#c6c9cc;text-decoration:none}.news__page--item--image{aspect-ratio:16/9;position:relative;overflow:hidden;background-color:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.news__page--item--image,.news__page--item--image img{height:100%;width:100%;border-radius:8px;transition:all .4s ease-in}.news__page--item--image img{object-fit:cover}.news__page--item--image:before{content:"";position:absolute;top:0;left:-150%;width:60%;height:100%;background:hsla(0,0%,100%,.4);transform:skewX(45deg);transition:left .6s ease-out;z-index:2}.news__page--item--image:hover:before{left:150%}.news__page--item--content{min-height:100px;display:flex;flex-direction:column;gap:16px}.news__page--item--title{font-size:clamp(16px,3vw,20px);line-height:clamp(24px,3vw,28px);color:#161415;font-weight:600;font-family:Khand,sans-serif}.news__page--item--description,.news__page--item--title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.news__page--item--description{font-size:clamp(12px,3vw,14px);color:#4c5b7b}.news__page--item:hover .news__page--item--image img{transform:scale(1.05);transition:all .4s ease-in}.news__page--single{width:70%;margin:0 auto}@media(max-width:991px){.news__page--single{width:100%}}.news__page--head img{height:100%;width:100%;object-fit:cover;aspect-ratio:16/9;border-radius:16px;margin-bottom:16px;box-shadow:0 8px 24px rgba(149,157,165,.2)}.news__page--head .row{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;margin-bottom:24px}.news__page--head .row .category{background-color:#eb222d;padding:4px 8px;font-size:16px;border-radius:4px}.news__page--head .row .category a{font-size:16px;color:#fff;text-decoration:none}.news__page--head .row .date{font-size:clamp(12px,3vw,14px);font-weight:500;color:#161415}.news__page--body--title{color:#161415;font-family:Khand,sans-serif;font-size:clamp(24px,3vw,40px);font-weight:700;line-height:clamp(32px,3vw,48px)}.news__page--body--content>*{line-height:32px;color:#4c5b7b}.news__page--body h2,.news__page--body h3,.news__page--body h4,.news__page--body h5,.news__page--body h6{margin-bottom:16px}.news__page--body ul{list-style:square!important}.news__page--body ol,.news__page--body ul{padding-left:24px;margin:16px 0}.news__page--body img{border-radius:8px;padding:8px;width:100%;height:100%}.news__page--body table{width:100%!important;border-collapse:collapse}.news__page--body table td{padding:8px}.checkout__page{padding:48px 0}.checkout__page--wrapper{display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;width:50%;margin:0 auto}@media(max-width:768px){.checkout__page--wrapper{width:100%}}.checkout__page--addons{display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center}.checkout__page--addons--group{display:flex;flex-direction:column;gap:8px;align-items:flex-start;width:100%}.checkout__page--addons--group--title{font-size:clamp(14px,2vw,14px);font-weight:600;color:#161415;line-height:1.6}.checkout__page--modes{border-top:1px solid rgba(22,20,21,.08);padding-top:16px;display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center}.legal__page{padding:48px 0}.legal__page--content{display:flex;flex-direction:column;gap:8px;max-width:900px;width:70%;margin:0 auto;padding:24px;border:2px solid rgba(22,20,21,.04)}@media(max-width:768px){.legal__page--content{width:100%}}.legal__page--content--box{display:flex;flex-direction:column;gap:16px;border-bottom:1px solid rgba(22,20,21,.04);padding-bottom:32px}.legal__page--content--box:last-child{border-bottom:none}.legal__page--content--text{font-size:clamp(14px,2vw,16px);font-weight:400;color:#161415;line-height:1.8;margin:0}.legal__page--content--address{gap:8px}.legal__page--content--address,.legal__page--content--contact{display:flex;flex-direction:column;font-size:clamp(14px,2vw,16px);color:#161415;line-height:1.6}.legal__page--content--contact{gap:12px}.legal__page--content--contact a{color:#161415;text-decoration:none;transition:color .2s ease}.legal__page--content--contact a:hover{color:#eb222d;text-decoration:underline}.legal__page--content--info{display:flex;flex-direction:column;gap:8px;font-size:clamp(14px,2vw,16px);color:#161415;line-height:1.6}.legal__page--content--heading{font-size:clamp(18px,2.5vw,24px);font-weight:600;color:#161415;margin:8px 0 0}.loader{flex-direction:column;min-height:100vh;color:var(--foreground)}.loader,.loader__container{display:flex;align-items:center;justify-content:center}.loader__container{position:relative;width:32px;height:32px;margin:0 auto 1rem}.loader__logo{position:relative;z-index:2;width:24px;height:24px}.loader__logo img{display:inline-block;animation:glow 3s ease-in-out infinite;will-change:filter;transition:all .3s ease}.loader p{font-size:14px;padding-left:16px;opacity:.7;color:#eb222d;font-weight:500;letter-spacing:.5px;text-align:center;margin:0 auto}.loader__dots{display:inline-block;margin-left:2px}.loader__dot{animation:dot-pulse 1.4s ease-in-out infinite;opacity:0}.loader__dot:first-child{animation-delay:0s}.loader__dot:nth-child(2){animation-delay:.2s}.loader__dot:nth-child(3){animation-delay:.4s}.loading__area{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;color:var(--foreground)}.loading__area--spinner{border:3px solid rgba(235,34,45,.1);border-top-color:#eb222d;border-radius:50%;animation:spin 1s linear infinite;will-change:transform}@keyframes rotate-once{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes tilt{0%,to{transform:rotate(0deg)}50%{transform:rotate(10deg)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes glow{0%,to{filter:drop-shadow(0 0 10px rgba(235,34,45,.3))}50%{filter:drop-shadow(0 0 20px rgba(235,34,45,.6))}}@keyframes dot-pulse{0%,to{opacity:0}50%{opacity:1}}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}@media(min-width:576px){.container{max-width:100%}}@media(min-width:768px){.container{max-width:100%;padding:0 32px}}@media(min-width:992px){.container{max-width:100%;padding:0 32px}}@media(min-width:1200px){.container{padding:0 32px;max-width:100%}}@media(min-width:1400px){.container{padding:0 64px;max-width:1320px}}@media(min-width:1600px){.container{max-width:1520px}}.card__base{width:100%;position:relative;display:flex;flex-direction:column;gap:1.25rem;background:#fff;border-radius:4px;border:1px solid rgba(22,20,21,.08);box-shadow:0 0 10px rgba(22,20,21,.06);transition:transform .25s ease,box-shadow .25s ease;padding:24px}.card__base:hover{transform:translateY(-2px)}.card__base--header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.card__base--title{font-size:clamp(14px,2vw,18px);font-weight:600;color:#161415;font-family:Khand,sans-serif}.card__base--body{display:flex;flex-direction:column;gap:16px}.card__base--footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.status{display:inline-flex;align-items:center;gap:.45rem;border-radius:4px;padding:8px 12px;font-weight:600;font-size:.95rem;background:#fff;color:#161415}.status__icon{width:1rem;height:1rem}.status__label{line-height:1}.status--info{color:#257dfa;background-color:rgba(37,125,250,.06)}.status--success{color:#1bbe54;background-color:rgba(27,190,84,.06)}.status--pending{color:#fad22d;background-color:rgba(250,210,45,.06)}.status--warning{color:#f0a501;background-color:rgba(240,165,1,.06)}.status--danger{color:#c72f2f;background-color:rgba(199,47,47,.06)}.section__card--header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1rem}.section__card--header--copy{display:flex;flex-direction:column;gap:.5rem}.section__card--title{margin:0;font-size:clamp(1.15rem,2.2vw,1.4rem);font-weight:700;color:#161415}.section__card--subtitle{margin:0;color:rgba(22,20,21,.6);font-size:.95rem}.section__card--helper{margin:0 0 1rem;color:rgba(22,20,21,.55);font-size:.9rem}.section__card--body{display:flex;flex-direction:column;gap:1rem}.section__card--footer{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(22,20,21,.08)}.reservation__card{gap:1.5rem}.reservation__card--header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.reservation__card--code{font-weight:600;font-size:.95rem;color:rgba(22,20,21,.5)}.reservation__card--title{margin:0;font-size:clamp(1.2rem,2.4vw,1.5rem);font-weight:700;color:#161415}.reservation__card--meta{display:grid;grid-gap:.75rem;gap:.75rem;margin:0}.reservation__card--meta--item{display:flex;flex-direction:column;gap:.25rem}.reservation__card--meta--item dt{font-size:.95rem;font-weight:600;color:#161415}.reservation__card--meta--item dd{margin:0;font-size:.95rem;color:rgba(22,20,21,.6)}.reservation__card--body,.reservation__card--receipts{display:flex;flex-direction:column;gap:1rem}.reservation__card--footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(22,20,21,.08)}.main__card{gap:1.5rem}.main__card--badge{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:4px;font-weight:600;font-size:clamp(14px,3vw,16px);color:#161415;background:rgba(22,20,21,.06)}.main__card--title{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:700}.main__card--description{font-size:.95rem;color:rgba(22,20,21,.65)}.main__card--body{display:flex;flex-direction:column;gap:clamp(14px,3vw,16px)}.main__card--meta{display:grid;grid-gap:.75rem;gap:.75rem}.main__card--meta--item{display:flex;gap:.5rem}.main__card--meta--item dt{font-weight:600;color:#161415}.main__card--meta--item dd{margin:0;color:#4c5b7b}.main__card--info{display:flex;flex-direction:column;gap:.75rem;padding:16px;border-radius:8px;background:rgba(236,239,243,.4)}.main__card--info--item{display:flex;flex-direction:column;gap:4px}.main__card--info--item span:last-child{font-size:clamp(14px,3vw,16px);color:#161415;font-weight:500}.main__card--info--item span:first-child{font-size:clamp(12px,3vw,14px);color:#4c5b7b;font-weight:400}.main__card--box,.main__card--box--list{display:flex;flex-direction:column;gap:.75rem}.main__card--box--list--item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:12px;background:rgba(236,239,243,.4);border-radius:8px}.main__card--box--list--item span:first-child,.main__card--box--list--item span:last-child{font-size:clamp(14px,3vw,16px);color:#161415;font-weight:500}.main__card--box .--total{font-size:clamp(16px,3vw,16px)!important;color:#eb222d!important;font-weight:600!important}.main__card--title{font-size:clamp(14px,2vw,18px);font-weight:600;color:#161415;font-family:Khand,sans-serif}.main__card--actions{display:flex;align-items:center;gap:.75rem;width:100%}.base__list{display:flex;flex-direction:column;gap:.75rem}.base__list--item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:12px;background:rgba(236,239,243,.4);border-radius:8px}.base__list--item--label,.base__list--item--value{font-size:clamp(14px,3vw,16px);color:#161415;font-weight:500}.dot__list{display:flex;flex-direction:column;gap:.75rem;padding:16px 0}.dot__list--item{display:flex;align-items:center;gap:8px}.dot__list svg{color:#eb222d}.dot__list--icon{font-size:20px;color:#161415}.dot__list--value{font-size:clamp(14px,3vw,16px);color:#161415;font-weight:400}.--strong{font-size:clamp(16px,3vw,16px);color:#eb222d;font-weight:600}.--highlight{font-size:clamp(16px,3vw,16px)!important;color:#eb222d!important;font-weight:600!important}.booking__card{display:flex;flex-direction:column;gap:1.5rem;background-color:#fff;padding:24px;border:1px solid rgba(22,20,21,.08);border-radius:8px;box-shadow:0 0 10px rgba(22,20,21,.06)}.booking__card--header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.booking__card--title{font-size:clamp(14px,2vw,18px);font-weight:600;color:#161415;font-family:Khand,sans-serif}.booking__card--body{display:flex;flex-direction:column;gap:8px}.booking__card--body--item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:12px;background:rgba(236,239,243,.4);border-radius:8px}.booking__card--body--item--label{font-size:clamp(14px,3vw,14px);color:#161415;font-weight:400}.booking__card--body--item--value{font-size:clamp(14px,3vw,14px);color:#161415;font-weight:500}.booking__card--footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.swiper__area{position:relative}.swiper-slide{width:100%}@media(max-width:1024px){.swiper-slide{margin-bottom:8px}}.swiper-container{width:100%;flex:1 1;position:relative}.swiper__arrows{position:relative;width:100%;text-align:center;display:flex;align-items:center;justify-content:center;margin-top:40px;gap:24px}.swiper__arrows .swiper-button-next,.swiper__arrows .swiper-button-prev{height:40px;width:40px;border-radius:4px;background-color:rgba(22,20,21,.04);border:1px solid rgba(22,20,21,.04);color:#161415;cursor:pointer;z-index:1}.swiper__arrows .swiper-button-next:after,.swiper__arrows .swiper-button-prev:after{color:#161415;font-size:16px;font-weight:600}.swiper__arrows .swiper-button-next svg,.swiper__arrows .swiper-button-prev svg{width:20px;height:20px;color:#161415}.swiper__arrows .swiper-button-next .swiper-button-disabled,.swiper__arrows .swiper-button-prev .swiper-button-disabled{color:#c6c9cc;border:1px solid hsla(0,0%,100%,.04)}.swiper__arrows .swiper-button-next .swiper-button-disabled:after,.swiper__arrows .swiper-button-prev .swiper-button-disabled:after{color:#c6c9cc;font-size:16px}.swiper__arrows .swiper-button-prev{left:unset;content:none;margin-right:48px}.swiper__arrows .swiper-button-next{right:unset;content:none;margin-left:48px}.swiper__arrows .swiper-button-disabled{opacity:1}.swiper__arrows .swiper-button-disabled:after{opacity:.4}.arrows__inside{position:relative;width:100%;justify-content:center;position:absolute;right:16px;bottom:32px;margin:auto;text-align:center;display:flex;align-items:center;justify-content:flex-end;gap:16px}.arrows__inside .swiper-button-next,.arrows__inside .swiper-button-prev{height:40px;width:40px;border-radius:4px;background-color:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.04);color:#fff;cursor:pointer;z-index:1}.arrows__inside .swiper-button-next:after,.arrows__inside .swiper-button-prev:after{color:#fff;font-size:16px;font-weight:600}.arrows__inside .swiper-button-next svg,.arrows__inside .swiper-button-prev svg{width:20px;height:20px;color:#fff}.arrows__inside .swiper-button-next .swiper-button-disabled,.arrows__inside .swiper-button-prev .swiper-button-disabled{color:#fff;border:1px solid hsla(0,0%,100%,.04)}.arrows__inside .swiper-button-next .swiper-button-disabled:after,.arrows__inside .swiper-button-prev .swiper-button-disabled:after{color:#fff;font-size:16px}.arrows__inside .swiper-button-prev{left:unset;content:none;margin-right:48px}.arrows__inside .swiper-button-next{right:unset;content:none;margin-left:48px}.arrows__inside .swiper-button-disabled{opacity:1}.arrows__inside .swiper-button-disabled:after{opacity:.4}.swiper-pagination{position:relative;margin-top:40px;text-align:center}.swiper-pagination .swiper-pagination-bullet{width:12px;height:4px;background:rgba(250,210,45,.1);opacity:1;margin:0 2px;transition:all .3s ease;border-radius:1px}.swiper-pagination .swiper-pagination-bullet-active{background:#fad22d;transform:scale(1.2)}.label__area--left{display:flex;align-items:center;gap:4px}.label__area--right{display:flex;align-items:center;gap:8px}.label__area--icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#4c5b7b}.label__area--label{font-size:14px;font-weight:500;color:#161415}.label__area--optional,.label__area--sub{font-size:12px;font-weight:400;color:#4c5b7b}.label__area--required{font-size:12px;font-weight:400;color:#eb222d}.input__wrapper{display:flex;flex-direction:column;gap:8px}.input__wrapper--field{display:flex;flex-direction:column;gap:6px;position:relative}.input__wrapper--disabled{opacity:.6;pointer-events:none}.input__wrapper--control{width:100%;padding:16px;height:50px;border:1px solid rgba(22,20,21,.12);border-radius:8px;background-color:#fff;color:#161415;font-family:Geist,sans-serif;font-size:clamp(14px,3vw,16px);font-weight:600;line-height:1.4;transition:border-color .2s ease,box-shadow .2s ease}.input__wrapper--control:focus{outline:none;border-color:#eb222d;box-shadow:0 0 0 3px rgba(235,34,45,.12)}.input__wrapper--control::placeholder{color:rgba(22,20,21,.5);font-weight:400;font-size:clamp(14px,3vw,14px)}.input__wrapper--control--addon{padding-right:48px}.input__wrapper--control--control,.input__wrapper--control--error{border-color:#c72f2f;box-shadow:0 0 0 1px rgba(199,47,47,.1)}.input__wrapper--control--disabled{opacity:.6;pointer-events:none}.input__wrapper--control--textarea{height:auto}.input__wrapper--error{color:#c72f2f;font-size:12px;font-weight:400}.input__wrapper--addon{position:absolute;top:50%;right:12px;transform:translateY(-50%);display:inline-flex;align-items:center;gap:4px}.input__password-toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:8px;background-color:rgba(0,0,0,0);color:rgba(22,20,21,.8);cursor:pointer;transition:background-color .2s ease,color .2s ease}.input__password-toggle:hover{background-color:rgba(22,20,21,.08);color:#161415}.input__password-toggle:focus-visible{outline:2px solid #eb222d;outline-offset:2px}.input__password-toggle svg{width:20px;height:20px}.input__wrapper--control--file{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;padding:12px 16px;min-height:48px}.input__wrapper--control--file.input__wrapper--control--disabled{cursor:not-allowed}.input__wrapper--file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.input__wrapper--file-label{flex:1 1;display:inline-flex;align-items:center;color:#161415;font-weight:500;min-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.input__wrapper--file-label--placeholder{color:rgba(22,20,21,.5);font-weight:400}.input__wrapper--file-button{border:none;border-radius:8px;background-color:rgba(0,0,0,0);color:#eb222d;font-family:Geist,sans-serif;font-weight:600;font-size:.9375rem;padding:4px 0;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.input__wrapper--file-button:hover:not(:disabled){color:#161415!important;transform:translateY(-1px)}.input__wrapper--file-button:active:not(:disabled){transform:translateY(0)}.input__wrapper--file-button:disabled{cursor:not-allowed;opacity:.6}.choice__base{position:relative;display:inline-flex;width:100%;cursor:pointer;text-decoration:none;font-family:Geist,sans-serif;transition:transform .2s ease}.choice__base.choice__base--disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.choice__base:hover .choice__base--body{transform:translateY(-1px)}.choice__base:active .choice__base--body{transform:translateY(0)}.choice__base--input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.choice__base--body{display:flex;align-items:center;gap:12px;width:100%;border-radius:8px;padding:12px;border:1px solid rgba(22,20,21,.12);background-color:rgba(22,20,21,0);transition:border-color .25s ease,background-color .25s ease,box-shadow .25s ease,transform .25s ease}.choice__base--control{position:relative;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid rgba(22,20,21,.3);border-radius:100px;background-color:#fff;transition:border-color .25s ease,background-color .25s ease}.choice__base--icon{width:12px;height:12px;background:rgba(0,0,0,0);transform:scale(0);transition:transform .2s ease,background-color .2s ease}.choice__base--content{display:flex;flex-direction:column;color:#161415;flex:1 1}.choice__base--label{font-size:clamp(14px,3vw,16px);font-weight:600}.choice__base--description{font-size:clamp(12px,3vw,14px);color:rgba(22,20,21,.7);font-weight:400}.choice__base--helper{margin-top:2px;font-size:clamp(12px,3vw,14px);color:rgba(22,20,21,.55)}.choice__base--addon{font-size:clamp(12px,3vw,14px);color:#161415;font-weight:500}.choice__base.choice__base--checkbox .choice__base--control{border-radius:100px}.choice__base.choice__base--radio .choice__base--control,.choice__base.choice__base--radio .choice__base--icon{border-radius:50%}.choice__base.choice__base--checkbox .choice__base--icon{border-radius:4px}.choice__base.choice__base--inline .choice__base--body{padding:12px 14px;border-radius:12px;background-color:#fff}.choice__base.choice__base--inline .choice__base--control{width:22px;height:22px}.choice__base.choice__base--inline .choice__base--label{font-size:.95rem}.choice__base--input:checked+.choice__base--body,.choice__base--input:checked+.choice__base--body .choice__base--control{border-color:#eb222d;background-color:rgba(235,34,45,.04)}.choice__base--input:checked+.choice__base--body .choice__base--icon{background:radial-gradient(circle,#EB222D 0,#EB222D 60%,transparent 61%);transform:scale(1)}.choice__base--input:focus-visible+.choice__base--body{outline:2px solid #eb222d;outline-offset:2px}.breadcrumb__area{background-image:linear-gradient(90deg,#fad22d,#feb40f);background-size:cover;background-position:50%;background-repeat:no-repeat;padding:64px 0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:32px;min-height:300px;position:relative}.breadcrumb__area:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#161415 0,#161415 33.33%,#EB222D 0,#EB222D 66.66%,#FAD22D 0,#FAD22D)}@media(max-width:768px){.breadcrumb__area{padding:48px 0;min-height:200px}}.breadcrumb__area--content{display:flex;flex-direction:column;gap:16px;width:70%;padding:0}@media(max-width:768px){.breadcrumb__area--content{width:90%}}.breadcrumb__area--tag{font-size:clamp(16px,3vw,20px);font-weight:400;color:#fad22d;letter-spacing:.5px;opacity:.8}.breadcrumb__area--head{display:flex;flex-direction:column;gap:0}.breadcrumb__area--subtitle{font-size:clamp(24px,3vw,32px);line-height:1.5;font-weight:500;color:#161415}.breadcrumb__area--title{font-size:clamp(24px,5vw,48px);line-height:1.3;font-weight:600;color:#161415;font-family:Khand,sans-serif}.breadcrumb__area--description{font-size:clamp(12px,3vw,16px);line-height:1.5;font-weight:400;color:#161415;width:90%}.breadcrumb__area--children{padding:24px 0}.auth{padding:40px 0 48px}@media(max-width:768px){.auth{padding:32px 0 40px}}.auth__card{width:50%;margin:0 auto;background:#fff;border-radius:4px;padding:32px;box-shadow:0 26px 60px rgba(22,20,21,.08);border:1px solid rgba(22,20,21,.06);display:flex;flex-direction:column;gap:1.75rem}@media(max-width:1099px){.auth__card{width:70%}}@media(max-width:768px){.auth__card{border-radius:24px;padding:2.25rem 1.5rem;width:100%}}.auth__card-icon{width:64px;height:64px;border-radius:8px;background:rgba(235,34,45,.08);display:inline-flex;align-items:center;justify-content:center;color:#eb222d;font-size:2rem}.auth__title{font-size:clamp(1.4rem,2vw,1.6rem);font-weight:700;color:#161415;margin:0}.auth__subtitle{margin:0;font-size:.95rem;color:rgba(22,20,21,.65)}.auth__form{display:flex;flex-direction:column;gap:1.25rem}.auth__options{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.auth__options .choice{width:auto}.auth__options .choice__body{background:rgba(0,0,0,0);border-color:rgba(0,0,0,0);padding:0;gap:12px}.auth__options .choice__control{border-color:rgba(22,20,21,.25);background-color:#fff}.auth__options .choice__label{font-size:.9375rem;font-weight:600}.auth__options .choice__input:checked+.choice__body{border-color:rgba(0,0,0,0);background:rgba(0,0,0,0);box-shadow:none}.auth__options .choice__input:checked+.choice__body .choice__control{border-color:#eb222d;background-color:rgba(235,34,45,.04)}.auth__actions{display:flex;flex-direction:column;gap:1rem}.auth__error{color:#eb222d;font-weight:600}.auth__hint{margin:0;font-size:.9375rem;color:rgba(22,20,21,.7)}.auth__hint a{color:#eb222d;font-weight:600;text-decoration:none}.auth__hint a:hover{color:#161415}.auth__link{font-size:.9375rem;color:#eb222d;font-weight:600;text-decoration:none}.auth__link:hover{color:#161415}.auth__checkbox-group,.auth__radio-group{display:flex;flex-direction:column;gap:.75rem}.auth__checkbox-group .choice,.auth__radio-group .choice{width:100%}.auth .select__wrapper .select__trigger{min-height:54px}.auth .select__wrapper .select__dropdown{border-radius:18px}.select__wrapper{display:flex;flex-direction:column;gap:8px}.select__wrapper--row{flex-direction:row;align-items:center;gap:16px}.select__wrapper--row .select__field{flex:1 1}.select__wrapper--disabled{opacity:.6;pointer-events:none}.select__wrapper.__error .select__trigger{border-color:#c72f2f;box-shadow:0 0 0 1px rgba(199,47,47,.12)}.select__field{position:relative}.select__trigger{width:100%;height:50px;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(22,20,21,.12);border-radius:8px;background-color:#fff;padding:0 18px;font-family:Geist,sans-serif;font-size:1rem;font-weight:600;color:#161415;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.select__trigger:hover{border-color:rgba(235,34,45,.4)}.select__trigger:focus-visible{outline:2px solid #eb222d;outline-offset:2px}.select__trigger--open{border-color:#eb222d;box-shadow:0 10px 24px rgba(235,34,45,.08)}.select__trigger--error{border-color:#c72f2f}.select__value{flex:1 1;text-align:left;color:rgba(22,20,21,.9)}.select__icon{transition:transform .2s ease}.select__icon--open{transform:rotate(-180deg)}.select__dropdown{position:absolute;top:calc(100% + 8px);left:0;width:100%;padding:8px;border-radius:16px;background:#fff;box-shadow:0 24px 60px rgba(22,20,21,.06);border:1px solid rgba(22,20,21,.08);z-index:20}.select__search{padding:6px 6px 8px}.select__search-input{width:100%;border:1px solid rgba(22,20,21,.12);border-radius:10px;padding:10px 14px;font-family:Geist,sans-serif;font-size:.95rem;transition:border-color .2s ease}.select__search-input:focus{outline:none;border-color:#eb222d;box-shadow:0 0 0 2px rgba(235,34,45,.12)}.select__list{max-height:260px;overflow-y:auto;margin:0;padding:4px;list-style:none;display:flex;flex-direction:column;gap:4px}.select__option{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:12px;cursor:pointer;transition:background-color .2s ease,color .2s ease;color:rgba(22,20,21,.85)}.select__option:hover{background-color:rgba(235,34,45,.08);color:#eb222d}.select__option--selected{background-color:rgba(235,34,45,.12);color:#eb222d;font-weight:600}.select__option-label{flex:1 1}.select__option-icon{color:#eb222d}.select__empty{padding:16px 12px;text-align:center;font-size:.95rem;color:rgba(22,20,21,.6)}.select__error{margin:6px 0 0;color:#c72f2f;font-size:.875rem}.account__area--navigation{padding:32px 0}.account__area--navigation,.account__area--tabs{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.account__area--tabs{justify-content:center;list-style:none;padding:0;margin:0}.account__area--tab--link{font-size:clamp(14px,3vw,16px);font-weight:500;color:#161415;padding:12px 16px;border-radius:4px;background-color:rgba(22,20,21,.05);text-decoration:none;transition:all .2s ease;display:flex;align-items:center;gap:8px}.account__area--tab--link:hover{background-color:#161415;color:#fff}.account__area--tab--link--icon{font-size:20px;display:flex;align-items:center;justify-content:center}.account__area--tab--link--text{font-size:14px;font-weight:500}.account__area--tab--link--active{background-color:#161415;color:#fff}.account__area--grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;padding-top:24px}@media(max-width:768px){.account__area--grid{grid-template-columns:repeat(1,1fr)}}.account__area--box{display:flex;flex-direction:column;gap:4px}.account__area--table{width:100%;overflow-x:auto;border-radius:8px;border:1px solid #eceff3;padding:16px;margin-top:24px}.account__area--table table{width:100%;border-collapse:collapse}.account__area--table thead th{font-weight:600;color:#161415;text-align:left;background-color:#eceff3}.account__area--table td,.account__area--table th{padding:12px 8px;vertical-align:middle;white-space:nowrap}.account__area--table tbody tr+tr{border-top:1px solid #eceff3}.account__area--table .actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.account__area .--action{text-align:right;width:100%}.account__area--single{display:grid;grid-template-columns:1fr 35%;grid-gap:16px;gap:16px;padding-top:24px}.account__area--single--title{font-size:clamp(20px,2vw,24px);font-weight:600;color:#161415;font-family:Khand,sans-serif}.account__area--single--form{display:flex;flex-direction:column;gap:16px}.account__area--single--form--item{display:flex;flex-direction:column;gap:8px}.account__area--block{display:flex;flex-direction:column;gap:16px;padding:24px;border-radius:4px;border:1px solid #eceff3;width:70%;margin:0 auto}@media(max-width:768px){.account__area--block{width:100%}}.account__area--form{display:flex;flex-direction:column;gap:16px;width:100%}.account__area--form--field{display:flex;flex-direction:column;gap:8px;width:100%}.account__area--form--row{display:flex;flex-direction:row;gap:16px}@media(max-width:768px){.account__area--form--row{flex-direction:column}}.motif{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4px;gap:4px;padding:0;width:-moz-fit-content;width:fit-content}.motif__bar{height:8px;width:32px;flex:1 1}.motif--default .--black{background-color:#161415!important}.motif--default .--red{background-color:#eb222d!important}.motif--default .--yellow{background-color:#fad22d!important}.motif--white .--black{background-color:#161415!important}.motif--white .--red{background-color:#eb222d!important}.motif--black .--black,.motif--white .--yellow{background-color:#fff!important}.motif--black .--red{background-color:#eb222d!important}.motif--black .--yellow{background-color:#fad22d!important}.motif--red .--black{background-color:#161415!important}.motif--red .--red{background-color:#fff!important}.motif--red .--yellow{background-color:#fad22d!important}.motif--small .motif__bar{height:4px;width:16px;flex:1 1}.motif--medium .motif__bar{height:8px;width:32px;flex:1 1}.motif--large .motif__bar{height:12px;width:48px;flex:1 1}.global__area{position:fixed;left:0;right:0;bottom:0;width:100%;z-index:9;padding:0}@media(max-width:991px){.global__area{position:fixed;left:0;right:0;bottom:0;width:100%;z-index:9;padding:0}.global__area .container{padding:0}}.global__area--grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(32%,1fr));border-top:2px solid #fff}.global__area--item{padding:16px;position:relative;background-color:#161415;border-radius:0;display:flex;align-items:center;justify-content:center;gap:4px;overflow:hidden;transition:all .3s ease-in;text-decoration:none}@media(max-width:681px){.global__area--item{padding:16px}}.global__area--item--icon{position:absolute;top:0;bottom:0;right:24px;font-size:clamp(24px,4vw,32px);margin:auto;font-weight:200;color:#fff;transition:all .3s ease-in;border-radius:0;padding:8px;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transform:translateY(100%)}@media(max-width:991px){.global__area--item--icon{display:none}}.global__area--item h3{font-size:clamp(16px,3vw,24px);line-height:1;height:32px;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;font-family:khand,sans-serif}.global__area--item:hover{transition:all .3s ease-in}.global__area--item:hover .global__area--item--icon{visibility:visible;opacity:1;transform:translateY(0)}.global__area--item:nth-child(2){background-color:#eb222d}.global__area--item:nth-child(2) .global__area--item--icon{color:#fff}.global__area--item:nth-child(3){background-color:#fad22d}.global__area--item:nth-child(3) .global__area--item--icon,.global__area--item:nth-child(3) h3{color:#161415}.global__area--item:nth-child(3) p{color:#4c5b7b}.infos__section--grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(32%,1fr));grid-gap:0;gap:0}@media(max-width:990px){.infos__section--grid{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}}.infos__section--item{padding:48px 32px;position:relative;border-radius:0;display:flex;flex-direction:column;gap:40px;overflow:hidden;transition:all .3s ease-in;text-decoration:none;justify-content:space-between}.infos__section--item,.infos__section--item:first-child{background-color:#161415}.infos__section--item:first-child h3,.infos__section--item:first-child p{color:#fff}.infos__section--item:nth-child(2){background-color:#eb222d}.infos__section--item:nth-child(2) h3,.infos__section--item:nth-child(2) p{color:#fff}.infos__section--item:nth-child(3){background-color:#fad22d}.infos__section--item:nth-child(3) h3,.infos__section--item:nth-child(3) p{color:#161415}.infos__section--item--content{display:flex;flex-direction:column;gap:16px}.infos__section--item h3{font-size:clamp(24px,3vw,32px);line-height:1;font-weight:600;color:#fff;font-family:khand,sans-serif}.infos__section--item p{font-size:clamp(16px,3vw,18px);line-height:1.4;font-weight:400;color:#161415;font-family:geist,sans-serif}.infos__section--item--link{display:flex;align-items:center;gap:8px;text-decoration:none;color:#fff}.infos__section--item--link span{font-size:clamp(14px,3vw,16px);line-height:1.6;font-weight:600}.infos__section--item--link svg{color:#fff;font-size:clamp(20px,3vw,20px)}.infos__section--item--call{display:flex;align-items:center;gap:16px;text-decoration:none}.infos__section--item--call--icon{height:clamp(32px,4vw,48px);width:clamp(32px,4vw,48px);border-radius:100px;display:flex;align-items:center;justify-content:center;background-color:#fff}.infos__section--item--call--icon svg{font-size:clamp(24px,4vw,32px);color:#fad22d}.infos__section--item--call--text{font-size:clamp(20px,4vw,24px);font-weight:700;color:#161415;width:80%}.modal{position:fixed;inset:0;z-index:1000}.modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;padding:16px}.modal__content{position:relative;width:100%;max-width:520px;background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.15);outline:none;animation:modal-in .16s ease-out}.modal__close{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:rgba(22,20,21,.06);color:#161415;border:none;cursor:pointer;transition:background .2s ease,transform .2s ease}.modal__close:hover{background:rgba(22,20,21,.12);transform:translateY(-1px)}.modal__body{padding:24px;color:#4c5b7b}body.no-scroll{overflow:hidden}@keyframes modal-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal__danger{display:flex;flex-direction:column;gap:16px}.modal__danger .title{color:#161415}.modal__danger .description{color:#4c5b7b}.modal__danger .actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.tabs__area{display:grid}.tabs__area--header{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px;margin-bottom:32px}.tabs__area--tab{padding:clamp(12px,3vw,16px);background:#fff;color:#161415;font-size:clamp(14px,3vw,16px);font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center;transition:all .25s ease;box-shadow:0 6px 18px rgba(0,0,0,.05);border:none;border-bottom:2px solid rgba(0,0,0,0)}.tabs__area--tab.active{color:#eb222d;border-bottom:2px solid #eb222d}.tabs__area--content{padding:16px 4px;font-size:17px;line-height:1.7}.tabs__area--detail{display:flex;flex-direction:column;gap:16px}.tabs__area--detail h3{color:#161415;font-size:clamp(14px,3vw,16px);border-bottom:2px solid rgba(22,20,21,.2);width:-moz-fit-content;width:fit-content}.tabs__area--detail p{color:#4c5b7b}.tabs__area--detail ul{padding-left:16px;display:flex;flex-direction:column;gap:8px}.tabs__area--detail ul li{color:#4c5b7b}.bg-gray{border-top:4px solid #f5f9ff}.page__contact{padding:4rem 0;display:flex;flex-direction:column;gap:4rem}.page__contact--grid{display:flex;gap:2rem}.page__contact--form{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 6px 24px rgba(0,0,0,.06);display:flex;flex-direction:column;gap:16px;width:50%}@media(max-width:991px){.page__contact--form{width:100%}}.page__contact--form h2{margin-bottom:1.5rem;font-size:24px;font-weight:700;color:#161415}.page__contact--info{display:flex;flex-direction:column;gap:16px;width:50%}@media(max-width:991px){.page__contact--info{width:100%}}.page__contact--card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 6px 24px rgba(0,0,0,.06);gap:8px;transition:transform .2s ease;display:flex}.page__contact--card .content{display:flex;flex-direction:column}.page__contact--card:hover{transform:translateY(-4px)}.page__contact--card h3{font-size:18px;font-weight:700;margin-bottom:.25rem;color:#161415}.page__contact--card a,.page__contact--card p{color:#444;line-height:1.6;font-size:15px}.page__contact--card a{text-decoration:none;color:#4c5b7b;font-weight:600}.page__contact--card a:hover{text-decoration:underline}.page__contact--card .icon{font-size:28px;color:#eb222d;margin-bottom:.5rem}.page__contact--card .icon svg{font-size:32px}.page__contact--card .socials{display:flex;gap:1rem;margin-top:1rem}.page__contact--card .socials a{transition:.2s ease;background-color:#eb222d;border-radius:8px;height:48px;width:48px;display:flex;align-items:center;justify-content:center}.page__contact--card .socials a svg{color:#fff}