header.header{width:100%;height:80px;display:flex;align-items:center;background-color:#fff;border-bottom:1px solid #ebebeb;position:fixed;top:0;left:0;z-index:10;box-sizing:border-box;padding:0 15%}header.header img{height:60px;cursor:pointer}header.header .menu{width:100%;display:flex;justify-content:space-between;align-items:center}header.header .menu .options>a{font-size:1rem;font-family:Inter;font-style:normal;font-weight:500;color:#000;cursor:pointer;box-sizing:border-box;margin-left:25px;text-decoration:none;transition:color .2s ease}header.header .menu .options>a:hover{color:#65799a}header.header .menu>a.button{font-family:Inter;background-color:#5056af;font-weight:700;border:none;color:#fff;padding:10px 20px;text-align:center;text-decoration:none;display:inline-block;font-size:1rem;border-radius:8px;cursor:pointer;transition:background-color .2s ease,transform .2s ease}header.header .menu>a.button:hover{background-color:#4047ac;transform:scale(1.03)}header.header .menu>a.button:active{transform:scale(.97)}header.header .menu-icon{display:none;cursor:pointer;margin-left:auto;border:none;background-color:transparent;font-size:24px;color:#000;padding:8px}@media(max-width:1200px){header.header{padding:0 8%}}@media(max-width:800px){header.header .menu-icon{display:flex;align-items:center;justify-content:center}header.header .menu{flex-direction:column;justify-content:center;align-items:center;position:absolute;top:80px;left:0;width:100%;background-color:#fff;padding:0 20px;box-sizing:border-box;max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .25s ease,padding .35s ease,box-shadow .35s ease}header.header .menu .options{display:flex;flex-direction:column;justify-content:center;align-items:center}header.header .menu .options>a{font-size:16px;font-weight:500;color:#000;cursor:pointer;box-sizing:border-box;margin:10px 0;text-decoration:none}header.header .menu .options>a:hover{color:#65799a}header.header .menu>a.button{margin-top:10px;margin-bottom:0}header.header .menu[data-is-open=true]{max-height:300px;opacity:1;padding:20px;box-shadow:0 8px 16px #0000001a}}.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{bottom:0;left:0;opacity:0;overflow:hidden;pointer-events:auto;position:fixed;right:0;top:0;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));bottom:0;left:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;right:0;top:0;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translate(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media(prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:var(--yarl__toolbar_padding,8px);position:absolute;right:0;top:0}[dir=rtl] .yarl__toolbar{bottom:auto;left:0;right:auto;top:0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media(hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}.gallery{width:100%;padding:80px 15% 10%;box-sizing:border-box;background-color:#010321}.gallery .gallery-title{font-family:Inter;font-weight:700;font-size:2rem;color:#fff;margin-bottom:40px;text-align:center;letter-spacing:-.5px}.gallery img{border-radius:6px;cursor:pointer;transition:transform .3s ease,opacity .3s ease}.gallery img:hover{transform:scale(1.02);opacity:.9}@media(max-width:1200px){.gallery{padding:80px 8% 10%}}@media(max-width:520px){.gallery{padding:60px 5% 10%}.gallery .gallery-title{font-size:1.5rem;margin-bottom:24px}}.crew{width:100%;padding:10% 15%;background-color:#010321;box-sizing:border-box}.crew .crewCard{position:relative;width:100%;padding-right:40px;border-radius:16px;background-color:#fff;z-index:1;display:flex;align-items:center;justify-content:space-between;margin-bottom:10%;box-sizing:border-box}.crew .crewCard.reverse{flex-direction:row-reverse;padding:0 0 0 40px}.crew .crewCard.reverse .imgWrapper{margin-left:20px;margin-right:0;border-radius:0 8px 8px 0}.crew .crewCard.reverse .imgWrapper>img{border-radius:0 8px 8px 0}.crew .crewCard .imgWrapper{width:55%;height:500px;border-radius:8px 0 0 8px;margin-right:20px;object-fit:cover;object-position:top;overflow:hidden;box-sizing:border-box}.crew .crewCard .imgWrapper>img{width:100%;height:100%;border-radius:8px 0 0 8px;object-fit:cover;object-position:top;transition:transform .4s ease}.crew .crewCard .imgWrapper>img.resize{object-position:50% 70%}.crew .crewCard:hover .imgWrapper>img{transform:scale(1.03)}.crew .crewCard .left{width:40%;display:flex;justify-content:center}.crew .crewCard .left .text{width:100%;max-width:310px;display:flex;flex-direction:column;justify-content:space-around;color:#18214d}.crew .crewCard .left .text>span:first-of-type{font-family:Inter;font-style:normal;font-weight:600;font-size:22px;line-height:30px;letter-spacing:-.55px;margin-bottom:4px}.crew .crewCard .left .text>span:nth-of-type(2){margin-bottom:16px;font-weight:500}.crew .crewCard .left .text p,.crew .crewCard .left .text span{text-align:left;font-family:Inter;font-style:normal;font-weight:400;font-size:16px;line-height:26px;letter-spacing:-.3px}.crew .crewCard:last-of-type{margin-bottom:0}@media(max-width:1200px){.crew{padding:10% 8%}}@media(max-width:520px){.crew{padding:20% 5% 10%}.crew .crewCard{flex-direction:column;padding:0 0 30px;margin-bottom:15%}.crew .crewCard.reverse{flex-direction:column;padding:0 0 30px}.crew .crewCard.reverse .imgWrapper{margin-left:0;margin-right:0;border-radius:8px 8px 0 0}.crew .crewCard.reverse .imgWrapper>img{border-radius:8px 8px 0 0}.crew .crewCard .imgWrapper{width:100%;height:300px;border-radius:8px 8px 0 0;margin-right:0;overflow:hidden;box-sizing:border-box}.crew .crewCard .imgWrapper>img{width:100%;height:100%;border-radius:8px 8px 0 0}.crew .crewCard .left{width:100%;padding:30px 30px 0;box-sizing:border-box}.crew .crewCard .left .text{width:100%;max-width:100%;display:flex;flex-direction:column;justify-content:space-around;color:#18214d}.crew .crewCard .left .text>span:first-of-type{font-family:Inter;font-style:normal;font-weight:600;font-size:22px;line-height:30px;letter-spacing:-.55px;margin-bottom:4px}.crew .crewCard .left .text>span:nth-of-type(2){margin-bottom:16px;font-weight:500}.crew .crewCard .left .text p,.crew .crewCard .left .text span{text-align:left;font-family:Inter;font-style:normal;font-weight:400;font-size:14px;line-height:22px;letter-spacing:-.3px}}.hero{background:url(/assets/images/hero.webp) no-repeat center center;background-position:top;background-size:cover;height:75%;width:100%;margin-top:80px}.hero .wrapper{height:100%;width:100%;display:flex;justify-content:space-between;align-items:center;z-index:1;background-color:#18235bce;padding:0 15%;box-sizing:border-box}.hero .wrapper>img{height:60%;width:55%;object-fit:cover;object-position:top;border-radius:8px}.hero .wrapper .titleCard{padding:30px 40px 40px;border-radius:16px;background-color:#fff;width:40%;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:space-around;box-sizing:border-box}.hero .wrapper .titleCard>img{width:50%;border-radius:8px;cursor:pointer;margin-bottom:20px}.hero .wrapper .titleCard>p:first-of-type{margin-bottom:20px}.hero .wrapper .titleCard>p{font-family:Inter;line-height:20px;font-size:1rem;font-weight:400;margin-bottom:40px;text-align:left}.hero .wrapper .titleCard>a.button{background-color:#5056af;font-weight:700;border:none;color:#fff;padding:15px 25px;text-align:center;text-decoration:none;display:inline-block;font-size:1rem;border-radius:8px;cursor:pointer;margin-bottom:20px;transition:background-color .2s ease,transform .2s ease}.hero .wrapper .titleCard>a.button:hover{background-color:#4047ac;transform:scale(1.05)}.hero .wrapper .titleCard>a.button:active{transform:scale(.97)}@media(max-width:1200px){.hero .wrapper{padding:0 8%}}@media(max-width:800px){.hero{height:auto}.hero .wrapper{flex-direction:column;justify-content:flex-end;padding:0 5%}.hero .wrapper>img{height:60%;width:70%;margin:15% 0 20px;object-fit:cover;object-position:top;border-radius:8px}.hero .wrapper .titleCard{margin:20px 0 15%;padding:30px 20px 40px;width:70%;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:space-around;box-sizing:border-box}.hero .wrapper .titleCard>img{border-radius:8px;cursor:pointer;margin-bottom:20px}.hero .wrapper .titleCard>p:first-of-type{margin-bottom:20px}.hero .wrapper .titleCard>p{font-family:Inter;font-size:1rem;font-weight:400;margin-bottom:40px;text-align:left}.hero .wrapper .titleCard>a.button{background-color:#426295;font-weight:700;border:none;color:#fff;padding:15px 25px;text-align:center;text-decoration:none;display:inline-block;font-size:1rem;border-radius:8px;cursor:pointer;margin-bottom:20px}.hero .wrapper .titleCard>a.button:hover{background-color:#65799a}}@media(max-width:520px){.hero .wrapper>img{width:100%}.hero .wrapper .titleCard{width:100%}}.event{margin-top:80px;padding:8% 15%;display:flex;justify-content:space-between;align-items:center}.event .imgWrapper{height:400px;width:50%;border-radius:8px;overflow:hidden}.event .imgWrapper>img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:8px}.event .textWrapper{width:45%;display:flex;flex-direction:column;justify-content:space-around}.event .textWrapper .title{width:90%;font-family:Inter;font-style:normal;font-weight:700;font-size:2rem;line-height:2.5rem;color:#000;margin-bottom:32px}.event .textWrapper .tagWrapper{width:120%;display:flex;flex-direction:column;box-sizing:border-box;margin-bottom:32px}.event .textWrapper .tagWrapper .line{display:flex;height:32px;box-sizing:border-box;margin-bottom:16px}.event .textWrapper .tagWrapper .line .tag{width:fit-content;height:fit-content;padding:8px 16px;box-sizing:border-box;background-color:#46498bd2;border-radius:8px;border:2px solid #5056af;margin-left:10px;transition:transform .2s ease,background-color .2s ease}.event .textWrapper .tagWrapper .line .tag:hover{transform:translateY(-2px);background-color:#5056af}.event .textWrapper .tagWrapper .line .tag>span{font-family:Inter;font-style:normal;font-weight:400;font-size:16px;letter-spacing:-.55px;color:#fff}.event .textWrapper .tagWrapper .line .tag:first-of-type{margin-left:0}.event .textWrapper .tagWrapper .line:last-of-type{margin-bottom:0}.event .textWrapper .tagWrapperMobile{display:none}.event .textWrapper>span{width:90%;font-family:Inter;font-style:normal;font-weight:500;font-size:1rem;line-height:1.5rem;color:#000;margin-bottom:20px}@media(max-width:1200px){.event{padding:8% 10%}.event .imgWrapper{width:45%}.event .textWrapper{width:50%}.event .textWrapper .tagWrapper{width:100%}.event .textWrapper .tagWrapper .line .tag{padding:8px}.event .textWrapper .tagWrapper .line .tag>span{font-size:14px}}@media(max-width:800px){.event{flex-direction:column;padding:8% 5%}.event .imgWrapper{width:100%;height:300px;margin-bottom:32px}.event .textWrapper,.event .textWrapper .title,.event .textWrapper .tagWrapper{width:100%}.event .textWrapper .tagWrapper .line .tag{padding:8px 16px}.event .textWrapper .tagWrapper .line .tag>span{font-size:16px}}@media(max-width:520px){.event{padding:8% 5%}.event .imgWrapper{height:200px}.event .textWrapper{max-width:100vw;overflow-x:scroll}.event .textWrapper .title{font-size:1.5rem;line-height:2rem}.event .textWrapper .tagWrapper:first-of-type{display:none}.event .textWrapper .tagWrapperMobile{display:flex}.event .textWrapper .tagWrapperMobile .line .tag{padding:8px 16px}.event .textWrapper .tagWrapperMobile .line .tag>span{font-size:14px}.event .textWrapper>span{font-size:14px;line-height:1.5rem}}.schema{width:100%;background-color:#010321;padding:100px 15%;box-sizing:border-box}.schema>img{width:100%;height:100%}.schema .mobile{display:none}@media(max-width:520px){.schema{padding:100px 5%}.schema .mobile{display:block}.schema .desktop{display:none}}.form{width:100%;height:calc(100vh - 120px);display:flex;justify-content:center;box-sizing:border-box;overflow:hidden;margin-top:40px}.form iframe{width:100%;max-width:640px;height:100%;border:none}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:’’;content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}body{margin:60px 0 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.App{width:100%;height:calc(100vh - 70px)}
