@charset "UTF-8";
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*-----------------------------------------------------------------------------------*/
/*      0.0 Reset
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------------------------------------*/
/*      1.0 Icomoon
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/fonts/icomoon.eot?pha8");
  src: url("../icomoon/fonts/icomoon.eot?pha8#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?pha8") format("truetype"), url("../icomoon/fonts/icomoon.woff?pha8") format("woff"), url("../icomoon/fonts/icomoon.svg?pha8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e90c";
}

.icon-bullet:before {
  content: "\e900";
}

.icon-close:before {
  content: "\e901";
}

.icon-download:before {
  content: "\e902";
}

.icon-home:before {
  content: "\e903";
}

.icon-insta:before {
  content: "\e904";
}

.icon-jump:before {
  content: "\e905";
}

.icon-linkedin:before {
  content: "\e906";
}

.icon-lnik:before {
  content: "\e907";
}

.icon-minus:before {
  content: "\e908";
}

.icon-plus:before {
  content: "\e909";
}

.icon-triangle:before {
  content: "\e90a";
}

.icon-youtube:before {
  content: "\e90b";
}

/*-----------------------------------------------------------------------------------*/
/*      2.0 Helper
/*-----------------------------------------------------------------------------------*/
/* 2.1 FLOATS */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

/* 2.2 CONTENT/BG COVER */
.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img, .object-fit-con img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2.3 VISIBILITY */
.hidden {
  display: none;
}

@media only screen and (max-width: 1020px) {
  .hidden--mobile {
    display: none;
  }
}

@media only screen and (min-width: 1021px) {
  .hidden--desktop {
    display: none;
  }
}

.sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* 2.4 CLEARFIX */
.clearfix::after, .cf::after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*      3.0 Media
/*-----------------------------------------------------------------------------------*/
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

iframe {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*  4.0 Grid System
/*-----------------------------------------------------------------------------------*/
/*  4.1 Width */
.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.two-fifths {
  width: 40%;
}

@media only screen and (max-width: 1400px) {
  .xl-one-whole {
    width: 100%;
  }

  .xl-one-half {
    width: 50%;
  }

  .xl-one-third {
    width: 33.333%;
  }

  .xl-two-thirds {
    width: 66.666%;
  }

  .xl-one-quarter {
    width: 25%;
  }

  .xl-three-quarters {
    width: 75%;
  }

  .xl-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) {
  .content-one-whole {
    width: 100%;
  }

  .content-one-half {
    width: 50%;
  }

  .content-one-third {
    width: 33.333%;
  }

  .content-two-thirds {
    width: 66.666%;
  }

  .content-one-quarter {
    width: 25%;
  }

  .content-three-quarters {
    width: 75%;
  }

  .content-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 1020px) {
  .lg-one-whole {
    width: 100%;
  }

  .lg-one-half {
    width: 50%;
  }

  .lg-one-third {
    width: 33.333%;
  }

  .lg-two-thirds {
    width: 66.666%;
  }

  .lg-one-quarter {
    width: 25%;
  }

  .lg-three-quarters {
    width: 75%;
  }

  .lg-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 800px) {
  .md-one-whole {
    width: 100%;
  }

  .md-one-half {
    width: 50%;
  }

  .md-one-third {
    width: 33.333%;
  }

  .md-two-thirds {
    width: 66.666%;
  }

  .md-one-quarter {
    width: 25%;
  }

  .md-three-quarters {
    width: 75%;
  }

  .md-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .sm-one-whole {
    width: 100%;
  }

  .sm-one-half {
    width: 50%;
  }

  .sm-one-third {
    width: 33.333%;
  }

  .sm-two-thirds {
    width: 66.666%;
  }

  .sm-one-quarter {
    width: 25%;
  }

  .sm-three-quarters {
    width: 75%;
  }

  .sm-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }

  .xs-one-half {
    width: 50%;
  }

  .xs-one-third {
    width: 33.333%;
  }

  .xs-two-thirds {
    width: 66.666%;
  }

  .xs-one-quarter {
    width: 25%;
  }

  .xs-three-quarters {
    width: 75%;
  }

  .xs-two-fifths {
    width: 40%;
  }
}
/*  4.2 Container */
.container {
  max-width: 86.5rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-inline: 2.35294rem;
}

.container--full {
  max-width: 100%;
}

.container--small {
  max-width: 57rem;
}

.container--tiny {
  max-width: 42rem;
}

/*  4.4 Flexgrid */
.flexgrid, .flex {
  display: flex;
}

.flexgrid--gutter {
  margin-left: -2.35294rem;
}
.flexgrid--gutter .flex__item {
  padding-left: 2.35294rem;
}

.flexgrid--narrow {
  margin-left: -1.17647rem;
}
.flexgrid--narrow .flex__item {
  padding-left: 1.17647rem;
}

.flexgrid--wide {
  margin-left: -4.70588rem;
}
.flexgrid--wide .flex__item {
  padding-left: 4.70588rem;
}

.flex--end {
  justify-content: flex-end;
}

.flex--middle {
  align-items: center;
}
.flex--middle p:last-child {
  margin-bottom: 0;
}

.flex--around {
  justify-content: space-around;
}

.flex--between {
  justify-content: space-between;
}

.flex--column {
  flex-direction: column;
}

.flex--center {
  justify-content: center;
}

.flex--bottom {
  align-items: flex-end;
}

