/*! 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?2pha8");
  src: url("../icomoon/fonts/icomoon.eot?2pha8#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?2pha8") format("truetype"), url("../icomoon/fonts/icomoon.woff?2pha8") format("woff"), url("../icomoon/fonts/icomoon.svg?2pha8#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-clear:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

/*-----------------------------------------------------------------------------------*/
/*      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, .object-fit-con video, .object-fit-main > img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2.3 VISIBILITY */
.hidden {
  display: none;
}

@media only screen and (max-width: 1080px) {
  .hidden--mobile {
    display: none;
  }
}

@media only screen and (min-width: 1081px) {
  .hidden--desktop {
    display: none;
  }
}

.invisible {
  overflow: hidden;
  height: 0;
}

.sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* 2.4 CLEARFIX */
.wpforms-field-container::after, .clearfix::after, .cf::after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*      3.0 Media
/*-----------------------------------------------------------------------------------*/
img, media, video {
  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: 58rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-inline: 1.81818rem;
}

.container--full {
  max-width: 100%;
}

.container--small {
  max-width: 46rem;
}

.container--tiny {
  max-width: 376px;
}

/*  4.4 Flexgrid */
.flexgrid, .flex {
  display: flex;
}

.flexgrid--gutter {
  margin-left: -1.81818rem;
}
.flexgrid--gutter .flex__item {
  padding-left: 1.81818rem;
}

.flexgrid--narrow {
  margin-left: -0.90909rem;
}
.flexgrid--narrow .flex__item {
  padding-left: 0.90909rem;
}

.flexgrid--wide {
  margin-left: -3.63636rem;
}
.flexgrid--wide .flex__item {
  padding-left: 3.63636rem;
}

.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: "titilium-web", "Arial", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  color: #283C50;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

*::selection {
  background: #283C50;
  color: white;
}

[data-target] {
  cursor: pointer;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: #283C50;
  transition: all 0.25s ease-out;
}
a:hover {
  color: #17232e;
}
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: "pt-serif", "titilium-web", "Arial", sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1.27273rem;
  color: #283C50;
}

