@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* @link https://utopia.fyi/type/calculator?c=320,14,1.125,1600,16,1.2,10,1,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
:root {
  /* Step -1: 12.4444px → 13.3333px */
  --step--1: clamp(0.7778rem, 0.7639rem + 0.0694vw, 0.8333rem);
  /* Step 0: 14px → 16px */
  --step-0: clamp(0.875rem, 0.8438rem + 0.1563vw, 1rem);
  /* Step 1: 15.75px → 19.2px */
  --step-1: clamp(0.9844rem, 0.9305rem + 0.2695vw, 1.2rem);
  /* Step 2: 17.7188px → 23.04px */
  --step-2: clamp(1.1074rem, 1.0243rem + 0.4157vw, 1.44rem);
  /* Step 3: 19.9336px → 27.648px */
  --step-3: clamp(1.2458rem, 1.1253rem + 0.6027vw, 1.728rem);
  /* Step 4: 22.4253px → 33.1776px */
  --step-4: clamp(1.4016rem, 1.2336rem + 0.84vw, 2.0736rem);
  /* Step 5: 25.2285px → 39.8131px */
  --step-5: clamp(1.5768rem, 1.3489rem + 1.1394vw, 2.4883rem);
  /* Step 6: 28.382px → 47.7757px */
  --step-6: clamp(1.7739rem, 1.4708rem + 1.5151vw, 2.986rem);
  /* Step 7: 31.9298px → 57.3309px */
  --step-7: clamp(1.9956rem, 1.5987rem + 1.9845vw, 3.5832rem);
  /* Step 8: 35.921px → 68.7971px */
  --step-8: clamp(2.2451rem, 1.7314rem + 2.5684vw, 4.2998rem);
  /* Step 9: 40.4111px → 82.5565px */
  --step-9: clamp(2.5257rem, 1.8672rem + 3.2926vw, 5.1598rem);
  /* Step 10: 45.4625px → 99.0678px */
  --step-10: clamp(2.8414rem, 2.0038rem + 4.1879vw, 6.1917rem);
}

body {
  font-family: "inter", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: rgba(0, 0, 0, 0.7);
  font-size: var(--step-0);
  line-height: 1.4em;
  text-wrap: pretty;
  font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "forum", sans-serif;
  font-weight: 400;
  margin: 0;
}

p {
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0.5em;
}

p.small {
  font-size: 0.9em;
  line-height: 1.6em;
}

strong {
  font-weight: 700;
}

.h1 {
  font-size: var(--step-7);
  line-height: 1em;
}

.h2 {
  font-size: var(--step-5);
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.h3 {
  font-size: var(--step-3);
  line-height: 1.1em;
  margin-bottom: 0.25em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.h4 {
  font-size: var(--step-2);
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.h5 {
  font-size: var(--step-1);
  line-height: 1.4em;
}

.h1.dual .sh,
.h2.dual .sh,
.h3.dual .sh,
.h4.dual .sh,
.h5.dual .sh {
  font-weight: 700;
}

.paragraph--type--text,
.paragraph--type--text-image {
  line-height: 1.6em;
  font-weight: 300;
  color: rgba(4, 7, 7, 0.7);
}
.paragraph--type--text p:not(:last-child), .paragraph--type--text ul:not(:last-child), .paragraph--type--text ol:not(:last-child),
.paragraph--type--text-image p:not(:last-child),
.paragraph--type--text-image ul:not(:last-child),
.paragraph--type--text-image ol:not(:last-child) {
  margin-bottom: 1.5em;
}
.paragraph--type--text p:last-child, .paragraph--type--text ul:last-child, .paragraph--type--text ol:last-child,
.paragraph--type--text-image p:last-child,
.paragraph--type--text-image ul:last-child,
.paragraph--type--text-image ol:last-child {
  margin-bottom: 0;
}
.paragraph--type--text ul, .paragraph--type--text ol,
.paragraph--type--text-image ul,
.paragraph--type--text-image ol {
  padding-left: 1em;
  font-weight: 500;
  font-family: "forum", sans-serif;
}
.paragraph--type--text ul ul, .paragraph--type--text ul ol, .paragraph--type--text ol ul, .paragraph--type--text ol ol,
.paragraph--type--text-image ul ul,
.paragraph--type--text-image ul ol,
.paragraph--type--text-image ol ul,
.paragraph--type--text-image ol ol {
  padding-left: 2em;
}
.paragraph--type--text ul,
.paragraph--type--text-image ul {
  list-style: none;
  padding-left: 0;
  font-weight: 700;
}
.paragraph--type--text ul li,
.paragraph--type--text-image ul li {
  position: relative;
  line-height: 1.75em;
  padding-left: 2.5em;
}
.paragraph--type--text ul li::before,
.paragraph--type--text-image ul li::before {
  content: "";
  display: block;
  width: 1.75em;
  height: 1.75em;
  margin-right: 0.75em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='m10.6 16.6l7.05-7.05l-1.4-1.4l-5.65 5.65l-2.85-2.85l-1.4 1.4zM12 22q-2.075 0-3.9-.788t-3.175-2.137q-1.35-1.35-2.137-3.175T2 12q0-2.075.788-3.9t2.137-3.175q1.35-1.35 3.175-2.137T12 2q2.075 0 3.9.788t3.175 2.137q1.35 1.35 2.138 3.175T22 12q0 2.075-.788 3.9t-2.137 3.175q-1.35 1.35-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12q0-3.35-2.325-5.675T12 4Q8.65 4 6.325 6.325T4 12q0 3.35 2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
.paragraph--type--text ol,
.paragraph--type--text-image ol {
  padding-left: 1.5em;
}
.paragraph--type--text ol li::marker,
.paragraph--type--text-image ol li::marker {
  font-weight: 700;
}
.paragraph--type--text li,
.paragraph--type--text-image li {
  padding: 0.5em 0;
}
.paragraph--type--text li:last-child,
.paragraph--type--text-image li:last-child {
  padding-bottom: 0;
}
.paragraph--type--text h2, .paragraph--type--text h3, .paragraph--type--text h4, .paragraph--type--text h5, .paragraph--type--text h6,
.paragraph--type--text-image h2,
.paragraph--type--text-image h3,
.paragraph--type--text-image h4,
.paragraph--type--text-image h5,
.paragraph--type--text-image h6 {
  color: #000;
  font-weight: 400;
}
.paragraph--type--text h2,
.paragraph--type--text-image h2 {
  font-size: var(--step-5);
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 2em;
}
.paragraph--type--text h2:first-child,
.paragraph--type--text-image h2:first-child {
  margin-top: 0;
}
.paragraph--type--text h3,
.paragraph--type--text-image h3 {
  font-size: var(--step-3);
  line-height: 1.1em;
  margin-bottom: 0.25em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "inter", sans-serif;
  margin-bottom: 0.25em;
  margin-top: 0.5em;
  font-weight: 700;
}
.paragraph--type--text h4,
.paragraph--type--text-image h4 {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.paragraph--type--text h5,
.paragraph--type--text-image h5 {
  font-size: var(--step-2);
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  margin-bottom: 0.25em;
  font-weight: 700;
}
.paragraph--type--text h6,
.paragraph--type--text-image h6 {
  font-size: 0.8em;
  line-height: 1.2em;
  margin-bottom: 0.25em;
  font-weight: 700;
}
.paragraph--type--text h2 + h3,
.paragraph--type--text-image h2 + h3 {
  margin-top: 0em;
}
.paragraph--type--text hr,
.paragraph--type--text-image hr {
  border: none;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  margin: 3rem 0;
}
.paragraph--type--text img,
.paragraph--type--text-image img {
  display: block;
  width: 100%;
  height: auto;
}
.paragraph--type--text .text-align-center,
.paragraph--type--text-image .text-align-center {
  text-align: center;
}
.paragraph--type--text table,
.paragraph--type--text-image table {
  margin-bottom: 2em;
  width: 100%;
}
.paragraph--type--text table td,
.paragraph--type--text-image table td {
  padding: 0 0.5em 0.25em 0;
  vertical-align: top;
}
.paragraph--type--text strong,
.paragraph--type--text-image strong {
  font-weight: 700;
}
.paragraph--type--text a.button,
.paragraph--type--text-image a.button {
  font-size: 0.8em;
  line-height: 1.2em;
}
.paragraph--type--text a.button:hover,
.paragraph--type--text-image a.button:hover {
  border-bottom: none;
}

.site-header {
  padding: clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem) clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem);
}
.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 400;
}
.gin--vertical-toolbar .site-header {
  top: 60px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .site-header {
    padding: 0;
    height: 4rem;
    align-items: stretch;
    background: #f8f7f5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .site-header .primary-nav.desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .site-header {
    background: #f8f7f5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    height: 6rem;
  }
  .site-header .primary-nav.mobile {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .site-header {
    height: 8rem;
  }
}
.path-frontpage .site-header {
  transform: translateY(-100%);
  opacity: 0;
}
.loaded .path-frontpage .site-header {
  transform: none;
  opacity: 1;
  transition: all 1s 0.5s cubic-bezier(0.3, 1, 0.7, 1);
}
.loaded:has(.paragraph--type--banner-carousel) .path-frontpage .site-header {
  transition: all 1s 5s cubic-bezier(0.3, 1, 0.7, 1);
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .site-title {
    flex-grow: 1;
  }
  .site-title > div {
    height: 100%;
  }
  .site-title a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .site-title a img {
    width: 60px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .site-title {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4rem;
    transform: translate(-50%, -50%);
    z-index: 100;
  }
  .site-title a {
    display: block;
  }
  .site-title a img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1000px) {
  .site-title {
    width: 5.5rem;
  }
}

.primary-nav {
  font-family: "inter", sans-serif;
  font-weight: 300;
}
.primary-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-transform: capitalize;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 1s;
    z-index: 600;
    max-width: 480px;
  }
  .primary-nav svg {
    display: none;
  }
  .primary-nav.open {
    transform: none;
    opacity: 1;
  }
  .primary-nav nav > .menu-container {
    height: 100%;
  }
  .primary-nav nav > .menu-container > ul {
    overflow-y: scroll;
    height: 100%;
  }
  .primary-nav .menu-container {
    background: black;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: all 0.5s;
  }
  .primary-nav > nav > .menu-container {
    transform: none;
  }
  .primary-nav button.back {
    display: block;
    width: 100%;
    background: #fff;
    color: #000;
    border: none;
    text-transform: none;
    text-align: left;
    letter-spacing: 0;
    font-size: 1.2em;
    line-height: 1em;
    padding: 1.25em 2em;
  }
  .primary-nav button.back svg {
    display: none;
  }
  .primary-nav button.back span {
    display: block;
    position: relative;
    padding-left: 2em;
  }
  .primary-nav button.back span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.8em;
    height: 0.8em;
    border-style: none none solid solid;
    transform: translate(0, -50%) rotate(45deg);
  }
  .primary-nav nav .menu-container li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .primary-nav nav .menu-container li a {
    display: block;
    padding: 0 2em;
    line-height: 5em;
    height: 5em;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.25s;
    background: transparent;
    color: white;
  }
  .primary-nav nav .menu-container li a:hover, .primary-nav nav .menu-container li a:focus, .primary-nav nav .menu-container li a.is-active {
    background: #fff !important;
    color: #000 !important;
  }
  .primary-nav nav .menu-container li.expanded {
    position: relative;
  }
  .primary-nav nav .menu-container li.expanded > a {
    margin-right: 5em;
  }
  .primary-nav nav .menu-container li.expanded button.toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 5em;
    height: 5em;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.25s;
    background: transparent;
  }
  .primary-nav nav .menu-container li.expanded button.toggle::after {
    content: "";
    position: absolute;
    right: 2.5em;
    top: 2.5em;
    width: 0.7em;
    height: 0.7em;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-style: solid solid none none;
    transform: translate(50%, -50%) rotate(45deg);
    transition: all 0.25s;
    transition: all 0.25s;
  }
  .primary-nav nav .menu-container li.expanded button.toggle:hover {
    cursor: pointer;
    background: #fff;
  }
  .primary-nav nav .menu-container li.expanded button.toggle:hover::after {
    border-color: #000;
  }
  .primary-nav nav .menu-container li.expanded button.toggle span {
    overflow: hidden;
    text-indent: 999px;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
  }
  .primary-nav nav .menu-container li.expanded .menu-container {
    z-index: 500;
  }
  .primary-nav nav .menu-container li.expanded .menu-container .menu-container {
    z-index: 501;
  }
  .primary-nav nav .menu-container li.expanded .menu-container .menu-container .menu-container {
    z-index: 502;
  }
  .primary-nav nav .menu-container li.expanded .menu-container .menu-container .menu-container .menu-container {
    z-index: 503;
  }
  .primary-nav nav .menu-container li.expanded li a {
    display: block;
    color: #fff;
    text-transform: none;
    transition: all 0.25s;
  }
  .primary-nav nav .menu-container li.expanded.open::after {
    border-style: solid solid none none;
    transform: translate(50%, -70%) rotate(135deg);
  }
  .primary-nav nav .menu-container li.expanded.open > .menu-container {
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .primary-nav {
    white-space: nowrap;
    font-family: "forum", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    border-radius: 1rem;
    padding-right: 1.5em;
    transition: all 0.25s;
  }
  .primary-nav button {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .primary-nav > nav {
    max-width: clamp(320px, 93vw, 600px);
  }
}
@media screen and (min-width: 768px) {
  .primary-nav > nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    height: 100%;
  }
  .primary-nav > nav:first-child {
    padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem);
  }
  .primary-nav > nav:first-child {
    right: 50%;
    padding-right: 4em;
  }
  .primary-nav > nav:last-child {
    padding: clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
  }
  .primary-nav > nav:last-child {
    left: 50%;
    padding-left: 4em;
  }
  .primary-nav > nav > ul {
    display: flex;
    position: relative;
    justify-content: space-around;
    height: 100%;
  }
  .primary-nav > nav > ul > li {
    padding: 0 0.75em;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .primary-nav > nav > ul > li > a {
    display: block;
    position: relative;
    padding: 0;
    color: #000;
    transition: all 0.25s;
    line-height: 4em;
    font-weight: 300;
  }
  .primary-nav > nav > ul > li > a:hover, .primary-nav > nav > ul > li > a:focus, .primary-nav > nav > ul > li > a.is-active {
    opacity: 1;
  }
  .primary-nav > nav > ul > li.mobile-link {
    display: none;
  }
  .primary-nav > nav > ul > li.middle-left {
    margin-right: 5em;
  }
  .primary-nav > nav > ul > li.middle-right {
    margin-left: 5em;
  }
  .primary-nav > nav > ul > li.expanded {
    perspective: 1000px;
    z-index: 100;
    position: relative;
  }
  .primary-nav > nav > ul > li.expanded > ul {
    position: absolute;
    left: -999999px;
    opacity: 0;
    top: calc(100% - 2em);
    transform: translateX(-50%);
    transition: opacity 0.25s 0.2s, left 0s 0.45s;
    padding: 1em 0;
    background: #f8f7f5;
    font-size: 0.8em;
    line-height: 1em;
    font-family: "inter", sans-serif;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .primary-nav > nav > ul > li.expanded > ul {
    top: calc(100% - 2.5em);
  }
}
@media screen and (min-width: 768px) {
  .primary-nav > nav > ul > li.expanded > ul li a {
    display: block;
    padding: 0.15em 1.5em;
    background: #f8f7f5;
    color: #000;
    text-align: left;
  }
  .primary-nav > nav > ul > li.expanded > ul li a:hover {
    color: rgba(0, 0, 0, 0.5);
    background: #f8f7f5;
    opacity: 1;
  }
  .primary-nav > nav > ul > li.expanded > ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  .primary-nav > nav > ul > li.expanded:hover ul {
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    transition: opacity 0.25s, left 0s 0s;
  }
  .primary-nav:hover {
    background: #fff;
  }
  .primary-nav:hover .nav-button a.icon-button {
    color: #000;
  }
  .primary-nav:hover .nav-button a.icon-button span.i {
    background: #000;
    color: #fff;
  }
  .primary-nav:hover > nav > .menu-container > ul > li > a {
    color: #000;
  }
  .primary-nav:hover > nav > .menu-container > ul > li.expanded::after {
    border-color: #000;
  }
}
@media screen and (min-width: 1280px) {
  .primary-nav {
    font-size: 0.9em;
  }
}

@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
button.primary-nav-toggle {
  padding: 0;
  width: 8em;
  height: 100%;
  border-radius: 0;
  border: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 300;
  font-size: 1.2em;
  font-family: "forum", sans-serif;
  text-transform: capitalize;
  background: #000;
}
@media screen and (min-width: 640px) {
  button.primary-nav-toggle {
    width: 10em;
  }
}
@media screen and (min-width: 768px) {
  button.primary-nav-toggle {
    display: none;
  }
}
button.primary-nav-toggle .icon {
  display: block;
  position: relative;
  margin-right: 0.5em;
  width: 2em;
  height: 2em;
}
button.primary-nav-toggle .icon .l {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 2px;
  background: #fff;
  transition: all 0.25s;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
button.primary-nav-toggle .icon .l.t {
  margin-top: -5px;
}
button.primary-nav-toggle .icon .l.b {
  margin-top: 5px;
}
button.primary-nav-toggle.open .icon .l.t, button.primary-nav-toggle.open .icon .l.b {
  transform: rotate(45deg);
  margin-top: 0;
}
button.primary-nav-toggle.open .icon .l.b {
  opacity: 0;
}
button.primary-nav-toggle.open .icon .l.m {
  transform: rotate(-45deg);
}

.button {
  display: inline-block;
  padding: 1.1em 2.5em 1em 2.5em;
  line-height: 1em;
  border-radius: 999px;
  border: none;
  position: relative;
  transition: all 0.25s;
  font-family: "inter", sans-serif;
  font-weight: 300;
}

.icon-button {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.25s;
  font-family: "inter", sans-serif;
  font-weight: 300;
  border-radius: 9999px;
}
.icon-button span.i {
  border-radius: 9999px;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
  order: 999;
}
.icon-button span.i svg {
  display: block;
  width: 55%;
  height: auto;
}
.icon-button span.t {
  display: block;
  padding: 0 1.25em;
  padding-right: 1.5em;
  padding-top: 0.2em;
  font-size: 0.9em;
  line-height: 1em;
  white-space: nowrap;
  transition: all 0.25s;
}

.icon-button.pill_circle {
  border-radius: 9999px;
}
.icon-button.pill_circle span.i {
  border-radius: 9999px;
}

.icon-button.link {
  padding: 0;
  font-family: "inter", sans-serif;
  font-weight: 300;
}
.icon-button.link span.i {
  width: 1.5em;
  height: 1.5em;
  order: 999;
}
.icon-button.link span.i svg {
  height: auto;
  width: 100%;
}
.icon-button.link span.t {
  padding-left: 0;
  padding-right: 1em;
}

.image-button {
  transition: all 0.25s;
  display: flex;
  align-items: center;
  padding: 0.5em;
  border-radius: 0.25rem;
  font-weight: 500;
}
.image-button span.i {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  flex-shrink: 0;
  flex-grow: 0;
}
.image-button span.i img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  width: 3em;
  height: 3em;
  transition: all 0.25s;
}
.image-button span.i::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.image-button span.i::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.25s;
  border-radius: 50%;
}
.image-button span.t {
  padding: 0 1.5em 0 1.25em;
  line-height: 1.1em;
}
.image-button span.t span {
  display: block;
  transition: all 0.25s;
}
.image-button:hover span.i img {
  transform: scale(1.1);
}
.image-button:hover span.i::after {
  opacity: 1;
}

.field--name-field-button .paragraph--type--link .icon,
.field--name-field-button .paragraph--type--file .icon {
  display: none;
}
.field--name-field-button .paragraph--type--link a,
.field--name-field-button .paragraph--type--file a {
  display: inline-block;
  padding: 1.1em 2.5em 1em 2.5em;
  line-height: 1em;
  border-radius: 999px;
  border: none;
  position: relative;
  transition: all 0.25s;
  font-family: "inter", sans-serif;
  font-weight: 300;
}

a.blob-button {
  transition: all 0.25s;
  display: inline-flex;
  position: relative;
}
a.blob-button > span {
  display: flex;
  align-items: center;
  position: relative;
}
a.blob-button .label {
  border-radius: 999px;
  color: #000;
  background: #fff;
  padding: 0 2em;
  line-height: 3em;
  height: 3em;
  padding-top: 0.15em;
  font-weight: 300;
  transition: all 1s cubic-bezier(0.3, 1, 0.7, 1);
}
a.blob-button .middle {
  width: 1.5em;
  height: 3em;
  position: absolute;
  right: 2.1em;
  z-index: 1;
  transition: all ease-in 0.35s;
}
a.blob-button .middle::before, a.blob-button .middle::after {
  content: "";
  position: absolute;
  width: 3.5em;
  height: 4em;
  left: 50%;
  transform: translatex(-50%);
  background-color: rgba(0, 0, 0, 0);
  border: 1em solid white;
  z-index: 100;
  border-radius: 50%;
  transform-origin: center;
  box-sizing: border-box;
  transition: all ease-in 0.35s, border-color 1s cubic-bezier(0.3, 1, 0.7, 1);
}
a.blob-button .middle::before {
  clip-path: polygon(0px 0px, 100% 0px, 91.07% 31.75%, 6px 31.75%);
  top: calc(50% - 0.1rem);
}
a.blob-button .middle::after {
  clip-path: polygon(4px 68.13%, 85.71% 66.56%, 100% 100%, 0px 100%);
  bottom: calc(50% - 0.05rem);
}
a.blob-button .arrow {
  height: 3em;
  width: 3em;
  min-width: 3em;
  margin-left: -0.3em;
  border-radius: 64px;
  background-color: #fff;
  color: #000;
  transition: all ease-in 0.35s, background-color 1s cubic-bezier(0.3, 1, 0.7, 1);
  display: flex;
  vertical-align: middle;
  align-items: center;
  position: relative;
  z-index: 1;
}
a.blob-button .arrow svg {
  margin: auto;
  transform: rotate(-45deg);
  transition: all ease-in 0.35s;
}
a.blob-button:hover .middle {
  right: 2.55em;
}
a.blob-button:hover .middle::before, a.blob-button:hover .middle::after {
  border-width: 0px;
  width: 2em;
}
a.blob-button:hover .arrow {
  margin-left: 0.6em;
}
a.blob-button:hover .arrow svg {
  transform: rotate(0deg);
}

a.icon-swap-button {
  line-height: 1em;
  font-weight: 300;
  display: flex;
  align-items: center;
}
a.icon-swap-button span {
  height: 3em;
  line-height: 3em;
  background: #146ef5;
  color: #fff;
  border-radius: 1.17em;
}
a.icon-swap-button span.i {
  width: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}
a.icon-swap-button span.i svg {
  display: block;
  position: relative;
  width: 55%;
  height: auto;
  color: #fff;
}
a.icon-swap-button span.t {
  padding: 0 2.5em;
  flex-grow: 1;
}
a.icon-swap-button span.i.right {
  width: 0;
  height: 0;
}
a.icon-swap-button:hover span.i.left {
  width: 0;
  height: 0;
}
a.icon-swap-button:hover span.i.right {
  width: 3em;
  height: 3em;
}

#banner {
  height: 100dvh;
}

