/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/modules.scss ***!
  \****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap);
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/modules.scss (1) ***!
  \********************************************************************************************************************/
@charset "UTF-8";
/*!
Theme Name: Digital Interactive — Boilerplate
Theme URI: http://digitalinteractive.app
Author: Digital Interactive (Jeff Williams, Braden Witherwax)
Author URI: http://digitalinteractive.app
Description: Digital Interactive\'s Wordpress boilerplate. Keep creating awesome!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: DI
Tags:

This theme, like WordPress, is licensed under the GPL.

digitalinteractive is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
*:active, *:focus, *:hover {
  outline: none;
  -webkit-tap-highlight-color: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: border-box;
  -webkit-tap-higlight-color: rgba(0, 0, 0, 0); }

html, body, div, span, applet, object, iframe,
h1,
.h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 0; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }


h1,
.h1 {
  font-size: 2em; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

/* *****************************************
		VARIABLES
******************************************** */
.row {
  position: relative;
  width: 100%;
  padding: 60px 5.2%;
  max-width: 100vw; }
  .row.no-margin {
    margin: 0; }
  .row.no-padding {
    padding: 0; }
  .row.no-side-padding {
    padding-left: 0;
    padding-right: 0; }
  @media screen and (max-width: 568px) {
    .row {
      padding-left: 30px;
      padding-right: 30px; } }

.grid, .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .arrow-grid, .page-navigation .custom-grid, .custom-map .map-grid {
  display: grid;
  grid-gap: 40px; }
  .grid .col-8, .grid-1 .col-8, .grid-2 .col-8, .grid-3 .col-8, .grid-4 .col-8, .grid-5 .col-8, .grid-6 .col-8, .arrow-grid .col-8, .page-navigation .custom-grid .col-8, .custom-map .map-grid .col-8 {
    width: 75%; }

.flex, .flex-wrap {
  display: flex; }
  .flex-wrap {
    flex-wrap: wrap; }
  .flex.justify-center, .justify-center.flex-wrap {
    justify-content: center; }
  .flex.align-center, .align-center.flex-wrap {
    align-items: center; }

.grid-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)); }

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

.grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)); }

.grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)); }

@media screen and (max-width: 1200px) {
  .grid-desktop-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .grid-desktop-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-desktop-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-desktop-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .grid-desktop-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .grid-desktop-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

@media screen and (max-width: 768px) {
  .grid-tablet-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .grid-tablet-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-tablet-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-tablet-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .grid-tablet-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .grid-tablet-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

@media screen and (max-width: 568px) {
  .grid-mobile-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .grid-mobile-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-mobile-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-mobile-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .grid-mobile-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .grid-mobile-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

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

@font-face {
  font-family: "Graphik Web";
  src: url(fonts/Graphik-Light-Web.woff2) format("woff2"), url(fonts/Graphik-Light-Web.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Optima Nova Light by Linotype
 * URL: https://www.myfonts.com/products/light-optima-nova-lt-360447
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2023 MyFonts Inc. */
@font-face {
  font-family: "OptimaNovaLight";
  src: url(fonts/font.woff2) format("woff2"), url(fonts/font.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

body.display-tags h1, body.display-tags .h1, body.display-tags h2, body.display-tags h3, body.display-tags h4, body.display-tags h5, body.display-tags h6, body.display-tags p, body.display-tags li, body.display-tags a:not(.hoverlink) {
  position: relative; }
  body.display-tags h1:before, body.display-tags .h1:before, body.display-tags h2:before, body.display-tags h3:before, body.display-tags h4:before, body.display-tags h5:before, body.display-tags h6:before, body.display-tags p:before, body.display-tags li:before, body.display-tags a:not(.hoverlink):before {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate(-25px, -50%);
    background: #37393F;
    color: white;
    font-size: 13px;
    padding: 3px 5px 5px !important;
    max-height: 25px;
    opacity: 0.4; }

body.display-tags h1:before, body.display-tags .h1:before {
  content: 'h1'; }

body.display-tags h2:before {
  content: 'h2'; }

body.display-tags h3:before {
  content: 'h3'; }

body.display-tags h4:before {
  content: 'h4'; }

body.display-tags h5:before {
  content: 'h5'; }

body.display-tags h6:before {
  content: 'h6'; }

body.display-tags p:before {
  content: 'p'; }

body.display-tags a:not(.hoverlink):before {
  content: 'a'; }

.content-container, .headline {
  font-family: "Graphik Web", sans-serif; }
  .content-container p, .headline p, .content-container h1, .headline h1, .content-container .h1, .headline .h1, .content-container h2, .headline h2, .content-container h3, .headline h3, .content-container h4, .headline h4, .content-container h5, .headline h5, .content-container input, .headline input, .content-container select, .headline select, .content-container textarea, .headline textarea {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .content-container p, .headline p, .content-container h1, .headline h1, .content-container .h1, .headline .h1, .content-container h2, .headline h2, .content-container h3, .headline h3, .content-container h4, .headline h4, .content-container h5, .headline h5, .content-container input, .headline input, .content-container select, .headline select, .content-container textarea, .headline textarea {
        margin-bottom: 10px; } }
    .content-container p:last-child, .headline p:last-child, .content-container h1:last-child, .headline h1:last-child, .content-container .h1:last-child, .headline .h1:last-child, .content-container h2:last-child, .headline h2:last-child, .content-container h3:last-child, .headline h3:last-child, .content-container h4:last-child, .headline h4:last-child, .content-container h5:last-child, .headline h5:last-child, .content-container input:last-child, .headline input:last-child, .content-container select:last-child, .headline select:last-child, .content-container textarea:last-child, .headline textarea:last-child {
      margin-bottom: 0; }
  .content-container h1, .headline h1, .content-container .h1, .headline .h1, .content-container .h1, .headline .h1 {
    font-size: 84px;
    margin-bottom: 40px;
    font-weight: 100; }
    @media screen and (max-width: 1300px) {
      .content-container h1, .headline h1, .content-container .h1, .headline .h1, .content-container .h1, .headline .h1 {
        font-size: 70px; } }
    @media screen and (max-width: 1200px) {
      .content-container h1, .headline h1, .content-container .h1, .headline .h1, .content-container .h1, .headline .h1 {
        font-size: 54px; } }
    @media screen and (max-width: 768px) {
      .content-container h1, .headline h1, .content-container .h1, .headline .h1, .content-container .h1, .headline .h1 {
        font-size: 48px; } }
    @media screen and (max-width: 568px) {
      .content-container h1, .headline h1, .content-container .h1, .headline .h1, .content-container .h1, .headline .h1 {
        font-size: 42px; } }
  .content-container h2, .headline h2, .content-container .h2, .headline .h2 {
    font-weight: 100;
    margin-bottom: 25px;
    font-size: 55px; }
    @media screen and (max-width: 768px) {
      .content-container h2, .headline h2, .content-container .h2, .headline .h2 {
        font-size: 42px; } }
  .content-container h3, .headline h3, .content-container .h3, .headline .h3 {
    font-weight: 100; }
    @media screen and (max-width: 768px) {
      .content-container h3, .headline h3, .content-container .h3, .headline .h3 {
        font-size: 32px; } }
  .content-container h4, .headline h4, .content-container .h4, .headline .h4 {
    font-weight: 100;
    margin-bottom: 15px; }
  .content-container p, .headline p, .content-container .p, .headline .p {
    font-weight: 100;
    font-size: 26px;
    line-height: 1.35; }
    .content-container p.small, .headline p.small, .content-container .p.small, .headline .p.small {
      font-size: 21px; }
    @media screen and (max-width: 768px) {
      .content-container p, .headline p, .content-container .p, .headline .p {
        font-size: 21px; }
        .content-container p.small, .headline p.small, .content-container .p.small, .headline .p.small {
          font-size: 16px; } }
  .content-container ul, .headline ul {
    margin-left: 20px;
    margin-bottom: 20px; }
  .content-container iframe, .headline iframe {
    max-width: 100%; }
  .content-container a, .headline a {
    color: #37393F;
    transition: color .3s ease-out;
    text-decoration: underline; }
    .content-container a:hover, .headline a:hover {
      color: #4f525a; }
    .content-container a.hoverlink, .headline a.hoverlink {
      display: inline-block;
      position: relative;
      font-weight: 100;
      text-transform: none;
      text-decoration: none;
      margin-top: 20px;
      width: fit-content;
      transition: color 0.25s ease-out;
      white-space: nowrap; }
      .content-container a.hoverlink:hover, .headline a.hoverlink:hover {
        color: #2040AF; }
        .content-container a.hoverlink:hover:after, .headline a.hoverlink:hover:after {
          width: 100%; }
      .content-container a.hoverlink:after, .headline a.hoverlink:after, .content-container a.hoverlink:before, .headline a.hoverlink:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 2px; }
      .content-container a.hoverlink:after, .headline a.hoverlink:after {
        transition: all 0.15s ease-out;
        background: #2040AF;
        width: 0; }
      .content-container a.hoverlink:before, .headline a.hoverlink:before {
        background: #FFEC85;
        width: 100%; }
  @media screen and (max-width: 568px) {
    .content-container, .headline {
      padding-left: 0;
      padding-right: 0; } }

body {
  overflow-x: hidden;
  width: 100%; }

#page {
  width: 100%; }

@font-face {}@font-face {}strong {
  font-weight: 500;
  font-family: "OptimaNovaLight", sans-serif; }

#content {
  margin-top: 172px; }
  @media screen and (max-width: 768px) {
    #content {
      margin-top: 145px; } }

#main {
  padding-top: 8vh; }
  @media screen and (max-width: 768px) {
    #main {
      overflow-x: hidden;
      overflow-y: clip; } }
  @media screen and (max-width: 568px) {
    #main {
      padding-top: 0; }
      #main > .no-border-top {
        padding-top: 40px; } }

.scroll-offset {
  position: absolute;
  top: -110px; }

a {
  text-decoration: none; }

p, li, a, input, textarea, select {
  font-size: 18px; }


h1,
.h1 {
  font-size: 56px; }

h2 {
  font-size: 55px; }

h3 {
  font-size: 42px; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 32px; } }

h4 {
  font-size: 36px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 20px; }

em {
  font-style: italic; }

hr {
  background: #f7f7f7;
  height: 2px;
  border: 0px; }