.flex1 {
  flex: 1 0 auto;
}

.flex--wrap {
  flex-wrap: wrap;
}

/*-----------------------------------------------------------------------------------*/
/*  5.0 Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-family: "atkinson", "Arial", sans-serif;
  font-size: 17px;
  line-height: 1.29412;
  color: #1D1D1B;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

*::selection {
  background: var(--color-primary);
  color: white;
}

[data-target] {
  cursor: pointer;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: var(--color-primary);
  transition: all 0.25s ease-out;
}
a:focus, a:active {
  outline: none;
}

a, i {
  -webkit-tap-highlight-color: transparent;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "loto", "atkinson", "Arial", sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: var(--color-primary);
}

/*  5.2 Headlines */
h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}

h1, .alpha {
  font-size: 2.94118rem;
  line-height: 1.2;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
  color: var(--color-lighter);
}

h2, .beta {
  font-size: 2.05882rem;
  line-height: 1.25714;
  margin-bottom: 1.25rem;
}

h3, .gamma {
  font-size: 1.58824rem;
  line-height: 1.37037;
}

h4, .delta {
  font-size: 1.35294rem;
  line-height: 1.43478;
}

h5, .epsilon {
  font-size: 0.94118rem;
  line-height: 1.25;
}

h6, .zeta {
  font-size: 0.82353rem;
  line-height: 1.21429;
}

p, blockquote,
pre, dl {
  margin: 0 0 1.17647rem;
}

/*  5.3 Alignment */
.text--center,
.has-text-align-center {
  text-align: center;
}

.text--right,
.has-text-align-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.alignleft img {
  margin-left: 0;
}

.alignright img {
  margin-right: 0;
}

/*  5.4 Quotes */
blockquote {
  font-size: 1.58824rem;
  padding: 0;
  margin: 0;
  font-style: normal;
  color: var(--color-primary);
}
blockquote p {
  margin-bottom: 2rem;
}
blockquote cite {
  font-size: 1rem;
  display: block;
  margin: 0;
  font-style: normal;
  color: #1D1D1B;
  padding: 0;
  margin: 0;
}
blockquote strong {
  display: block;
}

hr {
  border: none;
  border-top: 1px solid #D6D2CD;
  margin: 4.70588rem 0;
}

q {
  font-style: italic;
}

