html{box-sizing:border-box;font-size:16px}*,:after,:before{box-sizing:inherit}body,h1,h2,h3,p,ul{margin:0;padding:0;font-weight:400}ul{list-style:none}img{max-width:100%;height:auto}p:has(img){width:100%;max-width:100%}h1,h2,h3{text-wrap:balance}.text-box p{text-wrap:pretty;max-width:65ch}.text-align-center{margin:0 auto;display:block;text-align:center}.container.global{display:flex;justify-content:var(--align);padding:0 2rem;max-width:var(--default-width);margin:0 auto}.container{max-width:var(--width)}button,h1,h2,h3,p{font-size:clamp(var(--min),calc(var(--scale) + 1rem),var(--max))}.page-content{--padding-inline:1rem;--content-max-width:var(--default-width);--breakout-max-width:calc(var(--default-width) + 100px);--breakout-size:calc(
    (var(--breakout-max-width) - var(--content-max-width)) / 2
  );display:grid;grid-template-columns:[full-width-start]minmax(var(--padding-inline),1fr)[breakout-start]minmax(0,var(--breakout-size))[content-start]min(100% - (var(--padding-inline)*2),var(--content-max-width))[content-end]minmax(0,var(--breakout-size))[breakout-end]minmax(var(--padding-inline),1fr)[full-width-end];max-width:100vw}.page-content>:not(.section-breakout,.section-full),.section-full.contained>:not(.section-breakout,.section-full){grid-column:content}.page-content>.section-full{grid-column:full-width}.page-content>.section-full.contained{display:grid;grid-template-columns:inherit}header{padding-top:1rem;padding-bottom:1rem;background-color:var(--menu-bg);z-index:10000;padding:0}header>.container>div{margin:auto 0;min-width:fit-content}header .container{width:var(--width)}.main:before{content:"";position:fixed;left:0;right:0;top:0;bottom:0;background:rgb(0 0 0/.5);width:100%;z-index:100;backdrop-filter:blur(2px);opacity:0;display:none}.btn{display:inline-block;cursor:pointer;text-decoration:none;padding:var(--inner-padding)}.main{display:grid;min-height:100vh}.main:not(:has(.header-sticky)){grid-template-rows:auto 1fr auto}footer .container{gap:2rem;flex-wrap:wrap}.container.layout-flex{min-height:var(--height);flex-direction:var(--direction)}.bg-img{position:relative}.bg-img:after,.bg-img:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}.bg-img:before{background:var(--overlay);opacity:var(--opacity)}.bg-img:after{backdrop-filter:blur(var(--blur))}.layout-flex{display:flex}.column{width:var(--width);z-index:2;min-width:300px;align-self:var(--column-align);height:var(--col-height)}.vertical-top{align-items:start}.divider{border:var(--weight) solid var(--color);width:var(--width)}.align-center{margin:0 auto}.align-left{margin:0 auto 0 0}.align-right{margin:0 0 0 auto}.text-box.align-center>p{margin:1rem auto}.text-box.align-left>p{margin:1rem auto 1rem 0}.gallery-carousel .gallery-item img{height:var(--height);object-fit:cover}.gallery-carousel .gallery-item{margin:0 .5rem}.carousel{display:flex}.inner-layout{display:grid;grid-template-columns:repeat(var(--columns),1fr)}@media only screen and (max-width:991px){header .sub-menu{overflow:hidden;margin:0}footer .container{flex-direction:column-reverse}.footer-column{width:100%!important}}@media only screen and (max-width:768px){.layout-flex{flex-wrap:wrap}.column{width:100%;height:auto}}h1,h2,h3{font-family:"IBM Plex Serif",serif}body{font-family:"Figtree",sans-serif}.socials a,header .socials a{color:var(--white)}.sub-column-center .inner-column{display:flex;flex-direction:column;justify-content:center}.btn-txt{position:relative}.btn-txt:after,.nav-container .sub-menu{position:absolute;width:100%;transition:.3s}.btn-txt:after,.btn-txt:before{content:"";height:2px;bottom:-4px}.btn-txt:after{background:var(--custom-color-1);right:unset;left:0}.btn-txt:hover:after{width:0;right:0;left:unset}.btn-txt:before{width:100%;background:currentcolor;position:absolute;right:0}.layout-item img{border-radius:2.5vw;width:100%}.text-box{line-height:1.5}header>.container{max-width:100vw!important;padding:0!important;gap:1rem}header .logo{padding-left:2rem;display:flex;width:clamp(150px,30vw,300px)}header .logo img{margin:auto 0;height:80%}header .header-column{width:300px;height:80px;display:flex}header .header-column.nav-container{width:100%;justify-content:center}header a{text-decoration:none}header nav ul{display:flex;justify-content:center;gap:2vw}.cta-container{display:flex}.header-btn{background:var(--accent);color:var(--white);padding:1rem 2rem}header .socials{background:var(--primary);display:flex}header .socials a{margin:auto;padding:.5rem}.header-btn,.nav-container nav{display:flex;place-items:center}.nav-container .sub-menu{top:100%;display:flex;flex-direction:column;min-width:max-content;gap:1rem;transform:translatey(20px);opacity:0;pointer-events:none;background:var(--white);padding:1rem 1.5rem;left:-1.5rem}.nav-container .menu-item-has-children:hover .sub-menu{transform:translatey(0);opacity:1;pointer-events:all}.nav-container a{color:var(--primary)}.nav-container .menu-item-has-children{display:flex;position:relative;gap:.5rem}.nav-container .menu-item-has-children>a:after{content:"";height:7px;width:10px;background:var(--accent);display:inline-block;clip-path:polygon(50%0,0 100%,100% 100%);transform:rotate(180deg);margin-left:1rem}header .menu-item{position:relative}header .menu-item:not(.menu-item-has-children):before{content:"";position:absolute;width:0%;height:2px;bottom:-3px;background:var(--accent);right:0;transition:.3s}header .menu-item:hover:before{left:0;right:unset;width:100%}.menu-icon{cursor:pointer;-webkit-tap-highlight-color:#fff0;transition:transform 400ms;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.line{fill:none;transition:stroke-dasharray 400ms,stroke-dashoffset 400ms;stroke:var(--white);stroke-width:5.5;stroke-linecap:round}.menu-icon .top{stroke-dasharray:40 139}.menu-icon .bottom{stroke-dasharray:40 180}.mobile-trigger{display:none;height:100%;border:0;right:2rem;background:var(--primary);margin:auto 0 auto auto}.menu-icon{height:100%;max-height:50px;width:80px}footer .socials{margin:1rem 0}footer a{color:currentcolor}footer .socials a{margin-right:.5rem}.footer-cta>.column:last-child *{height:100%;margin:0}.footer-cta>.column:first-child{display:flex;flex-direction:column;place-content:center}.footer-cta img{border-radius:0}.layout-flex{flex-wrap:wrap}@media only screen and (max-width:991px){.header-btn,header .socials{display:none}.mobile-trigger{display:block}header .header-column.nav-container{position:fixed;right:0;top:0;bottom:0;background:var(--accent);height:100vh;width:0;min-width:0;overflow:clip;z-index:-1;transition:.3s}.nav-container a{color:var(--white);font-size:2rem}.menu-item,.menu-item a{width:100%;display:block}.header-column.nav-container li{transition:0s;opacity:0}header nav ul{flex-direction:column;gap:1rem}.nav-container nav{place-items:start;margin-top:5rem;width:90%}.nav-container .menu-item-has-children>a:after{background:var(--white);position:absolute;right:0;top:1rem;transform:rotate(90deg)}.nav-container .sub-menu{background:#fff0;position:relative;opacity:1;transform:translate(0);display:none}.menu-item-has-children{display:block!important}.menu-header-menu-container,header .header-column.cta-container{width:100%}.nav-container .sub-menu a{font-size:1.2rem;margin-bottom:1rem}}@media only screen and (max-width:768px){.inner-layout{grid-template-columns:1fr}footer .container{text-align:center}footer .container>.footer-column:first-child{order:1}footer img{width:60%}}