.block {
  padding: 6vw 5%;
  position: relative; }
  @media screen and (min-width: 1200px) {
    .block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media screen and (max-width: 568px) {
    .block {
      padding: 60px 25px; } }

.block-detail {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px !important;
  background: black;
  color: white !important;
  padding: 5px 7px;
  z-index: 700; }

.capper, .capper-small, .capper-max {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto; }
  .capper-small {
    width: 900px; }
  .capper-max {
    width: 1600px; }

.loading {
  opacity: 0; }

.loaded {
  transition: opacity 0.35s ease;
  opacity: 1; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.vert-center {
  align-self: center; }

.bg-white {
  background: white; }

.bg-black {
  background: #37393F; }

.bg-lt-grey, .bg-grey-lt {
  background: #f7f7f7; }

/* Custom Design BG Colors */
.bg-yellow-light {
  background: #FFFAE6; }

.bg-yellow {
  background: #FFEC85; }

.bg-yellow-dark {
  background: #FFCC47; }

.bg-blue {
  background: #909FD7; }
  .bg-blue .content-container, .bg-blue .headline {
    color: white; }

.bg-blue-light {
  background: #C9E1F3; }

.bg-blue-dark {
  background: #2040AF; }
  .bg-blue-dark .content-container, .bg-blue-dark .headline {
    color: white; }

.color-white {
  color: white; }

.color-black {
  color: #37393F; }

.color-blue {
  color: #2040AF; }

.color-yellow {
  color: #FFCC47; }

.no-padding {
  padding: 0; }
  .no-padding-sides {
    padding-left: 0;
    padding-right: 0; }
  .no-padding-top {
    padding-top: 0; }
  .no-padding-right {
    padding-right: 0; }
  .no-padding-bottom {
    padding-bottom: 0; }
  .no-padding-left {
    padding-left: 0; }

.overflow-hidden {
  overflow: hidden; }

.button {
  display: flex;
  border: solid 2px #37393F;
  padding: 12px 12px 10px;
  color: white;
  text-align: center;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  transition: all 0.25s ease-in; }
  .button p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.0; }

#ieUnsupported {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 140px 30px;
  text-align: center;
  line-height: 1.4;
  display: none; }

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  z-index: 0; }

.wpcf7-submit {
  margin-bottom: 10px !important; }

.wpcf7-mail-sent-ok {
  border: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  font-family: "Graphik Web", sans-serif;
  color: green; }

.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
  border: none !important;
  margin-top: -26px !important;
  font-family: "Graphik Web", sans-serif;
  color: red;
  font-size: 14px;
  text-align: left !important;
  padding-left: 0 !important;
  margin-left: 0 !important; }

.img-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  background: #f7f7f7; }
  .img-wrap img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }

img.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.b-top {
  border-top: 2px solid #f7f7f7; }

.b-bottom {
  border-bottom: 2px solid #f7f7f7; }

.bubble {
  border-radius: 25px;
  border: 1px solid #f7f7f7;
  padding: 80px 100px;
  box-shadow: 0px 16px 14px -12px rgba(0, 0, 0, 0.16); }
  @media screen and (max-width: 1200px) {
    .bubble {
      padding: 60px 60px; } }
  @media screen and (max-width: 768px) {
    .bubble {
      padding: 60px 40px; } }

.br, header#masthead #top-nav #login-bar input {
  border-radius: 25px; }

.no-border-top {
  border-top: 0px; }

.no-border-bottom {
  border-bottom: 0px; }

@media screen and (max-width: 768px) {
  .hide-tablet {
    display: none; } }

@media screen and (max-width: 568px) {
  .hide-mobile {
    display: none; } }

.scroll-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -105px; }

.IN-PROGRESS {
  border: 5px solid red; }

.COMPLETE {
  border: 5px solid green; }

.ADMIN-NEEDED {
  border: 5px solid orange; }

.align-bottom {
  align-self: flex-end; }

.align-center {
  align-self: center; }

img.aligncenter {
  margin: 0 auto; }

img.alignright {
  margin: 0 0 0 auto; }

.arrow.down svg {
  transform: rotate(90deg); }

form input, form select, form textarea {
  border-radius: 35px;
  -webkit-appearance: none;
  border: 0px;
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  line-height: 1; }

.svg-sun-container {
  position: relative; }
  .svg-sun-container:hover #Home_-_Sun_Alternate {
    animation: in 0.65s both ease-out;
    animation-fill-mode: forwards; }
  .svg-sun-container:hover #Home_-_Sun {
    animation: out 0.65s both ease-out; }
  .svg-sun-container #Home_-_Sun {
    transform-origin: left center;
    pointer-events: none;
    animation: in 0.65s both ease-out; }
  .svg-sun-container #Home_-_Sun_Alternate {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
    transform-origin: left center;
    pointer-events: none;
    animation: out 0.65s both ease-out; }

/* GRID SPECIFIC ITEMS */
.arrow-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 4fr); }
  .arrow-grid .arrow {
    width: 80%; }
    .arrow-grid .arrow svg {
      width: 100%; }

.form-container form {
  margin-top: 30px; }
  .form-container form input, .form-container form select {
    padding: 10px 30px !important; }
  .form-container form textarea {
    padding: 15px 30px !important; }
  .form-container form input, .form-container form select {
    height: 50px; }
  .form-container form input[type="submit"] {
    background: #2040AF;
    border: 2px solid transparent;
    padding: 20px 50px; }
    .form-container form input[type="submit"]:hover {
      background: transparent;
      border: 2px solid #2040AF;
      color: #2040AF; }
    @media screen and (max-width: 768px) {
      .form-container form input[type="submit"] {
        padding: 10px 25px; } }
  .form-container form .gfield_validation_message {
    display: none; }

#overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 5000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35 ease-in-out;
  cursor: pointer;
  pointer-events: none;
  left: -1000px; }
  #overlay.shown {
    pointer-events: auto;
    opacity: 1;
    left: 50%; }
    #overlay.shown #global-contact {
      transform: translate3d(-50%, -50%, 0); }
  #overlay #global-contact {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    max-height: 80%;
    padding: 40px 80px;
    overflow-y: scroll;
    transform: translate3d(-50%, -40%, 0);
    transition: all 0.35s ease-out;
    cursor: auto;
    border-radius: 25px;
    scrollbar-width: none; }
    @media screen and (max-width: 768px) {
      #overlay #global-contact {
        padding-left: 20px;
        padding-right: 20px;
        height: 100%;
        width: 100%;
        max-height: calc(100% - 20px);
        max-width: calc(100% - 20px); } }
    #overlay #global-contact .overlay-close {
      position: absolute;
      top: 40px;
      right: 40px;
      height: 30px;
      width: 30px;
      cursor: pointer; }
      #overlay #global-contact .overlay-close:before, #overlay #global-contact .overlay-close:after {
        content: '';
        height: 100%;
        width: 2px;
        background: black;
        position: absolute;
        top: 25%; }
      #overlay #global-contact .overlay-close:before {
        left: 75%;
        transform: rotate(-45deg) translate(-20%, -38%); }
      #overlay #global-contact .overlay-close:after {
        transform: rotate(45deg) translate(196%, -53%); }
    #overlay #global-contact::-webkit-scrollbar {
      display: none; }
    #overlay #global-contact .gform_wrapper .gform_validation_errors > h2 .gform-icon {
      transform: translateX(-150%); }
    #overlay #global-contact .gform_description {
      font-weight: 100;
      font-size: 28px; }
      @media screen and (max-width: 768px) {
        #overlay #global-contact .gform_description {
          font-size: 21px; } }
    @media screen and (max-width: 768px) {
      #overlay #global-contact .gform_heading {
        width: 100%; } }
    #overlay #global-contact .grid-container {
      display: grid;
      grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
      grid-gap: 40px; }
      @media screen and (max-width: 1200px) {
        #overlay #global-contact .grid-container {
          grid-template-columns: minmax(0, 1fr); } }
    #overlay #global-contact .info-location {
      display: flex;
      align-items: center; }
      #overlay #global-contact .info-location .no-margin-bottom {
        margin-bottom: 0;
        margin-top: 30px; }
      #overlay #global-contact .info-location p:last-child {
        margin-bottom: 80px; }

.card {
  border-radius: 25px;
  box-shadow: 0px 16px 14px -12px rgba(0, 0, 0, 0.16); }

.underline {
  position: relative;
  white-space: nowrap; }
  .underline:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: calc(100% - 3px);
    left: 0;
    background: #FFEC85; }

.switcher {
  border: 1px solid #f7f7f7;
  border-radius: 20px; }
  .switcher .selected a {
    border: 0px !important;
    width: 138px;
    padding: 3px 15px; }

.content-container li, .headline li {
  font-family: "Graphik Web", sans-serif;
  font-weight: 100;
  margin-bottom: 5px; }

.privacy-policy .content-container p, .privacy-policy .headline p, .privacy-policy .content-container a, .privacy-policy .headline a, .privacy-policy .content-container li, .privacy-policy .headline li, .page-id-50 .content-container p, .page-id-50 .headline p, .page-id-50 .content-container a, .page-id-50 .headline a, .page-id-50 .content-container li, .page-id-50 .headline li {
  font-size: 16px; }

.lightbox-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 1;
  transition: all 0.35s ease-in-out; }
  .lightbox-wrapper.hidden {
    opacity: 0;
    pointer-events: none; }
  .lightbox-wrapper .custom-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    grid-gap: 30px; }
  .lightbox-wrapper .lightbox-container {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 80%;
    background: white;
    transform: translate3d(-50%, -50%, 0);
    padding: 70px 5vw;
    max-height: 480px;
    overflow-y: scroll; }
    .lightbox-wrapper .lightbox-container svg {
      width: 85px;
      height: 115px; }
    .lightbox-wrapper .lightbox-container p {
      font-weight: 300;
      margin-bottom: 15px; }
    .lightbox-wrapper .lightbox-container .close {
      z-index: 900;
      pointer-events: auto; }
  .lightbox-wrapper .close {
    height: 30px;
    width: 30px;
    background: white;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    pointer-events: none; }
    .lightbox-wrapper .close:after, .lightbox-wrapper .close:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 2px;
      background: black; }
    .lightbox-wrapper .close:after {
      transform: rotate(45deg);
      left: 14px; }
    .lightbox-wrapper .close:before {
      transform: rotate(-45deg);
      left: 14px; }
  .lightbox-wrapper .loading-ani {
    height: 80px;
    width: 80px;
    position: absolute;
    top: 20%;
    left: calc(50% + 15%);
    z-index: 900;
    transform: translate3d(-50%, -50%, 0); }
  .lightbox-wrapper .content-container.primary, .lightbox-wrapper .primary.headline, .lightbox-wrapper .sidebar {
    position: relative;
    transition: all 0.35s ease-in;
    height: 100%;
    overflow: scroll;
    padding-right: 30px; }
  .lightbox-wrapper .content-container.primary, .lightbox-wrapper .primary.headline {
    opacity: 0;
    font-size: 18px;
    font-family: "Graphik Web", sans-serif;
    font-weight: 300;
    padding-top: 20px; }
    .lightbox-wrapper .content-container.primary p, .lightbox-wrapper .primary.headline p {
      font-size: 18px; }
    .lightbox-wrapper .content-container.primary h2, .lightbox-wrapper .primary.headline h2 {
      font-size: 36px;
      margin-top: 25px; }
  .lightbox-wrapper.content-loaded .content-container.primary, .lightbox-wrapper.content-loaded .primary.headline {
    opacity: 1; }
  .lightbox-wrapper.content-loaded .loading-ani {
    display: none; }
  .lightbox-wrapper .sidebar .focus p {
    margin-bottom: 0; }
  .lightbox-wrapper .sidebar .title {
    word-break: break-word; }
  .lightbox-wrapper .sidebar .details .small {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px; }
  .lightbox-wrapper ::-webkit-scrollbar-thumb {
    background: rgba(128, 128, 128, 0.45);
    border-radius: 5px;
    -webkit-appearance: none; }
  .lightbox-wrapper ::-webkit-scrollbar {
    border: 0px;
    width: 4px;
    background: transparent; }