pre {
  padding: 2.35294rem;
  border-radius: 5px;
  border: 1px solid #999999;
}

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'loto';
  src: url("../fonts/Loto-SemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'loto';
  src: url("../fonts/Loto-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'atkinson';
  src: url("../fonts/atkinson-hyperlegible-next-v7-latin-700.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'atkinson';
  src: url("../fonts/atkinson-hyperlegible-next-v7-latin-700italic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'atkinson';
  src: url("../fonts/atkinson-hyperlegible-next-v7-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'atkinson';
  src: url("../fonts/atkinson-hyperlegible-next-v7-latin-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'atkinson';
  src: url("../fonts/atkinson-hyperlegible-next-v7-latin-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn, input[type="button"],
input[type="submit"],
.wpforms-submit-container button {
  font-size: 0.94118rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: normal;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  padding: 0.55rem 1.25rem 0.5rem;
  border-radius: 1.5rem;
  text-decoration: none !important;
  text-align: center;
  color: white;
  background-color: var(--color-primary);
  -webkit-tap-highlight-color: transparent;
}
.btn[target="_blank"]::after, input[target="_blank"][type="button"]::after,
input[target="_blank"][type="submit"]::after,
.wpforms-submit-container button[target="_blank"]::after {
  content: "\e90c";
  font-family: 'icomoon';
  font-size: 0.5rem;
  margin-left: 0.25rem;
  vertical-align: 1px;
}
.btn:hover, input[type="button"]:hover,
input[type="submit"]:hover,
.wpforms-submit-container button:hover {
  color: white;
  background: #1D1D1B;
}
.btn:active, .btn:focus, input[type="button"]:active,
input[type="submit"]:active,
.wpforms-submit-container button:active, input[type="button"]:focus,
input[type="submit"]:focus,
.wpforms-submit-container button:focus {
  outline: none;
}

.btn--ghost {
  background-color: transparent;
  color: white;
  border: 1px solid currentColor;
}

.link {
  font-weight: 500;
  color: var(--color-primary);
  text-decoration: underline;
  display: inline-block;
}

.link--arrow {
  position: relative;
}
.link--arrow::before {
  content: "\e907";
  font-family: 'icomoon';
  position: absolute;
  left: calc(100% + 0.5rem);
  top: 54%;
  transform: translateY(-50%);
  font-size: 0.6rem;
  transition: all 0.25s ease-out;
  display: inline-block;
}
.link--arrow:hover::before, a:hover .link--arrow::before {
  left: calc(100% + 0.75rem);
}

.btn--toggle {
  padding: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  z-index: 10001;
  margin-left: auto;
  margin-right: -4px;
}
.btn--toggle .icon-bar {
  display: block;
  background: #1D1D1B;
  position: relative;
  width: 32px;
  height: 3px;
  margin: 6px auto;
  transition: transform 0.25s ease-out;
  border-radius: 2px;
}
.nav-mobile-active .btn--toggle {
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  transform: rotate(45deg);
  top: 9px;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  transform: rotate(-45deg);
  top: -9px;
}

/*  6.2 Forms */
select,
input[type="text"], input[type="tel"], input[type="date"], input[type="time"], input[type="email"], input[type="password"], input[type="number"],
textarea {
  font-size: 14px;
  width: 100%;
  border: 1px solid var(--color-primary);
  padding: 0.9rem 1.2rem 0.8rem;
  background: #FFF;
  outline: none;
  border-radius: 6px;
  box-shadow: none;
  color: #1D1D1B;
}
select:focus,
input[type="text"]:focus, input[type="tel"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus,
textarea:focus {
  background: #F5F3F0;
  outline: 2px solid var(--color-primary);
}

textarea {
  resize: vertical;
  height: 12rem;
}

input[type="text"]::-ms-clear {
  display: none;
}

input[type="button"],
input[type="submit"],
.wpforms-submit-container button {
  width: 100%;
  text-align: center;
}

label, .label {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.75em;
}
.row label, .row .label {
  margin-bottom: 0.25rem;
}

.label--inline {
  margin-right: 1rem;
}

.row {
  margin-bottom: 1rem;
}

.wpcf7-form-control-wrap {
  display: block;
}

div.wpforms-field ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
div.wpforms-field li {
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
}

span.wpcf7-list-item {
  margin-left: 0;
}

form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.wpforms-field-checkbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpforms-field-checkbox input {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.wpforms-field-checkbox input:focus + label {
  outline: 2px dotted var(--color-primary);
}

.wpforms-label-hide,
.wpforms-hidden {
  display: none !important;
}

/* file upload button */
input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}

/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}

.wpforms-field-label {
  display: inline-flex;
}

.wpforms-field-label-inline {
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  display: block;
}
.wpforms-field-label-inline::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 4px;
  border: 1px solid var(--color-primary);
  background: transparent;
}
input[type="checkbox"]:checked + .wpforms-field-label-inline::before {
  content: '✔';
  text-align: center;
  line-height: 19px;
  color: var(--color-primary);
}
.wpforms-field-label-inline a {
  color: #1D1D1B;
  text-decoration: underline;
}

.wpforms-field-select {
  position: relative;
}
.wpforms-field-select::before {
  content: "\e905";
  font-family: 'icomoon';
  font-size: 0.8rem;
  color: var(--color-primary);
  position: absolute;
  right: 2.35294rem;
  top: 54%;
  transform: translateY(-50%);
  pointer-events: none;
}
.wpforms-field-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:invalid,
select.empty {
  color: rgba(153, 153, 153, 0.8);
}

@media only screen and (min-width: 801px) {
  .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
  }
  .wpforms-field-container > div:not(.wpforms-one-half):not(.wpforms-one-third):not(.wpforms-two-thirds) {
    width: 100%;
  }
  .wpforms-field-container .wpforms-one-half {
    padding-left: 0.5rem;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first {
    padding-right: 0.5rem;
    padding-left: 0;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-third {
    padding-right: 0.5rem;
    width: 33.33%;
  }
  .wpforms-field-container .wpforms-two-thirds {
    padding-left: 0.5rem;
    width: 66.66%;
  }
}
.wpforms-field-description {
  font-size: 14px;
}

.wpforms-container .wpforms-field {
  padding-block: 0.4rem 1rem;
}

.wpforms-field-checkbox + .wpforms-field-checkbox {
  padding-top: 0;
}

.wpforms-field-checkbox:has(+ .wpforms-field-checkbox) {
  padding-bottom: 0.5rem;
}

.wpforms-container .wpforms-submit-container {
  padding-top: 0.5rem;
}

em.wpforms-error {
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  color: var(--color-primary);
}

.wpforms-confirmation-container {
  font-weight: bold;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-primary);
  opacity: 0.6;
}

::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-primary);
  opacity: 0.6;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-primary);
  opacity: 0.6;
}

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
}
.header-nav ul {
  display: flex;
}
.header-nav li {
  margin-left: 2.35294rem;
}
.header-nav a {
  font-size: 1.29412rem;
  display: inline-block;
  font-weight: bold;
  font-family: "loto", "atkinson", "Arial", sans-serif;
  color: var(--color-primary);
  padding: 0.5rem 0 2rem;
}
.scrolled .header-nav a {
  padding: 0.6rem 0 1.5rem;
}
.header-nav a:hover,
.header-nav .current-menu-item > a {
  text-decoration: underline;
}

.top-nav {
  margin-left: auto;
  transition: all 0.25s ease-out;
}
.scrolled .top-nav {
  opacity: 0;
  margin-top: -1rem;
  pointer-events: none;
}
.top-nav ul {
  display: flex;
  justify-content: flex-end;
}
.top-nav li {
  margin-left: 1.8rem;
}
.top-nav a {
  font-size: 0.94118rem;
  display: inline-block;
  color: #1D1D1B;
  padding: 0.25rem 0 0.2rem;
}
.top-nav a:hover,
.top-nav .current-menu-item > a {
  text-decoration: underline;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header ul > li {
  position: relative;
}
.site-header ul > li:hover > ul, .site-header ul > li:focus > ul, .site-header ul > li:active > ul {
  opacity: 1;
  visibility: visible;
}
.site-header ul > li > ul {
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  transition-delay: 100ms;
  opacity: 0;
  visibility: hidden;
  min-width: 12rem;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5000;
  background: #F5F3F0;
  border-radius: 0 0 10px 10px;
  padding: 0.75rem 1.8rem 0.75rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.site-header ul > li > ul::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent var(--color-primary) transparent;
}
.site-header ul > li > ul li {
  margin: 0;
}
.site-header ul > li > ul a {
  font-size: 1.05882rem;
  padding: 0.4rem 0 !important;
  display: block;
  font-weight: 500;
}
.site-header ul > li > ul .main a {
  font-size: 1.17647rem;
  font-weight: bold;
}

/*  6.4 Mobile Nav */
.nav-mobile {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

.nav-mobile__inner {
  background: linear-gradient(to bottom, #FFF 8rem, transparent 8rem);
  min-height: 100%;
  display: inline-block;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 1rem;
}
.nav-mobile__inner::before {
  content: '';
  position: absolute;
  background: var(--color-primary);
  opacity: 0.8;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.nav-mobile__inner .container {
  background: #FFF;
  padding-bottom: 3rem;
}

.nav-mobile-active,
.nav-mobile-active body {
  overflow: hidden;
}

.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  height: 100%;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-mobile-active .nav-mobile {
  opacity: 1;
}

.nav-mobile__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-mobile__inner ul li {
  display: block;
  border-bottom: 1px solid #EFECE8;
}
.nav-mobile__inner ul .sub-menu {
  display: none;
  padding: 0 0 1rem;
}
.nav-mobile__inner ul.menu > .menu-item-has-children > a {
  position: relative;
}
.nav-mobile__inner ul.menu > .menu-item-has-children > a::before {
  content: "\e909";
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  right: 0.5rem;
  font-size: 1rem;
  transform: translateY(-48%);
}
.nav-mobile__inner ul.menu > .menu-item-has-children > a.js-open::before {
  content: "\e908";
  font-size: 4px;
}
.nav-mobile__inner ul a {
  font-size: 24px;
  font-weight: bold;
  font-family: "loto", "atkinson", "Arial", sans-serif;
  display: block;
  padding: 1rem 0 0.9rem;
  color: var(--color-primary);
}
.nav-mobile__inner ul li li {
  padding-left: 1.25rem;
  border: 0;
}
.nav-mobile__inner ul li li a {
  font-size: 18px;
  font-weight: normal;
  padding: 0.4rem 0 0.4rem;
}
.nav-mobile__inner ul li .main a {
  font-weight: bold;
}

/*

  Transitions

  Transitions and animations
  
*/
.js-fade-in,
.js-load {
  transition: all 0.5s ease-out;
  opacity: 0;
}
.js-fade-in.js-in,
.js-load.js-in {
  opacity: 1;
}

.js-fade-up {
  transition: all 0.5s ease-out;
  transform: translateY(2.35294rem);
  opacity: 0;
}
.js-fade-up.js-in {
  transform: translateY(0);
  opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding-top: 1.8rem;
  background: #FFF;
  transition: all 0.25s ease-out;
}
.scrolled .site-header {
  padding-top: 0.25rem;
}
.site-header .right {
  margin-left: auto;
}

body {
  padding-top: 7.5rem;
}

.site-branding {
  position: relative;
  width: 11.75rem;
  z-index: 9;
}
.site-branding a {
  position: relative;
  display: block;
}
.site-branding img {
  transition: all 0.25s ease-out;
}
.site-branding svg {
  position: absolute;
  top: 50%;
  left: 17%;
  transform: translate3d(-50%, -50%, 0);
  width: 16%;
  height: auto;
  opacity: 0;
  transition: all 0.25s ease-out;
}
.scrolled .site-branding img {
  opacity: 0;
}
.scrolled .site-branding svg {
  opacity: 1;
}

.site-header__toggle {
  display: none;
}
@media only screen and (max-width: 1020px) {
  .site-header__toggle {
    display: inline-block;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  background: #F5F3F0;
}

a:focus,
button:focus,
label:focus {
  outline: 2px dotted var(--color-primary) !important;
}

.margin-bottom {
  margin-bottom: 2.35294rem;
}

.margin-top {
  margin-top: 2.35294rem;
}

.margin-bottom--small {
  margin-bottom: 1.17647rem;
}

.margin-bottom--big {
  margin-bottom: 4.70588rem;
}

.margin-bottom--huge {
  margin-bottom: 5.88235rem;
}

.spacing {
  padding-block: 2.35294rem;
}

.spacing--big {
  padding-block: 4.70588rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 2.35294rem;
}

.padding-top {
  padding-top: 2.35294rem;
}

.padding-top--small {
  padding-top: 1.17647rem;
}

.padding-bottom--small {
  padding-bottom: 1.17647rem;
}

.object-fit-con {
  position: relative;
}
.object-fit-con img {
  position: absolute;
  object-fit: cover;
}

.bg--grey,
.bg--light {
  background: #EFECE8;
}

.bg--primary {
  background: var(--color-primary);
}

.breadcrumbs {
  padding-top: 1.5rem;
  margin-bottom: 3.5rem;
}
.breadcrumbs ol {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: inline-flex;
  align-items: center;
}
.breadcrumbs li:first-child a {
  overflow: hidden;
  color: transparent;
  width: 0.8rem;
  display: inline-block;
  line-height: 1;
}
.breadcrumbs li:first-child a::before {
  content: "\e903";
  font-family: 'icomoon';
  font-size: 1rem;
  color: #1D1D1B;
}
.breadcrumbs a {
  font-size: 14px;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs li:not(:last-child)::after {
  content: "\e907";
  font-family: 'icomoon';
  font-size: 0.5rem;
  display: inline-block;
  padding: 0 0.5rem;
  vertical-align: 1px;
}
.breadcrumbs li:last-child a {
  text-decoration: underline;
}

.trigger {
  display: block;
  padding: 0.25rem;
}

.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
}

.info.margin-bottom {
  margin-bottom: 1.5rem;
}

.box--colored {
  border-radius: 10px;
  padding-block: 3.5rem 3rem;
}
.box--colored a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--color-primary);
}
.box--colored.bg--primary h2, .box--colored.bg--primary h3, .box--colored.bg--primary h4 {
  color: var(--color-lighter);
}
.box--colored.bg--primary p {
  color: #FFF;
}
.box--colored.bg--primary a {
  color: var(--color-lighter);
}

.block--text p {
  max-width: 42rem;
}
.block--text.bg--grey {
  padding-block: 5.75rem 5rem;
  max-width: calc(100% - 3.5rem);
  margin-inline: auto;
  border-radius: 10px;
}

.block--anchors .box {
  background: #FFF;
  border-radius: 10px;
  padding-block: 3.5rem 3.5rem;
}
.block--anchors h2 {
  margin-bottom: 0.5rem;
}

.nav--anchors li {
  margin: 0;
}
.nav--anchors a {
  display: flex;
  align-items: center;
  padding: 0.75rem 0 0.7rem;
  border-bottom: 1px solid #EFECE8;
  color: #1D1D1B;
}
.nav--anchors span {
  display: inline-block;
  transition: all 0.25s ease-out;
}
.nav--anchors i {
  margin-left: auto;
  font-size: 0.7rem;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.nav--anchors a:hover span {
  text-decoration: underline;
}
.nav--anchors a:hover i {
  transform: translateY(0.25rem);
}

.box--bordered {
  border-radius: 10px;
  border: 3px solid var(--color-primary);
  background-color: #EFECE8;
  padding: 2.35294rem;
}
.box--bordered .flex__icon {
  width: 10rem;
}
.box--bordered .flex__text {
  width: calc(100% - 10rem);
  padding-left: 2.35294rem;
}
.box--bordered .space {
  padding-block: 1.5rem;
}
.box--bordered .round {
  background: var(--color-primary);
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
}
.box--bordered .round svg {
  position: absolute;
  width: 4.75rem;
  height: auto;
  top: 48%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.box--bordered .round svg * {
  fill: var(--color-secondary) !important;
}

.block--image img {
  border-radius: 10px;
}

.block--grid .object-fit-con {
  padding-bottom: 87.75%;
  overflow: hidden;
  border-radius: 10px;
}
.block--grid .inner {
  max-width: 34rem;
}
@media only screen and (min-width: 801px) {
  .block--grid .left .inner {
    margin-left: auto;
  }
  .block--grid .right .flex__item:first-child {
    order: 9;
  }
}

video {
  border-radius: 10px;
}

.block .wpforms-container {
  background: #FFF;
  padding: 3.5rem;
  border-radius: 10px;
}
.block .wpforms-container form {
  max-width: 27.25rem;
  margin: 0 auto;
}
.block *:not(nav) > ul {
  list-style: none;
  margin: 1rem 0 1.25rem;
  padding: 0;
}
.block *:not(nav) > ul li {
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: left 0.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.2' height='7.8' viewBox='0 0 8.2 7.8'%3E%3Cpath d='M3.4,13.443,1.75,12.26l1.522-2.093L.8,9.364l.634-1.923,2.452.8v-2.6H5.914v2.6l2.431-.8L9,9.364l-2.452.8L8.07,12.26,6.421,13.443,4.9,11.372Z' transform='translate(-0.8 -5.7)' fill='%23530023'/%3E%3C/svg%3E%0A");
}
.page-template-page-purple .block *:not(nav) > ul li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.2' height='7.8' viewBox='0 0 8.2 7.8'%3E%3Cpath d='M3.4,13.443,1.75,12.26l1.522-2.093L.8,9.364l.634-1.923,2.452.8v-2.6H5.914v2.6l2.431-.8L9,9.364l-2.452.8L8.07,12.26,6.421,13.443,4.9,11.372Z' transform='translate(-0.8 -5.7)' fill='%23440A53'/%3E%3C/svg%3E%0A");
}
.page-template-page-blue .block *:not(nav) > ul li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.2' height='7.8' viewBox='0 0 8.2 7.8'%3E%3Cpath d='M3.4,13.443,1.75,12.26l1.522-2.093L.8,9.364l.634-1.923,2.452.8v-2.6H5.914v2.6l2.431-.8L9,9.364l-2.452.8L8.07,12.26,6.421,13.443,4.9,11.372Z' transform='translate(-0.8 -5.7)' fill='%230B005F'/%3E%3C/svg%3E%0A");
}
.page-template-page-green .block *:not(nav) > ul li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.2' height='7.8' viewBox='0 0 8.2 7.8'%3E%3Cpath d='M3.4,13.443,1.75,12.26l1.522-2.093L.8,9.364l.634-1.923,2.452.8v-2.6H5.914v2.6l2.431-.8L9,9.364l-2.452.8L8.07,12.26,6.421,13.443,4.9,11.372Z' transform='translate(-0.8 -5.7)' fill='%230E4600'/%3E%3C/svg%3E%0A");
}
.page-template-page-brown .block *:not(nav) > ul li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.2' height='7.8' viewBox='0 0 8.2 7.8'%3E%3Cpath d='M3.4,13.443,1.75,12.26l1.522-2.093L.8,9.364l.634-1.923,2.452.8v-2.6H5.914v2.6l2.431-.8L9,9.364l-2.452.8L8.07,12.26,6.421,13.443,4.9,11.372Z' transform='translate(-0.8 -5.7)' fill='%23532D00'/%3E%3C/svg%3E%0A");
}
.page-template-page-bronze .block *:not(nav) > ul li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.2' height='7.8' viewBox='0 0 8.2 7.8'%3E%3Cpath d='M3.4,13.443,1.75,12.26l1.522-2.093L.8,9.364l.634-1.923,2.452.8v-2.6H5.914v2.6l2.431-.8L9,9.364l-2.452.8L8.07,12.26,6.421,13.443,4.9,11.372Z' transform='translate(-0.8 -5.7)' fill='%234B3F00'/%3E%3C/svg%3E%0A");
}
.page-template-page-grey .block *:not(nav) > ul li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.2' height='7.8' viewBox='0 0 8.2 7.8'%3E%3Cpath d='M3.4,13.443,1.75,12.26l1.522-2.093L.8,9.364l.634-1.923,2.452.8v-2.6H5.914v2.6l2.431-.8L9,9.364l-2.452.8L8.07,12.26,6.421,13.443,4.9,11.372Z' transform='translate(-0.8 -5.7)' fill='%23343434'/%3E%3C/svg%3E%0A");
}

.block--header {
  background: var(--color-primary);
}
.block--header h1, .block--header h2, .block--header h3 {
  color: var(--color-lighter);
}
.block--header .object-fit-con {
  padding-bottom: 75%;
  clip-path: url(#myCustomClip);
  margin-bottom: -1px;
}
.block--header p {
  font-size: 1.17647rem;
  font-weight: 500;
  color: #FFF;
}
.block--header .inner {
  max-width: 35rem;
}
@media only screen and (min-width: 801px) {
  .block--header .flex__item:first-child {
    order: 9;
  }
}
.block--header.reverse:not(.block--header-icon) {
  background: var(--color-lighter);
}
.block--header.reverse:not(.block--header-icon) h1, .block--header.reverse:not(.block--header-icon) h2, .block--header.reverse:not(.block--header-icon) h3 {
  color: var(--color-primary);
}
.block--header.reverse:not(.block--header-icon) p {
  color: #1D1D1B;
}

.block--header-icon {
  background: var(--color-lighter);
}
.block--header-icon .inner {
  max-width: 57rem;
}
.block--header-icon .flex {
  min-height: 21rem;
  align-items: center;
}
.block--header-icon .box-icon {
  width: 11.4rem;
  margin-left: auto;
  position: relative;
  margin-top: 0.5rem;
}
.block--header-icon .svg-holder {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 4.7rem;
}
.block--header-icon .svg-holder svg {
  width: 100%;
  display: block;
}
.block--header-icon .svg-holder svg * {
  fill: var(--color-secondary) !important;
}
.block--header-icon svg.bg-icon {
  width: 100%;
  height: auto;
  display: block;
}
.block--header-icon svg.bg-icon * {
  fill: var(--color-primary) !important;
}
.block--header-icon h1, .block--header-icon h2, .block--header-icon h3 {
  color: var(--color-primary);
}
.block--header-icon p {
  color: #1D1D1B;
}

.block--header-home {
  position: relative;
  min-height: 37rem;
  margin-bottom: 3.5rem;
  overflow: hidden;
}
.block--header-home .inner {
  max-width: 49rem;
}
.block--header-home .one-whole {
  position: relative;
  z-index: 9;
}
.block--header-home h1 {
  font-size: 4.11765rem;
}
.block--header-home p {
  font-size: 2.35294rem;
}
.block--header-home .object-fit-con {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-bottom: 0;
  width: 40rem;
}

.block--icon-info-grid .box {
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
}
.block--icon-info-grid .flex__text {
  width: calc(100% - 14rem);
  padding: 1rem 2.5rem 1rem 4rem;
}
.block--icon-info-grid .flex__text h2 {
  margin-bottom: 0.75rem;
}
.block--icon-info-grid p {
  color: #1D1D1B;
}
.block--icon-info-grid .flex__icon {
  width: 14rem;
  position: relative;
}
.block--icon-info-grid .flex__icon svg.bg {
  width: 100%;
  height: auto;
  display: block;
}
.block--icon-info-grid .flex__icon svg.bg path {
  transition: all 0.25s ease-out;
}
.block--icon-info-grid .flex__icon svg.bg + .svg-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 4.7rem;
}
.block--icon-info-grid .flex__icon svg.bg + .svg-holder svg {
  width: 100%;
  height: auto;
}
.block--icon-info-grid .flex__icon svg.bg + .svg-holder svg * {
  transition: all 0.25s ease-out;
  fill: var(--color-primary) !important;
}
.block--icon-info-grid a:hover .flex__icon svg.bg path {
  fill: var(--color-primary) !important;
}
.block--icon-info-grid a:hover .flex__icon svg.bg + .svg-holder svg * {
  fill: var(--color-secondary) !important;
}

.block--back .padding-top--small {
  border-top: 1px solid #E3E0DC;
}

.block--logo-info-grid .box {
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
}
.block--logo-info-grid .flex__logo {
  width: 12.5rem;
  background: #EFECE8;
}
.block--logo-info-grid .flex__logo img {
  width: 50%;
  max-width: 90%;
  margin-top: 1.75rem;
}
.block--logo-info-grid .flex__text {
  width: calc(100% - 12.5rem);
  padding: 1.75rem;
}
.block--logo-info-grid .listing p {
  margin-bottom: 0.5rem;
  display: flex;
}
.block--logo-info-grid .listing strong {
  display: inline-block;
  min-width: 3rem;
}
.block--logo-info-grid .listing a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--color-primary);
}

