@charset "UTF-8";:root{--100: clamp(40px, calc(40px + 60 * ((100vw - 768px) / 632)), 100px);--120: clamp(60px, calc(60px + 60 * ((100vw - 768px) / 632)), 120px);--140: clamp(100px, calc(100px + 40 * ((100vw - 768px) / 632)), 140px);--70: clamp(40px, calc(40px + 30 * ((100vw - 768px) / 632)), 70px);--60: clamp(40px, calc(40px + 20 * ((100vw - 768px) / 632)), 70px);--80: clamp(40px, calc(40px + 40 * ((100vw - 768px) / 632)), 70px);--30: clamp(20px, calc(20px + 10 * ((100vw - 768px) / 632)), 70px);--40: clamp(20px, calc(20px + 20 * ((100vw - 768px) / 632)), 40px);--20: clamp(16px, calc(16px + 4 * ((100vw - 768px) / 632)), 20px);--24: clamp(16px, calc(16px + 8 * ((100vw - 768px) / 632)), 24px);--f40: clamp(30px, calc(30px + 10 * ((100vw - 768px) / 632)), 40px);--f32: clamp(24px, calc(24px + 8 * ((100vw - 768px) / 632)), 32px);--f24: clamp(20px, calc(20px + 4 * ((100vw - 768px) / 632)), 24px)}html{font-size:62.5%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}body{font-size:1.6rem;font-family:Manrope,sans-serif;font-weight:400;font-style:normal;font-optical-sizing:auto;color:#aeb6bf;background-color:#151a20}h1,h2,h3,h4,h5,h6{font-family:Sora,sans-serif}.font-label-yellow{font-family:termina,sans-serif;color:#fdc902;font-weight:600;letter-spacing:.04em;text-transform:uppercase}body{background-color:#151a20;color:#aeb6bf}.container{position:relative;z-index:1;width:100%;max-width:120rem;margin-inline:auto;padding-inline:var(--40)}@media(max-width:768px){.container{padding-inline:var(--20)}}main{position:relative;display:block;z-index:1}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none;pointer-events:none}a img,button img,[data-fancybox] img{pointer-events:auto}p{font-size:1.6rem;line-height:130%;font-weight:400;font-family:Manrope,sans-serif}.section-label{font-family:Manrope,sans-serif;font-size:1.4rem;font-weight:700;letter-spacing:.32em;color:#fdc902;text-align:center;text-transform:uppercase}.section-title{font-family:Sora,sans-serif;font-size:var(--f40);font-weight:800;line-height:1.2;color:#eef1f4}.typo{font-family:Sora,sans-serif;font-size:var(--f32);font-style:normal;font-weight:600;line-height:normal;color:#103355;line-height:1.25}.typo1{font-family:Sora,sans-serif;font-size:var(--f24);font-style:normal;font-weight:600;line-height:normal;color:#103355;line-height:1.25}.header{position:fixed;top:0;left:0;z-index:110;width:100%;border-bottom:.1rem solid rgba(255,255,255,.06);background:#0a0f1638;-webkit-backdrop-filter:blur(.9rem);backdrop-filter:blur(.9rem)}.header__inner{display:flex;gap:1.6rem;align-items:center;justify-content:space-between;min-height:7.8rem;padding-inline:var(--40)}.header__brand{position:relative;z-index:1;display:flex;flex:0 0 auto;gap:2.6rem;align-items:center;width:fit-content;max-width:100%}.header__logo{display:block;width:auto;object-fit:contain}.header__logo--primary{height:4.83rem}.header__logo--partner{height:3.15rem}.header__logo-link{display:block;border-radius:.3rem}.header__logo-link:focus-visible{outline:.2rem solid #FDC902;outline-offset:.4rem}.header .nav-primary{position:relative;z-index:2;margin-left:auto}.header .nav{display:flex;gap:.2rem;align-items:center;margin:0;padding:0;list-style:none;justify-content:flex-end;gap:2.6rem}.header .nav a{display:flex;align-items:center;font-size:1.3rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#b6bec7;transition:color .2s ease,background .2s ease;background:radial-gradient(circle,#fdc902 68%,transparent 70%),linear-gradient(#b6bec7,#b6bec7);background-repeat:no-repeat;background-position:center,center;background-size:0% 0%,100% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;transition:background-size .5s ease;text-decoration:none}.header .nav a:hover,.header .nav a:focus-visible,.header .nav a.active{background-size:260% 260%,100% 100%}.header__burger{position:relative;z-index:2;display:none;flex:0 0 auto;flex-direction:column;gap:.5rem;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;padding:0;border:0;border-radius:50%;color:#0a0f16;cursor:pointer;background:#fdc902}@media(max-width:1280px){.header__burger{display:flex}}.header__burger-line{display:block;width:2.2rem;height:.2rem;border-radius:.1rem;background:currentColor;transform-origin:center;transition:opacity .2s ease,transform .3s cubic-bezier(.23,1,.32,1)}.header__burger.is-open .header__burger-line:nth-child(1){transform:translateY(.7rem) rotate(45deg)}.header__burger.is-open .header__burger-line:nth-child(2){opacity:0;transform:scaleX(0)}.header__burger.is-open .header__burger-line:nth-child(3){transform:translateY(-.7rem) rotate(-45deg)}@media(max-width:1280px){.header .nav-primary{display:none}}@media(max-width:768px){.header__inner{min-height:7rem}.header__brand{gap:1.4rem}.header__logo--primary{height:3.78rem}.header__logo--partner{height:2.52rem}.header__burger{width:4.4rem;height:4.4rem}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;display:flex;align-items:center;padding:10rem var(--40) 4rem;visibility:hidden;opacity:0;background:#0a0f16fa;transform:translateY(-2rem);transition:opacity .3s ease,transform .3s ease,visibility .3s ease}.mobile-nav.is-open{z-index:109;visibility:visible;opacity:1;transform:none}.mobile-nav__list{display:flex;flex-direction:column;width:100%;margin:0;padding:0;list-style:none}.mobile-nav__list li{border-bottom:.1rem solid rgba(255,255,255,.06)}.mobile-nav__list li:first-child{border-top:.1rem solid rgba(255,255,255,.06)}.mobile-nav__list a{display:flex;align-items:center;justify-content:center;padding:1.6rem 0;font-family:Sora,sans-serif;font-size:clamp(1.8rem,5vw,2.4rem);font-weight:700;color:#eef1f4;text-align:center;text-decoration:none}.mobile-nav__list a:hover,.mobile-nav__list a:focus-visible,.mobile-nav__list a.active{color:#fdc902}@media(max-width:768px){.mobile-nav{padding-inline:var(--20)}}.footer{position:relative;padding-top:var(--80);overflow:hidden;border-top:.1rem solid rgba(255,255,255,.06);background:#151a20}.footer__header{margin-bottom:5.6rem;text-align:center}.footer__title{letter-spacing:.02em}.footer__contacts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4rem;margin:0;padding:0;list-style:none}.footer__contact-label{margin:0 0 1.4rem;font-size:1.1rem;font-weight:700;letter-spacing:.32em;color:#fdc902;text-transform:uppercase}.footer__contact-name{margin:0 0 1.6rem;font-family:Sora,sans-serif;font-size:2rem;font-weight:700;color:#eef1f4}.footer__contact-details{display:flex;flex-direction:column;gap:1.2rem;margin:0;padding:0;list-style:none}.footer__contact-details li{display:flex;gap:1.2rem;align-items:center}.footer__contact-details svg{flex:0 0 1.7rem;width:1.7rem;height:1.7rem;fill:none;stroke:#fdc902;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.footer__contact-details a{font-size:1.45rem;color:#c7cdd4;text-decoration:none}.footer__contact-details a:hover,.footer__contact-details a:focus-visible{color:#fdc902}.footer__contact-note{padding-left:2.9rem;font-size:1.35rem;color:#8a929b}.footer__back-to-top{display:flex;flex-direction:column;gap:1.2rem;align-items:center;margin:6rem 0 5.6rem}.footer__back-to-top a{display:flex;align-items:center;justify-content:center;width:5.6rem;height:5.6rem;border-radius:50%;color:#1a1206;background:#fdc902;box-shadow:0 1rem 2.6rem #fdc90252;transition:transform .2s ease,background .2s ease}.footer__back-to-top a:hover,.footer__back-to-top a:focus-visible{background:#fee066;transform:translateY(-.3rem)}.footer__back-to-top svg{width:2.2rem;height:2.2rem;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.footer__back-to-top span{font-family:termina,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.24em;color:#8a929b}.footer__bottom{padding-block:4rem;border-top:.1rem solid rgba(255,255,255,.06)}.footer__bottom-inner{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:flex-end;font-size:1.25rem;color:#6b727b}.footer__bottom-inner a{-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}.footer__bottom-inner a:hover{color:#fdc902}@media(max-width:1024px){.footer__contacts{grid-template-columns:repeat(2,minmax(0,1fr))}}.footer__dust{position:absolute;bottom:0;left:0;z-index:0;width:52%;aspect-ratio:1288/571;pointer-events:none}@media(max-width:768px){.footer__contacts{grid-template-columns:1fr}.footer__contact{text-align:center}.footer__contact-details{align-items:center}.footer__contact-details li{justify-content:center;width:100%;text-align:center}.footer__contact-note{padding-left:0}.footer__bottom-inner{flex-direction:column;align-items:center}.footer__bottom-inner span{text-align:center}.footer__dust{width:100%}}@keyframes part-float{0%,to{transform:translate(0)}50%{transform:translate(var(--dx, .4rem),var(--dy, -.6rem))}}@keyframes part-twinkle{0%,to{opacity:var(--o0, .55)}50%{opacity:1}}.dust-host{opacity:0;transition:opacity .8s ease}.dust-host svg{display:block;width:100%;height:100%;overflow:visible}.dust-host .dust-particle{animation-play-state:paused!important;transform-box:fill-box;transform-origin:center;will-change:transform,opacity}.dust-host.is-active .dust-particle{animation-play-state:running!important}@media(max-width:768px){.dust-host{display:none}}@media(prefers-reduced-motion:reduce){.dust-host{opacity:1;transition:none}.dust-host .dust-particle{animation:none!important;will-change:auto}}.btn-base{font-size:1.6rem;font-style:normal;font-weight:600;line-height:125%;color:#fff;cursor:pointer;text-decoration:none;height:4.6rem;display:inline-flex;align-items:center;padding:0 var(--24);background-color:#3f9bef;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}.btn-base:hover{background-color:#103355;color:#fff}@media(max-width:768px){.btn-base{text-align:center}}.btn-base--primary{gap:1.2rem;justify-content:center;height:auto;min-height:5.8rem;padding:1.8rem 5.2rem;border-radius:999px;font-family:Sora,sans-serif;font-size:1.6rem;font-weight:800;letter-spacing:.04em;color:#181206;background:#fdc902;box-shadow:0 .8rem 2rem #fdc90247;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn-base--primary:after{content:"→"}@media(max-width:768px){.btn-base--primary:after{display:none}}.btn-base--primary:hover,.btn-base--primary:focus-visible{color:#181206;background:#fee066;box-shadow:0 1.2rem 2.8rem #fdc90247;transform:translateY(-.2rem)}.btn-base--outline{gap:1.2rem;justify-content:center;height:auto;min-height:5.8rem;padding:1.7rem 3rem;border:.1rem solid rgba(253,201,2,.6);border-radius:999px;font-family:Sora,sans-serif;font-size:1.6rem;font-weight:700;letter-spacing:.03em;color:#fdc902;background:transparent;transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease}.btn-base--outline:hover,.btn-base--outline:focus-visible{color:#fee066;border-color:#fdc902;background:#fdc90214;transform:translateY(-.2rem)}span.wpcf7-list-item{display:inline-block;margin-bottom:1rem}.wpcf7 .wpcf7-list-item{display:block}.slider__form .wpcf7-list-item-label{position:relative;display:block}.wpcf7-acceptance label,.wpcf7-checkbox label{position:relative;cursor:pointer}.wpcf7-acceptance .wpcf7-list-item,.wpcf7-checkbox .wpcf7-list-item{position:relative;display:inline-block;width:16px;min-width:16px;height:16px;margin:0 1.2rem 0 0;vertical-align:top}@media(max-width:768px){.wpcf7-acceptance .wpcf7-list-item,.wpcf7-checkbox .wpcf7-list-item{width:1.7rem;min-width:1.7rem;height:1.7rem;margin-right:1rem}}.wpcf7-acceptance input[type=checkbox],.wpcf7-checkbox input[type=checkbox],.wpcf7-radio input[type=radio]{position:absolute;visibility:hidden;width:16px;height:16px;top:0;left:0;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}.wpcf7-acceptance input[type=checkbox]+span:before,.wpcf7-checkbox input[type=checkbox]+span:before,.wpcf7-acceptance .wpcf7-list-item:before,.wpcf7-checkbox .wpcf7-list-item:before{display:block;position:absolute;content:"";border-radius:.4rem;height:16px;width:16px;top:5px;left:0;border:.1rem solid #fff;background:#fff;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}.wpcf7-acceptance input[type=checkbox]+span:after,.wpcf7-checkbox input[type=checkbox]+span:after,.wpcf7-acceptance .wpcf7-list-item:after,.wpcf7-checkbox .wpcf7-list-item:after{display:block;position:absolute;content:"";height:16px;width:16px;top:5px;left:0;border:.1rem solid #fff;visibility:hidden;opacity:0;background:#fff url(/wp-content/themes/hg-sage/public/build/assets/form-check-qEISSIMj.svg) center no-repeat;background-size:14px 14px;border-radius:.2rem;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}@media(max-width:768px){.wpcf7-acceptance input[type=checkbox]+span:after,.wpcf7-checkbox input[type=checkbox]+span:after,.wpcf7-acceptance .wpcf7-list-item:after,.wpcf7-checkbox .wpcf7-list-item:after{background-size:14px 14px}}.wpcf7-acceptance input[type=checkbox]:checked+span:before,.wpcf7-checkbox input[type=checkbox]:checked+span:before,.wpcf7-acceptance input[type=checkbox]:checked~.wpcf7-list-item:before,.wpcf7-checkbox input[type=checkbox]:checked~.wpcf7-list-item:before,.wpcf7-acceptance .wpcf7-list-item:has(input[type=checkbox]:checked):before,.wpcf7-checkbox .wpcf7-list-item:has(input[type=checkbox]:checked):before{background:#fff}.wpcf7-acceptance input[type=checkbox]:checked+span:after,.wpcf7-checkbox input[type=checkbox]:checked+span:after,.wpcf7-acceptance input[type=checkbox]:checked~.wpcf7-list-item:after,.wpcf7-checkbox input[type=checkbox]:checked~.wpcf7-list-item:after,.wpcf7-acceptance .wpcf7-list-item:has(input[type=checkbox]:checked):after,.wpcf7-checkbox .wpcf7-list-item:has(input[type=checkbox]:checked):after{visibility:visible;opacity:1}input[type=radio]+span{position:relative;padding-left:40px;cursor:pointer;display:inline-block;line-height:28px}input[type=radio]+span:before{content:"";position:absolute;top:0;left:0;width:28px;height:28px;border:.1rem solid #B2B2B2;border-radius:50%;background:#fff}@media(max-width:768px){input[type=radio]+span:before{width:1.7rem;height:1.7rem}}input[type=radio]+span:after{content:"";position:absolute;top:9px;left:9px;width:10px;height:10px;border-radius:50%;background:#000;opacity:0;visibility:hidden;transition:opacity .2s ease}input[type=radio]:checked+span:after{opacity:1;visibility:visible}.wpcf7-not-valid input[type=radio]+span:before{border:.1rem solid #dc3232!important}.wpcf7-not-valid .wpcf7-list-item:before{border:.1rem solid #dc3232!important}.wpcf7-list-item-label{padding-left:4rem;display:inline-flex;align-items:center;position:relative;font-weight:400;font-size:1.4rem;line-height:130%;min-height:2.8rem;text-align:left;color:#000}@media(max-width:768px){.wpcf7-list-item-label{display:block;padding-left:2.8rem}}.wpcf7-list-item-label span{font-size:1rem;line-height:130%;text-align:left;color:#fff}.wpcf7-list-item-label a{font-size:1.4rem;line-height:130%;font-weight:700;color:#00697e}.wpcf7-list-item-label a:hover{color:#dc3232}.wpcf7-spinner{display:none}.wpcf7 form.sent .wpcf7-response-output{color:#fff;font-size:1.4rem;margin:2rem 0 0;padding:.5rem}body.page-template-template-page-contact .wpcf7-acceptance label,body.page-template-template-page-contact .wpcf7-checkbox label{display:block}.wpcf7-form.submitting .wpcf7-loader{opacity:1;visibility:visible}.wpcf7-loader{display:flex;align-items:center;justify-content:center;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:.3s;background:transparent;z-index:10}.wpcf7-loader-spin{width:50px;height:50px;border:10px solid #fff;border-top-color:transparent;border-radius:50%}.wpcf7 form .wpcf7-response-output,.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{padding:1.4rem 1.8rem;color:#fff;background-color:#14406ce6;border:1px solid rgba(63,155,239,.45);margin:2rem 0 0;line-height:1.5;font-size:1.3rem;font-family:Manrope,sans-serif;text-align:center;border-radius:0;box-shadow:0 12px 30px #1033552e}.wpcf7 form.sent .wpcf7-response-output{color:#fff;background-color:#00752080;border-color:#007501;font-size:1.4rem;font-family:Sora,sans-serif}.wpcf7 .btn-base{margin-top:0rem}@media(max-width:767px){.wpcf7 .btn-base{margin-top:0rem}}.wpcf7 p,.wpcf7 span{padding-right:0!important;width:100%;margin-bottom:0}.wpcf7 p{margin-bottom:.4rem}.wpcf7 ::placeholder{color:#8499b9;opacity:1}.wpcf7 :-ms-input-placeholder{color:#8499b9}.wpcf7 ::-ms-input-placeholder{color:#8499b9}@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{0%{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.rotating{-webkit-animation:rotating 2s linear infinite;-moz-animation:rotating 2s linear infinite;-ms-animation:rotating 2s linear infinite;-o-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.row-form-file .cf7-label{display:block;margin-bottom:1rem}.wpcf7-radio .wpcf7-list-item{margin-top:1rem}.row-form-acceptance{margin-top:2.4rem}.row-form-acceptance p{position:relative;display:block;font-size:1.2rem;font-style:normal;font-weight:400;line-height:133.333%}.row-form-acceptance .wpcf7-list-item-label{font-size:1.2rem;font-style:normal;font-weight:400;line-height:150%}.row-form{position:relative;display:block;width:100%}.row-form:last-child{margin-bottom:0}@media(max-width:768px){.row-form{padding-right:0}}.row-form label,.row-form .cf7-label{font-size:1.2rem;font-style:normal;font-weight:700;line-height:normal;color:#fff}.row-form h3{font-size:1.8rem;font-style:normal;font-weight:600;line-height:120%;color:#fff;margin-bottom:var(--24)}.row-form .first,.row-form .last{margin-top:1rem}.row-form input[type=text],.row-form input[type=tel],.row-form input[type=email],.row-form textarea,.row-form select{font-family:Manrope,sans-serif;font-weight:400;font-size:1.4rem;text-align:left;color:#8499b9;border:0;border:.1rem solid #fff;width:100%;padding:0rem 1.2rem;height:4.6rem;display:flex;align-items:center;background:#fff;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;-webkit-appearance:none;border-radius:.2rem;margin-top:.8rem}.row-form input[type=text]:focus,.row-form input[type=tel]:focus,.row-form input[type=email]:focus,.row-form textarea:focus,.row-form select:focus{border:0;border:.1rem solid #fff;color:#000;outline:none}.row-form select{background:transparent url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.25L5 5.25L9 1.25' fill='none' stroke='%23103355' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat}.row-form textarea{height:9rem;margin-bottom:0rem;resize:none;color:#b4b4b4;padding-top:1rem}@media(max-width:767px){.row-form textarea{margin-top:0rem;height:10rem}}.row-form .wpcf7-not-valid-tip{margin:1rem 0 0;color:#000}.row-form .wpcf7-form-control-wrap{width:100%}.row-form .col{flex:0 0 50%}@media(max-width:767px){.row-form .col{flex:0 0 100%;padding-bottom:1rem}}.row-form p{font-weight:400;font-size:1.3rem;line-height:150%;text-align:left;color:#fff}.row-form p a{display:inline-block;color:#00697e;text-decoration:underline;margin:0 .3rem}.row-form p a:hover{color:#dc3232}.row-form p a:hover:after{transform:scaleX(1)}.cf7-acceptance .row-form{margin-bottom:1rem}.row-form-last{margin-bottom:0}.row-form-col{display:grid;grid-template-columns:repeat(2,1fr);width:100%;margin-bottom:2rem;grid-column-gap:1.2rem}@media(max-width:768px){.row-form-col{grid-template-columns:1fr;margin-bottom:0;row-gap:1rem;margin-bottom:1rem}.row-form-col p{margin-bottom:1rem}.row-form-col p:last-child{margin-bottom:0}}.row-form-col-three{display:grid;grid-template-columns:repeat(3,1fr);width:100%;margin-bottom:2rem;grid-column-gap:2rem}@media(max-width:768px){.row-form-col-three{grid-template-columns:1fr;gap:1rem}.row-form-col-three p{margin-bottom:1rem}.row-form-col-three p:last-child{margin-bottom:0}}.row-textarea{margin-bottom:0rem}.wpcf7-list-item{margin-left:0}.wpcf7-not-valid-tip{font-size:1.2rem;display:none!important}.form-info{position:relative;display:block;margin-bottom:3rem;margin-top:1rem}.form-info p,.form-info a,.form-info span{font-weight:400;font-size:1rem;line-height:130%;text-align:left;color:#fff;cursor:pointer}.form-info a{display:inline-block;position:relative}.form-info a:after{display:block;position:absolute;content:"";border-bottom:solid .1rem #fff!important;width:0;bottom:0;left:0;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}.form-info a:hover:after{width:100%}.form-info a:hover{color:#fff!important}@-webkit-keyframes autofill{0%,to{color:#b4b4b4;background:transparent}}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-text-fill-color:#b4b4b4;background:transparent;border:none;border-bottom:1px solid #000;-webkit-box-shadow:inset 0 0 0 1000px transparent;transition:background-color 5000s ease-in-out 0s}.wpcf7-acceptance.wpcf7-not-valid,.wpcf7-acceptance{margin-bottom:1rem;margin-top:1rem}.invalid .form-info{margin-top:1rem}.invalid input.wpcf7-not-valid,.invalid textarea.wpcf7-not-valid{border:.1rem solid #dc3232}.invalid .wpcf7-not-valid:not(.optional) input[type=checkbox]+span:before,.invalid .wpcf7-not-valid:not(.optional) .wpcf7-checkbox input[type=checkbox]+span:before{border:.1rem solid #dc3232}.hide{display:none!important}.hide-txt{display:none}.show{display:inline-block;font-size:1rem;color:#fff}#wpcf7-f375-o1 .wpcf7-select,#wpcf7-f374-o1 .wpcf7-select{background:#fff;border:0;background-color:#fff;margin-top:2rem;border-radius:.5rem;border-color:#fff;height:4.5rem;padding:0 1.5rem;font-size:1.6rem}#wpcf7-f3337-o1 select,#wpcf7-f374-o1 select{background:#fff url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.25L5 5.25L9 1.25' fill='none' stroke='%23103355' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;height:4.5rem;border-radius:.5rem;border:0;padding:0 1.5rem;margin-top:2rem}#form-title{display:none}[data-reveal-scope].reveal-ready [data-reveal]{opacity:0;transition:opacity .8s ease var(--reveal-delay, 0ms),transform .9s cubic-bezier(.22,1,.36,1) var(--reveal-delay, 0ms),filter .8s ease var(--reveal-delay, 0ms);will-change:opacity,transform,filter}[data-reveal-scope].reveal-ready [data-reveal][data-reveal=fade-up]{transform:translate3d(0,4rem,0)}[data-reveal-scope].reveal-ready [data-reveal][data-reveal=fade-left]{transform:translate3d(4rem,0,0)}[data-reveal-scope].reveal-ready [data-reveal][data-reveal=fade-right]{transform:translate3d(-4rem,0,0)}[data-reveal-scope].reveal-ready [data-reveal][data-reveal=scale]{transform:scale(.94)}[data-reveal-scope].reveal-ready [data-reveal].is-in{opacity:1;filter:none;transform:none}@media(prefers-reduced-motion:reduce){[data-reveal-scope].reveal-ready [data-reveal]{opacity:1;filter:none;transform:none;transition:none}}.error-page{position:relative;display:flex;min-height:100vh;overflow:hidden;justify-content:center;align-items:center;background:radial-gradient(120% 85% at 50% 0%,#141b24,#0d1218 45%,#0a0f16)}@media(max-width:768px){.error-page{height:100%;padding-block:var(--100)}}.error-page__dust,.error-page__dust-host{position:absolute;top:0;right:0;bottom:0;left:0}.error-page__dust{z-index:0;pointer-events:none}.error-page__content{position:relative;z-index:1;display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;width:100%;text-align:center}.error-page__label{font-family:termina,sans-serif;font-size:clamp(1rem,1.1vw,1.2rem);font-weight:700;letter-spacing:.34em;color:#fdc902;text-transform:uppercase}.error-page__code-wrap{position:relative;margin:1.8rem 0 .4rem}.error-page__code{font-family:Sora,sans-serif;font-size:clamp(9.6rem,20vw,26rem);font-weight:800;line-height:.86;letter-spacing:-.04em;color:transparent;background:linear-gradient(180deg,#f5f8fb,#7c848e 62%,#4a525b);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.error-page__line{position:absolute;bottom:-.6rem;left:50%;width:clamp(12rem,26vw,32rem);height:.2rem;background:linear-gradient(90deg,transparent,#FDC902,transparent);transform:translate(-50%)}.error-page__title{max-width:16ch;margin-top:3.4rem;font-family:Sora,sans-serif;font-size:clamp(2.4rem,3.4vw,4rem);font-weight:700;line-height:1.18;color:#eef1f4;text-wrap:balance}.error-page__description{max-width:52ch;margin-top:1.6rem;font-size:clamp(1.45rem,1.5vw,1.7rem);line-height:1.75;color:#98a0a9;text-wrap:pretty}.error-page__description p{margin:0}.error-page__actions{display:flex;flex-wrap:wrap;gap:1.4rem;justify-content:center;margin-top:3.8rem}.error-page__quick{margin-top:4.6rem;font-size:1.3rem;color:#5f6873}.error-page__quick-list{display:flex;flex-wrap:wrap;gap:.8rem 2.6rem;align-items:center;justify-content:center;margin:0;padding:0;list-style:none}.error-page__quick-label{font-size:1.1rem;letter-spacing:.14em;text-transform:uppercase}.error-page__quick-link{padding-bottom:.1rem;color:#5f6873;border-bottom:.1rem solid rgba(253,201,2,.35);transition:color .2s ease,border-color .2s ease}.error-page__quick-link:hover,.error-page__quick-link:focus-visible{color:#fdc902;border-color:#fdc902}@media(max-width:768px){.error-page{padding:10rem 2rem 5rem}.error-page__actions{flex-direction:column;width:100%;max-width:34rem}.error-page__actions .btn-base{width:100%}.error-page__quick-list{flex-direction:column;gap:1.6rem}}.home-hero{position:relative;height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden;background:radial-gradient(120% 100% at 78% 30%,#232b34,#171d24 45%,#0f141a)}@media(max-width:1024px){.home-hero{height:100%;padding:10rem 0}}.home-hero__image{z-index:0;pointer-events:none}.home-hero__image img{width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1);transform-origin:center;will-change:transform;animation:hero-image-zoom 10s ease-out forwards}@media(prefers-reduced-motion:reduce){.home-hero__image img{animation:none}}.home-hero__overlay,.home-hero__fade{position:absolute;left:0;width:100%;pointer-events:none}.home-hero__overlay{top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(#151a20d1,#151a20b3 45%,#151a20d1)}.home-hero__fade{bottom:0;height:22rem;z-index:2;background:linear-gradient(transparent,#151a20)}.home-hero__container{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;flex:1}.home-hero__content{max-width:72rem;text-align:center}.home-hero__label,.home-hero__slogan{font-family:termina,sans-serif;color:#fdc902}.home-hero__label{margin-bottom:1.5rem;font-size:1.7rem;font-weight:400;letter-spacing:.14em}@media(max-width:768px){.home-hero__label{font-size:1.4rem}}.home-hero__logo{margin:0 auto;width:clamp(32rem,40vw,52rem);max-width:100%}.home-hero__logo img{display:block;width:100%;height:auto;margin:0 auto}.home-hero__slogan{margin-top:2.2rem;width:clamp(32rem,40vw,52rem);max-width:100%;margin-inline:auto}.home-hero__slogan img{display:block;width:100%;height:auto;margin:0 auto}.home-hero__date{margin-top:2.2rem;font-family:Sora,sans-serif;font-size:1.8rem;font-weight:700;color:#eef1f4}.home-hero__location{margin-top:.2rem;font-family:Sora,sans-serif;font-size:1.6rem;font-weight:400;color:#eef1f4}.home-hero__title{margin-top:1.6rem;font-family:Sora,sans-serif;font-size:var(--f40);font-weight:700;line-height:1.2;color:#fdc902}@keyframes hero-image-zoom{to{transform:scale(1.08)}}.home-counter{position:relative;overflow:visible}.home-counter__container{position:relative;z-index:3;width:100%;max-width:90rem;margin-inline:auto}.home-counter__title{position:relative;margin-bottom:var(--60)}.home-counter__title-dust{position:absolute;top:50%;left:50%;width:min(54rem,90vw);height:11rem;pointer-events:none;transform:translate(-50%,-50%)}.home-counter__title-text{position:relative;z-index:1}.home-counter__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--20)}@media(max-width:1024px){.home-counter__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem}}.home-counter__item{position:relative;width:min(100%,20rem);aspect-ratio:1;margin-inline:auto}.home-counter__dial{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible;transform:rotate(-90deg)}.home-counter__track,.home-counter__progress{fill:none;stroke-width:14}.home-counter__track{stroke:#ffffff0f}.home-counter__progress{stroke:#fdc902;stroke-linecap:round;stroke-dasharray:584.34;stroke-dashoffset:584.34;filter:drop-shadow(0 0 .6rem rgba(253,201,2,.6))}.home-counter__value{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;gap:.4rem;align-items:center;justify-content:center;border-radius:50%;background:radial-gradient(circle at 50% 35%,rgba(253,201,2,.08),transparent 70%)}.home-counter__label{font-family:Manrope,sans-serif;font-size:1.2rem;font-weight:600;letter-spacing:.2em;color:#8a929b;text-transform:uppercase}.home-counter__number{font-family:Sora,sans-serif;font-size:clamp(3.6rem,5vw,5.4rem);font-weight:700;line-height:1;color:#f5f8fb;background:linear-gradient(180deg,#f5f8fb,#b8c1cb);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:768px){.home-counter{padding-inline:var(--20)}.home-counter__title{margin-bottom:5rem}.home-counter__grid{gap:3rem}.home-counter__item{max-width:15rem}}.home-about-congress{position:relative;padding:var(--100) 0 var(--100) 0;overflow:hidden}.home-about-congress__intro,.home-about-congress__highlights,.home-about-congress__panels-wrap{width:100%;max-width:96rem;margin-inline:auto}.home-about-congress__intro{display:flex;flex-direction:column;gap:3.4rem}.home-about-congress__header{text-align:center}.home-about-congress__label{margin-bottom:1.6rem}.home-about-congress__content{display:flex;flex-direction:column;gap:2.6rem;font-size:1.6rem;line-height:1.95;color:#aeb6bf}.home-about-congress__content p{margin:0}.home-about-congress__content strong{font-weight:700;color:#fdc902}.home-about-congress__highlights{position:relative;margin-top:var(--40)}.home-about-congress__highlights-surface{position:relative;z-index:1;padding:5rem;border-radius:1.6rem;background:#1a2027e6}.home-about-congress__splatter{position:absolute;top:50%;right:20rem;z-index:0;width:min(150vw,150rem);height:auto;aspect-ratio:2092.5/999.73;pointer-events:none;transform:translateY(-50%)}.home-about-congress__subtitle{margin-bottom:1.8rem;font-family:Sora,sans-serif;font-size:clamp(2.2rem,2.4vw,2.8rem);font-weight:800;color:#fdc902}.home-about-congress__highlights-list{display:flex;flex-direction:column;gap:.9rem;margin:0;padding:0;list-style:none}.home-about-congress__highlights-list li{position:relative;padding-left:2.1rem;font-size:1.6rem;line-height:1.75;color:#aeb6bf}.home-about-congress__highlights-list li:before{content:"";position:absolute;top:50%;transform:translateY(-50%);left:0;width:.7rem;height:.7rem;border-radius:50%;background:#fdc902}.home-about-congress__highlights-list li p{margin:0}.home-about-congress__highlights-list li strong{font-weight:800;color:#fff}.home-about-congress__panels-wrap{margin-top:var(--80)}.home-about-congress__panels{padding:5rem;border:.2rem solid #FDC902;border-radius:1.8rem}.home-about-congress__panels-title{margin-bottom:3rem;font-family:termina,sans-serif;font-size:clamp(2.4rem,3vw,3rem);font-weight:700;letter-spacing:.01em;color:#fdc902;text-align:center}.home-about-congress__panel{padding:2.8rem 0;border-bottom:.1rem solid rgba(138,146,155,.22)}.home-about-congress__panel:last-child{border-bottom:0}.home-about-congress__panel-label{margin-bottom:1rem;font-size:1.3rem;font-weight:700;color:#fff}.home-about-congress__panel-title{margin:0;font-family:Sora,sans-serif;font-size:1.8rem;font-weight:800;line-height:1.3;color:#fdc902}.home-about-congress__panel-toggle{display:flex;gap:2rem;align-items:flex-start;justify-content:space-between;width:100%;padding:0;border:0;font:inherit;line-height:inherit;text-align:left;color:#fdc902;background:transparent;cursor:pointer;transition:color .2s ease}.home-about-congress__panel-toggle:hover,.home-about-congress__panel-toggle:focus-visible{color:#fee066}.home-about-congress__panel-toggle:focus-visible{outline:.2rem solid #FDC902;outline-offset:.3rem}.home-about-congress__panel-arrow{position:relative;display:grid;flex:0 0 3.6rem;width:3.6rem;height:3.6rem;border-radius:50%;place-items:center;background:#ffffff12}.home-about-congress__panel-arrow:before{width:.8rem;height:.8rem;border-right:.15rem solid #FDC902;border-bottom:.15rem solid #FDC902;content:"";transform:translateY(-.2rem) rotate(45deg);transition:transform .25s ease}.home-about-congress__panel.is-open .home-about-congress__panel-arrow:before{transform:translateY(.2rem) rotate(225deg)}.home-about-congress__panel-description{margin-top:1.6rem}.home-about-congress__panel-description p{margin:0;font-size:1.45rem;line-height:1.65;color:#aeb6bf}.home-about-congress__partners{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));gap:4.8rem;align-items:center;padding:6rem 2rem 4rem}.home-about-congress__partner{display:flex;flex-direction:column;gap:1.8rem;align-items:center;text-align:center}.home-about-congress__partner:not(:first-child){border-left:.1rem solid rgba(255,255,255,.06)}.home-about-congress__partner p{max-width:32rem;font-family:Sora,sans-serif;font-size:1.4rem;line-height:1.5;color:#b6bec7}.home-about-congress__partner-logo{width:auto;max-width:min(100%,30rem);max-height:7.8rem;object-fit:contain}.home-about-congress__action{display:flex;justify-content:center;margin:0 -5rem -5rem;transform:translateY(50%)}@media(max-width:1024px){.home-about-congress__partners{grid-template-columns:1fr}.home-about-congress__partner:not(:first-child){padding-top:3rem;border-top:.1rem solid rgba(255,255,255,.06);border-left:0}}@media(max-width:768px){.home-about-congress{padding-inline:var(--20)}.home-about-congress__splatter{width:220%}.home-about-congress__highlights-surface,.home-about-congress__panels{padding:3rem 2rem}.home-about-congress__action{margin:0 -2rem -3rem}.home-about-congress__action .btn-base--primary{width:calc(100% - 4rem);padding-inline:2rem}}.home-program{position:relative;padding-block:var(--100);overflow:hidden;border-top:.1rem solid rgba(255,255,255,.06)}.home-program .container{position:relative;z-index:1}.home-program__header{position:relative;text-align:center}.home-program__header>:not(.home-program__splatter){position:relative;z-index:1}.home-program__splatter{position:absolute;top:-14rem;left:calc(50% + 22rem);z-index:0;width:110rem;height:auto;aspect-ratio:2092.5/999.73;pointer-events:none}.home-program__label{margin-bottom:1.4rem;font-size:1.3rem}.home-program__title{margin-bottom:4.8rem}.home-program__day+.home-program__day{margin-top:9rem}.home-program__day{position:relative}.home-program__day>:not(.home-program__day-splatter){position:relative;z-index:1}.home-program__day-splatter{position:absolute;left:-110%;bottom:-18rem;z-index:0;width:200%;height:auto;aspect-ratio:2092.5/999.73;pointer-events:none}.home-program__day-title{margin-bottom:2.8rem;font-family:Sora,sans-serif;font-size:clamp(2.2rem,2.6vw,3rem);font-weight:400;color:#eef1f4;text-align:center}.home-program__day-title strong{font-weight:800}.home-program__table-header,.home-program__session{display:grid;grid-template-columns:15rem minmax(0,1fr) 26rem;column-gap:2.4rem}.home-program__table-header{padding:0 .8rem 1.4rem;border-bottom:.1rem solid rgba(138,146,155,.4)}.home-program__table-header p{margin:0;font-size:1.5rem;font-weight:700;color:#fdc902}.home-program__session{align-items:start;padding:2rem .8rem;border-bottom:.1rem solid rgba(138,146,155,.3)}.home-program__session--highlighted{align-items:center;margin:.8rem 0;padding:1.6rem 1.8rem;border:0;border-radius:.3rem;color:#161206;background:linear-gradient(90deg,#b58b34,#fdc902 55%,#d9a800)}.home-program__session--highlighted .home-program__time,.home-program__session--highlighted .home-program__session-title,.home-program__session--highlighted .home-program__participants p{color:#161206}.home-program__session--highlighted .home-program__session-title{font-weight:800}.home-program__time{margin:0;font-family:Sora,sans-serif;font-size:1.35rem;font-weight:400;line-height:1.5;color:#98a0a9;white-space:nowrap}.home-program__session-label{margin:0 0 .4rem;font-family:Sora,sans-serif;font-size:1.4rem;font-weight:700;color:#fdc902}.home-program__session-title{margin:0;font-family:Sora,sans-serif;font-size:1.6rem;font-weight:600;line-height:1.4;color:#eef1f4}.home-program__session-toggle{display:flex;gap:1.6rem;align-items:flex-start;justify-content:space-between;width:100%;padding:0;border:0;font:inherit;line-height:inherit;color:inherit;text-align:left;background:transparent;cursor:pointer}.home-program__session-toggle:focus-visible{border-radius:.3rem;outline:.2rem solid #FDC902;outline-offset:.4rem}.home-program__session-arrow{display:grid;flex:0 0 3rem;width:3rem;height:3rem;border-radius:50%;place-items:center;background:#ffffff12}.home-program__session-arrow:before{width:.7rem;height:.7rem;border-right:.15rem solid #FDC902;border-bottom:.15rem solid #FDC902;content:"";transform:translateY(-.15rem) rotate(45deg);transition:transform .25s ease}.home-program__session.is-open .home-program__session-arrow:before{transform:translateY(.15rem) rotate(225deg)}.home-program__session-description{grid-column:2/-1;margin-top:1.8rem;padding-top:1.8rem;border-top:.1rem solid rgba(138,146,155,.2)}.home-program__session-description p{margin:0;font-size:1.4rem;line-height:1.65;color:#aeb6bf}.home-program__participants p{margin:0;font-size:1.35rem;line-height:1.5;color:#98a0a9}.home-program__participants a{color:inherit;text-decoration:underline;text-decoration-color:#fdc902d9;text-decoration-thickness:.1rem;text-underline-offset:.3rem;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}.home-program__participants a:hover{color:#fdc902}.home-program__extra{text-align:center}.home-program__extra h4{margin:4rem 0 1.4rem;font-family:Sora,sans-serif;font-size:clamp(2.4rem,3vw,3.2rem);font-weight:800;color:#eef1f4}.home-program__extra-notice p{margin:0;font-size:clamp(1.8rem,2vw,2.2rem);font-weight:700;color:#fdc902}.home-program__extra-note{margin:.8rem 0 6rem;font-size:1.5rem;color:#aeb6bf}.home-program__workshops{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.8rem;max-width:96rem;width:100%;margin-inline:auto;padding:0;list-style:none}.home-program__workshop{display:flex;flex-direction:column;justify-content:center;min-height:17rem;padding:2.8rem 3rem;border:.1rem solid rgba(138,146,155,.4);border-radius:.6rem;background:#ffffff05}.home-program__workshop-title{font-family:Sora,sans-serif;font-size:1.9rem;font-weight:700;line-height:1.3;color:#eef1f4;text-align:center}.home-program__workshop-slots{display:flex;flex-wrap:wrap;gap:.6rem 1.2rem;justify-content:center;margin:0 0 .8rem}.home-program__workshop-slots p{display:flex;gap:.5rem;align-items:baseline;margin:0}.home-program__workshop-slots strong,.home-program__workshop-slots span,.home-program__workshop-slots small{font-family:Sora,sans-serif;font-size:1.3rem;font-weight:700}.home-program__workshop-slots strong,.home-program__workshop-slots span{color:#fdc902}.home-program__workshop-slots small{color:#8a929b}.home-program__workshop-toggle{display:flex;gap:.8rem;align-items:center;width:max-content;max-width:100%;margin:1.4rem auto 0;padding:0;border:0;font-family:Sora,sans-serif;font-size:1.4rem;font-weight:700;color:#fdc902;cursor:pointer;background:none}.home-program__workshop-icon{width:.7rem;height:.7rem;border-top:.2rem solid currentColor;border-left:.2rem solid currentColor;transform:translateY(-.2rem) rotate(225deg);transition:transform .2s ease}.home-program__workshop.is-open .home-program__workshop-icon{transform:translateY(.2rem) rotate(45deg)}.home-program__workshop-description{margin-top:1.6rem;padding-top:1.6rem;border-top:.1rem solid rgba(138,146,155,.3)}.home-program__workshop-description p{margin:0;font-size:1.45rem;line-height:1.65;color:#aeb6bf}@media(max-width:1024px){.home-program__table-header{display:none}.home-program__session{grid-template-columns:12rem minmax(0,1fr)}.home-program__session .home-program__participants{grid-column:2;margin-top:1rem}.home-program__session .home-program__session-description{grid-column:2}}@media(max-width:768px){.home-program{padding-inline:var(--20)}.home-program__day-splatter{left:-100%;bottom:-10rem;width:200%}.home-program__session{grid-template-columns:1fr;gap:1rem;padding-inline:0}.home-program__session .home-program__participants{grid-column:1;margin-top:0}.home-program__session .home-program__session-description{grid-column:1}.home-program__session--highlighted{padding-inline:1.8rem}.home-program__workshops{grid-template-columns:1fr}.home-program__workshop{min-height:0;padding:2.4rem 2rem}}.home-defender{position:relative;padding:0;overflow:hidden}.home-defender__background,.home-defender__video,.home-defender__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.home-defender__background,.home-defender__video{object-fit:cover;object-position:center}.home-defender__overlay{background:linear-gradient(#151a20,#151a20fa,#151a20f0 16%,#151a20e0,#151a20cc,#151a20b8 43%,#151a20b3,#151a20b8 57%,#151a20cc,#151a20e0,#151a20f0 84%,#151a20fa,#151a20)}.home-defender__container{padding-block:var(--140)}.home-defender__header{text-align:center}.home-defender__label{margin-bottom:1.4rem;font-size:1.3rem}.home-defender__title{margin-bottom:1.8rem}.home-defender__description{max-width:76rem;margin:0 auto 4.4rem}.home-defender__description p{margin:0;font-size:1.6rem;line-height:1.7;color:#aeb6bf}.home-defender__activities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.2rem;max-width:96rem;width:100%;margin-inline:auto;padding:0;list-style:none}.home-defender__activity{display:flex;flex-direction:column;align-items:center;padding:3.6rem 3.4rem;border:.1rem solid rgba(138,146,155,.32);border-radius:1.4rem;text-align:center;background:#ffffff05}.home-defender__activity:only-child{grid-column:1/-1;justify-self:center;width:calc(50% - 1.1rem)}.home-defender__activity-title{margin:0;font-family:Sora,sans-serif;font-size:2.2rem;font-weight:800;color:#eef1f4}.home-defender__activity-date{margin:.8rem 0 0;font-family:Sora,sans-serif;font-size:1.5rem;font-weight:700;color:#fdc902}.home-defender__activity-description{margin:1.6rem 0 2.6rem}.home-defender__activity-description p{margin:0;font-size:1.45rem;line-height:1.6;color:#98a0a9}.home-defender__button{margin-top:auto}@media(max-width:768px){.home-defender{padding-inline:var(--20);background-image:var(--defender-mobile-background);background-position:center;background-size:cover}.home-defender__activities{grid-template-columns:1fr}.home-defender__activity{width:100%;padding:3rem 2rem}.home-defender__button{width:100%;padding-inline:2rem}}.home-sponsors{position:relative;padding-top:3rem;padding-bottom:var(--100);overflow:hidden;border-bottom:.1rem solid rgba(255,255,255,.06)}.home-sponsors .container{position:relative;z-index:1}.home-sponsors__dust{position:absolute;right:-4rem;bottom:0;z-index:0;width:65%;height:auto;aspect-ratio:1288.36/571.19;pointer-events:none;transform:scaleX(-1)}.home-sponsors__header{text-align:center}.home-sponsors__label{margin-bottom:1.4rem;font-size:1.3rem;color:#eef1f4}.home-sponsors__title{margin-bottom:5rem;font-size:clamp(3rem,3.6vw,4.6rem);color:#fdc902}.home-sponsors__groups{display:flex;flex-direction:column;gap:6rem}.home-sponsors__group-title{margin:0 0 2rem;font-family:Manrope,sans-serif;font-size:1.4rem;font-weight:700;letter-spacing:.24em;color:#8a929b;text-align:center;text-transform:uppercase}.home-sponsors__logos{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,26rem),34rem));gap:1.6rem;justify-content:center;margin-inline:auto}.home-sponsors__logo{position:relative;display:flex;align-items:center;justify-content:center;height:15rem;padding-inline:2.6rem;border:.1rem solid rgba(255,255,255,.06);border-radius:1.2rem;background:#1a2027e6}.home-sponsors__logo--with-description{cursor:help}.home-sponsors__logo--with-description:hover,.home-sponsors__logo--with-description:focus-visible,.home-sponsors__logo--with-description:focus-within{z-index:2}.home-sponsors__logo--with-description:hover .home-sponsors__description,.home-sponsors__logo--with-description:focus-visible .home-sponsors__description,.home-sponsors__logo--with-description:focus-within .home-sponsors__description{visibility:visible;opacity:1;transform:translate(-50%)}.home-sponsors__logo--with-description:focus-visible{outline:.2rem solid #FDC902;outline-offset:.3rem}.home-sponsors__logo-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.home-sponsors__logo-link:focus-visible{border-radius:.4rem;outline:.2rem solid #FDC902;outline-offset:.5rem}.home-sponsors__logo-image{display:block;width:100%;max-width:24rem;height:100%;max-height:11.8rem;object-fit:contain}.home-sponsors__description{position:absolute;bottom:calc(100% + 1.2rem);left:50%;z-index:3;width:min(32rem,100vw - 4rem);padding:1.6rem 1.8rem;border:.1rem solid rgba(253,201,2,.35);border-radius:1rem;visibility:hidden;font-size:1.35rem;line-height:1.6;color:#eef1f4;text-align:left;opacity:0;background:#0a0f16;box-shadow:0 1.2rem 3rem #00000059;transform:translate(-50%,.8rem);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;pointer-events:none}.home-sponsors__description:after{position:absolute;top:100%;left:50%;width:1.2rem;height:1.2rem;border-right:.1rem solid rgba(253,201,2,.35);border-bottom:.1rem solid rgba(253,201,2,.35);content:"";background:#0a0f16;transform:translate(-50%,-50%) rotate(45deg)}@media(max-width:768px){.home-sponsors{padding-inline:var(--20)}.home-sponsors__dust{right:-14rem;bottom:0;width:110%}.home-sponsors__title{margin-bottom:4rem}.home-sponsors__groups{gap:4rem}.home-sponsors__logo--with-description{cursor:default}.home-sponsors__logo--with-description:hover,.home-sponsors__logo--with-description:focus-visible{z-index:auto;outline:none}.home-sponsors__description{display:none}}.home-speakers{position:relative;padding-block:var(--100);overflow:hidden;background:#151a20}.home-speakers__header{text-align:center}.home-speakers__label{margin-bottom:1.4rem;font-size:1.3rem}.home-speakers__title{margin-bottom:1.2rem;font-size:clamp(3rem,3.6vw,4.6rem)}.home-speakers__note{margin:0 0 4.6rem;font-size:1.4rem;color:#8a929b}.home-speakers__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.4rem;margin:0;padding:0;list-style:none}.home-speakers__card{display:flex;flex-direction:column;padding:2.8rem 2.6rem;border:.1rem solid rgba(255,255,255,.07);border-radius:1.6rem;scroll-margin-top:10rem;background:linear-gradient(rgba(255,255,255,.027),transparent)}.home-speakers__person{display:flex;gap:1.8rem;align-items:center;margin-bottom:1.8rem}.home-speakers__photo-frame{flex:0 0 8.4rem;width:8.4rem;height:8.4rem;padding:.2rem;border-radius:50%;background:linear-gradient(135deg,#fee066,#fdc902 55%,#8e6f28)}.home-speakers__photo{width:100%;height:100%;overflow:hidden;border-radius:50%;background:#151a20}.home-speakers__photo-image{display:block;width:100%;height:100%;object-fit:cover}.home-speakers__name{margin:0;font-family:Sora,sans-serif;font-size:1.7rem;font-weight:700;line-height:1.2;color:#eef1f4}.home-speakers__role{margin:.5rem 0 0;font-size:1.25rem;font-weight:600;line-height:1.35;color:#fdc902}.home-speakers__bio p{margin:0;font-size:1.35rem;line-height:1.6;color:#98a0a9}@media(max-width:1024px){.home-speakers__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.home-speakers{padding-inline:var(--20)}.home-speakers__grid{grid-template-columns:1fr}}.home-podcasts{position:relative;padding-block:var(--100);overflow:hidden;background:#151a20;border-top:.1rem solid rgba(255,255,255,.06)}.home-podcasts .container{position:relative;z-index:1}.home-podcasts__splatter{position:absolute;top:-18rem;left:-100%;z-index:0;width:200%;height:auto;aspect-ratio:2092.5/999.73;pointer-events:none;display:none}.home-podcasts__header{text-align:center}.home-podcasts__label{margin-bottom:1.4rem;font-size:1.3rem}.home-podcasts__title{margin-bottom:1.8rem}.home-podcasts__description{max-width:68rem;margin:0 auto var(--60)}.home-podcasts__description p{margin:0;font-size:1.5rem;line-height:1.7;color:#98a0a9}.home-podcasts__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.2rem;margin:0;padding:0;list-style:none}.home-podcasts__card{display:block;height:100%;overflow:hidden;border:.1rem solid rgba(255,255,255,.07);border-radius:1.6rem;color:inherit;text-decoration:none;background:#101822;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.home-podcasts__card:hover,.home-podcasts__card:focus-visible{border-color:#fdc90273}.home-podcasts__media{position:relative;aspect-ratio:16/9;overflow:hidden}.home-podcasts__thumbnail{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.home-podcasts__media-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(transparent 55%,#080a0d8c)}.home-podcasts__play{position:absolute;top:50%;left:50%;display:flex;align-items:center;justify-content:center;width:6.2rem;height:4.4rem;border-radius:1.2rem;background:#e4211c;box-shadow:0 .8rem 2.2rem #00000073;transform:translate(-50%,-50%)}.home-podcasts__play span{width:0;height:0;margin-left:.3rem;border-top:1rem solid transparent;border-bottom:1rem solid transparent;border-left:1.6rem solid #fff}.home-podcasts__content{padding:1.8rem 2rem}.home-podcasts__video-title{margin:0;font-family:Sora,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.35;color:#eef1f4}.home-podcasts__author{margin:.6rem 0 0;font-size:1.25rem;color:#8a929b}.home-podcasts__action{display:flex;justify-content:center;margin-top:var(--60)}@media(max-width:1024px){.home-podcasts__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.home-podcasts{padding-inline:var(--20)}.home-podcasts__grid{grid-template-columns:1fr}.home-podcasts__action .btn-base--primary{width:100%;padding-inline:2rem}}.home-registration{position:relative;overflow:hidden;background:#151a20;padding-bottom:var(--100)}.home-registration__container{position:relative;z-index:1}.home-registration__intro{margin-bottom:5.2rem;text-align:center}.home-registration__description{margin:1.8rem 0 0;font-size:1.5rem;font-weight:500;line-height:1.6;color:#8a929b}.home-registration__form{width:100%;max-width:92rem;margin-inline:auto}.home-registration__hotel{width:100%;max-width:96rem;margin:8rem auto 0;padding:6rem;border-radius:1.6rem;color:#2a2f36;text-align:center;background:#fff}.home-registration__hotel-content{text-align:left}.home-registration__hotel-content p{margin:0;font-size:1.6rem;line-height:1.75;text-align:justify;color:#2a2f36}@media(max-width:768px){.home-registration__hotel-content p{text-align:left}}.home-registration__hotel-content strong{color:#12100a;text-decoration:underline}.home-registration__hotel-contact{display:flex;flex-direction:column;gap:.8rem;align-items:center;margin-top:2.6rem}.home-registration__hotel-contact h3{margin-bottom:.4rem;font-family:Sora,sans-serif;font-size:1.6rem;font-weight:800;color:#12100a}.home-registration__hotel-contact a{font-size:1.5rem;font-weight:700;color:#d9a800;text-decoration:none}.home-registration__hotel-contact a:hover,.home-registration__hotel-contact a:focus-visible{text-decoration:underline}@media(max-width:768px){.home-registration__hotel{padding:3rem 2rem}}.home-registration .wpcf7 form .wpcf7-response-output{position:relative;margin:2.4rem 0 0!important;padding:1.6rem 1.8rem 1.6rem 5rem!important;border:.1rem solid rgba(253,201,2,.55)!important;border-radius:1.2rem;font-family:Manrope,sans-serif;font-size:1.4rem;font-weight:600;line-height:1.5;color:#eef1f4;background:#1a2027eb;box-shadow:0 1rem 2.8rem #0000002e}.home-registration .wpcf7 form .wpcf7-response-output:empty{display:none}.home-registration .wpcf7 form .wpcf7-response-output:before{position:absolute;top:50%;left:1.8rem;display:flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:50%;font-family:Sora,sans-serif;font-size:1.3rem;font-weight:800;color:#181206;content:"i";background:#fdc902;transform:translateY(-50%)}.home-registration .wpcf7 form.sent .wpcf7-response-output{border-color:#62d394a6!important;color:#b8f4dc;background:linear-gradient(90deg,#62d3941a,#1a2027eb)}.home-registration .wpcf7 form.sent .wpcf7-response-output:before{content:"✓";color:#0a0f16;background:#62d394}.home-registration .wpcf7 form.invalid .wpcf7-response-output,.home-registration .wpcf7 form.unaccepted .wpcf7-response-output,.home-registration .wpcf7 form.payment-required .wpcf7-response-output,.home-registration .wpcf7 form.failed .wpcf7-response-output,.home-registration .wpcf7 form.aborted .wpcf7-response-output,.home-registration .wpcf7 form.spam .wpcf7-response-output{border-color:#dc3232b3!important;color:#ffb9b9;background:linear-gradient(90deg,#dc32321c,#1a2027eb)}.home-registration .wpcf7 form.invalid .wpcf7-response-output:before,.home-registration .wpcf7 form.unaccepted .wpcf7-response-output:before,.home-registration .wpcf7 form.payment-required .wpcf7-response-output:before,.home-registration .wpcf7 form.failed .wpcf7-response-output:before,.home-registration .wpcf7 form.aborted .wpcf7-response-output:before,.home-registration .wpcf7 form.spam .wpcf7-response-output:before{content:"!";color:#fff;background:#dc3232}.registration-form{display:flex;flex-direction:column;gap:4rem}.registration-form__fields,.registration-form__details,.registration-form__invoice-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3.2rem 4.8rem}.registration-form__field{display:flex;flex-direction:column;font-family:Sora,sans-serif;font-size:1.2rem;font-weight:600;letter-spacing:.06em;color:#98a0a9;text-transform:uppercase}.registration-form__field .wpcf7-form-control-wrap{display:block;margin-top:1.1rem}.registration-form__field input{width:100%;padding:1.7rem 2rem;border:.1rem solid rgba(255,255,255,.1);border-radius:1.2rem;outline:none;font-family:Manrope,sans-serif;font-size:1.5rem;color:#eef1f4;background:#181e26b8;transition:border-color .2s ease,box-shadow .2s ease}.registration-form__field input::placeholder{color:#5f6873}.registration-form__field input:focus{border-color:#fdc902b3;box-shadow:0 0 0 .3rem #fdc90214}.registration-form__field input:autofill,.registration-form__field input:-webkit-autofill,.registration-form__field input:-webkit-autofill:hover,.registration-form__field input:-webkit-autofill:focus{border-color:#ffffff1a;caret-color:#eef1f4;color:#eef1f4;background-color:#181e26!important;-webkit-text-fill-color:#EEF1F4!important;box-shadow:0 0 0 100rem #181e26 inset!important;-webkit-box-shadow:0 0 0 100rem #181e26 inset!important;transition:background-color 9999s ease-out 0s}.registration-form__divider{height:.1rem;background:#ffffff12}.registration-form__details{align-items:start}.registration-form__pricing{display:flex;flex-direction:column;gap:2.4rem}.registration-form__price{display:flex;gap:1.6rem;align-items:center;justify-content:space-between;padding:2.6rem 2.8rem;border:.1rem solid #FDC902;border-radius:1.4rem;background:linear-gradient(rgba(253,201,2,.08),transparent)}.registration-form__price span{font-family:Sora,sans-serif;font-size:1.5rem;font-weight:600;color:#aeb6bf}.registration-form__price strong{font-family:Sora,sans-serif;font-size:1.9rem;font-weight:800;color:#fdc902;white-space:nowrap}.registration-form__invoice-title{margin-bottom:1.8rem;font-family:termina,sans-serif;font-size:1.2rem;font-weight:700;letter-spacing:.16em;color:#fdc902}.registration-form__invoice-fields{gap:2.8rem 2.4rem}.registration-form__discount-code{padding:2.6rem 2.8rem;border:.1rem solid #FDC902;border-radius:1.4rem;background:linear-gradient(rgba(253,201,2,.08),transparent)}.registration-form [hidden]{display:none!important}.registration-form__consents{display:flex;flex-direction:column;gap:1.8rem}.registration-form__consent-all,.registration-form__check,.registration-form .wpcf7-list-item label,.registration-form .wpcf7-acceptance label{display:flex;gap:1.4rem;align-items:flex-start;cursor:pointer}.registration-form__consent-all{align-items:center;padding-bottom:1.6rem;border-bottom:.1rem solid rgba(255,255,255,.07);font-family:Sora,sans-serif;font-size:1.35rem;font-weight:700;line-height:1.55;color:#fdc902}.registration-form .wpcf7-checkbox .wpcf7-list-item,.registration-form .wpcf7-acceptance .wpcf7-list-item{position:static;display:block;width:auto;min-width:0;height:auto;margin:0;vertical-align:initial}.registration-form .wpcf7-checkbox .wpcf7-list-item:before,.registration-form .wpcf7-checkbox .wpcf7-list-item:after,.registration-form .wpcf7-acceptance .wpcf7-list-item:before,.registration-form .wpcf7-acceptance .wpcf7-list-item:after{display:none;content:none}.registration-form .wpcf7-list-item-label{min-height:0;padding:0;font-family:Manrope,sans-serif;font-size:1.35rem;font-weight:400;line-height:1.55;color:#aeb6bf}.registration-form .wpcf7-list-item-label a{color:inherit;text-decoration-line:underline;text-decoration-color:#fdc902d9;text-decoration-thickness:.1rem;text-underline-offset:.3rem;transition:color .2s ease,text-decoration-color .2s ease;margin-left:.5rem;font-weight:400;font-size:1em}.registration-form .wpcf7-list-item-label a:hover,.registration-form .wpcf7-list-item-label a:focus-visible{color:#fdc902;text-decoration-color:#fdc902}.registration-form .wpcf7-list-item-label a:focus-visible{border-radius:.2rem;outline:.2rem solid rgba(253,201,2,.55);outline-offset:.3rem}.registration-form .wpcf7-list-item-label:before,.registration-form .wpcf7-list-item-label:after{display:none!important;content:none}.registration-form__consents-list>.wpcf7-form-control-wrap{display:block;width:100%}.registration-form .wpcf7-checkbox,.registration-form .wpcf7-acceptance{display:block;width:100%}.registration-form input[type=checkbox]{position:relative;flex:0 0 auto;width:2.2rem;height:2.2rem;margin:.1rem 0 0;border:.2rem solid rgba(255,255,255,.28);border-radius:.5rem;visibility:visible;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent}.registration-form input[type=checkbox]:checked{border-color:#fdc902;background:#fdc902 url(/wp-content/themes/hg-sage/public/build/assets/form-check-qEISSIMj.svg) center/1.4rem no-repeat}.registration-form input[type=checkbox]:focus-visible{outline:.2rem solid #FDC902;outline-offset:.3rem}.registration-form .wpcf7-acceptance.wpcf7-not-valid input[type=checkbox],.registration-form .wpcf7-acceptance:has(input[aria-invalid=true]) input[type=checkbox],.registration-form input[type=checkbox].wpcf7-not-valid{border-color:#dc3232;box-shadow:0 0 0 .3rem #dc323229}.registration-form__discount .wpcf7-list-item-label{font-family:Sora,sans-serif;font-size:1.5rem;font-weight:700;color:#dde3ea}.registration-form__consents-list{display:flex;flex-direction:column;gap:1.8rem}.registration-form__workshop-options{margin:.4rem 0 0 3.6rem;padding:2.2rem 2.4rem;border:.1rem solid rgba(253,201,2,.45);border-radius:1.2rem;background:#fdc90214}.registration-form__workshop-fieldset{margin:0;padding:0;border:0}.registration-form__workshop-legend{margin-bottom:1.6rem;font-family:Sora,sans-serif;font-size:1.3rem;font-weight:700;color:#fdc902}.registration-form__workshop-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem 2.4rem}.registration-form__workshop-group{display:flex;flex-direction:column;gap:1rem;padding:1.4rem;border:.1rem solid rgba(255,255,255,.08);border-radius:.8rem}.registration-form__workshop-group>p{margin:0;font-family:Sora,sans-serif;font-size:1.35rem;font-weight:700;line-height:1.4;color:#eef1f4}.registration-form__workshop-group>div{display:flex;flex-direction:column;gap:.8rem}.registration-form__workshop-option{display:flex;gap:1.2rem;align-items:flex-start;font-size:1.3rem;line-height:1.5;color:#aeb6bf;cursor:pointer}.registration-form__workshop-option span{display:flex;flex-direction:column;gap:.3rem}.registration-form__workshop-option small{font-size:1.2rem;font-weight:600;color:#8a929b}.registration-form__workshop-option:has(input:disabled){opacity:.42;cursor:not-allowed}.registration-form__actions{display:flex;justify-content:center;margin-top:2rem}.registration-form .wpcf7-not-valid-tip{margin-top:.7rem;font-size:1.2rem;letter-spacing:0;text-transform:none;color:#dc3232}@media(max-width:1024px){.registration-form__fields,.registration-form__details{grid-template-columns:1fr}}@media(max-width:768px){.registration-form{gap:3rem}.registration-form__invoice-fields{grid-template-columns:1fr}.registration-form__workshop-options{margin-left:0;padding:2rem}.registration-form__workshop-list{grid-template-columns:1fr}.registration-form__price{flex-direction:column;align-items:flex-start;padding:2.2rem}.registration-form__actions .btn-base--primary{width:100%}.registration-form .wpcf7 .btn-base{margin-top:0!important}}
