@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap);:root{--font-family:"Lexend",sans-serif;--primary-color:#0b1b07;--secondary-color:#e3e42a;--green01:#133a12;--green02:#009e40;--body-bg-l1:#e6fbd4;--body-bg-l2:#ffffff;--heading-color:var(--primary-color);--text-color:var(--primary-color);--text-muted:color-mix(in srgb, var(--primary-color) 60%, #fff);--link-color:var(--secondary-color);--link-hover:color-mix(in srgb, var(--secondary-color) 70%, #000);--container-max-width-sm:540px;--container-max-width-md:720px;--container-max-width-lg:960px;--container-max-width-xl:1140px;--container-max-width-xxl:1320px;--container-max-width-xxxl:1400px;--container-max-width-25k:1400px;--container-max-width-4k:1400px;--container-max-width-mobile:100vw;--container-padding:1rem}*,::after,::before{box-sizing:border-box;margin:0;padding:0;font-family:var(--font-family,sans-serif);transition:.2s cubic-bezier(.175,.885,.32,1.275)}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::after,blockquote::before,q::after,q::before{content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none;color:inherit;color:var(--link-color)}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{text-rendering:optimizeLegibility;overflow-x:hidden;background:var(--body-bg-l1);color:var(--text-color)}a:hover{color:var(--link-hover)}h1,h2,h3,h4,h5,h6{color:var(--heading-color)}button,input,select,textarea{font:inherit;color:inherit}button,input[type=button],input[type=reset],input[type=submit]{background-color:transparent;border:none;cursor:pointer}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}.d-flex,.flex{display:flex!important}.d-inline-flex,.inline-flex{display:inline-flex!important}.flex-row{flex-direction:row!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column{flex-direction:column!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-0{flex:0 0 auto!important}.flex-1{flex:1 1 auto!important}.basis-0{flex-basis:0!important}.basis-auto{flex-basis:auto!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-6{order:6!important}.order-7{order:7!important}.order-8{order:8!important}.order-9{order:9!important}.order-10{order:10!important}.order-11{order:11!important}.order-12{order:12!important}.justify-start{justify-content:flex-start!important}.justify-center{justify-content:center!important}.justify-end{justify-content:flex-end!important}.justify-between{justify-content:space-between!important}.justify-around{justify-content:space-around!important}.justify-evenly{justify-content:space-evenly!important}.items-start{align-items:flex-start!important}.items-center{align-items:center!important}.items-end{align-items:flex-end!important}.items-stretch{align-items:stretch!important}.items-baseline{align-items:baseline!important}.content-start{align-content:flex-start!important}.content-center{align-content:center!important}.content-end{align-content:flex-end!important}.content-between{align-content:space-between!important}.content-around{align-content:space-around!important}.content-stretch{align-content:stretch!important}.self-start{align-self:flex-start!important}.self-center{align-self:center!important}.self-end{align-self:flex-end!important}.self-stretch{align-self:stretch!important}.self-baseline{align-self:baseline!important}.self-auto{align-self:auto!important}.g-0{gap:0!important}.g-x-0{-moz-column-gap:0!important;column-gap:0!important}.g-y-0{row-gap:0!important}.g-1{gap:.25rem!important}.g-x-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.g-y-1{row-gap:.25rem!important}.g-2{gap:.5rem!important}.g-x-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.g-y-2{row-gap:.5rem!important}.g-3{gap:1rem!important}.g-x-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.g-y-3{row-gap:1rem!important}.g-4{gap:1.5rem!important}.g-x-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.g-y-4{row-gap:1.5rem!important}.g-5{gap:3rem!important}.g-x-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.g-y-5{row-gap:3rem!important}.g-6{gap:4.5rem!important}.g-x-6{-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.g-y-6{row-gap:4.5rem!important}.g-7{gap:6rem!important}.g-x-7{-moz-column-gap:6rem!important;column-gap:6rem!important}.g-y-7{row-gap:6rem!important}.g-8{gap:8rem!important}.g-x-8{-moz-column-gap:8rem!important;column-gap:8rem!important}.g-y-8{row-gap:8rem!important}.g-9{gap:10rem!important}.g-x-9{-moz-column-gap:10rem!important;column-gap:10rem!important}.g-y-9{row-gap:10rem!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-3{margin:1rem!important}.mt-3{margin-top:1rem!important}.mr-3{margin-right:1rem!important}.mb-3{margin-bottom:1rem!important}.ml-3{margin-left:1rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-4{margin:1.5rem!important}.mt-4{margin-top:1.5rem!important}.mr-4{margin-right:1.5rem!important}.mb-4{margin-bottom:1.5rem!important}.ml-4{margin-left:1.5rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-5{margin:3rem!important}.mt-5{margin-top:3rem!important}.mr-5{margin-right:3rem!important}.mb-5{margin-bottom:3rem!important}.ml-5{margin-left:3rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.m-6{margin:4.5rem!important}.mt-6{margin-top:4.5rem!important}.mr-6{margin-right:4.5rem!important}.mb-6{margin-bottom:4.5rem!important}.ml-6{margin-left:4.5rem!important}.mx-6{margin-left:4.5rem!important;margin-right:4.5rem!important}.my-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.m-7{margin:6rem!important}.mt-7{margin-top:6rem!important}.mr-7{margin-right:6rem!important}.mb-7{margin-bottom:6rem!important}.ml-7{margin-left:6rem!important}.mx-7{margin-left:6rem!important;margin-right:6rem!important}.my-7{margin-top:6rem!important;margin-bottom:6rem!important}.m-8{margin:8rem!important}.mt-8{margin-top:8rem!important}.mr-8{margin-right:8rem!important}.mb-8{margin-bottom:8rem!important}.ml-8{margin-left:8rem!important}.mx-8{margin-left:8rem!important;margin-right:8rem!important}.my-8{margin-top:8rem!important;margin-bottom:8rem!important}.m-9{margin:10rem!important}.mt-9{margin-top:10rem!important}.mr-9{margin-right:10rem!important}.mb-9{margin-bottom:10rem!important}.ml-9{margin-left:10rem!important}.mx-9{margin-left:10rem!important;margin-right:10rem!important}.my-9{margin-top:10rem!important;margin-bottom:10rem!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.p-1{padding:.25rem!important}.pt-1{padding-top:.25rem!important}.pr-1{padding-right:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pl-1{padding-left:.25rem!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-2{padding:.5rem!important}.pt-2{padding-top:.5rem!important}.pr-2{padding-right:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pl-2{padding-left:.5rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-3{padding:1rem!important}.pt-3{padding-top:1rem!important}.pr-3{padding-right:1rem!important}.pb-3{padding-bottom:1rem!important}.pl-3{padding-left:1rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-4{padding:1.5rem!important}.pt-4{padding-top:1.5rem!important}.pr-4{padding-right:1.5rem!important}.pb-4{padding-bottom:1.5rem!important}.pl-4{padding-left:1.5rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-5{padding:3rem!important}.pt-5{padding-top:3rem!important}.pr-5{padding-right:3rem!important}.pb-5{padding-bottom:3rem!important}.pl-5{padding-left:3rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.p-6{padding:4.5rem!important}.pt-6{padding-top:4.5rem!important}.pr-6{padding-right:4.5rem!important}.pb-6{padding-bottom:4.5rem!important}.pl-6{padding-left:4.5rem!important}.px-6{padding-left:4.5rem!important;padding-right:4.5rem!important}.py-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.p-7{padding:6rem!important}.pt-7{padding-top:6rem!important}.pr-7{padding-right:6rem!important}.pb-7{padding-bottom:6rem!important}.pl-7{padding-left:6rem!important}.px-7{padding-left:6rem!important;padding-right:6rem!important}.py-7{padding-top:6rem!important;padding-bottom:6rem!important}.p-8{padding:8rem!important}.pt-8{padding-top:8rem!important}.pr-8{padding-right:8rem!important}.pb-8{padding-bottom:8rem!important}.pl-8{padding-left:8rem!important}.px-8{padding-left:8rem!important;padding-right:8rem!important}.py-8{padding-top:8rem!important;padding-bottom:8rem!important}.p-9{padding:10rem!important}.pt-9{padding-top:10rem!important}.pr-9{padding-right:10rem!important}.pb-9{padding-bottom:10rem!important}.pl-9{padding-left:10rem!important}.px-9{padding-left:10rem!important;padding-right:10rem!important}.py-9{padding-top:10rem!important;padding-bottom:10rem!important}@media (min-width:576px){.d-sm-flex,.flex-sm{display:flex!important}.d-sm-inline-flex,.inline-flex-sm{display:inline-flex!important}.g-sm-0{gap:0!important}.g-sm-x-0{-moz-column-gap:0!important;column-gap:0!important}.g-sm-y-0{row-gap:0!important}.g-sm-1{gap:.25rem!important}.g-sm-x-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.g-sm-y-1{row-gap:.25rem!important}.g-sm-2{gap:.5rem!important}.g-sm-x-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.g-sm-y-2{row-gap:.5rem!important}.g-sm-3{gap:1rem!important}.g-sm-x-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.g-sm-y-3{row-gap:1rem!important}.g-sm-4{gap:1.5rem!important}.g-sm-x-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.g-sm-y-4{row-gap:1.5rem!important}.g-sm-5{gap:3rem!important}.g-sm-x-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.g-sm-y-5{row-gap:3rem!important}.g-sm-6{gap:4.5rem!important}.g-sm-x-6{-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.g-sm-y-6{row-gap:4.5rem!important}.g-sm-7{gap:6rem!important}.g-sm-x-7{-moz-column-gap:6rem!important;column-gap:6rem!important}.g-sm-y-7{row-gap:6rem!important}.g-sm-8{gap:8rem!important}.g-sm-x-8{-moz-column-gap:8rem!important;column-gap:8rem!important}.g-sm-y-8{row-gap:8rem!important}.g-sm-9{gap:10rem!important}.g-sm-x-9{-moz-column-gap:10rem!important;column-gap:10rem!important}.g-sm-y-9{row-gap:10rem!important}.m-sm-0{margin:0!important}.m-smt-0{margin-top:0!important}.m-smr-0{margin-right:0!important}.m-smb-0{margin-bottom:0!important}.m-sml-0{margin-left:0!important}.m-smx-0{margin-left:0!important;margin-right:0!important}.m-smy-0{margin-top:0!important;margin-bottom:0!important}.m-sm-1{margin:.25rem!important}.m-smt-1{margin-top:.25rem!important}.m-smr-1{margin-right:.25rem!important}.m-smb-1{margin-bottom:.25rem!important}.m-sml-1{margin-left:.25rem!important}.m-smx-1{margin-left:.25rem!important;margin-right:.25rem!important}.m-smy-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-sm-2{margin:.5rem!important}.m-smt-2{margin-top:.5rem!important}.m-smr-2{margin-right:.5rem!important}.m-smb-2{margin-bottom:.5rem!important}.m-sml-2{margin-left:.5rem!important}.m-smx-2{margin-left:.5rem!important;margin-right:.5rem!important}.m-smy-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-sm-3{margin:1rem!important}.m-smt-3{margin-top:1rem!important}.m-smr-3{margin-right:1rem!important}.m-smb-3{margin-bottom:1rem!important}.m-sml-3{margin-left:1rem!important}.m-smx-3{margin-left:1rem!important;margin-right:1rem!important}.m-smy-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-sm-4{margin:1.5rem!important}.m-smt-4{margin-top:1.5rem!important}.m-smr-4{margin-right:1.5rem!important}.m-smb-4{margin-bottom:1.5rem!important}.m-sml-4{margin-left:1.5rem!important}.m-smx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.m-smy-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-sm-5{margin:3rem!important}.m-smt-5{margin-top:3rem!important}.m-smr-5{margin-right:3rem!important}.m-smb-5{margin-bottom:3rem!important}.m-sml-5{margin-left:3rem!important}.m-smx-5{margin-left:3rem!important;margin-right:3rem!important}.m-smy-5{margin-top:3rem!important;margin-bottom:3rem!important}.m-sm-6{margin:4.5rem!important}.m-smt-6{margin-top:4.5rem!important}.m-smr-6{margin-right:4.5rem!important}.m-smb-6{margin-bottom:4.5rem!important}.m-sml-6{margin-left:4.5rem!important}.m-smx-6{margin-left:4.5rem!important;margin-right:4.5rem!important}.m-smy-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.m-sm-7{margin:6rem!important}.m-smt-7{margin-top:6rem!important}.m-smr-7{margin-right:6rem!important}.m-smb-7{margin-bottom:6rem!important}.m-sml-7{margin-left:6rem!important}.m-smx-7{margin-left:6rem!important;margin-right:6rem!important}.m-smy-7{margin-top:6rem!important;margin-bottom:6rem!important}.m-sm-8{margin:8rem!important}.m-smt-8{margin-top:8rem!important}.m-smr-8{margin-right:8rem!important}.m-smb-8{margin-bottom:8rem!important}.m-sml-8{margin-left:8rem!important}.m-smx-8{margin-left:8rem!important;margin-right:8rem!important}.m-smy-8{margin-top:8rem!important;margin-bottom:8rem!important}.m-sm-9{margin:10rem!important}.m-smt-9{margin-top:10rem!important}.m-smr-9{margin-right:10rem!important}.m-smb-9{margin-bottom:10rem!important}.m-sml-9{margin-left:10rem!important}.m-smx-9{margin-left:10rem!important;margin-right:10rem!important}.m-smy-9{margin-top:10rem!important;margin-bottom:10rem!important}.p-sm-0{padding:0!important}.p-smt-0{padding-top:0!important}.p-smr-0{padding-right:0!important}.p-smb-0{padding-bottom:0!important}.p-sml-0{padding-left:0!important}.p-smx-0{padding-left:0!important;padding-right:0!important}.p-smy-0{padding-top:0!important;padding-bottom:0!important}.p-sm-1{padding:.25rem!important}.p-smt-1{padding-top:.25rem!important}.p-smr-1{padding-right:.25rem!important}.p-smb-1{padding-bottom:.25rem!important}.p-sml-1{padding-left:.25rem!important}.p-smx-1{padding-left:.25rem!important;padding-right:.25rem!important}.p-smy-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-sm-2{padding:.5rem!important}.p-smt-2{padding-top:.5rem!important}.p-smr-2{padding-right:.5rem!important}.p-smb-2{padding-bottom:.5rem!important}.p-sml-2{padding-left:.5rem!important}.p-smx-2{padding-left:.5rem!important;padding-right:.5rem!important}.p-smy-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-sm-3{padding:1rem!important}.p-smt-3{padding-top:1rem!important}.p-smr-3{padding-right:1rem!important}.p-smb-3{padding-bottom:1rem!important}.p-sml-3{padding-left:1rem!important}.p-smx-3{padding-left:1rem!important;padding-right:1rem!important}.p-smy-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-sm-4{padding:1.5rem!important}.p-smt-4{padding-top:1.5rem!important}.p-smr-4{padding-right:1.5rem!important}.p-smb-4{padding-bottom:1.5rem!important}.p-sml-4{padding-left:1.5rem!important}.p-smx-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.p-smy-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-sm-5{padding:3rem!important}.p-smt-5{padding-top:3rem!important}.p-smr-5{padding-right:3rem!important}.p-smb-5{padding-bottom:3rem!important}.p-sml-5{padding-left:3rem!important}.p-smx-5{padding-left:3rem!important;padding-right:3rem!important}.p-smy-5{padding-top:3rem!important;padding-bottom:3rem!important}.p-sm-6{padding:4.5rem!important}.p-smt-6{padding-top:4.5rem!important}.p-smr-6{padding-right:4.5rem!important}.p-smb-6{padding-bottom:4.5rem!important}.p-sml-6{padding-left:4.5rem!important}.p-smx-6{padding-left:4.5rem!important;padding-right:4.5rem!important}.p-smy-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.p-sm-7{padding:6rem!important}.p-smt-7{padding-top:6rem!important}.p-smr-7{padding-right:6rem!important}.p-smb-7{padding-bottom:6rem!important}.p-sml-7{padding-left:6rem!important}.p-smx-7{padding-left:6rem!important;padding-right:6rem!important}.p-smy-7{padding-top:6rem!important;padding-bottom:6rem!important}.p-sm-8{padding:8rem!important}.p-smt-8{padding-top:8rem!important}.p-smr-8{padding-right:8rem!important}.p-smb-8{padding-bottom:8rem!important}.p-sml-8{padding-left:8rem!important}.p-smx-8{padding-left:8rem!important;padding-right:8rem!important}.p-smy-8{padding-top:8rem!important;padding-bottom:8rem!important}.p-sm-9{padding:10rem!important}.p-smt-9{padding-top:10rem!important}.p-smr-9{padding-right:10rem!important}.p-smb-9{padding-bottom:10rem!important}.p-sml-9{padding-left:10rem!important}.p-smx-9{padding-left:10rem!important;padding-right:10rem!important}.p-smy-9{padding-top:10rem!important;padding-bottom:10rem!important}.container{max-width:var(--container-max-width-mobile)}}@media (min-width:768px){.d-md-flex,.flex-md{display:flex!important}.d-md-inline-flex,.inline-flex-md{display:inline-flex!important}.g-md-0{gap:0!important}.g-md-x-0{-moz-column-gap:0!important;column-gap:0!important}.g-md-y-0{row-gap:0!important}.g-md-1{gap:.25rem!important}.g-md-x-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.g-md-y-1{row-gap:.25rem!important}.g-md-2{gap:.5rem!important}.g-md-x-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.g-md-y-2{row-gap:.5rem!important}.g-md-3{gap:1rem!important}.g-md-x-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.g-md-y-3{row-gap:1rem!important}.g-md-4{gap:1.5rem!important}.g-md-x-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.g-md-y-4{row-gap:1.5rem!important}.g-md-5{gap:3rem!important}.g-md-x-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.g-md-y-5{row-gap:3rem!important}.g-md-6{gap:4.5rem!important}.g-md-x-6{-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.g-md-y-6{row-gap:4.5rem!important}.g-md-7{gap:6rem!important}.g-md-x-7{-moz-column-gap:6rem!important;column-gap:6rem!important}.g-md-y-7{row-gap:6rem!important}.g-md-8{gap:8rem!important}.g-md-x-8{-moz-column-gap:8rem!important;column-gap:8rem!important}.g-md-y-8{row-gap:8rem!important}.g-md-9{gap:10rem!important}.g-md-x-9{-moz-column-gap:10rem!important;column-gap:10rem!important}.g-md-y-9{row-gap:10rem!important}.m-md-0{margin:0!important}.m-mdt-0{margin-top:0!important}.m-mdr-0{margin-right:0!important}.m-mdb-0{margin-bottom:0!important}.m-mdl-0{margin-left:0!important}.m-mdx-0{margin-left:0!important;margin-right:0!important}.m-mdy-0{margin-top:0!important;margin-bottom:0!important}.m-md-1{margin:.25rem!important}.m-mdt-1{margin-top:.25rem!important}.m-mdr-1{margin-right:.25rem!important}.m-mdb-1{margin-bottom:.25rem!important}.m-mdl-1{margin-left:.25rem!important}.m-mdx-1{margin-left:.25rem!important;margin-right:.25rem!important}.m-mdy-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-md-2{margin:.5rem!important}.m-mdt-2{margin-top:.5rem!important}.m-mdr-2{margin-right:.5rem!important}.m-mdb-2{margin-bottom:.5rem!important}.m-mdl-2{margin-left:.5rem!important}.m-mdx-2{margin-left:.5rem!important;margin-right:.5rem!important}.m-mdy-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-md-3{margin:1rem!important}.m-mdt-3{margin-top:1rem!important}.m-mdr-3{margin-right:1rem!important}.m-mdb-3{margin-bottom:1rem!important}.m-mdl-3{margin-left:1rem!important}.m-mdx-3{margin-left:1rem!important;margin-right:1rem!important}.m-mdy-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-md-4{margin:1.5rem!important}.m-mdt-4{margin-top:1.5rem!important}.m-mdr-4{margin-right:1.5rem!important}.m-mdb-4{margin-bottom:1.5rem!important}.m-mdl-4{margin-left:1.5rem!important}.m-mdx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.m-mdy-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-md-5{margin:3rem!important}.m-mdt-5{margin-top:3rem!important}.m-mdr-5{margin-right:3rem!important}.m-mdb-5{margin-bottom:3rem!important}.m-mdl-5{margin-left:3rem!important}.m-mdx-5{margin-left:3rem!important;margin-right:3rem!important}.m-mdy-5{margin-top:3rem!important;margin-bottom:3rem!important}.m-md-6{margin:4.5rem!important}.m-mdt-6{margin-top:4.5rem!important}.m-mdr-6{margin-right:4.5rem!important}.m-mdb-6{margin-bottom:4.5rem!important}.m-mdl-6{margin-left:4.5rem!important}.m-mdx-6{margin-left:4.5rem!important;margin-right:4.5rem!important}.m-mdy-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.m-md-7{margin:6rem!important}.m-mdt-7{margin-top:6rem!important}.m-mdr-7{margin-right:6rem!important}.m-mdb-7{margin-bottom:6rem!important}.m-mdl-7{margin-left:6rem!important}.m-mdx-7{margin-left:6rem!important;margin-right:6rem!important}.m-mdy-7{margin-top:6rem!important;margin-bottom:6rem!important}.m-md-8{margin:8rem!important}.m-mdt-8{margin-top:8rem!important}.m-mdr-8{margin-right:8rem!important}.m-mdb-8{margin-bottom:8rem!important}.m-mdl-8{margin-left:8rem!important}.m-mdx-8{margin-left:8rem!important;margin-right:8rem!important}.m-mdy-8{margin-top:8rem!important;margin-bottom:8rem!important}.m-md-9{margin:10rem!important}.m-mdt-9{margin-top:10rem!important}.m-mdr-9{margin-right:10rem!important}.m-mdb-9{margin-bottom:10rem!important}.m-mdl-9{margin-left:10rem!important}.m-mdx-9{margin-left:10rem!important;margin-right:10rem!important}.m-mdy-9{margin-top:10rem!important;margin-bottom:10rem!important}.p-md-0{padding:0!important}.p-mdt-0{padding-top:0!important}.p-mdr-0{padding-right:0!important}.p-mdb-0{padding-bottom:0!important}.p-mdl-0{padding-left:0!important}.p-mdx-0{padding-left:0!important;padding-right:0!important}.p-mdy-0{padding-top:0!important;padding-bottom:0!important}.p-md-1{padding:.25rem!important}.p-mdt-1{padding-top:.25rem!important}.p-mdr-1{padding-right:.25rem!important}.p-mdb-1{padding-bottom:.25rem!important}.p-mdl-1{padding-left:.25rem!important}.p-mdx-1{padding-left:.25rem!important;padding-right:.25rem!important}.p-mdy-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-md-2{padding:.5rem!important}.p-mdt-2{padding-top:.5rem!important}.p-mdr-2{padding-right:.5rem!important}.p-mdb-2{padding-bottom:.5rem!important}.p-mdl-2{padding-left:.5rem!important}.p-mdx-2{padding-left:.5rem!important;padding-right:.5rem!important}.p-mdy-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-md-3{padding:1rem!important}.p-mdt-3{padding-top:1rem!important}.p-mdr-3{padding-right:1rem!important}.p-mdb-3{padding-bottom:1rem!important}.p-mdl-3{padding-left:1rem!important}.p-mdx-3{padding-left:1rem!important;padding-right:1rem!important}.p-mdy-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-md-4{padding:1.5rem!important}.p-mdt-4{padding-top:1.5rem!important}.p-mdr-4{padding-right:1.5rem!important}.p-mdb-4{padding-bottom:1.5rem!important}.p-mdl-4{padding-left:1.5rem!important}.p-mdx-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.p-mdy-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-md-5{padding:3rem!important}.p-mdt-5{padding-top:3rem!important}.p-mdr-5{padding-right:3rem!important}.p-mdb-5{padding-bottom:3rem!important}.p-mdl-5{padding-left:3rem!important}.p-mdx-5{padding-left:3rem!important;padding-right:3rem!important}.p-mdy-5{padding-top:3rem!important;padding-bottom:3rem!important}.p-md-6{padding:4.5rem!important}.p-mdt-6{padding-top:4.5rem!important}.p-mdr-6{padding-right:4.5rem!important}.p-mdb-6{padding-bottom:4.5rem!important}.p-mdl-6{padding-left:4.5rem!important}.p-mdx-6{padding-left:4.5rem!important;padding-right:4.5rem!important}.p-mdy-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.p-md-7{padding:6rem!important}.p-mdt-7{padding-top:6rem!important}.p-mdr-7{padding-right:6rem!important}.p-mdb-7{padding-bottom:6rem!important}.p-mdl-7{padding-left:6rem!important}.p-mdx-7{padding-left:6rem!important;padding-right:6rem!important}.p-mdy-7{padding-top:6rem!important;padding-bottom:6rem!important}.p-md-8{padding:8rem!important}.p-mdt-8{padding-top:8rem!important}.p-mdr-8{padding-right:8rem!important}.p-mdb-8{padding-bottom:8rem!important}.p-mdl-8{padding-left:8rem!important}.p-mdx-8{padding-left:8rem!important;padding-right:8rem!important}.p-mdy-8{padding-top:8rem!important;padding-bottom:8rem!important}.p-md-9{padding:10rem!important}.p-mdt-9{padding-top:10rem!important}.p-mdr-9{padding-right:10rem!important}.p-mdb-9{padding-bottom:10rem!important}.p-mdl-9{padding-left:10rem!important}.p-mdx-9{padding-left:10rem!important;padding-right:10rem!important}.p-mdy-9{padding-top:10rem!important;padding-bottom:10rem!important}.container{max-width:var(--container-max-width-mobile)}}@media (min-width:992px){.d-lg-flex,.flex-lg{display:flex!important}.d-lg-inline-flex,.inline-flex-lg{display:inline-flex!important}.g-lg-0{gap:0!important}.g-lg-x-0{-moz-column-gap:0!important;column-gap:0!important}.g-lg-y-0{row-gap:0!important}.g-lg-1{gap:.25rem!important}.g-lg-x-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.g-lg-y-1{row-gap:.25rem!important}.g-lg-2{gap:.5rem!important}.g-lg-x-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.g-lg-y-2{row-gap:.5rem!important}.g-lg-3{gap:1rem!important}.g-lg-x-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.g-lg-y-3{row-gap:1rem!important}.g-lg-4{gap:1.5rem!important}.g-lg-x-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.g-lg-y-4{row-gap:1.5rem!important}.g-lg-5{gap:3rem!important}.g-lg-x-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.g-lg-y-5{row-gap:3rem!important}.g-lg-6{gap:4.5rem!important}.g-lg-x-6{-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.g-lg-y-6{row-gap:4.5rem!important}.g-lg-7{gap:6rem!important}.g-lg-x-7{-moz-column-gap:6rem!important;column-gap:6rem!important}.g-lg-y-7{row-gap:6rem!important}.g-lg-8{gap:8rem!important}.g-lg-x-8{-moz-column-gap:8rem!important;column-gap:8rem!important}.g-lg-y-8{row-gap:8rem!important}.g-lg-9{gap:10rem!important}.g-lg-x-9{-moz-column-gap:10rem!important;column-gap:10rem!important}.g-lg-y-9{row-gap:10rem!important}.m-lg-0{margin:0!important}.m-lgt-0{margin-top:0!important}.m-lgr-0{margin-right:0!important}.m-lgb-0{margin-bottom:0!important}.m-lgl-0{margin-left:0!important}.m-lgx-0{margin-left:0!important;margin-right:0!important}.m-lgy-0{margin-top:0!important;margin-bottom:0!important}.m-lg-1{margin:.25rem!important}.m-lgt-1{margin-top:.25rem!important}.m-lgr-1{margin-right:.25rem!important}.m-lgb-1{margin-bottom:.25rem!important}.m-lgl-1{margin-left:.25rem!important}.m-lgx-1{margin-left:.25rem!important;margin-right:.25rem!important}.m-lgy-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lgt-2{margin-top:.5rem!important}.m-lgr-2{margin-right:.5rem!important}.m-lgb-2{margin-bottom:.5rem!important}.m-lgl-2{margin-left:.5rem!important}.m-lgx-2{margin-left:.5rem!important;margin-right:.5rem!important}.m-lgy-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-lg-3{margin:1rem!important}.m-lgt-3{margin-top:1rem!important}.m-lgr-3{margin-right:1rem!important}.m-lgb-3{margin-bottom:1rem!important}.m-lgl-3{margin-left:1rem!important}.m-lgx-3{margin-left:1rem!important;margin-right:1rem!important}.m-lgy-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lgt-4{margin-top:1.5rem!important}.m-lgr-4{margin-right:1.5rem!important}.m-lgb-4{margin-bottom:1.5rem!important}.m-lgl-4{margin-left:1.5rem!important}.m-lgx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.m-lgy-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lgt-5{margin-top:3rem!important}.m-lgr-5{margin-right:3rem!important}.m-lgb-5{margin-bottom:3rem!important}.m-lgl-5{margin-left:3rem!important}.m-lgx-5{margin-left:3rem!important;margin-right:3rem!important}.m-lgy-5{margin-top:3rem!important;margin-bottom:3rem!important}.m-lg-6{margin:4.5rem!important}.m-lgt-6{margin-top:4.5rem!important}.m-lgr-6{margin-right:4.5rem!important}.m-lgb-6{margin-bottom:4.5rem!important}.m-lgl-6{margin-left:4.5rem!important}.m-lgx-6{margin-left:4.5rem!important;margin-right:4.5rem!important}.m-lgy-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.m-lg-7{margin:6rem!important}.m-lgt-7{margin-top:6rem!important}.m-lgr-7{margin-right:6rem!important}.m-lgb-7{margin-bottom:6rem!important}.m-lgl-7{margin-left:6rem!important}.m-lgx-7{margin-left:6rem!important;margin-right:6rem!important}.m-lgy-7{margin-top:6rem!important;margin-bottom:6rem!important}.m-lg-8{margin:8rem!important}.m-lgt-8{margin-top:8rem!important}.m-lgr-8{margin-right:8rem!important}.m-lgb-8{margin-bottom:8rem!important}.m-lgl-8{margin-left:8rem!important}.m-lgx-8{margin-left:8rem!important;margin-right:8rem!important}.m-lgy-8{margin-top:8rem!important;margin-bottom:8rem!important}.m-lg-9{margin:10rem!important}.m-lgt-9{margin-top:10rem!important}.m-lgr-9{margin-right:10rem!important}.m-lgb-9{margin-bottom:10rem!important}.m-lgl-9{margin-left:10rem!important}.m-lgx-9{margin-left:10rem!important;margin-right:10rem!important}.m-lgy-9{margin-top:10rem!important;margin-bottom:10rem!important}.p-lg-0{padding:0!important}.p-lgt-0{padding-top:0!important}.p-lgr-0{padding-right:0!important}.p-lgb-0{padding-bottom:0!important}.p-lgl-0{padding-left:0!important}.p-lgx-0{padding-left:0!important;padding-right:0!important}.p-lgy-0{padding-top:0!important;padding-bottom:0!important}.p-lg-1{padding:.25rem!important}.p-lgt-1{padding-top:.25rem!important}.p-lgr-1{padding-right:.25rem!important}.p-lgb-1{padding-bottom:.25rem!important}.p-lgl-1{padding-left:.25rem!important}.p-lgx-1{padding-left:.25rem!important;padding-right:.25rem!important}.p-lgy-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lgt-2{padding-top:.5rem!important}.p-lgr-2{padding-right:.5rem!important}.p-lgb-2{padding-bottom:.5rem!important}.p-lgl-2{padding-left:.5rem!important}.p-lgx-2{padding-left:.5rem!important;padding-right:.5rem!important}.p-lgy-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-lg-3{padding:1rem!important}.p-lgt-3{padding-top:1rem!important}.p-lgr-3{padding-right:1rem!important}.p-lgb-3{padding-bottom:1rem!important}.p-lgl-3{padding-left:1rem!important}.p-lgx-3{padding-left:1rem!important;padding-right:1rem!important}.p-lgy-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lgt-4{padding-top:1.5rem!important}.p-lgr-4{padding-right:1.5rem!important}.p-lgb-4{padding-bottom:1.5rem!important}.p-lgl-4{padding-left:1.5rem!important}.p-lgx-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.p-lgy-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-lg-5{padding:3rem!important}.p-lgt-5{padding-top:3rem!important}.p-lgr-5{padding-right:3rem!important}.p-lgb-5{padding-bottom:3rem!important}.p-lgl-5{padding-left:3rem!important}.p-lgx-5{padding-left:3rem!important;padding-right:3rem!important}.p-lgy-5{padding-top:3rem!important;padding-bottom:3rem!important}.p-lg-6{padding:4.5rem!important}.p-lgt-6{padding-top:4.5rem!important}.p-lgr-6{padding-right:4.5rem!important}.p-lgb-6{padding-bottom:4.5rem!important}.p-lgl-6{padding-left:4.5rem!important}.p-lgx-6{padding-left:4.5rem!important;padding-right:4.5rem!important}.p-lgy-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.p-lg-7{padding:6rem!important}.p-lgt-7{padding-top:6rem!important}.p-lgr-7{padding-right:6rem!important}.p-lgb-7{padding-bottom:6rem!important}.p-lgl-7{padding-left:6rem!important}.p-lgx-7{padding-left:6rem!important;padding-right:6rem!important}.p-lgy-7{padding-top:6rem!important;padding-bottom:6rem!important}.p-lg-8{padding:8rem!important}.p-lgt-8{padding-top:8rem!important}.p-lgr-8{padding-right:8rem!important}.p-lgb-8{padding-bottom:8rem!important}.p-lgl-8{padding-left:8rem!important}.p-lgx-8{padding-left:8rem!important;padding-right:8rem!important}.p-lgy-8{padding-top:8rem!important;padding-bottom:8rem!important}.p-lg-9{padding:10rem!important}.p-lgt-9{padding-top:10rem!important}.p-lgr-9{padding-right:10rem!important}.p-lgb-9{padding-bottom:10rem!important}.p-lgl-9{padding-left:10rem!important}.p-lgx-9{padding-left:10rem!important;padding-right:10rem!important}.p-lgy-9{padding-top:10rem!important;padding-bottom:10rem!important}.container{max-width:var(--container-max-width-mobile)}}@media (min-width:1200px){.d-xl-flex,.flex-xl{display:flex!important}.d-xl-inline-flex,.inline-flex-xl{display:inline-flex!important}.g-xl-0{gap:0!important}.g-xl-x-0{-moz-column-gap:0!important;column-gap:0!important}.g-xl-y-0{row-gap:0!important}.g-xl-1{gap:.25rem!important}.g-xl-x-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.g-xl-y-1{row-gap:.25rem!important}.g-xl-2{gap:.5rem!important}.g-xl-x-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.g-xl-y-2{row-gap:.5rem!important}.g-xl-3{gap:1rem!important}.g-xl-x-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.g-xl-y-3{row-gap:1rem!important}.g-xl-4{gap:1.5rem!important}.g-xl-x-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.g-xl-y-4{row-gap:1.5rem!important}.g-xl-5{gap:3rem!important}.g-xl-x-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.g-xl-y-5{row-gap:3rem!important}.g-xl-6{gap:4.5rem!important}.g-xl-x-6{-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.g-xl-y-6{row-gap:4.5rem!important}.g-xl-7{gap:6rem!important}.g-xl-x-7{-moz-column-gap:6rem!important;column-gap:6rem!important}.g-xl-y-7{row-gap:6rem!important}.g-xl-8{gap:8rem!important}.g-xl-x-8{-moz-column-gap:8rem!important;column-gap:8rem!important}.g-xl-y-8{row-gap:8rem!important}.g-xl-9{gap:10rem!important}.g-xl-x-9{-moz-column-gap:10rem!important;column-gap:10rem!important}.g-xl-y-9{row-gap:10rem!important}.m-xl-0{margin:0!important}.m-xlt-0{margin-top:0!important}.m-xlr-0{margin-right:0!important}.m-xlb-0{margin-bottom:0!important}.m-xll-0{margin-left:0!important}.m-xlx-0{margin-left:0!important;margin-right:0!important}.m-xly-0{margin-top:0!important;margin-bottom:0!important}.m-xl-1{margin:.25rem!important}.m-xlt-1{margin-top:.25rem!important}.m-xlr-1{margin-right:.25rem!important}.m-xlb-1{margin-bottom:.25rem!important}.m-xll-1{margin-left:.25rem!important}.m-xlx-1{margin-left:.25rem!important;margin-right:.25rem!important}.m-xly-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xlt-2{margin-top:.5rem!important}.m-xlr-2{margin-right:.5rem!important}.m-xlb-2{margin-bottom:.5rem!important}.m-xll-2{margin-left:.5rem!important}.m-xlx-2{margin-left:.5rem!important;margin-right:.5rem!important}.m-xly-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-xl-3{margin:1rem!important}.m-xlt-3{margin-top:1rem!important}.m-xlr-3{margin-right:1rem!important}.m-xlb-3{margin-bottom:1rem!important}.m-xll-3{margin-left:1rem!important}.m-xlx-3{margin-left:1rem!important;margin-right:1rem!important}.m-xly-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xlt-4{margin-top:1.5rem!important}.m-xlr-4{margin-right:1.5rem!important}.m-xlb-4{margin-bottom:1.5rem!important}.m-xll-4{margin-left:1.5rem!important}.m-xlx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.m-xly-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xlt-5{margin-top:3rem!important}.m-xlr-5{margin-right:3rem!important}.m-xlb-5{margin-bottom:3rem!important}.m-xll-5{margin-left:3rem!important}.m-xlx-5{margin-left:3rem!important;margin-right:3rem!important}.m-xly-5{margin-top:3rem!important;margin-bottom:3rem!important}.m-xl-6{margin:4.5rem!important}.m-xlt-6{margin-top:4.5rem!important}.m-xlr-6{margin-right:4.5rem!important}.m-xlb-6{margin-bottom:4.5rem!important}.m-xll-6{margin-left:4.5rem!important}.m-xlx-6{margin-left:4.5rem!important;margin-right:4.5rem!important}.m-xly-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.m-xl-7{margin:6rem!important}.m-xlt-7{margin-top:6rem!important}.m-xlr-7{margin-right:6rem!important}.m-xlb-7{margin-bottom:6rem!important}.m-xll-7{margin-left:6rem!important}.m-xlx-7{margin-left:6rem!important;margin-right:6rem!important}.m-xly-7{margin-top:6rem!important;margin-bottom:6rem!important}.m-xl-8{margin:8rem!important}.m-xlt-8{margin-top:8rem!important}.m-xlr-8{margin-right:8rem!important}.m-xlb-8{margin-bottom:8rem!important}.m-xll-8{margin-left:8rem!important}.m-xlx-8{margin-left:8rem!important;margin-right:8rem!important}.m-xly-8{margin-top:8rem!important;margin-bottom:8rem!important}.m-xl-9{margin:10rem!important}.m-xlt-9{margin-top:10rem!important}.m-xlr-9{margin-right:10rem!important}.m-xlb-9{margin-bottom:10rem!important}.m-xll-9{margin-left:10rem!important}.m-xlx-9{margin-left:10rem!important;margin-right:10rem!important}.m-xly-9{margin-top:10rem!important;margin-bottom:10rem!important}.p-xl-0{padding:0!important}.p-xlt-0{padding-top:0!important}.p-xlr-0{padding-right:0!important}.p-xlb-0{padding-bottom:0!important}.p-xll-0{padding-left:0!important}.p-xlx-0{padding-left:0!important;padding-right:0!important}.p-xly-0{padding-top:0!important;padding-bottom:0!important}.p-xl-1{padding:.25rem!important}.p-xlt-1{padding-top:.25rem!important}.p-xlr-1{padding-right:.25rem!important}.p-xlb-1{padding-bottom:.25rem!important}.p-xll-1{padding-left:.25rem!important}.p-xlx-1{padding-left:.25rem!important;padding-right:.25rem!important}.p-xly-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xlt-2{padding-top:.5rem!important}.p-xlr-2{padding-right:.5rem!important}.p-xlb-2{padding-bottom:.5rem!important}.p-xll-2{padding-left:.5rem!important}.p-xlx-2{padding-left:.5rem!important;padding-right:.5rem!important}.p-xly-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-xl-3{padding:1rem!important}.p-xlt-3{padding-top:1rem!important}.p-xlr-3{padding-right:1rem!important}.p-xlb-3{padding-bottom:1rem!important}.p-xll-3{padding-left:1rem!important}.p-xlx-3{padding-left:1rem!important;padding-right:1rem!important}.p-xly-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xlt-4{padding-top:1.5rem!important}.p-xlr-4{padding-right:1.5rem!important}.p-xlb-4{padding-bottom:1.5rem!important}.p-xll-4{padding-left:1.5rem!important}.p-xlx-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.p-xly-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-xl-5{padding:3rem!important}.p-xlt-5{padding-top:3rem!important}.p-xlr-5{padding-right:3rem!important}.p-xlb-5{padding-bottom:3rem!important}.p-xll-5{padding-left:3rem!important}.p-xlx-5{padding-left:3rem!important;padding-right:3rem!important}.p-xly-5{padding-top:3rem!important;padding-bottom:3rem!important}.p-xl-6{padding:4.5rem!important}.p-xlt-6{padding-top:4.5rem!important}.p-xlr-6{padding-right:4.5rem!important}.p-xlb-6{padding-bottom:4.5rem!important}.p-xll-6{padding-left:4.5rem!important}.p-xlx-6{padding-left:4.5rem!important;padding-right:4.5rem!important}.p-xly-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.p-xl-7{padding:6rem!important}.p-xlt-7{padding-top:6rem!important}.p-xlr-7{padding-right:6rem!important}.p-xlb-7{padding-bottom:6rem!important}.p-xll-7{padding-left:6rem!important}.p-xlx-7{padding-left:6rem!important;padding-right:6rem!important}.p-xly-7{padding-top:6rem!important;padding-bottom:6rem!important}.p-xl-8{padding:8rem!important}.p-xlt-8{padding-top:8rem!important}.p-xlr-8{padding-right:8rem!important}.p-xlb-8{padding-bottom:8rem!important}.p-xll-8{padding-left:8rem!important}.p-xlx-8{padding-left:8rem!important;padding-right:8rem!important}.p-xly-8{padding-top:8rem!important;padding-bottom:8rem!important}.p-xl-9{padding:10rem!important}.p-xlt-9{padding-top:10rem!important}.p-xlr-9{padding-right:10rem!important}.p-xlb-9{padding-bottom:10rem!important}.p-xll-9{padding-left:10rem!important}.p-xlx-9{padding-left:10rem!important;padding-right:10rem!important}.p-xly-9{padding-top:10rem!important;padding-bottom:10rem!important}}@media (min-width:1400px){.d-xxl-flex,.flex-xxl{display:flex!important}.d-xxl-inline-flex,.inline-flex-xxl{display:inline-flex!important}.g-xxl-0{gap:0!important}.g-xxl-x-0{-moz-column-gap:0!important;column-gap:0!important}.g-xxl-y-0{row-gap:0!important}.g-xxl-1{gap:.25rem!important}.g-xxl-x-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.g-xxl-y-1{row-gap:.25rem!important}.g-xxl-2{gap:.5rem!important}.g-xxl-x-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.g-xxl-y-2{row-gap:.5rem!important}.g-xxl-3{gap:1rem!important}.g-xxl-x-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.g-xxl-y-3{row-gap:1rem!important}.g-xxl-4{gap:1.5rem!important}.g-xxl-x-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.g-xxl-y-4{row-gap:1.5rem!important}.g-xxl-5{gap:3rem!important}.g-xxl-x-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.g-xxl-y-5{row-gap:3rem!important}.g-xxl-6{gap:4.5rem!important}.g-xxl-x-6{-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.g-xxl-y-6{row-gap:4.5rem!important}.g-xxl-7{gap:6rem!important}.g-xxl-x-7{-moz-column-gap:6rem!important;column-gap:6rem!important}.g-xxl-y-7{row-gap:6rem!important}.g-xxl-8{gap:8rem!important}.g-xxl-x-8{-moz-column-gap:8rem!important;column-gap:8rem!important}.g-xxl-y-8{row-gap:8rem!important}.g-xxl-9{gap:10rem!important}.g-xxl-x-9{-moz-column-gap:10rem!important;column-gap:10rem!important}.g-xxl-y-9{row-gap:10rem!important}.m-xxl-0{margin:0!important}.m-xxlt-0{margin-top:0!important}.m-xxlr-0{margin-right:0!important}.m-xxlb-0{margin-bottom:0!important}.m-xxll-0{margin-left:0!important}.m-xxlx-0{margin-left:0!important;margin-right:0!important}.m-xxly-0{margin-top:0!important;margin-bottom:0!important}.m-xxl-1{margin:.25rem!important}.m-xxlt-1{margin-top:.25rem!important}.m-xxlr-1{margin-right:.25rem!important}.m-xxlb-1{margin-bottom:.25rem!important}.m-xxll-1{margin-left:.25rem!important}.m-xxlx-1{margin-left:.25rem!important;margin-right:.25rem!important}.m-xxly-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxlt-2{margin-top:.5rem!important}.m-xxlr-2{margin-right:.5rem!important}.m-xxlb-2{margin-bottom:.5rem!important}.m-xxll-2{margin-left:.5rem!important}.m-xxlx-2{margin-left:.5rem!important;margin-right:.5rem!important}.m-xxly-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxlt-3{margin-top:1rem!important}.m-xxlr-3{margin-right:1rem!important}.m-xxlb-3{margin-bottom:1rem!important}.m-xxll-3{margin-left:1rem!important}.m-xxlx-3{margin-left:1rem!important;margin-right:1rem!important}.m-xxly-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxlt-4{margin-top:1.5rem!important}.m-xxlr-4{margin-right:1.5rem!important}.m-xxlb-4{margin-bottom:1.5rem!important}.m-xxll-4{margin-left:1.5rem!important}.m-xxlx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.m-xxly-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxlt-5{margin-top:3rem!important}.m-xxlr-5{margin-right:3rem!important}.m-xxlb-5{margin-bottom:3rem!important}.m-xxll-5{margin-left:3rem!important}.m-xxlx-5{margin-left:3rem!important;margin-right:3rem!important}.m-xxly-5{margin-top:3rem!important;margin-bottom:3rem!important}.m-xxl-6{margin:4.5rem!important}.m-xxlt-6{margin-top:4.5rem!important}.m-xxlr-6{margin-right:4.5rem!important}.m-xxlb-6{margin-bottom:4.5rem!important}.m-xxll-6{margin-left:4.5rem!important}.m-xxlx-6{margin-left:4.5rem!important;margin-right:4.5rem!important}.m-xxly-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.m-xxl-7{margin:6rem!important}.m-xxlt-7{margin-top:6rem!important}.m-xxlr-7{margin-right:6rem!important}.m-xxlb-7{margin-bottom:6rem!important}.m-xxll-7{margin-left:6rem!important}.m-xxlx-7{margin-left:6rem!important;margin-right:6rem!important}.m-xxly-7{margin-top:6rem!important;margin-bottom:6rem!important}.m-xxl-8{margin:8rem!important}.m-xxlt-8{margin-top:8rem!important}.m-xxlr-8{margin-right:8rem!important}.m-xxlb-8{margin-bottom:8rem!important}.m-xxll-8{margin-left:8rem!important}.m-xxlx-8{margin-left:8rem!important;margin-right:8rem!important}.m-xxly-8{margin-top:8rem!important;margin-bottom:8rem!important}.m-xxl-9{margin:10rem!important}.m-xxlt-9{margin-top:10rem!important}.m-xxlr-9{margin-right:10rem!important}.m-xxlb-9{margin-bottom:10rem!important}.m-xxll-9{margin-left:10rem!important}.m-xxlx-9{margin-left:10rem!important;margin-right:10rem!important}.m-xxly-9{margin-top:10rem!important;margin-bottom:10rem!important}.p-xxl-0{padding:0!important}.p-xxlt-0{padding-top:0!important}.p-xxlr-0{padding-right:0!important}.p-xxlb-0{padding-bottom:0!important}.p-xxll-0{padding-left:0!important}.p-xxlx-0{padding-left:0!important;padding-right:0!important}.p-xxly-0{padding-top:0!important;padding-bottom:0!important}.p-xxl-1{padding:.25rem!important}.p-xxlt-1{padding-top:.25rem!important}.p-xxlr-1{padding-right:.25rem!important}.p-xxlb-1{padding-bottom:.25rem!important}.p-xxll-1{padding-left:.25rem!important}.p-xxlx-1{padding-left:.25rem!important;padding-right:.25rem!important}.p-xxly-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxlt-2{padding-top:.5rem!important}.p-xxlr-2{padding-right:.5rem!important}.p-xxlb-2{padding-bottom:.5rem!important}.p-xxll-2{padding-left:.5rem!important}.p-xxlx-2{padding-left:.5rem!important;padding-right:.5rem!important}.p-xxly-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxlt-3{padding-top:1rem!important}.p-xxlr-3{padding-right:1rem!important}.p-xxlb-3{padding-bottom:1rem!important}.p-xxll-3{padding-left:1rem!important}.p-xxlx-3{padding-left:1rem!important;padding-right:1rem!important}.p-xxly-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxlt-4{padding-top:1.5rem!important}.p-xxlr-4{padding-right:1.5rem!important}.p-xxlb-4{padding-bottom:1.5rem!important}.p-xxll-4{padding-left:1.5rem!important}.p-xxlx-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.p-xxly-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-xxl-5{padding:3rem!important}.p-xxlt-5{padding-top:3rem!important}.p-xxlr-5{padding-right:3rem!important}.p-xxlb-5{padding-bottom:3rem!important}.p-xxll-5{padding-left:3rem!important}.p-xxlx-5{padding-left:3rem!important;padding-right:3rem!important}.p-xxly-5{padding-top:3rem!important;padding-bottom:3rem!important}.p-xxl-6{padding:4.5rem!important}.p-xxlt-6{padding-top:4.5rem!important}.p-xxlr-6{padding-right:4.5rem!important}.p-xxlb-6{padding-bottom:4.5rem!important}.p-xxll-6{padding-left:4.5rem!important}.p-xxlx-6{padding-left:4.5rem!important;padding-right:4.5rem!important}.p-xxly-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.p-xxl-7{padding:6rem!important}.p-xxlt-7{padding-top:6rem!important}.p-xxlr-7{padding-right:6rem!important}.p-xxlb-7{padding-bottom:6rem!important}.p-xxll-7{padding-left:6rem!important}.p-xxlx-7{padding-left:6rem!important;padding-right:6rem!important}.p-xxly-7{padding-top:6rem!important;padding-bottom:6rem!important}.p-xxl-8{padding:8rem!important}.p-xxlt-8{padding-top:8rem!important}.p-xxlr-8{padding-right:8rem!important}.p-xxlb-8{padding-bottom:8rem!important}.p-xxll-8{padding-left:8rem!important}.p-xxlx-8{padding-left:8rem!important;padding-right:8rem!important}.p-xxly-8{padding-top:8rem!important;padding-bottom:8rem!important}.p-xxl-9{padding:10rem!important}.p-xxlt-9{padding-top:10rem!important}.p-xxlr-9{padding-right:10rem!important}.p-xxlb-9{padding-bottom:10rem!important}.p-xxll-9{padding-left:10rem!important}.p-xxlx-9{padding-left:10rem!important;padding-right:10rem!important}.p-xxly-9{padding-top:10rem!important;padding-bottom:10rem!important}}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}[data-parallax]{will-change:transform;transform:translateY(0)}body::-webkit-scrollbar{width:var(--sb-size)}body::-webkit-scrollbar-track{background:var(--sb-track-color);border-radius:5px}body::-webkit-scrollbar-thumb{background:var(--sb-thumb-color);border-radius:5px;border:2px solid #333}@supports (scrollbar-color:var(--sb-thumb-color) var(--sb-track-color)){body{scrollbar-color:var(--sb-thumb-color) var(--sb-track-color)}}.btn-arrow{position:relative;display:flex;align-items:center;justify-content:center;padding:1rem 1rem 1rem calc(2rem + .5rem);background:var(--primary-color);border-radius:100rem;overflow:hidden;color:var(--secondary-color);gap:.5rem}.btn-arrow span{font-size:1.2rem;font-weight:600;line-height:1;pointer-events:none;white-space:nowrap;margin-left:1rem;transition:transform .35s cubic-bezier(.65,0,.35,1),color .35s cubic-bezier(.65,0,.35,1)}.btn-arrow svg{width:2rem;height:2rem;position:absolute;top:50%;left:.5rem;transform:translateY(-50%) rotate(-45deg);transition:.35s cubic-bezier(.65,0,.35,1);background:var(--green01);border-radius:999px;padding:.5rem}.btn-arrow svg path{fill:var(--secondary-color)}.btn-arrow:focus-visible,.btn-arrow:hover{box-shadow:0 22px 35px rgba(21,255,0,.58);background:var(--green02)}.btn-arrow:focus-visible span,.btn-arrow:hover span{color:var(--primary-color);transform:translateX(-2.5rem)}.btn-arrow:focus-visible svg,.btn-arrow:hover svg{background:var(--primary-color);transform:translateY(-50%) rotate(0);left:calc(100% - 2rem - .5rem)}.btn-arrow:active{transform:scale(.95);filter:brightness(.8);box-shadow:0 5px 10px rgba(8,90,0,.58)}.btn-arrow:active span{color:#fff}.btn-arrow:active svg{left:calc(100% - 2rem - .5rem)}.btn-arrow-rtl{position:relative;display:flex;align-items:center;justify-content:center;padding:1rem calc(2rem + .5rem) 1rem 1rem;background:var(--primary-color);border-radius:100rem;overflow:hidden;color:var(--secondary-color);gap:.5rem}.btn-arrow-rtl span{font-size:1.2rem;font-weight:600;line-height:1;pointer-events:none;white-space:nowrap;margin-right:1rem;transition:transform .35s cubic-bezier(.65,0,.35,1),color .35s cubic-bezier(.65,0,.35,1)}.btn-arrow-rtl svg{width:2rem;height:2rem;position:absolute;top:50%;left:calc(100% - 2rem - .5rem);transform:translateY(-50%) rotate(-45deg);transition:.35s cubic-bezier(.65,0,.35,1);background:var(--green01);border-radius:999px;padding:.5rem}.btn-arrow-rtl svg path{fill:var(--secondary-color)}.btn-arrow-rtl:focus-visible,.btn-arrow-rtl:hover{box-shadow:0 22px 35px rgba(21,255,0,.58);background:var(--green02)}.btn-arrow-rtl:focus-visible span,.btn-arrow-rtl:hover span{color:var(--primary-color);transform:translateX(2.5rem)}.btn-arrow-rtl:focus-visible svg,.btn-arrow-rtl:hover svg{background:var(--primary-color);transform:translateY(-50%) rotate(0);left:.5rem}.btn-arrow-rtl:active{transform:scale(.95);filter:brightness(.8);box-shadow:0 5px 10px rgba(8,90,0,.58)}.btn-arrow-rtl:active span{color:#fff}.btn-arrow-rtl:active svg{left:.5rem}.btn-arrow-lg{position:relative;display:flex;align-items:center;justify-content:center;padding:1.25rem 1.25rem 1.25rem calc(2.4rem + .6rem);background:var(--primary-color);border-radius:100rem;overflow:hidden;color:var(--secondary-color);gap:.6rem}.btn-arrow-lg span{font-size:1.35rem;font-weight:600;line-height:1;pointer-events:none;white-space:nowrap;margin-left:1rem;transition:transform .35s cubic-bezier(.65,0,.35,1),color .35s cubic-bezier(.65,0,.35,1)}.btn-arrow-lg svg{width:2.4rem;height:2.4rem;position:absolute;top:50%;left:.6rem;transform:translateY(-50%) rotate(-45deg);transition:.35s cubic-bezier(.65,0,.35,1);background:var(--green01);border-radius:999px;padding:.5rem}.btn-arrow-lg svg path{fill:var(--secondary-color)}.btn-arrow-lg:focus-visible,.btn-arrow-lg:hover{box-shadow:0 22px 35px rgba(21,255,0,.58);background:var(--green02)}.btn-arrow-lg:focus-visible span,.btn-arrow-lg:hover span{color:var(--primary-color);transform:translateX(-3rem)}.btn-arrow-lg:focus-visible svg,.btn-arrow-lg:hover svg{background:var(--primary-color);transform:translateY(-50%) rotate(0);left:calc(100% - 2.4rem - .6rem)}.btn-arrow-lg:active{transform:scale(.95);filter:brightness(.8);box-shadow:0 5px 10px rgba(8,90,0,.58)}.btn-arrow-lg:active span{color:#fff}.btn-arrow-lg:active svg{left:calc(100% - 2.4rem - .6rem)}.btn-arrow-rtl-lg{position:relative;display:flex;align-items:center;justify-content:center;padding:1.25rem calc(2.4rem + .6rem) 1.25rem 1.25rem;background:var(--primary-color);border-radius:100rem;overflow:hidden;color:var(--secondary-color);gap:.6rem}.btn-arrow-rtl-lg span{font-size:1.35rem;font-weight:600;line-height:1;pointer-events:none;white-space:nowrap;margin-right:1rem;transition:transform .35s cubic-bezier(.65,0,.35,1),color .35s cubic-bezier(.65,0,.35,1)}.btn-arrow-rtl-lg svg{width:2.4rem;height:2.4rem;position:absolute;top:50%;left:calc(100% - 2.4rem - .6rem);transform:translateY(-50%) rotate(-45deg);transition:.35s cubic-bezier(.65,0,.35,1);background:var(--green01);border-radius:999px;padding:.5rem}.btn-arrow-rtl-lg svg path{fill:var(--secondary-color)}.btn-arrow-rtl-lg:focus-visible,.btn-arrow-rtl-lg:hover{box-shadow:0 22px 35px rgba(21,255,0,.58);background:var(--green02)}.btn-arrow-rtl-lg:focus-visible span,.btn-arrow-rtl-lg:hover span{color:var(--primary-color);transform:translateX(3rem)}.btn-arrow-rtl-lg:focus-visible svg,.btn-arrow-rtl-lg:hover svg{background:var(--primary-color);transform:translateY(-50%) rotate(0);left:.6rem}.btn-arrow-rtl-lg:active{transform:scale(.95);filter:brightness(.8);box-shadow:0 5px 10px rgba(8,90,0,.58)}.btn-arrow-rtl-lg:active span{color:#fff}.btn-arrow-rtl-lg:active svg{left:.6rem}.btn-arrow-xl{position:relative;display:flex;align-items:center;justify-content:center;padding:1.5rem 1.5rem 1.5rem calc(2.8rem + .75rem);background:var(--primary-color);border-radius:100rem;overflow:hidden;color:var(--secondary-color);gap:.75rem}.btn-arrow-xl span{font-size:1.5rem;font-weight:600;line-height:1;pointer-events:none;white-space:nowrap;margin-left:1rem;transition:transform .35s cubic-bezier(.65,0,.35,1),color .35s cubic-bezier(.65,0,.35,1)}.btn-arrow-xl svg{width:2.8rem;height:2.8rem;position:absolute;top:50%;left:.75rem;transform:translateY(-50%) rotate(-45deg);transition:.35s cubic-bezier(.65,0,.35,1);background:var(--green01);border-radius:999px;padding:.5rem}.btn-arrow-xl svg path{fill:var(--secondary-color)}.btn-arrow-xl:focus-visible,.btn-arrow-xl:hover{box-shadow:0 22px 35px rgba(21,255,0,.58);background:var(--green02)}.btn-arrow-xl:focus-visible span,.btn-arrow-xl:hover span{color:var(--primary-color);transform:translateX(-3.55rem)}.btn-arrow-xl:focus-visible svg,.btn-arrow-xl:hover svg{background:var(--primary-color);transform:translateY(-50%) rotate(0);left:calc(100% - 2.8rem - .75rem)}.btn-arrow-xl:active{transform:scale(.95);filter:brightness(.8);box-shadow:0 5px 10px rgba(8,90,0,.58)}.btn-arrow-xl:active span{color:#fff}.btn-arrow-xl:active svg{left:calc(100% - 2.8rem - .75rem)}.btn-arrow-rtl-xl{position:relative;display:flex;align-items:center;justify-content:center;padding:1.5rem calc(2.8rem + .75rem) 1.5rem 1.5rem;background:var(--primary-color);border-radius:100rem;overflow:hidden;color:var(--secondary-color);gap:.75rem}.btn-arrow-rtl-xl span{font-size:1.5rem;font-weight:600;line-height:1;pointer-events:none;white-space:nowrap;margin-right:1rem;transition:transform .35s cubic-bezier(.65,0,.35,1),color .35s cubic-bezier(.65,0,.35,1)}.btn-arrow-rtl-xl svg{width:2.8rem;height:2.8rem;position:absolute;top:50%;left:calc(100% - 2.8rem - .75rem);transform:translateY(-50%) rotate(-45deg);transition:.35s cubic-bezier(.65,0,.35,1);background:var(--green01);border-radius:999px;padding:.5rem}.btn-arrow-rtl-xl svg path{fill:var(--secondary-color)}.btn-arrow-rtl-xl:focus-visible,.btn-arrow-rtl-xl:hover{box-shadow:0 22px 35px rgba(21,255,0,.58);background:var(--green02)}.btn-arrow-rtl-xl:focus-visible span,.btn-arrow-rtl-xl:hover span{color:var(--primary-color);transform:translateX(3.55rem)}.btn-arrow-rtl-xl:focus-visible svg,.btn-arrow-rtl-xl:hover svg{background:var(--primary-color);transform:translateY(-50%) rotate(0);left:.75rem}.btn-arrow-rtl-xl:active{transform:scale(.95);filter:brightness(.8);box-shadow:0 5px 10px rgba(8,90,0,.58)}.btn-arrow-rtl-xl:active span{color:#fff}.btn-arrow-rtl-xl:active svg{left:.75rem}button.btn-arrow-rtl-lg.glass{position:relative;display:flex;align-items:center;justify-content:center;padding:1.25rem calc(2.4rem + .6rem) 1.25rem 1.25rem;background:var(--primary-color);border-radius:100rem;overflow:hidden;color:var(--secondary-color);gap:.6rem;background:rgba(0,0,0,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:.1rem solid var(--secondary-color)}button.btn-arrow-rtl-lg.glass span{font-size:1.35rem;font-weight:600;line-height:1;pointer-events:none;white-space:nowrap;margin-right:1rem;transition:transform .35s cubic-bezier(.65,0,.35,1),color .35s cubic-bezier(.65,0,.35,1)}button.btn-arrow-rtl-lg.glass svg{width:2.4rem;height:2.4rem;position:absolute;top:50%;left:calc(100% - 2.4rem - .6rem);transform:translateY(-50%) rotate(-45deg);transition:.35s cubic-bezier(.65,0,.35,1);background:var(--green01);border-radius:999px;padding:.5rem}button.btn-arrow-rtl-lg.glass svg path{fill:var(--secondary-color)}button.btn-arrow-rtl-lg.glass:focus-visible,button.btn-arrow-rtl-lg.glass:hover{box-shadow:0 22px 35px rgba(21,255,0,.58);background:var(--green02)}button.btn-arrow-rtl-lg.glass:focus-visible span,button.btn-arrow-rtl-lg.glass:hover span{color:var(--primary-color);transform:translateX(3rem)}button.btn-arrow-rtl-lg.glass:focus-visible svg,button.btn-arrow-rtl-lg.glass:hover svg{background:var(--primary-color);transform:translateY(-50%) rotate(0);left:.6rem}button.btn-arrow-rtl-lg.glass:active{transform:scale(.95);filter:brightness(.8);box-shadow:0 5px 10px rgba(8,90,0,.58)}button.btn-arrow-rtl-lg.glass:active span{color:#fff}button.btn-arrow-rtl-lg.glass:active svg{left:.6rem}button.btn-arrow-rtl-lg.glass.packages{background-color:rgba(0,255,0,.25);color:var(--secondary-color);border:.1rem solid #82ff2f}button.btn-arrow-rtl-lg.glass.packages svg path{background:var(--primary-color);fill:#82ff2f}button.btn-arrow-rtl-lg.glass.packages span{color:#fff}button.btn-arrow-rtl-lg.glass.packages:hover{background-color:var(--secondary-color);color:var(--primary-color);box-shadow:0 15px 30px rgba(255,255,0,.4);border:.1rem solid var(--green02)}button.btn-arrow-rtl-lg.glass.packages:hover svg path{background:var(--primary-color);fill:var(--secondary-color)}button.btn-arrow-rtl-lg.glass.packages:hover span{color:var(--primary-color)}button.btn-arrow-rtl-lg.glass:hover{background:var(--secondary-color)}.container{width:100%;margin-left:auto;margin-right:auto;padding-inline:var(--container-padding)}@media (min-width:1200px){.container{max-width:var(--container-max-width-xl)}}@media (min-width:1400px){.container{max-width:var(--container-max-width-xxl)}}@media (min-width:1600px){.container{max-width:var(--container-max-width-xxxl)}}@media (min-width:2560px){.container{max-width:var(--container-max-width-25k)}}@media (min-width:3840px){.container{max-width:var(--container-max-width-4k)}}.mobileToggle{--burger-width:34px;--burger-height:calc(17px);--burger-line-height:1px;width:var(--burger-width);height:var(--burger-height);position:absolute;right:10vw;color:#fff;z-index:1000;display:none}.mobileToggle__line{position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;height:var(--burger-line-height);background:currentColor;transition:transform .2s ease-in-out}.mobileToggle::after,.mobileToggle::before{content:"";position:absolute;left:0;width:100%;height:var(--burger-line-height);background:currentColor;transition:transform .2s ease-in-out,top .2s ease-in-out}.mobileToggle::before{top:0}.mobileToggle::after{top:calc(100% - var(--burger-line-height))}.mobileToggle--active .mobileToggle__line{transform:scale(0)}.mobileToggle--active::before{top:50%;transform:rotate(45deg)}.mobileToggle--active::after{top:50%;transform:rotate(-45deg)}.mobileToggle:hover{color:var(--secondary-color)}header{display:flex;align-items:center;justify-content:center;border-radius:100rem;background:linear-gradient(90deg,var(--primary-color) 0,var(--green01) 60%,var(--primary-color) 100%);background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background-size:100%;margin-top:38.25px;overflow:visible;height:59.5px;box-shadow:0 20px 30px rgba(0,0,0,.25);position:fixed;left:50%;transform:translateX(-50%);z-index:1000;width:1200px}header .mobileCallUsNow{display:none}header .mobile-branding{display:none;width:140px}header:hover{cursor:pointer;margin-top:calc(2rem + 10px);background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background-size:200%;box-shadow:0 5px 10px transparent}header:hover nav ul li.branding img.logo{margin-bottom:35.5px;filter:drop-shadow(0 10px 12px rgba(0, 0, 0, .6));transform:scale(1.05)}header nav{display:flex;align-items:center;justify-content:center;gap:1rem;width:95%}header nav ul{display:flex;align-items:center;justify-content:space-between;gap:3rem;margin:0;padding:0;position:relative;width:95%}header nav ul li.branding img.logo{height:85px;margin-bottom:25.5px;filter:drop-shadow(0 10px 12px rgba(0, 0, 0, .6))}header nav a{font-size:12px;text-transform:uppercase;text-decoration:none;color:var(--secondary-color);border-bottom:0 solid var(--secondary-color);border-bottom-width:0;position:relative}header nav a::after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:.08rem;background-color:var(--secondary-color);transition:width .3s}header nav a:hover{color:#fff}header nav a:active{transform:translate(0,2px)}header nav a:hover::after{width:100%}@media screen and (max-width:1024px){header{display:flex;align-items:center;justify-content:center;border-radius:0 0 2rem 2rem;background:linear-gradient(90deg,var(--primary-color) 0,var(--green01) 60%,var(--primary-color) 100%);background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);margin-top:0;overflow:visible;height:80px;box-shadow:0 20px 30px rgba(0,0,0,.25);position:fixed;top:0;left:0;right:0;transform:none;z-index:1000;width:100vw}header .mobileCallUsNow{display:flex;align-items:center;justify-content:center;gap:.5rem;left:1rem;bottom:25%;position:absolute;background:var(--green01);color:var(--secondary-color);padding:.2rem .5rem;border-radius:100rem;box-shadow:0 0 0 rgba(255,240,74,0);border:1px solid var(--green02);z-index:1001;aspect-ratio:1/1}header .mobileCallUsNow:hover{box-shadow:0 0 25px rgba(255,240,74,.4);border:1px solid var(--secondary-color)}header .mobileCallUsNow span{font-size:14px;font-weight:600;cursor:pointer}header .mobileCallUsNow img{width:28px;height:28px}header .mobile-branding{display:flex;width:100%;justify-content:center;z-index:1000}header .mobile-branding>img.logo{width:150px;margin-top:18px}header.container{width:100vw}header:hover{cursor:pointer;margin-top:0;background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);backdrop-filter:blur(40px);background-size:200%;box-shadow:0 5px 10px transparent}header:hover nav ul li.branding img.logo{margin-bottom:35.5px;filter:drop-shadow(0 10px 12px rgba(0, 0, 0, .6));transform:scale(1.05)}header .mobileToggle{display:block}header nav{display:flex;align-items:center;justify-content:center;gap:1rem;width:100vw;height:100vh;position:absolute;top:0;left:0;background:#000;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);transition:transform .35s ease-in-out,opacity .35s ease-in-out;transform:translateY(-100%)}header nav.active{display:flex;transform:translateY(0) translateX(0);opacity:1;pointer-events:auto}header nav>.call-now,header nav>.menu-toggle{display:none}header nav>.Mobilebranding{display:none;width:140px}header nav ul{display:flex;align-items:center;justify-content:center;gap:3rem;margin:0;padding:0;position:relative;width:100%;height:100%;flex-direction:column;gap:1rem}header nav ul li.branding{display:none}header nav ul li.branding img.logo{height:85px;margin-bottom:25.5px;filter:drop-shadow(0 10px 12px rgba(0, 0, 0, .6))}header nav a{font-size:7vw;text-transform:uppercase;text-decoration:none;color:var(--secondary-color);border-bottom:0 solid var(--secondary-color);border-bottom-width:0;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;white-space:nowrap;font-weight:600;font-style:italic}header nav a::after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:.08rem;background-color:var(--secondary-color);transition:width .3s}header nav a:hover{color:#fff}header nav a:active{transform:translate(0,2px)}header nav a:hover::after{width:100%}}.hero-container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;background-color:#f8f9fa;width:100vw;min-height:90vh;position:relative;z-index:2}.hero-container button,.hero-container h1,.hero-container p{color:var(--secondary-color)}.hero-container .hero-text{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:2rem;padding:0 2rem}.hero-container .hero-text h1{font-size:6rem;font-weight:200;line-height:1;margin:0}.hero-container .hero-text p{font-size:1.2rem;line-height:1.2;color:var(--body-bg-l2);text-transform:uppercase;letter-spacing:4px;font-weight:200}.hero-container .hero-text .hero-btns-group{display:flex;justify-content:center;align-items:center;gap:1rem;width:100%;flex-wrap:wrap}.hero-container .video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-1}.hero-container .video-wrapper video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-container .video-wrapper::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);z-index:1}.homeIntroduction{display:flex;justify-content:center;align-items:stretch;gap:2rem;min-height:50vh;margin-top:-15vh;padding:0;background:rgba(238,255,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:2;border-radius:12rem 0;overflow:hidden;box-shadow:0 10px 20px rgba(20,108,0,.1);border:2px solid var(--secondary-color)}.homeIntroduction::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(../../../assets/images/leaf.svg) 10% 30%/800px 800px no-repeat fixed;z-index:-1}.homeIntroduction:hover{box-shadow:0 15px 40px rgba(20,108,0,.45);transition:.3s}.homeIntroduction::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:linear-gradient(0deg,var(--secondary-color) 0,var(--secondary-color) 40%,rgba(238,255,0,0) 100%);border-radius:12rem 0}.homeIntroduction .homeIntroduction__text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;gap:1rem;padding:0 4rem;width:50%}.homeIntroduction .homeIntroduction__text h1{font-size:2.5rem;font-weight:700;line-height:1;margin:0;color:var(--primary-color);text-align:left;text-transform:uppercase}.homeIntroduction .homeIntroduction__text h4{font-size:1.5rem;line-height:.9;margin:0;color:var(--primary-color);text-align:left;font-weight:500}.homeIntroduction .homeIntroduction__text span{font-size:1rem;line-height:1;text-align:left;font-weight:400}.homeIntroduction .sectionImage{display:flex;justify-content:flex-end;align-items:center;width:50%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border:25px solid var(--green02);border-radius:12rem 0;box-shadow:0 5px 10px rgba(0,0,0,.2)}.ourServices{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem;min-height:70vh;margin-top:1rem;padding:4rem 2rem;background:var(--primary-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:2;border-radius:0 12rem;overflow:hidden;box-shadow:0 10px 20px rgba(20,108,0,.1)}.ourServices::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(../../../assets/images/leaf.svg) 100% 50%/800px 800px no-repeat fixed;mix-blend-mode:hard-light;z-index:-1}.ourServices::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:linear-gradient(0deg,var(--green01) 0,rgba(11,185,11,.316) 50%,rgba(0,0,0,.5) 100%);border-radius:0 12rem}.ourServices .ourService__text{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:left;gap:3rem;padding:0 4rem;width:90%}.ourServices .ourService__text h1{font-size:3rem;font-weight:200;line-height:1;margin:0;color:var(--secondary-color);text-align:center}.ourServices .ourService__text h4{font-size:2rem;line-height:100%;margin:0;color:var(--body-bg-l1);text-align:center;font-weight:200}.ourServices .ourService__text span{font-size:1.5rem;line-height:1.2;color:#fff;text-align:center;font-weight:400}@keyframes backgroundAnimation{0%,100%{opacity:1}50%{opacity:0}}@media screen and (max-width:1024px){.hero-container{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;padding:3rem 1rem;background-color:#f8f9fa;width:100vw;min-height:100vh;position:relative;z-index:2}.hero-container button,.hero-container h1,.hero-container p{color:var(--secondary-color)}.hero-container .hero-text{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;gap:1rem;width:100%;padding:0 1rem;margin-bottom:10vh}.hero-container .hero-text h1{font-size:3rem;font-weight:200;line-height:1;margin:0}.hero-container .hero-text p{font-size:1rem;line-height:1;color:var(--body-bg-l2);text-transform:uppercase;letter-spacing:2px;font-weight:200}.hero-container .hero-text button{background:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:var(--secondary-color);border:none;padding:.75rem 2rem;font-size:1.2rem;cursor:pointer;transition:.2s;border-radius:99rem;border:1px solid var(--secondary-color);box-shadow:0 5px 10px rgba(0,0,0,.2)}.hero-container .hero-text button.packages{background-color:rgba(255,255,255,.2);color:var(--secondary-color)}.hero-container .hero-text button.packages:hover{background-color:var(--secondary-color);color:var(--primary-color)}.hero-container .hero-text button:hover{background:var(--secondary-color);color:var(--primary-color);box-shadow:0 15px 30px rgba(255,251,0,.58)}.hero-container .hero-text button:active{background-color:var(--secondary-color);color:var(--primary-color);transform:scale(.95)}.hero-container .hero-text .hero-btns-group{display:flex;justify-content:center;align-items:center;gap:1rem;width:100%;flex-wrap:wrap}.hero-container .video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-1}.hero-container .video-wrapper video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-container .video-wrapper::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);z-index:1}.hero-container .hero-btns-group{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.hero-container .hero-btns-group button{width:100%}.homeIntroduction{display:flex;justify-content:center;align-items:stretch;flex-direction:column-reverse;gap:2rem;min-height:50vh;margin-top:-10vh;padding:0 0 4rem;background:rgba(238,255,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:2;border-radius:6rem 0;overflow:hidden;box-shadow:0 10px 20px rgba(20,108,0,.1);border:0 solid var(--secondary-color)}.homeIntroduction:hover{box-shadow:0 15px 40px rgba(20,108,0,.45);transition:.3s}.homeIntroduction::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:linear-gradient(0deg,var(--secondary-color) 0,var(--secondary-color) 40%,var(--secondary-color) 100%);border-radius:5rem 0}.homeIntroduction .homeIntroduction__text{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1rem;padding:0 2rem;width:100%}.homeIntroduction .homeIntroduction__text h1{font-size:1.8rem;font-weight:700;line-height:1;margin:0;color:var(--primary-color);text-align:center;text-transform:uppercase}.homeIntroduction .homeIntroduction__text h4{font-size:1.2rem;line-height:.9;margin:0;color:var(--primary-color);text-align:center;font-weight:500}.homeIntroduction .homeIntroduction__text span{font-size:14px;line-height:1;text-align:center;font-weight:400}.homeIntroduction .sectionImage{display:flex;justify-content:flex-end;align-items:center;width:100%;aspect-ratio:unset;height:40vh;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;border:12px solid var(--green02);border-radius:6rem 0;box-shadow:0 5px 10px rgba(0,0,0,.2)}}.fluidAppContainer{min-width:100vw;min-height:100vh;max-height:100vh;background:url(../../images/grass-tiles.jpg) center center;display:flex;justify-content:flex-start;flex-direction:column;align-items:center;overflow-x:hidden;overflow-y:scroll;padding:3rem 0}.appContainerDesktop{align-items:center;justify-content:flex-start;flex-direction:column;gap:5rem}.appContainerDesktop .branding{display:flex;align-items:center;justify-content:center}.appContainerDesktop .branding img.logo{width:240px;filter:drop-shadow(0 10px 12px rgba(0, 0, 0, .6))}.appContainerDesktop .appContainerDesktopContent{display:flex;align-items:flex-start;justify-content:center;gap:1rem;position:relative}.appContainerDesktop .appContainerDesktopContent .mobileDevices{display:flex;align-items:center;justify-content:center;gap:1rem;position:relative}.appContainerDesktop .appContainerDesktopContent .mobileDevices img.iPhoneDevice{height:600px;z-index:3;filter:drop-shadow(0 10px 12px rgba(0, 0, 0, .6))}.appContainerDesktop .appContainerDesktopContent .mobileDevices img.iPhoneDevice:hover{transform:scale(1.05) translateY(-10px)}.appContainerDesktop .appContainerDesktopContent .mobileDevices img.androidDevice{height:580px;margin-left:-15%;filter:drop-shadow(0 10px 12px rgba(0, 0, 0, .6))}.appContainerDesktop .appContainerDesktopContent .mobileDevices img.androidDevice:hover{transform:scale(1.05) translateY(-10px);z-index:3}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right{display:flex;align-items:flex-start;justify-content:center;gap:1rem;position:relative;flex-direction:column;background:rgba(0,0,0,.4);padding:75px 4rem 4rem;border-radius:3rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:var(--secondary-color);max-width:600px}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right h1{font-size:3.2rem;line-height:100%;font-weight:200;text-align:left;color:var(--body-bg-l1);margin-top:1rem;text-transform:uppercase}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right h4{font-size:2.2rem;line-height:100%;font-weight:600;text-align:left;color:var(--body-bg-l1);margin-top:-1.5rem;text-transform:uppercase}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right p{font-size:1.2rem;line-height:120%;font-weight:200;text-align:left;color:var(--body-bg-l1);padding-right:1.5rem}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right ul{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:1.5rem;margin:0;padding:0}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right ul li{display:flex;align-items:flex-start;justify-content:flex-start;gap:.25rem;font-size:1rem;line-height:120%;font-weight:200;text-align:left;color:var(--body-bg-l1);letter-spacing:1px;display:flex;flex-direction:column}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right ul li strong{font-size:1.2rem;background:var(--primary-color);color:var(--body-bg-l1);font-weight:300;padding:.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right ul li strong::before{content:"";display:flex;align-items:center;justify-content:center;padding:.5rem .75rem;font-size:1.2rem;font-weight:700;line-height:100%;border-radius:8px;margin-right:.25rem;height:20px;width:20px;background:url(../../images/check.svg) center center/20px 20px no-repeat}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right img.appIcon{width:150px;height:150px;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);filter:drop-shadow(0 10px 12px rgba(0, 0, 0, .3))}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right img.appIcon:hover{filter:drop-shadow(0 20px 32px rgba(0, 0, 0, .8))}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right img.qrCode{height:150px;filter:drop-shadow(0 10px 12px rgba(0, 0, 0, .3))}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right img.qrCode:hover{filter:drop-shadow(0 20px 32px rgba(0, 0, 0, .8))}.appContaineriOS{flex-direction:column;justify-content:flex-start;align-items:center;gap:1rem;padding-bottom:calc(15vh + 8rem)}.appContaineriOS .branding{display:flex;align-items:center;justify-content:center}.appContaineriOS .branding img.logo{width:20vh;filter:drop-shadow(0 10px 12px rgba(0, 0, 0, .6))}.appContaineriOS .appContaineriOSContent{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;flex-direction:column}.appContaineriOS .appContaineriOSContent .mobileAppContent{display:flex;align-items:center;justify-content:center;gap:1rem;position:relative;flex-direction:column}.appContaineriOS .appContaineriOSContent .mobileAppContent h1{font-size:2rem;line-height:100%;font-weight:700;text-align:center;color:var(--body-bg-l1);width:80vw;margin-top:1rem;text-transform:uppercase;text-shadow:0 5px 10px rgba(0,0,0,.85)}.appContaineriOS .appContaineriOSContent .mobileAppContent .callUsNow{width:90%;padding:1rem 1.2rem;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:.12rem solid var(--secondary-color);display:flex;align-items:center;justify-content:center;border-radius:1000rem;font-size:1.5rem;line-height:100%;font-weight:600}.appContaineriOS .appContaineriOSContent .mobileAppContent .callUsNow:hover{background:var(--green01)}.appContaineriOS .appContaineriOSContent .mobileAppContent .callUsNow img{width:7vw;height:7vw;-o-object-fit:cover;object-fit:cover;filter:drop-shadow(0 10px 12px rgba(0, 0, 0, .6))}.appContaineriOS .appContaineriOSContent .mobileAppContent .callUsNow span{color:var(--body-bg-l1);font-weight:600;font-size:1rem;line-height:100%;text-align:right;text-transform:uppercase}.appContaineriOS .appContaineriOSContent img.iPhoneDevice{height:60vh;filter:drop-shadow(0 10px 12px rgba(0, 0, 0, .75))}.appContaineriOS .appContaineriOSContent .btn-download-ios{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;padding:1rem;background:var(--primary-color);bottom:0;left:0;height:14vh;position:fixed}.appContaineriOS .appContaineriOSContent .btn-download-ios img.appIcon{width:18vw;height:18vw;position:absolute;top:-2vw;left:50%;transform:translate(-50%,-50%)}.appContaineriOS .appContaineriOSContent .btn-download-ios span{color:var(--body-bg-l1);font-weight:600;font-size:12px;line-height:200%;text-align:center;text-transform:uppercase;margin-top:1rem}.appContaineriOS .appContaineriOSContent .btn-download-ios span strong{font-size:14px;background:var(--secondary-color);color:var(--primary-color);padding:.3rem .5rem;border-radius:8px;margin-bottom:8px}.appContainerAndroid{flex-direction:column;justify-content:flex-start;align-items:center;gap:1rem;padding-bottom:calc(15vh + 8rem)}.appContainerAndroid .branding{display:flex;align-items:center;justify-content:center}.appContainerAndroid .branding img.logo{width:20vh;filter:drop-shadow(0 10px 12px rgba(0, 0, 0, .6))}.appContainerAndroid .appContainerAndroidContent{display:flex;align-items:center;justify-content:center;gap:1rem;flex-direction:column}.appContainerAndroid .appContainerAndroidContent img.androidDevice{height:60vh;filter:drop-shadow(0 10px 12px rgba(0, 0, 0, .75))}.appContainerAndroid .appContainerAndroidContent .mobileAppContent{display:flex;align-items:center;justify-content:center;gap:1rem;position:relative;flex-direction:column}.appContainerAndroid .appContainerAndroidContent .mobileAppContent h1{font-size:2rem;line-height:100%;font-weight:700;text-align:center;color:var(--body-bg-l1);width:80vw;margin-top:1rem;text-transform:uppercase;text-shadow:0 5px 10px rgba(0,0,0,.85)}.appContainerAndroid .appContainerAndroidContent .mobileAppContent .callUsNow{width:90%;padding:1rem 1.2rem;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:.12rem solid var(--secondary-color);display:flex;align-items:center;justify-content:center;border-radius:1000rem;font-size:1.5rem;line-height:100%;font-weight:600}.appContainerAndroid .appContainerAndroidContent .mobileAppContent .callUsNow:hover{background:var(--green01)}.appContainerAndroid .appContainerAndroidContent .mobileAppContent .callUsNow img{width:7vw;height:7vw;-o-object-fit:cover;object-fit:cover;filter:drop-shadow(0 10px 12px rgba(0, 0, 0, .6))}.appContainerAndroid .appContainerAndroidContent .mobileAppContent .callUsNow span{color:var(--body-bg-l1);font-weight:600;font-size:1rem;line-height:100%;text-align:right;text-transform:uppercase}.appContainerAndroid .appContainerAndroidContent .btn-download-android{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;padding:1rem;background:var(--primary-color);bottom:0;left:0;height:14vh;position:fixed}.appContainerAndroid .appContainerAndroidContent .btn-download-android img.appIcon{width:18vw!important;height:18vw!important;position:absolute;top:-2vw;left:50%;transform:translate(-50%,-50%)}.appContainerAndroid .appContainerAndroidContent .btn-download-android span{color:var(--body-bg-l1);font-weight:600;font-size:12px;line-height:200%;text-align:center;text-transform:uppercase;margin-top:1rem}.appContainerAndroid .appContainerAndroidContent .btn-download-android span strong{font-size:14px;background:var(--secondary-color);color:var(--primary-color);padding:.3rem .5rem;border-radius:8px;margin-bottom:8px}.appContainerAndroid,.appContainerDesktop,.appContaineriOS{display:none}.appContainer--active{display:flex}@media screen and (max-width:1300px){.appContainerDesktop{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:5rem}.appContainerDesktop .branding{display:flex;align-items:center;justify-content:center}.appContainerDesktop .branding img.logo{width:240px;filter:drop-shadow(0 10px 12px rgba(0, 0, 0, .6))}.appContainerDesktop .appContainerDesktopContent{display:flex;align-items:flex-start;justify-content:center;gap:1rem;position:relative}.appContainerDesktop .appContainerDesktopContent .mobileDevices{display:flex;align-items:center;justify-content:center;gap:1rem;position:relative}.appContainerDesktop .appContainerDesktopContent .mobileDevices img.iPhoneDevice{height:540px;z-index:3;filter:drop-shadow(0 10px 12px rgba(0, 0, 0, .6))}.appContainerDesktop .appContainerDesktopContent .mobileDevices img.iPhoneDevice:hover{transform:scale(1.05) translateY(-10px)}.appContainerDesktop .appContainerDesktopContent .mobileDevices img.androidDevice{height:522px;margin-left:-15%;filter:drop-shadow(0 10px 12px rgba(0, 0, 0, .6))}.appContainerDesktop .appContainerDesktopContent .mobileDevices img.androidDevice:hover{transform:scale(1.05) translateY(-10px);z-index:3}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right{display:flex;align-items:flex-start;justify-content:center;gap:1rem;position:relative;flex-direction:column;background:rgba(0,0,0,.4);padding:75px 3rem 3rem;border-radius:3rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:var(--secondary-color);max-width:600px}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right h1{font-size:2.2rem;line-height:100%;font-weight:200;text-align:left;color:var(--body-bg-l1);margin-top:1rem;text-transform:uppercase}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right h4{font-size:1.5rem;line-height:100%;font-weight:600;text-align:left;color:var(--body-bg-l1);margin-top:-1.5rem;text-transform:uppercase}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right p{font-size:1rem;line-height:120%;font-weight:200;text-align:left;color:var(--body-bg-l1);padding-right:1.5rem}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right ul{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:1.5rem;margin:0;padding:0}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right ul li{display:flex;align-items:flex-start;justify-content:flex-start;gap:.25rem;font-size:1rem;line-height:120%;font-weight:200;text-align:left;color:var(--body-bg-l1);letter-spacing:1px;display:flex;flex-direction:column}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right ul li strong{font-size:1.2rem;background:var(--primary-color);color:var(--body-bg-l1);font-weight:300;padding:.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right ul li strong::before{content:"";display:flex;align-items:center;justify-content:center;padding:.5rem .75rem;font-size:1.2rem;font-weight:700;line-height:100%;border-radius:8px;margin-right:.25rem;height:20px;width:20px;background:url(../../images/check.svg) center center/20px 20px no-repeat}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right img.appIcon{width:150px;height:150px;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);filter:drop-shadow(0 10px 12px rgba(0, 0, 0, .3))}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right img.appIcon:hover{filter:drop-shadow(0 20px 32px rgba(0, 0, 0, .8))}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right img.qrCode{height:150px;filter:drop-shadow(0 10px 12px rgba(0, 0, 0, .3))}.appContainerDesktop .appContainerDesktopContent .appContainerDesktop__right img.qrCode:hover{filter:drop-shadow(0 20px 32px rgba(0, 0, 0, .8))}}@media screen and (max-width:1024px){.fluidAppContainer{min-width:100vw;min-height:100vh;max-height:100vh;background:url(../../images/grass-tiles.jpg) center center;display:flex;justify-content:flex-start;flex-direction:column;align-items:center;overflow-x:hidden;overflow-y:scroll;padding:1.2rem 0}}.bento-grid{display:grid;gap:1rem;grid-auto-rows:1fr;grid-template-columns:repeat(2,1fr)}.col-span-2{grid-column:span 2/span 2}.row-span-2{grid-row:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.row-span-3{grid-row:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.row-span-4{grid-row:span 4/span 4}.col-span-5{grid-column:span 5/span 5}.row-span-5{grid-row:span 5/span 5}.col-span-6{grid-column:span 6/span 6}.row-span-6{grid-row:span 6/span 6}.tile-square{aspect-ratio:1/1}.tile-wide{aspect-ratio:16/9}.tile-tall{aspect-ratio:3/4}.tile-bleed-x{grid-column:1/-1}.tile-bleed-y{grid-row:1/-1}@media (min-width:576px){.bento-grid{grid-template-columns:repeat(2,1fr)}.col-span-sm-2{grid-column:span 2/span 2}.row-span-sm-2{grid-row:span 2/span 2}.col-span-sm-3{grid-column:span 3/span 3}.row-span-sm-3{grid-row:span 3/span 3}.col-span-sm-4{grid-column:span 4/span 4}.row-span-sm-4{grid-row:span 4/span 4}.col-span-sm-5{grid-column:span 5/span 5}.row-span-sm-5{grid-row:span 5/span 5}.col-span-sm-6{grid-column:span 6/span 6}.row-span-sm-6{grid-row:span 6/span 6}}@media (min-width:768px){.bento-grid{grid-template-columns:repeat(3,1fr)}.col-span-md-2{grid-column:span 2/span 2}.row-span-md-2{grid-row:span 2/span 2}.col-span-md-3{grid-column:span 3/span 3}.row-span-md-3{grid-row:span 3/span 3}.col-span-md-4{grid-column:span 4/span 4}.row-span-md-4{grid-row:span 4/span 4}.col-span-md-5{grid-column:span 5/span 5}.row-span-md-5{grid-row:span 5/span 5}.col-span-md-6{grid-column:span 6/span 6}.row-span-md-6{grid-row:span 6/span 6}}@media (min-width:992px){.bento-grid{grid-template-columns:repeat(4,1fr)}.col-span-lg-2{grid-column:span 2/span 2}.row-span-lg-2{grid-row:span 2/span 2}.col-span-lg-3{grid-column:span 3/span 3}.row-span-lg-3{grid-row:span 3/span 3}.col-span-lg-4{grid-column:span 4/span 4}.row-span-lg-4{grid-row:span 4/span 4}.col-span-lg-5{grid-column:span 5/span 5}.row-span-lg-5{grid-row:span 5/span 5}.col-span-lg-6{grid-column:span 6/span 6}.row-span-lg-6{grid-row:span 6/span 6}}@media (min-width:1200px){.bento-grid{grid-template-columns:repeat(6,1fr)}.col-span-xl-2{grid-column:span 2/span 2}.row-span-xl-2{grid-row:span 2/span 2}.col-span-xl-3{grid-column:span 3/span 3}.row-span-xl-3{grid-row:span 3/span 3}.col-span-xl-4{grid-column:span 4/span 4}.row-span-xl-4{grid-row:span 4/span 4}.col-span-xl-5{grid-column:span 5/span 5}.row-span-xl-5{grid-row:span 5/span 5}.col-span-xl-6{grid-column:span 6/span 6}.row-span-xl-6{grid-row:span 6/span 6}}@media (min-width:1400px){.bento-grid{grid-template-columns:repeat(6,1fr)}.col-span-xxl-2{grid-column:span 2/span 2}.row-span-xxl-2{grid-row:span 2/span 2}.col-span-xxl-3{grid-column:span 3/span 3}.row-span-xxl-3{grid-row:span 3/span 3}.col-span-xxl-4{grid-column:span 4/span 4}.row-span-xxl-4{grid-row:span 4/span 4}.col-span-xxl-5{grid-column:span 5/span 5}.row-span-xxl-5{grid-row:span 5/span 5}.col-span-xxl-6{grid-column:span 6/span 6}.row-span-xxl-6{grid-row:span 6/span 6}}html{font-size:100%}body{--sb-track-color:#0b1b07;--sb-thumb-color:#e3e42a;--sb-size:10px;font-size:1rem;line-height:1.6}h1{font-size:4.2087269129rem;line-height:1.2;font-weight:700;margin-top:0;margin-bottom:.5em}h2{font-size:3.1573345183rem;line-height:1.2;font-weight:700;margin-top:0;margin-bottom:.5em}h3{font-size:2.368593037rem;line-height:1.2;font-weight:700;margin-top:0;margin-bottom:.5em}h4{font-size:1.776889rem;line-height:1.2;font-weight:700;margin-top:0;margin-bottom:.5em}h5{font-size:1.333rem;line-height:1.2;font-weight:700;margin-top:0;margin-bottom:.5em}h6{font-size:1rem;line-height:1.2;font-weight:700;margin-top:0;margin-bottom:.5em}.lead{font-size:1.25rem;line-height:1.4}.small{font-size:.875rem}.muted{color:var(--text-muted,#6c757d)}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-left{text-align:left!important}/*# sourceMappingURL=main.min.css.map */