.not-front #page {
  padding-top: 6rem;
}
@media screen and (min-width: 1000px) {
  .not-front #page {
    padding-top: 8rem;
  }
}

.paragraph--type--banner-carousel {
  position: relative;
  clip-path: inset(0 0 0 0);
  height: 100vh;
  width: 100vw;
}
.paragraph--type--banner-carousel .banner-carousel {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type--banner-carousel .banner-carousel img {
  display: block;
  width: 100vw;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
}
.paragraph--type--banner-carousel .banner-carousel::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type--banner-carousel .banner-carousel::after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
}
.paragraph--type--banner-carousel h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: var(--step-7);
  line-height: 1em;
  z-index: 100;
  text-align: center;
  width: 100%;
  max-width: 16em;
}
.loaded .paragraph--type--banner-carousel h2 {
  opacity: 0;
  transition: all 1s 4s cubic-bezier(0.3, 1, 0.7, 1);
}

#cover-image {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: #f8f7f5;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
#cover-image a {
  display: block;
  width: clamp(8em, 20vw, 20em);
  opacity: 0;
}
#cover-image a img {
  display: block;
  width: 100%;
  height: auto;
}
.loaded #cover-image {
  opacity: 0;
  transition: all 1.5s 2s cubic-bezier(0.3, 1, 0.7, 1);
}
.loaded #cover-image a {
  opacity: 1;
  transition: all 1.5s 0s cubic-bezier(0.3, 1, 0.7, 1);
}

