*{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;border:none;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-family:"scale-variable",sans-serif;font-optical-sizing:auto}img{max-width:100%;display:block}html{font-size:62.5%;scroll-behavior:smooth}@media(max-width: 1700px){html{font-size:58%}}@media(max-width: 520px){html{font-size:62.5%}}@media(max-width: 360px){html{font-size:55%}}html,body{background:var(--background);height:100%}html{scrollbar-width:thin;scrollbar-color:var(--primary) var(--white);overflow-x:hidden}button{background:rgba(0,0,0,0)}button,a{cursor:pointer}input,textarea,select{appearance:none}h1,h2,h3,h4{font-size:4rem;font-weight:400;line-height:130%;letter-spacing:.032rem;text-align:center}@media(max-width: 1300px){h1,h2,h3,h4{font-size:3.2rem}}h5{font-size:3.2rem;font-weight:400;line-height:130%;letter-spacing:.032rem;text-align:center}@media(max-width: 1300px){h5{font-size:2.4rem}}h6{font-size:1.8rem;font-weight:400;line-height:130%;letter-spacing:.032rem}.light{font-weight:300}.regular{font-weight:400}.line-sm{line-height:130%}.line-md{line-height:150%}.subtitle{font-size:2.4rem;letter-spacing:.032rem}@media(max-width: 520px){.subtitle{font-size:2rem}}.text{font-size:1.8rem;letter-spacing:.032rem}@media(max-width: 1300px){.text{font-size:1.6rem}}.description{font-size:1.6rem;letter-spacing:.032rem}.small-text{font-size:1.4rem;letter-spacing:.032rem}.tag-text{font-size:1.3rem;font-weight:400;line-height:100%;letter-spacing:.032rem}.menu-item{font-size:1.5rem;font-weight:300;line-height:100%;letter-spacing:.032rem;transition:all .3s ease}.button{min-width:fit-content;display:flex;align-items:center;justify-content:center;gap:.8rem;font-size:1.4rem;font-weight:400;line-height:100%;letter-spacing:.032rem;border-radius:.8rem;padding:1rem 1.6rem;transition:all .3s ease}@media(max-width: 520px){.button{padding:1.4rem 1.6rem}}.button svg{max-width:2rem}.button svg path{transition:all .3s ease}.button-primary{color:var(--tertiary);background:var(--secondary)}.button-primary svg path{fill:var(--tertiary)}.button-primary:hover{color:var(--secondary);background:var(--tertiary)}.button-primary:hover svg path{fill:var(--secondary)}.button-secondary{color:var(--text);background:var(--primary)}.button-secondary svg path{fill:var(--text)}.button-secondary:hover{color:var(--primary);background:var(--secondary)}.button-secondary:hover svg path{fill:var(--primary)}.button-tertiary{color:var(--quarternary);background:var(--text)}.button-tertiary svg path{fill:var(--quarternary)}.button-tertiary:hover{color:var(--text);background:var(--quarternary)}.button-tertiary:hover svg path{fill:var(--text)}.big-top{padding-top:16rem}@media(max-width: 1200px){.big-top{padding-top:12rem}}@media(max-width: 1080px){.big-top{padding-top:10rem}}@media(max-width: 991px){.big-top{padding-top:8rem}}@media(max-width: 520px){.big-top{padding-top:4rem}}.big-bottom{padding-bottom:16rem}@media(max-width: 1200px){.big-bottom{padding-bottom:12rem}}@media(max-width: 1080px){.big-bottom{padding-bottom:10rem}}@media(max-width: 991px){.big-bottom{padding-bottom:8rem}}@media(max-width: 520px){.big-bottom{padding-bottom:4rem}}.regular-top{padding-top:12rem}@media(max-width: 1200px){.regular-top{padding-top:10rem}}@media(max-width: 991px){.regular-top{padding-top:8rem}}@media(max-width: 768px){.regular-top{padding-top:6rem}}@media(max-width: 520px){.regular-top{padding-top:4rem}}.regular-bottom{padding-bottom:12rem}@media(max-width: 1200px){.regular-bottom{padding-bottom:10rem}}@media(max-width: 991px){.regular-bottom{padding-bottom:8rem}}@media(max-width: 768px){.regular-bottom{padding-bottom:6rem}}@media(max-width: 520px){.regular-bottom{padding-bottom:4rem}}@keyframes panelFadeOut{from{opacity:1}to{opacity:0}}@keyframes panelFadeIn{from{opacity:0}to{opacity:1}}@keyframes moveUpDown{0%{transform:translate(-50%, -50%)}25%{transform:translate(-51%, -49%)}50%{transform:translate(-50%, -48%)}75%{transform:translate(-49%, -49%)}100%{transform:translate(-50%, -50%)}}@keyframes pulseSoft{0%{transform:scale(0.7);opacity:.6}70%{opacity:.3}100%{transform:scale(1.4);opacity:0}}.container{width:97%;max-width:117.6rem;padding:0 2.4rem;margin:0 auto}@media(max-width: 1080px){.container{padding:0 1.6rem}}@media(max-width: 520px){.container{width:100%}}.container-full{width:100%;max-width:192rem;padding:0 2.4rem;margin:0 auto}@media(max-width: 1080px){.container-full{padding:0 1.6rem}}@media(max-width: 520px){.container-full{width:100%}}:root{--primary: #2A7C7D;--secondary: #E9FEA4;--tertiary: #0B2E37;--quarternary: #0C4D52;--quinary: #07222A;--title: #566A70;--subtitle: #9DABAF;--text: #E9F0ED;--background: #F7F7F7;--white: #FFF;--black: #000}.modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:all .3s ease;overflow:hidden;z-index:9999}.modal.modal-out{opacity:0;pointer-events:none}.modal.active{opacity:1;pointer-events:all}.modal.hidden{opacity:0;pointer-events:none}.modal .overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(11,46,55,.9);backdrop-filter:blur(0.4rem)}.modal .box{position:relative;max-width:64rem;width:95%;background:var(--quinary);border-radius:2.4rem;padding:4rem}@media(max-width: 1300px){.modal .box{border-radius:unset;padding:3.2rem}}@media(max-width: 1200px){.modal .box{border-radius:2.4rem}}@media(max-width: 991px){.modal .box{padding:2.4rem}}@media(max-width: 520px){.modal .box{width:90%;height:100%;border-radius:1.6rem;overflow-y:auto;scrollbar-width:none;margin-top:3.2rem}}.modal .box .head{display:flex;flex-direction:column;align-items:center;gap:1.6rem;padding-bottom:4.8rem}.modal .box .head img{max-width:4.8rem}.modal .box .head .subtitle{font-size:2rem;color:var(--white);text-align:center}.modal .box .head .description{color:var(--text);text-align:center}.modal .box .bricks--section{background:rgba(0,0,0,0) !important}.modal .box .bricks--section div{background:rgba(0,0,0,0) !important}.modal .box .bricks--section .bricks-form{padding:unset !important}.modal .box .bricks--section .bricks-form__fieldset{display:grid !important;grid-template-columns:repeat(2, 1fr);gap:2.4rem;padding-bottom:2.4rem;margin:0 0 2.4rem 0 !important}@media(max-width: 520px){.modal .box .bricks--section .bricks-form__fieldset{grid-template-columns:repeat(1, 1fr)}}.modal .box .bricks--section .bricks-form__field{width:unset !important;padding:unset !important;margin:unset !important}.modal .box .bricks--section .bricks-form__field:nth-of-type(1),.modal .box .bricks--section .bricks-form__field:nth-of-type(2){grid-column:2 span}@media(max-width: 520px){.modal .box .bricks--section .bricks-form__field:nth-of-type(1),.modal .box .bricks--section .bricks-form__field:nth-of-type(2){grid-column:1 span}}.modal .box .bricks--section .bricks-form__field:nth-of-type(4),.modal .box .bricks--section .bricks-form__field:nth-of-type(5),.modal .box .bricks--section .bricks-form__field:nth-of-type(6){position:relative;overflow:hidden}.modal .box .bricks--section .bricks-form__field:nth-of-type(4):before,.modal .box .bricks--section .bricks-form__field:nth-of-type(5):before,.modal .box .bricks--section .bricks-form__field:nth-of-type(6):before{content:"";position:absolute;top:40%;right:1.6rem;transform:translateY(-50%);width:1.8rem;height:1.8rem;background:url(/wp-content/themes/agree-2026/assets/icons/svgs/chevron-icon.svg);background-size:cover;background-repeat:no-repeat;rotate:180deg}.modal .box .bricks--component-button{font-family:"scale-variable",sans-serif !important;color:#051320 !important;font-weight:400 !important;line-height:100% !important;border:unset !important;background:var(--secondary) !important;padding:unset !important;transition:all .3s ease}.modal .box .bricks--component-button:hover{color:var(--secondary) !important;background:#051320 !important}.modal .box label{font-family:"scale-variable",sans-serif !important;font-size:1.2rem !important;line-height:100% !important;color:var(--text) !important;margin-bottom:1rem !important}.modal .box input,.modal .box select{height:4.8rem !important;font-family:"scale-variable",sans-serif !important;color:var(--text) !important;background:var(--tertiary) !important;border:unset !important;border-radius:.8rem !important;padding:0 1.6rem !important;transition:all .3s ease}.modal .box input:focus-visible,.modal .box select:focus-visible{border:1px solid var(--primary) !important}.modal .box .tag-text{display:flex;align-items:flex-end;justify-content:center;gap:1rem;color:var(--white);padding-top:2.4rem}@media(max-width: 520px){.modal .box .tag-text{align-items:center}}.modal .box .tag-text img{max-width:1.6rem}.modal .box .btn-modal-close{position:absolute;top:2.4rem;right:2.4rem;max-width:2.4rem}@media(max-width: 520px){.modal .box .btn-modal-close{top:1.6rem;right:1.6rem;max-width:2rem}}.modal .box .btn-modal-close img{width:100%;height:100%;object-fit:cover}.s-header{position:fixed;top:0;left:0;right:0;background:var(--tertiary);padding:1.6rem 0;transition:transform .3s ease;z-index:9999}.s-header.hide{transform:translateY(-100%)}@media(max-width: 520px){.s-header{padding:2rem 0}}@media(max-width: 520px){.s-header .container{padding:0 2.4rem}}.s-header-wrapper{display:flex;align-items:center;justify-content:space-between;gap:2.4rem}.s-header-logo{max-width:22.9rem;width:100%}.s-header-logo img{max-width:9.6rem;margin-top:-6px}@media(max-width: 991px){.s-header-logo{max-width:12rem}.s-header-logo img{width:12rem;margin-top:unset}}.s-header-menu{display:flex;align-items:center;gap:2.4rem}@media(max-width: 1080px){.s-header-menu{gap:1.6rem}}@media(max-width: 991px){.s-header-menu{display:none}.s-header-menu.mobile{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;max-height:0;overflow:hidden;transition:max-height .3s ease}.s-header-menu.mobile.active{max-height:38rem}.s-header-menu.mobile .menu-item{font-size:1.8rem}}.s-header-menu .menu-item{position:relative;color:var(--text);overflow:hidden}.s-header-menu .menu-item:hover:before{transform:translate3d(0, 0, 0)}.s-header-menu .menu-item:hover span{transform:translate3d(-200%, 0, 0)}.s-header-menu .menu-item:before{content:attr(data-replace);position:absolute;top:0;left:0;width:100%;height:100%;color:var(--secondary);transform:translate3d(200%, 0, 0);transition:transform .5s cubic-bezier(0.75, 0, 0.25, 1)}.s-header-menu .menu-item span{display:block;transition:transform .5s cubic-bezier(0.75, 0, 0.25, 1)}.s-header-menu .menu-item.auxiliar{width:100%;display:flex;align-items:center;gap:1.6rem;border-radius:.8rem;padding:1.6rem}.s-header-menu .menu-item.auxiliar svg{max-width:2.4rem}.s-header-menu .menu-item.auxiliar:hover{color:var(--secondary);background:var(--primary)}.s-header-menu .menu-item.auxiliar.last{color:var(--secondary)}.s-header-buttons{display:flex;align-items:center;gap:1.6rem}@media(max-width: 991px){.s-header-buttons{display:none}}.s-header-content{width:100%;display:flex;flex-direction:column;gap:4.8rem}@media(max-width: 991px){.s-header-content{gap:1.6rem}}.login-button{display:flex;align-items:center;gap:.8rem}.login-button:hover .menu-item{color:var(--secondary)}.login-button:hover svg path{fill:var(--secondary)}.login-button .menu-item{color:var(--text)}.login-button svg path{fill:var(--text);transition:all .3s ease}.diagnostic-button{display:flex;align-items:center;justify-content:center;gap:.8rem;border:1px solid #0c4d52;border-radius:.8rem;padding:1rem 1.6rem;transition:all .3s ease}.diagnostic-button:hover{background:#0c4d52}.diagnostic-button:hover .menu-item{color:var(--secondary)}.diagnostic-button:hover svg path{fill:var(--secondary)}.diagnostic-button .menu-item{color:var(--text)}.diagnostic-button svg path{fill:var(--text);transition:all .5s ease}.submenu{display:flex;align-items:center;gap:1.6rem;color:var(--primary);padding-left:.8rem}.submenu svg{transform:rotate(180deg)}.submenu:last-of-type{padding-top:.8rem}.submenu.active svg{transform:rotate(0deg)}.menu-responsive{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;transition:all .5s ease;z-index:9999}.menu-responsive .overlay{width:100%;height:100%;transition:all .5s ease;background:var(--quinary);opacity:.9}.menu-responsive aside{max-width:55%;position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:4.8rem;background:var(--tertiary);padding:2.4rem;transform:translateX(-100%);transition:all .5s ease;overflow-y:auto}@media(max-width: 991px){.menu-responsive aside{padding:1.6rem}}@media(max-width: 520px){.menu-responsive aside{max-width:100%;padding-top:2rem}.menu-responsive aside .s-header-logo{padding-left:.8rem}}.menu-opened{overflow:hidden}.menu-opened .menu-responsive{opacity:1;pointer-events:all}.menu-opened .menu-responsive aside{transform:translateX(0%)}.btn-open-menu{display:none}.btn-open-menu.close{position:absolute;top:3.2rem;right:2.4rem}@media(max-width: 991px){.btn-open-menu.close{top:2rem}}.s-footer{position:relative;background:url(/wp-content/themes/agree-2026/assets/images/footer-background.png);background-size:cover;background-repeat:no-repeat;padding-top:8rem;padding-bottom:4rem}@media(max-width: 991px){.s-footer{padding-top:6rem}}@media(max-width: 768px){.s-footer{background:url(/wp-content/themes/agree-2026/assets/images/mobile-footer-background.png);background-size:cover;background-repeat:no-repeat;background-position:bottom center;padding-top:4.8rem;padding-bottom:23rem}}@media(max-width: 600px){.s-footer{padding-bottom:21rem}}@media(max-width: 520px){.s-footer{padding-top:4rem;padding-bottom:14rem}}.s-footer .container{position:relative;z-index:1}@media(max-width: 520px){.s-footer .container{padding:0 2.4rem}}.s-footer:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:url(/wp-content/themes/agree-2026/assets/images/agree-footer.png);background-size:cover;background-repeat:no-repeat;width:74.4rem;height:18.8rem;z-index:1}@media(max-width: 991px){.s-footer:before{width:44.4rem;height:10.8rem}}@media(max-width: 768px){.s-footer:before{content:unset}}.s-footer:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, var(--tertiary) 0%, rgba(11, 46, 55, 0.3) 100%)}.s-footer-logo{max-width:3.4rem}@media(max-width: 768px){.s-footer-logo{grid-column:2 span}}.s-footer-wrapper{display:flex;justify-content:space-between;gap:2.4rem;padding-bottom:19rem}@media(max-width: 991px){.s-footer-wrapper{padding-bottom:9rem}}@media(max-width: 768px){.s-footer-wrapper{display:grid;grid-template-columns:repeat(2, 1fr);row-gap:4.8rem;column-gap:unset;padding-bottom:4rem;border-bottom:1px solid rgba(157,171,175,.3019607843);margin-bottom:4rem}}.s-footer-texts{display:flex;flex-direction:column;gap:1rem}@media(max-width: 768px){.s-footer-texts:first-of-type{grid-column:2 span}}.s-footer-texts .sede{font-size:1.5rem;font-weight:300;line-height:100%;letter-spacing:.032rem;color:var(--white)}@media(max-width: 520px){.s-footer-texts .sede{font-size:1.6rem}}.s-footer-div{display:flex;flex-direction:column;gap:3.2rem}@media(max-width: 768px){.s-footer-div:first-of-type{grid-column:2 span;display:grid;grid-template-columns:repeat(2, 1fr);row-gap:4rem;column-gap:unset;border-bottom:1px solid rgba(157,171,175,.3019607843);padding-bottom:4rem}}.s-footer-div .small-text{color:var(--secondary)}.s-footer-menu{display:flex;flex-direction:column;gap:2.4rem}.s-footer .menu-item{position:relative;width:fit-content;color:var(--text);overflow:hidden}@media(max-width: 520px){.s-footer .menu-item{font-size:1.6rem}}.s-footer .menu-item:hover:before{transform:translate3d(0, 0, 0)}.s-footer .menu-item:hover span{transform:translate3d(-200%, 0, 0)}.s-footer .menu-item:before{content:attr(data-replace);position:absolute;top:0;left:0;width:100%;height:100%;color:var(--secondary);transform:translate3d(200%, 0, 0);transition:transform .5s cubic-bezier(0.75, 0, 0.25, 1)}.s-footer .menu-item span{display:block;transition:transform .5s cubic-bezier(0.75, 0, 0.25, 1)}.s-footer .menu-item.auxiliar:hover{color:var(--secondary)}.s-footer-copyright{display:flex;align-items:center;justify-content:space-between;gap:2.4rem}.s-footer-copyright .small-text{color:var(--white)}.s-footer-copyright .small-text strong{font-weight:400;transition:all .3s ease}.s-footer-copyright a:hover strong{color:var(--secondary)}@media(max-width: 991px){.btn-open-menu{display:flex}}.s-hero{width:100%;background:url(/wp-content/themes/agree-2026/assets/images/hero-background.png);background-size:cover;background-repeat:no-repeat;overflow:hidden}.s-hero-wrapper{padding-top:13.6rem;padding-bottom:6.4rem}@media(max-width: 991px){.s-hero-wrapper{padding-top:9.6rem}}@media(max-width: 520px){.s-hero-wrapper{padding-top:8.8rem;padding-bottom:4.8rem}}.s-hero-texts{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.4rem;margin:0 auto}@media(max-width: 520px){.s-hero-texts{gap:1.6rem}}.s-hero-texts h1{max-width:48rem;width:100%;color:var(--white)}@media(max-width: 1300px){.s-hero-texts h1{max-width:38rem}}@media(max-width: 520px){.s-hero-texts h1{max-width:34rem;font-size:2.8rem}}.s-hero-texts .description{max-width:44rem;width:100%;color:var(--text);text-align:center}@media(max-width: 520px){.s-hero-texts .description{max-width:31rem}}.s-hero-cards{display:flex;justify-content:space-between;gap:1.6rem;padding-top:6.4rem}@media(max-width: 1200px){.s-hero-cards{display:none}}.s-hero .slide-hero{display:none}@media(max-width: 1200px){.s-hero .slide-hero{display:block;padding-top:4.8rem;overflow:visible}}@media(max-width: 520px){.s-hero .slide-hero{padding-top:4rem}}.s-hero .slide-hero .swiper-slide:nth-of-type(1) .panel-hero .subtitle{max-width:11rem;width:100%}@media(max-width: 1200px){.s-hero .slide-hero .swiper-slide:nth-of-type(1) .panel-hero .panel-image{bottom:-14rem;left:80%}}@media(max-width: 520px){.s-hero .slide-hero .swiper-slide:nth-of-type(1) .panel-hero .panel-image{width:38.7rem;bottom:-12rem;left:75%}}@media(max-width: 1200px){.s-hero .slide-hero .swiper-slide:nth-of-type(2) .panel-hero .panel-image{min-width:76.2rem;bottom:-14rem;left:59%}}@media(max-width: 1080px){.s-hero .slide-hero .swiper-slide:nth-of-type(2) .panel-hero .panel-image{left:62%}}@media(max-width: 991px){.s-hero .slide-hero .swiper-slide:nth-of-type(2) .panel-hero .panel-image{min-width:66.2rem;bottom:-8rem;left:80%}}@media(max-width: 768px){.s-hero .slide-hero .swiper-slide:nth-of-type(2) .panel-hero .panel-image{left:89%}}@media(max-width: 600px){.s-hero .slide-hero .swiper-slide:nth-of-type(2) .panel-hero .panel-image{left:95%}}@media(max-width: 520px){.s-hero .slide-hero .swiper-slide:nth-of-type(2) .panel-hero .panel-image{min-width:56.2rem;left:110%;bottom:-2rem}}@media(max-width: 1200px){.s-hero .slide-hero .swiper-slide:nth-of-type(3) .panel-hero .panel-image{left:63%}}@media(max-width: 520px){.s-hero .slide-hero .swiper-slide:nth-of-type(3) .panel-hero .panel-image{width:34.2rem;left:78%;bottom:-3rem}}.s-hero .slide-hero .swiper-slide:nth-of-type(1) .panel-hero,.s-hero .slide-hero .swiper-slide:nth-of-type(2) .panel-hero,.s-hero .slide-hero .swiper-slide:nth-of-type(3) .panel-hero{background:url("/wp-content/themes/agree-2026/assets/images/panel-lines.png");background-size:cover;background-repeat:no-repeat}@media(max-width: 520px){.s-hero .slide-hero .swiper-slide:nth-of-type(1) .panel-hero,.s-hero .slide-hero .swiper-slide:nth-of-type(2) .panel-hero,.s-hero .slide-hero .swiper-slide:nth-of-type(3) .panel-hero{background:var(--tertiary)}.s-hero .slide-hero .swiper-slide:nth-of-type(1) .panel-hero:before,.s-hero .slide-hero .swiper-slide:nth-of-type(2) .panel-hero:before,.s-hero .slide-hero .swiper-slide:nth-of-type(3) .panel-hero:before{background:linear-gradient(196deg, rgba(7, 34, 42, 0.2) 11.05%, var(--quinary) 91.1%);z-index:2}.s-hero .slide-hero .swiper-slide:nth-of-type(1) .panel-hero:after,.s-hero .slide-hero .swiper-slide:nth-of-type(2) .panel-hero:after,.s-hero .slide-hero .swiper-slide:nth-of-type(3) .panel-hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(255deg, rgba(12, 77, 82, 0.6) 9.45%, #011f29 68.65%)}.s-hero .slide-hero .swiper-slide:nth-of-type(1) .panel-hero .panel-image,.s-hero .slide-hero .swiper-slide:nth-of-type(2) .panel-hero .panel-image,.s-hero .slide-hero .swiper-slide:nth-of-type(3) .panel-hero .panel-image{z-index:1}.s-hero .slide-hero .swiper-slide:nth-of-type(1) .panel-hero .subtitle,.s-hero .slide-hero .swiper-slide:nth-of-type(1) .panel-hero .panel-div,.s-hero .slide-hero .swiper-slide:nth-of-type(2) .panel-hero .subtitle,.s-hero .slide-hero .swiper-slide:nth-of-type(2) .panel-hero .panel-div,.s-hero .slide-hero .swiper-slide:nth-of-type(3) .panel-hero .subtitle,.s-hero .slide-hero .swiper-slide:nth-of-type(3) .panel-hero .panel-div{z-index:2}}.s-hero .slide-hero .swiper-slide-active .panel-div{bottom:2.4rem}.s-hero .slide-hero .swiper-pagination{position:unset;display:flex;align-items:center;justify-content:center;gap:1rem;padding-top:4rem}.s-hero .slide-hero .swiper-pagination-bullet{width:1.6rem;height:1.6rem;background:rgba(0,0,0,0);border:1px solid var(--white);opacity:1;transition:all .3s ease;margin:unset}.s-hero .slide-hero .swiper-pagination-bullet-active{background:var(--secondary);border:1px solid var(--secondary)}.s-hero.success .s-hero-texts{gap:1.6rem}.s-hero.success .s-hero-texts h1{padding-top:1.6rem}.s-hero.success .s-hero-texts .description{max-width:46rem;padding-bottom:1.6rem}.s-hero.success .hero-list{padding-top:16rem}@media(max-width: 1200px){.s-hero.success .hero-list{padding-top:11rem}}@media(max-width: 991px){.s-hero.success .hero-list{padding-top:7.2rem}}@media(max-width: 520px){.s-hero.success .hero-list{padding-top:5.6rem}}.panel-hero,.panel{position:relative;flex:1;height:44rem;border-radius:1.6rem;transition:all .8s ease;cursor:pointer}.panel-hero:hover .panel-image img,.panel:hover .panel-image img{transform:scale(1.03)}@media(max-width: 520px){.panel-hero:hover .panel-image img,.panel:hover .panel-image img{transform:unset}}.panel-hero:before,.panel:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(7, 34, 42, 0) 0%, var(--quinary) 100%);z-index:1}@media(max-width: 1200px){.panel-hero,.panel{height:40rem}}@media(max-width: 520px){.panel-hero,.panel{height:39rem;border-radius:1rem;animation-duration:.1s;animation-fill-mode:both;animation-timing-function:ease}.panel-hero.hide,.panel.hide{animation-name:panelFadeOut}.panel-hero.show,.panel.show{animation-name:panelFadeIn}}.panel-hero .panel-image,.panel .panel-image{position:absolute;height:auto;transition:all .5s ease}.panel-hero .panel-image img,.panel .panel-image img{transition:all .5s ease}.panel-hero:nth-of-type(1) .panel-image,.panel:nth-of-type(1) .panel-image{bottom:-14rem;left:50%;transform:translateX(-50%);width:41.7rem}.panel-hero:nth-of-type(2) .panel-image,.panel:nth-of-type(2) .panel-image{bottom:-15rem;left:0;min-width:76.2rem}.panel-hero:nth-of-type(3) .panel-image,.panel:nth-of-type(3) .panel-image{top:8rem;left:58%;transform:translateX(-50%);width:36.5rem}.panel-hero:nth-of-type(1),.panel-hero:nth-of-type(2),.panel-hero:nth-of-type(3),.panel:nth-of-type(1),.panel:nth-of-type(2),.panel:nth-of-type(3){background:url("/wp-content/themes/agree-2026/assets/images/panel-lines.png");background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}@media(max-width: 520px){.panel-hero:nth-of-type(1),.panel-hero:nth-of-type(2),.panel-hero:nth-of-type(3),.panel:nth-of-type(1),.panel:nth-of-type(2),.panel:nth-of-type(3){position:relative;overflow:hidden}.panel-hero:nth-of-type(1):before,.panel-hero:nth-of-type(2):before,.panel-hero:nth-of-type(3):before,.panel:nth-of-type(1):before,.panel:nth-of-type(2):before,.panel:nth-of-type(3):before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(7, 34, 42, 0.5) 0%, var(--quinary) 100%)}}.panel-hero .subtitle,.panel .subtitle{position:absolute;top:2.4rem;left:2.4rem;color:var(--white);z-index:1}.panel-hero-div,.panel-div{position:absolute;bottom:-100%;left:2.4rem;right:2.4rem;display:flex;align-items:flex-end;justify-content:space-between;opacity:0;pointer-events:none;transition:all .5s ease;transition-delay:.5s;z-index:1}@media(max-width: 1300px){.panel-hero-div,.panel-div{gap:2.4rem}}@media(max-width: 1080px){.panel-hero-div,.panel-div{flex-direction:column;align-items:flex-start;gap:2rem}}@media(max-width: 600px){.panel-hero-div,.panel-div{gap:1.6rem}}.panel-hero-div .description,.panel-div .description{color:var(--white);width:100%}@media(max-width: 520px){.panel-hero-div .description,.panel-div .description{font-size:1.5rem}}.panel-hero-div .description.first,.panel-div .description.first{min-width:41rem;max-width:41rem}@media(max-width: 768px){.panel-hero-div .description.first,.panel-div .description.first{min-width:unset;max-width:100%}}.panel-hero-div .description.second,.panel-div .description.second{min-width:49rem;max-width:49rem}@media(max-width: 1300px){.panel-hero-div .description.second,.panel-div .description.second{min-width:44rem;max-width:44rem}}@media(max-width: 768px){.panel-hero-div .description.second,.panel-div .description.second{min-width:unset;max-width:100%}}.panel-hero-div .description.third,.panel-div .description.third{min-width:55rem;max-width:55rem}@media(max-width: 1300px){.panel-hero-div .description.third,.panel-div .description.third{min-width:51rem;max-width:51rem}}@media(max-width: 768px){.panel-hero-div .description.third,.panel-div .description.third{min-width:unset;max-width:100%}}@media(max-width: 520px){.panel-hero-div .button,.panel-div .button{width:100%}}.panel-hero.active,.panel.active{flex:3}.panel-hero.active:nth-of-type(1) .panel-image,.panel.active:nth-of-type(1) .panel-image{bottom:-12rem;left:56%}.panel-hero.active:nth-of-type(2) .panel-image,.panel.active:nth-of-type(2) .panel-image{left:50%;transform:translateX(-50%)}@media(max-width: 1500px){.panel-hero.active:nth-of-type(2) .panel-image,.panel.active:nth-of-type(2) .panel-image{left:61%}}.panel-hero.active:nth-of-type(3) .panel-image,.panel.active:nth-of-type(3) .panel-image{top:3rem;left:66%;width:58.2rem}@media(max-width: 991px){.panel-hero.active:nth-of-type(3),.panel.active:nth-of-type(3){background-position:60% 50% !important}}.panel-hero.active:nth-of-type(1),.panel-hero.active:nth-of-type(2),.panel-hero.active:nth-of-type(3),.panel.active:nth-of-type(1),.panel.active:nth-of-type(2),.panel.active:nth-of-type(3){background:url("/wp-content/themes/agree-2026/assets/images/panel-lines.png");background-size:cover;background-position:center;background-repeat:no-repeat}@media(max-width: 1300px){.panel-hero.active:nth-of-type(1),.panel-hero.active:nth-of-type(2),.panel-hero.active:nth-of-type(3),.panel.active:nth-of-type(1),.panel.active:nth-of-type(2),.panel.active:nth-of-type(3){background-position:65% 50%}}@media(max-width: 1080px){.panel-hero.active:nth-of-type(1),.panel-hero.active:nth-of-type(2),.panel-hero.active:nth-of-type(3),.panel.active:nth-of-type(1),.panel.active:nth-of-type(2),.panel.active:nth-of-type(3){background-position:70% 50%}}.panel-hero.active .subtitle,.panel.active .subtitle{color:var(--secondary)}.panel-hero.active .panel-div,.panel.active .panel-div{bottom:2.4rem;opacity:1;pointer-events:all}@media(max-width: 1200px){.panel-hero.active .panel-div,.panel.active .panel-div{bottom:-100%}}.hero-list{display:flex;align-items:center;justify-content:space-evenly;gap:2.4rem;padding-top:7.2rem;margin:0 auto}@media(max-width: 991px){.hero-list{display:grid;grid-template-columns:repeat(2, 1fr);row-gap:4.8rem}}@media(max-width: 520px){.hero-list{grid-template-columns:repeat(1, 1fr);padding:5.6rem 1rem 0 1rem;row-gap:4rem}}.hero-list-item{display:flex;align-items:center;gap:2.4rem}@media(max-width: 1200px){.hero-list-item{flex-direction:column}}@media(max-width: 520px){.hero-list-item{flex-direction:row-reverse;justify-content:space-between;gap:1.6rem}.hero-list-item:first-of-type{display:none}}.hero-list-div{display:flex;flex-direction:column;gap:.5rem}@media(max-width: 1200px){.hero-list-div{align-items:center}}@media(max-width: 520px){.hero-list-div{align-items:flex-start}}.hero-list-div h6{color:var(--white)}.hero-list-div .small-text{color:var(--white)}@media(max-width: 520px){.hero-list-div .small-text{font-size:1.6rem}}.hero-list-icon{width:5.6rem;height:5.6rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--secondary);border-radius:1.6rem}@media(max-width: 520px){.hero-list-icon{width:4rem;height:4rem;border-radius:1rem}}.hero-list-icon img{max-width:3.2rem}@media(max-width: 520px){.hero-list-icon img{max-width:2.4rem}}.hero-list.management{justify-content:space-between;padding-top:6.4rem}.hero-list.management .hero-list-icon{background:var(--secondary)}.hero-list.management h6{color:var(--tertiary)}.hero-list.management .small-text{color:var(--title)}.s-agreehub-wrapper{display:flex;flex-direction:column;align-items:center;gap:2.4rem}.s-agreehub-wrapper img{max-width:17.6rem}.s-agreehub-wrapper h2{max-width:74rem;width:100%;color:var(--tertiary);padding-top:2.4rem}.s-agreehub-wrapper .text{max-width:63rem;width:100%;color:var(--title);text-align:center;padding-bottom:2.4rem}.slide-agreehub{padding-left:2.4rem;padding-right:2.4rem}.slide-agreehub-div{display:flex;flex-direction:column;gap:2.4rem}.slide-agreehub-texts{display:flex;flex-direction:column;gap:1.6rem}.slide-agreehub-texts h6{color:var(--tertiary)}.slide-agreehub-texts .small-text{color:var(--subtitle)}.slide-agreehub .swiper-slide{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:2.4rem;background:var(--white);border-radius:1.6rem;padding:2.4rem;cursor:grab}.slide-agreehub .swiper-slide img{width:100%;height:100%;object-fit:cover}.slide-agreehub .swiper-slide.first{position:relative;background:url("/wp-content/themes/agree-2026/assets/images/agree-hub-image.png");background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:1.6rem;padding:3.2rem}.slide-agreehub .swiper-slide.first .subtitle{max-width:24rem;width:100%;color:var(--white)}.slide-agreehub .swiper-slide.first .subtitle span{color:var(--secondary)}.tag{width:fit-content;border-radius:5rem;background:var(--secondary);padding:.8rem 1rem}.tag-text{display:flex;align-items:center;gap:1rem;color:var(--tertiary)}.tag-text span{display:block;width:.8rem;height:.8rem;border-radius:5rem;background:var(--tertiary)}.s-management-wrapper{display:flex;flex-direction:column;align-items:center;gap:4rem;border-bottom:1px solid rgba(157,171,175,.3019607843);padding-bottom:6.4rem}.s-management-wrapper h2{color:var(--tertiary)}.s-management-image img{width:100%;height:100%;object-fit:cover}.s-iagree{background-size:cover;background-position:top right;background-repeat:no-repeat;background:radial-gradient(50% 50% at 50% 50%, #0b2e37 0%, #07222a 100%);padding-top:8rem;position:relative}@media(max-width: 768px){.s-iagree{background:radial-gradient(100% 100% at 50% 0%, var(--tertiary) 0%, var(--quinary) 100%)}}@media(max-width: 520px){.s-iagree{padding-top:5.6rem;padding-bottom:3.2rem}}.s-iagree-wrapper{display:flex;justify-content:space-between;gap:2.4rem}@media(max-width: 1080px){.s-iagree-wrapper{flex-direction:column;align-items:center;gap:5.6rem}}.s-iagree-content{height:100%;position:sticky;top:16rem;display:flex;flex-direction:column;align-items:flex-start;gap:4rem;z-index:9}@media(max-height: 750px){.s-iagree-content{top:10rem}}@media(max-width: 1080px){.s-iagree-content{position:unset;align-items:center}}@media(max-width: 520px){.s-iagree-content{gap:3.2rem}}.s-iagree-content img{max-width:18.8rem}@media(max-width: 520px){.s-iagree-content img{max-width:14.1rem}}.s-iagree-buttons{display:flex;align-items:center;border-radius:5rem;border:1px solid var(--quarternary);background:var(--quinary);padding:.8rem}@media(max-width: 1080px){.s-iagree-buttons{order:1}}.s-iagree-buttons .description{display:flex;align-items:center;gap:1rem;color:var(--text);border-radius:5rem;padding:1rem 1.6rem;transition:all .3s ease}.s-iagree-buttons .description span{display:block;width:.8rem;height:.8rem;border-radius:5rem;background:var(--text);transition:all .3s ease}.s-iagree-buttons .description.active{color:var(--secondary);background:var(--quarternary)}.s-iagree-buttons .description.active span{background:var(--secondary)}.s-iagree-texts{display:flex;flex-direction:column;gap:1.6rem}@media(max-width: 1080px){.s-iagree-texts{align-items:center}}.s-iagree-texts h3{max-width:37rem;width:100%;color:var(--white);text-align:start}@media(max-width: 1300px){.s-iagree-texts h3{max-width:30rem}}@media(max-width: 1080px){.s-iagree-texts h3{max-width:55rem;text-align:center}}@media(max-width: 520px){.s-iagree-texts h3{max-width:30rem}}.s-iagree-texts .text{max-width:31rem;width:100%;color:var(--text)}@media(max-width: 1300px){.s-iagree-texts .text{max-width:27rem}}@media(max-width: 1080px){.s-iagree-texts .text{max-width:54rem;text-align:center}}@media(max-width: 520px){.s-iagree-texts .text{max-width:30rem}}@media(max-width: 520px){.s-iagree .button{width:80%}}.s-iagree-cards{max-width:82.4rem;width:100%;display:none;flex-direction:column;margin-right:-14rem;position:relative;z-index:9}@media(max-width: 1300px){.s-iagree-cards{max-width:74.4rem;margin-right:-6rem}}@media(max-width: 1200px){.s-iagree-cards{margin-right:unset}}@media(max-width: 1080px){.s-iagree-cards{max-width:90%;padding-top:unset}}@media(max-width: 991px){.s-iagree-cards{max-width:100%}}@media(max-width: 768px){.s-iagree-cards{max-width:66.4rem;gap:1.6rem}}.s-iagree-cards.active{display:flex}.s-iagree-cards.fade-in{animation:panelFadeIn .2s ease}.s-iagree-cards.fade-out{animation:panelFadeOut .2s ease}.s-iagree .card{width:40rem;height:40rem;perspective:100rem;cursor:pointer}@media(max-width: 1300px){.s-iagree .card{width:36rem;height:36rem}}@media(max-width: 1080px){.s-iagree .card{width:40rem;height:40rem}}@media(max-width: 991px){.s-iagree .card{width:38rem;height:38rem}}@media(max-width: 768px){.s-iagree .card{position:sticky;top:8rem;width:100%;height:32rem}.s-iagree .card:nth-of-type(2){top:20rem}}@media(max-width: 768px)and (max-width: 520px){.s-iagree .card:nth-of-type(2){top:19rem}}@media(max-width: 768px){.s-iagree .card:nth-of-type(3){top:32rem}}@media(max-width: 768px)and (max-width: 520px){.s-iagree .card:nth-of-type(3){top:30rem}}@media(max-width: 520px){.s-iagree .card{height:36rem}}.s-iagree .card:nth-of-type(even){align-self:flex-end}.s-iagree .card:nth-of-type(even) .card-back{background:var(--tertiary)}.s-iagree .card:not(:first-of-type){margin-top:-4rem}@media(max-width: 1080px){.s-iagree .card:not(:first-of-type){margin-top:-13rem}}@media(max-width: 768px){.s-iagree .card:not(:first-of-type){margin-top:unset}}.s-iagree .card:hover .card-inner{transform:rotateY(180deg)}@media(max-width: 1080px){.s-iagree .card:hover .card-inner{transform:unset}}.s-iagree .card-inner{position:relative;width:100%;height:100%;transition:transform .6s ease;transform-style:preserve-3d}.s-iagree .card-div{display:flex;flex-direction:column;gap:1.6rem}.s-iagree .card-texts{display:flex;align-items:center;gap:1.6rem}@media(max-width: 520px){.s-iagree .card-texts{flex-direction:column;align-items:flex-start;gap:1rem}}.s-iagree .card-texts .hour{font-size:4rem;line-height:100%;letter-spacing:.032rem;color:var(--secondary)}@media(max-width: 1300px){.s-iagree .card-texts .hour{font-size:3.2rem}}.s-iagree .card-texts .description{max-width:12rem;width:100%}@media(max-width: 768px){.s-iagree .card-texts .description{max-width:100%;font-size:1.8rem}}.s-iagree .card-texts .description.auxiliar{max-width:100%}@media(max-width: 768px){.s-iagree .card-texts .description.auxiliar{max-width:100%}}.s-iagree .card-texts.last{flex-direction:column;align-items:flex-start}@media(max-width: 1080px){.s-iagree .card-texts.last{gap:1rem}}@media(max-width: 768px){.s-iagree .card-texts.last .auxiliar{max-width:100%}}.s-iagree .card-front,.s-iagree .card-back{position:absolute;width:100%;height:100%;border-radius:2.4rem;backface-visibility:hidden}.s-iagree .card-front{background:var(--tertiary);overflow:hidden}.s-iagree .card-front .subtitle{position:absolute;top:3.2rem;left:3.2rem;max-width:33rem;width:100%;color:var(--text);line-height:120%;z-index:1}@media(max-width: 1300px){.s-iagree .card-front .subtitle{max-width:30rem}}@media(max-width: 1080px){.s-iagree .card-front .subtitle{display:none}}.s-iagree .card-front .subtitle span{color:var(--secondary);font-style:italic}.s-iagree .card-front video{width:100%;height:100%;object-fit:cover;border-radius:2.4rem;transform:scale(1.1)}@media(max-width: 1080px){.s-iagree .card-front video{display:none}}.s-iagree .card-back{display:flex;flex-direction:column;justify-content:space-between;gap:2.4rem;background:var(--quinary);border:1px solid rgba(233,254,164,.5019607843);transform:rotateY(180deg);padding:3.2rem}@media(max-width: 1200px){.s-iagree .card-back{padding:2.4rem}}@media(max-width: 1080px){.s-iagree .card-back{background:var(--tertiary);transform:unset}}@media(max-width: 768px){.s-iagree .card-back{padding:3.2rem}}@media(max-width: 520px){.s-iagree .card-back{padding:2.4rem}}.s-iagree .card-back .subtitle,.s-iagree .card-back .description{color:var(--white)}.s-iagree .card-back .subtitle span{display:none;color:var(--secondary);font-style:italic}@media(max-width: 768px){.s-iagree .card-back .subtitle span{display:inline-block}}.s-iagree .pulse-wrapper{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%, -50%);pointer-events:none;z-index:1;overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:center}.s-iagree .pulse-wrapper .pulse{position:absolute}.s-iagree .pulse-wrapper .pulse .circle{position:absolute;inset:0;border-radius:50%;border:1px solid rgba(233,254,164,.5);box-shadow:0 0 40px hsla(0,0%,100%,.02);opacity:0}.s-iagree .pulse-wrapper .pulse.pulse1{transform:scale(0.9);opacity:1;width:100rem;height:100rem;position:absolute;right:-10%}.s-iagree .pulse-wrapper .pulse.pulse1 .c1{animation:pulseSoft 8s linear infinite;animation-delay:0s}.s-iagree .pulse-wrapper .pulse.pulse1 .c2{animation:pulseSoft 8s linear infinite;animation-delay:2s}.s-iagree .pulse-wrapper .pulse.pulse1 .c3{animation:pulseSoft 8s linear infinite;animation-delay:4s}.s-iagree .pulse-wrapper .pulse.pulse1 .c4{animation:pulseSoft 8s linear infinite;animation-delay:6s}.s-iagree .pulse-wrapper .pulse.pulse1 .c5{animation:pulseSoft 8s linear infinite;animation-delay:8s}@media(max-width: 1080px){.s-iagree .pulse-wrapper .pulse.pulse1{right:50%;transform:translateX(50%);bottom:0}}.s-restructuring{background:var(--white)}.s-restructuring-wrapper{display:flex;justify-content:space-between;gap:3.2rem}@media(max-width: 991px){.s-restructuring-wrapper{flex-direction:column;gap:4.8rem}}.s-restructuring-content{max-width:45rem;width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:4rem}@media(max-width: 1080px){.s-restructuring-content{max-width:38rem}}@media(max-width: 991px){.s-restructuring-content{max-width:100%;gap:2.4rem}}.s-restructuring-texts{display:flex;flex-direction:column;align-items:flex-start;gap:1.6rem}@media(max-width: 991px){.s-restructuring-texts{padding-bottom:1.6rem}}@media(max-width: 520px){.s-restructuring-texts{padding:0 .8rem .8rem}}.s-restructuring-texts h5{color:var(--primary);text-align:start}.s-restructuring-texts h2{color:var(--tertiary);text-align:start}@media(max-width: 991px){.s-restructuring-texts h2{max-width:45rem;width:100%}}@media(max-width: 520px){.s-restructuring-texts .button{width:100%}}.s-restructuring-image{position:relative;max-width:55rem;width:100%;border-radius:2.4rem}@media(max-width: 991px){.s-restructuring-image.desktop{display:none}}.s-restructuring-image.mobile{display:none}@media(max-width: 991px){.s-restructuring-image.mobile{display:block}}@media(max-width: 1080px){.s-restructuring-image{aspect-ratio:16/9}}@media(max-width: 991px){.s-restructuring-image{max-width:100%;aspect-ratio:4/3}}@media(max-width: 768px){.s-restructuring-image{aspect-ratio:4/4}}.s-restructuring-image .solo-image{width:100%;height:100%;object-fit:cover;border-radius:2.4rem}.s-restructuring-image .distribution-image{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);max-width:36.8rem;opacity:0;pointer-events:none;transition:opacity .3s ease;animation:moveUpDown 6s linear infinite}.s-restructuring-image .distribution-image.active{opacity:1}@media(max-width: 520px){.s-restructuring-image .distribution-image{max-width:80%;animation:unset}}@media(max-width: 520px){.s-restructuring .accordion{padding:0 .8rem}}.s-restructuring .accordion-item{width:100%;padding:2rem 0}@media(max-width: 520px){.s-restructuring .accordion-item{padding:1.6rem 0}}.s-restructuring .accordion-item:hover .accordion-question,.s-restructuring .accordion-item.active .accordion-question{color:var(--primary)}.s-restructuring .accordion-item:hover .accordion-answer,.s-restructuring .accordion-item.active .accordion-answer{border-bottom:1px solid var(--primary)}.s-restructuring .accordion-item.active{padding:2rem 0 1rem}@media(max-width: 520px){.s-restructuring .accordion-item.active{padding:1.6rem 0 .8rem}}.s-restructuring .accordion-question{display:flex;gap:1.6rem;color:var(--subtitle);text-align:start;transition:all .3s ease}.s-restructuring .accordion-question span{max-width:3rem;width:100%;transition:all .3s ease}@media(max-width: 520px){.s-restructuring .accordion-question span{max-width:2rem}}.s-restructuring .accordion-answer{max-height:0;display:flex;flex-direction:column;align-items:flex-end;gap:1rem;color:var(--tertiary);border-bottom:1px solid var(--text);transition:max-height .3s ease,padding .3s ease;overflow:hidden}.s-restructuring .accordion-answer .description{width:90%}@media(max-width: 1080px){.s-restructuring .accordion-answer .description{width:88%}}@media(max-width: 991px){.s-restructuring .accordion-answer .description{width:94%}}@media(max-width: 768px){.s-restructuring .accordion-answer .description{width:93%}}@media(max-width: 600px){.s-restructuring .accordion-answer .description{width:92%}}@media(max-width: 520px){.s-restructuring .accordion-answer .description{width:89%;font-size:1.5rem}}.s-restructuring .accordion-answer.active{border-bottom:1px solid var(--primary)}.s-restructuring .cta a{max-width:max-content}@media(max-width: 991px){.s-restructuring .cta{display:flex;flex-direction:row;align-items:center;justify-content:center}}@media(max-width: 600px){.s-restructuring .cta a{max-width:100%;width:100%}}.s-companies{background:var(--white)}@media(max-width: 768px){.s-companies{padding-bottom:4rem}}@media(max-width: 520px){.s-companies{padding-bottom:3.2rem}}.s-companies-wrapper{display:flex;flex-direction:column;align-items:center;gap:2.4rem;border-bottom:1px solid rgba(157,171,175,.3019607843);padding-bottom:6.4rem;margin-bottom:6.4rem}@media(max-width: 520px){.s-companies-wrapper{padding-top:4.8rem;padding-bottom:5.6rem;margin-bottom:5.6rem}}.s-companies-wrapper .tag{background:var(--text)}.s-companies-wrapper .tag-text{color:var(--primary)}.s-companies-wrapper .tag-text span{background:var(--primary)}.s-companies-wrapper h2{max-width:60rem;width:100%;color:var(--tertiary)}.s-companies-wrapper .text{max-width:49rem;width:100%;color:var(--title);text-align:center}@media(max-width: 1300px){.s-companies-wrapper .text{max-width:44rem}}.s-companies-list{display:flex;justify-content:space-between;gap:2.4rem;padding-bottom:6.4rem}@media(max-width: 991px){.s-companies-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:5.6rem}}@media(max-width: 768px){.s-companies-list{grid-template-columns:repeat(1, 1fr)}}@media(max-width: 520px){.s-companies-list{padding-bottom:5.6rem}}.s-companies-list-item{display:flex;flex-direction:column;align-items:center;gap:1.6rem}@media(max-width: 520px){.s-companies-list-item{gap:1rem}}.s-companies-list-item:nth-of-type(1) h6{max-width:17rem}@media(max-width: 520px){.s-companies-list-item:nth-of-type(1) h6{max-width:19rem !important}}.s-companies-list-item:nth-of-type(2) h6{max-width:12rem}@media(max-width: 520px){.s-companies-list-item:nth-of-type(2) h6{max-width:100% !important}}@media(max-width: 991px){.s-companies-list-item:nth-of-type(3){grid-column:2 span}}@media(max-width: 768px){.s-companies-list-item:nth-of-type(3){grid-column:1 span}}.s-companies-list-item:nth-of-type(3) h6{max-width:24rem}@media(max-width: 520px){.s-companies-list-item:nth-of-type(3) h6{max-width:26rem !important}}.s-companies-list-item h6{width:100%;color:var(--quarternary);text-align:center;padding-top:.8rem}@media(max-width: 991px){.s-companies-list-item h6{max-width:100% !important}}@media(max-width: 520px){.s-companies-list-item h6{font-size:2rem;padding-top:1.4rem}}.s-companies-list-item .description{max-width:34rem;width:100%;color:var(--title);text-align:center}.s-companies-icon{width:5.6rem;height:5.6rem;display:flex;align-items:center;justify-content:center;background:var(--secondary);border-radius:1.6rem}@media(max-width: 520px){.s-companies-icon{width:4rem;height:4rem;border-radius:1rem}}.s-companies-icon img{max-width:3.2rem}@media(max-width: 520px){.s-companies-icon img{max-width:2.4rem}}.s-companies-cta{background:url(/wp-content/themes/agree-2026/assets/images/cta-background.png);background-size:cover;background-repeat:no-repeat;background-position:center right;display:flex;flex-direction:column;align-items:flex-start;gap:2.4rem;border-radius:2.4rem;padding:4.8rem}@media(max-width: 991px){.s-companies-cta{padding:3.2rem}}@media(max-width: 600px){.s-companies-cta{padding:2.4rem}}@media(max-width: 520px){.s-companies-cta{background:url(/wp-content/themes/agree-2026/assets/images/mobile-cta-background.png);background-size:cover;background-repeat:no-repeat;background-position:bottom center;padding-bottom:11rem}}.s-companies-cta h5{color:var(--quarternary)}@media(max-width: 991px){.s-companies-cta h5{max-width:34rem;width:100%;text-align:start}}@media(max-width: 1300px){.s-companies-cta h5{font-size:3.2rem}}@media(max-width: 520px){.s-companies-cta .button{width:100%}}.s-diagnostic{background:url(/wp-content/themes/agree-2026/assets/images/diagnostic-background.png);background-size:cover;background-repeat:no-repeat}@media(max-width: 520px){.s-diagnostic{padding-top:3.2rem;padding-bottom:3.2rem}}.s-diagnostic-wrapper{background:linear-gradient(180deg, rgba(11, 46, 55, 0.6) 10.7%, rgba(12, 77, 82, 0.6) 144.7%);backdrop-filter:blur(6.4rem);border-radius:2.4rem;padding-left:9.6rem;padding-right:9.6rem}@media(max-width: 768px){.s-diagnostic-wrapper{padding-left:4.8rem;padding-right:4.8rem}}@media(max-width: 600px){.s-diagnostic-wrapper{padding-left:4rem;padding-right:4rem}}@media(max-width: 520px){.s-diagnostic-wrapper{padding:4.8rem 3.2rem 4rem}}.s-diagnostic-wrapper .text{color:var(--secondary);text-align:center}.s-diagnostic-wrapper h5{max-width:64rem;width:100%;color:var(--white);padding:2.4rem 0 4.8rem;margin:0 auto}@media(max-width: 1300px){.s-diagnostic-wrapper h5{max-width:56rem}}@media(max-width: 991px){.s-diagnostic-wrapper h5{max-width:48rem;padding-bottom:5.6rem}}.s-diagnostic-wrapper .button-primary{width:fit-content;margin:0 auto}@media(max-width: 520px){.s-diagnostic-wrapper .button-primary{width:100%}}.s-diagnostic-list{position:relative;display:flex;justify-content:space-between;gap:2.4rem;padding-bottom:5.6rem}@media(max-width: 991px){.s-diagnostic-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:4.8rem}}@media(max-width: 520px){.s-diagnostic-list{grid-template-columns:repeat(1, 1fr);padding-bottom:4.8rem}}.s-diagnostic-list:before{content:"";position:absolute;top:2.4rem;left:50%;transform:translateX(-50%);width:100%;height:1px;background:linear-gradient(90deg, rgba(12, 77, 82, 0) 0%, var(--quarternary) 50%, rgba(12, 77, 82, 0) 100%)}@media(max-width: 991px){.s-diagnostic-list:before{content:unset}}.s-diagnostic-list-item{max-width:30rem;width:100%;display:flex;flex-direction:column;align-items:center;gap:1.6rem}@media(max-width: 991px){.s-diagnostic-list-item{max-width:100%}.s-diagnostic-list-item:last-of-type{grid-column:2 span}}@media(max-width: 991px)and (max-width: 520px){.s-diagnostic-list-item:last-of-type{grid-column:1 span}}.s-diagnostic-list-item span{position:relative;width:4.8rem;height:4.8rem;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:400;line-height:130%;letter-spacing:.032rem;color:var(--secondary);border-radius:5rem;background:var(--quarternary)}.s-diagnostic-list-item .description{color:var(--white);padding-top:.8rem}.s-diagnostic-list-item .small-text{max-width:23rem;width:100%;color:var(--white);text-align:center}@media(max-width: 991px){.s-diagnostic-list-item:nth-of-type(2) .small-text{max-width:31rem}}.s-diagnostic-list-item:last-of-type .small-text{max-width:27rem}@media(max-width: 520px){.s-testimonials{padding-top:5.6rem}}.s-testimonials-wrapper{display:flex;flex-direction:column;align-items:center;gap:2.4rem;padding-bottom:5.6rem}.s-testimonials-wrapper h3{color:var(--tertiary)}@media(max-width: 520px){.s-testimonials-wrapper h3{max-width:27rem;width:100%}}.s-testimonials-wrapper .text{max-width:56rem;width:100%;text-align:center;color:var(--title)}@media(max-width: 1300px){.s-testimonials-wrapper .text{max-width:50rem}}@media(max-width: 520px){.s-testimonials-wrapper .text{max-width:29rem}}.s-testimonials-main{display:flex;justify-content:space-between;gap:2.4rem;background:var(--white);border-radius:1.6rem;padding:1.6rem}.s-testimonials-texts{display:flex;flex-direction:column;justify-content:space-between;padding:2.4rem}.s-testimonials-texts img{max-width:3.2rem}.s-testimonials-texts .text{color:var(--title)}.s-testimonials-texts .description{color:var(--primary)}.s-testimonials-image{max-width:49.4rem;width:100%;border-radius:1.6rem}.s-testimonials-image img{width:100%;height:100%;object-fit:cover;border-radius:1.6rem}.s-testimonials .slide-depoimentos-div{display:flex;flex-direction:column;gap:1.6rem}@media(max-width: 520px){.s-testimonials .slide-depoimentos-div{gap:2rem}}.s-testimonials .slide-depoimentos-div img{max-width:3.2rem}@media(max-width: 520px){.s-testimonials .slide-depoimentos-div img{max-width:2.4rem}}.s-testimonials .slide-depoimentos-div .light{color:var(--title)}.s-testimonials .slide-depoimentos .swiper-slide{height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:3.2rem;border-radius:1.6rem;padding:2.4rem;transition:background .3s ease,border .3s ease}@media(max-width: 520px){.s-testimonials .slide-depoimentos .swiper-slide{padding:2rem;gap:4rem}}.s-testimonials .slide-depoimentos .swiper-slide:nth-of-type(odd){background:var(--background);border:1px solid #e0e4e4}.s-testimonials .slide-depoimentos .swiper-slide:nth-of-type(even){background:var(--white);border:1px solid var(--white)}.s-testimonials .slide-depoimentos .swiper-slide .regular{color:var(--primary)}.s-testimonials .slide-depoimentos .swiper-pagination{position:unset;display:flex;align-items:center;justify-content:center;gap:1rem;padding-top:5.6rem}@media(max-width: 520px){.s-testimonials .slide-depoimentos .swiper-pagination{padding-top:4rem}}.s-testimonials .slide-depoimentos .swiper-pagination-bullet{width:1.6rem;height:1.6rem;background:rgba(0,0,0,0);border:1px solid rgba(157,171,175,.5019607843);opacity:1;transition:all .3s ease;margin:unset}.s-testimonials .slide-depoimentos .swiper-pagination-bullet-active{background:var(--primary);border:1px solid var(--primary)}.s-press{background:var(--quinary)}@media(max-width: 1080px){.s-press{overflow:hidden}}.s-press-wrapper{display:flex;justify-content:space-between;gap:2.4rem}@media(max-width: 1080px){.s-press-wrapper{flex-direction:column-reverse;gap:5.6rem;padding:5.6rem 0 3.2rem}}.s-press-content{display:flex;gap:2.4rem;margin-left:-14rem}@media(max-width: 1300px){.s-press-content{margin-left:-6rem}}@media(max-width: 1200px){.s-press-content{margin-left:unset}}@media(max-width: 1080px){.s-press-content{flex-direction:column}}@media(max-width: 520px){.s-press-content{gap:1.6rem}}.s-press-div{max-width:35rem;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3.2rem}@media(max-width: 1300px){.s-press-div{max-width:31rem}}@media(max-width: 1080px){.s-press-div{max-width:54rem;margin:0 auto}}.s-press-div img{max-width:8.6rem}.s-press-texts{display:flex;flex-direction:column;gap:1.6rem}.s-press-texts h4{color:var(--white)}.s-press-texts .text{color:var(--white);text-align:center}.s-press .slide-imprensa{height:84rem;margin:unset}@media(max-width: 1080px){.s-press .slide-imprensa{height:unset;overflow:visible}}.s-press .slide-imprensa .swiper-wrapper{transition-timing-function:linear !important}.s-press .slide-imprensa .swiper-slide{max-width:36rem;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:1.6rem;border-radius:1.6rem;padding:1.6rem;transition:all .3s ease}@media(max-width: 1080px){.s-press .slide-imprensa .swiper-slide{max-width:100%;height:unset}}.s-press .slide-imprensa .swiper-slide:nth-of-type(odd){background:var(--quinary);border:1px solid var(--quarternary)}.s-press .slide-imprensa .swiper-slide:nth-of-type(odd) figure{background:var(--tertiary)}.s-press .slide-imprensa .swiper-slide:nth-of-type(odd) .button{background:var(--tertiary)}.s-press .slide-imprensa .swiper-slide:nth-of-type(even){background:var(--tertiary);border:1px solid var(--tertiary)}.s-press .slide-imprensa .swiper-slide:nth-of-type(even) figure{background:var(--quinary)}.s-press .slide-imprensa .swiper-slide:nth-of-type(even) .button{background:var(--quarternary)}.s-press .slide-imprensa .swiper-slide figure{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1/.35;border-radius:.8rem}.s-press .slide-imprensa .swiper-slide .button{color:var(--white)}.s-press .slide-imprensa .swiper-slide .button:hover{color:var(--quarternary);background:var(--secondary)}.s-press .slide-imprensa .swiper-slide .button:hover svg path{fill:var(--quarternary)}.s-press .slide-imprensa .swiper-slide .button svg path{fill:var(--white)}.s-press .slide-imprensa .swiper-slide-div{height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1.6rem;padding:.8rem}.s-press .slide-imprensa .swiper-slide-div h6{line-height:150%;color:var(--white);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.s-faq{background:var(--white)}@media(max-width: 520px){.s-faq{padding-top:5.6rem}}.s-faq-wrapper{display:flex;justify-content:space-between;gap:3.2rem}@media(max-width: 991px){.s-faq-wrapper{flex-direction:column;align-items:center;gap:4rem}}.s-faq-texts{display:flex;flex-direction:column;align-items:flex-start;gap:2.4rem}@media(max-width: 991px){.s-faq-texts{align-items:center}}.s-faq-texts h4{max-width:23rem;width:100%;color:var(--tertiary);text-align:start}@media(max-width: 991px){.s-faq-texts h4{max-width:100%;text-align:center}}.s-faq-texts .text{max-width:39rem;width:100%;color:var(--title);padding-bottom:1.6rem}@media(max-width: 1300px){.s-faq-texts .text{max-width:35rem}}@media(max-width: 991px){.s-faq-texts .text{max-width:100%;text-align:center;padding-bottom:unset}}@media(max-width: 991px){.s-faq .button.desktop{display:none}}.s-faq .button.mobile{display:none}@media(max-width: 991px){.s-faq .button.mobile{display:flex}}@media(max-width: 520px){.s-faq .button.mobile{width:80%}}.s-faq_accordion{max-width:65rem;width:100%}@media(max-width: 991px){.s-faq_accordion{max-width:100%}}.s-faq_accordion .s-faq_accordion-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:2.4rem;padding:1.6rem;border:1px solid var(--text);border-radius:.8rem;transition:all .3s ease}.s-faq_accordion .s-faq_accordion-item:hover{background:var(--background)}.s-faq_accordion .s-faq_accordion-item.active{background:var(--background);border-bottom:var(--background);border-bottom-left-radius:unset;border-bottom-right-radius:unset}.s-faq_accordion .s-faq_accordion-item.active .s-faq_accordion-icon img{transform:rotate(45deg)}.s-faq_accordion .s-faq_accordion-question{flex:1;display:flex;align-items:center;gap:1.6rem;color:var(--tertiary);text-align:start}.s-faq_accordion .s-faq_accordion-icon{width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center}.s-faq_accordion .s-faq_accordion-icon img{transition:all .3s ease}.s-faq_accordion .s-faq_accordion-answer{max-height:0;display:flex;flex-direction:column;gap:1rem;color:var(--title);overflow:hidden;transition:max-height .3s ease,padding .3s ease;border-bottom-left-radius:.8rem;border-bottom-right-radius:.8rem;margin-bottom:.8rem}.s-faq_accordion .s-faq_accordion-answer .description{opacity:0;max-width:95%;padding-left:1.6rem;transition:opacity .2s ease}.s-faq_accordion .s-faq_accordion-answer.active{background:var(--background);border-left:1px solid var(--text);border-right:1px solid var(--text);border-bottom:1px solid var(--text)}.s-faq_accordion .s-faq_accordion-answer.active .description{opacity:1}