.cky-modal, .cky-notice {
  font-family: "Graphik Web", sans-serif; }
  .cky-modal .cky-footer-wrapper div:last-child, .cky-notice .cky-footer-wrapper div:last-child {
    display: none !important; }
  .cky-modal .cky-prefrence-btn-wrapper .cky-btn, .cky-notice .cky-prefrence-btn-wrapper .cky-btn {
    font-size: 12px;
    text-transform: uppercase; }

.mystickyelements-templates-default li, .mystickyelements-templates-default a {
  font-family: "Graphik Web", sans-serif; }

.mystickyelements-templates-default.mystickyelements-size-small span.mystickyelements-social-text a, .mystickyelements-templates-default .mystickyelements-size-small span.mystickyelements-social-text.mystickyelements-social-no-link {
  padding-top: 13px; }

.skiptranslate {
  display: none; }

.grid-slider-container .controls, .benefits .controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 75px;
  transform: translateY(-50%);
  pointer-events: none; }
  .grid-slider-container .controls .arrow, .benefits .controls .arrow {
    position: absolute;
    height: 75px;
    width: 75px;
    background: white;
    border-radius: 75px;
    cursor: pointer;
    box-shadow: 0px 16px 14px -12px rgba(0, 0, 0, 0.16);
    border: 1px solid #f7f7f7;
    transition: all 0.25s ease-out;
    pointer-events: auto; }
    .grid-slider-container .controls .arrow:before, .benefits .controls .arrow:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      border-top: 4px solid #FFCC47;
      border-right: 4px solid #FFCC47;
      height: 20px;
      width: 20px; }
    .grid-slider-container .controls .arrow.prev-arrow:before, .benefits .controls .arrow.prev-arrow:before {
      transform: translate(-40%, -50%) rotate(-135deg); }
    .grid-slider-container .controls .arrow.next-arrow:before, .benefits .controls .arrow.next-arrow:before {
      transform: translate(-60%, -50%) rotate(45deg); }
  .grid-slider-container .controls .next-arrow, .benefits .controls .next-arrow {
    right: 0;
    transform: translate(50%) scale(1); }
    .grid-slider-container .controls .next-arrow:hover, .benefits .controls .next-arrow:hover {
      transform: translateX(50%) scale(1.1); }
    @media screen and (max-width: 568px) {
      .grid-slider-container .controls .next-arrow, .benefits .controls .next-arrow {
        transform: translateX(50%) scale(0.8); }
        .grid-slider-container .controls .next-arrow:hover, .benefits .controls .next-arrow:hover {
          transform: translateX(50%) scale(0.9); } }
  .grid-slider-container .controls .prev-arrow, .benefits .controls .prev-arrow {
    transform: translateX(-50%) scale(1); }
    .grid-slider-container .controls .prev-arrow:hover, .benefits .controls .prev-arrow:hover {
      transform: translateX(-50%) scale(1.1); }
    @media screen and (max-width: 568px) {
      .grid-slider-container .controls .prev-arrow, .benefits .controls .prev-arrow {
        transform: translateX(-50%) scale(0.8); }
        .grid-slider-container .controls .prev-arrow:hover, .benefits .controls .prev-arrow:hover {
          transform: translateX(-50%) scale(0.9); } }

.hash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

#lightbox-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  z-index: -1000; }
  #lightbox-container.shown {
    opacity: 1;
    pointer-events: auto;
    z-index: 900; }
  #lightbox-container .lightbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    max-height: 85%;
    overflow-y: scroll;
    background: white;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    scrollbar-width: none; }
    #lightbox-container .lightbox::-webkit-scrollbar-thumb {
      background: rgba(128, 128, 128, 0.45);
      border-radius: 5px;
      -webkit-appearance: none; }
    #lightbox-container .lightbox::-webkit-scrollbar {
      border: 0px;
      width: 4px;
      background: transparent; }
    #lightbox-container .lightbox::-webkit-scrollbar-track {
      max-height: 80%;
      transform: translate(-15px, 25px); }
  #lightbox-container .close {
    position: absolute;
    top: 25px;
    right: 25px;
    height: 20px;
    width: 20px;
    cursor: pointer; }
    #lightbox-container .close > div {
      position: absolute;
      height: 100%;
      width: 3px;
      background: black;
      pointer-events: none; }
      #lightbox-container .close > div:first-child {
        transform: rotate(45deg); }
      #lightbox-container .close > div:last-child {
        transform: rotate(-45deg); }

/* Global Icons */
.fas.fa-envelope {
  font-size: 17px; }

/* Animations */
.fade {
  opacity: 0;
  transition: opacity 0.65s ease-out; }
  .fade.show {
    opacity: 1; }

@keyframes in {
  from {
    transform: rotate(180deg); }
  to {
    transform: rotate(0deg); } }

@keyframes out {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-180deg); } }

header#masthead {
  padding: 10px 5% 0px;
  position: fixed;
  z-index: 900;
  background: white;
  display: flex;
  width: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: 0;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.03);
  font-family: "Graphik Web", sans-serif;
  transition: all 0.25s ease-out; }
  .fixed-header header#masthead {
    transform: translate3d(-50%, -64px, 0); }
  header#masthead h1, header#masthead .h1 {
    font-size: 32px;
    text-transform: uppercase;
    display: inline-block;
    color: #37393F; }
  header#masthead .site-branding img {
    height: 110px;
    width: auto; }
    @media screen and (max-width: 768px) {
      header#masthead .site-branding img {
        height: 80px; } }
  header#masthead #global-announcement {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    z-index: 2000;
    text-align: center;
    padding: 15px 5%;
    background: #C9E1F3;
    z-index: 800; }
    header#masthead #global-announcement .close {
      position: absolute;
      top: 50%;
      right: 5%;
      height: 25px;
      width: 25px;
      transform: translate3d(0, -50%, 0);
      cursor: pointer; }
      header#masthead #global-announcement .close:before, header#masthead #global-announcement .close:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        height: 25px;
        width: 3px;
        background: #37393F; }
      header#masthead #global-announcement .close:before {
        transform: rotate(-45deg) translate3d(0, 0, 0); }
      header#masthead #global-announcement .close:after {
        transform: rotate(45deg) translate3d(0, 0, 0); }
  header#masthead #top-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #2040AF;
    z-index: 999; }
    header#masthead #top-nav .menu-top-menu-container {
      display: flex;
      justify-content: flex-end;
      padding: 20px 0px 20px 0px; }
    header#masthead #top-nav .menu {
      display: flex;
      list-style: none; }
      header#masthead #top-nav .menu li {
        padding: 0 20px; }
    header#masthead #top-nav a {
      font-size: 15px;
      color: white; }
    header#masthead #top-nav .nav {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-right: 5vw; }
    header#masthead #top-nav #user-login, header#masthead #top-nav #user-logout, header#masthead #top-nav #language {
      padding: 0 20px;
      cursor: pointer; }
      header#masthead #top-nav #user-login p, header#masthead #top-nav #user-logout p, header#masthead #top-nav #language p {
        font-size: 15px; }
    header#masthead #top-nav #language {
      position: relative;
      width: 175px;
      width: calc(175px + 5%);
      height: 27px;
      padding-right: 5%; }
      header#masthead #top-nav #language a {
        color: #37393F; }
      header#masthead #top-nav #language #translateion-container {
        position: absolute;
        top: 0;
        bottom: inherit;
        left: 15px; }
    header#masthead #top-nav #login-bar {
      background: #2040AF;
      position: absolute;
      top: 100%;
      width: 100%;
      height: 0px;
      z-index: -1;
      transform: translate3d(0, -100%, 0);
      pointer-events: none;
      opacity: 0;
      padding-right: 5%;
      transition: all 0.25s ease-out;
      overflow: hidden; }
      header#masthead #top-nav #login-bar.opened {
        transform: translate3d(0, 0, 0);
        pointer-events: auto;
        opacity: 1;
        height: 125px; }
        header#masthead #top-nav #login-bar.opened #loginform {
          opacity: 1; }
      header#masthead #top-nav #login-bar label {
        display: none; }
      header#masthead #top-nav #login-bar input {
        width: 100%;
        min-width: 250px;
        -webkit-appearance: none;
        border: 0px;
        background: white;
        padding: 10px 25px; }
        header#masthead #top-nav #login-bar input[type="submit"] {
          background: #FFCC47;
          margin-top: 15px; }
      header#masthead #top-nav #login-bar .login-username {
        padding-right: 15px; }
      header#masthead #top-nav #login-bar #loginform {
        display: flex;
        flex-wrap: wrap;
        width: 600px;
        margin-right: 0;
        margin-left: auto;
        justify-content: flex-end;
        transition: all 0.15s ease-out;
        opacity: 0; }
  @media screen and (max-width: 768px) {
    header#masthead #menu-main-menu {
      max-height: 80vh;
      overflow-y: scroll; }
      header#masthead #menu-main-menu::-webkit-scrollbar {
        display: none; } }
  header#masthead #menu-main-menu > li {
    line-height: 2; }
    @media screen and (min-width: 1100px) {
      header#masthead #menu-main-menu > li:hover .sub-menu {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0px); }
        header#masthead #menu-main-menu > li:hover .sub-menu:before {
          width: 100%; } }
  header#masthead #menu-main-menu .sub-menu {
    position: absolute;
    width: 150px;
    display: block;
    background: #F8F8F8;
    padding: 7px 10px 10px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-5px);
    transition: all 0.25s ease-out; }
    @media screen and (max-width: 1100px) {
      header#masthead #menu-main-menu .sub-menu {
        opacity: 1;
        position: relative;
        pointer-events: auto;
        margin: 0px auto;
        padding-bottom: 0; }
        header#masthead #menu-main-menu .sub-menu li a {
          font-size: 18px; } }
    header#masthead #menu-main-menu .sub-menu:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background-color: #2040AF;
      width: 0px;
      height: 2px;
      transition: all 0.25s ease-out; }
    header#masthead #menu-main-menu .sub-menu li {
      line-height: 1;
      margin-top: 8px;
      margin-bottom: 8px; }
  header#masthead #primary-nav {
    margin-top: 51px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 900; }
  header#masthead #site-navigation {
    display: flex;
    align-items: center; }
    header#masthead #site-navigation ul {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      @media screen and (max-width: 1100px) {
        header#masthead #site-navigation ul {
          width: 100%; } }
    header#masthead #site-navigation li {
      position: relative;
      list-style-type: none;
      padding: 4px 10px; }
      header#masthead #site-navigation li:hover a {
        color: #37393F; }
      header#masthead #site-navigation li.current-menu-item > a {
        color: #2040AF;
        font-weight: 800; }
      header#masthead #site-navigation li.current_page_ancestor > a {
        color: #2040AF;
        font-weight: 800; }
    header#masthead #site-navigation a {
      text-decoration: none;
      color: #37393F;
      font-size: 16px;
      font-weight: 300;
      transition: color .3s ease-out; }
  header#masthead .ham {
    display: none;
    position: relative;
    width: 24px;
    height: 16px;
    transform: translateY(25px); }
    header#masthead .ham span {
      display: block;
      width: 24px;
      height: 2px;
      background: #37393F;
      position: relative;
      position: absolute;
      transition: all .3s ease-out; }
      header#masthead .ham span:first-child {
        top: 0; }
      header#masthead .ham span:nth-child(2) {
        top: 6px;
        opacity: 1; }
      header#masthead .ham span:last-child {
        top: 12px; }
  @media screen and (max-width: 1100px) {
    header#masthead .ham {
      cursor: pointer;
      display: block;
      z-index: 1000; }
      header#masthead .ham.open span:first-child {
        transform: rotate(45deg);
        top: 6px; }
      header#masthead .ham.open span:nth-child(2) {
        opacity: 0; }
      header#masthead .ham.open span:last-child {
        transform: rotate(-45deg);
        top: 6px; }
    header#masthead #site-navigation {
      position: fixed;
      left: 100%;
      top: 0;
      width: 100vw;
      height: calc(100vh + 100px);
      background: #f7f7f7;
      transition: transform .3s ease-out;
      will-change: transform; }
      header#masthead #site-navigation ul {
        display: block;
        padding: 40px 30px;
        text-align: center; }
      header#masthead #site-navigation li {
        color: white;
        display: block;
        text-align: center; }
        header#masthead #site-navigation li a {
          color: #37393F;
          font-size: 24px; }
        header#masthead #site-navigation li:hover a {
          color: #37393F; }
      header#masthead #site-navigation.open {
        transform: translate3d(-100%, 0, 0); } }
  @media screen and (max-width: 568px) {
    header#masthead {
      padding: 10px 25px 8px; }
      header#masthead .site-branding h1, header#masthead .site-branding .h1 {
        font-size: 20px; } }

