.light-mode{--nw-nb:#fff;--p10-nb:#f0fcfc;--nb-p10:#0e0f30;--i20-i10:rgba(181,240,239,.2);--i40-i10:rgba(181,240,239,.4);--nw-i10:#fff;--nb-nw:#0e0f30;--i10-i20:rgba(181,240,239,.102);--i100-i10:#b5f0ef;--nb-i100:#0e0f30;--nb-p100:#0e0f30;--i100-nb:#b5f0ef;--i10-nw:rgba(181,240,239,.102);--i100-nw:#b5f0ef}.dark-mode{--nw-nb:#0e0f30;--p10-nb:#0e0f30;--nb-p10:#f0fcfc;--i20-i10:rgba(181,240,239,.102);--i40-i10:rgba(181,240,239,.102);--nw-i10:rgba(181,240,239,.102);--nb-nw:#fff;--i10-i20:rgba(181,240,239,.2);--i100-i10:rgba(181,240,239,.102);--nb-i100:#b5f0ef;--nb-p100:#1aab8e;--i100-nb:#0e0f30;--i10-nw:#fff;--i100-nw:#fff}section.text-image-tabs-module{background-color:var(--nw-nb)}section.text-image-tabs-module .container .richtext h2{font-size:2.75rem;font-weight:500}@media (max-width:768px){section.text-image-tabs-module .container .richtext h2{font-size:1.875rem}}section.text-image-tabs-module .container .richtext a,section.text-image-tabs-module .container .richtext li,section.text-image-tabs-module .container .richtext p{font-size:1rem}section.text-image-tabs-module .container .richtext h2+p{margin-top:.5rem}section.text-image-tabs-module .container .top{margin-bottom:5rem;text-align:center}@media (max-width:768px){section.text-image-tabs-module .container .top{margin-bottom:3rem}}section.text-image-tabs-module .container .top .label{margin-inline:auto;width:fit-content}section.text-image-tabs-module .container .bottom{align-items:start;display:grid;gap:2rem;grid-template-columns:minmax(0,5fr) minmax(0,7fr)}@media (max-width:768px){section.text-image-tabs-module .container .bottom{gap:1.5rem;grid-template-columns:1fr}section.text-image-tabs-module .container .bottom [data-gsap-direction=left-right],section.text-image-tabs-module .container .bottom [data-gsap-direction=right-left]{transform:translateY(4rem)}}section.text-image-tabs-module .container .image{overflow:hidden;transition:height .3s;width:100%}@media (max-width:768px){section.text-image-tabs-module .container .image{aspect-ratio:342/350;height:auto!important;order:2}}section.text-image-tabs-module .container .image img{display:block;height:100%;object-fit:cover;width:100%}section.text-image-tabs-module .container .tabs-wrapper{background-color:var(--p10-nb);height:fit-content;padding:2rem}@media (max-width:768px){section.text-image-tabs-module .container .tabs-wrapper{order:1;padding:1.25rem}}section.text-image-tabs-module .container .tabs-nav{background-color:var(--nw-nb);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:2rem}@media (max-width:768px){section.text-image-tabs-module .container .tabs-nav{margin-bottom:2rem}}section.text-image-tabs-module .container .tab-button{background-color:var(--nw-nb);border:0;color:var(--nb-nw);cursor:pointer;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;line-height:1.2;padding:1rem 1.5rem;transition:background-color .3s,color .3s}section.text-image-tabs-module .container .tab-button.active{background-color:var(--nb-nw);color:var(--nw-nb);cursor:default}@media (max-width:768px){section.text-image-tabs-module .container .tab-button{font-size:1rem;min-height:3.75rem;padding:.875rem 1rem}}section.text-image-tabs-module .container .tabs-panels{overflow:hidden;position:relative;transition:height .3s}section.text-image-tabs-module .container .tab-panel{opacity:0;pointer-events:none;transition:opacity .3s;width:100%}section.text-image-tabs-module .container .tab-panel:not(.active){left:0;position:absolute;top:0}section.text-image-tabs-module .container .tab-panel.active{opacity:1;pointer-events:auto}