.section.text .wrap{display:flex}@media only screen and (max-width:1440px){.section.text .wrap{padding:0 4rem}}@media only screen and (max-width:750px){.section.text .wrap{padding:0 1rem}}.section.text .wrap figure{height:100%;width:100%}.section.text .wrap figure img{height:100%;object-fit:cover;width:100%}.section.text:has(.text-image) .wrap{align-items:center;display:grid;gap:12rem;grid-template-columns:1fr 1fr}@media only screen and (max-width:1440px){.section.text:has(.text-image) .wrap{padding:0 12rem}}.section.text .text-content .buttons{display:flex;flex-wrap:wrap;gap:2rem;margin-top:4rem}.section.text.as-card{padding:4rem 8rem}.section.text.as-card .wrap{box-shadow:0 0 70px -12px rgba(0,0,0,.3);padding:8rem}.section.text.image-right .wrap .text-content{order:-1}@media only screen and (max-width:1023px){.section.text:has(.text-image) .wrap{align-items:start;display:flex;flex-direction:column;gap:4rem;padding:2rem 3rem}.section.text:has(.text-image) .wrap .text-content{max-width:unset}.section.text:has(.text-image) .text-content{order:-1}}@media only screen and (max-width:750px){.section.text.as-card{padding:1rem 2rem}.section.text.as-card .wrap{padding:2rem}}.section.text .text-content ul{list-style:disc;margin-left:1.5rem;padding-left:1rem}.section.text .text-content ol{list-style:decimal;margin-left:1.5rem;padding-left:1rem}.section.text .text-content ol li::marker,.section.text .text-content ul li::marker{color:#f36f21}@media (max-width:750px){.section.text{margin:1rem 0!important}.section.text:has(.text-image) .wrap{gap:2rem}.section.text.as-card{padding:.5rem 1rem}}@media (max-width:750px){.section.text:has(.text-image) .wrap{gap:2rem;padding:0 1rem!important}.section.text{margin:1rem 0!important}}.modal{align-items:center;backdrop-filter:blur(4px);background-color:rgba(0,0,0,.42);display:flex;height:100vh;justify-content:center;left:0;opacity:0;overflow:auto;position:fixed;top:0;transition:all .3s cubic-bezier(.86,0,.07,1);visibility:hidden;width:100vw;z-index:100}.modal-content{background-color:var(--white);max-width:100rem;transform:translateY(10rem);transition:all .6s cubic-bezier(.7,0,.07,1)}.modal-content-wrap{max-height:95vh;overflow-y:auto;padding:4rem}.modal-close{background-color:#fff;border:1px solid var(--grey);border-radius:100%;display:ruby;height:3rem;position:absolute;right:-1rem;top:-1rem;width:3rem;z-index:1}.modal-close:before{align-items:center;content:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%234a5960" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-x"><path d="M18 6 6 18"/><path d="m6 6 12 12"/></svg>');cursor:pointer;display:flex;height:100%;justify-content:center;transform:scale(.8);width:100%}.modal-close:hover:before{transform:scale(.9)}.modal.active{opacity:1;visibility:visible}.modal.active .modal-content{transform:translateY(0)}@media only screen and (max-width:1023px){.modal{padding:2rem}}