#translateion-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 900; }

#footer {
  position: relative;
  font-family: "Graphik Web", sans-serif;
  background: rgba(248, 248, 248, 0.52);
  padding: 80px 5%; }
  #footer > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  #footer li:hover a, #footer a:hover {
    text-decoration: underline; }
  #footer .footer-branding {
    padding-bottom: 60px; }
    @media screen and (max-width: 768px) {
      #footer .footer-branding {
        padding-bottom: 40px; } }
    #footer .footer-branding img {
      height: 100px;
      width: auto; }
    #footer .footer-branding a.footer-brand-link {
      text-decoration: none; }
      #footer .footer-branding a.footer-brand-link h2 {
        color: #37393F; }
    #footer .footer-branding h2:hover {
      text-decoration: none; }
    #footer .footer-branding a {
      color: #37393F; }
      #footer .footer-branding a img {
        display: initial; }
  #footer .footer-menu {
    padding-top: 40px; }
    @media screen and (max-width: 768px) {
      #footer .footer-menu {
        padding-top: 0;
        padding-bottom: 40px; } }
    #footer .footer-menu ul {
      list-style-type: none;
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        #footer .footer-menu ul {
          display: block;
          column-count: 2; } }
      #footer .footer-menu ul li a {
        text-decoration: none;
        color: #37393F;
        font-size: 14px; }
      #footer .footer-menu ul li:hover a {
        color: #37393F; }
    @media screen and (max-width: 768px) {
      #footer .footer-menu {
        columns: 1;
        margin-top: 20px;
        width: 100%; } }
  #footer #copyright-and-legal {
    position: relative;
    width: 100%;
    display: flex;
    border-top: 1px solid rgba(112, 112, 112, 0.4);
    padding-top: 100px; }
    @media screen and (max-width: 768px) {
      #footer #copyright-and-legal {
        border-top: 1px solid rgba(112, 112, 112, 0.2);
        padding-top: 40px;
        flex-wrap: wrap;
        flex-direction: column-reverse; } }
    #footer #copyright-and-legal .notice {
      padding-top: 3px;
      padding-right: 60px;
      color: #37393F;
      font-weight: 300;
      font-size: 14px; }
      @media screen and (max-width: 768px) {
        #footer #copyright-and-legal .notice {
          padding-left: 10px;
          margin-top: 20px; } }
    #footer #copyright-and-legal a {
      color: #37393F;
      font-size: 14px; }
    #footer #copyright-and-legal .social {
      margin-left: auto; }
      #footer #copyright-and-legal .social a:hover svg {
        border: 2px solid #2040AF;
        background: transparent;
        fill: #2040AF; }
      #footer #copyright-and-legal .social svg {
        background: #2040AF;
        fill: white;
        padding: 15px;
        height: 50px;
        width: 50px;
        border: 2px solid white;
        transition: all 0.25s ease-in-out; }
      @media screen and (max-width: 768px) {
        #footer #copyright-and-legal .social {
          margin-left: 0;
          margin-bottom: 60px; } }
  #footer #menu-legal-menu {
    display: flex;
    list-style: none; }
  #footer .menu li {
    padding: 0 20px 0 10px; }
    @media screen and (max-width: 768px) {
      #footer .menu li {
        padding-top: 10px;
        padding-bottom: 10px; } }
    #footer .menu li:last-child {
      padding-right: 0; }

.page-template-template-blog-layout .card {
  padding: 0px 0px 50px 0px;
  font-family: "Graphik Web", sans-serif;
  border-radius: 0;
  background: white;
  box-shadow: none; }
  .page-template-template-blog-layout .card .img-wrap {
    width: 100%; }
  .page-template-template-blog-layout .card h3 {
    font-size: 26px;
    margin: 20px 0 10px; }
  .page-template-template-blog-layout .card time {
    display: block;
    margin-bottom: 10px; }
  .page-template-template-blog-layout .card p {
    font-size: 15px;
    margin-bottom: 20px; }