.block-system-breadcrumb-block {
  position: relative;
  margin-top: 1em;
  line-height: 1em;
  font-weight: 300;
  font-family: "inter", sans-serif;
  font-size: var(--step--1);
  line-height: 1.2em;
}
.block-system-breadcrumb-block ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.block-system-breadcrumb-block ol {
  display: inline-flex;
  align-items: center;
  flex-flow: row wrap;
  flex-grow: 0;
  flex-shrink: 1;
  margin: 0;
}
.block-system-breadcrumb-block li {
  padding-top: 0.1em;
  color: #fff;
}
.block-system-breadcrumb-block li a {
  color: #146ef5;
}
.block-system-breadcrumb-block li a:hover {
  opacity: 0.5;
  color: #146ef5;
}
.block-system-breadcrumb-block li:nth-child(1) {
  margin-right: 1em;
}
.block-system-breadcrumb-block li:nth-child(1) a {
  display: block;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  border-radius: 9999px;
  background: #146ef5;
  transition: all 0.25s;
}
.block-system-breadcrumb-block li:nth-child(1) a span {
  overflow: hidden;
  text-indent: 999px;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
}
.block-system-breadcrumb-block li:nth-child(1) a::before, .block-system-breadcrumb-block li:nth-child(1) a::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.block-system-breadcrumb-block li:nth-child(1) a::before, .block-system-breadcrumb-block li:nth-child(1) a::after {
  content: "";
  background-position: 50% 50%;
  background-size: 50% auto;
  background-repeat: no-repeat;
  transition: all 0.25s;
}
.block-system-breadcrumb-block li:nth-child(1) a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M4 21V9l8-6l8 6v12h-6v-7h-4v7z'/%3E%3C/svg%3E");
}
.block-system-breadcrumb-block li:not(:last-child, :first-child) {
  position: relative;
  padding-right: 1em;
  margin-right: 1em;
}
.block-system-breadcrumb-block li:not(:last-child, :first-child)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 0.25em;
  height: 0.25em;
  background: #fff;
  border-radius: 50%;
  transform: translate(50%, 50%);
}
.block-system-breadcrumb-block li:last-child {
  height: 0.97em;
  max-width: 14em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .block-system-breadcrumb-block {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  body::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  body::after {
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s;
    z-index: 490;
  }
  body:has(#sticky-nav:hover)::after {
    opacity: 1;
  }
}
#sticky-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
  margin-top: 0;
  display: flex;
  transform: translateY(-150%);
  transition: all 1s 0.1s;
  padding: 0;
  display: none !important;
}
#sticky-nav .primary-nav {
  padding-top: 0;
}
@media screen and (min-width: 0) and (max-width: 999px) {
  #sticky-nav {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }
  #sticky-nav .site-title img.desktop {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  #sticky-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -200%);
    border-radius: 0.75rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    top: 2rem;
    height: auto !important;
    line-height: initial !important;
    padding: 0.65rem 0.75rem 0.65rem 0.75rem;
    width: 90%;
    max-width: 54em;
  }
  #sticky-nav .site-title {
    width: 60px;
  }
  #sticky-nav .site-title .mobile {
    display: none;
  }
  #sticky-nav .primary-nav {
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 0.8em;
    flex-grow: 1;
    justify-content: space-between;
  }
  #sticky-nav .primary-nav nav .menu-container ul {
    margin-right: 1em;
    padding-top: 0;
  }
  #sticky-nav .primary-nav nav .menu-container ul li {
    padding-top: 0.2em;
    padding-left: 1em;
    line-height: 1em;
  }
  #sticky-nav .primary-nav nav .menu-container ul li a {
    color: #000;
    font-weight: 400;
    opacity: 0.7;
    line-height: 1em;
  }
  #sticky-nav .primary-nav nav .menu-container ul li a:hover {
    opacity: 0.4;
  }
  #sticky-nav .primary-nav nav .menu-container ul li:first-child {
    padding-left: 1em;
  }
  #sticky-nav .primary-nav nav .menu-container ul li.expanded {
    padding-right: 0;
  }
  #sticky-nav .primary-nav nav .menu-container ul li.expanded::before, #sticky-nav .primary-nav nav .menu-container ul li.expanded::after {
    display: none;
  }
  #sticky-nav .primary-nav nav .menu-container ul li.expanded ul {
    display: none !important;
  }
  #sticky-nav .primary-nav a.icon-button {
    background: #146ef5;
    border-radius: 0.75rem;
    color: #fff;
    padding: 0.5rem;
    padding-right: 1rem;
  }
  #sticky-nav .primary-nav a.icon-button span.t {
    padding-right: 1.25em;
    padding-left: 1.25em;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #sticky-nav .primary-nav a.icon-button span.i {
    background: #fff;
    color: #000;
    width: 2.5em;
    height: 2.5em;
  }
  #sticky-nav .primary-nav a.icon-button span.i svg {
    width: 50%;
  }
  #sticky-nav .primary-nav a.icon-button:hover {
    opacity: 0.5;
  }
  #sticky-nav > * {
    position: relative;
  }
  #sticky-nav.show {
    transform: translateX(-50%) !important;
  }
}
#sticky-nav.show {
  opacity: 1;
  transition: all 1s 0s;
  transform: none;
}

#footer-first {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#footer-first a {
  text-decoration: none !important;
}

.block-type-instagram-images {
  padding: clamp(2rem, 4.8vw, 4rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
}
.block-type-instagram-images .section-header h2 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: var(--step-2);
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.block-type-instagram-images .images {
  margin-left: clamp(-0.5rem, -0.6vw, -0.25rem);
  margin-right: clamp(-0.5rem, -0.6vw, -0.25rem);
}
.block-type-instagram-images .images {
  display: flex;
  flex-flow: row wrap;
}
.block-type-instagram-images .images .image {
  padding: clamp(0.25rem, 0.6vw, 0.5rem);
}
.block-type-instagram-images .images .image a {
  display: block;
  position: relative;
}
.block-type-instagram-images .images .image a img {
  display: block;
  width: 100%;
  height: auto;
}
.block-type-instagram-images .images .image a::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.block-type-instagram-images .images .image a::after {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.25s;
}
.block-type-instagram-images .images .image a:hover::after {
  opacity: 1;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .block-type-instagram-images .images .image {
    width: 33.3%;
  }
  .block-type-instagram-images .images .image:last-child {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .block-type-instagram-images .images {
    flex-flow: row;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .block-type-instagram-images .images .image:last-child {
    display: none;
  }
}

#footer-second a {
  text-decoration: none !important;
}
#footer-second > .inner {
  padding: clamp(3.5rem, 8.4vw, 7rem) clamp(1.5rem, 3.6vw, 3rem) clamp(3.5rem, 8.4vw, 7rem) clamp(1.5rem, 3.6vw, 3rem);
}
@media screen and (min-width: 1400px) {
  #footer-second > .inner {
    max-width: clamp(320px, 93vw, 1200px);
  }
}
#footer-second > .inner > * {
  padding: clamp(0.5rem, 1.2vw, 1rem);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #footer-second > .inner {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #footer-second > .inner > *:not(:last-child) {
    margin-bottom: clamp(1rem, 2.4vw, 2rem);
    margin-top: clamp(0rem, 0vw, 0rem);
  }
}
@media screen and (min-width: 768px) {
  #footer-second > .inner {
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
}
#footer-second .footer-logo {
  order: 1;
}
#footer-second .footer-logo a {
  display: block;
  width: 8em;
}
#footer-second .footer-logo a img {
  display: block;
  width: 100%;
  height: auto;
}
#footer-second .field--name-body {
  line-height: 1.65em;
}
#footer-second #block-tali-contact {
  order: 2;
}
#footer-second .block-social {
  order: 3;
}
#footer-second #block-tali-mainnavigation {
  order: 4;
}
#footer-second h2 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: var(--step-2);
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
#footer-second a {
  color: rgba(0, 0, 0, 0.7);
}
#footer-second nav button {
  display: none;
}
#footer-second nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer-second nav li {
  padding-bottom: 0.25em;
}

ul.social {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.social {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 1em;
}
ul.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  background: #acaba8;
  color: #fff !important;
  border-radius: 50%;
}
ul.social a svg {
  display: block;
  width: 50%;
  height: auto;
}
ul.social a:hover {
  opacity: 1;
  background: #888683;
  color: #fff !important;
}
@media screen and (min-width: 0) and (max-width: 639px) {
  ul.social {
    margin-bottom: 1em;
    width: 100%;
    justify-content: center;
  }
  ul.social li {
    margin: 0 0.25em;
  }
}
@media screen and (min-width: 768px) {
  ul.social li:not(:last-child) {
    margin-right: 0.5em;
  }
}

#footer-bar {
  padding: clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem) clamp(1rem, 2.4vw, 2rem) clamp(2rem, 4.8vw, 4rem);
}
#footer-bar {
  font-size: var(--step--1);
  line-height: 1.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #footer-bar {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #footer-bar {
    display: flex;
    justify-content: space-between;
  }
}
#footer-bar a {
  color: rgba(0, 0, 0, 0.7);
}

#sidebar {
  margin-bottom: 6em;
}
#sidebar > .inner {
  position: sticky;
  top: 2rem;
  transition: top 0.5s;
}
@media screen and (min-width: 768px) {
  #sidebar > .inner {
    max-width: 19em;
  }
}
.scrolling-up #sidebar > .inner {
  top: 8rem;
  transition: top 0.5s 0.25s;
}
#sidebar nav {
  font-family: "forum", sans-serif;
}
#sidebar nav button {
  display: none;
}
#sidebar nav h2 {
  font-size: var(--step-2);
  font-weight: 300;
  line-height: 1em;
}
#sidebar nav h2 > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sidebar nav h2 button {
  display: block;
  width: 3em;
  height: 3em;
  margin-top: 0;
}
#sidebar nav h2 button span {
  overflow: hidden;
  text-indent: 999px;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
}
#sidebar nav h2 button svg {
  display: block;
  width: 100%;
  height: auto;
  color: #146ef5;
}
@media screen and (min-width: 768px) {
  #sidebar nav h2 {
    padding: 0 4rem 1.5rem 0rem;
  }
  #sidebar nav h2 button {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #sidebar nav .expandable {
    height: auto !important;
  }
}
#sidebar nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#sidebar nav ul a {
  display: block;
  padding: 1.35rem 2rem 1.15rem 0rem;
  transition: all 0.25s;
  overflow: hidden;
  font-weight: 700;
  color: #146ef5;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
#sidebar nav ul a span {
  display: block;
  position: relative;
  transition: all 0.25s;
}
#sidebar nav ul a span::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 50%;
  width: 0.7em;
  height: 0.7em;
  border: 3px solid #146ef5;
  border-style: solid solid none none;
  transform: translate(-100%, -50%) rotate(45deg);
}
#sidebar nav ul a:hover, #sidebar nav ul a.is-active {
  padding-right: 0rem;
  padding-left: 2rem;
}
#sidebar .expandable-container .headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sidebar .expandable-container .headline h2 {
  margin-bottom: 0;
}
#sidebar .expandable-container button.toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-top: 0;
}
#sidebar .expandable-container button.toggle span {
  overflow: hidden;
  text-indent: 999px;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
}
#sidebar .expandable-container button.toggle svg {
  display: block;
  width: 80%;
  height: auto;
  color: #146ef5;
  flex-grow: 1;
}
@media screen and (min-width: 0) and (max-width: 999px) {
  #sidebar .expandable-container h2 {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  #sidebar .expandable-container button.toggle {
    display: none;
  }
  #sidebar .expandable-container .expandable {
    height: auto !important;
  }
}

html {
  scroll-behavior: smooth;
  background: #f8f7f5;
}

body {
  background: #f8f7f5;
  overscroll-behavior-y: none;
  margin: 0;
}

