@layer reset{*,*:before,*:after{box-sizing:border-box}:where(body,h1,h2,h3,h4,h5,h6,p,blockquote,figure,pre,dl,dd,ul,ol,menu,hr,fieldset,dialog,[popover]){margin:0}:where(ul,ol,menu,fieldset,legend,input,textarea,td,th,dialog,[popover]){padding:0}:root{text-size-adjust:none}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit}button{all:unset;cursor:pointer;box-sizing:border-box}button:focus-visible{outline:revert}a{color:inherit;text-decoration:none}ul,ol{list-style-type:none}}@layer base{:root{font:16px var(--font-family);height:100%}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{background-color:var(--color-secondary);color:var(--color-primary);font-size:var(--font-size-base);display:flex;flex-direction:column;min-height:100%}}@layer base{:root{--petrol-dark: #1c3b37;--petrol-mid: #23413d;--petrol-light: #334f4b;--petrol-extra-light: #49625e;--jade-dark: #00a671;--jade-mid: #31b68c;--jade-light: #7bcdb3;--jade-extra-light: #c4e5db;--spring-dark: #85ce5f;--spring-mid: #9bd67d;--spring-light: #bde1aa;--spring-extra-light: #dfedd7;--gold-dark: #fbce51;--gold-mid: #fad672;--gold-light: #f8e1a3;--gold-extra-light: #f6edd4;--white: #ffffff;--black: #000000;--beige: #f5f1e8;--color-text: var(--petrol-dark);--color-text-inverted: var(--white);--color-background: var(--white);--color-background-dark: var(--petrol-dark);--color-background-beige: var(--beige);--color-primary: var(--petrol-dark);--color-accent: var(--gold-mid)}}@layer base{:root{--focus-outline-color: currentColor;--focus-outline-offset: .15rem;--focus-outline-style: solid;--focus-outline-width: .15rem}*:focus-visible{outline-color:var(--focus-outline-color);outline-offset:var(--focus-outline-offset);outline-style:var(--focus-outline-style);outline-width:var(--focus-outline-width)}}@layer base{@font-face{font-display:swap;font-family:Host Grotesk;font-style:normal;font-weight:400;src:url(../fonts/host-grotesk-v5-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Host Grotesk;font-style:italic;font-weight:400;src:url(../fonts/host-grotesk-v5-latin-italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Host Grotesk;font-style:normal;font-weight:600;src:url(../fonts/host-grotesk-v5-latin-600.woff2) format("woff2")}@font-face{font-display:swap;font-family:Host Grotesk;font-style:italic;font-weight:600;src:url(../fonts/host-grotesk-v5-latin-600italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Host Grotesk;font-style:normal;font-weight:700;src:url(../fonts/host-grotesk-v5-latin-700.woff2) format("woff2")}@font-face{font-display:swap;font-family:Host Grotesk;font-style:italic;font-weight:700;src:url(../fonts/host-grotesk-v5-latin-700italic.woff2) format("woff2")}}@layer base{.wrap{padding-inline:var(--spacing-inline)}.inner{width:100%;max-width:var(--width-max);margin:0 auto}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:var(--spacing-grid)}hr{margin-block:calc(var(--spacing-flow) * 2);height:1px;border:none;background-color:currentColor;opacity:.25}}@layer base{.rich-text{line-height:1.4;text-wrap:pretty}.rich-text>*:first-child{margin-block-start:0}.rich-text>*:last-child{margin-block-end:0}.rich-text a{text-decoration:underline;text-decoration-thickness:.075em;text-underline-offset:.15em;word-break:break-word}.rich-text :is(h1,h2,h3,h4,h5,h6){font-weight:700;text-wrap:pretty;line-height:1.1;margin-block-start:1em;margin-block-end:var(--spacing-flow);-webkit-hyphens:auto;hyphens:auto;hyphenate-limit-chars:10 4 4}.rich-text :is(h1,h2,h3,h4,h5,h6):first-child{margin-block-start:0}.rich-text :is(h1,h2,h3,h4,h5,h6):last-child{margin-block-end:0}.rich-text :where(h1){font-size:var(--font-size-2xl)}.rich-text :where(h2){font-size:var(--font-size-xl)}.rich-text :where(h3){font-size:var(--font-size-l);line-height:1.2}.rich-text :where(h4){font-size:var(--font-size-m);line-height:1.2}.rich-text :where(h5){font-size:var(--font-size-s);line-height:1.3}.rich-text :where(h6){font-size:var(--font-size-s);line-height:1.3}.rich-text p{margin-block:var(--spacing-flow)}.rich-text figure{margin-block:calc(var(--spacing-flow) * 2)}.rich-text figure figcaption{margin-block-start:var(--spacing-flow);font-size:var(--font-size-s)}.rich-text strong{font-weight:700}.rich-text em{font-style:italic}.rich-text :is(ul,ol){margin-block:var(--spacing-flow)}.rich-text ul{list-style-type:disc;padding-inline-start:1em}.rich-text ol{list-style-type:decimal;padding-inline-start:1.5em}}@layer base{:root{--spacing-4: .25rem;--spacing-8: .5rem;--spacing-12: .75rem;--spacing-16: 1rem;--spacing-20: 1.25rem;--spacing-24: 1.5rem;--spacing-32: 2rem;--spacing-40: 2.5rem;--spacing-48: 3rem;--spacing-64: 4rem;--spacing-80: 5rem;--spacing-96: 6rem;--width-max: 1200px;--height-header: var(--spacing-80);--spacing-flow: var(--spacing-16);--spacing-grid: var(--spacing-16);--spacing-inline: var(--spacing-80);--spacing-block: var(--spacing-80)}@media (max-width: 1200px){:root{--spacing-inline: var(--spacing-40)}}@media (max-width: 1000px){:root{--spacing-grid: var(--spacing-8);--spacing-inline: var(--spacing-16);--spacing-block: var(--spacing-32)}}}@layer base{:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--font-family: "Host Grotesk", sans-serif}:root{--step--1: clamp(.8889rem, .8434rem + .202vw, 1rem);--step-0: clamp(1rem, .8977rem + .4545vw, 1.25rem);--step-1: clamp(1.125rem, .946rem + .7955vw, 1.5625rem);--step-2: clamp(1.2656rem, .9844rem + 1.25vw, 1.9531rem);--step-3: clamp(1.4238rem, 1.0075rem + 1.8501vw, 2.4414rem);--step-4: clamp(1.6018rem, 1.0086rem + 2.6363vw, 3.0518rem);--step-5: clamp(1.802rem, .9787rem + 3.6594vw, 3.8147rem);--font-size-s: var(--step--1);--font-size-base: var(--step-0);--font-size-m: var(--step-1);--font-size-l: var(--step-2);--font-size-xl: var(--step-3);--font-size-2xl: var(--step-4);--font-size-3xl: var(--step-5)}}@layer base{.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:is(.h6,.h5,.h4,.h3,.h2,.h1){text-wrap:pretty;font-weight:700}.h1{font-size:var(--font-size-3xl);line-height:1.1}.h2{font-size:var(--font-size-2xl);line-height:1.2}.h3{font-size:var(--font-size-xl);line-height:1.2}.h4{font-size:var(--font-size-l)}.h5,.h6{font-size:var(--font-size-m)}}@layer base{:root{--ease-1: cubic-bezier(.25, 0, .5, 1);--ease-2: cubic-bezier(.25, 0, .4, 1);--ease-3: cubic-bezier(.25, 0, .3, 1);--ease-4: cubic-bezier(.25, 0, .2, 1);--ease-5: cubic-bezier(.25, 0, .1, 1);--ease-in-1: cubic-bezier(.25, 0, 1, 1);--ease-in-2: cubic-bezier(.5, 0, 1, 1);--ease-in-3: cubic-bezier(.7, 0, 1, 1);--ease-in-4: cubic-bezier(.9, 0, 1, 1);--ease-in-5: cubic-bezier(1, 0, 1, 1);--ease-out-1: cubic-bezier(0, 0, .75, 1);--ease-out-2: cubic-bezier(0, 0, .5, 1);--ease-out-3: cubic-bezier(0, 0, .3, 1);--ease-out-4: cubic-bezier(0, 0, .1, 1);--ease-out-5: cubic-bezier(0, 0, 0, 1);--ease-in-out-1: cubic-bezier(.1, 0, .9, 1);--ease-in-out-2: cubic-bezier(.3, 0, .7, 1);--ease-in-out-3: cubic-bezier(.5, 0, .5, 1);--ease-in-out-4: cubic-bezier(.7, 0, .3, 1);--ease-in-out-5: cubic-bezier(.9, 0, .1, 1);--ease-elastic-out-1: cubic-bezier(.5, .75, .75, 1.25);--ease-elastic-out-2: cubic-bezier(.5, 1, .75, 1.25);--ease-elastic-out-3: cubic-bezier(.5, 1.25, .75, 1.25);--ease-elastic-out-4: cubic-bezier(.5, 1.5, .75, 1.25);--ease-elastic-out-5: cubic-bezier(.5, 1.75, .75, 1.25);--ease-elastic-in-1: cubic-bezier(.5, -.25, .75, 1);--ease-elastic-in-2: cubic-bezier(.5, -.5, .75, 1);--ease-elastic-in-3: cubic-bezier(.5, -.75, .75, 1);--ease-elastic-in-4: cubic-bezier(.5, -1, .75, 1);--ease-elastic-in-5: cubic-bezier(.5, -1.25, .75, 1);--ease-elastic-in-out-1: cubic-bezier(.5, -.1, .1, 1.5);--ease-elastic-in-out-2: cubic-bezier(.5, -.3, .1, 1.5);--ease-elastic-in-out-3: cubic-bezier(.5, -.5, .1, 1.5);--ease-elastic-in-out-4: cubic-bezier(.5, -.7, .1, 1.5);--ease-elastic-in-out-5: cubic-bezier(.5, -.9, .1, 1.5);--ease-step-1: steps(2);--ease-step-2: steps(3);--ease-step-3: steps(4);--ease-step-4: steps(7);--ease-step-5: steps(10);--ease-elastic-1: var(--ease-elastic-out-1);--ease-elastic-2: var(--ease-elastic-out-2);--ease-elastic-3: var(--ease-elastic-out-3);--ease-elastic-4: var(--ease-elastic-out-4);--ease-elastic-5: var(--ease-elastic-out-5);--ease-squish-1: var(--ease-elastic-in-out-1);--ease-squish-2: var(--ease-elastic-in-out-2);--ease-squish-3: var(--ease-elastic-in-out-3);--ease-squish-4: var(--ease-elastic-in-out-4);--ease-squish-5: var(--ease-elastic-in-out-5);--ease-spring-1: linear( 0, .006, .025 2.8%, .101 6.1%, .539 18.9%, .721 25.3%, .849 31.5%, .937 38.1%, .968 41.8%, .991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001 );--ease-spring-2: linear( 0, .007, .029 2.2%, .118 4.7%, .625 14.4%, .826 19%, .902, .962, 1.008 26.1%, 1.041 28.7%, 1.064 32.1%, 1.07 36%, 1.061 40.5%, 1.015 53.4%, .999 61.6%, .995 71.2%, 1 );--ease-spring-3: linear( 0, .009, .035 2.1%, .141 4.4%, .723 12.9%, .938 16.7%, 1.017, 1.077, 1.121, 1.149 24.3%, 1.159, 1.163, 1.161, 1.154 29.9%, 1.129 32.8%, 1.051 39.6%, 1.017 43.1%, .991, .977 51%, .974 53.8%, .975 57.1%, .997 69.8%, 1.003 76.9%, 1 );--ease-spring-4: linear( 0, .009, .037 1.7%, .153 3.6%, .776 10.3%, 1.001, 1.142 16%, 1.185, 1.209 19%, 1.215 19.9% 20.8%, 1.199, 1.165 25%, 1.056 30.3%, 1.008 33%, .973, .955 39.2%, .953 41.1%, .957 43.3%, .998 53.3%, 1.009 59.1% 63.7%, .998 78.9%, 1 );--ease-spring-5: linear( 0, .01, .04 1.6%, .161 3.3%, .816 9.4%, 1.046, 1.189 14.4%, 1.231, 1.254 17%, 1.259, 1.257 18.6%, 1.236, 1.194 22.3%, 1.057 27%, .999 29.4%, .955 32.1%, .942, .935 34.9%, .933, .939 38.4%, 1 47.3%, 1.011, 1.017 52.6%, 1.016 56.4%, 1 65.2%, .996 70.2%, 1.001 87.2%, 1 );--ease-bounce-1: linear( 0, .004, .016, .035, .063, .098, .141, .191, .25, .316, .391 36.8%, .563, .766, 1 58.8%, .946, .908 69.1%, .895, .885, .879, .878, .879, .885, .895, .908 89.7%, .946, 1 );--ease-bounce-2: linear( 0, .004, .016, .035, .063, .098, .141 15.1%, .25, .391, .562, .765, 1, .892 45.2%, .849, .815, .788, .769, .757, .753, .757, .769, .788, .815, .85, .892 75.2%, 1 80.2%, .973, .954, .943, .939, .943, .954, .973, 1 );--ease-bounce-3: linear( 0, .004, .016, .035, .062, .098, .141 11.4%, .25, .39, .562, .764, 1 30.3%, .847 34.8%, .787, .737, .699, .672, .655, .65, .656, .672, .699, .738, .787, .847 61.7%, 1 66.2%, .946, .908, .885 74.2%, .879, .878, .879, .885 79.5%, .908, .946, 1 87.4%, .981, .968, .96, .957, .96, .968, .981, 1 );--ease-bounce-4: linear( 0, .004, .016 3%, .062, .141, .25, .391, .562 18.2%, 1 24.3%, .81, .676 32.3%, .629, .595, .575, .568, .575, .595, .629, .676 48.2%, .811, 1 56.2%, .918, .86, .825, .814, .825, .86, .918, 1 77.2%, .94 80.6%, .925, .92, .925, .94 87.5%, 1 90.9%, .974, .965, .974, 1 );--ease-bounce-5: linear( 0, .004, .016 2.5%, .063, .141, .25 10.1%, .562, 1 20.2%, .783, .627, .534 30.9%, .511, .503, .511, .534 38%, .627, .782, 1 48.7%, .892, .815, .769 56.3%, .757, .753, .757, .769 61.3%, .815, .892, 1 68.8%, .908 72.4%, .885, .878, .885, .908 79.4%, 1 83%, .954 85.5%, .943, .939, .943, .954 90.5%, 1 93%, .977, .97, .977, 1 )}}@layer base;@layer components{.guides{position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(infinity);pointer-events:none;visibility:hidden;--guide-color: #84ffff}.guides:after{content:attr(data-window-width);color:var(--guide-color);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:var(--font-size-xl)}.guides__inner{height:100%}.guides__guide{outline:1px solid var(--guide-color);background-color:color-mix(in srgb,var(--guide-color),transparent 75%)}}@layer components{.buttons{display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacing-16)}@media (max-width: 1000px){.buttons{flex-direction:column;align-items:start}}.buttons--vertical{flex-direction:column;align-items:start}.buttons__item{max-width:100%}.button{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:var(--font-size-s);padding:.75em 1.5em;background-color:var(--button-bg);color:var(--button-color);border:1px solid var(--button-border, transparent);text-decoration:none;--button-bg: var(--petrol-dark);--button-color: var(--color-text-inverted);--button-bg-hover: var(--gold-dark);--button-color-hover: var(--petrol-dark);--button-border: transparent;--button-border-hover: transparent;--focus-outline-color: var(--button-bg)}.button:is(:hover,:focus-visible){background-color:var(--button-bg-hover);color:var(--button-color-hover);border-color:var(--button-border-hover)}[data-background=dark] .button{--button-bg: var(--white);--button-color: var(--color-text)}.button--outlined{--button-bg: transparent;--button-color: var(--color-text);--button-bg-hover: var(--gold-dark);--button-color-hover: var(--petrol-dark);--button-border: var(--color-primary);--button-border-hover: var(--gold-dark);--focus-outline-color: var(--button-border)}[data-background=dark] .button--outlined{--button-bg: transparent;--button-color: var(--color-text-inverted);--button-border: var(--color-text-inverted)}.button--compact{padding:.5em 1em}.button__label{font-weight:600;line-height:1.3;white-space:nowrap}}@layer components{.image-wrap{display:flex;flex-direction:column;gap:.25rem}.image-wrap__image{background-size:cover}.image-wrap__caption{font-size:var(--font-size-xs)}}@layer components{.logo{display:block;font-weight:700;line-height:1;font-size:var(--font-size-base)}}@layer components;@layer blocks{.blocks>*:first-child{margin-block-start:0}.blocks>*:last-child{margin-block-end:0}.block{background-color:var(--background-color);margin-block:var(--spacing-block)}.block[data-background=dark]{padding-block:var(--spacing-block);color:var(--color-text-inverted)}}@layer blocks;@layer sections{.header{background-color:var(--color-background-dark);color:var(--color-text-inverted);font-size:var(--font-size-s);position:sticky;top:0}.header__inner{display:flex;align-items:center;height:var(--height-header);justify-content:space-between}@media (max-width: 1000px){.header__contact{display:none}}}@layer sections{@media (max-width: 1000px){.menu{display:none}}.menu__list{display:flex;gap:var(--spacing-32)}.menu__item{position:relative;padding:.5em 1em;margin:-.5em -1em;--focus-outline-color: var(--color-text-inverted)}.menu__item:is(:hover,:focus-visible){background-color:#0000001a}.menu__item[aria-current=page]{color:var(--color-accent);background-color:transparent}}@layer sections{.mobile-menu-toggle{display:none}@media (max-width: 1000px){.mobile-menu-toggle{display:block}}.mobile-menu-toggle__icon{width:1.5em;height:1.5em}}@layer sections;
/*# sourceMappingURL=style.min.css.map */