.single-post.post-template-default {
  /* Previous / Next Links */
  /* ----------  Sliding image panel  ---------- */
  /* start panels hidden just outside their halves */
  /* on hover/focus, slide panel in flush with edge */
  /* keep text readable: subtle shadow behind */
  /* ----------  Responsive tweak  ---------- */ }
  .single-post.post-template-default #main {
    padding-top: 0; }
  .single-post.post-template-default .blog-featured-image {
    height: 35vh; }
  .single-post.post-template-default .post-meta {
    font-size: 18px; }
    .single-post.post-template-default .post-meta a {
      font-size: 18px; }
  .single-post.post-template-default hr {
    margin: 50px auto 40px; }
  .single-post.post-template-default .share-container {
    background: #f1f1f1; }
  .single-post.post-template-default .share-links {
    margin-top: 2rem;
    display: flex;
    justify-content: center; }
  .single-post.post-template-default .share-list {
    display: flex;
    gap: .75rem;
    list-style: none;
    padding: 0; }
  .single-post.post-template-default .share-link,
  .single-post.post-template-default .share-copy {
    --s:2.5rem;
    position: relative;
    /* needed for tooltip */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--s);
    height: var(--s);
    border-radius: 50%;
    background: white;
    color: #333;
    transition: background .2s; }
    .single-post.post-template-default .share-link:after,
    .single-post.post-template-default .share-copy:after {
      font-family: "Graphik Web", sans-serif; }
  .single-post.post-template-default .share-link svg,
  .single-post.post-template-default .share-copy svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: currentColor; }
  .single-post.post-template-default .share-link:hover,
  .single-post.post-template-default .share-copy:hover {
    background: #e0e0e0; }
  .single-post.post-template-default .share-copy.copied {
    background: #FFEC85;
    color: #fff; }
  .single-post.post-template-default span.nav-cta {
    font-size: 14px !important; }
  .single-post.post-template-default .split-nav {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
    border-top: 1px solid #e0e0e0;
    font-family: "Graphik Web", sans-serif; }
  .single-post.post-template-default .nav-half {
    flex: 1 1 50%;
    position: relative;
    padding: 2.5rem 3rem;
    color: #333;
    background: white;
    text-decoration: none;
    overflow: hidden;
    /* hides sliding panel */
    isolation: isolate;
    /* keep stacking context local */ }
  .single-post.post-template-default .nav-next {
    text-align: left;
    padding-right: 20%; }
  .single-post.post-template-default .nav-prev {
    text-align: right;
    padding-left: 20%; }
  .single-post.post-template-default .nav-meta {
    display: block;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #777;
    margin-bottom: .35rem; }
  .single-post.post-template-default .nav-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3; }
  .single-post.post-template-default .nav-cta {
    display: inline-block;
    margin-top: .5rem;
    font-weight: 600; }
  .single-post.post-template-default .empty {
    pointer-events: none; }
  .single-post.post-template-default .nav-half.nav-prev::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 40%;
    /* constant panel width */
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    transition: transform .4s ease;
    pointer-events: none;
    z-index: -1; }
  .single-post.post-template-default .nav-half.nav-prev::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background: white !important;
    height: 100%;
    transition: transform .4s ease;
    z-index: -1; }
  .single-post.post-template-default .nav-half.nav-next::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 40%;
    /* constant panel width */
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    transition: transform .4s ease;
    pointer-events: none;
    right: 0;
    left: inherit;
    z-index: -1; }
  .single-post.post-template-default .nav-half.nav-next::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    background: white !important;
    height: 100%;
    transition: transform .4s ease;
    z-index: -1; }
  .single-post.post-template-default .nav-next {
    --offset:-100%; }
  .single-post.post-template-default .nav-prev {
    --offset: 100%; }
  .single-post.post-template-default .nav-half:hover,
  .single-post.post-template-default .nav-half:focus {
    background: #f0f0f0; }
  .single-post.post-template-default .nav-next:hover::before,
  .single-post.post-template-default .nav-prev:focus::before {
    transform: translateX(0); }
  .single-post.post-template-default .nav-prev:hover::before,
  .single-post.post-template-default .nav-prev:focus::before {
    transform: translateX(0); }
  .single-post.post-template-default .nav-next:hover::after,
  .single-post.post-template-default .nav-next:focus::after {
    opacity: 1;
    transform: translateX(100%); }
  .single-post.post-template-default .nav-prev:hover::after,
  .single-post.post-template-default .nav-prev:focus::after {
    opacity: 1;
    transform: translateX(-100%); }
  @media (max-width: 600px) {
    .single-post.post-template-default {
      /* hide panels on very small screens */ }
      .single-post.post-template-default .nav-half {
        flex-basis: 100%;
        padding: 2rem 1.75rem;
        text-align: center; }
      .single-post.post-template-default .nav-half::before {
        display: none; } }

.block-contact-form {
  background: white;
  text-align: center;
  border-bottom: solid 4px #f7f7f7; }
  .block-contact-form .capper-small {
    max-width: 750px; }
  .block-contact-form h2 {
    color: white;
    text-transform: uppercase; }
  .block-contact-form > * {
    color: white !important; }
  .block-contact-form form {
    margin-top: 40px;
    width: 100%; }
    .block-contact-form form input, .block-contact-form form textarea {
      width: 100%;
      border: none;
      padding: 8px 10px;
      border-radius: 5px;
      margin-bottom: 30px;
      -webkit-appearance: none;
      background: #4b698c;
      color: white; }
      .block-contact-form form input::placeholder, .block-contact-form form textarea::placeholder {
        color: white; }
    .block-contact-form form input[type="submit"] {
      background: #f7f7f7;
      color: white;
      text-transform: uppercase;
      display: inline-block;
      width: auto;
      padding: 5px 30px; }
  .block-contact-form .form-sub {
    position: relative;
    display: inline-block; }
    .block-contact-form .form-sub .ajax-loader {
      position: absolute;
      right: -60px;
      top: 4px; }
  .block-contact-form .wpcf7-response-output {
    font-family: "Graphik Web", sans-serif;
    padding: 6px 10px !important;
    font-size: 14px;
    border: solid 2px #f7f7f7 !important; }

.category-navigation {
  list-style: none;
  margin-top: 30px; }
  @media screen and (max-width: 568px) {
    .category-navigation {
      flex-wrap: wrap; } }
  .category-navigation li {
    padding: 0 10px; }
    .category-navigation li:first-child {
      padding-left: 0; }
    @media screen and (max-width: 568px) {
      .category-navigation li {
        margin-bottom: 20px; }
        .category-navigation li:first-child {
          padding-left: 10px; } }

.faq-category .faq-wrap {
  display: grid; }

.faq-category .headline {
  margin-bottom: 30px; }

.faq-category .faq-container .di-question {
  padding: 10px 20px 10px 0px;
  height: fit-content;
  break-inside: avoid;
  margin-bottom: 40px;
  overflow: hidden;
  cursor: pointer;
  transition: background .3s ease-out;
  margin-bottom: 15px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.08); }
  .faq-category .faq-container .di-question p {
    position: relative;
    margin-bottom: 0;
    padding-left: 0; }
    .faq-category .faq-container .di-question p.question:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      height: 18px;
      width: 18px;
      line-height: 18px;
      transform: translateY(-50%) rotate(45deg);
      font-size: 30px;
      color: #37393F;
      border-bottom: 3px solid #FFEC85;
      border-right: 3px solid #FFEC85; }
  .faq-category .faq-container .di-question p, .faq-category .faq-container .di-question ol, .faq-category .faq-container .di-question ul {
    padding-left: 0px;
    color: #37393F; }
    .faq-category .faq-container .di-question p:first-of-type, .faq-category .faq-container .di-question ol:first-of-type, .faq-category .faq-container .di-question ul:first-of-type {
      margin-top: 30px; }
  .faq-category .faq-container .di-question .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s ease-out; }
    .faq-category .faq-container .di-question .faq-content p {
      font-size: 16px; }
  .faq-category .faq-container .di-question.open {
    padding-bottom: 30px; }
    .faq-category .faq-container .di-question.open p:before {
      transform: rotate(-135deg); }
    .faq-category .faq-container .di-question.open .faq-content {
      max-height: initial; }

@media screen and (max-width: 768px) {
  .faq-category .faq-wrap {
    grid-gap: 0; }
  .faq-category .faq-container:last-child .question:last-child {
    margin-bottom: 0; }
  .faq-category .faq-container .question {
    margin-bottom: 20px;
    padding: 30px 20px; }
    .faq-category .faq-container .question.open {
      padding-bottom: 30px; } }

@media screen and (max-width: 568px) {
  .faq-category .faq-container .question {
    padding: 30px 28px 30px 20px; } }

.block-full-width-image {
  padding-top: 60px;
  padding-bottom: 80px;
  min-height: 400px; }
  .block-full-width-image h2 {
    text-transform: uppercase; }
  .block-full-width-image .capper-small {
    min-height: 360px;
    align-items: center;
    display: flex; }
  .block-full-width-image .content-container, .block-full-width-image .headline {
    width: 450px;
    max-width: 100%;
    position: relative;
    z-index: 10; }
    .block-full-width-image .content-container > *, .block-full-width-image .headline > * {
      color: white; }
    .block-full-width-image .content-container .button, .block-full-width-image .headline .button {
      margin-top: 30px; }
  .block-full-width-image.content-left .content-container, .block-full-width-image.content-left .headline {
    margin-right: auto;
    margin-left: 0; }
  .block-full-width-image.content-right .content-container, .block-full-width-image.content-right .headline {
    margin-right: 0;
    margin-left: auto; }

.block-image-text div.content {
  width: 400px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.block-image-text .img-wrap {
  height: 100%; }

.block-image-text.image-left {
  padding-left: 0;
  padding-right: 10%; }
  .block-image-text.image-left div.content {
    margin-right: auto; }
  .block-image-text.image-left .grid, .block-image-text.image-left .grid-1, .block-image-text.image-left .grid-2, .block-image-text.image-left .grid-3, .block-image-text.image-left .grid-4, .block-image-text.image-left .grid-5, .block-image-text.image-left .grid-6, .block-image-text.image-left .arrow-grid, .block-image-text.image-left .page-navigation .custom-grid, .page-navigation .block-image-text.image-left .custom-grid, .block-image-text.image-left .custom-map .map-grid, .custom-map .block-image-text.image-left .map-grid {
    grid-template-columns: 1fr .8fr; }

.block-image-text.image-right {
  padding-right: 0;
  padding-left: 10%; }
  .block-image-text.image-right .grid, .block-image-text.image-right .grid-1, .block-image-text.image-right .grid-2, .block-image-text.image-right .grid-3, .block-image-text.image-right .grid-4, .block-image-text.image-right .grid-5, .block-image-text.image-right .grid-6, .block-image-text.image-right .arrow-grid, .block-image-text.image-right .page-navigation .custom-grid, .page-navigation .block-image-text.image-right .custom-grid, .block-image-text.image-right .custom-map .map-grid, .custom-map .block-image-text.image-right .map-grid {
    grid-gap: 80px;
    grid-template-columns: .8fr 1fr; }
  .block-image-text.image-right .img-wrap {
    order: 2; }
  .block-image-text.image-right div.content {
    margin-left: auto;
    order: 1; }

.block-image-text .button {
  margin-top: 30px;
  margin-right: auto; }

@media screen and (max-width: 568px) {
  .block-image-text {
    padding: 0; }
    .block-image-text div.content {
      padding: 40px 25px;
      margin-right: 0;
      margin-left: 0;
      width: 100%; }
    .block-image-text.image-left, .block-image-text.image-right {
      padding: 0; }
      .block-image-text.image-left .grid, .block-image-text.image-left .grid-1, .block-image-text.image-left .grid-2, .block-image-text.image-left .grid-3, .block-image-text.image-left .grid-4, .block-image-text.image-left .grid-5, .block-image-text.image-left .grid-6, .block-image-text.image-left .arrow-grid, .block-image-text.image-left .page-navigation .custom-grid, .page-navigation .block-image-text.image-left .custom-grid, .block-image-text.image-left .custom-map .map-grid, .custom-map .block-image-text.image-left .map-grid, .block-image-text.image-right .grid, .block-image-text.image-right .grid-1, .block-image-text.image-right .grid-2, .block-image-text.image-right .grid-3, .block-image-text.image-right .grid-4, .block-image-text.image-right .grid-5, .block-image-text.image-right .grid-6, .block-image-text.image-right .arrow-grid, .block-image-text.image-right .page-navigation .custom-grid, .page-navigation .block-image-text.image-right .custom-grid, .block-image-text.image-right .custom-map .map-grid, .custom-map .block-image-text.image-right .map-grid {
        grid-template-columns: 1fr;
        grid-gap: 0; }
    .block-image-text.image-right .grid .img-wrap, .block-image-text.image-right .grid-1 .img-wrap, .block-image-text.image-right .grid-2 .img-wrap, .block-image-text.image-right .grid-3 .img-wrap, .block-image-text.image-right .grid-4 .img-wrap, .block-image-text.image-right .grid-5 .img-wrap, .block-image-text.image-right .grid-6 .img-wrap, .block-image-text.image-right .arrow-grid .img-wrap, .block-image-text.image-right .page-navigation .custom-grid .img-wrap, .page-navigation .block-image-text.image-right .custom-grid .img-wrap, .block-image-text.image-right .custom-map .map-grid .img-wrap, .custom-map .block-image-text.image-right .map-grid .img-wrap, .block-image-text .image-left .grid .img-wrap, .block-image-text .image-left .grid-1 .img-wrap, .block-image-text .image-left .grid-2 .img-wrap, .block-image-text .image-left .grid-3 .img-wrap, .block-image-text .image-left .grid-4 .img-wrap, .block-image-text .image-left .grid-5 .img-wrap, .block-image-text .image-left .grid-6 .img-wrap, .block-image-text .image-left .arrow-grid .img-wrap, .block-image-text .image-left .page-navigation .custom-grid .img-wrap, .page-navigation .block-image-text .image-left .custom-grid .img-wrap, .block-image-text .image-left .custom-map .map-grid .img-wrap, .custom-map .block-image-text .image-left .map-grid .img-wrap {
      grid-row: 1; } }

.block-two-column-text .columns-2 {
  column-count: 2;
  column-gap: 60px; }
  .block-two-column-text .columns-2 p:not(:last-of-type) {
    margin-bottom: 20px; }

.block-two-column-text h2 {
  max-width: calc(50% - 40px); }

.block-two-column-text ul {
  margin-left: 18px; }
  .block-two-column-text ul li:not(:last-of-type) {
    margin-bottom: 20px; }

.block-two-column-text.bg-blue {
  color: white;
  border-top: solid 4px #f7f7f7; }

@media screen and (max-width: 568px) {
  .block-two-column-text .columns-2 {
    column-count: 1; }
  .block-two-column-text h2 {
    max-width: 100%; } }

.two-column-content .headline {
  margin-bottom: 20px; }

.two-column-content .content-container p, .two-column-content .headline p {
  max-width: 85%; }
  @media screen and (max-width: 768px) {
    .two-column-content .content-container p, .two-column-content .headline p {
      max-width: 100%; } }

.block-hero {
  min-height: 450px;
  height: 100vh;
  padding: 120px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%; }
  .block-hero .hero-content {
    position: relative;
    z-index: 0;
    width: 100%; }
    .block-hero .hero-content h2 {
      text-transform: uppercase; }
    .block-hero .hero-content > * {
      color: white; }

.block-hero-alt {
  min-height: 300px;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 8.5vw 80px;
  display: flex;
  align-items: center; }
  .block-hero-alt .hero-img-wrap {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .block-hero-alt .hero-img-wrap img {
      object-fit: cover;
      height: 100%;
      width: 100vw; }
  .block-hero-alt .content-container, .block-hero-alt .headline {
    top: 50%;
    text-align: left;
    position: relative;
    z-index: 10; }
    .block-hero-alt .content-container h1, .block-hero-alt .headline h1, .block-hero-alt .content-container .h1, .block-hero-alt .headline .h1, .block-hero-alt .content-container h2, .block-hero-alt .headline h2, .block-hero-alt .content-container h2.h1 p, .block-hero-alt .headline h2.h1 p {
      text-align: left;
      color: white; }
    .block-hero-alt .content-container > *, .block-hero-alt .headline > * {
      color: white; }
  @media screen and (max-width: 768px) {
    .block-hero-alt {
      height: initial;
      padding: 80px 5.2%; } }
  @media screen and (max-width: 568px) {
    .block-hero-alt {
      padding: 80px 30px; } }

/* NEW BLOCKS */
.cta-bubble .bubble {
  border-radius: 25px;
  padding: 80px 100px; }
  @media screen and (max-width: 1200px) {
    .cta-bubble .bubble {
      padding-left: 80px;
      padding-right: 80px; } }
  @media screen and (max-width: 768px) {
    .cta-bubble .bubble {
      padding-left: 30px;
      padding-right: 30px; } }
  .cta-bubble .bubble .hoverlink {
    padding-top: 20px; }

.cta-bubble .icon {
  position: absolute;
  top: 40px;
  right: 50px; }
  .cta-bubble .icon svg {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 768px) {
    .cta-bubble .icon {
      width: 40px;
      height: 40px; } }

.icon-link-blocks .headline {
  margin-bottom: 60px; }

.icon-link-blocks .icon {
  max-width: 115px; }

.color-cards .headline {
  margin-bottom: 60px; }

.color-cards .item {
  padding: 40px 50px 60px;
  box-shadow: 0px 16px 14px -12px rgba(0, 0, 0, 0.16);
  border: 1px solid #f7f7f7; }
  .color-cards .item > *:first-child {
    padding-right: 13px; }
  .color-cards .item > *:last-child {
    margin-bottom: 0; }

.color-cards .bg-blue p, .color-cards .bg-blue li, .color-cards .bg-blue a, .color-cards .bg-blue-dark p, .color-cards .bg-blue-dark li, .color-cards .bg-blue-dark a {
  color: white; }

.color-cards .bg-yellow .hoverlink::before {
  background: white; }

.color-cards li {
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: 300; }

@media screen and (max-width: 768px) {
  .arrow-w-content .arrow-grid {
    grid-template-columns: minmax(0, 1fr); }
    .arrow-w-content .arrow-grid .arrow {
      display: none; } }

.arrow-w-content.reduced-width .content-container, .arrow-w-content.reduced-width .headline {
  padding-right: 25%; }

.arrow-w-content.arrow-position-right .arrow-grid {
  grid-template-columns: minmax(0, 4fr) minmax(0, 1fr); }
  .arrow-w-content.arrow-position-right .arrow-grid .arrow {
    order: 2; }
  .arrow-w-content.arrow-position-right .arrow-grid .content-container, .arrow-w-content.arrow-position-right .arrow-grid .headline {
    order: 1; }

.arrow-w-content.arrow-direction-down .arrow svg {
  transform: rotate(90deg); }
  @media screen and (max-width: 568px) {
    .arrow-w-content.arrow-direction-down .arrow svg {
      transform: rotate(90deg) translateX(-20%); } }

.arrow-w-content.arrow-direction-left .arrow svg {
  transform: rotate(180deg); }

.arrow-w-content.arrow-color-blue .arrow path {
  stroke: #2040AF; }

@media screen and (max-width: 768px) {
  .arrow-w-content.arrow-position-right .arrow-grid, .arrow-w-content.arrow-direction-down .arrow-grid {
    grid-template-columns: minmax(0, 1fr); }
    .arrow-w-content.arrow-position-right .arrow-grid .arrow, .arrow-w-content.arrow-direction-down .arrow-grid .arrow {
      height: 100%;
      display: none; }
      .arrow-w-content.arrow-position-right .arrow-grid .arrow svg, .arrow-w-content.arrow-direction-down .arrow-grid .arrow svg {
        height: 100%; } }

.arrow-w-content.alt-homepage-spacing .capper-max {
  width: 1200px; }

@media screen and (min-width: 1024px) {
  .arrow-w-content.alt-homepage-spacing.arrow-direction-down .arrow svg {
    transform: rotate(90deg) translateY(100%); } }

@media screen and (max-width: 768px) {
  .arrow-w-content .arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: flex-endt;
    justify-content: flex-end;
    transform: translate(25%, 30%); }
    .arrow-w-content .arrow svg {
      opacity: 0.25; } }

.team-members-grid .headline-container {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .team-members-grid .headline-container {
      display: block; }
      .team-members-grid .headline-container .headline {
        margin-bottom: 20px; } }

.team-members-grid .grid-5 {
  grid-gap: 25px; }

.team-members-grid .filter {
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 768px) {
    .team-members-grid .filter {
      justify-content: flex-start; } }
  @media screen and (max-width: 568px) {
    .team-members-grid .filter {
      display: block; } }

.team-members-grid select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #f7f7f7;
  background: white;
  padding: 20px 30px;
  box-shadow: 0px 16px 14px -12px rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  font-family: "Graphik Web", sans-serif;
  font-weight: 100;
  width: 220px; }

.team-members-grid .select-wrapper {
  position: relative;
  margin-right: 40px; }
  .team-members-grid .select-wrapper:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    height: 15px;
    width: 15px;
    border-bottom: 3px solid #FFCC47;
    border-right: 3px solid #FFCC47;
    transform: rotate(45deg) translate3d(-50%, -50%, 0);
    pointer-events: none; }
  .team-members-grid .select-wrapper:last-child {
    margin-right: 0; }

.team-members-grid .team-member {
  padding: 30px 20px;
  cursor: pointer; }
  .team-members-grid .team-member.hidden {
    display: none;
    pointer-events: none; }
  .team-members-grid .team-member .name {
    font-size: 32px;
    pointer-events: none;
    word-break: break-word; }
  .team-members-grid .team-member p {
    font-size: 19px; }
  .team-members-grid .team-member svg {
    width: 55px;
    height: auto;
    padding-bottom: 10px; }
  .team-members-grid .team-member .bottom-section {
    padding-top: 60px;
    pointer-events: none; }
  .team-members-grid .team-member.bg-yellow-dark path {
    stroke: white; }
  .team-members-grid .team-member.bg-yellow path {
    stroke: #FFCC47; }
  .team-members-grid .team-member.bg-yellow-light path {
    stroke: #FFCC47; }
  .team-members-grid .team-member.bg-blue-dark {
    color: white; }
    .team-members-grid .team-member.bg-blue-dark path {
      stroke: #FFCC47; }
  .team-members-grid .team-member.bg-blue {
    color: white; }
    .team-members-grid .team-member.bg-blue path {
      stroke: #2040AF; }
  .team-members-grid .team-member.bg-blue-light path {
    stroke: #2040AF; }

.team-members-grid .lightbox-wrapper .lightbox-container {
  max-height: 540px; }

.team-container {
  max-width: 870px; }
  .team-container .sidebar {
    padding-right: 0; }
  .team-container h2 {
    font-size: 37px; }
  @media screen and (min-width: 1200px) {
    .team-container h2 {
      font-size: 32px; } }
  @media screen and (max-width: 960px) {
    .team-container.lightbox-container {
      display: block !important; }
      .team-container.lightbox-container .sidebar {
        display: grid;
        grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); } }

.product-list .product-container {
  margin-top: 60px; }

.product-list .item img {
  width: 90px;
  height: 100px;
  object-fit: contain; }

@media screen and (max-width: 568px) {
  .product-list.no-padding-top {
    padding-top: 40px; } }

@media screen and (max-width: 768px) {
  .content-w-accent {
    overflow-x: hidden;
    overflow-y: clip; } }

.content-w-accent .container {
  position: relative;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .content-w-accent .container {
      display: block;
      padding: 120px 0 120px 25px !important; }
      .content-w-accent .container .content-container, .content-w-accent .container .headline {
        padding-right: 40px; } }
  .content-w-accent .container .accent-area {
    padding-right: 5%; }
    @media screen and (max-width: 768px) {
      .content-w-accent .container .accent-area {
        position: absolute;
        right: -30px;
        top: 50%;
        width: 40%;
        pointer-events: none;
        transform: translate(100%, -50%);
        height: 100%;
        opacity: 0.35; }
        .content-w-accent .container .accent-area .svg-sun-container {
          height: 100%; }
        .content-w-accent .container .accent-area svg {
          max-height: 240px;
          height: 100%; } }
    .content-w-accent .container .accent-area svg {
      width: 100%;
      max-height: 65vh; }

.content-w-image .wrapper {
  align-items: center; }

.careers-section .intro-container {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .careers-section .intro-container {
      grid-template-columns: 1fr; } }

.careers-section .bg-white p, .careers-section .bg-white h1, .careers-section .bg-white .h1, .careers-section .bg-white h2, .careers-section .bg-white h3, .careers-section .bg-white h4, .careers-section .bg-white .content-container, .careers-section .bg-white .headline, .careers-section .lightbox-container p, .careers-section .lightbox-container h1, .careers-section .lightbox-container .h1, .careers-section .lightbox-container h2, .careers-section .lightbox-container h3, .careers-section .lightbox-container h4, .careers-section .lightbox-container .content-container, .careers-section .lightbox-container .headline {
  color: black; }

.careers-section .lower-intro-section {
  max-width: 65%; }

.careers-section .careers-slider {
  margin-left: -25px;
  margin-right: -25px; }

.careers-section .slider {
  position: relative;
  margin-top: 60px; }
  .careers-section .slider .slide {
    position: relative;
    padding: 60px 5vw;
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    margin: 0 25px;
    will-change: opacity;
    -webkit-transform: translate3d(0, 0, 0); }
    .careers-section .slider .slide .image-container {
      position: relative;
      padding-bottom: 100%;
      border-radius: 50%;
      overflow: hidden;
      height: 0; }
      .careers-section .slider .slide .image-container img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover; }
    @media screen and (max-width: 768px) {
      .careers-section .slider .slide {
        grid-template-columns: 1fr;
        padding: 60px 50px; }
        .careers-section .slider .slide .content-wrapper {
          order: 2; }
        .careers-section .slider .slide .image-container {
          order: 1; }
          .careers-section .slider .slide .image-container img {
            margin: 0 auto 20px 0; } }
    .careers-section .slider .slide h1, .careers-section .slider .slide .h1 {
      margin-bottom: 20px; }
    .careers-section .slider .slide .content-wrapper {
      display: flex;
      align-items: center; }
    .careers-section .slider .slide .headline {
      font-weight: 400;
      font-size: 15px;
      margin-top: 50px; }

.careers-section .slider-container {
  position: relative; }

.careers-section .controls {
  position: absolute;
  top: 50%;
  transform: translate(-37px, -50%);
  width: calc(100% + 75px);
  display: flex;
  justify-content: space-between; }
  .careers-section .controls .arrow {
    position: relative;
    height: 75px;
    width: 75px;
    background: #FFCC47;
    border-radius: 75px;
    cursor: pointer;
    box-shadow: 0px 16px 14px -12px rgba(0, 0, 0, 0.16);
    border: 1px solid #f7f7f7;
    transition: all 0.25s ease-out; }
    .careers-section .controls .arrow:hover {
      transform: scale(1.1); }
    .careers-section .controls .arrow:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      border-top: 4px solid #2040AF;
      border-right: 4px solid #2040AF;
      height: 20px;
      width: 20px; }
    .careers-section .controls .arrow.prev-arrow:before {
      transform: translate(-40%, -50%) rotate(-135deg); }
    .careers-section .controls .arrow.next-arrow:before {
      transform: translate(-60%, -50%) rotate(45deg); }

.careers-section .career-listings {
  margin-top: 120px; }
  @media screen and (max-width: 768px) {
    .careers-section .career-listings .content-container, .careers-section .career-listings .headline {
      display: block; } }
  .careers-section .career-listings .block.card {
    padding-top: 80px;
    padding-bottom: 80px; }
  .careers-section .career-listings .header {
    margin-bottom: 40px;
    justify-content: space-between;
    align-items: center; }
  .careers-section .career-listings .location {
    display: flex;
    align-items: inherit; }
    @media screen and (max-width: 768px) {
      .careers-section .career-listings .location {
        margin-top: 40px; } }
    .careers-section .career-listings .location img {
      height: 40px;
      transform: translateY(-25px); }
  .careers-section .career-listings .details {
    width: 75%; }
    @media screen and (max-width: 768px) {
      .careers-section .career-listings .details {
        width: 100%; } }
    .careers-section .career-listings .details .sub-head {
      display: flex; }
      @media screen and (max-width: 768px) {
        .careers-section .career-listings .details .sub-head {
          display: block; } }
      .careers-section .career-listings .details .sub-head p {
        padding-right: 20px;
        font-size: 16px;
        font-weight: 400; }
  .careers-section .career-listings .link {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .careers-section .career-listings .link {
        justify-content: inherit; } }

.careers-section .lightbox-container {
  max-height: 80vh;
  overflow-y: scroll; }
  @media screen and (max-width: 1200px) {
    .careers-section .lightbox-container h2 {
      font-size: 37px; } }
  @media screen and (max-width: 960px) {
    .careers-section .lightbox-container {
      display: block !important; }
      .careers-section .lightbox-container .sidebar {
        display: grid;
        grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); } }

.careers-subsection .arrow-small {
  float: left; }
  .careers-subsection .arrow-small svg {
    height: 80px;
    width: 80px;
    transform: rotate(90deg); }

.careers-subsection .hoverlink {
  margin-left: 20px;
  padding-top: 30px; }

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-ripple div {
  position: absolute;
  border: 4px solid grey;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s; }

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0; }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0; }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }

.page-navigation .custom-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 4fr); }
  @media screen and (max-width: 768px) {
    .page-navigation .custom-grid {
      grid-template-columns: 1fr; }
      .page-navigation .custom-grid .flex, .page-navigation .custom-grid .flex-wrap {
        display: block; } }