/*  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: 3.63636rem;
  line-height: 1.1;
  margin-bottom: 1.81818rem;
}

h2, .beta {
  font-size: 2.27273rem;
  line-height: 1.2;
  margin-bottom: 1.81818rem;
}
p + h2, p + .beta {
  margin-top: 3.63636rem;
}
ul + h2, ol + h2, ul + .beta, ol + .beta {
  margin-top: 2.72727rem;
}

h3, .gamma {
  font-size: 1.18182rem;
  line-height: 1.30769;
  font-weight: bold;
}
p + h3, p + .gamma {
  margin-top: 2.5rem;
}
ul + h3, ol + h3, ul + .gamma, ol + .gamma {
  margin-top: 1.5rem;
}

h4, .delta {
  font-size: 0.81818rem;
  line-height: 1.22222;
  font-weight: bold;
}

h5, .epsilon {
  font-size: 0.72727rem;
  line-height: 1.25;
  font-weight: bold;
}

h6, .zeta {
  font-size: 0.63636rem;
  line-height: 1.21429;
}

p, blockquote,
pre, dl {
  margin: 0 0 1.36364rem;
}
p a, blockquote a,
pre a, dl a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.text li a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

span.margin-bottom {
  display: block;
}

/*  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 {
  padding: 0;
  margin: 0;
  font-style: normal;
}
blockquote > p {
  font-size: 2.27273rem;
  line-height: 1.2;
  font-family: "pt-serif", "titilium-web", "Arial", sans-serif;
}
blockquote cite {
  display: block;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 1rem;
}

hr {
  border: none;
  border-top: 1px solid #EAECEE;
  margin: 3.63636rem 0;
}

q {
  font-style: italic;
}

pre {
  padding: 1.81818rem;
  border-radius: 5px;
  border: 1px solid #89949F;
}

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'titilium-web';
  src: url("../fonts/titillium-web-v18-latin-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'titilium-web';
  src: url("../fonts/titillium-web-v18-latin-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'titilium-web';
  src: url("../fonts/titillium-web-v18-latin-600.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'titilium-web';
  src: url("../fonts/titillium-web-v18-latin-600italic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'pt-serif';
  src: url("../fonts/PTF55F-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt-serif';
  src: url("../fonts/PTF56F-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'pt-serif';
  src: url("../fonts/PTF75F-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'pt-serif';
  src: url("../fonts/PTF76F-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 's-code';
  src: url("../fonts/source-code-pro-v30-latin-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn,
input[type="button"],
input[type="submit"],
.wpforms-submit-container button {
  font-size: 0.90909rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  border: 1.5px solid #283C50;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  padding: 0.6rem 1.75rem 0.6rem;
  border-radius: 1.5rem;
  text-decoration: none !important;
  text-align: center;
  color: white;
  background-color: #283C50;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.wpforms-submit-container button:hover {
  color: white;
  border-color: #17232e;
  background-color: #17232e;
}
.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;
}
.buttons .btn, .buttons
input[type="button"],
.buttons input[type="submit"],
.buttons .wpforms-submit-container button,
.wpforms-submit-container .buttons button {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.btn--small {
  font-size: 0.8rem;
  padding: 0.35rem 1rem 0.35rem;
}

.btn--big {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.55rem 1.75rem 0.55rem;
}

.btn--white {
  background: #FFF;
  color: #283C50;
  border-color: #FFF;
}
.btn--white:hover {
  background: #EAECEE;
  color: #283C50;
  border-color: #EAECEE;
}

.btn--ghost-white {
  background: transparent;
  color: #FFF;
  border-color: #FFF;
}
.btn--ghost-white:hover {
  background: #FFF;
  color: #283C50;
  border-color: #FFF;
}

.btn--ghost {
  background: transparent;
  color: #283C50;
  border-color: #283C50;
}
.btn--ghost:hover {
  background: #283C50;
  color: #FFF;
  border-color: #283C50;
}

.btn--toggle {
  padding: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  z-index: 10001;
  margin-left: auto;
  transform: translateX(4px);
}
.btn--toggle .icon-bar {
  display: block;
  background: #283C50;
  position: relative;
  width: 28px;
  height: 2px;
  margin: 6px auto;
  transition: transform 0.25s ease-out;
}
.nav-mobile-active .btn--toggle {
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  transform: rotate(45deg);
  top: 8px;
}
.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: -8px;
}

/*  6.2 Forms */
select,
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"],
textarea {
  width: 100%;
  border: 1px solid #89949F;
  padding: 0.4rem 1rem 0.35rem;
  background: #F6F6F6;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

textarea {
  resize: vertical;
  height: 160px !important;
}

input[type="text"]::-ms-clear {
  display: none;
}

label {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.75em;
}

.wpcf7-form-control-wrap {
  display: block;
}

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-label-hide,
.wpforms-hidden {
  display: none !important;
}

.wpforms-field-label-inline {
  font-size: 0.72727rem;
  line-height: 1.125;
  position: relative;
  padding-left: 2.25rem;
  display: block;
}
.wpforms-field-label-inline::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  background: rgba(217, 220, 220, 0.4);
}
input[type="checkbox"]:checked + .wpforms-field-label-inline::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  background: #283C50;
  height: 0.7rem;
  width: 0.7rem;
  left: 0.4rem;
}