::-moz-selection {
  background: #000;
  color: #fff;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

::selection {
  background: #000;
  color: #fff;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

img::-moz-selection {
  background: #000;
  color: #fff;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

img::selection {
  background: #000;
  color: #fff;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  transition: all 0.25s;
  color: #000;
  text-decoration: none !important;
  outline: none !important;
  border: none !important;
}
a:hover {
  opacity: 0.5;
}

#container {
  overflow: clip;
}

#page-content {
  position: relative;
  min-height: 20em;
  background: #f8f7f5;
}

.color-flip-sections {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.color-flip-sections {
  display: flex;
  flex-flow: column;
}
.color-flip-sections > div {
  flex-grow: 1;
}

span.w {
  transition: color 1s cubic-bezier(0.3, 1, 0.7, 1);
}

.field--name-body > div,
.field--name-field-body > div,
.field--name-field-body-below > div {
  transition: color 1s cubic-bezier(0.3, 1, 0.7, 1);
}

.expandable-container {
  --content-height: 0px;
}
.expandable-container .expandable {
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.3, 1, 0.7, 1);
  height: 0;
}
.expandable-container .expandable > div {
  padding-bottom: 1px;
}
.expandable-container.open .expandable {
  height: var(--content-height);
}
.expandable-container .toggle {
  position: relative;
  font-weight: 700;
  white-space: nowrap;
  padding: 0;
  background: transparent;
  border: none;
  margin-top: 1em;
  font-family: "inter", sans-serif;
  transition: all 0.25s;
  color: #146ef5;
}
.expandable-container .toggle span {
  transition: all 0.25s;
}
.expandable-container .toggle .less {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.expandable-container .toggle:hover {
  opacity: 0.5;
  cursor: pointer;
}
.expandable-container.open .toggle .more {
  opacity: 0;
}
.expandable-container.open .toggle .less {
  opacity: 1;
}

.section {
  position: relative;
}
.section .bg,
.section .bg > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section .bg > div {
  background-size: cover;
  background-position: 50% 50%;
}
.section > .inner {
  padding: clamp(2rem, 4.8vw, 4rem) clamp(2rem, 4.8vw, 4rem) clamp(2rem, 4.8vw, 4rem) clamp(2rem, 4.8vw, 4rem);
}
@media screen and (min-width: 1400px) {
  .section > .inner {
    max-width: clamp(320px, 93vw, 1200px);
  }
}
.section > .inner {
  margin: auto;
  position: relative;
}
.section.bg-parallax .bg {
  clip-path: inset(0 0 0 0);
}
.section.bg-parallax .bg > div {
  position: fixed;
}

.bg.blur-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg.blur-bg > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg.blur-bg > div {
  background-size: cover;
  background-position: 50% 50%;
}
.bg.blur-bg > div::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg.blur-bg > div::after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.section-header {
  text-align: center;
}
.section-header .field--name-field-overline {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 400;
  margin-bottom: 0.5em;
}
.section-header .field--name-field-subtitle {
  font-size: var(--step-2);
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1em;
}
.section-header .field--name-field-body {
  max-width: 36em;
  font-weight: 300;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .section-header .field--name-field-link {
    margin-top: 0.25em;
  }
}
@media screen and (min-width: 768px) {
  .section-header .field--name-field-link a {
    line-height: 1.2em;
    font-family: "inter", sans-serif;
    font-weight: 700;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .section-header > * {
    margin-left: auto;
    margin-right: auto;
  }
  .section-header .actions,
  .section-header .field--name-field-button {
    justify-content: center;
  }
}
.section-header.centered {
  text-align: center;
}
.section-header.centered .h1,
.section-header.centered .h2 {
  max-width: 28em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25em;
}
.section-header.centered .field--name-field-body {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .section-header.split {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .section-header.split .h1,
  .section-header.split .h2 {
    margin-bottom: 0;
    padding-right: 2em;
  }
  .section-header.split .field--name-field-body {
    max-width: 32em;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .section-header {
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  .section-header .field--name-field-body,
  .section-header .field--name-field-body-below {
    line-height: 1.6em;
  }
}

.share {
  padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(3rem, 7.2vw, 6rem) clamp(0rem, 0vw, 0rem);
}
.share {
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .share > .inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.share h2 {
  font-size: var(--step-3);
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.share h2 {
  margin-bottom: 0;
  margin-right: 1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .share h2 {
    font-size: 2em;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
.share .addtoany_list {
  display: block;
  text-align: center;
}
.share .addtoany_list a {
  font-size: 1em !important;
  width: 3.5em;
  height: 3.5em;
  margin: 0.25em;
  padding: 2px;
  border-radius: 999px;
  color: #fff;
  transition: all 0.25s !important;
  background: #acaba8 !important;
}
.share .addtoany_list a > span.a2a_svg {
  background: transparent !important;
  border-radius: 999px;
  width: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}
.share .addtoany_list a > span.a2a_svg svg {
  background: transparent;
  width: 70%;
  height: 70%;
  color: #fff !important;
}
.share .addtoany_list a > span.a2a_svg svg g,
.share .addtoany_list a > span.a2a_svg svg path {
  fill: #fff !important;
}
.share .addtoany_list a.a2a_button_facebook > span.a2a_svg svg {
  width: 60%;
  height: 60%;
}
.share .addtoany_list a.a2a_button_twitter > span.a2a_svg svg {
  width: 50%;
  height: 50%;
}
.share .addtoany_list a:hover {
  opacity: 1 !important;
  background: #888683 !important;
  color: #fff;
}
.share .addtoany_list a:hover > span.a2a_svg {
  opacity: 1 !important;
}
.share .addtoany_list a:hover > span.a2a_svg svg {
  opacity: 1 !important;
}

@media screen and (min-width: 768px) {
  .slide-over {
    height: calc(var(--el-height) + 100vh);
    margin-bottom: -100vh;
    clip-path: inset(0 0 0 0);
  }
  .slide-over.stuck > div {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}

nav.pager {
  margin-top: 6em;
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav.pager .pager__item--next a {
  display: inline-block;
  padding: 1.1em 2.5em 1em 2.5em;
  line-height: 1em;
  border-radius: 999px;
  border: none;
  position: relative;
  transition: all 0.25s;
  font-family: "inter", sans-serif;
  font-weight: 300;
}
nav.pager .pager__item--next a {
  background: #acaba8;
  color: #fff;
  border-radius: 0.25rem;
  transition: all 1s cubic-bezier(0.3, 1, 0.7, 1), opacity 0.25s;
  font-weight: 700;
  padding-top: 1em;
}
nav.pager .pager__item--next a:hover {
  background: #888683;
  color: #fff;
  opacity: 1 !important;
}
nav.pager ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav.pager ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
}
nav.pager ul li {
  margin: 0.5rem;
}
nav.pager ul li a {
  display: inline-block;
  padding: 1.1em 2.5em 1em 2.5em;
  line-height: 1em;
  border-radius: 999px;
  border: none;
  position: relative;
  transition: all 0.25s;
  font-family: "inter", sans-serif;
  font-weight: 300;
}
nav.pager ul li a {
  background: #acaba8;
  color: #fff;
  font-weight: 700;
  padding: 0;
  width: 3.5em;
  height: 3.5em;
  line-height: 3.5em;
  text-align: center;
}
nav.pager ul li a:hover {
  background: #888683;
  color: #fff;
  opacity: 1 !important;
}

.messages-wrapper {
  padding: clamp(1rem, 2.4vw, 2rem) clamp(2rem, 4.8vw, 4rem) clamp(1rem, 2.4vw, 2rem) clamp(2rem, 4.8vw, 4rem);
}
.messages-wrapper .message {
  padding: clamp(1rem, 2.4vw, 2rem) clamp(1rem, 2.4vw, 2rem) clamp(1rem, 2.4vw, 2rem) clamp(1rem, 2.4vw, 2rem);
}
@media screen and (min-width: 1400px) {
  .messages-wrapper .message {
    max-width: clamp(320px, 93vw, 1200px);
  }
}
.messages-wrapper .message {
  margin: auto;
  border: 0.2em solid red;
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: center;
}
.messages-wrapper .message a {
  font-weight: 700;
}

.paragraph--type--link,
.paragraph--type--file {
  margin-bottom: 1em !important;
}
.paragraph--type--link .field--name-field-link,
.paragraph--type--link .field--name-field-file,
.paragraph--type--link .field--name-field-file-private,
.paragraph--type--link .field--name-field-media-document,
.paragraph--type--link .field--name-field-media-document-private,
.paragraph--type--file .field--name-field-link,
.paragraph--type--file .field--name-field-file,
.paragraph--type--file .field--name-field-file-private,
.paragraph--type--file .field--name-field-media-document,
.paragraph--type--file .field--name-field-media-document-private {
  contain: paint;
}
.paragraph--type--link .field--name-field-link a,
.paragraph--type--link .field--name-field-file a,
.paragraph--type--link .field--name-field-file-private a,
.paragraph--type--link .field--name-field-media-document a,
.paragraph--type--link .field--name-field-media-document-private a,
.paragraph--type--file .field--name-field-link a,
.paragraph--type--file .field--name-field-file a,
.paragraph--type--file .field--name-field-file-private a,
.paragraph--type--file .field--name-field-media-document a,
.paragraph--type--file .field--name-field-media-document-private a {
  display: block !important;
  position: relative;
  background: #acaba8;
  color: #fff;
  font-family: "inter", sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  padding: 1.75em 2em 1.75em 7.5em;
  transition: all 0.25s;
}
.paragraph--type--link .field--name-field-link a::before, .paragraph--type--link .field--name-field-link a::after,
.paragraph--type--link .field--name-field-file a::before,
.paragraph--type--link .field--name-field-file a::after,
.paragraph--type--link .field--name-field-file-private a::before,
.paragraph--type--link .field--name-field-file-private a::after,
.paragraph--type--link .field--name-field-media-document a::before,
.paragraph--type--link .field--name-field-media-document a::after,
.paragraph--type--link .field--name-field-media-document-private a::before,
.paragraph--type--link .field--name-field-media-document-private a::after,
.paragraph--type--file .field--name-field-link a::before,
.paragraph--type--file .field--name-field-link a::after,
.paragraph--type--file .field--name-field-file a::before,
.paragraph--type--file .field--name-field-file a::after,
.paragraph--type--file .field--name-field-file-private a::before,
.paragraph--type--file .field--name-field-file-private a::after,
.paragraph--type--file .field--name-field-media-document a::before,
.paragraph--type--file .field--name-field-media-document a::after,
.paragraph--type--file .field--name-field-media-document-private a::before,
.paragraph--type--file .field--name-field-media-document-private a::after {
  content: "";
  position: absolute;
  left: 0em;
  top: 0;
  width: 6em;
  height: 100%;
  border-right: 3px solid rgba(255, 255, 255, 0.1);
  transition: all 0.25s;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .paragraph--type--link .field--name-field-link a,
  .paragraph--type--link .field--name-field-file a,
  .paragraph--type--link .field--name-field-file-private a,
  .paragraph--type--link .field--name-field-media-document a,
  .paragraph--type--link .field--name-field-media-document-private a,
  .paragraph--type--file .field--name-field-link a,
  .paragraph--type--file .field--name-field-file a,
  .paragraph--type--file .field--name-field-file-private a,
  .paragraph--type--file .field--name-field-media-document a,
  .paragraph--type--file .field--name-field-media-document-private a {
    padding: 1.55em 1.75em 1.3em 5.5em;
  }
  .paragraph--type--link .field--name-field-link a::before, .paragraph--type--link .field--name-field-link a::after,
  .paragraph--type--link .field--name-field-file a::before,
  .paragraph--type--link .field--name-field-file a::after,
  .paragraph--type--link .field--name-field-file-private a::before,
  .paragraph--type--link .field--name-field-file-private a::after,
  .paragraph--type--link .field--name-field-media-document a::before,
  .paragraph--type--link .field--name-field-media-document a::after,
  .paragraph--type--link .field--name-field-media-document-private a::before,
  .paragraph--type--link .field--name-field-media-document-private a::after,
  .paragraph--type--file .field--name-field-link a::before,
  .paragraph--type--file .field--name-field-link a::after,
  .paragraph--type--file .field--name-field-file a::before,
  .paragraph--type--file .field--name-field-file a::after,
  .paragraph--type--file .field--name-field-file-private a::before,
  .paragraph--type--file .field--name-field-file-private a::after,
  .paragraph--type--file .field--name-field-media-document a::before,
  .paragraph--type--file .field--name-field-media-document a::after,
  .paragraph--type--file .field--name-field-media-document-private a::before,
  .paragraph--type--file .field--name-field-media-document-private a::after {
    width: 4em;
  }
}
.paragraph--type--link .field--name-field-link a:hover,
.paragraph--type--link .field--name-field-file a:hover,
.paragraph--type--link .field--name-field-file-private a:hover,
.paragraph--type--link .field--name-field-media-document a:hover,
.paragraph--type--link .field--name-field-media-document-private a:hover,
.paragraph--type--file .field--name-field-link a:hover,
.paragraph--type--file .field--name-field-file a:hover,
.paragraph--type--file .field--name-field-file-private a:hover,
.paragraph--type--file .field--name-field-media-document a:hover,
.paragraph--type--file .field--name-field-media-document-private a:hover {
  opacity: 1;
  background: #888683;
  color: #fff;
}
.paragraph--type--link .field--name-field-link a::after,
.paragraph--type--file .field--name-field-link a::after {
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="white" fill-rule="evenodd" d="M4.25 9a7.75 7.75 0 1 1 15.5 0v6a7.75 7.75 0 0 1-15.5 0V9Zm7-6.205A6.251 6.251 0 0 0 5.75 9v6a6.25 6.25 0 1 0 12.5 0V9a6.251 6.251 0 0 0-5.5-6.205v3.583a2.25 2.25 0 0 1 1.5 2.122v2a2.25 2.25 0 0 1-4.5 0v-2c0-.98.626-1.813 1.5-2.122V2.795ZM12 7.75a.75.75 0 0 0-.75.75v2a.75.75 0 0 0 1.5 0v-2a.75.75 0 0 0-.75-.75Z" clip-rule="evenodd"%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
  background-size: 40% auto;
}
.paragraph--type--link .field--name-field-media-document a::after,
.paragraph--type--link .field--name-field-media-document-private a::after,
.paragraph--type--file .field--name-field-media-document a::after,
.paragraph--type--file .field--name-field-media-document-private a::after {
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="m12 17l4-4l-1.4-1.4l-1.6 1.55V9h-2v4.15L9.4 11.6L8 13l4 4Zm-8 5V8l6-6h10v20H4Z"%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
  background-size: 35% auto;
}

.paragraph--type--divider {
  margin-bottom: clamp(2rem, 4.8vw, 4rem);
  margin-top: clamp(2rem, 4.8vw, 4rem);
}
.paragraph--type--divider {
  border: none;
  border-top: 2px solid rgba(0, 0, 0, 0.07);
}

.paragraph--type--image a {
  display: block;
}
.paragraph--type--image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
.paragraph--type--image.size-original img {
  width: auto;
  max-width: 100%;
}

.paragraph--type--text-image .image {
  margin-bottom: 2em;
  max-width: 26em;
}
.paragraph--type--text-image .image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .paragraph--type--text-image {
    display: flex;
  }
  .paragraph--type--text-image > div {
    width: 50%;
  }
  .paragraph--type--text-image .image {
    margin-bottom: 0;
    max-width: none;
  }
  .paragraph--type--text-image:has(.size-original) > div {
    width: auto;
  }
  .paragraph--type--text-image:has(.size-original) > div.content {
    flex-grow: 1;
    min-width: 35%;
  }
  .paragraph--type--text-image:has(.size-small) > div.image {
    width: 35%;
  }
  .paragraph--type--text-image:has(.size-small) > div.content {
    width: 65%;
  }
  .paragraph--type--text-image:has(.size-large) > div.image {
    width: 65%;
  }
  .paragraph--type--text-image:has(.size-large) > div.content {
    width: 35%;
  }
  .paragraph--type--text-image.image-left .image {
    padding: clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
  }
  .paragraph--type--text-image.image-left .image {
    order: 1;
  }
  .paragraph--type--text-image.image-left .content {
    padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem);
  }
  .paragraph--type--text-image.image-left .content {
    order: 2;
  }
  .paragraph--type--text-image.image-right .content {
    padding: clamp(0rem, 0vw, 0rem) clamp(1rem, 2.4vw, 2rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
  }
  .paragraph--type--text-image.image-right .content {
    order: 1;
  }
  .paragraph--type--text-image.image-right .image {
    padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(1rem, 2.4vw, 2rem);
  }
  .paragraph--type--text-image.image-right .image {
    order: 2;
  }
}

.paragraph--type--expandable-text-image .image,
.paragraph--type--expandable-text-images .image {
  margin-bottom: 2em;
  max-width: 26em;
}
.paragraph--type--expandable-text-image .image img,
.paragraph--type--expandable-text-images .image img {
  display: block;
  width: 100%;
  height: auto;
}
.paragraph--type--expandable-text-image .h2, .paragraph--type--expandable-text-image .h3,
.paragraph--type--expandable-text-images .h2,
.paragraph--type--expandable-text-images .h3 {
  font-size: var(--step-5);
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  max-width: 10em;
  margin-bottom: 0;
}
.paragraph--type--expandable-text-image .actions,
.paragraph--type--expandable-text-images .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.paragraph--type--expandable-text-image .content,
.paragraph--type--expandable-text-images .content {
  max-width: 30em;
}
.paragraph--type--expandable-text-image .body,
.paragraph--type--expandable-text-images .body {
  color: rgba(0, 0, 0, 0.7);
  max-width: 22em;
}
@media screen and (min-width: 768px) {
  .paragraph--type--expandable-text-image,
  .paragraph--type--expandable-text-images {
    margin-left: clamp(-1rem, -1.2vw, -0.5rem);
    margin-right: clamp(-1rem, -1.2vw, -0.5rem);
  }
  .paragraph--type--expandable-text-image,
  .paragraph--type--expandable-text-images {
    display: flex;
    align-items: center;
  }
  .paragraph--type--expandable-text-image > div,
  .paragraph--type--expandable-text-images > div {
    padding: clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem) clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem);
  }
  .paragraph--type--expandable-text-image .image,
  .paragraph--type--expandable-text-images .image {
    margin-bottom: 0;
    max-width: none;
    flex-grow: 1;
  }
  .paragraph--type--expandable-text-image .content,
  .paragraph--type--expandable-text-images .content {
    min-width: 40%;
  }
  .paragraph--type--expandable-text-image.image-left .image,
  .paragraph--type--expandable-text-images.image-left .image {
    padding: clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
  }
  .paragraph--type--expandable-text-image.image-left .image,
  .paragraph--type--expandable-text-images.image-left .image {
    order: 1;
  }
  .paragraph--type--expandable-text-image.image-left .content,
  .paragraph--type--expandable-text-images.image-left .content {
    padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem);
  }
  .paragraph--type--expandable-text-image.image-left .content,
  .paragraph--type--expandable-text-images.image-left .content {
    order: 2;
  }
  .paragraph--type--expandable-text-image.image-right .content,
  .paragraph--type--expandable-text-images.image-right .content {
    padding: clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
  }
  .paragraph--type--expandable-text-image.image-right .content,
  .paragraph--type--expandable-text-images.image-right .content {
    order: 1;
  }
  .paragraph--type--expandable-text-image.image-right .image,
  .paragraph--type--expandable-text-images.image-right .image {
    padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem);
  }
  .paragraph--type--expandable-text-image.image-right .image,
  .paragraph--type--expandable-text-images.image-right .image {
    order: 2;
  }
}

.paragraph--type--expandable-text-images .image {
  display: flex;
  flex-flow: row wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.paragraph--type--expandable-text-images .image > div {
  width: 50%;
  padding: 5px;
  overflow: hidden;
}
.paragraph--type--expandable-text-images .image > div img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .paragraph--type--expandable-text-images .image > div:nth-child(odd) {
    transform: translateY(calc(-20% * var(--scroll-per)));
  }
  .paragraph--type--expandable-text-images .image > div:nth-child(even) {
    transform: translateY(calc(20% * var(--scroll-per)));
  }
}
@media screen and (min-width: 0) and (max-width: 999px) {
  .paragraph--type--expandable-text-images .image {
    margin-left: -5px;
    margin-right: -5px;
  }
  .paragraph--type--expandable-text-images .image > .field-item {
    padding: 5px;
  }
}

.image-carousel img {
  display: block;
  width: 100%;
  height: auto;
}
.image-carousel .thumbs {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-flow: row wrap;
  padding-top: 5px;
}
.image-carousel .thumbs .icon {
  display: none;
}
.image-carousel .thumbs .swiper-pagination-bullet {
  padding: 5px;
  width: 33.3333333333%;
}
@media screen and (min-width: 640px) {
  .image-carousel .thumbs .swiper-pagination-bullet {
    width: 20%;
  }
}
.image-carousel .thumbs .swiper-pagination-bullet div {
  display: block;
  overflow: hidden;
  position: relative;
}
.image-carousel .thumbs .swiper-pagination-bullet div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.5s;
}
.image-carousel .thumbs .swiper-pagination-bullet div img {
  transition: all 0.5s;
}
.image-carousel .thumbs .swiper-pagination-bullet div:hover img {
  transform: scale(1.1, 1.1);
}
.image-carousel .thumbs .swiper-pagination-bullet div:hover::after {
  opacity: 1;
}

.paragraph--type--images-row {
  margin-left: clamp(-0.5rem, -0.6vw, -0.25rem);
  margin-right: clamp(-0.5rem, -0.6vw, -0.25rem);
}
.paragraph--type--images-row {
  display: flex;
}
.paragraph--type--images-row .field {
  padding: clamp(0rem, 0vw, 0rem) clamp(0.25rem, 0.6vw, 0.5rem) clamp(0rem, 0vw, 0rem) clamp(0.25rem, 0.6vw, 0.5rem);
}
.paragraph--type--images-row .field {
  flex-grow: 1;
}
.paragraph--type--images-row img {
  display: block;
  width: 100%;
  height: auto;
}

.paragraph--type--video .field-item,
.paragraph--type--videos .field-item {
  position: relative;
  aspect-ratio: 16/9;
}
.paragraph--type--video .field-item iframe,
.paragraph--type--videos .field-item iframe {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}

.paragraph--type--videos .section-header .h1 {
  max-width: 16em;
}
.paragraph--type--videos .field--name-field-media-videos {
  max-width: 50em;
  margin: auto;
}
.paragraph--type--videos .field--name-field-media-videos > .field-items > .field-item:not(:last-child) {
  margin-bottom: clamp(1rem, 2.4vw, 2rem);
  margin-top: clamp(0rem, 0vw, 0rem);
}

.paragraph--type--pull-quote blockquote {
  font-size: var(--step-2);
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
  font-style: italic;
  font-family: "forum", sans-serif;
}
.paragraph--type--pull-quote .field--name-field-body {
  padding: 2em;
  background: #f0f0f0;
  font-weight: 200;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .paragraph--type--three-columns .field--name-field-col-1,
  .paragraph--type--three-columns .field--name-filed-col-2 {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--three-columns {
    margin-left: clamp(-1rem, -1.2vw, -0.5rem);
    margin-right: clamp(-1rem, -1.2vw, -0.5rem);
  }
  .paragraph--type--three-columns {
    display: flex;
  }
  .paragraph--type--three-columns > .field {
    padding: clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem) clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem);
  }
  .paragraph--type--three-columns > .field {
    width: 33.3%;
  }
}

.paragraph--type--image-grid .images {
  margin-left: clamp(-0.6rem, -0.72vw, -0.3rem);
  margin-right: clamp(-0.6rem, -0.72vw, -0.3rem);
}
.paragraph--type--image-grid .images {
  align-items: stretch;
}
.paragraph--type--image-grid .images .field {
  padding: clamp(0.3rem, 0.72vw, 0.6rem);
}
.paragraph--type--image-grid .images .field {
  aspect-ratio: 3/2;
}
.paragraph--type--image-grid .images .field * {
  height: 100%;
}
.paragraph--type--image-grid .images .field img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 640px) {
  .paragraph--type--image-grid .images {
    display: flex;
    flex-flow: row wrap;
  }
  .paragraph--type--image-grid .images .field:nth-child(4n+1), .paragraph--type--image-grid .images .field:nth-child(4n+4) {
    width: 65%;
    aspect-ratio: 3/2;
  }
  .paragraph--type--image-grid .images .field:nth-child(4n+2), .paragraph--type--image-grid .images .field:nth-child(4n+3) {
    width: 35%;
  }
}
.paragraph--type--image-grid a {
  display: block;
  contain: paint;
  position: relative;
}
.paragraph--type--image-grid a .icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 3rem;
  height: 3rem !important;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all 0.25s cubic-bezier(0.3, 1, 0.7, 1);
  z-index: 100;
}
.paragraph--type--image-grid a .icon svg {
  display: block;
  width: 40%;
  height: auto;
}
.paragraph--type--image-grid a:hover {
  opacity: 1;
}

#cboxOverlay {
  background: #fff;
}

#cboxTitle {
  display: none !important;
}