.page-navigation ul {
  list-style: none;
  margin-left: 0; }
  .page-navigation ul li {
    margin-right: 40px; }

.team-stats .content-container, .team-stats .headline {
  grid-column-gap: 80px; }
  .team-stats .content-container img, .team-stats .headline img {
    padding: 30px; }

.team-stats .item {
  align-self: center; }
  @media screen and (max-width: 568px) {
    .team-stats .item {
      justify-content: center;
      text-align: center; }
      .team-stats .item img {
        margin: 0 auto;
        max-width: 250px; }
      .team-stats .item .flex, .team-stats .item .flex-wrap {
        justify-content: center; } }

.team-stats .stat {
  font-size: 120px;
  color: #2040AF;
  line-height: 1; }

.hero-custom.page-team .area-right {
  position: absolute;
  height: 100%;
  width: 85%;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: -1; }
  @media screen and (max-width: 768px) {
    .hero-custom.page-team .area-right {
      position: relative;
      transform: translateY(15%); } }
  @media screen and (max-width: 568px) {
    .hero-custom.page-team .area-right {
      width: 100%; }
      .hero-custom.page-team .area-right img {
        width: 100%; } }

@media screen and (max-width: 768px) {
  .hero-custom.page-team .arrow {
    display: none; } }

.hero-custom.page-client-landing-page > div {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); }
  @media screen and (max-width: 768px) {
    .hero-custom.page-client-landing-page > div {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column-reverse; } }