.wpforms-field-select {
  position: relative;
}
.wpforms-field-select::before {
  content: "\e905";
  font-family: 'icomoon';
  font-size: 0.8rem;
  color: #283C50;
  position: absolute;
  right: 1.81818rem;
  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(137, 148, 159, 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) {
    width: 100%;
  }
  .wpforms-field-container .wpforms-one-half {
    padding-left: 0.4rem;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first {
    padding-right: 0.4rem;
    padding-left: 0;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first.wpforms-field-select::before {
    right: 1.4rem;
  }
}
.wpforms-container .wpforms-field {
  padding: 0.7rem 0;
}

/* Form stuff */
.wpforms-confirmation-container p {
  font-weight: bold;
  color: green;
  margin-top: 80px;
}

.wpforms-field-container label {
  margin-bottom: 0.2em;
}

.wpforms-field-container input, .wpforms-field-container textarea {
  background: white;
  padding: 10px;
}

.wpforms-submit-container button {
  margin-top: 1em !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #89949F;
  opacity: 0.8;
}

::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #89949F;
  opacity: 0.8;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #89949F;
  opacity: 0.8;
}

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
  margin-inline: auto;
}
.header-nav ul {
  display: flex;
}
.header-nav li {
  margin-right: 1rem;
}
.header-nav a {
  font-size: 0.9rem;
  display: inline-block;
  padding: 1rem 0.2rem 0.8rem;
  border-bottom: 3px solid transparent;
}
.header-nav a:hover {
  border-bottom: 3px solid #89949F;
}
.header-nav .current-menu-item a {
  border-bottom: 3px solid #283C50;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*  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: #283C50;
  min-height: 100%;
  display: inline-block;
  width: 100%;
  padding-top: 5.45455rem;
}

.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;
}
.nav-mobile__inner ul a {
  font-size: 1.25rem;
  display: block;
  padding: 1rem 0;
  color: #FFF;
}
.nav-mobile__inner ul .current-menu-item a {
  font-weight: bold;
}

/*

  Transitions

  Transitions and animations
  
*/
.js-fade-in,
.js-load {
  transition: opacity 0.75s ease-out;
  opacity: 0;
}
.js-fade-in.js-in,
.js-load.js-in {
  opacity: 1;
}

.js-fade-up {
  transition: all 0.75s ease-out;
  transform: translateY(1.81818rem);
  opacity: 0;
}
.js-fade-up.js-in {
  transform: translateY(0);
  opacity: 1;
}

.js-fade-left {
  transition: all 0.75s ease-out;
  transform: translateX(2.72727rem);
  opacity: 0;
}
.js-fade-left.js-in {
  transform: translateX(0);
  opacity: 1;
}

/*  6.5 Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-disabled {
  opacity: 0.1;
  cursor: auto;
  pointer-events: none;
}

.slick-next,
.slick-prev {
  position: absolute;
  z-index: 99;
  bottom: 0;
  height: 2rem;
  width: 2rem;
  background: #222222;
  border-radius: 50%;
  border: 0;
  box-shadow: none;
  outline: none !important;
  margin-left: 0;
  font-size: 0;
  color: #283C50;
  padding: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  transition: all 0.25s ease-out;
}
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  opacity: 1;
  background: #D0D4D9;
}
.slick-next::before,
.slick-prev::before {
  font-family: 'icomoon';
  display: inline-block;
  font-size: 1rem;
  color: #FFF;
}
.slick-next:hover,
.slick-prev:hover {
  background: #283C50;
}
.slick-next:hover::before,
.slick-prev:hover::before {
  color: #FFF;
}
.slick-next.js-focus::before,
.slick-prev.js-focus::before {
  animation-name: slideRight;
  animation-duration: 0.4s;
  /* Set the duration of the animation */
  animation-iteration-count: 1;
  /* Make it run only once */
  animation-fill-mode: forwards;
}

.slick-next::before {
  content: "\e901";
  padding-left: 0.1rem;
}