#cboxContent {
  border-radius: 0 !important;
}

#cboxClose.cbox-close-plain {
  position: fixed;
  right: 1rem;
  top: 1rem;
  width: 3rem;
  height: 3rem;
  opacity: 1 !important;
  text-indent: 9999px;
  background: transparent;
}
#cboxClose.cbox-close-plain::before, #cboxClose.cbox-close-plain::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #000;
}
#cboxClose.cbox-close-plain::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#cboxClose.cbox-close-plain::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.cboxPhoto {
  border-radius: 0 !important;
}

#cboxPrevious,
#cboxNext {
  position: fixed !important;
  top: 50%;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #000;
  clip: initial;
  overflow: clip;
  text-indent: -9999px;
}

#cboxPrevious {
  left: 2em;
  border-style: none none solid solid;
  transform: translate(0, -50%) rotate(45deg);
}

#cboxNext {
  right: 2em;
  border-style: solid solid none none;
  transform: translate(0, -50%) rotate(45deg);
}

.paragraph--type--basic-content-container {
  padding: clamp(4rem, 9.6vw, 8rem) clamp(2rem, 4.8vw, 4rem) clamp(4rem, 9.6vw, 8rem) clamp(2rem, 4.8vw, 4rem);
}
@media screen and (min-width: 1400px) {
  .paragraph--type--basic-content-container {
    max-width: clamp(320px, 93vw, 840px);
  }
}
.paragraph--type--basic-content-container {
  margin: auto;
}
.paragraph--type--basic-content-container > .field--name-field-p > .field-items > .field-item {
  margin-bottom: clamp(2rem, 4.8vw, 4rem);
  margin-top: clamp(0rem, 0vw, 0rem);
}
.paragraph--type--basic-content-container .paragraph--type--text-image {
  align-items: center;
}

.paragraph--type--callout-text-image .image {
  margin-bottom: 2em;
  max-width: 26em;
}
.paragraph--type--callout-text-image .image img {
  display: block;
  width: 100%;
  height: auto;
}
.paragraph--type--callout-text-image .h2, .paragraph--type--callout-text-image .h3 {
  font-weight: 300;
}
.paragraph--type--callout-text-image .actions {
  margin-top: 1em;
  font-family: "forum", sans-serif;
  font-size: var(--step-1);
  line-height: 1.4em;
}
.paragraph--type--callout-text-image .actions a {
  color: #000;
}
.paragraph--type--callout-text-image .content {
  max-width: 30em;
}
.paragraph--type--callout-text-image .body {
  color: rgba(0, 0, 0, 0.7);
  max-width: 23em;
}
@media screen and (min-width: 768px) {
  .paragraph--type--callout-text-image {
    margin-left: clamp(-1rem, -1.2vw, -0.5rem);
    margin-right: clamp(-1rem, -1.2vw, -0.5rem);
  }
  .paragraph--type--callout-text-image {
    display: flex;
    align-items: center;
  }
  .paragraph--type--callout-text-image > div {
    padding: clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem) clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem);
  }
  .paragraph--type--callout-text-image .image {
    padding: clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
  }
  .paragraph--type--callout-text-image .image {
    margin-bottom: 0;
    max-width: none;
    flex-grow: 1;
    order: 1;
  }
  .paragraph--type--callout-text-image .content {
    padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem);
  }
  .paragraph--type--callout-text-image .content {
    order: 2;
    min-width: 40%;
  }
}

.paragraph--type--testimonials-carousel {
  background: #403f3b;
}
.paragraph--type--testimonials-carousel .section-header {
  margin-bottom: 0;
}
.paragraph--type--testimonials-carousel .section-header .h2 {
  margin-bottom: 0;
}
.paragraph--type--testimonials-carousel .swiper-slide {
  opacity: 0 !important;
}
.paragraph--type--testimonials-carousel .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.paragraph--type--testimonials-carousel .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5em;
}
.paragraph--type--testimonials-carousel .pager .swiper-pagination-bullet {
  width: 0.75em;
  height: 0.75em;
  background: #000;
  opacity: 0.5;
  transition: all 0.25s;
  margin: 0 0.5em;
}
.paragraph--type--testimonials-carousel .pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.paragraph--type--testimonials-carousel .paragraph--type--testimonial blockquote {
  margin: 0;
}
.paragraph--type--testimonials-carousel .paragraph--type--testimonial .field--name-field-body {
  line-height: 1.6em;
  max-width: 30em;
  text-align: center;
  margin: auto;
}
.paragraph--type--testimonials-carousel .paragraph--type--testimonial h3.name {
  font-size: var(--step-2);
  line-height: 1.2em;
  text-align: center;
  margin-top: 1em;
}

.paragraph--type--featured-projects {
  background: #ebeae8;
}
.path-frontpage .paragraph--type--featured-projects {
  background: #fff;
}
.paragraph--type--featured-projects .section-header {
  margin-bottom: 0;
}
.paragraph--type--featured-projects .field--name-field-featured-projects-projects > .field-items {
  margin-left: clamp(-0.75rem, -0.9vw, -0.375rem);
  margin-right: clamp(-0.75rem, -0.9vw, -0.375rem);
}
.paragraph--type--featured-projects .field--name-field-featured-projects-projects > .field-items {
  display: flex;
  flex-flow: row wrap;
}
.paragraph--type--featured-projects .field--name-field-featured-projects-projects > .field-items > .field-item {
  padding: clamp(0rem, 0vw, 0rem) clamp(0.375rem, 0.9vw, 0.75rem) clamp(1.5rem, 3.6vw, 3rem) clamp(0.375rem, 0.9vw, 0.75rem);
}
@media screen and (min-width: 0) and (max-width: 639px) {
  .paragraph--type--featured-projects .field--name-field-featured-projects-projects > .field-items > .field-item {
    width: 100%;
  }
  .paragraph--type--featured-projects .field--name-field-featured-projects-projects > .field-items > .field-item .node {
    max-width: 24em;
    margin: auto;
  }
}
@media screen and (min-width: 640px) {
  .paragraph--type--featured-projects .field--name-field-featured-projects-projects > .field-items > .field-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--featured-projects .field--name-field-featured-projects-projects > .field-items > .field-item {
    width: 33.3%;
  }
}
@media screen and (min-width: 1000px) {
  .paragraph--type--featured-projects .field--name-field-featured-projects-projects > .field-items > .field-item:nth-child(3n+2) .scrollin.loaded {
    transition-delay: 0.5s;
  }
  .paragraph--type--featured-projects .field--name-field-featured-projects-projects > .field-items > .field-item:nth-child(3n+3) .scrollin.loaded {
    transition-delay: 0.75s;
  }
}