.hero-custom.page-faq > div {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); }
  @media screen and (max-width: 568px) {
    .hero-custom.page-faq > div {
      grid-template-columns: 1fr; } }

.hero-custom.page-faq .area-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

@media screen and (max-width: 568px) {
  .hero-custom.page-faq {
    padding-bottom: 0px; } }

.hero-custom .capper-max {
  position: relative; }

.custom-map .map-grid {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 100px; }
  @media screen and (max-width: 1200px) {
    .custom-map .map-grid {
      display: block; } }

.custom-map .map-inner {
  position: relative;
  width: 100%;
  max-width: 100%; }
  .custom-map .map-inner .control-bar {
    position: absolute;
    left: calc(50% + 2px);
    top: 150px;
    z-index: 100;
    width: 240px;
    text-align: center;
    transform: translateX(-50%) scale(0.7); }
    .custom-map .map-inner .control-bar svg {
      cursor: pointer; }
      .custom-map .map-inner .control-bar svg:active {
        transform: scale(0.93); }
    @media screen and (max-width: 1200px) {
      .custom-map .map-inner .control-bar {
        top: 90px; } }
    @media screen and (max-width: 568px) {
      .custom-map .map-inner .control-bar {
        top: 60px;
        transform: translateX(-50%) scale(0.5); } }
  .custom-map .map-inner .info-wrap.no-hours {
    display: none; }
  .custom-map .map-inner #country-overlay {
    position: absolute;
    border-radius: 5px;
    background: white;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .3s ease-out;
    pointer-events: none;
    width: 360px;
    max-width: calc(100% - 25px);
    z-index: -1; }
    .custom-map .map-inner #country-overlay div.grid, .custom-map .map-inner #country-overlay div.grid-1, .custom-map .map-inner #country-overlay div.grid-2, .custom-map .map-inner #country-overlay div.grid-3, .custom-map .map-inner #country-overlay div.grid-4, .custom-map .map-inner #country-overlay div.grid-5, .custom-map .map-inner #country-overlay div.grid-6, .custom-map .map-inner #country-overlay div.arrow-grid, .custom-map .map-inner #country-overlay .page-navigation div.custom-grid, .page-navigation .custom-map .map-inner #country-overlay div.custom-grid, .custom-map .map-inner #country-overlay div.map-grid {
      gap: 20px; }
    .custom-map .map-inner #country-overlay #country-name {
      font-size: 18px;
      margin-bottom: 10px;
      font-family: "Graphik Web", sans-serif; }
    .custom-map .map-inner #country-overlay .lil-title {
      color: #2040AF;
      font-size: 14px;
      font-family: "Graphik Web", sans-serif;
      margin-bottom: 8px; }
    .custom-map .map-inner #country-overlay .lil-info {
      font-size: 14px; }
      .custom-map .map-inner #country-overlay .lil-info #hours-rank, .custom-map .map-inner #country-overlay .lil-info #holidays-rank {
        display: inline-block;
        margin-left: 8px;
        font-family: "Graphik Web", sans-serif; }
    .custom-map .map-inner #country-overlay #holidays, .custom-map .map-inner #country-overlay #hours-trading {
      font-size: 18px;
      font-family: "Graphik Web", sans-serif; }
    .custom-map .map-inner #country-overlay.show {
      opacity: .93;
      pointer-events: all;
      z-index: 50; }

.custom-map #bars {
  width: 100%;
  height: auto;
  position: relative;
  top: 10px;
  left: -14px;
  z-index: 15;
  pointer-events: all;
  background: transparent; }
  .custom-map #bars line, .custom-map #bars path {
    cursor: pointer;
    pointer-events: none;
    transition: all .08s ease-out; }
  .custom-map #bars line.invisi {
    pointer-events: all; }
    .custom-map #bars line.invisi:hover + line {
      stroke: #FFCC47;
      transform: scale(1.3); }
  @media screen and (max-width: 568px) {
    .custom-map #bars {
      left: -5px;
      top: 9px; } }

.custom-map .map-wrap {
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% + 7px);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 16;
  border: solid 15px white; }
  .custom-map .map-wrap #chartdiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    background: #CFDBFA;
    clip-path: circle(50%); }
  @media screen and (max-width: 568px) {
    .custom-map .map-wrap {
      left: 50%; } }

.custom-map .content-container h1, .custom-map .headline h1, .custom-map .content-container .h1, .custom-map .headline .h1 {
  font-size: 55px; }

.custom-map .content-container img, .custom-map .headline img {
  max-height: 250px;
  margin-top: 40px;
  margin-bottom: 40px; }

.custom-map #data-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  z-index: 100;
  background: white;
  padding: 20px;
  pointer-events: none;
  opacity: 0;
  width: 360px;
  transition: all .24s ease-out; }
  .custom-map #data-container p {
    font-size: 14px;
    font-family: "Graphik Web", sans-serif; }
  .custom-map #data-container .flex, .custom-map #data-container .flex-wrap {
    gap: 20px;
    align-items: center;
    margin-top: 10px; }
  .custom-map #data-container.show {
    opacity: 1;
    pointer-events: all; }
  .custom-map #data-container #di-percent {
    font-size: 18px; }
  .custom-map #data-container span {
    font-family: "Graphik Web", sans-serif;
    font-size: 14px;
    display: inline-block;
    color: #2040AF; }
  @media screen and (max-width: 568px) {
    .custom-map #data-container {
      max-width: 200px;
      padding: 10px; }
      .custom-map #data-container span {
        font-size: 12px; } }

.custom-map .di-close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 25px;
  width: 25px;
  z-index: 100;
  cursor: pointer; }
  .custom-map .di-close:before, .custom-map .di-close:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 25px;
    width: 3px;
    background: #2040AF; }
  .custom-map .di-close:before {
    transform: rotate(-45deg) translate3d(0, 0, 0); }
  .custom-map .di-close:after {
    transform: rotate(45deg) translate3d(0, 0, 0); }

.block.shortcode .intro-container {
  margin-bottom: 120px; }

.block.shortcode .bold_timeline_container .bold_timeline_item_connection {
  display: none !important; }