.slick-prev {
  right: 2.25rem;
}
.slick-prev::before {
  content: "\e900";
  padding-right: 0.1rem;
}
.slick-prev.js-focus::before {
  animation-name: slideLeft;
  animation-duration: 0.4s;
  /* Set the duration of the animation */
  animation-iteration-count: 1;
  /* Make it run only once */
  animation-fill-mode: forwards;
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
.slick-dots {
  margin: 0 !important;
  width: 100% !important;
  margin: auto !important;
  position: absolute;
  z-index: 99;
  padding: 0 !important;
  text-align: left;
  z-index: 99;
  outline: none !important;
  text-align: center;
  bottom: -3.63636rem;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0.2rem 0;
}
.slick-dots button {
  background: #89949F !important;
  border: 0 !important;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  text-indent: -9999px;
  outline: none !important;
  opacity: 1;
  transition: all 0.5s ease-out;
}
.slick-dots .slick-active button {
  background: #222222 !important;
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #FFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.site-header .btn + .btn {
  margin-left: 0.5rem;
}
.site-header .wpml {
  position: relative;
  margin-left: 1rem;
  padding-top: 0.25rem;
  border-left: 1px solid #EAECEE;
}
.site-header .wpml .active, .site-header .wpml a {
  display: inline-flex;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 0.2rem 0.75rem;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.site-header .wpml .active {
  padding-right: 1.4rem;
  border-bottom: 1px solid transparent;
}
.site-header .wpml .active:hover,
.site-header .wpml a:hover {
  background: #F6F6F6;
}
.site-header .wpml .active.js-open {
  border-bottom: 1px solid #EAECEE;
}
.site-header .wpml .active.js-open i {
  transform: translateY(-50%) rotate(-90deg);
}
.site-header .wpml .active.js-open + ul {
  display: block;
}
.site-header .wpml .active i {
  position: absolute;
  transform: translateY(-50%) rotate(90deg);
  font-size: 0.5rem;
  top: 52%;
  right: 0.75rem;
}
.site-header .wpml ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  width: 100%;
}
.site-header .wpml li {
  display: block;
}
.site-header .wpml img {
  width: 1rem;
  height: 1rem;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 0.25rem;
  margin-left: 0;
}

.wpml-m .btn {
  display: inline-flex;
}
.wpml-m .btn img {
  width: 1rem;
  height: 1rem;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.site-branding {
  position: relative;
  width: 10rem;
  z-index: 9;
}

.site-header__toggle {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .site-header__toggle {
    display: inline-block;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
  background: #EAECEE;
}

body {
  padding-top: 3.25rem;
}

.margin-bottom {
  margin-bottom: 1.81818rem;
}

.margin-top {
  margin-top: 1.81818rem;
}

.margin-bottom--small {
  margin-bottom: 0.90909rem;
}

.margin-bottom--big {
  margin-bottom: 3.63636rem;
}

.margin-bottom--huge {
  margin-bottom: 5.45455rem;
}

.spacing {
  padding-block: 1.81818rem;
}

.spacing--big {
  padding-block: 3.63636rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 1.81818rem;
}

.padding-top {
  padding-top: 1.81818rem;
}

.padding-top--small {
  padding-top: 0.90909rem;
}

.padding-bottom--small {
  padding-bottom: 0.90909rem;
}

.object-fit-con {
  position: relative;
}
.object-fit-con img, .object-fit-con video {
  position: absolute;
  object-fit: cover;
}

.object-fit-conX video {
  display: block;
  width: 100%;
}

.object-fit-main {
  position: relative;
  overflow: hidden;
}
.object-fit-main .block {
  position: relative;
  z-index: 9;
}
.object-fit-main > img {
  position: absolute;
  object-fit: cover;
}

.bg--dark.tile {
  background: #283C50;
}
.bg--dark.tile *:not(.btn) {
  color: #FFF;
}
.bg--dark.tile .btn.btn--ghost.btn--big {
  color: #FFF;
  border-color: #FFF;
}
.bg--dark.tile .btn.btn--ghost.btn--big:hover {
  color: #283C50;
  background: #FFF;
}

.block p {
  max-width: 36rem;
}

.block--header {
  background: #FFF;
  padding-block: 4.25rem 2.5rem;
}
.block--header:has(+ .container--tile), .block--header:has(+ .block--tiles) {
  margin-bottom: 5rem;
}
.block--header.margin-bottom--huge {
  margin-bottom: 5rem;
}
.block--header p:last-child {
  margin-bottom: 2rem;
}
.block--header img {
  margin-left: 0;
  margin-bottom: 1.25rem;
}

.block--header .centered img {
  margin: 0 auto;
}

.block--header .centered h1,
.block--header .centered h2,
.block--header .centered h3,
.block--header .centered h4,
.block--header .centered p,
.block--header .centered .buttons {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.block--header-media {
  height: calc(100vh - 3.25rem);
  background: #283C50;
}
.block--header-media h1 {
  max-width: 54rem;
}
.block--header-media *:not(.btn) {
  color: #FFF;
}
.block--header-media .link--down {
  font-size: 1rem;
  position: absolute;
  display: inline-block;
  transform: translateX(-50%);
  bottom: 3rem;
  left: 50%;
  height: 2rem;
  width: 2rem;
  background: #FFF;
  text-align: center;
  border-radius: 50%;
  transition: all 0.25s ease-out;
}
.block--header-media .link--down:hover {
  background: #D0D4D9;
}
.block--header-media i {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.block--header-media i::before {
  color: #283C50 !important;
  display: inline-block;
  transform: rotate(90deg);
}
.block--header-media + .block--divider .rotating-numbers--simple {
  padding-top: 0.25rem;
}

.block--listings + .block--divider .rotating-numbers--simple {
  padding-top: 0.5rem;
}

.container--tile:last-child {
  margin-bottom: 5rem;
}

.container--tile .container {
  max-width: 46rem;
}

.tile {
  padding-block: 4rem 4rem;
  border-radius: 1.25rem;
  background: #FFF;
}
.tile .text > *:last-child {
  margin-bottom: 0;
}
.tile .block--image {
  max-width: 46rem;
  box-sizing: content-box;
  margin-inline: auto;
  padding-inline: 1.81818rem;
}

/* make margin between tiles less */
.tile.margin-bottom {
  margin-bottom: 1rem;
}

.tile--sm {
  padding: 3.75rem 3.75rem 3.75rem;
  height: 100%;
  isolation: isolate;
}
.tile--sm > img {
  z-index: -1;
}
.tile--sm .price {
  font-family: "pt-serif", "titilium-web", "Arial", sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.tile--sm .price-info {
  font-family: "pt-serif", "titilium-web", "Arial", sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}

.block--divider img {
  width: 0.6rem;
}

.text ul {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
}
.text ul li {
  padding: 0 0 1.36364rem 1.4rem;
  position: relative;
}
.text ul li:before {
  content: '';
  position: absolute;
  top: 0.75rem;
  height: 2px;
  width: 0.9rem;
  left: 0;
  background: currentColor;
}
.text ol {
  margin: 0 0 1rem 0;
  padding-left: 1.25rem;
}
.text ol li {
  margin-bottom: 1.36364rem;
}

@media only screen and (min-width: 641px) {
  .block--grid-media-text .right .flex__item:first-child {
    order: 9;
  }
}

.rotating-numbers {
  font-size: 0.72727rem;
  line-height: 1.375;
  position: absolute;
  z-index: 9;
  bottom: 0.15rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #FFF;
  font-family: 's-code';
}
.rotating-numbers div {
  position: relative;
}
.rotating-numbers span {
  display: block;
}
.rotating-numbers .r1 {
  animation: 4s swapNo infinite linear;
}
.rotating-numbers .r2 {
  animation: 4s swapNoOpposite infinite linear;
  opacity: 0;
}
.rotating-numbers .r2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
body:not(.js-scrolling) .rotating-numbers .r1, body:not(.js-scrolling) .rotating-numbers .r2 {
  animation-play-state: paused;
}
.rotating-numbers div:nth-child(2) .r1, .rotating-numbers div:nth-child(2) .r2 {
  animation-delay: 0.9s;
}
.rotating-numbers div:nth-child(3) .r1, .rotating-numbers div:nth-child(3) .r2 {
  animation-delay: 1.3s;
}
.rotating-numbers div:nth-child(5) .r1, .rotating-numbers div:nth-child(5) .r2 {
  animation-delay: 0.3s;
}
.rotating-numbers div:nth-child(6) .r1, .rotating-numbers div:nth-child(6) .r2 {
  animation-delay: 2.7s;
}

.rotating-numbers--simple {
  position: relative;
  transform: none;
  bottom: auto;
  color: #283C50;
  left: auto;
  padding: 1rem;
}
.rotating-numbers--simple div {
  animation: 2s swapColor infinite linear;
}
body:not(.js-scrolling) .rotating-numbers--simple div {
  animation-play-state: paused;
}
.rotating-numbers--simple div:nth-child(2) {
  animation-delay: 0.2s;
}
.rotating-numbers--simple div:nth-child(3) {
  animation-delay: 0.4s;
}
.rotating-numbers--simple div:nth-child(4) {
  animation-delay: 0.7s;
}
.rotating-numbers--simple div:nth-child(5) {
  animation-delay: 0.5s;
}
.rotating-numbers--simple div:nth-child(6) {
  animation-delay: 0.1s;
}

@keyframes swapNo {
  0% {
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  24.01% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  40.01% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  75.01% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  80.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes swapNoOpposite {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  24.01% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  40.01% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.01% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  75.01% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  80.01% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swapColor {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  70.01% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
.block--listings .rotating-numbers {
  position: relative;
  color: #283C50;
  transform: translateX(-50%) translateY(-33%);
}
.block--listings .rotating-numbers div {
  animation: 0.6s swapColor infinite linear;
}
.block--listings .rotating-numbers div:nth-child(even) {
  animation-delay: 0.3s;
}

.block--testimonials .slick {
  padding-bottom: 3rem;
}
.block--testimonials .slick.no-nav {
  padding-bottom: 1rem;
}

.block .counter {
  font-family: "pt-serif", "titilium-web", "Arial", sans-serif;
  font-size: 1.2rem;
  transform: translateY(-100%);
  letter-spacing: 0.1em;
  margin-bottom: -1rem;
  pointer-events: none;
}

.logos .logos--bar {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.logos .logos--bar-slide {
  animation: 30s slide infinite linear;
}
.logos .outer {
  padding: 0 2rem;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.block--slideshow img,
.block--slideshow-listing img {
  margin-bottom: 1.5rem;
}
.block--slideshow .slick:not(.amount-sm),
.block--slideshow-listing .slick:not(.amount-sm) {
  padding-bottom: 3rem;
}
.block--slideshow .slick-track,
.block--slideshow-listing .slick-track {
  display: flex !important;
}
.block--slideshow .slick-slide.flex,
.block--slideshow-listing .slick-slide.flex {
  height: inherit !important;
  display: flex;
}
.block--slideshow p,
.block--slideshow-listing p {
  font-size: 0.9rem;
}
.block--slideshow .hidden,
.block--slideshow-listing .hidden {
  display: none !important;
}

.slick--slideshow,
.slick--slideshow-2 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.slick--slideshow .slick-slide,
.slick--slideshow-2 .slick-slide {
  padding-inline: 1rem;
}
.slick--slideshow .slick-next, .slick--slideshow .slick-prev,
.slick--slideshow-2 .slick-next,
.slick--slideshow-2 .slick-prev {
  transform: translateX(-1rem);
}

.block--faq-listing {
  margin-bottom: -3rem;
}
.block--faq-listing p {
  font-size: 0.9rem;
}

.accordion {
  border-bottom: 1px solid #D0D4D9;
}
.accordion:first-child {
  border-top: 1px solid #D0D4D9;
}

.accordion__opener {
  font-size: 1.1rem;
  line-height: 1.4;
  position: relative;
  padding: 0.5rem 0 0.5rem 2.75rem;
  min-height: 4rem;
  position: relative;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  font-weight: normal;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  text-align: left;
  display: block;
  width: 100%;
  background: transparent;
  color: #283C50;
  transition: all 0.25s ease-out;
}
.accordion__opener span {
  display: block;
  width: 100%;
}
.accordion__opener i {
  font-size: 1rem;
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 2rem;
  line-height: 2rem;
  width: 2rem;
  background: #D0D4D9;
  color: #283C50;
  text-align: center;
  border-radius: 50%;
  padding-left: 0.1rem;
  transition: all 0.25s ease-out;
}
.accordion__opener i::before {
  display: inline-block;
  transition: all 0.25s ease-out;
}
.accordion__opener:hover i {
  background: #283C50;
  color: #FFF;
}
.accordion__opener.js-open i:before {
  transform: rotate(-90deg);
}

.accordion__content {
  padding: 0 0 0.5rem 2.75rem;
}

div.filter {
  display: inline-flex;
  background: #DDE0E3;
  border-radius: 2.5rem;
  padding: 0.25rem;
  margin-bottom: 3.63636rem;
}
div.filter a {
  font-size: 0.9rem;
  display: block;
  font-weight: bold;
  padding: 0.6rem 1rem;
  min-width: 6.5rem;
  border-radius: 2rem;
  text-align: center;
  color: #283C50 !important;
}
div.filter a:not(:first-child) {
  margin-left: 0.15rem;
}
div.filter a:hover {
  background: #EAECEE;
}
div.filter a.js-active {
  background: #FFF;
}

.block--listings .one-third .object-fit-con {
  padding-bottom: 90%;
}
.block--listings .one-half .object-fit-con {
  padding-bottom: 66%;
}

.filteritem--more .object-fit-con {
  padding-bottom: 90%;
}

.slick--slideshow-2 .object-fit-con {
  padding-bottom: 66%;
}

.items-to-filter {
  display: none;
  transition: opacity .5s ease-out, display .5s ease-out allow-discrete;
  opacity: 0;
}

.items-to-filter.open {
  opacity: 1;
  display: block;
}

@starting-style {
  .items-to-filter.open {
    opacity: 0;
  }
}
.box {
  padding: 2rem;
  border-radius: 1.25rem;
  background: #FFF;
  height: 100%;
}
.box p {
  font-size: 0.9rem;
}

/* remove margin due to grouped blocks */
.container--tile:last-child {
  margin-bottom: 0;
}

/* give footer some margin now */
#content {
  margin-bottom: 5rem;
}

/* also lists and other elements should have a max-width */
.block ul, .block h3, .block h4 {
  max-width: 36rem;
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  background: #FFF;
  padding-block: 3.5rem;
  font-size: 0.8rem;
}
.site-footer .border {
  padding-bottom: 2.25rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid rgba(137, 148, 159, 0.4);
}
.site-footer p {
  color: #89949F;
}
.site-footer img {
  width: 40rem;
}

.footer-nav li {
  display: block;
  margin-bottom: 1.75rem;
}
.footer-nav a {
  display: inline-block;
}

.overlay-switch {
  position: fixed;
  z-index: 997;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 3.25rem;
}
.overlay-switch .inner {
  padding: 1.5rem 1rem;
  background: #F6F6F6;
}
.overlay-switch p {
  font-weight: bold;
  margin-bottom: 0;
  margin-inline: 0.5rem;
}
.overlay-switch a.choose {
  background: #FFF;
  padding: 0.5rem 0.6rem 0.4rem;
  display: inline-block;
  margin-inline: 0.5rem;
  text-align: center;
  font-size: 0.9rem;
}
.overlay-switch a.choose strong {
  margin-right: 0.25rem;
}
.overlay-switch a.choose .inline-flex {
  font-size: 1rem;
  display: inline-flex;
}
.overlay-switch a.choose img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 0.25rem;
}
.overlay-switch .close {
  position: absolute;
  top: 3.5rem;
  right: 1rem;
  padding: 0.5rem;
  font-size: 1.25rem;
  line-height: 1;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
  html {
    font-size: 21px;
  }

  .btn--small {
    padding-inline: 0.75rem;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 20px;
  }

  .container {
    padding-inline: 1.5rem;
  }

  .header-nav a {
    padding-inline: 0;
  }

  .site-header .btn + .btn {
    margin-left: 0.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 18px;
  }

  h1, .alpha {
    font-size: 3rem;
  }

  h2, .beta {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 1080px) {
  .flexgrid--wide {
    margin-left: -1.81818rem;
  }
  .flexgrid--wide .flex__item {
    padding-left: 1.81818rem;
  }

  .tile--sm {
    padding: 2.5rem 1.5rem 2.5rem;
  }

  .box {
    padding: 1.75rem 1.5rem;
  }

  .site-header {
    padding-block: 0.85rem;
  }

  body {
    padding-top: 4rem;
  }

  .site-header .wpml .active,
  .site-header .wpml a {
    padding-block: 0.4rem;
    font-size: 0.9rem;
  }

  .overlay-switch {
    padding-top: 4.25rem;
  }
  .overlay-switch .close {
    top: 5rem;
  }
}
@media only screen and (max-width: 920px) {
  .total .hidden-920 {
    display: none;
  }

  .total .show-920 {
    display: inline-block !important;
  }

  .overlay-switch .flex--middle {
    flex-wrap: wrap;
  }
  .overlay-switch .flex--middle p {
    width: 100%;
    text-align: center;
    margin-bottom: 1.25rem;
    padding-top: 1rem;
  }
  .overlay-switch .close {
    top: 4.5rem;
    right: 0.9rem;
  }

  .block--slideshow .slick,
  .block--slideshow-listing .slick {
    padding-bottom: 3rem;
  }

  blockquote > p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  h1, .alpha {
    font-size: 2.25rem;
    line-height: 1.2;
  }

  h2, .beta {
    font-size: 1.888rem;
  }

  .block--cta h2 br {
    display: none;
  }

  .tile {
    padding-block: 2.5rem 2.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .container {
    padding-inline: 1.11rem;
  }

  .container .container--small {
    padding-inline: 1.2rem;
  }

  .logos .outer {
    padding: 0 1.75rem;
  }

  .sm-margin-bottom {
    margin-bottom: 1rem;
  }

  .sm-margin-bottom--big {
    margin-bottom: 2rem;
  }

  .margin-bottom--big {
    margin-bottom: 3rem;
  }

  .margin-bottom--huge {
    margin-bottom: 5rem;
  }

  .site-footer .margin-bottom--big {
    margin-bottom: 2rem;
  }

  .block--grid-media-text p,
  .block--faq-listing p {
    font-size: 1rem;
  }

  blockquote > p {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 580px) {
  .block--listings .flex__item {
    width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  .total .hidden-560,
  .total .show-920 {
    display: none !important;
  }

  .total .show-560 {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 480px) {
  h2, .beta {
    font-size: 1.75rem;
  }

  .accordion__content {
    padding: 0 0 0.5rem 0;
  }

  .btn {
    padding-inline: 1.2rem;
  }

  div.filter {
    display: flex;
  }
  div.filter a {
    font-size: 16px;
    min-width: auto;
    flex: 1 0 auto;
    padding: 0.5rem;
  }

  .block--slideshow p,
  .block--slideshow-listing p,
  .box p {
    font-size: 1rem;
  }

  .xs--hidden {
    display: none;
  }
  .xs--hidden + .block--divider {
    display: none;
  }

  .link--down {
    display: none !important;
  }

  .block--header-media {
    display: flex;
    height: auto;
    flex-direction: column;
    background: #FFF;
  }
  .block--header-media h1 {
    margin-bottom: 1.25rem;
  }
  .block--header-media img, .block--header-media video {
    position: static;
    object-fit: unset;
    height: auto;
  }
  .block--header-media picture {
    order: 9;
    display: block;
    width: 100%;
  }
  .block--header-media .btn {
    background: #283C50 !important;
    border-color: #283C50 !important;
    color: #FFF !important;
  }
  .block--header-media .spacing {
    padding-block: 2.25rem 2rem;
    margin-bottom: 0;
  }

  .block--header-media .spacing :not(.btn) {
    color: #283C50;
  }

  .overlay-switch a.choose {
    margin-bottom: 0.5rem;
  }
  .overlay-switch p {
    padding-inline: 0;
  }

  .block--header-media .spacing {
    order: -1;
  }

  blockquote > p {
    font-size: 1.6rem;
  }
}
