:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - var(--swiper-navigation-size) / 2)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - var(--swiper-navigation-size) / 2);margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - var(--swiper-navigation-size) / 2);margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;inset:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}@font-face{font-family:JostMedium;src:url(/build/assets/Jost-Medium-kYQYa4Kj.ttf) format("truetype")}@font-face{font-family:JostLight;src:url(/build/assets/Jost-Light-Bma1EeQw.ttf) format("truetype")}@font-face{font-family:JostRegular;src:url(/build/assets/Jost-Regular-NDwFUtVf.ttf) format("truetype")}@font-face{font-family:JostBold;src:url(/build/assets/Jost-Bold-BCf7Zmxj.ttf) format("truetype")}@font-face{font-family:JostItalic;src:url(/build/assets/Jost-Italic-CUvl5-HB.ttf) format("truetype")}@font-face{font-family:JostSemiBold;src:url(/build/assets/Jost-SemiBold-Bnv5XhnN.ttf) format("truetype")}@font-face{font-family:SofiaPro;src:url(/build/assets/sofiapro-light-CsUUH8l1.otf) format("opentype")}@font-face{font-family:InstrumentSans;src:url(/build/assets/InstrumentSans-s12UeAcm.ttf) format("truetype")}@font-face{font-family:MontserratSemiBold;src:url(/build/assets/MontserratSemiBold-CVqTVLBi.otf) format("opentype")}@font-face{font-family:LatoRegular;src:url(/build/assets/LatoRegular-J4uQIuLB.otf) format("opentype")}#CookiebotWidget:not(.CookiebotWidget-open) .Cookiebotwidget-logo{outline:none!important}button,a,.custom-next,.custom-prev,.custom-button-next .custom-button-next{transition:.12s ease-out;cursor:pointer}.custom-next:hover,.custom-prev:hover,button:hover{opacity:.6}.swiper-pagination-bullet-active{background:var(--red-basic)!important}:root{--blue-dark: #0B0F19;--red-basic: #DA3B34;--lightblue-text: #B4BCD5;--blue-text: #578BF5;--greytext: #6B6B6B;--liftblue: #0081FE;--whiteish: #FFF4E9}*{margin:0;padding:0;-webkit-user-select:auto;user-select:auto;font-family:JostMedium;color:#fff}html{background-color:var(--blue-dark);scroll-behavior:smooth}.hide-on-desktop{display:flex!important}.hide-on-mobile{display:none!important}img,a,button{-webkit-user-select:none;user-select:none}.container{padding:0 20px;max-width:320px;margin:auto;box-sizing:content-box}#hero{height:100vh;padding-bottom:80px;background-image:url(/build/assets/hero-B1-7Fj61.png),linear-gradient(to bottom,#6689ac,#0b0f19);background-position:70%;background-size:cover;position:relative;margin-top:-100px}#hero .container{height:100%;z-index:2;position:relative}#hero .container .section-wrapper{display:flex;flex-direction:column;justify-content:flex-end;height:100%;gap:32px}#hero .container .section-wrapper h1{font-size:24px;font-family:JostBold;text-align:center;text-shadow:0px 0px 15px rgba(0,0,0,.6)}#hero .container .section-wrapper h1 br{display:none}#hero .container .section-wrapper .hero-button-wrapper{display:flex;flex-direction:column;gap:8px}#hero .container .section-wrapper .hero-button-wrapper #countdown{font-size:16px;text-align:center}#cookie-banner{display:none;position:fixed;bottom:0;width:calc(100% - 30px);background:#da3b34;padding:15px;text-align:center;z-index:100;flex-direction:column;gap:15px}#cookie-banner p{font-size:12px}#cookie-banner .buttons{display:flex;gap:10px;align-items:center;justify-content:center}#cookie-banner .buttons button{background-color:#fff;color:var(--blue-dark);padding:10px 20px;appearance:none;border:none}header{height:115px;display:flex;align-items:center;position:sticky;flex-wrap:wrap;width:100%;top:0;z-index:5}header #mobile-header{width:100%;padding:0 20px;justify-content:space-between;align-items:center;background-color:#fff;height:80px;position:relative}header #mobile-header button{background-color:transparent;border:none}header #mobile-header a{width:fit-content}header #mobile-header a img{width:110px}header #mobile-header #mobile-menu{position:absolute;width:calc(100% - 100px);left:50%;transform:translate(-50%);padding:30px;top:80px;opacity:0;pointer-events:none;background-color:#fff;display:flex;flex-direction:column;gap:32px;transition:.12s ease-out}header #mobile-header #mobile-menu .links{display:flex;flex-direction:column}header #mobile-header #mobile-menu .links a{font-size:14px;font-family:JostMedium;color:var(--blue-dark);padding:16px 0;width:100%;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.1)}header #mobile-header #mobile-menu .links a:last-child{border-bottom:none}header #mobile-header #mobile-menu .join-button{width:100%;height:40px;display:flex;flex-direction:row;border:none}header #mobile-header #mobile-menu .join-button div{height:100%;display:flex;justify-content:center;align-items:center;color:var(--blue-dark)}header #mobile-header #mobile-menu .join-button :first-child{width:calc(100% - 66px);border:1px solid var(--blue-dark);background-color:#fff;height:38px;border-right:none;font-size:14px}header #mobile-header #mobile-menu .join-button :last-child{width:66px;border:none;background-color:var(--red-basic);display:flex;align-items:center;justify-content:center}header #mobile-header #mobile-menu .join-button :last-child svg{height:14px;width:34px}header #mobile-header #mobile-menu .socials{display:flex;justify-content:space-between}header #mobile-header #mobile-menu .socials a img{width:36px;aspect-ratio:1/1}header #mobile-header #mobile-menu.active{opacity:1;pointer-events:all;z-index:5}header #general-success{display:none;top:0;position:absolute;width:100vw;height:100vh;background-color:var(--blue-dark)}header #general-success .success-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;margin:auto;max-width:340px}header #general-success .success-inner img{width:140px;aspect-ratio:1/1}header #general-success .success-inner .text{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}header #general-success .success-inner .text p{font-size:13px;line-height:13px;color:var(--red-basic)}header #general-success .success-inner .text h3{font-family:JostLight;font-size:36px;line-height:125%}header #general-success .success-inner button{justify-content:center;align-items:center;appearance:none;outline:none;border:1px solid white;background:transparent;color:#fff;width:100%;font-family:JostSemiBold;height:55px;font-size:14px;line-height:14px}header .active{pointer-events:all!important;display:flex!important}.join-bar{width:100%;height:35px;background-color:var(--red-basic);display:flex;justify-content:space-between;align-items:center;padding:0 21px;appearance:none;border:none;outline:none}.join-bar p{color:#fff}.section-title{color:var(--red-basic);font-size:16px;line-height:24px;text-align:center;letter-spacing:1px;font-family:JostMedium}h2{font-family:JostLight;font-size:46px;font-weight:400;line-height:52px}hr{background-color:#da3b34;height:2px;border:none}.text-content{font-family:JostLight;font-size:36px;line-height:42px;text-align:center;color:var(--lightblue-text)}.text-content span{color:#fff;font-weight:400;text-decoration:none;font-family:JostLight}.button-box{display:flex;flex-direction:column;gap:10px}.button-general{display:flex;justify-content:center;align-items:center;width:320px;height:55px;font-size:14px;font-weight:600;border:none;text-decoration:none;transition:.12s ease-out}.button-general:hover{opacity:.6}.button-red{background-color:var(--red-basic);color:#fff}.button-white{position:relative;background-color:#fff;color:var(--blue-dark)}.button-white svg{position:absolute;right:20px}.text-small{font-size:18px;line-height:32px;font-family:JostRegular}.position{font-family:InstrumentSans;color:var(--blue-text)}.nav-wrapper{position:absolute;width:160px;height:39px;z-index:4;display:flex;justify-content:center;align-items:center}.custom-next{width:85px;height:39px;margin-left:-1px;border:1px black solid;display:flex;justify-content:center;align-items:center}.custom-prev{width:85px;height:39px;border:1px black solid;display:flex;justify-content:center;align-items:center}.swiper-button-disabled{opacity:.5;cursor:not-allowed;border:1px grey solid}.title-wrapper{display:flex;flex-direction:column;gap:14px;position:absolute;height:fit-content;width:84%;bottom:30px;left:30px}.title-wrapper .title{font-family:JostLight;font-size:20px;line-height:24px;text-decoration:none}.title-wrapper .date{color:var(--blue-text);font-size:13px;line-height:15px}.load-button{background-color:var(--blue-dark);border:1px white solid;position:relative;font-family:JostSemiBold;font-size:14px;letter-spacing:3px}.load-button svg{position:absolute;left:22px}.heading-wrapper{display:flex;flex-direction:column}.video-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}#team-new{background-color:#fff;padding:80px 0;overflow:hidden}#team-new .container .section-wrapper{display:flex;flex-direction:column;gap:80px}#team-new .container .section-wrapper .intro{display:flex;flex-direction:column;gap:24px}#team-new .container .section-wrapper .intro .intro-content{color:#000;font-family:JostRegular;text-align:center}#team-new .container .section-wrapper .intro .intro-content span{font-family:JostSemiBold;color:#000}#team-new .container .section-wrapper .intro .statement-wrapper{display:flex;flex-direction:column;gap:16px}#team-new .container .section-wrapper .intro .statement-wrapper .statement{box-sizing:content-box;width:calc(100% - 32px);padding:16px;background-color:#384c60;min-height:48px;display:flex;align-items:center;justify-content:center}#team-new .container .section-wrapper .intro .statement-wrapper .statement p{color:#fff;font-family:JostRegular;text-align:center}#team-new .container .section-wrapper .members{display:flex;flex-direction:column;gap:24px}#team-new .container .section-wrapper .members .swiper{height:fit-content;width:calc(100% - 48px);overflow:visible;margin-left:0}#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide{aspect-ratio:6/10;background-position:center;background-size:cover}#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide p{text-align:center}#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div{box-sizing:content-box;display:flex;flex-direction:column;justify-content:flex-end;position:relative;padding:0 24px 32px;gap:8px;width:calc(100% - 48px);height:calc(100% - 32px)}#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .swiper-gradient{z-index:0;position:absolute;background:linear-gradient(to bottom,transparent,rgba(11,15,25,.835) 80%,var(--blue-dark) 100%);width:100%;height:100%;bottom:0;left:0;padding:0}#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-name{font-size:18px;line-height:22px;font-family:JostBold;z-index:1}#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-position{font-size:10px;font-family:JostItalic;color:#999;z-index:1}#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-desc{font-family:JostRegular;font-size:12px;z-index:1}#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide:nth-child(1){background-image:url(/build/assets/zk-DwtwABoZ.jpg)}#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide:nth-child(2){background-image:url(/build/assets/mh-DgLFst5E.jpg)}#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide:nth-child(3){background-image:url(/build/assets/zuzk-BjMn9RAf.jpg)}#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide:nth-child(4){background-image:url(/build/assets/mg-9uEqgPXx.jpg)}#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide:nth-child(5){background-image:url(/build/assets/ap-DAvx2uJY.png)}#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide:nth-child(6){background-image:url(/build/assets/po-wv7knJBc.jpg)}#information{padding:80px 0;background-repeat:no-repeat;background-position:top center;display:flex;justify-content:center;position:relative;overflow:hidden}#information video{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center;z-index:1;-webkit-user-select:none;user-select:none}#information .gradient{z-index:2;width:100%;height:100%;position:absolute;background-image:linear-gradient(to bottom,var(--blue-dark) 0%,rgba(11,15,25,.8352941176) 50%,var(--blue-dark) 100%)}#information .container{z-index:3}#information .container div{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:18px}#information .container div .text-content{font-size:24px}#plans{background-color:#fff;padding-top:80px;overflow:hidden}#plans .container .section-wrapper{display:flex;flex-direction:column;gap:24px}#plans .container .section-wrapper .intro{display:flex;flex-direction:column;gap:40px}#plans .container .section-wrapper .intro .intro-content{color:#000;font-family:JostRegular;text-align:center}#plans .container .section-wrapper .intro .intro-content span{font-family:JostSemiBold;color:#000}#plans .container .section-wrapper .members{display:flex;flex-direction:column;gap:24px;width:100%}#plans .container .section-wrapper .members h1{font-size:16px;line-height:20px}#plans .container .section-wrapper .members .swiper{height:fit-content;width:100%;margin-left:0}#plans .container .section-wrapper .members .swiper .swiper-wrapper{padding-bottom:80px}#plans .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide{background-color:#384c60;aspect-ratio:8.5/10;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;padding:16px}#plans .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide .slide-number{height:64px;width:64px;display:flex;justify-content:center;align-items:center;background-color:var(--red-basic);border-radius:32px}#plans .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide .slide-heading-wrapper{display:flex;flex-direction:column;gap:12px}#plans .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide .slide-heading-wrapper .slide-heading{font-family:JostBold;font-size:24px;line-height:30px;text-align:center}#plans .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide .slide-heading-wrapper .slide-text{font-family:JostRegular;font-size:16px;text-align:center}#plans .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide .slide-heading-wrapper p{color:#fff}#plans .container .section-wrapper .members .swiper .swiper-wrapper .swiper-pagination{top:420px}#join{padding:80px 0;background-color:var(--blue-dark);position:relative}#join .container{position:relative;z-index:1}#join .container .changes-section-wrapper{display:flex;flex-direction:column;gap:20px}#join .container .changes-section-wrapper .changes-info-wrapper{display:flex;flex-direction:column;gap:42px}#join .container .changes-section-wrapper .changes-info-wrapper .heading-wrapper{display:flex;flex-direction:column;gap:24px}#join .container .changes-section-wrapper .changes-info-wrapper .heading-wrapper .subheading{font-size:24px;line-height:24px;text-align:center;padding-bottom:32px}#join .container .changes-section-wrapper .changes-info-wrapper .input-wrapper{display:flex;flex-direction:column;gap:40px}#join .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .file-input{border-bottom:1px solid white;padding-bottom:24px}#join .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line{display:flex;flex-direction:column;position:relative}#join .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line label{font-size:13px}#join .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line .error{position:absolute;bottom:-28px;left:0;color:var(--red-basic);font-size:14px;text-align:center;width:fit-content;display:none}#join .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line input{background:transparent;border:none;outline:none;border-bottom:1px solid white;transition:.12s ease-out;text-align:left;color:#fff;font-size:16px;font-family:JostLight;width:100%;padding:5px 0}#join .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line ul{margin-top:12px;margin-left:17px;display:flex;flex-direction:column;gap:12px}#join .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line ul li{display:flex;flex-direction:row;align-items:center;font-size:13px}#join .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line ul li button{padding:3px 12px;border:none;background-color:#384c60;margin-left:12px}#join .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .select-input-line{display:flex;flex-direction:column;gap:8px;position:relative}#join .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .select-input-line select{background:transparent;border:none;outline:none;border-bottom:1px solid white;transition:.12s ease-out;text-align:left;color:#fff;font-size:16px;font-family:JostLight;width:100%;padding:5px 0}#join .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .select-input-line label{font-size:13px}#join .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .select-input-line .error{position:absolute;bottom:-28px;left:0;color:var(--red-basic);font-size:14px;text-align:center;width:fit-content;display:none}#join .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .checkbox-line{display:flex;flex-direction:row;gap:15px;flex-wrap:nowrap;align-items:center;position:relative}#join .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .checkbox-line .error{position:absolute;bottom:-28px;left:0;color:var(--red-basic);font-size:14px;text-align:center;width:fit-content;display:none}#join .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .checkbox-line label{cursor:pointer;font-size:13px;line-height:20px;width:calc(100% - 27px)}#join .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .checkbox-line label br{display:none!important}#join .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .checkbox-line input[type=checkbox]{outline:none;box-shadow:none;border-style:solid;border-color:#fff;border-width:1px;appearance:none;cursor:pointer;position:relative;width:24px!important;height:24px!important;aspect-ratio:1/1!important;background-position:center!important;background-repeat:no-repeat!important;background:url(/build/assets/check-Vn33l12H.svg);background-size:0%!important;transition:background-size .15s,background-color .15s,border-color .15s}#join .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .checkbox-line input[type=checkbox]:checked{background-color:var(--red-basic);background-size:65%!important;transition:background-size .15s,background-color .15s,border-color .15s;border-color:var(--red-basic)}#join .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-contact-part{display:flex;flex-direction:column;gap:40px}footer{background:linear-gradient(to top,#1a2844,#0c0f19)}footer .container .location-wrapper{display:flex;flex-direction:column;align-items:center;gap:78px}footer .container .location-wrapper .location{display:flex;flex-direction:column;gap:42px;text-align:center}footer .container .location-wrapper .location .country{font-family:MontserratSemiBold;font-size:24px}footer .container .location-wrapper .location .adress{display:flex;flex-direction:column;gap:20px}footer .container .location-wrapper .location .adress p{font-family:LatoRegular;font-size:15px;line-height:15px}footer .container .location-wrapper .location .phone-number-wrapper{display:flex;flex-direction:column;gap:32px}footer .container .location-wrapper .location .phone-number-wrapper .phone-number-line{display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:center}footer .container .location-wrapper .location .phone-number-wrapper .phone-number-line .phone-number{font-family:LatoRegular;font-size:15px;text-decoration:none}footer .container .footer-wrapper{display:flex;flex-direction:column;gap:24px;align-items:center;padding-top:55px;padding-bottom:165px}footer .container .footer-wrapper .footer-info{display:flex;flex-direction:column;gap:48px;align-items:center;font-family:LatoRegular;font-size:14px}footer .container .footer-wrapper .socials{display:flex;justify-content:space-between;gap:12px}footer .container .footer-wrapper .socials img{width:36px;aspect-ratio:1/1}#news{padding-top:120px;padding-bottom:120px}#news .container{display:flex;flex-direction:column;gap:16px}#news .container h1{text-align:left;font-size:28px;line-height:32px;color:#fff}#news .container h2{text-align:left;font-size:20px;font-family:JostMedium;line-height:24px}#news .container p{font-size:16px;font-family:JostLight;color:#fff}#news .container strong,#news .container span{color:#fff!important}#news .container .date{font-size:14px;text-align:left;color:#fff;font-weight:700;margin-top:-16px}#news .container img{width:100%;height:auto}#news .container .news-info-wrapper{display:flex;flex-direction:column;gap:6px;padding-top:10px;padding-bottom:10px}#news .container .news-info-wrapper p{font-family:JostMedium;color:var(--red-basic)}#news .container .photo-desc{font-size:14px;font-family:JostMedium}#blog{padding:80px 0;background-color:#fff}#blog .container{display:flex;flex-direction:column;align-items:center;gap:24px}#blog .container h2{font-size:16px;line-height:24px;font-family:JostMedium;color:var(--red-basic);text-align:center;text-transform:uppercase}#blog .container .blog-wrapper{display:flex;flex-direction:column;gap:20px;width:fit-content}#blog .container .blog-wrapper .blog-content{height:100%;width:100%;position:relative}#blog .container .blog-wrapper .blog-content:nth-child(2),#blog .container .blog-wrapper .blog-content:nth-child(3){display:none}#blog .container .blog-wrapper .blog-content .img-wrapper{width:100%;aspect-ratio:1/1}#blog .container .blog-wrapper .blog-content .img-wrapper img{width:100%;height:100%;object-fit:cover}#blog .container .blog-wrapper .blog-content .img-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#000c);pointer-events:none}#blog .container .button-red{padding:0;justify-content:center}#program{padding:80px 0}#program .container .section-wrapper .section-title{line-height:24px}#program .container .section-wrapper .program-content-wrapper{display:flex;flex-direction:column-reverse;gap:16px;padding:40px 0}#program .container .section-wrapper .program-content-wrapper .text-button-wrapper{display:flex;flex-direction:column;gap:32px}#program .container .section-wrapper .program-content-wrapper .text-button-wrapper .icon-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px}#program .container .section-wrapper .program-content-wrapper .text-button-wrapper .icon-wrapper .icon-box{width:calc(50% - 8px);background-color:#fff;aspect-ratio:1/1;display:flex;flex-direction:column;gap:8px;justify-content:center;align-items:center;padding:8px}#program .container .section-wrapper .program-content-wrapper .text-button-wrapper .icon-wrapper .icon-box p{color:#000}#program .container .section-wrapper .program-content-wrapper .text-button-wrapper .icon-wrapper .icon-box svg{width:48px;height:48px}#program .container .section-wrapper .program-content-wrapper .text-button-wrapper p{font-family:JostRegular;text-align:center}#program .container .section-wrapper .program-content-wrapper .text-button-wrapper .button-wrapper{display:flex;flex-direction:column;gap:16px}#aboutme{padding-top:80px;background-color:#fff;display:flex;flex-direction:column;align-items:center}#aboutme .nav-dummy{width:0px;height:0px;background-color:red;position:relative}#aboutme .nav-dummy .nav-wrapper{margin-left:-80px;bottom:80px}#aboutme .swiper{width:100%;height:100%}#aboutme .swiper .swiper-wrapper{position:relative;height:100%;width:100%;padding-bottom:160px}#aboutme .swiper .swiper-wrapper .swiper-slide{width:100%;height:100%}#aboutme .swiper .swiper-wrapper .swiper-slide .container .section-wrapper{display:flex;flex-direction:column;gap:32px}#aboutme .swiper .swiper-wrapper .swiper-slide .container .section-wrapper h2{color:#000;text-align:center}#aboutme .swiper .swiper-wrapper .swiper-slide .container .section-wrapper .inner-slide-wrapper{gap:32px;display:flex;flex-direction:column}#aboutme .swiper .swiper-wrapper .swiper-slide .container .section-wrapper .inner-slide-wrapper img{width:100%}#aboutme .swiper .swiper-wrapper .swiper-slide .container .section-wrapper .inner-slide-wrapper .text-content-wrapper{display:flex;flex-direction:column;gap:32px}#aboutme .swiper .swiper-wrapper .swiper-slide .container .section-wrapper .inner-slide-wrapper .text-content-wrapper .slide-text-basic{color:#000;text-align:center;font-family:JostRegular}#aboutme .swiper .swiper-wrapper .swiper-slide .container .section-wrapper .inner-slide-wrapper .text-content-wrapper .slide-text-enhanced{font-size:24px;color:#000;text-align:center}#aboutme .swiper .swiper-wrapper .swiper-slide .container .section-wrapper .slide-icons-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}#aboutme .swiper .swiper-wrapper .swiper-slide .container .section-wrapper .slide-icons-wrapper .icon-box{box-sizing:content-box;width:calc(50% - 28px);aspect-ratio:1/1;border:2px solid black;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8px}#aboutme .swiper .swiper-wrapper .swiper-slide .container .section-wrapper .slide-icons-wrapper .icon-box svg{width:48px;height:48px}#aboutme .swiper .swiper-wrapper .swiper-slide .container .section-wrapper .slide-icons-wrapper .icon-box p{color:#000;text-align:center;font-size:13px}#aboutme .swiper .swiper-pagination{bottom:30px}