.paragraph--type--latest-news {
  background: #eaeaea;
}
.paragraph--type--latest-news > .inner {
  padding: clamp(2rem, 4.8vw, 4rem) clamp(2rem, 4.8vw, 4rem) clamp(0.5rem, 1.2vw, 1rem) clamp(2rem, 4.8vw, 4rem);
}

.paragraph--type--webform .top > .inner {
  padding: clamp(2rem, 4.8vw, 4rem);
}
@media screen and (min-width: 1400px) {
  .paragraph--type--webform .top > .inner {
    max-width: clamp(320px, 93vw, 1200px);
  }
}
.paragraph--type--webform .top > .inner {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .paragraph--type--webform .top > .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .paragraph--type--webform .top .field--name-field-webform-main-text {
    margin-bottom: clamp(1rem, 2.4vw, 2rem);
    margin-top: clamp(0rem, 0vw, 0rem);
  }
}
.paragraph--type--webform .top .field--name-field-webform-main-text h3 {
  font-size: var(--step-5);
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  max-width: 10em;
}
.paragraph--type--webform .top .field--name-field-webform-main-text .field--name-field-body {
  max-width: 30em;
}
.paragraph--type--webform .top .field--name-field-webform-contact-details h3 {
  font-size: var(--step-5);
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  max-width: 10em;
}
.paragraph--type--webform .top .field--name-field-webform-contact-details .field--name-field-body {
  line-height: 1.8em;
}
.paragraph--type--webform .webform {
  background: #ebeae8;
}
.paragraph--type--webform .webform > .inner {
  padding: clamp(2rem, 4.8vw, 4rem);
}
@media screen and (min-width: 1400px) {
  .paragraph--type--webform .webform > .inner {
    max-width: clamp(320px, 93vw, 1200px);
  }
}
.paragraph--type--webform .webform > .inner {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .paragraph--type--webform .webform > .inner {
    display: flex;
  }
  .paragraph--type--webform .webform > .inner > div {
    width: 50%;
  }
}
.paragraph--type--webform .webform .field--name-field-media-image * {
  height: 100%;
}
.paragraph--type--webform .webform .field--name-field-media-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .paragraph--type--webform .webform .field--name-field-media-image {
    margin-bottom: clamp(1rem, 2.4vw, 2rem);
    margin-top: clamp(0rem, 0vw, 0rem);
  }
  .paragraph--type--webform .webform .field--name-field-media-image {
    aspect-ratio: 3/2;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--webform .webform .field--name-field-media-image {
    padding: clamp(0rem, 0vw, 0rem) clamp(1rem, 2.4vw, 2rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
  }
}

.paragraph--type--service-overview .image {
  margin-bottom: 2em;
  max-width: 26em;
}
.paragraph--type--service-overview .image img {
  display: block;
  width: 100%;
  height: auto;
}
.paragraph--type--service-overview .h2, .paragraph--type--service-overview .h3 {
  font-weight: 300;
}
.paragraph--type--service-overview .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.paragraph--type--service-overview .content {
  max-width: 30em;
}
.paragraph--type--service-overview .body {
  color: rgba(0, 0, 0, 0.7);
  max-width: 22em;
}
.paragraph--type--service-overview .actions {
  margin-top: 1em;
}
.paragraph--type--service-overview .actions a {
  color: #000;
  line-height: 1.2em;
  font-family: "forum", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .paragraph--type--service-overview {
    margin-left: clamp(-1rem, -1.2vw, -0.5rem);
    margin-right: clamp(-1rem, -1.2vw, -0.5rem);
  }
  .paragraph--type--service-overview {
    display: flex;
    align-items: center;
  }
  .paragraph--type--service-overview > div {
    padding: clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem) clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem);
  }
  .paragraph--type--service-overview .image {
    margin-bottom: 0;
    max-width: none;
    flex-grow: 1;
  }
  .paragraph--type--service-overview .content {
    min-width: 40%;
  }
  .paragraph--type--service-overview .image {
    padding: clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
  }
  .paragraph--type--service-overview .image {
    order: 1;
  }
  .paragraph--type--service-overview .content {
    padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem);
  }
  .paragraph--type--service-overview .content {
    order: 2;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .paragraph--type--service-overview .image {
    transform: translateX(-80px);
    opacity: 0;
  }
  .paragraph--type--service-overview .content {
    transform: translateX(80px);
    opacity: 0;
  }
  .paragraph--type--service-overview.loaded .image,
  .paragraph--type--service-overview.loaded .content {
    transform: none;
    opacity: 1;
    transition: all 1s cubic-bezier(0.3, 1, 0.7, 1);
  }
}

.paragraph--type--template-home {
  background: #f8f7f5;
  transition: all 1s cubic-bezier(0.3, 1, 0.7, 1);
}
.paragraph--type--template-home .paragraph--type--testimonials-carousel,
.paragraph--type--template-home .paragraph--type--featured-projects,
.paragraph--type--template-home .paragraph--type--latest-news {
  background: transparent;
}
.paragraph--type--template-home .paragraph--type--testimonials-carousel > .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.paragraph--type--template-home .paragraph--type--featured-projects > .inner {
  padding-bottom: 0;
}
.paragraph--type--template-home[data-color=white] {
  background: #f8f7f5;
}
.paragraph--type--template-home[data-color=white] span.w {
  color: #000;
}
.paragraph--type--template-home[data-color=white] .field--name-field-body > div,
.paragraph--type--template-home[data-color=white] .field--name-field-body-below > div {
  color: rgba(0, 0, 0, 0.7);
}
.paragraph--type--template-home[data-color=dark-gray] {
  background: #403f3b;
}
.paragraph--type--template-home[data-color=dark-gray] span.w {
  color: #fff;
}
.paragraph--type--template-home[data-color=dark-gray] .field--name-field-body > div,
.paragraph--type--template-home[data-color=dark-gray] .field--name-field-body-below > div {
  color: rgba(255, 255, 255, 0.7);
}
.paragraph--type--template-home[data-color=gray] {
  background: #eaeaea;
}
.paragraph--type--template-home[data-color=gray] span.w {
  color: #000;
}
.paragraph--type--template-home[data-color=gray] .field--name-field-body > div,
.paragraph--type--template-home[data-color=gray] .field--name-field-body-below > div {
  color: rgba(0, 0, 0, 0.7);
}

.paragraph--type--template-service .paragraph--type--featured-faqs > .inner {
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph--type--featured-faqs .section-header .h2 {
  font-weight: 300;
}
.paragraph--type--featured-faqs .section-header .field--name-field-body {
  max-width: 16em;
  margin-left: 0;
  margin-bottom: 1.5em;
  color: rgba(0, 0, 0, 0.7);
}
.paragraph--type--featured-faqs .field--name-field-button {
  display: flex;
}
.paragraph--type--featured-faqs a.button {
  background: #acaba8;
  color: #fff;
  border-radius: 0;
}
.paragraph--type--featured-faqs a.button:hover {
  background: #888683;
  color: #fff;
  opacity: 1;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .paragraph--type--featured-faqs .section-header .h1,
  .paragraph--type--featured-faqs .section-header .field--name-field-body {
    margin-left: auto;
    margin-right: auto;
  }
  .paragraph--type--featured-faqs .section-header .field--name-field-button {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--featured-faqs > .inner {
    display: flex;
  }
  .paragraph--type--featured-faqs .section-header {
    padding: clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
  }
  .paragraph--type--featured-faqs .section-header {
    width: 35%;
  }
  .paragraph--type--featured-faqs .field--name-field-p {
    width: 65%;
  }
}
@media screen and (min-width: 1000px) {
  .paragraph--type--featured-faqs .field--name-field-p > .field-items > .field-item .paragraph {
    transform: translateX(80px);
    opacity: 0;
  }
  .paragraph--type--featured-faqs .field--name-field-p > .field-items > .field-item .paragraph.loaded {
    transform: none;
    opacity: 1;
    transition: all 1s cubic-bezier(0.3, 1, 0.7, 1);
  }
}

.paragraph--type--faq button.toggle {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.5em 0 2em;
  background: #acaba8;
  color: #fff;
  text-align: left;
  transition: all 0.25s;
  font-weight: 200;
}
.paragraph--type--faq button.toggle span.t {
  display: block;
  position: relative;
  line-height: 1.2em;
  white-space: initial;
  padding: 2.2em 0 2em 0;
}
.paragraph--type--faq button.toggle span.i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  height: 100%;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  position: relative;
}
.paragraph--type--faq button.toggle span.i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25%;
  height: 25%;
  border: 4px solid #fff;
  border-style: solid solid none none;
  transform: translate(-70%, -50%) rotate(45deg);
}
.paragraph--type--faq button.toggle:hover {
  opacity: 1;
  background: #888683;
}
.paragraph--type--faq button.toggle:hover::before {
  opacity: 0;
}
.paragraph--type--faq.open button.toggle {
  background: #6d6c6b;
}
.paragraph--type--faq.open button.toggle::before {
  opacity: 0;
}
.paragraph--type--faq.open button.toggle span.i {
  transform: rotate(90deg);
}
.paragraph--type--faq .field--name-field-body > div {
  padding: clamp(1.5rem, 3.6vw, 3rem);
}
.paragraph--type--faq .field--name-field-body > div {
  background: #6d6c6b;
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 200;
  border-top: 1px solid #fff;
}

.node-project.node-teaser a {
  display: block;
  position: relative;
  color: #000;
}
.node-project.node-teaser a:hover {
  opacity: 1;
}
.node-project.node-teaser a .image {
  position: relative;
}
.node-project.node-teaser a .image h3 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 0 1em;
  text-align: center;
  font-family: "forum", sans-serif;
  font-size: var(--step-2);
  text-transform: uppercase;
  letter-spacing: 0.05;
  line-height: 1.2em;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.25s;
}
.node-project.node-teaser a .field--name-field-media-image {
  position: relative;
}
.node-project.node-teaser a .field--name-field-media-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.node-project.node-teaser a .field--name-field-media-image::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.node-project.node-teaser a .field--name-field-media-image::after {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.25s;
}
.node-project.node-teaser a:hover .image h3 {
  opacity: 1;
}
.node-project.node-teaser a:hover .field--name-field-media-image::after {
  opacity: 1;
}
.node-project.node-teaser a .content {
  padding: clamp(1rem, 2.4vw, 2rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
}
.node-project.node-teaser a .content {
  text-align: center;
}

.block-prev-next {
  display: none;
}

.node-project.node-full .paragraph--type--image-grid > .inner {
  padding: clamp(6rem, 14.4vw, 12rem) clamp(2rem, 4.8vw, 4rem) clamp(4rem, 9.6vw, 8rem) clamp(2rem, 4.8vw, 4rem);
}
.node-project.node-full .block-prev-next .prev,
.node-project.node-full .block-prev-next .next {
  text-transform: uppercase;
  font-family: "forum", sans-serif;
  letter-spacing: 0.05em;
  white-space: wrap;
  width: 4.25em;
}
.node-project.node-full .block-prev-next .prev a,
.node-project.node-full .block-prev-next .next a {
  display: block;
}
.node-project.node-full .block-prev-next .next {
  text-align: right;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .node-project.node-full .block-prev-next {
    padding: clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem) clamp(6rem, 14.4vw, 12rem) clamp(2rem, 4.8vw, 4rem);
  }
  .node-project.node-full .block-prev-next {
    display: block;
  }
  .node-project.node-full .block-prev-next > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .node-project.node-full {
    padding-left: 3em;
    padding-right: 3em;
    position: relative;
  }
  .node-project.node-full .block-prev-next {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .node-project.node-full .block-prev-next {
    display: block;
    pointer-events: none;
  }
  .node-project.node-full .block-prev-next > div {
    padding: clamp(0.5rem, 1.2vw, 1rem);
  }
  .node-project.node-full .block-prev-next > div {
    position: sticky;
    top: 50%;
    display: flex;
    justify-content: space-between;
  }
  .node-project.node-full .block-prev-next .prev,
  .node-project.node-full .block-prev-next .next {
    position: relative;
    pointer-events: initial;
  }
  .node-project.node-full .block-prev-next .next {
    text-align: right;
  }
}

.node-article.node-teaser a {
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
}
.node-article.node-teaser a:hover {
  opacity: 1;
}
.node-article.node-teaser a .image {
  position: relative;
}
.node-article.node-teaser a .image > span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 0 1em;
  text-align: center;
  font-family: "forum", sans-serif;
  font-size: var(--step-2);
  text-transform: uppercase;
  letter-spacing: 0.05;
  line-height: 1.2em;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.25s;
}
.node-article.node-teaser a .field--name-field-media-image {
  position: relative;
  overflow: clip;
}
.node-article.node-teaser a .field--name-field-media-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.node-article.node-teaser a .field--name-field-media-image::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.node-article.node-teaser a .field--name-field-media-image::after {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.25s;
}
.node-article.node-teaser a .content {
  padding: clamp(0.5rem, 1.2vw, 1rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
}
.node-article.node-teaser a .date {
  font-family: "forum", sans-serif;
  margin-bottom: 0.75em;
}
.node-article.node-teaser a .field--name-body {
  max-width: 22em;
}
.node-article.node-teaser a .more {
  font-family: "forum", sans-serif;
  font-size: var(--step-1);
  line-height: 1.2em;
  margin-top: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.node-article.node-teaser a:hover .image span {
  opacity: 1;
}
.node-article.node-teaser a:hover .field--name-field-media-image::after {
  opacity: 1;
}

#more-news .section-header {
  margin-bottom: 1em;
}
#more-news .section-header .field--name-field-link a {
  font-family: "forum", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: var(--step-1);
  line-height: 1.2em;
  color: #000;
  font-weight: 400;
}