.block--partner .box {
  background: #FFF;
  border-radius: 10px;
  padding: 1.75rem 1.75rem 1.5rem;
}
.block--partner strong:has(+ a) {
  display: inline-block;
  min-width: 3rem;
}
.block--partner strong + a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--color-primary);
}

.block--download a {
  display: block;
  position: relative;
  padding: 1rem 3rem 1rem 1rem;
  color: #1D1D1B;
  background: #FFF;
  border-radius: 10px;
  max-width: 42rem;
  line-height: 1.1;
  border: 2px solid #FFF;
}
.block--download a:hover {
  background: var(--color-lighter);
  border-color: var(--color-primary);
}
.block--download a:hover strong {
  text-decoration: underline;
}
.block--download i {
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.block--download strong {
  color: var(--color-primary);
}
.block--download small {
  font-size: 13px;
}

.block--quote .box {
  width: calc(100% - 14rem);
  background: var(--color-secondary);
  border-radius: 10px;
  margin-top: 2.5rem;
  position: relative;
  height: 24.5rem;
}
.block--quote .object-fit-con {
  width: 18.5rem;
  aspect-ratio: 32/43;
  position: absolute;
  left: 100%;
  top: -2.5rem;
  transform: translateX(-50%);
  clip-path: url(#myCustomClipQuote);
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.blur-svg {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  filter: blur(2.25rem);
  position: absolute;
  z-index: -1;
  left: 0;
  top: -1.5rem;
  margin: auto !important;
}
.blur-svg ellipse {
  fill: var(--color-secondary) !important;
}

.site-footer {
  background: var(--color-primary);
  padding-top: 4.70588rem;
  position: relative;
  margin-top: 9rem;
}
.site-footer svg {
  width: 11.75rem;
  margin-left: auto;
}
.site-footer .right {
  margin-left: auto;
}
.site-footer p, .site-footer a, .site-footer p a, .site-footer li a {
  color: #FFF;
}
.site-footer #change-c {
  fill: var(--color-lighter) !important;
}
.site-footer .relative:first-child {
  padding-bottom: 3rem;
  border-bottom: 2px solid var(--color-lighter);
}
.site-footer .relative + .relative {
  padding-top: 2rem;
}
.site-footer img {
  margin-left: auto;
  height: 16.5rem;
  width: auto;
}
.site-footer h3 {
  font-size: 1.76471rem;
  color: var(--color-lighter);
}

.social-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0.75rem;
}
.social-nav li {
  margin-left: 1.75rem;
}
.social-nav li:first-child {
  margin-left: 0;
}
.social-nav a {
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.25rem 0;
}
.social-nav .icon-youtube {
  font-size: 1.1rem;
}

.footer-nav ul {
  display: flex;
  margin-bottom: 0.5rem;
}
.footer-nav li {
  margin-left: 2.35294rem;
}
.footer-nav li:first-child {
  margin-left: 0;
}
.footer-nav a {
  font-size: 0.94118rem;
  display: inline-block;
  padding: 0.25rem 0;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1600px) {
  .block--header-home h1 {
    font-size: 3.75rem;
  }

  .block--header-home p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1400px) {
  h2, .beta {
    font-size: 2rem;
  }

  h3, .gamma {
    font-size: 1.5rem;
  }

  .block--header-home h1 {
    font-size: 3.5rem;
  }

  .block--header-home p {
    font-size: 1.75rem;
  }

  .block--header-home {
    min-height: 32rem;
  }
  .block--header-home .object-fit-con {
    width: 35rem;
  }
}
@media only screen and (max-width: 1200px) {
  h1, .alpha {
    font-size: 2.5rem;
  }

  .header-nav a {
    font-size: 1.2rem;
  }

  .block--header-home h1 {
    font-size: 3rem;
  }

  .block--header p {
    font-size: 1.125rem;
  }

  .block--header-home p {
    font-size: 1.375rem;
  }

  .block--quote .box {
    width: calc(100% - 10rem);
  }

  .block--header-home {
    min-height: 28rem;
  }

  .block--header-home .object-fit-con {
    width: 25rem;
  }

  .site-footer h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .block--text.bg--grey {
    padding-block: 4.5rem 4rem;
  }
}
@media only screen and (max-width: 1020px) {
  h1, .alpha {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .block--header-home h1 {
    font-size: 2rem;
  }

  .block--icon-info-grid .flex__text {
    padding-left: 2.5rem;
  }

  .footer-nav li {
    margin-left: 1.5rem;
  }

  .container {
    padding-inline: 2rem;
  }

  .block--header p {
    font-size: 18px;
  }

  blockquote {
    font-size: 22px;
  }

  .site-header {
    padding-block: 1rem;
  }
  .site-header .flex {
    align-items: center;
  }

  .scrolled .site-header {
    padding-block: 0;
  }

  body {
    padding-top: 5.75rem;
  }

  .site-branding {
    width: 11rem;
  }

  .block--header-home {
    min-height: 24rem;
  }

  .block--header-home .inner {
    max-width: 25rem;
  }
}
@media only screen and (max-width: 800px) {
  html {
    font-size: 16px;
  }

  h1, .alpha,
  .block--header-home h1 {
    font-size: 1.75rem;
  }

  h2, .beta {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .md-margin-bottom {
    margin-bottom: 1.5rem;
  }

  .block--header-icon .box-icon {
    width: 86px;
    margin-left: 0;
    margin-top: 2.5rem;
  }
  .block--header-icon .box-icon .svg-holder {
    width: 33px !important;
  }

  .block--box strong {
    display: inline-block;
    margin-bottom: 0.25rem;
  }

  .block--header-icon .flex {
    min-height: auto;
  }

  .social-nav ul {
    justify-content: flex-start;
  }

  .site-footer {
    padding-top: 2.5rem;
  }
  .site-footer .md-one-whole svg {
    margin-bottom: 1.5rem;
  }
  .site-footer .relative:first-child {
    padding-bottom: 1.5rem;
  }

  .footer-nav ul {
    flex-wrap: wrap;
  }
  .footer-nav ul li {
    margin-bottom: 0.5rem;
    margin-left: 0;
    margin-right: 1.75rem;
  }

  .container {
    padding-inline: 1.4rem;
  }

  .social-nav a {
    font-size: 1.4rem;
  }

  .social-nav ul {
    margin-bottom: 1.5rem;
  }

  .social-nav .icon-youtube {
    font-size: 1.2rem;
    vertical-align: 1px;
  }

  .box--colored {
    padding-block: 2.5rem 2rem;
  }

  .block--anchors .box {
    padding-block: 2.5rem 2.5rem;
  }

  .box--bordered {
    padding: 1.75rem 1.25rem;
  }

  .block--icon-info-grid .flex__text {
    padding-inline: 2rem;
  }

  .block--logo-info-grid .flex__logo {
    width: 10rem;
  }

  .block--logo-info-grid .flex__text {
    width: calc(100% - 10rem);
  }

  .block--quote .object-fit-con {
    width: 14rem;
  }

  .block--quote .box {
    height: 18rem;
    width: calc(100% - 8rem);
  }

  .block--text.bg--grey {
    padding-block: 2rem 1.5rem;
  }

  .site-branding {
    width: 9rem;
  }

  body {
    padding-top: 5rem;
  }

  .block--header-home {
    flex-wrap: wrap;
  }
  .block--header-home .spacing {
    padding-block: 2.5rem;
  }
  .block--header-home .inner {
    max-width: 460px;
    margin-inline: auto;
  }
  .block--header-home .object-fit-con {
    width: 100%;
    position: relative;
    top: auto;
    aspect-ratio: 5/4;
    max-width: 460px;
    margin-inline: auto;
    clip-path: url(#myCustomClipMobile);
  }
}
@media only screen and (max-width: 640px) {
  .site-footer img {
    margin-inline: auto;
    height: auto;
    width: 65%;
    margin-top: 2rem;
  }

  .site-footer .padding-top--small {
    padding-top: 0;
  }

  .box--bordered .flex__text {
    width: 100%;
    padding-left: 0;
  }

  .box--bordered .round {
    width: 4.75rem;
  }
  .box--bordered .round svg {
    top: 50%;
    width: 2.2rem !important;
  }

  .margin-bottom--huge {
    margin-bottom: 4rem;
  }

  .margin-bottom--big {
    margin-bottom: 3rem;
  }

  .block--icon-info-grid .box {
    padding: 1.75rem 1.25rem;
  }
  .block--icon-info-grid .box .flex__icon {
    width: 85px;
  }
  .block--icon-info-grid .box .svg-holder {
    width: 41px !important;
  }
  .block--icon-info-grid .box .flex__text {
    width: 100%;
    padding: 1.25rem 0 0;
  }

  .breadcrumbs {
    margin-bottom: 2.5rem;
  }

  .block--logo-info-grid .flex__logo,
  .block--logo-info-grid .flex__text {
    width: 100%;
    padding: 1.4rem 1.25rem 1.25rem;
  }

  .block--logo-info-grid .flex__logo img {
    width: 60px !important;
    margin: 0;
  }

  .block--logo-info-grid h2 {
    margin-bottom: 0.75rem;
  }

  .block .wpforms-container {
    padding: 1.75rem 1.25rem;
  }

  .block--quote .box {
    height: auto;
    width: 100%;
    padding-bottom: 63%;
    margin-bottom: 4.5rem;
  }

  .block--quote .object-fit-con {
    width: 48%;
    left: 50%;
    top: auto;
    bottom: -2rem;
  }
}
@media only screen and (max-width: 480px) {
  h2, .beta {
    font-size: 23px;
  }

  h3, .gamma {
    font-size: 21px;
  }

  .footer-nav ul {
    display: block;
  }

  .site-footer svg {
    width: 9rem;
  }

  .block--icon-info-grid,
  .block--logo-info-grid {
    margin-bottom: 1.5rem;
  }
}