.block.shortcode .bold_timeline_container .bold_timeline_item_marker {
  background: #FFCC47 !important; }

.block.shortcode .bold_timeline_container .bold_timeline_item_inner {
  border: 0px !important;
  background: transparent; }

.block.shortcode .bold_timeline_container .bold_timeline_item_content {
  display: flex;
  flex-direction: column-reverse; }

.block.shortcode .bold_timeline_container .bold_timeline_item_text_inner {
  max-width: 320px;
  margin: 25px auto 0; }
  .block.shortcode .bold_timeline_container .bold_timeline_item_text_inner p, .block.shortcode .bold_timeline_container .bold_timeline_item_text_inner h2 {
    font-size: 20px; }
  .block.shortcode .bold_timeline_container .bold_timeline_item_text_inner h2 {
    font-weight: 300; }

.block.shortcode .bold_timeline_container .bold_timeline_item_media img {
  height: 320px;
  width: 320px !important;
  margin: 0 auto !important;
  border-radius: 200px;
  max-width: 100%;
  max-height: 100%; }

.block.shortcode .bold_timeline_container .bold_timeline_item_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse; }
  .block.shortcode .bold_timeline_container .bold_timeline_item_inner .bold_timeline_item_header, .block.shortcode .bold_timeline_container .bold_timeline_item_inner .bold_timeline_item_content {
    width: 100%; }
    @media screen and (max-width: 768px) {
      .block.shortcode .bold_timeline_container .bold_timeline_item_inner .bold_timeline_item_header, .block.shortcode .bold_timeline_container .bold_timeline_item_inner .bold_timeline_item_content {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .block.shortcode .bold_timeline_container .bold_timeline_item_inner .bold_timeline_item_header h2.bold_timeline_item_header_title, .block.shortcode .bold_timeline_container .bold_timeline_item_inner .bold_timeline_item_content h2.bold_timeline_item_header_title {
      font-size: 16px;
      color: #2040AF;
      font-weight: 300; }
    .block.shortcode .bold_timeline_container .bold_timeline_item_inner .bold_timeline_item_header p.bold_timeline_item_header_subtitle, .block.shortcode .bold_timeline_container .bold_timeline_item_inner .bold_timeline_item_content p.bold_timeline_item_header_subtitle {
      font-size: 20px; }
  .block.shortcode .bold_timeline_container .bold_timeline_item_inner .bold_timeline_item_media_image, .block.shortcode .bold_timeline_container .bold_timeline_item_inner .bold_timeline_item_header_inner {
    max-width: 320px;
    margin: 0 auto; }

.block.shortcode .bold_timeline_container .bold_timeline_group_override_style_clear {
  padding-left: 60px; }
  @media screen and (max-width: 768px) {
    .block.shortcode .bold_timeline_container .bold_timeline_group_override_style_clear {
      padding-left: 0; } }
  .block.shortcode .bold_timeline_container .bold_timeline_group_override_style_clear .bold_timeline_item_marker {
    border-color: #FFCC47; }
  .block.shortcode .bold_timeline_container .bold_timeline_group_override_style_clear .bold_timeline_item_inner .bold_timeline_item_media_image, .block.shortcode .bold_timeline_container .bold_timeline_group_override_style_clear .bold_timeline_item_inner .bold_timeline_item_header_inner {
    max-width: 75%;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .block.shortcode .bold_timeline_container .bold_timeline_group_override_style_clear .bold_timeline_item_inner .bold_timeline_item_media_image, .block.shortcode .bold_timeline_container .bold_timeline_group_override_style_clear .bold_timeline_item_inner .bold_timeline_item_header_inner {
        max-width: 100%; } }
  .block.shortcode .bold_timeline_container .bold_timeline_group_override_style_clear .bold_timeline_item_header_supertitle {
    margin-bottom: 15px; }
  .block.shortcode .bold_timeline_container .bold_timeline_group_override_style_clear .bold_timeline_item_header_supertitle_inner {
    font-size: 24px; }
  .block.shortcode .bold_timeline_container .bold_timeline_group_override_style_clear .bold_timeline_item_header_title {
    display: none; }

.block.shortcode .bold_timeline_container_line_position_left .bold_timeline_container_line {
  left: 60px !important; }

.quote-card .card {
  position: relative;
  padding: 120px 60px; }
  @media screen and (max-width: 768px) {
    .quote-card .card {
      padding: 85px 30px; } }
  .quote-card .card.bg-white {
    box-shadow: none; }

.quote-card .icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, -40%, 0); }
  .quote-card .icon svg {
    width: 125px; }

.quote-card .credit {
  margin-top: 40px; }

.collapsed-list .headline {
  margin-bottom: 60px; }

.collapsed-list .overflow-container {
  overflow: hidden;
  transition: height 0.35s ease-out; }

.collapsed-list .custom-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 80px; }
  .collapsed-list .custom-grid .item:nth-child(2n - 1) {
    grid-column-start: 1;
    grid-column-end: 4; }
  .collapsed-list .custom-grid .item:nth-child(2n) {
    grid-column-start: 4;
    grid-column-end: 7; }
  .collapsed-list .custom-grid .item:nth-child(3n+5) {
    grid-column-start: 1;
    grid-column-end: 3; }
  .collapsed-list .custom-grid .item:nth-child(3n+6) {
    grid-column-start: 3;
    grid-column-end: 5; }
  .collapsed-list .custom-grid .item:nth-child(3n+7) {
    grid-column-start: 5;
    grid-column-end: 7; }
  @media screen and (max-width: 768px) {
    .collapsed-list .custom-grid {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
      .collapsed-list .custom-grid .item {
        grid-column-start: inherit !important;
        grid-column-end: inherit !important; } }
  @media screen and (max-width: 568px) {
    .collapsed-list .custom-grid {
      grid-template-columns: minmax(0, 1fr); } }

.collapsed-list .content-container p, .collapsed-list .headline p {
  margin-bottom: 10px; }

.collapsed-list .link-container {
  text-align: center;
  margin: 30px auto 0; }

.collapsed-list .card {
  margin-bottom: 25px;
  overflow: hidden; }
  .collapsed-list .card img {
    height: 300px;
    object-fit: cover;
    margin: 0 auto;
    max-width: 620px;
    padding-top: 25px;
    padding-bottom: 25px; }
    @media screen and (min-width: 1200px) {
      .collapsed-list .card img {
        padding-top: 65px;
        padding-bottom: 65px;
        height: 350px; } }
    @media screen and (max-width: 1200px) {
      .collapsed-list .card img {
        padding-top: 75px;
        padding-bottom: 75px;
        max-width: 90%;
        object-fit: contain; } }

.collapsed-list .overflow-controls {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 100px;
  cursor: pointer; }
  .collapsed-list .overflow-controls .less {
    opacity: 0;
    position: absolute; }
  .collapsed-list .overflow-controls .more {
    display: inline-block; }
  .collapsed-list .overflow-controls.opened .less {
    display: contents; }
  .collapsed-list .overflow-controls.opened .more {
    display: none; }
  .collapsed-list .overflow-controls.opened .arrow {
    transform: rotate(180deg) translate(50%, 0); }
  .collapsed-list .overflow-controls .arrow {
    position: absolute;
    height: 50px;
    width: 50px;
    background: #2040AF;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 50px; }
    .collapsed-list .overflow-controls .arrow:before {
      content: '';
      height: 20px;
      width: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: rotate(-45deg) translate3d(10%, -85%, 0);
      border-bottom: 3px solid white;
      border-left: 3px solid white; }

.content-w-bubble .intro {
  margin-bottom: 40px; }

.faq-preview .faq-items {
  margin-top: 60px; }

.faq-preview .item .question {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800; }

.faq-preview .item .answer {
  margin-bottom: 40px; }
  .faq-preview .item .answer p {
    font-size: 18px;
    margin-top: 20px; }

.faq-preview .footer-link {
  margin-top: 80px; }

.benefits .headline {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  .benefits .headline h3 {
    margin-bottom: 0; }

.benefits .slide {
  padding: 0 20px; }
  .benefits .slide img {
    height: 350px;
    object-fit: cover;
    padding: 0 40px;
    margin-bottom: 20px; }
  .benefits .slide p:first-of-type {
    margin-bottom: 20px; }

.grid-slider-container .slick-track {
  display: flex;
  align-items: center; }

.grid-slider-container .image-container {
  padding-left: 20px;
  padding-right: 20px; }

.page-locations .locations-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); }
  @media screen and (max-width: 1024px) {
    .page-locations .locations-container {
      grid-template-columns: minmax(0, 1fr); } }

.page-locations .locations-hero .arrow svg {
  margin-bottom: 80px; }

.page-locations .locations-hero .bubble {
  padding: 40px 80px;
  border-radius: 25px; }
  .page-locations .locations-hero .bubble img {
    width: 730px;
    max-width: 100%;
    margin: 0 auto; }

.page-locations .location h2 {
  margin-bottom: 0; }

.page-locations .location .group {
  margin-bottom: 30px; }

.page-constitution {
  position: relative; }
  .page-constitution .bg-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
    @media screen and (max-width: 768px) {
      .page-constitution .bg-container {
        display: none; } }
  .page-constitution .content {
    position: relative;
    z-index: 10;
    max-width: 50%;
    margin: 0 auto;
    padding-top: 15%;
    padding-bottom: 30%; }
    .page-constitution .content h4 {
      margin-bottom: 85px; }
    .page-constitution .content h3 {
      margin-top: 40px; }
    @media screen and (min-width: 1240px) {
      .page-constitution .content {
        padding-top: 9%; } }
    @media screen and (max-width: 1100px) {
      .page-constitution .content {
        padding-top: 35%;
        padding-bottom: 100%; } }
    @media screen and (max-width: 768px) {
      .page-constitution .content {
        max-width: 100%;
        padding-top: 5%;
        padding-bottom: 10%; } }
  .page-constitution .color-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .page-constitution .color-bg {
        display: none; } }

.client-contact {
  border-top: 2px solid #f7f7f7; }
  .client-contact .gform_heading {
    display: none; }
  .client-contact h2 {
    margin-bottom: 40px; }
  .client-contact .intro-container {
    margin-bottom: 80px; }
    .client-contact .intro-container p {
      max-width: 85%; }
      @media screen and (max-width: 768px) {
        .client-contact .intro-container p {
          max-width: 100%; } }

.location-info svg {
  margin-bottom: 20px; }

.location-info p {
  margin-bottom: 5px; }

.location-info a {
  font-size: 28px; }

.page-locations .map-container {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0px 16px 14px -12px rgba(0, 0, 0, 0.16); }

@media screen and (max-width: 768px) {
  .product-template-default .hero {
    padding-top: 0;
    padding-bottom: 60px;
    margin-top: 20px; } }

.product-template-default .hero .custom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 3fr); }
  @media screen and (max-width: 768px) {
    .product-template-default .hero .custom-grid {
      display: block; } }

.product-template-default .hero .area-left {
  transform: translateY(-105px); }
  @media screen and (max-width: 768px) {
    .product-template-default .hero .area-left {
      transform: none;
      margin-bottom: 40px; } }
  .product-template-default .hero .area-left img {
    margin-bottom: 20px;
    max-width: 185px; }

@media screen and (max-width: 768px) {
  .product-template-default .hero .area-center .arrow {
    margin: -10px auto 20px 0;
    transform: rotate(90deg); } }

.product-template-default .hero .arrow {
  height: 85px;
  width: 85px;
  margin: 0 auto; }
  .product-template-default .hero .arrow svg {
    width: 100%;
    height: 100%; }

@media screen and (max-width: 768px) {
  .product-template-default .secondary-intro .h2 {
    font-size: 34px; } }

.product-template-default .secondary-intro p {
  width: 65%; }
  @media screen and (max-width: 1200px) {
    .product-template-default .secondary-intro p {
      width: 100%; } }