.node-service.node-teaser a {
  display: block;
  position: relative;
  color: #000;
}
.node-service.node-teaser a:hover {
  opacity: 1;
}
.node-service.node-teaser a .field--name-field-media-image {
  position: relative;
}
.node-service.node-teaser a .field--name-field-media-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.node-service.node-teaser a .field--name-field-media-image::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.node-service.node-teaser a .field--name-field-media-image::after {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.25s;
}
.node-service.node-teaser a .image {
  position: relative;
}
.node-service.node-teaser a .image > span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 0 1em;
  text-align: center;
  font-family: "forum", sans-serif;
  font-size: var(--step-2);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.25s;
}
.node-service.node-teaser a .content {
  padding: clamp(0.5rem, 1.2vw, 1rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
}
.node-service.node-teaser a .content {
  text-align: center;
}
.node-service.node-teaser a:hover .image > span {
  opacity: 1;
}
.node-service.node-teaser a:hover .field--name-field-media-image::after {
  opacity: 1;
}

.node-service.node-full,
.node-article.node-full,
.node-project.node-full {
  transition: background 1s cubic-bezier(0.3, 1, 0.7, 1);
}
.node-service.node-full[data-color=gray],
.node-article.node-full[data-color=gray],
.node-project.node-full[data-color=gray] {
  background: #ebeae8;
}

fieldset legend button {
  display: none;
}

.field--name-field-webform form {
  margin-left: clamp(-1rem, -1.2vw, -0.5rem);
  margin-right: clamp(-1rem, -1.2vw, -0.5rem);
}
.field--name-field-webform form {
  display: flex;
  flex-flow: row wrap;
}
.field--name-field-webform fieldset {
  padding: 0;
  border: none;
  margin: 0;
}
.field--name-field-webform fieldset legend {
  padding: clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem) clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem);
}
.field--name-field-webform fieldset legend {
  display: block;
  font-weight: 700;
}
.field--name-field-webform fieldset:first-child {
  margin-top: 0;
}
.field--name-field-webform fieldset .fieldset-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.field--name-field-webform fieldset.primary-fieldset {
  padding: clamp(0rem, 0vw, 0rem) clamp(1rem, 2.4vw, 2rem) clamp(0rem, 0vw, 0rem) clamp(1rem, 2.4vw, 2rem);
}
.field--name-field-webform fieldset.primary-fieldset:not(.last) {
  margin-bottom: clamp(2rem, 4.8vw, 4rem);
  margin-top: clamp(0rem, 0vw, 0rem);
}
.field--name-field-webform fieldset.primary-fieldset > .fieldset-wrapper {
  margin-left: clamp(-2rem, -2.4vw, -1rem);
  margin-right: clamp(-2rem, -2.4vw, -1rem);
}
.field--name-field-webform fieldset.primary-fieldset > .fieldset-wrapper {
  font-weight: 700;
}
.field--name-field-webform fieldset.primary-fieldset > legend {
  font-size: var(--step-7);
  line-height: 1em;
}
.field--name-field-webform fieldset.primary-fieldset > legend {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0.5em !important;
}
.field--name-field-webform fieldset.primary-fieldset .description {
  order: -2;
  font-size: 1.25em;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 200;
}
.half .field--name-field-webform fieldset.primary-fieldset .description {
  color: rgba(255, 255, 255, 0.7);
}
.field--name-field-webform fieldset.secondary-fieldset {
  padding-bottom: 0;
}
.field--name-field-webform fieldset.secondary-fieldset > legend {
  font-size: var(--step-2);
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.field--name-field-webform fieldset.secondary-fieldset > legend {
  display: block;
  font-weight: 400;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0.25em !important;
  padding: 0 !important;
}
.field--name-field-webform fieldset.secondary-fieldset > .fieldset-wrapper {
  margin-left: clamp(-1rem, -1.2vw, -0.5rem);
  margin-right: clamp(-1rem, -1.2vw, -0.5rem);
}
.field--name-field-webform fieldset.secondary-fieldset .body {
  text-align: left;
  font-size: 1em;
  line-height: 1.6em;
}
.field--name-field-webform div[id^=ajax-wrapper] {
  width: 100%;
}
.field--name-field-webform .form-wrapper {
  width: 100%;
}
.field--name-field-webform .form-wrapper.half {
  width: 50%;
}
.field--name-field-webform .form-item {
  padding: clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem) clamp(1rem, 2.4vw, 2rem) clamp(0.5rem, 1.2vw, 1rem);
}
.field--name-field-webform .form-item {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .field--name-field-webform .form-item.half {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .field--name-field-webform .form-item.third {
    width: 33.3%;
  }
}
.field--name-field-webform label span.r,
.field--name-field-webform legend span.r {
  color: #000;
}

.form-item {
  position: relative;
  display: flex;
  flex-flow: column;
}
.form-item label,
.form-item legend {
  display: block;
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 0.75em;
  position: relative;
  order: -1;
  font-family: "inter", sans-serif;
  font-weight: 300 !important;
  color: rgba(0, 0, 0, 0.7);
}
.form-item label i,
.form-item legend i {
  font-style: normal;
}
.form-item input,
.form-item textarea,
.form-item select {
  order: 2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  outline: none !important;
  border: none;
  padding: 0;
  width: 100%;
  background: transparent;
  color: #000;
  text-align: left !important;
  border-radius: 0;
  font-family: "inter", sans-serif;
  font-weight: 300;
}
.form-item input::-moz-placeholder, .form-item textarea::-moz-placeholder, .form-item select::-moz-placeholder {
  color: #000;
  opacity: 0.8;
}
.form-item input::placeholder,
.form-item textarea::placeholder,
.form-item select::placeholder {
  color: #000;
  opacity: 0.8;
}
.form-item input,
.form-item select,
.form-item .button.webform-file-button,
.form-item span.file {
  padding: 0;
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 1px solid #d0cfcc;
}
.form-item textarea {
  display: block;
  padding: 0;
  line-height: 2rem;
  resize: vertical;
  height: 200px;
  border-radius: 0.25rem 0.25rem 0 0;
  background-image: linear-gradient(to bottom, transparent, transparent 98%, #d0cfd0 98%, #d0cfd0 100%) !important;
  background-size: 100% 2rem;
}
.form-item .description {
  font-size: 0.7em;
  line-height: 1.4em;
  margin-bottom: 0.75em;
}
.form-item .description.after {
  order: 10;
  margin-bottom: 0;
  margin-top: 0.75em;
}
.form-item ::picker(select),
.form-item select {
  -webkit-appearance: base-select;
     -moz-appearance: base-select;
          appearance: base-select;
  background-size: 2.5em auto;
}
.form-item ::picker(select)::picker-icon,
.form-item select::picker-icon {
  color: #000;
  transition: all 0.25s;
  rotate: -90deg;
}
.form-item ::picker(select):open::picker-icon,
.form-item select:open::picker-icon {
  rotate: 0deg;
}
.form-item ::picker(select) option,
.form-item select option {
  line-height: 1.2em;
  padding: 0.5em 1.5em;
}

fieldset.webform-email-confirm--wrapper,
fieldset.webform-address--wrapper {
  padding: 0 !important;
}
@media screen and (min-width: 640px) {
  fieldset.webform-email-confirm--wrapper > .fieldset-wrapper,
  fieldset.webform-address--wrapper > .fieldset-wrapper {
    display: flex;
  }
  fieldset.webform-email-confirm--wrapper > .fieldset-wrapper .form-item,
  fieldset.webform-address--wrapper > .fieldset-wrapper .form-item {
    width: 50%;
  }
}

.webform-image-file button {
  display: inline-block;
  padding: 1.1em 2.5em 1em 2.5em;
  line-height: 1em;
  border-radius: 999px;
  border: none;
  position: relative;
  transition: all 0.25s;
  font-family: "inter", sans-serif;
  font-weight: 300;
}
.webform-image-file button {
  font-size: 0.8em;
  line-height: 1em;
}

.field--name-field-webform form > .form-actions {
  padding: clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem) clamp(0rem, 0vw, 0rem) clamp(0.5rem, 1.2vw, 1rem);
}
.field--name-field-webform form > .form-actions {
  width: 100%;
  position: relative;
}
.field--name-field-webform form > .form-actions button {
  padding: clamp(0.75rem, 1.8vw, 1.5rem);
}
.field--name-field-webform form > .form-actions button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.5s;
  border: none;
  border-radius: 0;
  background: #acaba8;
  font-family: "forum", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05;
  font-size: var(--step-2);
}
.field--name-field-webform form > .form-actions button:hover {
  background: #888683;
  color: #fff;
}

.checkboxes--wrapper legend,
.webform-type-webform-entity-checkboxes legend,
.radios--wrapper legend,
.webform-type-webform-entity-radios legend {
  font-size: var(--step-1);
  line-height: 1.4em;
}
.checkboxes--wrapper legend,
.webform-type-webform-entity-checkboxes legend,
.radios--wrapper legend,
.webform-type-webform-entity-radios legend {
  margin-bottom: 1em;
  width: 100%;
  padding: 0 !important;
}
.checkboxes--wrapper > .fieldset-wrapper,
.webform-type-webform-entity-checkboxes > .fieldset-wrapper,
.radios--wrapper > .fieldset-wrapper,
.webform-type-webform-entity-radios > .fieldset-wrapper {
  margin-left: clamp(-1rem, -1.2vw, -0.5rem);
  margin-right: clamp(-1rem, -1.2vw, -0.5rem);
}
.checkboxes--wrapper > .fieldset-wrapper,
.webform-type-webform-entity-checkboxes > .fieldset-wrapper,
.radios--wrapper > .fieldset-wrapper,
.webform-type-webform-entity-radios > .fieldset-wrapper {
  display: block;
}

.form-checkboxes,
.js-webform-radios {
  width: 100%;
}
.form-checkboxes > .form-item,
.js-webform-radios > .form-item {
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 640px) {
  .form-checkboxes,
  .js-webform-radios {
    display: flex;
    flex-flow: row wrap;
  }
  .form-checkboxes > .form-item,
  .js-webform-radios > .form-item {
    width: 50%;
  }
}

.js-webform-radios > .form-item {
  width: auto !important;
}

.form-item.js-form-type-checkbox input[type=checkbox],
.form-item.form-type-checkbox input[type=checkbox] {
  height: 0;
  width: 0;
  border-width: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
}
.form-item.js-form-type-checkbox input[type=checkbox] + label,
.form-item.form-type-checkbox input[type=checkbox] + label {
  position: relative;
  display: flex;
  margin: 0;
  align-items: center;
  transition: all 250ms cubic-bezier(0.3, 1, 0.7, 1);
  line-height: 1.2em;
  border: none;
  font-weight: 400;
  padding: 0.75em;
  border-radius: 0.25rem;
}
.form-item.js-form-type-checkbox input[type=checkbox] + label span.value i,
.form-item.form-type-checkbox input[type=checkbox] + label span.value i {
  font-style: normal;
  transition: all 0.25s cubic-bezier(0.3, 1, 0.7, 1);
}
.form-item.js-form-type-checkbox input[type=checkbox] + label span.check,
.form-item.form-type-checkbox input[type=checkbox] + label span.check {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 1em;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
  flex-shrink: 0;
  flex-grow: 0;
}
.form-item.js-form-type-checkbox input[type=checkbox] + label span.check svg,
.form-item.form-type-checkbox input[type=checkbox] + label span.check svg {
  width: 70%;
}
.form-item.js-form-type-checkbox input[type=checkbox] + label span.check .animated-check path,
.form-item.form-type-checkbox input[type=checkbox] + label span.check .animated-check path {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-dasharray: 23;
  stroke-dashoffset: 23;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.form-item.js-form-type-checkbox input[type=checkbox]:checked + label,
.form-item.form-type-checkbox input[type=checkbox]:checked + label {
  background: #000 !important;
}
.form-item.js-form-type-checkbox input[type=checkbox]:checked + label i,
.form-item.form-type-checkbox input[type=checkbox]:checked + label i {
  color: #fff !important;
}
.form-item.js-form-type-checkbox input[type=checkbox]:checked + label span.check .animated-check path,
.form-item.form-type-checkbox input[type=checkbox]:checked + label span.check .animated-check path {
  animation: draw 0.5s linear forwards;
}
.form-item.js-form-type-checkbox .description,
.form-item.form-type-checkbox .description {
  margin-left: 4em;
  font-size: 0.8em;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.25);
}

