.site-main,form textarea{margin-top:0}.bg-center,.paralax-bg{background-repeat:no-repeat;background-size:cover}body,section{display:flex;flex-direction:column;position:relative}:root{--theme-border-radius:30px;overflow-x:hidden;--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}html{box-sizing:border-box;font-size:16px;background-color:#08062A}*,:after,:before{box-sizing:inherit}body{margin:0;padding:0;flex-wrap:nowrap;justify-content:flex-start;min-height:100vh;font-size:1rem;line-height:1.2;font-weight:300;background-color:transparent;color:#000}body ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 8px rgba(8,6,42,.3);background-color:rgba(8,6,42,.1);border-radius:8px;width:8px;height:8px}body ::-webkit-scrollbar{width:8px;height:8px;background-color:rgba(8,6,42,.1)}body ::-webkit-scrollbar-thumb{width:8px;height:8px;border-radius:8px;background-color:#E4F2FF}section{width:100%}section .section-inner{position:relative;width:100%;height:100%;flex:1;margin:0;z-index:5}body.as-enabled,section:has(.paralax-bg){overflow:hidden}body.as-enabled #site-main,body.as-enabled #smooth-content,body.as-enabled #smooth-wrapper{height:100vh}body.as-enabled .as-zone{position:fixed;inset:0;width:100%;height:100%;visibility:hidden;overflow:hidden}body.as-enabled .as-inner,body.as-enabled .as-outer{position:absolute;inset:0;width:100%;height:100%;overflow:hidden}body.as-enabled .as-inner>*{position:relative;z-index:1}.paralax-bg,body.as-enabled .as-bg{z-index:0;position:absolute;will-change:transform;inset:0}body.as-enabled .as-bg{width:100%;height:100%}body.as-enabled .video-bg.as-bg{object-fit:cover}body.as-enabled .as-heading{will-change:transform}body.as-enabled .clip-text{overflow:hidden}.paralax-bg{background-position:center}.parallax-content{position:relative;z-index:1;transform-origin:center center;will-change:transform}svg{max-width:100%;width:100%;height:auto}.site-main{position:relative;min-height:50vh;margin-bottom:0;z-index:1}.events-none{user-select:none;pointer-events:none;touch-action:none}.events-auto{user-select:auto;pointer-events:auto;touch-action:auto}.hidden{position:absolute;display:none;visibility:hidden;z-index:-999;opacity:0;height:1px;width:1px;overflow:hidden;top:-9999px;left:-9999px}.bg-center{background-position:center}.full-vh{min-height:100vh;min-height:100dvh;min-height:100svh}.nowrap{white-space:nowrap}.color-white,.color-white *{color:#FFF}.dflex-col{display:flex;flex-direction:column;flex-wrap:nowrap}.vertical-flex-row-center{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start}.flex-gap-075{gap:.75rem}.max-width-600{width:100%;max-width:440px}@media (min-width:1200px){body{line-height:1.3}.max-width-600{max-width:500px}}@media (min-width:1600px){body{font-size:1.25rem}.max-width-600{max-width:600px}}@media (min-width:1025px){.d-none-lg{display:none!important;visibility:hidden!important}}@media (max-width:1024px){.d-none-mob{display:none!important;visibility:hidden!important}}.container{position:relative;width:100%;max-width:100%;margin:0 auto;padding:0 .75rem}@media (min-width:768px){:root{--theme-border-radius:50px}.container{padding:0 2.5rem}}@media (min-width:1200px){.container{padding:0 3.75rem}}@media (min-width:1600px){.container{padding:0 6.25rem}}.social-list,.social-list li{padding:0;margin:0}#smooth-wrapper{overflow:hidden;position:fixed;height:100%;width:100%;top:0;left:0}#smooth-content{overflow:visible;width:100%}.social-list{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem;list-style:none}.social-list .list-item{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;transition:.25s;opacity:1}.social-list .list-item:hover{opacity:.7}.social-list .item-icon{max-width:24px;max-height:24px}@media (min-width:1025px){.anim-content{opacity:0}}.anim-content p{margin:0}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,200px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-200px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-200px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(200px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0,-200px,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0,200px,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-200px,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(200px,0,0)}}.fadeOutRight{animation-name:fadeOutRight}.animated{animation-duration:var(--animate-duration);animation-fill-mode:both;will-change:transform,opacity}.animated.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:calc(var(--animate-repeat) * 2)}.animated.repeat-3{animation-iteration-count:calc(var(--animate-repeat) * 3)}.animated.delay-1s{animation-delay:var(--animate-delay)}.animated.delay-2s{animation-delay:calc(var(--animate-delay) * 2)}.animated.delay-3s{animation-delay:calc(var(--animate-delay) * 3)}.animated.delay-4s{animation-delay:calc(var(--animate-delay) * 4)}.animated.delay-5s{animation-delay:calc(var(--animate-delay) * 5)}.animated.faster{animation-duration:calc(var(--animate-duration)/ 2)}.animated.fast{animation-duration:calc(var(--animate-duration) * .8)}.animated.slow{animation-duration:calc(var(--animate-duration) * 2)}.animated.slower{animation-duration:calc(var(--animate-duration) * 3)}.hiddenAnim{visibility:hidden}.visibleAnim{visibility:visible!important}@keyframes animSvgWhite{0%{stroke-dashoffset:4000;fill:transparent}90%{stroke-dashoffset:0;fill:transparent}100%{stroke:transparent;fill:#000}}@keyframes animSvgBlack{0%{stroke-dashoffset:4000;fill:transparent}90%{stroke-dashoffset:0;fill:transparent}100%{stroke:transparent;fill:#08062A}}a{color:inherit;text-decoration:none;transition:.25s;cursor:pointer}a:hover{color:#0092BC}a:disabled,a[disabled],button:disabled,button[disabled],input[type=button]:disabled,input[type=button][disabled],input[type=submit]:disabled,input[type=submit][disabled],span:disabled,span[disabled]{opacity:.3!important;color:inherit;background-color:inherit;border-color:inherit;pointer-events:none;touch-action:none}a.custom-button,button.custom-button,input[type=button].custom-button,input[type=submit].custom-button,span.custom-button{padding:.75rem 2rem!important;font-size:1rem!important;font-family:Rubik,sans-serif;line-height:1!important;font-weight:700;min-width:100px;min-height:54px;text-align:center;text-transform:unset;border-radius:2rem!important;transition:all .25s;opacity:1;display:inline-flex;flex-direction:row;justify-content:center;align-items:center;text-decoration:none;flex-wrap:nowrap;gap:.75rem;color:#FFF;border:2px solid #FFF;outline:0!important;position:relative;overflow:hidden;z-index:1;background-color:#08062A;cursor:pointer}a.custom-button::after,a.custom-button::before,button.custom-button::after,button.custom-button::before,input[type=button].custom-button::after,input[type=button].custom-button::before,input[type=submit].custom-button::after,input[type=submit].custom-button::before,span.custom-button::after,span.custom-button::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;border-radius:0;transition:all .25s}a.custom-button::before,button.custom-button::before,input[type=button].custom-button::before,input[type=submit].custom-button::before,span.custom-button::before{background-color:#08062A;z-index:-2}a.custom-button::after,button.custom-button::after,input[type=button].custom-button::after,input[type=submit].custom-button::after,span.custom-button::after{max-height:0;background-color:#E4F2FF;z-index:-1}a.custom-button:focus,a.custom-button:hover,button.custom-button:focus,button.custom-button:hover,input[type=button].custom-button:focus,input[type=button].custom-button:hover,input[type=submit].custom-button:focus,input[type=submit].custom-button:hover,span.custom-button:focus,span.custom-button:hover{background-color:#E4F2FF;color:#08062A}a.custom-button:focus::after,a.custom-button:hover::after,button.custom-button:focus::after,button.custom-button:hover::after,input[type=button].custom-button:focus::after,input[type=button].custom-button:hover::after,input[type=submit].custom-button:focus::after,input[type=submit].custom-button:hover::after,span.custom-button:focus::after,span.custom-button:hover::after{max-height:100%}a.custom-button.type-second,button.custom-button.type-second,input[type=button].custom-button.type-second,input[type=submit].custom-button.type-second,span.custom-button.type-second{background-color:#FFF;color:#08062A;border-color:#08062A}a.custom-button.type-second::before,button.custom-button.type-second::before,input[type=button].custom-button.type-second::before,input[type=submit].custom-button.type-second::before,span.custom-button.type-second::before{background-color:#FFF}a.custom-button.type-second::after,button.custom-button.type-second::after,input[type=button].custom-button.type-second::after,input[type=submit].custom-button.type-second::after,span.custom-button.type-second::after{background-color:#08062A}a.custom-button.type-second:focus,a.custom-button.type-second:hover,button.custom-button.type-second:focus,button.custom-button.type-second:hover,input[type=button].custom-button.type-second:focus,input[type=button].custom-button.type-second:hover,input[type=submit].custom-button.type-second:focus,input[type=submit].custom-button.type-second:hover,span.custom-button.type-second:focus,span.custom-button.type-second:hover{background-color:#08062A;color:#FFF}.site-header,a.custom-button.add-transp,button.custom-button.add-transp,input[type=button].custom-button.add-transp,input[type=submit].custom-button.add-transp,span.custom-button.add-transp{background-color:transparent}a.custom-button.add-transp::before,button.custom-button.add-transp::before,input[type=button].custom-button.add-transp::before,input[type=submit].custom-button.add-transp::before,span.custom-button.add-transp::before{background-color:transparent}a.custom-button.type-accent,button.custom-button.type-accent,input[type=button].custom-button.type-accent,input[type=submit].custom-button.type-accent,span.custom-button.type-accent{background-color:#08062A;color:#FFF;border-color:#08062A}a.custom-button.type-accent::before,button.custom-button.type-accent::before,input[type=button].custom-button.type-accent::before,input[type=submit].custom-button.type-accent::before,span.custom-button.type-accent::before{background-color:#08062A}a.custom-button.type-accent::after,button.custom-button.type-accent::after,input[type=button].custom-button.type-accent::after,input[type=submit].custom-button.type-accent::after,span.custom-button.type-accent::after{background-color:#0092BC}a.custom-button.type-accent:focus,a.custom-button.type-accent:hover,button.custom-button.type-accent:focus,button.custom-button.type-accent:hover,input[type=button].custom-button.type-accent:focus,input[type=button].custom-button.type-accent:hover,input[type=submit].custom-button.type-accent:focus,input[type=submit].custom-button.type-accent:hover,span.custom-button.type-accent:focus,span.custom-button.type-accent:hover{background-color:#0092BC}form input,form select,form textarea{font-family:"STIX Two Text",sans-serif!important;height:auto;line-height:1.2!important;font-weight:400;background-color:#FFF;resize:none;box-shadow:none;transition:.25s;color:#000;position:relative;font-size:1rem;width:100%}form input,form textarea{outline:0!important;border-radius:0rem!important;border:1px solid #D7D7D7;padding:1rem 1.25rem!important;margin-bottom:1.5rem!important;outline-offset:0}form input:not([type=button]),form input:not([type=submit]),form textarea:not([type=button]),form textarea:not([type=submit]){border:1px solid #D7D7D7}form select{outline:0!important;border-radius:0rem;border:1px solid #D7D7D7;padding:.75rem!important;margin-bottom:.75rem!important;outline-offset:0}form select:not([type=button]),form select:not([type=submit]){border:1px solid #D7D7D7}form input[type=checkbox]{border-radius:4px!important;padding:0!important}form input[type=date],form input[type=time]{-webkit-appearance:none;-moz-appearance:none;min-height:42px}form p{width:100%}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#000}input::-moz-placeholder,textarea::-moz-placeholder{color:#000}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#000}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#000}input::placeholder,textarea::placeholder{color:#000}textarea{padding:1rem 1.25rem}.form-field{position:relative;margin-bottom:.75rem;max-width:800px}.form-field:last-child{margin-bottom:0}.form-field input[type=email],.form-field input[type=text]{font-family:Rubik,sans-serif!important;font-size:1rem;font-weight:300;line-height:1.3;width:100%;background:linear-gradient(90deg,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 100%)!important;border:none!important;border-radius:0!important;color:#FFF!important;padding:1rem!important;margin-bottom:0!important;outline:0!important;box-shadow:none!important;transition:none!important}.form-field input[type=email]::placeholder,.form-field input[type=text]::placeholder{color:#FFF!important}@media (min-width:1200px){.form-field input[type=email],.form-field input[type=text]{font-size:1.125rem;padding:.875rem 1rem!important}}@media (min-width:1600px){.form-field input[type=email],.form-field input[type=text]{font-size:1.25rem;padding:1rem 1.25rem!important}}.form-field__line{display:block;height:1px;background:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%);transition:.25s;pointer-events:none}.form-field:has(input:focus) .form-field__line,.form-field:has(input:focus-within) .form-field__line{background:linear-gradient(90deg,#fff 0,rgba(255,255,255,0) 100%)}.form-field:has(input.is-error) .form-field__line{background:linear-gradient(90deg,#D95F50 0,rgba(217,95,80,0) 100%)}.form-field__error{position:absolute;z-index:-1;top:-9999px;left:-9999px;display:block;font-family:Rubik,sans-serif;font-size:1rem;line-height:1.3;font-weight:300;color:#FF1500;margin-top:.125rem;padding-left:1rem;opacity:0;transform:translateY(-3px);transition:opacity .2s,transform .2s;pointer-events:none}.form-field__error.is-visible{opacity:1;transform:translateY(0)}.form-field--checkbox{margin-top:1.25rem;display:flex;flex-direction:row;width:100%;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem}@media (min-width:1025px){.form-field--checkbox{margin-top:1.75rem}}.form-field--checkbox a{text-decoration:underline}.form-field--checkbox a:hover{color:#0092BC}.form-field--checkbox .form-checkbox{display:inline-flex;align-items:center;gap:.75rem;cursor:pointer;user-select:none}.form-field--checkbox .form-checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.form-field--checkbox .form-checkbox__box{position:relative;flex-shrink:0;width:2rem;height:2rem;border-radius:50%;border:2px solid #FFF;display:flex;align-items:center;justify-content:center;transition:border-color .25s}@media (min-width:1200px){.form-field__error{font-size:1.125rem}.form-field--checkbox .form-checkbox{gap:1rem}.form-field--checkbox .form-checkbox__box{width:2.5rem;height:2.5rem}}@media (min-width:1600px){.form-field__error{font-size:1.25rem}.form-field--checkbox .form-checkbox{gap:1.25rem}.form-field--checkbox .form-checkbox__box{width:3rem;height:3rem}}.form-field--checkbox .form-checkbox__box::after{content:" ";display:block;position:absolute;left:10px;top:4px;width:8px;height:16px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);opacity:0;transition:opacity .2s,transform .2s}.form-field--checkbox .form-checkbox input[type=checkbox]:checked~.form-checkbox__box{border-color:#FFF}.form-field--checkbox .form-checkbox input[type=checkbox]:checked~.form-checkbox__box::after{opacity:1}.form-field--checkbox .form-checkbox input[type=checkbox].is-error~.form-checkbox__box{border-color:#D95F50}.form-field--checkbox .form-checkbox__label{font-family:Rubik,sans-serif;font-size:1rem;font-weight:300;color:#fff;line-height:1.3}@media (min-width:1200px){.form-field--checkbox .form-checkbox__box::after{left:15px;top:7px;width:8px;height:18px}.form-field--checkbox .form-checkbox__label{font-size:1.125rem}}@media (min-width:1600px){.form-field--checkbox .form-checkbox__box::after{left:18px;top:9px;width:10px;height:21px}.form-field--checkbox .form-checkbox__label{font-size:1.25rem}}.form-field--checkbox .form-field__error{padding-left:0;width:100%}h1,h2,h3,h4,h5,h6{clear:both;font-family:"STIX Two Text",sans-serif;color:#08062A;font-weight:500;line-height:1.3;margin-top:0;margin-bottom:.75rem}.nav-list .nav-link,.side-site-navigation .bottom-part .soc-title,.site-footer,.site-footer .col-title,.site-header,body{font-family:Rubik,sans-serif}.size-h1,h1{font-size:3rem;line-height:1.1}@media (min-width:768px){.size-h1,h1{font-size:5rem}}@media (min-width:1200px){.size-h1,h1{font-size:6.25rem}}@media (min-width:1600px){.size-h1,h1{font-size:8rem}}.size-h2,h2{font-size:2rem;line-height:1.1}@media (min-width:768px){.size-h2,h2{font-size:3.25rem}}@media (min-width:1200px){.size-h2,h2{font-size:3.75rem}}@media (min-width:1600px){.size-h2,h2{font-size:5rem}}.size-h3,h3{font-size:1.75rem;line-height:1.1;font-style:italic}@media (min-width:768px){.size-h3,h3{font-size:2rem}}@media (min-width:1200px){.size-h3,h3{font-size:2.5rem}}@media (min-width:1600px){.size-h3,h3{font-size:3.5rem}}.size-h4,h4{font-size:1.25rem;font-style:italic}@media (min-width:768px){.size-h4,h4{font-size:1.5rem}}@media (min-width:1600px){.size-h4,h4{font-size:2.5rem}}.size-h5,h5{font-size:1.125rem}@media (min-width:768px){.size-h5,h5{font-size:1.25rem}}@media (min-width:1600px){.size-h5,h5{font-size:1.5rem}}.size-h6,h6{font-size:1rem}@media (min-width:768px){.size-h6,h6{font-size:1.125rem}}@font-face{font-family:Rubik;src:local("Rubik Light"),local("Rubik-Light"),url(../fonts/Rubik-Light.woff2) format("woff2"),url(../fonts/Rubik-Light.woff) format("woff"),url(../fonts/Rubik-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Rubik;src:local("Rubik Medium"),local("Rubik-Medium"),url(../fonts/Rubik-Medium.woff2) format("woff2"),url(../fonts/Rubik-Medium.woff) format("woff"),url(../fonts/Rubik-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"STIX Two Text";src:local("STIX Two Text Italic"),local("STIXTwoText-Italic"),url(../fonts/STIXTwoText-Italic.woff2) format("woff2"),url(../fonts/STIXTwoText-Italic.woff) format("woff"),url(../fonts/STIXTwoText-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"STIX Two Text";src:local("STIX Two Text Medium"),local("STIXTwoText-Medium"),url(../fonts/STIXTwoText-Medium.woff2) format("woff2"),url(../fonts/STIXTwoText-Medium.woff) format("woff"),url(../fonts/STIXTwoText-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"STIX Two Text";src:local("STIX Two Text Medium Italic"),local("STIXTwoText-MediumItalic"),url(../fonts/STIXTwoText-MediumItalic.woff2) format("woff2"),url(../fonts/STIXTwoText-MediumItalic.woff) format("woff"),url(../fonts/STIXTwoText-MediumItalic.ttf) format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:"STIX Two Text";src:local("STIX Two Text Regular"),local("STIXTwoText-Regular"),url(../fonts/STIXTwoText-Regular.woff2) format("woff2"),url(../fonts/STIXTwoText-Regular.woff) format("woff"),url(../fonts/STIXTwoText-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}.site-header{position:fixed;display:block;z-index:991;top:0;left:0;width:100vw!important;max-width:none!important;padding:0!important;margin:0!important;height:auto;overflow:visible;line-height:1;font-weight:400;color:#FFF;will-change:transform;transition:background-color .4s,box-shadow .4s}.header-container{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:center;padding:0rem .75rem;transition:padding .4s;width:100%;position:relative;z-index:1}.logo-container{text-align:center;line-height:1;z-index:999;margin-bottom:.75rem}@media (min-width:1025px){.logo-container{margin-bottom:0}}.site-branding{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:.75rem;text-decoration:none;color:inherit;height:100px;width:128px;padding:0 .5rem}@media (min-width:1200px){.site-branding{height:128px;width:160px}}@media (min-width:1600px){.size-h6,h6{font-size:1.25rem}.site-branding{height:160px;width:200px}}.site-branding img.figure{position:absolute;left:calc(50% - 121px);top:10.5rem;max-height:85vh;height:auto;width:242px;max-width:100%;pointer-events:none;z-index:0;opacity:0;transform:translate3d(0,0,0);transition:transform 1s cubic-bezier(.4,0,.2,1),opacity 1s cubic-bezier(.4,0,.2,1),width 1s cubic-bezier(.4,0,.2,1),left 1s cubic-bezier(.4,0,.2,1),top 1s cubic-bezier(.4,0,.2,1);will-change:transform;transform-origin:top left}.btn-nav,.site-nav{z-index:1;position:relative}@media (min-width:768px){.site-branding img.figure{top:2.375rem;left:.125rem;width:40vw;max-width:450px}}@media (min-width:1200px){.site-branding img.figure{top:1.75rem;left:4.25rem;width:32vw;max-width:570px}}@media (min-width:1600px){.site-branding img.figure{top:0;left:.75rem;width:35vw;max-width:764px}}.site-branding img.logo{width:90px;transition:.25s}.site-nav{flex:1;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:202px;margin:-1.45rem 0 1.45rem}@media (min-width:1200px){.site-branding img.logo{width:112px}.site-nav{column-gap:234px;margin:-1.625rem 0 1.625rem}}@media (min-width:1600px){.site-branding img.logo{width:140px}.site-nav{column-gap:274px;margin:-2rem 0 2rem}}.nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:5rem;min-width:210px}@media (min-width:1200px){.nav-list{min-width:230px}}.nav-list li{overflow:hidden}.nav-list .nav-link{display:block;font-weight:300;font-size:1rem;color:#FFF;text-decoration:none;opacity:1;transition:.25s}@media (min-width:1600px){.nav-list{min-width:265px}.nav-list .nav-link{font-size:1.25rem}}.nav-list .nav-link:hover{color:#0092BC}.nav-btn-wrapper{position:absolute;top:calc(60% - 1.25rem);left:.75rem;text-align:right;z-index:980}.btn-nav{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:flex-start;width:2.5rem;height:2.5rem;gap:.5rem;cursor:pointer;padding:.5rem;margin:0;line-height:1;opacity:1;transition:.25s}.btn-nav:hover{opacity:.75}.btn-nav .btn-nav__line{z-index:5;display:block;position:relative;width:1rem;height:2px;left:0;border-radius:0;background:linear-gradient(90deg,#FFF 0,rgba(255,255,255,0) 100%)}.btn-nav .btn-nav__line::after,.btn-nav .btn-nav__line::before{content:" ";position:absolute;display:block;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;z-index:5;width:150%;height:2px;background:linear-gradient(90deg,#FFF 0,rgba(255,255,255,0) 100%);left:0;border-radius:4px}.btn-nav .btn-nav__line::before{top:-6px}.btn-nav .btn-nav__line::after{top:6px}.side-site-navigation{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;position:fixed;top:0;right:0;width:100vw;height:100vh;height:100dvh;z-index:970;padding:12rem 0rem 3rem;background-color:#08062A;transform:translateY(-120vh);transition:.5s;overflow:hidden;overscroll-behavior:none}.side-site-navigation::before{content:" ";display:block;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;z-index:1;width:100%;height:100%;position:absolute;bottom:0;left:0;background-color:#08062A;max-height:0;transition-delay:.5s}.side-site-navigation .container{max-height:100%;overflow-x:hidden;overflow-y:auto;position:relative;z-index:10;opacity:0;transition:.25s;overscroll-behavior:none}.side-site-navigation .nav-list{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;width:100%;margin:0 auto;gap:.5rem;overflow:hidden}.side-site-navigation .nav-list li{opacity:0;transform:translateY(2rem);transition:.5s;text-align:center;margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;overflow:hidden;transition-delay:.75s}.side-site-navigation .nav-list a:not(.circle-button){display:inline-flex;width:100%;margin:0;font-size:1rem;line-height:1;font-weight:300;position:relative;padding:.625rem}.side-site-navigation .nav-list a:not(.circle-button):hover{color:#0092BC}.side-site-navigation .nav-list .nav-contact-us{margin-top:2.5rem}.side-site-navigation .nav-list .circle-button{transform:scale(1)!important;opacity:1!important}.side-site-navigation .top-part{margin-bottom:1.5rem}.side-site-navigation .bottom-part{text-align:center;margin-top:auto;overflow:hidden}.side-site-navigation .bottom-part .soc-title{margin-bottom:.75rem;color:#FFF}.side-site-navigation .bottom-part .social-list{margin-bottom:2.5rem}.side-site-navigation .bottom-part .bt-col *{font-weight:300}html:has(body.open-navbar){overflow:hidden}body.open-navbar{overflow:hidden!important}body.open-navbar .site-header .side-site-navigation{transform:translateY(0vw)}body.open-navbar .site-header .btn-nav .btn-nav__line{background:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%)}body.open-navbar .site-header .btn-nav .btn-nav__line::before{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:-1px;left:0}body.open-navbar .site-header .btn-nav .btn-nav__line::after{top:-2px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}body.open-navbar.navbar-anim .site-header .side-site-navigation::before{max-height:100%}body.open-navbar.navbar-anim .site-header .side-site-navigation>.container{opacity:1}body.open-navbar.navbar-anim .site-header .side-site-navigation .nav-list li{opacity:1;transform:translateY(0)}.scrolled .site-branding img.figure{transform:translate3d(91px,-9.75rem,0) scale(.2479)}@media (min-width:768px){.side-site-navigation .nav-list{gap:.75rem}.side-site-navigation .nav-list a:not(.circle-button){font-size:1.25rem}.scrolled .site-branding img.figure{width:60px;left:50%;top:.75rem;transform:translateX(-50%) translateZ(0)}}@media (min-width:1025px){.scrolled .site-branding img.figure{top:.75rem;transform:translateX(-50%) translateZ(0)}}@media (min-width:1200px){.scrolled .site-branding img.figure{width:75px;top:1rem;transform:translateX(-50%) translateZ(0)}}@media (min-width:1600px){.scrolled .site-branding img.figure{width:95px;top:1.25rem;transform:translateX(-50%) translateZ(0)}}.header--light:not(.open-navbar) .site-branding img.logo{filter:invert(98%)}.header--light:not(.open-navbar) .nav-list .nav-link{color:#08062A}.header--light:not(.open-navbar) .nav-list .nav-link:hover{color:#0092BC}.header--light:not(.open-navbar) .btn-nav .btn-nav__line{background:linear-gradient(90deg,#08062A 0,rgba(255,255,255,0) 100%)}.header--light:not(.open-navbar) .btn-nav .btn-nav__line::after,.header--light:not(.open-navbar) .btn-nav .btn-nav__line::before{background:linear-gradient(90deg,#08062A 0,rgba(255,255,255,0) 100%)}.s-be-flawless,.s-hero{background-color:#08062A}.site-footer{position:relative;width:100%;padding:0;display:flex;flex-direction:column;flex-wrap:nowrap;font-size:.875rem}.site-footer .section-inner{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-end;margin-top:auto}.site-footer .container{padding-top:2rem;padding-bottom:2rem}@media (min-width:1200px){.site-footer{font-size:1rem}.site-footer .container{padding-top:3.75rem;padding-bottom:3.75rem}}@media (min-width:1600px){.site-footer{font-size:1.125rem}.site-footer .container{padding-top:5rem;padding-bottom:5rem}}.site-footer .footer-row{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:1.25rem}.site-footer .footer-row.top-row{row-gap:1.25rem;justify-content:flex-start}@media (min-width:1200px){.site-footer .footer-row.top-row{justify-content:space-between}}.site-footer .footer-row.bottom-row{align-items:flex-end;padding-top:1rem;margin-bottom:0}.site-footer .footer-row p{margin:0}.site-footer .footer-col{min-width:100%}@media (min-width:768px){.site-footer .footer-col{min-width:160px}}@media (min-width:1200px){.site-footer .footer-col{min-width:200px}}@media (min-width:1600px){.site-footer .footer-col{min-width:300px}}@media (min-width:768px){.site-footer .footer-col.col-address{min-width:580px}}@media (min-width:1200px){.site-footer .footer-col.col-address{min-width:640px}}@media (max-width:767px){.site-footer .footer-col{text-align:center}.site-footer .footer-col.col-follow,.site-footer .footer-col.col-info{min-width:calc(50% - .625rem)}}.site-footer .col-title{margin-bottom:.5rem}.site-footer .col-address address{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:column;gap:.75rem 2.5rem;font-style:normal}@media (min-width:768px){.site-footer .col-address address{flex-direction:row;align-items:flex-start}}.site-footer .col-address address p{width:100%;max-width:270px;margin:0}@media (min-width:1200px){.site-footer .col-address address p{min-width:300px}}.site-footer .footer-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;flex-wrap:nowrap;gap:.25rem;line-height:1.1}.site-footer .col-info{text-align:center}@media (min-width:768px){.site-footer .col-info{text-align:left}}@media (min-width:1025px){.site-footer .col-info{margin-left:auto;margin-right:1rem;text-align:right}}.site-footer .col-follow{text-align:center}@media (min-width:768px){.site-footer .col-follow{text-align:left}}@media (min-width:1025px){.site-footer .col-follow{text-align:right}}.site-footer .col-copy{order:3}.site-footer .col-logo{text-align:center;order:1}.site-footer .logo-full{max-width:100%;width:85px;height:auto}@media (min-width:768px){.site-footer .col-copy{order:1;min-width:290px}.site-footer .col-logo{order:2}.site-footer .logo-full{width:140px}}@media (min-width:1600px){.site-footer .col-copy{min-width:360px}.site-footer .logo-full{width:172px}}.site-footer .col-mail{order:2}@media (min-width:861px){.site-footer .col-mail{min-width:290px}}.s-hero{position:relative;width:100%;height:100vh;min-height:600px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;overflow:hidden;background:linear-gradient(180deg,#0C0B21 0,#08062A 100%);background-image:url(../images/bg/hero-bg.jpg);background-position:center;background-repeat:no-repeat;background-size:cover}.s-hero__cirles-bg{position:absolute;bottom:180px;left:-10%;width:120%;z-index:1;opacity:0;will-change:transform,opacity;transform-origin:bottom center!important;pointer-events:none}@media (min-width:768px){.site-footer .col-mail{order:3;text-align:right}.s-hero__cirles-bg{bottom:100px;left:5%;width:90%}}.s-hero__content{position:relative;z-index:5;text-align:center;padding:12vh 0 120px;max-width:65%;margin:0 auto 1rem}@media (min-width:768px){.s-hero__content{margin:0 auto -2rem;padding-bottom:140px}}@media (min-width:1200px){.s-hero__cirles-bg{bottom:110px;left:15%;width:70%}.s-hero__content{padding-bottom:140px}}.s-hero__title{color:#FFF;margin:1.25rem auto;transform-origin:bottom center}.s-hero__sub-title{font-family:"STIX Two Text",sans-serif;font-style:italic;font-weight:400;color:#FFF;margin:.75rem 0 0;overflow:hidden}.circle-button__text,.s-contacts__success{font-family:Rubik,sans-serif}.s-hero__next-screen-bg{position:absolute;inset:0;background-color:#E4F2FF;z-index:10;pointer-events:none;will-change:clip-path;clip-path:circle(1.5rem at 50% 100%);opacity:0}.s-hero .circle-button{margin:1rem 0 2.5rem}.circle-button{position:relative;z-index:5;text-decoration:none;color:#FFF;display:flex;align-items:center;justify-content:center;width:84px;aspect-ratio:1/1;margin:1.25rem 0;background-color:transparent;border:none;outline:0}@media (min-width:768px){.circle-button{width:104px}}@media (min-width:1200px){.circle-button{width:120px}}@media (min-width:1600px){.site-footer .col-mail{min-width:360px}.s-hero__cirles-bg{bottom:140px}.s-hero__content{padding-bottom:180px}.circle-button{width:158px}}.circle-button__ring{position:absolute;inset:0;border-radius:50%;border:1.5px solid #FFF}.circle-button__ring::before{content:"";position:absolute;inset:-1.5px;border-radius:50%;background:conic-gradient(from calc(var(--glow-angle,-90deg) - 60deg),transparent 0deg,#08062A 60deg,transparent 120deg,transparent 360deg);-webkit-mask:radial-gradient(circle closest-side,transparent calc(100% - 2.5px),#08062A calc(100% - 3px),#08062A 100%);mask:radial-gradient(circle closest-side,transparent calc(100% - 2.5px),#08062A calc(100% - 3px),#08062A 100%);opacity:0;transition:opacity .35s ease}.circle-button__ring.is-hovered::before{opacity:1}.circle-button__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;width:60px;aspect-ratio:1/1;border-radius:50%;border:1.5px solid #FFF;background-color:rgba(255,255,255,.1);transition:.25s;transform:scale(1)}@media (min-width:768px){.circle-button__inner{width:74px}}.circle-button__text{font-weight:500;font-size:.75rem;line-height:1.3;color:#FFF;padding:1.25rem .5rem}.circle-button.type-dark .circle-button__text,.s-art-defies,.s-heritage,.s-living-jewel,.s-quote{color:#08062A}@media (min-width:1200px){.circle-button__inner{width:84px}.circle-button__text{font-size:.875rem}}@media (min-width:1600px){.circle-button__inner{width:110px}.circle-button__text{font-size:1.125rem}}.circle-button:hover .circle-button__inner{transform:scale(1.05)}.circle-button.type-dark .circle-button__ring{border-color:#08062A}.circle-button.type-dark .circle-button__ring::before{background:conic-gradient(from calc(var(--glow-angle,-90deg) - 60deg),transparent 0deg,#FFF 60deg,transparent 120deg,transparent 360deg);-webkit-mask:radial-gradient(circle closest-side,transparent calc(100% - 2.5px),#FFF calc(100% - 3px),#FFF 100%);mask:radial-gradient(circle closest-side,transparent calc(100% - 2.5px),#FFF calc(100% - 3px),#FFF 100%)}.circle-button.type-dark .circle-button__inner{border-color:#08062A;background-color:rgba(8,6,42,.1)}.circle-button.add-arrow .circle-button__inner{justify-content:flex-end}.s-collections .s-collections__inner,.s-quote{align-items:center}.circle-button.add-arrow .circle-button__arrow{position:absolute;width:auto;height:42px;opacity:1;top:0;left:50%;z-index:-1;transform:translate(-50%,-10px);transition:.25s}.circle-button.add-arrow:hover .circle-button__arrow{transform:translate(-50%,0)}.circle-button.size-xl{width:140px}@media (min-width:768px){.circle-button.add-arrow .circle-button__arrow{height:52px}.circle-button.size-xl{width:168px}}@media (min-width:1200px){.circle-button.add-arrow .circle-button__arrow{height:60px}.circle-button.size-xl{width:210px}}@media (min-width:1600px){.circle-button.add-arrow .circle-button__arrow{height:80px}.circle-button.size-xl{width:280px}}.circle-button.size-xl .circle-button__inner{width:122px}.circle-button.size-xl .circle-button__text{font-size:.875rem}@media (min-width:768px){.circle-button.size-xl .circle-button__inner{width:134px}.circle-button.size-xl .circle-button__text{font-size:1rem}}@media (min-width:1200px){.circle-button.size-xl .circle-button__inner{width:168px}.circle-button.size-xl .circle-button__text{font-size:1.125rem}}@media (min-width:1600px){.circle-button.size-xl .circle-button__inner{width:224px}.circle-button.size-xl .circle-button__text{font-size:1.5rem}}.s-heritage{background-color:#E4F2FF;background:linear-gradient(180deg,#E4F2FF 0,#FFF 100%)}.s-heritage .content-inner{text-align:center;width:100%;max-width:650px;margin:0 auto}@media (min-width:1600px){.s-heritage .content-inner{max-width:820px}}.s-heritage h2{margin-bottom:1.5rem}.s-quote{background-color:#FFF;display:flex}.s-quote .content-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;width:100%;max-width:660px;margin:0 auto}@media (min-width:1200px){.s-quote .content-inner{max-width:720px}}@media (min-width:1600px){.s-quote .content-inner{max-width:1010px}}.s-quote h3{margin-bottom:1.25rem}.s-quote .circle-button{opacity:0}.s-living-jewel{z-index:2;transform-origin:top center;background-color:#E4F2FF;background:linear-gradient(180deg,#E4F2FF 0,#FFF 100%)}.s-living-jewel__bg{position:absolute;width:100%;height:100%;z-index:0;overflow:hidden}.s-living-jewel__bg svg{position:absolute;bottom:0;right:-10%;width:90%;height:auto;opacity:0}@media (min-width:768px){.s-living-jewel__bg svg{width:80%;right:0}}@media (min-width:1025px){.s-living-jewel__bg svg{width:55%}}@media (min-width:1200px){.s-living-jewel__bg svg{width:60%}}.s-living-jewel__bg svg path{vector-effect:non-scaling-stroke}.s-living-jewel .max-w{max-width:450px}.s-art-defies{z-index:1;background-color:#E4F2FF;background:linear-gradient(180deg,#E4F2FF 0,#FFF 100%)}.s-art-defies .content-inner{text-align:center;width:100%;margin:0 auto}.s-art-defies h2{margin-bottom:1.5rem}.s-be-flawless{z-index:5;transform-origin:top center;background:linear-gradient(180deg,#0C0B21 0,#08062A 100%)}@media (max-width:767px){.s-be-flawless__inner,.s-living-jewel__inner{align-items:flex-start}}.s-be-flawless__bg{background-size:75% auto;background-position:center bottom -10px;background-image:url(../images/bg/transparent-pearl.png);background-repeat:no-repeat;position:absolute;width:100%;height:100%;z-index:0}@media (min-width:768px){.s-be-flawless__bg{background-size:50% auto;background-position:right center}}@media (min-width:1600px){.s-be-flawless__bg{background-size:contain}}.s-collections{position:relative;overflow:hidden;background-color:#08062A;color:#FFF;z-index:3;max-height:100vh;max-height:100dvh;max-height:100svh}.s-collections .video-bg{position:absolute;z-index:-1;left:50%;top:0;min-width:100%;min-height:100vh;width:auto;height:auto;opacity:0;transform:translateX(-50%);transition:.25s;-webkit-mask-image:linear-gradient(to bottom,#000 70%,transparent 100%);mask-image:linear-gradient(to bottom,#000 70%,transparent 100%)}.s-collections:has(.change-line3.active) .video-bg,.s-collections:has(.change-line4.active) .video-bg{opacity:1}.s-collections:has(.change-line4.active) .section-title{display:none;visibility:hidden}.s-collections:has(.change-line4.active) .container{padding-top:0}.s-collections::before{content:" ";position:absolute;display:block;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;z-index:1;width:100vw;height:20vh;left:0;bottom:-10vh;background-color:#090739;background:linear-gradient(180deg,transparent 0,#090739 40%)}.change-lines .change-line,.change-lines .change-line.active{transform:translateY(0);transition:opacity .25s ease,transform .25s ease}.s-collections .container{margin:auto}@media (min-width:1025px){.s-collections .s-collections__inner{align-items:flex-end}}.s-collections .section-title{margin-bottom:1rem}@media (min-width:1200px){.s-collections .section-title{margin-bottom:-110px}}@media (min-width:1600px){.s-collections .section-title{margin-bottom:-140px}}.s-collections .s-global__content{width:100%;max-width:580px;margin:0 auto;text-align:center}.s-collections .s-global__content .other-info{margin:0 auto}.change-lines{position:relative;min-height:40vh;display:flex;flex-direction:column;justify-content:flex-start;width:100%;flex-wrap:nowrap}@media (min-width:768px){.s-collections::before{background-color:#000408;background:linear-gradient(180deg,transparent 0,#000408 40%)}.s-collections .container{padding-top:40px}.change-lines{justify-content:center}}.change-lines .change-line{position:relative;inset:0;width:100%;flex-direction:row;flex-wrap:wrap;display:none;align-items:flex-start;justify-content:space-between;gap:1.25rem;opacity:0;pointer-events:none}@media (min-width:768px){.change-lines .change-line{margin-bottom:0rem;align-items:flex-end;padding-bottom:0}}.change-lines .change-line.active{opacity:1;pointer-events:auto;display:flex}.change-lines .change-line.active .content-part{opacity:1;transition-delay:.25s}.change-lines .change-line.type-global{align-items:center;flex:1}.change-lines .change-line .content-part{flex:1;opacity:0;padding-bottom:0;transition:.25s;min-width:100%}@media (min-width:768px){.change-lines .change-line .content-part{opacity:0;padding-top:40px;padding-bottom:60px;order:1;min-width:unset}}@media (min-width:1200px){.change-lines .change-line .content-part{padding-top:120px;padding-bottom:40px}}@media (min-width:1600px){.s-collections .s-global__content{max-width:830px}.change-lines .change-line .content-part{padding-top:140px}}.change-lines .change-line .content-part .other-info>div.anim-content{min-height:60px}@media (max-width:1024px){.change-lines .change-line .anim-content{opacity:1!important}.change-lines .change-line .anim-content .line{opacity:1!important;transform:translate(0,0)!important}}.change-lines .change-line .image-part{text-align:center;width:100%;max-width:60vw;margin:0 auto}@media (min-width:768px){.change-lines .change-line .image-part{text-align:right;max-width:360px;order:2}}@media (min-width:1200px){.change-lines .change-line .image-part{max-width:420px}}@media (min-width:1600px){.change-lines .change-line .image-part{max-width:640px}}.change-lines .change-line .image-part .line-image{max-width:100%;will-change:transform,opacity;transform-origin:center center}.s-contacts .s-contacts__inner{align-items:flex-end;padding-bottom:3.5rem!important}@media (min-width:768px){.s-contacts .s-contacts__inner{align-items:flex-end}}.s-contacts .text-part{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1.25rem;margin-bottom:1.25rem}@media (min-width:1200px){.s-contacts .s-contacts__inner{padding-bottom:9.25rem}.s-contacts .text-part{gap:1.25rem 3rem;margin-bottom:2.5rem;flex-wrap:nowrap}}.s-contacts .text-part .title-part{flex:1}.s-contacts .text-part .info-part{width:100%;max-width:100%;line-height:1.2}@media (min-width:1200px){.s-contacts .text-part .info-part{justify-content:flex-start;max-width:365px}}@media (min-width:1600px){.s-contacts .text-part{gap:1.25rem 4rem}.s-contacts .text-part .info-part{max-width:520px}}.s-contacts .s-contacts__form{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem}.s-contacts .s-contacts__form .fields-part{flex:1;min-width:260px}.s-contacts .s-contacts__form .button-part{width:100%;max-width:100%;display:flex;align-items:flex-start;justify-content:center;padding-top:.5rem}.s-contacts__success{display:none;padding:1rem 0;color:#FFF;font-size:1.125rem;font-weight:300;line-height:1.3}.s-contacts__success p{margin:0}.s-contacts__success:not([hidden]){display:block}.down-sections-effect{position:absolute;left:0;bottom:0;width:100vw;min-height:100vh;z-index:-1;background-color:#08062A;background-image:url(../images/bg/last-bg.png);background-position:bottom center;background-repeat:no-repeat;background-size:100% auto}.down-sections-effect__bg{background:linear-gradient(180deg,#090739 37.42%,rgba(2,21,43,.8) 65.23%,rgba(2,21,43,0) 95%),url() 50%/cover no-repeat;position:absolute;width:100%;height:100%;z-index:0}@media (min-width:768px){.s-contacts .s-contacts__form .button-part{justify-content:flex-end;max-width:250px}.down-sections-effect__bg{background:linear-gradient(180deg,#000408 37.42%,rgba(2,21,43,.8) 65.23%,rgba(2,21,43,0) 95%),url() 50%/cover no-repeat}}.down-sections-effect .water-bubbles{position:absolute;inset:0;z-index:3;pointer-events:none}.down-sections-effect .water-bubble{position:absolute;bottom:-40px;border-radius:50%;background:radial-gradient(circle at 35% 35%,rgba(255,255,255,.35),rgba(120,210,230,.1) 60%,transparent 100%);border:1px solid rgba(255,255,255,.1);animation:bubble-rise linear infinite;will-change:transform,opacity}@keyframes water-ray-sway{0%{transform:rotate(-6deg) scaleX(.9)}100%{transform:rotate(6deg) scaleX(1.1)}}@keyframes bubble-rise{0%{transform:translateY(0) translateX(0);opacity:0}10%{opacity:.5}90%{opacity:.3}100%{transform:translateY(-150vh) translateX(var(--bx,0));opacity:0}}#site-spotlight{position:fixed;inset:0;z-index:0;pointer-events:none;display:none;mix-blend-mode:screen;background:radial-gradient(circle 50vw at calc(var(--mx,50) * 1%) calc(var(--my,50) * 1%),rgba(0,100,210,.38) 0,rgba(0,60,160,.16) 45%,transparent 70%)}.s-contacts{position:relative}.s-contacts::before{content:" ";position:absolute;inset:0;z-index:0;pointer-events:none;display:block;mix-blend-mode:screen;background:radial-gradient(circle 70vw at calc(var(--mx,50) * 1%) calc(var(--my,50) * 1%),rgba(0,100,210,.38) 0,rgba(0,60,160,.16) 45%,transparent 70%)}@media (min-width:1025px){#site-spotlight{display:block}.s-contacts::before{display:none}}.small-container-mb{margin-bottom:1rem}@media (min-width:768px){.small-container-mb{margin-bottom:32px}}@media (min-width:1200px){.s-contacts .s-contacts__form{gap:1.25rem 3rem}.s-contacts .s-contacts__form .button-part{justify-content:flex-start;max-width:365px}.small-container-mb{margin-bottom:56px}}.main-container-mb{margin-bottom:56px}@media (min-width:768px){.main-container-mb{margin-bottom:64px}}.main-container-vpad{padding-top:7.5rem;padding-bottom:7.5rem}@media (min-width:1200px){.main-container-mb{margin-bottom:100px}.main-container-vpad{padding-top:9.25rem;padding-bottom:9.25rem}}@media (min-width:1600px){.s-contacts .s-contacts__form{gap:1.25rem 4rem}.s-contacts .s-contacts__form .button-part{max-width:520px}.main-container-vpad{padding-top:11.5rem;padding-bottom:11.5rem}}.line-mb{margin-bottom:.75rem}ol,ul{margin:0 0 1rem;color:#08062A}ul{padding-left:1rem}ol li,ul li{padding-left:.25rem;margin-bottom:.25rem}ul.menu{margin:0;padding:0;list-style:none}p:last-child{margin-bottom:0}.text-upper{text-transform:uppercase}.error404,.privacy-page{background-color:#08062A}.error404 .site-header,.privacy-page .site-header{background-color:rgba(8,6,42,.65);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 0 rgba(255,255,255,.08)}.error404 .site-branding img.figure,.privacy-page .site-branding img.figure{top:.75rem;width:60px;left:50%;transform:translateX(-50%);max-width:100%!important;opacity:1!important}@media (min-width:1200px){.error404 .site-branding img.figure,.privacy-page .site-branding img.figure{width:75px;top:1rem}}@media (min-width:1600px){.error404 .site-branding img.figure,.privacy-page .site-branding img.figure{width:95px;top:1.25rem}}.error404 .site-main,.privacy-page .site-main{color:#FFF;text-align:center;padding-top:150px;padding-bottom:40px}.error404 .site-main *,.privacy-page .site-main *{color:#FFF}.error404 .site-main a,.privacy-page .site-main a{text-decoration:underline}.error404 .site-main a:hover,.privacy-page .site-main a:hover{color:#0092BC}.error404 .site-main b,.privacy-page .site-main b{display:inline}.error404 .page-content,.privacy-page .page-content{text-align:center}.error404 .page-content .entry-title,.privacy-page .page-content .entry-title{margin:2rem 0}.privacy-page .site-main{text-align:left}.privacy-page h1{text-align:center}