.form-item.js-form-type-radio,
.form-item.form-type-radio {
  margin-bottom: clamp(1rem, 2.4vw, 2rem);
  margin-top: clamp(0rem, 0vw, 0rem);
}
.form-item.js-form-type-radio input[type=radio],
.form-item.form-type-radio input[type=radio] {
  height: 0;
  width: 0;
  border-width: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
}
.form-item.js-form-type-radio input[type=radio] + label,
.form-item.form-type-radio input[type=radio] + label {
  position: relative;
  display: flex;
  margin: 0;
  align-items: center;
  transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
  line-height: 1.4em;
  font-weight: 400;
}
.form-item.js-form-type-radio input[type=radio] + label span.value i,
.form-item.form-type-radio input[type=radio] + label span.value i {
  font-style: normal;
}
.form-item.js-form-type-radio input[type=radio] + label span.check,
.form-item.form-type-radio input[type=radio] + label span.check {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 1em;
  width: 2rem;
  height: 2rem;
  border: 0.7rem solid #727273;
  border-radius: 999px;
  background: #727273;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
  flex-shrink: 0;
  flex-grow: 0;
}
.form-item.js-form-type-radio input[type=radio]:checked + label span.check,
.form-item.form-type-radio input[type=radio]:checked + label span.check {
  background: #000 !important;
}
.form-item.js-form-type-radio .description,
.form-item.form-type-radio .description {
  margin-left: 4em;
  font-size: 0.8em;
  line-height: 1.6em;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.form-type-webform-document-file .button,
.form-type-webform-document-file button[value=Remove],
.webform-image-file .button,
.webform-image-file button[value=Remove] {
  display: inline-block;
  padding: 1.1em 2.5em 1em 2.5em;
  line-height: 1em;
  border-radius: 999px;
  border: none;
  position: relative;
  transition: all 0.25s;
  font-family: "inter", sans-serif;
  font-weight: 300;
}
.form-type-webform-document-file .button,
.form-type-webform-document-file button[value=Remove],
.webform-image-file .button,
.webform-image-file button[value=Remove] {
  text-align: center;
  border-radius: 0.25rem;
  text-align: center;
}
.form-type-webform-document-file label,
.webform-image-file label {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 300;
}
.form-type-webform-document-file button[value=Upload],
.webform-image-file button[value=Upload] {
  display: none;
}
.form-type-webform-document-file label.webform-file-button,
.webform-image-file label.webform-file-button {
  display: inline-block;
  padding: 1.1em 2.5em 1em 2.5em;
  line-height: 1em;
  border-radius: 999px;
  border: none;
  position: relative;
  transition: all 0.25s;
  font-family: "inter", sans-serif;
  font-weight: 300;
}
.form-type-webform-document-file button[value=Remove],
.webform-image-file button[value=Remove] {
  padding-top: 0;
  padding-bottom: 0;
  height: 3rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.form-type-webform-image-file > label,
.form-type-webform-document-file > label {
  order: -1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  outline: none !important;
  border: none;
  padding: 0;
  width: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M19 12.998h-6v6h-2v-6H5v-2h6v-6h2v6h6z'/%3E%3C/svg%3E");
  background-position: right 1rem top 50%;
  background-size: 1.5rem auto;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff !important;
  text-align: left !important;
  transition: background 0.25s;
  border-radius: 0.25rem;
  height: 4rem;
  line-height: 4rem;
  padding: 0 1.5rem;
}
.half .form-type-webform-image-file > label,
.half .form-type-webform-document-file > label {
  color: #040707 !important;
}
.form-type-webform-image-file::before,
.form-type-webform-document-file::before {
  content: "Upload Photo(s)";
  order: -2;
  display: block;
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 0.75em;
  font-weight: 700;
  color: #fff;
}
.form-type-webform-image-file input.js-form-file,
.form-type-webform-document-file input.js-form-file {
  display: none;
}
.form-type-webform-image-file .description,
.form-type-webform-document-file .description {
  color: rgba(255, 255, 255, 0.7);
}
.form-type-webform-image-file .form-item.form-type-checkbox,
.form-type-webform-document-file .form-item.form-type-checkbox {
  font-size: 0.8em;
  height: 3rem;
  padding: 0 !important;
  margin-top: 1rem;
}
.form-type-webform-image-file .form-item.form-type-checkbox label span.check,
.form-type-webform-document-file .form-item.form-type-checkbox label span.check {
  width: 2rem !important;
  height: 2rem !important;
}
.form-type-webform-image-file .form-item.form-type-checkbox span.file,
.form-type-webform-document-file .form-item.form-type-checkbox span.file {
  padding: 0;
  line-height: 1.2em;
}

.view-articles .view-content {
  margin-left: clamp(-0.6rem, -0.72vw, -0.3rem);
  margin-right: clamp(-0.6rem, -0.72vw, -0.3rem);
}
.view-articles .view-content {
  display: flex;
  flex-flow: row wrap;
}
.view-articles .view-content .views-row {
  padding: clamp(0rem, 0vw, 0rem) clamp(0.3rem, 0.72vw, 0.6rem) clamp(1.5rem, 3.6vw, 3rem) clamp(0.3rem, 0.72vw, 0.6rem);
}
@media screen and (min-width: 0) and (max-width: 639px) {
  .view-articles .view-content .views-row {
    width: 100%;
  }
  .view-articles .view-content .views-row .node {
    max-width: 24em;
    margin: auto;
  }
}
@media screen and (min-width: 640px) {
  .view-articles .view-content .views-row {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .view-articles .view-content .views-row {
    width: 33.3%;
  }
}
@media screen and (min-width: 1000px) {
  .view-articles .view-content .views-row:nth-child(3n+2) .scrollin.loaded {
    transition-delay: 0.5s;
  }
  .view-articles .view-content .views-row:nth-child(3n+3) .scrollin.loaded {
    transition-delay: 0.75s;
  }
}

.view-services .view-content {
  margin-left: clamp(-0.6rem, -0.72vw, -0.3rem);
  margin-right: clamp(-0.6rem, -0.72vw, -0.3rem);
}
.view-services .view-content {
  display: flex;
  flex-flow: row wrap;
}
.view-services .view-content .views-row {
  padding: clamp(0rem, 0vw, 0rem) clamp(0.3rem, 0.72vw, 0.6rem) clamp(1.5rem, 3.6vw, 3rem) clamp(0.3rem, 0.72vw, 0.6rem);
}
@media screen and (min-width: 0) and (max-width: 639px) {
  .view-services .view-content .views-row {
    width: 100%;
  }
  .view-services .view-content .views-row .node {
    max-width: 24em;
    margin: auto;
  }
}
@media screen and (min-width: 640px) {
  .view-services .view-content .views-row {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .view-services .view-content .views-row {
    width: 33.3%;
  }
}
@media screen and (min-width: 1000px) {
  .view-services .view-content .views-row:nth-child(3n+2) .scrollin.loaded {
    transition-delay: 0.5s;
  }
  .view-services .view-content .views-row:nth-child(3n+3) .scrollin.loaded {
    transition-delay: 0.75s;
  }
}

.view-projects .view-content {
  margin-left: clamp(-0.6rem, -0.72vw, -0.3rem);
  margin-right: clamp(-0.6rem, -0.72vw, -0.3rem);
}
.view-projects .view-content {
  display: flex;
  flex-flow: row wrap;
}
.view-projects .view-content .views-row {
  padding: clamp(0.3rem, 0.72vw, 0.6rem);
}
@media screen and (min-width: 0) and (max-width: 639px) {
  .view-projects .view-content .views-row {
    width: 100%;
  }
  .view-projects .view-content .views-row .node {
    max-width: 24em;
    margin: auto;
  }
}
@media screen and (min-width: 640px) {
  .view-projects .view-content .views-row {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .view-projects .view-content .views-row {
    width: 33.3%;
  }
}
@media screen and (min-width: 1000px) {
  .view-projects .view-content .views-row:nth-child(3n+2) .scrollin.loaded {
    transition-delay: 0.5s;
  }
  .view-projects .view-content .views-row:nth-child(3n+3) .scrollin.loaded {
    transition-delay: 0.75s;
  }
}

.gin--navigation .gin-secondary-toolbar--frontend {
  z-index: 501 !important;
}

.path-user #main {
  background: #fff;
  position: relative;
}

.user-login-form {
  padding: clamp(2rem, 4.8vw, 4rem) clamp(2rem, 4.8vw, 4rem) clamp(2rem, 4.8vw, 4rem) clamp(2rem, 4.8vw, 4rem);
}
.user-login-form {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
}
.user-login-form h2 {
  max-width: 30em;
  margin: auto;
  margin-bottom: 2em;
  text-align: center;
}
.user-login-form .form-item {
  padding: clamp(0.25rem, 0.6vw, 0.5rem) clamp(0.25rem, 0.6vw, 0.5rem) clamp(0.25rem, 0.6vw, 0.5rem) clamp(0.25rem, 0.6vw, 0.5rem);
}
.user-login-form .form-item input {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .user-login-form .form-item {
    width: 50%;
  }
}
.user-login-form .form-actions {
  padding: clamp(0.25rem, 0.6vw, 0.5rem) clamp(0.25rem, 0.6vw, 0.5rem) clamp(0.25rem, 0.6vw, 0.5rem) clamp(0.25rem, 0.6vw, 0.5rem);
}
.user-login-form .form-actions {
  width: 100%;
}

.user-form,
.user-login-form {
  padding: clamp(2rem, 4.8vw, 4rem) clamp(2rem, 4.8vw, 4rem) clamp(2rem, 4.8vw, 4rem) clamp(2rem, 4.8vw, 4rem);
}
.user-form,
.user-login-form {
  max-width: 900px;
  margin: auto;
}
.user-form .form-item,
.user-login-form .form-item {
  padding: clamp(0.25rem, 0.6vw, 0.5rem) clamp(0.25rem, 0.6vw, 0.5rem) clamp(0.25rem, 0.6vw, 0.5rem) clamp(0.25rem, 0.6vw, 0.5rem);
}
.user-form .form-item .form-item,
.user-login-form .form-item .form-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.user-form .form-actions,
.user-login-form .form-actions {
  padding: clamp(0.25rem, 0.6vw, 0.5rem) clamp(0.25rem, 0.6vw, 0.5rem) clamp(0.25rem, 0.6vw, 0.5rem) clamp(0.25rem, 0.6vw, 0.5rem);
}
.user-form .form-actions,
.user-login-form .form-actions {
  width: 100%;
}
.user-form .form-actions button,
.user-login-form .form-actions button {
  display: inline-block;
  padding: 1.1em 2.5em 1em 2.5em;
  line-height: 1em;
  border-radius: 999px;
  border: none;
  position: relative;
  transition: all 0.25s;
  font-family: "inter", sans-serif;
  font-weight: 300;
}
.user-form .form-actions button,
.user-login-form .form-actions button {
  background: #000;
  color: #fff;
}
.user-form .form-actions button:hover,
.user-login-form .form-actions button:hover {
  opacity: 0.5;
}

.user-page {
  padding: clamp(4rem, 9.6vw, 8rem) clamp(0rem, 0vw, 0rem) clamp(4rem, 9.6vw, 8rem) clamp(2rem, 4.8vw, 4rem);
}
.user-page {
  display: flex;
}
.user-page .field--name-field-photo {
  overflow: hidden;
  border: 5px solid #cfcece;
  border-radius: 20%;
}
.user-page .field--name-field-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.user-page > div {
  width: 50%;
}
.user-page .info {
  padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem);
}
.user-page .info .field {
  display: flex;
}
.user-page .info .field .label {
  font-weight: 700;
  margin-right: 0.5em;
}
.user-page .info .field .label::after {
  content: ": ";
}

.block-local-tasks-block {
  padding: clamp(1rem, 2.4vw, 2rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem);
}
.block-local-tasks-block {
  text-align: center;
  background: #fff;
  padding-bottom: 5vw;
  padding-top: 10vw;
}
.block-local-tasks-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.block-local-tasks-block ul li {
  display: inline-block;
}
.block-local-tasks-block ul li a {
  display: inline-block;
  padding: 1.1em 2.5em 1em 2.5em;
  line-height: 1em;
  border-radius: 999px;
  border: none;
  position: relative;
  transition: all 0.25s;
  font-family: "inter", sans-serif;
  font-weight: 300;
}
.block-local-tasks-block ul li a {
  background: #000;
  color: #fff;
}
.block-local-tasks-block ul li a:hover {
  opacity: 0.5;
}

.contextual-links li,
.contextual-links a {
  display: block;
}

.node--type-project .contextual {
  display: none !important;
}

.user-page .field {
  margin-bottom: 1em;
}

#user-edit-page-content {
  background: #0f0f0f;
  color: #fff;
}
#user-edit-page-content .section-header span:nth-child(2) {
  color: #000;
}
#user-edit-page-content .section-header .field--name-field-body {
  font-size: var(--step-1);
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.7);
}
#user-edit-page-content .form-item {
  padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(1rem, 2.4vw, 2rem) clamp(0rem, 0vw, 0rem);
}
#user-edit-page-content .form-item label {
  font-weight: 700;
}
#user-edit-page-content .form-item input,
#user-edit-page-content .form-item select,
#user-edit-page-content .form-item textarea {
  background: #333333;
}
#user-edit-page-content .form-item input:focus,
#user-edit-page-content .form-item select:focus,
#user-edit-page-content .form-item textarea:focus {
  color: #fff;
}
#user-edit-page-content .form-item .password-strength {
  order: 99;
  display: flex;
  flex-flow: column;
  margin-top: 0.75em;
}
#user-edit-page-content .form-item .password-strength .password-strength__title {
  order: 1;
  line-height: 1em;
}
#user-edit-page-content .form-item .password-strength .password-strength__meter {
  background: #333333;
  border-radius: 0.25rem;
  order: 2;
}
#user-edit-page-content .form-item .password-strength .password-strength__indicator {
  background: #000;
}
#user-edit-page-content .form-item .password-strength .password-strength__indicator.is-weak {
  opacity: 0.25;
}
#user-edit-page-content .form-item .password-strength .password-strength__indicator.is-fair {
  opacity: 0.5;
}
#user-edit-page-content .form-item .password-strength .password-strength__indicator.is-good {
  opacity: 0.75;
}
#user-edit-page-content button {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  color: #000;
  font-size: var(--step-1);
  line-height: 1em;
  font-weight: 700;
  padding: 1.25em 2em;
  font-family: "inter", sans-serif;
}