/*! Humaan DNA v4.0 */
/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */
/* Document
   ========================================================================== */
/**
 * Use a better box model (opinionated).
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * Use a more readable tab size (opinionated).
 */
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
 * Correct the line height in all browsers.
 */
html {
  line-height: 1.15;
}

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

/**
 * Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-display: fallback;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct height in Firefox.
 */
hr {
  height: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp,
pre {
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

/**
 * Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  padding: 0;
}

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Chrome and Safari.
 */
summary {
  display: list-item;
}

/*
@mixin transition($trans-type, $trans-speed, $trans-timing, null) {
	transition: $trans-type $trans-speed $trans-timing;
	will-change: $trans-type;
}
*/
.hidden, input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px !important;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.hide {
  display: none;
}

.clearfix:after {
  content: '';
  clear: both;
  display: table;
}

nav ul {
  list-style: none;
}

nav ul,
nav ul li {
  margin: 0;
  padding: 0;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 35%;
}

@font-face {
  font-family: 'Maison Neue', Arial, sans-serif;
  src: url("_fonts/_maison-neue/MaisonNeue-Book.woff2") format("woff2"), url("_fonts/_maison-neue/MaisonNeue-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Maison Neue', Arial, sans-serif;
  src: url("_fonts/_maison-neue/MaisonNeue-Book.woff2") format("woff2"), url("_fonts/_maison-neue/MaisonNeue-Book.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

/*
@font-face {
	font-family: 'Maison Neue';
	src: url('_fonts/_maison-neue/MaisonNeue-Demi.eot');
	src: url('_fonts/_maison-neue/MaisonNeue-Demi.eot?#iefix') format('embedded-opentype'),
		 url('_fonts/_maison-neue/MaisonNeue-Demi.woff2') format('woff2'),
		 url('_fonts/_maison-neue/MaisonNeue-Demi.woff') format('woff');
	font-weight:  $fw-medium;
	font-style:   normal;
	font-stretch: normal;
}
*/
@font-face {
  font-family: 'Maison Neue', Arial, sans-serif;
  src: url("_fonts/_maison-neue/MaisonNeue-Bold.woff2") format("woff2"), url("_fonts/_maison-neue/MaisonNeue-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Mark Pro', Arial, sans-serif;
  src: url("_fonts/_mark/heavy.woff2") format("woff2"), url("_fonts/_mark/heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: fallback;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html, body {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 14px;
  line-height: 1.7;
  font-family: "Maison Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-display: fallback;
}

@media screen and (min-width: 480px) {
  body {
    font-size: calc(14px + 4 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  body {
    font-size: 18px;
  }
}

body ::-moz-selection {
  background: #f1e82b;
  color: #111111;
}

body ::selection {
  background: #f1e82b;
  color: #111111;
}

h1, h2, .wp-google-place .wp-google-rating, h3, h4, h5, h6,
.title {
  font-family: "Mark Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 800;
  margin: 0;
  color: white;
  letter-spacing: -.03em;
  line-height: 1;
  font-display: fallback;
}

.title--stagger > * {
  white-space: nowrap;
}

@media screen and (prefers-reduced-motion) {
  .title--stagger * {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
            transform: matrix(1, 0, 0, 1, 0, 0) !important;
    opacity: 1 !important;
  }
}

.title--underline {
  color: #f1e82b;
  position: relative;
  display: inline-block;
}

.title--underline svg {
  position: absolute;
  top: 100%;
  left: -5%;
  width: 110%;
  height: auto;
  display: block;
  margin-top: 5px;
}

.text-fineprint {
  font-size: 12px;
}

@media screen and (min-width: 480px) {
  .text-fineprint {
    font-size: calc(12px + 2 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .text-fineprint {
    font-size: 14px;
  }
}

.text-fineprint a {
  color: #f1e82b;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

html:not(.mobile):not(.tablet) .text-fineprint a:hover, .text-fineprint a.on_press {
  opacity: .5;
}

p {
  margin: 0;
}

p + p {
  margin: 25px 0 0;
}

strong {
  font-family: "Maison Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 800;
  font-display: fallback;
}

em,
i {
  font-family: "Maison Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}

a {
  color: #f1e82b;
  outline: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  opacity: .65;
}

.focus-visible {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

@font-face {
  font-family: "icons";
  src: url("resources/icons/icons.woff2") format("woff2"), url("resources/icons/icons.woff") format("woff"), url("resources/icons/icons.ttf") format("truetype");
  font-display: fallback;
}

.icon:before {
  font-family: "icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-display: fallback;
}

.icon--chevron-down:before {
  content: "\EA01";
}

.icon--chevron-up:before {
  content: "\EA02";
}

.icon--facebook:before {
  content: "\EA03";
}

.icon--instagram:before {
  content: "\EA04";
}

.icon--linkedin-circle:before {
  content: "\EA05";
}

.icon--linkedin:before {
  content: "\EA06";
}

.icon--mail:before {
  content: "\EA07";
}

.icon--phone:before {
  content: "\EA08";
}

.icon--play:before {
  content: "\EA09";
}

.icon--tick:before {
  content: "\EA0A";
}

.icon--twitter:before {
  content: "\EA0B";
}

.gform_wrapper {
  font-family: "Maison Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  max-width: 550px;
  margin: 0 auto;
  font-display: fallback;
}

.gform_wrapper ul li {
  text-align: left;
}

.gform_wrapper ul li.gfield {
  margin-top: 30px;
}

.gform_wrapper .validation_error {
  -webkit-box-shadow: 0 0 0 2px #e00404;
          box-shadow: 0 0 0 2px #e00404;
  background-color: rgba(224, 4, 4, 0.05);
  color: #e00404;
  padding: 25px;
  margin-bottom: 25px;
  font-size: 16px;
}

.gform_wrapper .validation_message {
  font-size: 16px;
}

.gform_wrapper .gform_heading {
  margin-bottom: 25px;
}

.gform_wrapper .gform_body {
  margin-bottom: 25px;
}

.gform_wrapper .gform_title {
  font-size: 25px;
  font-weight: 900;
  color: white;
}

.gform_wrapper .gsection_title {
  font-size: 20px;
  font-weight: 900;
  color: white;
}

.gform_wrapper .gform_description,
.gform_wrapper .gsection_description,
.gform_wrapper .gfield_description {
  margin-top: 10px;
  color: white;
}

.gform_wrapper .gform_description.validation_message,
.gform_wrapper .gsection_description.validation_message,
.gform_wrapper .gfield_description.validation_message {
  color: #e00404;
}

.gform_wrapper .gform_title + .gform_description,
.gform_wrapper .gsection_title + .gsection_description {
  margin-top: 10px;
  font-size: 16px;
}

.gform_wrapper .gform_fields {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.gform_wrapper .gform_fields > li {
  padding-left: 0;
}

.gform_wrapper .gform_fields > li + li {
  margin-top: 25px;
}

.gform_wrapper .gfield_label {
  font-weight: 800;
  color: white;
  font-size: 1.6rem;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  text-align: left;
}

.gform_wrapper .gform_button {
  border: 0;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  width: 100% !important;
}

html:not(.mobile):not(.tablet) .gform_wrapper .gform_button:hover, .gform_wrapper .gform_button.on_press {
  background-color: rgba(241, 232, 43, 0.65);
}

.gform_wrapper .ginput_container_textarea .textarea {
  padding-top: 25px;
  padding-bottom: 25px;
  max-height: 100px;
  height: 100px;
  min-height: 100px;
}

.gform_wrapper .ginput_container_text input,
.gform_wrapper .ginput_container_email input,
.gform_wrapper .ginput_container_date input,
.gform_wrapper .ginput_container_number input,
.gform_wrapper .ginput_container_textarea .textarea,
.gform_wrapper .gfield_select:not(.hasCustomSelect) {
  font-size: 16px;
  color: white;
  -webkit-appearance: none;
  padding: 12px 20px;
  margin: 0;
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.gform_wrapper .ginput_container_text input:focus,
.gform_wrapper .ginput_container_email input:focus,
.gform_wrapper .ginput_container_date input:focus,
.gform_wrapper .ginput_container_number input:focus,
.gform_wrapper .ginput_container_textarea .textarea:focus,
.gform_wrapper .gfield_select:not(.hasCustomSelect):focus {
  outline: none;
  border: 1px solid #f1e82b;
}

.gform_wrapper .ginput_container_text input[aria-invalid="true"],
.gform_wrapper .ginput_container_email input[aria-invalid="true"],
.gform_wrapper .ginput_container_date input[aria-invalid="true"],
.gform_wrapper .ginput_container_number input[aria-invalid="true"],
.gform_wrapper .ginput_container_textarea .textarea[aria-invalid="true"],
.gform_wrapper .gfield_select:not(.hasCustomSelect)[aria-invalid="true"] {
  border: 1px solid #e00404;
}

.gform_wrapper #gform_ajax_spinner_1 {
  margin: 25px auto;
}

.gform_wrapper .ginput_container_checkbox .gfield_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 769px) {
  .gform_wrapper .ginput_container_checkbox .gfield_checkbox > li:nth-child(odd) {
    width: 29%;
  }
  .gform_wrapper .ginput_container_checkbox .gfield_checkbox > li:nth-child(even) {
    width: 21%;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .gform_wrapper .ginput_container_checkbox .gfield_checkbox > li {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .gform_wrapper .ginput_container_checkbox .gfield_checkbox > li {
    width: 100%;
  }
}

.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
  list-style: none;
  padding-left: 0;
}

.gform_wrapper .gfield_checkbox li:not(:last-child),
.gform_wrapper .gfield_radio li:not(:last-child) {
  margin-bottom: 10px;
}

.gform_wrapper .gfield_checkbox input[type="checkbox"] + label,
.gform_wrapper .gfield_checkbox input[type="radio"] + label,
.gform_wrapper .gfield_radio input[type="checkbox"] + label,
.gform_wrapper .gfield_radio input[type="radio"] + label {
  padding-left: 22px;
  position: relative;
  color: white;
  font-size: 1.3rem;
  line-height: 1;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.gform_wrapper .gfield_checkbox input[type="checkbox"] + label:before,
.gform_wrapper .gfield_checkbox input[type="radio"] + label:before,
.gform_wrapper .gfield_radio input[type="checkbox"] + label:before,
.gform_wrapper .gfield_radio input[type="radio"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}

.gform_wrapper .gfield_checkbox input[type="checkbox"] + label:after,
.gform_wrapper .gfield_checkbox input[type="radio"] + label:after,
.gform_wrapper .gfield_radio input[type="checkbox"] + label:after,
.gform_wrapper .gfield_radio input[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 8px;
  height: 8px;
  display: block;
  background-color: #F1E82B;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before,
.gform_wrapper .gfield_checkbox input[type="radio"]:checked + label:before,
.gform_wrapper .gfield_radio input[type="checkbox"]:checked + label:before,
.gform_wrapper .gfield_radio input[type="radio"]:checked + label:before {
  border: 1px solid #f1e82b;
}

.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:after,
.gform_wrapper .gfield_checkbox input[type="radio"]:checked + label:after,
.gform_wrapper .gfield_radio input[type="checkbox"]:checked + label:after,
.gform_wrapper .gfield_radio input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gform_wrapper .gfield_radio input[type="radio"] + label:before {
  border-radius: 50%;
}

.gform_wrapper .gfield_radio input[type="radio"] + label:after {
  background-color: #f1e82b;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 4px;
}

.gform_wrapper .ginput_container_select {
  position: relative;
}

.gform_wrapper .ginput_container_select .gfield_select.hasCustomSelect {
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}

.gform_wrapper .ginput_container_select .gfield_select:not(.hasCustomSelect) {
  padding-left: 0;
  padding-right: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.45);
  line-height: 70px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gform_wrapper .ginput_container_select .gfield_select:not(.hasCustomSelect) .customSelectInner {
  padding-left: 30px;
  padding-right: 80px;
}

.gform_wrapper .ginput_container_select .gfield_select:not(.hasCustomSelect):before {
  font-family: "icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\EA01";
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #f1e82b;
  color: white;
  text-align: center;
  font-size: 7px;
  font-display: fallback;
}

.gform_wrapper .ginput_container_select .select.customSelectHover {
  /* Styles for when the select box is hovered */
}

.gform_wrapper .ginput_container_select .select.customSelectOpen {
  /* Styles for when the select box is open */
}

.gform_wrapper .ginput_container_select .select.customSelectFocus {
  /* Styles for when the select box is in focus */
}

.gform_wrapper .ginput_container_select .customSelectInner {
  /* You can style the inner box too */
}

.gform_wrapper .ginput_container_multiselect .gfield_select {
  -webkit-appearance: none;
  padding-left: 0;
  padding-right: 0;
}

.gform_wrapper .ginput_container_multiselect .gfield_select option {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.gform_wrapper .ginput_container_multiselect .gfield_select option:focus {
  background-color: rgba(255, 255, 255, 0.45);
}

.gform_text {
  line-height: 1.6;
  font-size: 1.8rem;
}

.gform_text .title {
  font-size: 22px;
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .gform_text .title {
    font-size: calc(22px + 8 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .gform_text .title {
    font-size: 30px;
  }
}

.gform_text a {
  color: #f1e82b;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.gform_text a:hover, .gform_text a:focus {
  color: inherit;
  opacity: .65;
}

.gform_fineprint {
  margin-top: 20px;
}

.gform_fineprint small {
  font-size: 1.3rem;
}

.gform_fineprint a {
  color: #f1e82b;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.gform_fineprint a:hover, .gform_fineprint a:focus {
  color: inherit;
  opacity: .65;
}

@media (min-width: 480px) {
  .gform_wrapper .gform_fineprint {
    padding-left: 150px;
  }
  .gform_wrapper ul li.gfield:not(.gfield_html) {
    padding-left: 150px;
    position: relative;
  }
  .gform_wrapper ul li.gfield:not(.gfield_html) .gfield_label {
    position: absolute;
    left: 0;
    top: 15px;
    width: 150px;
  }
  .gform_wrapper .ginput_container.ginput_container_checkbox {
    padding-top: 15px;
  }
}

@media (max-width: 479px) {
  .gform_wrapper .gform_text {
    font-size: 1.6rem;
  }
}

@media (min-width: 769px) {
  .gform_wrapper .ginput_container_checkbox .gfield_checkbox > li:nth-child(odd) {
    width: 58%;
  }
  .gform_wrapper .ginput_container_checkbox .gfield_checkbox > li:nth-child(even) {
    width: 42%;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

@media screen and (prefers-reduced-motion) {
  .slick-slide {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/* 
.step-in {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.step-in.is-revealed,
.is-revealed .step-in {
  opacity: 1;
}

.step-up {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.step-up.is-revealed,
.is-revealed .step-up {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}

.fade-in.is-revealed,
.is-revealed .fade-in {
  opacity: 1;
}

.scale-in {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scale-in.is-revealed,
.is-revealed .scale-in {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.perspective-in > .value {
  opacity: 0;
  -webkit-transition: opacity 0.1s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.1s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.1s linear;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.1s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateY(20deg) scale(1.1);
          transform: rotateY(20deg) scale(1.1);
}

.perspective-in > .value__content {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.perspective-in > .value.is-revealed,
.is-revealed .perspective-in > .value {
  opacity: 1;
  -webkit-transform: rotateY(0deg) scale(1);
          transform: rotateY(0deg) scale(1);
}

.perspective-in > .value.is-revealed .value__content,
.is-revealed .perspective-in > .value .value__content {
  opacity: 1;
}

.perspective-in:nth-child(1) > .value,
.perspective-in:nth-child(1) > .value__content {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}

.step-in[data-delay="1"],
.step-up[data-delay="1"],
.fade-in[data-delay="1"],
.scale-in[data-delay="1"],
.perspective-in[data-delay="1"] > .value,
.perspective-in:nth-child(1) > .value__content {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}

.perspective-in:nth-child(2) > .value,
.perspective-in:nth-child(2) > .value__content {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}

.step-in[data-delay="2"],
.step-up[data-delay="2"],
.fade-in[data-delay="2"],
.scale-in[data-delay="2"],
.perspective-in[data-delay="2"] > .value,
.perspective-in:nth-child(2) > .value__content {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}

.perspective-in:nth-child(3) > .value,
.perspective-in:nth-child(3) > .value__content {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.step-in[data-delay="3"],
.step-up[data-delay="3"],
.fade-in[data-delay="3"],
.scale-in[data-delay="3"],
.perspective-in[data-delay="3"] > .value,
.perspective-in:nth-child(3) > .value__content {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.perspective-in:nth-child(4) > .value,
.perspective-in:nth-child(4) > .value__content {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}

.step-in[data-delay="4"],
.step-up[data-delay="4"],
.fade-in[data-delay="4"],
.scale-in[data-delay="4"],
.perspective-in[data-delay="4"] > .value,
.perspective-in:nth-child(4) > .value__content {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}

.perspective-in:nth-child(5) > .value,
.perspective-in:nth-child(5) > .value__content {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}

.step-in[data-delay="5"],
.step-up[data-delay="5"],
.fade-in[data-delay="5"],
.scale-in[data-delay="5"],
.perspective-in[data-delay="5"] > .value,
.perspective-in:nth-child(5) > .value__content {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}

.perspective-in:nth-child(6) > .value,
.perspective-in:nth-child(6) > .value__content {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.step-in[data-delay="6"],
.step-up[data-delay="6"],
.fade-in[data-delay="6"],
.scale-in[data-delay="6"],
.perspective-in[data-delay="6"] > .value,
.perspective-in:nth-child(6) > .value__content {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.perspective-in:nth-child(7) > .value,
.perspective-in:nth-child(7) > .value__content {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}

.step-in[data-delay="7"],
.step-up[data-delay="7"],
.fade-in[data-delay="7"],
.scale-in[data-delay="7"],
.perspective-in[data-delay="7"] > .value,
.perspective-in:nth-child(7) > .value__content {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}

.perspective-in:nth-child(8) > .value,
.perspective-in:nth-child(8) > .value__content {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}

.step-in[data-delay="8"],
.step-up[data-delay="8"],
.fade-in[data-delay="8"],
.scale-in[data-delay="8"],
.perspective-in[data-delay="8"] > .value,
.perspective-in:nth-child(8) > .value__content {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}

.perspective-in:nth-child(9) > .value,
.perspective-in:nth-child(9) > .value__content {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}

.step-in[data-delay="9"],
.step-up[data-delay="9"],
.fade-in[data-delay="9"],
.scale-in[data-delay="9"],
.perspective-in[data-delay="9"] > .value,
.perspective-in:nth-child(9) > .value__content {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}

.perspective-in:nth-child(10) > .value,
.perspective-in:nth-child(10) > .value__content {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}

.step-in[data-delay="10"],
.step-up[data-delay="10"],
.fade-in[data-delay="10"],
.scale-in[data-delay="10"],
.perspective-in[data-delay="10"] > .value,
.perspective-in:nth-child(10) > .value__content {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}

.perspective-in:nth-child(11) > .value,
.perspective-in:nth-child(11) > .value__content {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}

.step-in[data-delay="11"],
.step-up[data-delay="11"],
.fade-in[data-delay="11"],
.scale-in[data-delay="11"],
.perspective-in[data-delay="11"] > .value,
.perspective-in:nth-child(11) > .value__content {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}

.perspective-in:nth-child(12) > .value,
.perspective-in:nth-child(12) > .value__content {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

.step-in[data-delay="12"],
.step-up[data-delay="12"],
.fade-in[data-delay="12"],
.scale-in[data-delay="12"],
.perspective-in[data-delay="12"] > .value,
.perspective-in:nth-child(12) > .value__content {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

.perspective-in:nth-child(13) > .value,
.perspective-in:nth-child(13) > .value__content {
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
}

.step-in[data-delay="13"],
.step-up[data-delay="13"],
.fade-in[data-delay="13"],
.scale-in[data-delay="13"],
.perspective-in[data-delay="13"] > .value,
.perspective-in:nth-child(13) > .value__content {
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
}

.perspective-in:nth-child(14) > .value,
.perspective-in:nth-child(14) > .value__content {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
}

.step-in[data-delay="14"],
.step-up[data-delay="14"],
.fade-in[data-delay="14"],
.scale-in[data-delay="14"],
.perspective-in[data-delay="14"] > .value,
.perspective-in:nth-child(14) > .value__content {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
}

.perspective-in:nth-child(15) > .value,
.perspective-in:nth-child(15) > .value__content {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}

.step-in[data-delay="15"],
.step-up[data-delay="15"],
.fade-in[data-delay="15"],
.scale-in[data-delay="15"],
.perspective-in[data-delay="15"] > .value,
.perspective-in:nth-child(15) > .value__content {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}

.perspective-in:nth-child(16) > .value,
.perspective-in:nth-child(16) > .value__content {
  -webkit-transition-delay: 1.6s !important;
          transition-delay: 1.6s !important;
}

.step-in[data-delay="16"],
.step-up[data-delay="16"],
.fade-in[data-delay="16"],
.scale-in[data-delay="16"],
.perspective-in[data-delay="16"] > .value,
.perspective-in:nth-child(16) > .value__content {
  -webkit-transition-delay: 1.6s !important;
          transition-delay: 1.6s !important;
}

.perspective-in:nth-child(17) > .value,
.perspective-in:nth-child(17) > .value__content {
  -webkit-transition-delay: 1.7s !important;
          transition-delay: 1.7s !important;
}

.step-in[data-delay="17"],
.step-up[data-delay="17"],
.fade-in[data-delay="17"],
.scale-in[data-delay="17"],
.perspective-in[data-delay="17"] > .value,
.perspective-in:nth-child(17) > .value__content {
  -webkit-transition-delay: 1.7s !important;
          transition-delay: 1.7s !important;
}

.perspective-in:nth-child(18) > .value,
.perspective-in:nth-child(18) > .value__content {
  -webkit-transition-delay: 1.8s !important;
          transition-delay: 1.8s !important;
}

.step-in[data-delay="18"],
.step-up[data-delay="18"],
.fade-in[data-delay="18"],
.scale-in[data-delay="18"],
.perspective-in[data-delay="18"] > .value,
.perspective-in:nth-child(18) > .value__content {
  -webkit-transition-delay: 1.8s !important;
          transition-delay: 1.8s !important;
}

.perspective-in:nth-child(19) > .value,
.perspective-in:nth-child(19) > .value__content {
  -webkit-transition-delay: 1.9s !important;
          transition-delay: 1.9s !important;
}

.step-in[data-delay="19"],
.step-up[data-delay="19"],
.fade-in[data-delay="19"],
.scale-in[data-delay="19"],
.perspective-in[data-delay="19"] > .value,
.perspective-in:nth-child(19) > .value__content {
  -webkit-transition-delay: 1.9s !important;
          transition-delay: 1.9s !important;
}

.perspective-in:nth-child(20) > .value,
.perspective-in:nth-child(20) > .value__content {
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important;
}

.step-in[data-delay="20"],
.step-up[data-delay="20"],
.fade-in[data-delay="20"],
.scale-in[data-delay="20"],
.perspective-in[data-delay="20"] > .value,
.perspective-in:nth-child(20) > .value__content {
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important;
}

.perspective-in:nth-child(21) > .value,
.perspective-in:nth-child(21) > .value__content {
  -webkit-transition-delay: 2.1s !important;
          transition-delay: 2.1s !important;
}

.step-in[data-delay="21"],
.step-up[data-delay="21"],
.fade-in[data-delay="21"],
.scale-in[data-delay="21"],
.perspective-in[data-delay="21"] > .value,
.perspective-in:nth-child(21) > .value__content {
  -webkit-transition-delay: 2.1s !important;
          transition-delay: 2.1s !important;
}

.perspective-in:nth-child(22) > .value,
.perspective-in:nth-child(22) > .value__content {
  -webkit-transition-delay: 2.2s !important;
          transition-delay: 2.2s !important;
}

.step-in[data-delay="22"],
.step-up[data-delay="22"],
.fade-in[data-delay="22"],
.scale-in[data-delay="22"],
.perspective-in[data-delay="22"] > .value,
.perspective-in:nth-child(22) > .value__content {
  -webkit-transition-delay: 2.2s !important;
          transition-delay: 2.2s !important;
}

.perspective-in:nth-child(23) > .value,
.perspective-in:nth-child(23) > .value__content {
  -webkit-transition-delay: 2.3s !important;
          transition-delay: 2.3s !important;
}

.step-in[data-delay="23"],
.step-up[data-delay="23"],
.fade-in[data-delay="23"],
.scale-in[data-delay="23"],
.perspective-in[data-delay="23"] > .value,
.perspective-in:nth-child(23) > .value__content {
  -webkit-transition-delay: 2.3s !important;
          transition-delay: 2.3s !important;
}

.perspective-in:nth-child(24) > .value,
.perspective-in:nth-child(24) > .value__content {
  -webkit-transition-delay: 2.4s !important;
          transition-delay: 2.4s !important;
}

.step-in[data-delay="24"],
.step-up[data-delay="24"],
.fade-in[data-delay="24"],
.scale-in[data-delay="24"],
.perspective-in[data-delay="24"] > .value,
.perspective-in:nth-child(24) > .value__content {
  -webkit-transition-delay: 2.4s !important;
          transition-delay: 2.4s !important;
}

.perspective-in:nth-child(25) > .value,
.perspective-in:nth-child(25) > .value__content {
  -webkit-transition-delay: 2.5s !important;
          transition-delay: 2.5s !important;
}

.step-in[data-delay="25"],
.step-up[data-delay="25"],
.fade-in[data-delay="25"],
.scale-in[data-delay="25"],
.perspective-in[data-delay="25"] > .value,
.perspective-in:nth-child(25) > .value__content {
  -webkit-transition-delay: 2.5s !important;
          transition-delay: 2.5s !important;
}

.perspective-in:nth-child(26) > .value,
.perspective-in:nth-child(26) > .value__content {
  -webkit-transition-delay: 2.6s !important;
          transition-delay: 2.6s !important;
}

.step-in[data-delay="26"],
.step-up[data-delay="26"],
.fade-in[data-delay="26"],
.scale-in[data-delay="26"],
.perspective-in[data-delay="26"] > .value,
.perspective-in:nth-child(26) > .value__content {
  -webkit-transition-delay: 2.6s !important;
          transition-delay: 2.6s !important;
}

.perspective-in:nth-child(27) > .value,
.perspective-in:nth-child(27) > .value__content {
  -webkit-transition-delay: 2.7s !important;
          transition-delay: 2.7s !important;
}

.step-in[data-delay="27"],
.step-up[data-delay="27"],
.fade-in[data-delay="27"],
.scale-in[data-delay="27"],
.perspective-in[data-delay="27"] > .value,
.perspective-in:nth-child(27) > .value__content {
  -webkit-transition-delay: 2.7s !important;
          transition-delay: 2.7s !important;
}

.perspective-in:nth-child(28) > .value,
.perspective-in:nth-child(28) > .value__content {
  -webkit-transition-delay: 2.8s !important;
          transition-delay: 2.8s !important;
}

.step-in[data-delay="28"],
.step-up[data-delay="28"],
.fade-in[data-delay="28"],
.scale-in[data-delay="28"],
.perspective-in[data-delay="28"] > .value,
.perspective-in:nth-child(28) > .value__content {
  -webkit-transition-delay: 2.8s !important;
          transition-delay: 2.8s !important;
}

.perspective-in:nth-child(29) > .value,
.perspective-in:nth-child(29) > .value__content {
  -webkit-transition-delay: 2.9s !important;
          transition-delay: 2.9s !important;
}

.step-in[data-delay="29"],
.step-up[data-delay="29"],
.fade-in[data-delay="29"],
.scale-in[data-delay="29"],
.perspective-in[data-delay="29"] > .value,
.perspective-in:nth-child(29) > .value__content {
  -webkit-transition-delay: 2.9s !important;
          transition-delay: 2.9s !important;
}

.perspective-in:nth-child(30) > .value,
.perspective-in:nth-child(30) > .value__content {
  -webkit-transition-delay: 3s !important;
          transition-delay: 3s !important;
}

.step-in[data-delay="30"],
.step-up[data-delay="30"],
.fade-in[data-delay="30"],
.scale-in[data-delay="30"],
.perspective-in[data-delay="30"] > .value,
.perspective-in:nth-child(30) > .value__content {
  -webkit-transition-delay: 3s !important;
          transition-delay: 3s !important;
}

.perspective-in:nth-child(31) > .value,
.perspective-in:nth-child(31) > .value__content {
  -webkit-transition-delay: 3.1s !important;
          transition-delay: 3.1s !important;
}

.step-in[data-delay="31"],
.step-up[data-delay="31"],
.fade-in[data-delay="31"],
.scale-in[data-delay="31"],
.perspective-in[data-delay="31"] > .value,
.perspective-in:nth-child(31) > .value__content {
  -webkit-transition-delay: 3.1s !important;
          transition-delay: 3.1s !important;
} */

  .step-in,
  .step-up,
  .fade-in,
  .scale-in,
  .perspective-in > .value,
  .perspective-in > .value__content {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) !important;
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) !important;
  }


.accordion-list {
  counter-reset: i;
  border: 1px solid #303030;
  border-radius: 4px;
}

.accordion {
  position: relative;
  counter-increment: i;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.accordion + .accordion:before {
  content: '';
  display: block;
  background-color: #303030;
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
}

.accordion__trigger {
  cursor: pointer;
  padding: 1.5em;
  width: 100%;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  text-align: left;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.accordion__trigger:before {
  content: counter(i, decimal-leading-zero);
  color: #f1e82b;
  margin-right: 1em;
}

.accordion__trigger .icon {
  margin-left: auto;
  color: #f1e82b;
  font-size: 1rem;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.accordion__trigger,
.accordion__panel {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.accordion__panel {
  overflow: hidden;
  will-change: scroll-position;
}

.accordion__panel > div {
  padding: 1em 4em;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  opacity: 1;
  -webkit-transition: opacity 400ms ease-out, -webkit-transform 400ms ease;
  transition: opacity 400ms ease-out, -webkit-transform 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease-out;
  transition: transform 400ms ease, opacity 400ms ease-out, -webkit-transform 400ms ease;
}

@media (max-width: 600px) {
  .accordion__panel > div {
    padding: 1em 2em;
  }
}

[data-active="true"] .accordion__trigger {
  color: #f1e82b;
}

[data-active="true"] .accordion__trigger .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: currentColor;
}

[data-active="false"] .accordion__panel div {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0;
}

.accordion {
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}

button {
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 0;
}

button:hover {
  cursor: pointer;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.buttons > .btn:not(:last-child), .gform_wrapper .buttons > .gform_button:not(:last-child) {
  margin-right: 20px;
}

.btn, .gform_wrapper .gform_button {
  display: inline-block;
  padding: 12px 15px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
}

.btn--wide {
  padding-left: 40px;
  padding-right: 40px;
}

.btn--block {
  display: block;
  width: 100%;
}

.btn--primary, .gform_wrapper .gform_button {
  background-color: #f1e82b;
  color: #111111;
}

.btn--grey {
  font-weight: 400;
  background-color: #231f20;
  color: white;
}

.btn--black {
  font-weight: 400;
  background-color: black;
  color: white;
}

.btn--small {
  font-weight: 400;
  font-size: 1.3rem;
  padding: 14px 20px;
}

@media (max-width: 480px) {
  .btn--small {
    font-size: 1.1rem;
    padding: 11px 20px;
  }
}

.btn--small.btn--wide {
  padding-left: 30px;
  padding-right: 30px;
}

.btn--large, .gform_wrapper .gform_button {
  font-size: 2.0rem;
  padding: 20px 30px;
}

.btn--large.btn--wide, .gform_wrapper .btn--wide.gform_button {
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .btn--large, .gform_wrapper .gform_button {
    padding: 15px 20px;
  }
}

.btn--phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn--phone > svg {
  margin-right: 18px;
  height: 24px;
  width: auto;
}

a.btn, .gform_wrapper a.gform_button,
button.btn,
.gform_wrapper button.gform_button {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a.btn:hover, .gform_wrapper a.gform_button:hover,
button.btn:hover,
.gform_wrapper button.gform_button:hover {
  text-decoration: none;
}

html:not(.mobile):not(.tablet) a.btn--primary:hover, html:not(.mobile):not(.tablet) .gform_wrapper a.gform_button:hover, .gform_wrapper html:not(.mobile):not(.tablet) a.gform_button:hover, a.btn--primary.on_press, .gform_wrapper a.on_press.gform_button, html:not(.mobile):not(.tablet) button.btn--primary:hover, html:not(.mobile):not(.tablet) .gform_wrapper button.gform_button:hover, .gform_wrapper html:not(.mobile):not(.tablet) button.gform_button:hover,
button.btn--primary.on_press,
.gform_wrapper button.on_press.gform_button {
  background-color: rgba(241, 232, 43, 0.65);
}

a.btn--grey:hover,
button.btn--grey:hover {
  background-color: #f1e82b;
  color: #111111;
  opacity: 1;
}

.skip-to-link {
  position: fixed;
  top: 10px;
  left: 10px;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  color: #111111;
  background: #f1e82b;
  opacity: 0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 102;
  outline: none;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  padding: 10px 16px;
}

.skip-to-link:focus {
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  clip: auto;
  white-space: normal;
  outline: none;
  text-decoration: underline;
}

.skip-to-link:hover {
  background: rgba(230, 230, 230, 0.85);
}

.skip-to-link.js-enquiryReturn {
  display: none;
}

body.is-enquiryOpen .skip-to-link.js-enquiryReturn {
  display: block;
}

.skip-to-link--enquiry {
  -webkit-transition: none;
  transition: none;
}

.skip-to-link--enquiry:focus {
  right: 0;
  top: 0;
  left: auto;
  width: 670px;
  height: 100vh;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
}

label {
  display: block;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  text-align: left;
}

fieldset legend {
  color: white;
  font-family: "Mark Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 900;
  font-display: fallback;
}

input[type="checkbox"] + .checkbox-label {
  padding-left: 22px;
  position: relative;
  color: white;
  font-size: 1.3rem;
  line-height: 1;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input[type="checkbox"] + .checkbox-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}

input[type="checkbox"] + .checkbox-label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 8px;
  height: 8px;
  display: block;
  background-color: #f1e82b;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

input[type="checkbox"]:checked + .checkbox-label:before {
  border-color: #f1e82b;
}

input[type="checkbox"]:checked + .checkbox-label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

input[type="checkbox"]:focus + .checkbox-label:before,
input[type="checkbox"]:hover + .checkbox-label:before {
  border-color: #f1e82b;
}

input[type="text"],
textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  font-family: "Maison Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  color: white;
  background: transparent;
  padding: 18px 20px;
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-display: fallback;
}

input[type="text"]:focus,
textarea:focus {
  outline: none;
  border-color: #f1e82b;
}

@-webkit-keyframes autofill {
  to {
    color: white;
    background: transparent;
  }
}

input[type="text"]:-webkit-autofill, input[type="text"]:-webkit-autofill:hover, input[type="text"]:-webkit-autofill:focus, input[type="text"]:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  color: white;
  opacity: .85;
}

input[type="text"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: .5;
}

@media (min-width: 767px) {
  input[type="text"],
  textarea {
    font-size: 1.4rem;
  }
  input[type="text"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  input[type="text"],
  textarea {
    font-size: 1.6rem;
  }
  input[type="text"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
}

textarea {
  min-height: 100px;
  min-width: 100%;
  max-width: 100%;
}

input[type="file"] {
  cursor: pointer;
}

.newsletter {
  display: block;
}

.newsletter,
.newsletter label,
.newsletter .inner {
  position: relative;
}

.newsletter .inner {
  display: block;
}

.newsletter .icon--mail {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 1.6rem;
  margin-top: -8px;
}

.newsletter .icon--mail, .newsletter .icon--mail:before {
  line-height: 1;
  display: block;
}

.newsletter input[type="text"] {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  padding-right: 120px;
  padding-left: 40px;
  font-size: 1.8rem;
  height: 82px;
}

.newsletter input[type="text"]::-webkit-input-placeholder {
  font-size: 1.8rem;
}

.newsletter button {
  position: absolute;
  right: 0;
  top: 20px;
}

.newsletter button.btn--grey {
  width: 90px;
}

.newsletter .message--success {
  margin-top: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .newsletter__hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
  }
}

@media (max-width: 767px) {
  .newsletter__hidden {
    display: block;
    font-size: 1.4rem;
    color: white;
    margin-bottom: 0;
  }
  .newsletter input[type="text"]::-webkit-input-placeholder {
    content: none;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}

@media (max-width: 480px) {
  .newsletter input[type="text"] {
    padding-right: 20px;
    padding-left: 40px;
    height: 52px;
  }
}

.share {
  display: inline-block;
}

.share .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share a {
  display: block;
}

.share a:hover, .share a:focus {
  color: white;
  opacity: 1;
  text-decoration: none;
}

.share .icon, .share .icon:before {
  display: block;
  line-height: 1;
}

.share .icon--instagram {
  font-size: 2.4rem;
}

.share .icon--facebook:before {
  font-size: 2.4rem;
}

.share .icon--twitter:before {
  font-size: 1.9rem;
}

.share .icon--linkedin:before {
  font-size: 1.9rem;
}

.share__title {
  font-family: "Maison Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  margin-right: 30px;
  font-display: fallback;
}

.share__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.55);
}

.share__list > li:not(:last-child) {
  margin-right: 30px;
}

.share--resource {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: white;
  padding: 15px 20px;
}

.share--resource a {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.share--resource a:hover, .share--resource a:focus {
  opacity: .5;
}

.share--resource .share__title {
  font-weight: 800;
}

@media (min-width: 960px) {
  .share--resource .share__title {
    font-size: 1.4rem;
  }
}

@media (max-width: 959px) {
  .share--resource .share__title {
    font-size: 1.2rem;
  }
}

.share--resource .share__title,
.share--resource .share__list > li:not(:last-child) {
  margin-right: 20px;
}

.share--resource .icon--instagram {
  font-size: 1.7rem;
}

.share--resource .icon--facebook:before {
  font-size: 1.7rem;
}

.share--resource .icon--twitter:before {
  font-size: 1.4rem;
}

.share--resource .icon--linkedin:before {
  font-size: 1.6rem;
}

.specialty {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  text-align: center;
  padding: 40px;
  height: 200px;
}

.specialty__icon, .specialty__title {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.specialty__icon {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 1;
  width: 100%;
  padding: 0 20px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}

.specialty__icon > img {
  margin: 0 auto;
  max-height: 52px;
  height: auto;
  width: auto;
}

.specialty__title {
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  padding: 0 20px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .specialty__title {
    font-size: calc(16px + 7 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .specialty__title {
    font-size: 23px;
  }
}

.specialty__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  font-size: 1.4rem;
  line-height: 1.4;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.specialty__content .text {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

html:not(.mobile):not(.tablet) .specialty:hover .specialty__icon, .specialty.on_press .specialty__icon {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

html:not(.mobile):not(.tablet) .specialty:hover .specialty__title, .specialty.on_press .specialty__title {
  -webkit-transform: translateY(-95px);
          transform: translateY(-95px);
}

html:not(.mobile):not(.tablet) .specialty:hover .specialty__content, .specialty.on_press .specialty__content {
  opacity: 1;
}

.tablet .specialty .specialty__icon,
.mobile .specialty .specialty__icon {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

.tablet .specialty .specialty__title,
.mobile .specialty .specialty__title {
  -webkit-transform: translateY(-95px);
          transform: translateY(-95px);
}

.tablet .specialty .specialty__content,
.mobile .specialty .specialty__content {
  opacity: 1;
}

@media (min-width: 480px) and (max-width: 1023px) {
  .tablet .specialty,
  .mobile .specialty {
    margin-bottom: 50px;
  }
}

@media (max-width: 479px) {
  .specialty .specialty__icon {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  .specialty .specialty__title {
    -webkit-transform: translateY(-95px);
            transform: translateY(-95px);
  }
  .specialty .specialty__content {
    opacity: 1;
  }
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children > a {
  padding-right: 20px;
  position: relative;
}

.menu-item-has-children > a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #f1e82b transparent transparent transparent;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

.menu-item-has-children > .submenu {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  display: block;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  opacity: 0;
  top: 100%;
  left: 50%;
  width: 220px;
  margin-left: -110px;
  padding-top: 20px;
  border-radius: 5px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu-item-has-children > .submenu:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 20px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.65);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.65);
  border-radius: 5px;
}

.menu-item-has-children > .submenu:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  z-index: 2;
  margin-left: -6px;
  margin-bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent rgba(35, 31, 32, 0.9) transparent;
}

.menu-item-has-children > .submenu > li {
  position: relative;
  z-index: 2;
  padding: 0 24px;
  background-color: rgba(35, 31, 32, 0.9);
}

.menu-item-has-children > .submenu > li:first-child {
  border-radius: 5px 5px 0 0;
}

.menu-item-has-children > .submenu > li:last-child {
  border-radius: 0 0 5px 5px;
}

.menu-item-has-children > .submenu > li:not(:last-child) > a {
  border-bottom: 1px solid #303030;
}

.menu-item-has-children > .submenu > li.is-active > a {
  color: #f1e82b;
}

html:not(.mobile):not(.tablet) .menu-item-has-children > .submenu > li.is-active > a:hover, .menu-item-has-children > .submenu > li.is-active > a.on_press {
  color: #f6f073;
}

.menu-item-has-children > .submenu > li.menu-item-has-children > a {
  padding-right: 30px;
}

.menu-item-has-children > .submenu > li.menu-item-has-children > a:after {
  right: 20px;
}

.menu-item-has-children > .submenu > li > a {
  white-space: nowrap;
  display: block;
  padding: 13px 0;
  color: white;
}

html:not(.mobile):not(.tablet) .menu-item-has-children > .submenu > li > a:hover, .menu-item-has-children > .submenu > li > a.on_press {
  color: #f1e82b;
}

.menu-item-has-children > .submenu .submenu {
  top: 0;
  left: 100%;
  margin-left: 0;
  padding-top: 0;
}

.menu-item-has-children:hover, .menu-item-has-children.focussed {
  z-index: 2;
}

.menu-item-has-children:hover > a:after, .menu-item-has-children.focussed > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.menu-item-has-children:hover > .submenu, .menu-item-has-children.focussed > .submenu {
  display: block;
  clip: auto;
  height: auto;
  overflow: visible;
  white-space: normal;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-solution .section-specialty .value__inner {
  text-align: center;
}

.value__inner .count {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #646464;
}

.value__content {
  position: relative;
  text-align: center;
}

.value .icon {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-solution .section-specialty .value .icon {
  height: 50px;
}

.value .icon img {
  display: block;
  margin: 0;
}

.value .title {
  font-size: 18px;
  margin-bottom: 15px;
}

@media screen and (min-width: 480px) {
  .value .title {
    font-size: calc(18px + 10 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .value .title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .value__inner {
    width: 100%;
    padding: 140px 15px 40px;
  }
  .value .icon {
    height: 100px;
    margin-bottom: 10px;
  }
}




/* Google review pannel ------------------------------------ */
.mainreview .wp-gr.wpac .wp-google-review .wp-google-stars
{
  padding-bottom: 15px!important;
    padding-top: 5px!important;
}

.reviewheader .wp-gr .grw-slider .grw-slider-header-inner, .wp-gr .grw-slider .grw-slider-review-inner
{
  margin: 0!important;
}

.wp-google-place, .reviewheader
{
  width: min-content !important;
}


.wp-gr .grw-slider .grw-slider-btns 
{
  width: 50px!important;
}


.mainreview .grw-slider-controls .grw-slider-next
{
  background-image: url(https://www.bonfire.com.au/wp-content/uploads/2023/03/svg-path-1.svg)!important;
  background-repeat: no-repeat!important;
  background-size: 45px auto!important;
  text-indent: -99999px !important;
  overflow: hidden !important;
}

.mainreview .grw-slider-controls .grw-slider-prev
{
  background-image: url(https://www.bonfire.com.au/wp-content/uploads/2023/03/svg-path-1.svg)!important;
  background-repeat: no-repeat!important;
  background-size: 45px auto!important;
  text-indent: -99999px !important;
  overflow: hidden !important;
  transform:scaleX(-1)!important;
}





.mainreview .wp-gr .wp-more-toggle
{
  color: #f1e82b!important;
}

.mainreview .wp-gr.wpac a.wp-google-name
{
  color: #f1e82b!important;
  transition: opacity 0.2s linear!important;
  font-weight: normal!important;
}

.mainreview .wp-gr .grw-slider .grw-slider-review-inner>svg {
  top: 30px!important;
  right: 30px!important;
  width: 25px!important;
  height: 25px!important;
}

.wp-gr .grw-slider .grw-slider-review-inner>svg {
  position: absolute!important;
  top: 10px!important;
  right: 10px!important;
  width: 28px!important;
  height: 28px!important;
}


.mainreview .wp-gr .grw-slider:not(.wp-dark) .grw-slider-review-inner.grw-slider-review-border
{
  background: #231f20!important;
}


.grw-slider-reviews .grw-slider-review
{
  padding-left: 10px!important;
  padding-right: 10px!important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
      -ms-flex-direction: column!important;
          flex-direction: column!important;
  height: auto!important;
  min-height: 0!important;
  float: none!important;
  -webkit-transition: -webkit-transform 0.2s ease-out!important;
  transition: -webkit-transform 0.2s ease-out!important;
  transition: transform 0.2s ease-out!important;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out!important;
}

.mainreview .grw-slider-review-inner.grw-slider-review-border
{
  width: 100%;
  background-image: url(/web/20211224134901im_/https://www.bonfire.com.au/wp-content/themes/bonfire/img/google-logo.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 4rem) calc( 2rem + (25px/2));
  background-size: 25px auto;
  padding-top: 2em !important;
  padding-bottom: 2em !important;


  position: relative!important;

  display: flex!important;

          flex-direction: column!important;
  background: #231f20!important;
  color: rgba(255, 255, 255, 0.85)!important;
  -webkit-box-flex: 1!important;

          flex-grow: 1!important;

  padding: 30px!important;

  transition: transform 0.2s ease-out, box-shadow 0.2s linear, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s linear!important;
}


.wp-gr .wp-google-powered img
{
  max-width: 160px!important;
  text-align: center!important;
}


/* End google review Pannel------------------------------------ */




.value__inner,
.wp-google-right,
.wp-google-place {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #231f20;
  color: rgba(255, 255, 255, 0.85);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 320px;
  padding: 30px;
  padding-top: 230px;
  padding-bottom: 85px;
  background-repeat: repeat-x;
  background-position: bottom left;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJElEQVQoU2NkIAIE+vv/ZyRCHcNgUAhyw/qNGxnx0WDPDHKFAB3NY1f2Rf6gAAAAAElFTkSuQmCC);
  -webkit-transition: -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s linear;
  transition: -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s linear;
  transition: transform 0.2s ease-out, box-shadow 0.2s linear;
  transition: transform 0.2s ease-out, box-shadow 0.2s linear, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s linear;
}

.single-solution .section-specialty .value__inner, .single-solution .section-specialty
.wp-google-right, .single-solution .section-specialty
.wp-google-place {
  position: relative;
  padding: 40px;
  height: 200px;
}

html:not(.mobile):not(.tablet) .single-solution .section-specialty .value__inner:hover .icon, .single-solution .section-specialty .value__inner.on_press .icon, html:not(.mobile):not(.tablet) .single-solution .section-specialty
.wp-google-right:hover .icon, .single-solution .section-specialty
.wp-google-right.on_press .icon, html:not(.mobile):not(.tablet) .single-solution .section-specialty
.wp-google-place:hover .icon, .single-solution .section-specialty
.wp-google-place.on_press .icon {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

html:not(.mobile):not(.tablet) .single-solution .section-specialty .value__inner:hover .title, .single-solution .section-specialty .value__inner.on_press .title, html:not(.mobile):not(.tablet) .single-solution .section-specialty
.wp-google-right:hover .title, .single-solution .section-specialty
.wp-google-right.on_press .title, html:not(.mobile):not(.tablet) .single-solution .section-specialty
.wp-google-place:hover .title, .single-solution .section-specialty
.wp-google-place.on_press .title {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

html:not(.mobile):not(.tablet) .single-solution .section-specialty .value__inner:hover .specialty__content, .single-solution .section-specialty .value__inner.on_press .specialty__content, html:not(.mobile):not(.tablet) .single-solution .section-specialty
.wp-google-right:hover .specialty__content, .single-solution .section-specialty
.wp-google-right.on_press .specialty__content, html:not(.mobile):not(.tablet) .single-solution .section-specialty
.wp-google-place:hover .specialty__content, .single-solution .section-specialty
.wp-google-place.on_press .specialty__content {
  opacity: 1;
}

.widget-brands {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  justify-items: center;
  width: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.widget-brands > li {
  padding-left: 8px;
  padding-right: 8px;
  min-width: 152px;
  width: 16.66666667%;
  white-space: nowrap;
  padding-bottom: 30px;
}

@media screen and (min-width: 480px) {
  .widget-brands > li {
    padding-left: calc(8px + 22 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .widget-brands > li {
    padding-left: 30px;
  }
}

@media screen and (min-width: 480px) {
  .widget-brands > li {
    padding-right: calc(8px + 22 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .widget-brands > li {
    padding-right: 30px;
  }
}

@media screen and (min-width: 480px) {
  .widget-brands > li {
    min-width: calc(152px + 78 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .widget-brands > li {
    min-width: 230px;
  }
}

.widget-brands > li:first-child {
  margin-left: -8px;
}

@media screen and (min-width: 480px) {
  .widget-brands > li:first-child {
    margin-left: calc(-8px + -22 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .widget-brands > li:first-child {
    margin-left: -30px;
  }
}

.widget-brands__item {
  font-size: 12px;
  width: 100%;
  margin: 0 auto;
  display: block;
  color: white;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .widget-brands__item {
    font-size: calc(12px + 2 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .widget-brands__item {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .widget-brands__item > *:not(.logo) {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: .14;
  }
}

.widget-brands__item .logo {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.widget-brands__item .logo > img {
  margin: 0 auto;
  display: block;
  max-width: 180px;
  max-height: 50px;
  width: auto;
  height: auto;
}

.widget-brands__item .stat {
  margin-bottom: 8px;
}

.widget-brands__item .post-stat-text {
  margin-bottom: 25px;
  display: block;
}

@media (max-width: 479px) {
  .widget-brands__item .post-stat-text {
    white-space: pre-wrap;
    min-height: 25px;
  }
}

.widget-brands__item .btn, .widget-brands__item .gform_wrapper .gform_button, .gform_wrapper .widget-brands__item .gform_button {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.widget-brands__item .btn:hover, .widget-brands__item .gform_wrapper .gform_button:hover, .gform_wrapper .widget-brands__item .gform_button:hover, .widget-brands__item .btn:focus, .widget-brands__item .gform_wrapper .gform_button:focus, .gform_wrapper .widget-brands__item .gform_button:focus {
  background-color: #f1e82b;
  color: #111111;
}

html:not(.mobile):not(.tablet) .widget-brands__item:hover, .widget-brands__item.on_press {
  text-decoration: none;
}

html:not(.mobile):not(.tablet) .widget-brands__item:hover,
html:not(.mobile):not(.tablet) .widget-brands__item:hover > *, .widget-brands__item.on_press,
.widget-brands__item.on_press > * {
  opacity: 1;
}

html:not(.mobile):not(.tablet) .widget-brands__item:hover .btn, html:not(.mobile):not(.tablet) .widget-brands__item:hover .gform_wrapper .gform_button, .gform_wrapper html:not(.mobile):not(.tablet) .widget-brands__item:hover .gform_button, .widget-brands__item.on_press .btn, .widget-brands__item.on_press .gform_wrapper .gform_button, .gform_wrapper .widget-brands__item.on_press .gform_button {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 767px) {
  .widget-brands__item {
    opacity: 1;
  }
  .widget-brands__item .logo {
    padding-left: 10px;
    padding-right: 10px;
    height: 80px;
  }
  .widget-brands__item .btn, .widget-brands__item .gform_wrapper .gform_button, .gform_wrapper .widget-brands__item .gform_button {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }
  html:not(.mobile):not(.tablet) .widget-brands__item:hover .btn, html:not(.mobile):not(.tablet) .widget-brands__item:hover .gform_wrapper .gform_button, .gform_wrapper html:not(.mobile):not(.tablet) .widget-brands__item:hover .gform_button, .widget-brands__item.on_press .btn, .widget-brands__item.on_press .gform_wrapper .gform_button, .gform_wrapper .widget-brands__item.on_press .gform_button {
    background-color: #f1e82b;
    color: #111111;
  }
}

.wp-google-list .wp-google-reviews .slick-prev,
.wp-google-list .wp-google-reviews .slick-next {
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wp-google-list .wp-google-reviews .slick-prev {
  left: -1.5em;
}

.wp-google-list .wp-google-reviews .slick-next {
  right: -1.5em;
}

:root .wp-google-reviews > .slick-list {
  overflow: hidden;
}

.wp-google-place,
.wp-google-review {
  position: relative;
}

.wp-google-left {
  position: absolute;
  z-index: 9;
  left: 40px;
  top: 2em;
}

.wp-google-left > img {
  border-radius: 100%;
}


.reviewheader .wp-gr .wp-google-left img
{
  margin-right: 0!important;
} 

.wp-google-right {
  width: 100%;
  background-image: url(../../img/google-logo.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 4rem) calc( 2rem + (25px/2));
  background-size: 25px auto;
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.wp-google-place .wp-google-right {
  background: none;
}

.wp-google-stars {
  display: block;
  margin: 1em 0 .5em;
}

.wp-google-stars path {
  fill: #f1e82b;
}

.wp-google-stars .wp-stars {
  margin-left: -.2em;
}

.wp-google-stars .wp-stars .wp-star {
  padding: 0 .2em;
}

.wp-google-name,
.wp-google-time {
  margin-left: calc(50px + 1.2em);
}

.wp-google-place {
  text-align: center;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.wp-google-place .wp-google-name {
  display: none;
}

.wp-google-place .wp-google-left {
  position: static;
  display: flex!important;
  place-content: center;
  margin-bottom: 25px!important;
}

.wp-google-place .wp-google-right {
  padding-top: 0 !important;
}

.wp-google-place .wp-google-powered {
  white-space: nowrap;
  font-size: 18px;
  color: #fff;
  filter: brightness(0) invert(1);
  text-align: center!important;
}




.wp-google-place .wp-google-rating {
  font-family: "Mark Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif!important;
    font-weight: 800!important;
    margin: 0!important;
    color: white!important;
    letter-spacing: -.03em!important;
    line-height: 1!important;
  font-size: 24px!important;
}

@media screen and (min-width: 480px) {
  .wp-google-place .wp-google-rating {
    font-size: calc(24px + 36 * (100vw - 480px) / 1320)!important;
  }
}

@media screen and (min-width: 1800px) {
  .wp-google-place .wp-google-rating {
    font-size: 60px!important;
  }
}

.wp-google-place .wp-google-rating:after {
  content: "/5";
}

.wp-google-place .wp-google-right > :nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1em 0 .5em;
}

.wp-google-place .wp-google-right > :nth-child(2) .wp-google-stars {
  display: none;
}

.wp-google-url {
  display: block;
  text-align: center;
  margin-top: 2em;
}

.wp-google-text {
  font-size: 14px;
}

.wp-more {
  display: none;
}

.wp-more-toggle {
  color: #f1e82b;
}

svg {
  min-height: 0;
  min-width: 0;
}

html {
  height: 100%;
}

body {
  background-color: #111111;
  color: rgba(255, 255, 255, 0.85);
}

@media screen and (prefers-reduced-motion) {
  * {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.container, .widget-brands {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.container--page {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.container--full {
  max-width: none !important;
}

@media (min-width: 1440px) {
  .container, .widget-brands {
    max-width: 1580px;
    padding-left: 90px;
    padding-right: 90px;
  }
  .container--wide {
    max-width: 1900px;
  }
  .container--narrow {
    max-width: 1140px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .container, .widget-brands {
    max-width: 1520px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .container--wide {
    max-width: 1840px;
  }
  .container--narrow {
    max-width: 1080px;
  }
}

@media (max-width: 1023px) {
  .container, .widget-brands {
    max-width: 1460px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container--wide {
    max-width: 1780px;
  }
  .container--narrow {
    max-width: 1020px;
  }
}

.bg-black {
  background-color: black;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.grid--walled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 960px) {
  .grid--walled {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -40px;
    width: auto;
  }
  .grid--walled .hero-internal__title {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .grid--walled > .grid__col {
    width: 50%;
    padding-left: 40px;
  }
  .grid--walled > .grid__col:first-child {
    width: 52.778%;
  }
  .grid--walled > .grid__col:last-child {
    width: 47.222%;
  }
  .grid--walled .form-walled {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(47.222% - 40px);
  }
  .grid--walled .hero-internal__meta,
  .grid--walled .cms-block-content {
    max-width: 640px;
  }
}

@media (max-width: 959px) {
  .grid--walled {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .grid--walled .form-walled {
    margin: 0 auto;
    width: 100%;
  }
}

.page-home .section-brightestminds {
  margin-bottom: 50px;
}

@media screen and (min-width: 480px) {
  .page-home .section-brightestminds {
    margin-bottom: calc(50px + 140 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-home .section-brightestminds {
    margin-bottom: 190px;
  }
}

.page-home .section-services {
  margin-bottom: 120px;
}

@media screen and (min-width: 480px) {
  .page-home .section-services {
    margin-bottom: calc(100px + 90 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-home .section-services {
    margin-bottom: 190px;
  }
}

.page-home .quote-statement {
  margin-bottom: 120px;
}

@media screen and (min-width: 480px) {
  .page-home .quote-statement {
    margin-bottom: calc(100px + 130 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-home .quote-statement {
    margin-bottom: 230px;
  }
}

.page-home .section-cs {
  margin-bottom: 75px;
}

@media screen and (min-width: 480px) {
  .page-home .section-cs {
    margin-bottom: calc(75px + 175 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-home .section-cs {
    margin-bottom: 250px;
  }
}

.page-home .cta-letstalk {
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .page-home .cta-letstalk {
    margin-bottom: calc(40px + 190 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-home .cta-letstalk {
    margin-bottom: 230px;
  }
}

.page-about .hero-internal .container, .page-about .hero-internal .widget-brands {
  padding-top: 120px;
  padding-bottom: 100px;
}

@media screen and (min-width: 480px) {
  .page-about .hero-internal .container, .page-about .hero-internal .widget-brands {
    padding-top: calc(120px + 130 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-about .hero-internal .container, .page-about .hero-internal .widget-brands {
    padding-top: 250px;
  }
}

@media screen and (min-width: 480px) {
  .page-about .hero-internal .container, .page-about .hero-internal .widget-brands {
    padding-bottom: calc(100px + 35 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-about .hero-internal .container, .page-about .hero-internal .widget-brands {
    padding-bottom: 135px;
  }
}

.page-about .hero-internal__content {
  max-width: 480px;
}

@media screen and (min-width: 480px) {
  .page-about .hero-internal__content {
    max-width: calc(480px + 240 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-about .hero-internal__content {
    max-width: 720px;
  }
}

.page-about .content-main {
  padding-top: 50px;
}

@media screen and (min-width: 480px) {
  .page-about .content-main {
    padding-top: calc(50px + 90 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-about .content-main {
    padding-top: 140px;
  }
}

.page-about .section-sidebyside + .bg-black {
  margin-top: 75px;
}

@media screen and (min-width: 480px) {
  .page-about .section-sidebyside + .bg-black {
    margin-top: calc(75px + 75 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-about .section-sidebyside + .bg-black {
    margin-top: 150px;
  }
}

.page-about .section-values {
  margin-top: 75px;
}

@media screen and (min-width: 480px) {
  .page-about .section-values {
    margin-top: calc(75px + 105 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-about .section-values {
    margin-top: 180px;
  }
}

.page-about .section-values__overflow + .container--wide {
  margin-top: 75px;
  margin-bottom: 75px;
}

@media screen and (min-width: 480px) {
  .page-about .section-values__overflow + .container--wide {
    margin-top: calc(75px + 125 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-about .section-values__overflow + .container--wide {
    margin-top: 200px;
  }
}

@media screen and (min-width: 480px) {
  .page-about .section-values__overflow + .container--wide {
    margin-bottom: calc(75px + 125 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-about .section-values__overflow + .container--wide {
    margin-bottom: 200px;
  }
}

.page-about .section-values__list {
  margin-top: 40px;
}

@media screen and (min-width: 480px) {
  .page-about .section-values__list {
    margin-top: calc(40px + 40 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-about .section-values__list {
    margin-top: 80px;
  }
}

.page-about .bg-black > .section-sidebyside--google {
  margin-top: 75px;
  margin-bottom: 120px;
}

@media screen and (min-width: 480px) {
  .page-about .bg-black > .section-sidebyside--google {
    margin-top: calc(75px + 135 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-about .bg-black > .section-sidebyside--google {
    margin-top: 210px;
  }
}

@media screen and (min-width: 480px) {
  .page-about .bg-black > .section-sidebyside--google {
    margin-bottom: calc(100px + 215 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-about .bg-black > .section-sidebyside--google {
    margin-bottom: 315px;
  }
}

.page-about .section-awards {
  margin-bottom: 75px;
}

@media screen and (min-width: 480px) {
  .page-about .section-awards {
    margin-bottom: calc(75px + 75 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-about .section-awards {
    margin-bottom: 150px;
  }
}

.page-about .cta-brightestminds {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .page-about .cta-brightestminds {
    padding-top: calc(40px + 110 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-about .cta-brightestminds {
    padding-top: 150px;
  }
}

@media screen and (min-width: 480px) {
  .page-about .cta-brightestminds {
    padding-bottom: calc(40px + 110 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-about .cta-brightestminds {
    padding-bottom: 150px;
  }
}

.page-about .cta-letstalk {
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .page-about .cta-letstalk {
    margin-bottom: calc(40px + 110 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-about .cta-letstalk {
    margin-bottom: 150px;
  }
}

.page-approach .hero-internal .container, .page-approach .hero-internal .widget-brands {
  padding-top: 120px;
  padding-bottom: 100px;
}

@media screen and (min-width: 480px) {
  .page-approach .hero-internal .container, .page-approach .hero-internal .widget-brands {
    padding-top: calc(120px + 130 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-approach .hero-internal .container, .page-approach .hero-internal .widget-brands {
    padding-top: 250px;
  }
}

@media screen and (min-width: 480px) {
  .page-approach .hero-internal .container, .page-approach .hero-internal .widget-brands {
    padding-bottom: calc(100px + 110 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-approach .hero-internal .container, .page-approach .hero-internal .widget-brands {
    padding-bottom: 210px;
  }
}

.page-approach .hero-internal__content {
  max-width: 480px;
}

@media screen and (min-width: 480px) {
  .page-approach .hero-internal__content {
    max-width: calc(480px + 350 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-approach .hero-internal__content {
    max-width: 830px;
  }
}

.page-approach .cta-letstalk {
  margin-top: 100px;
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .page-approach .cta-letstalk {
    margin-top: calc(100px + 110 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-approach .cta-letstalk {
    margin-top: 210px;
  }
}

@media screen and (min-width: 480px) {
  .page-approach .cta-letstalk {
    margin-bottom: calc(40px + 110 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-approach .cta-letstalk {
    margin-bottom: 150px;
  }
}

.page-solutions .hero-internal .container, .page-solutions .hero-internal .widget-brands {
  padding-top: 120px;
  padding-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .page-solutions .hero-internal .container, .page-solutions .hero-internal .widget-brands {
    padding-top: calc(120px + 130 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-solutions .hero-internal .container, .page-solutions .hero-internal .widget-brands {
    padding-top: 250px;
  }
}

@media screen and (min-width: 480px) {
  .page-solutions .hero-internal .container, .page-solutions .hero-internal .widget-brands {
    padding-bottom: calc(40px + 170 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-solutions .hero-internal .container, .page-solutions .hero-internal .widget-brands {
    padding-bottom: 210px;
  }
}

.page-solutions .hero-internal__content {
  max-width: 480px;
}

@media screen and (min-width: 480px) {
  .page-solutions .hero-internal__content {
    max-width: calc(480px + 240 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-solutions .hero-internal__content {
    max-width: 720px;
  }
}

.page-solutions .cta-letstalk {
  margin-top: 100px;
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .page-solutions .cta-letstalk {
    margin-top: calc(100px + 110 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-solutions .cta-letstalk {
    margin-top: 210px;
  }
}

@media screen and (min-width: 480px) {
  .page-solutions .cta-letstalk {
    margin-bottom: calc(40px + 110 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-solutions .cta-letstalk {
    margin-bottom: 150px;
  }
}

.page-work .hero-internal .container, .page-work .hero-internal .widget-brands {
  padding-top: 120px;
  padding-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .page-work .hero-internal .container, .page-work .hero-internal .widget-brands {
    padding-top: calc(120px + 130 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-work .hero-internal .container, .page-work .hero-internal .widget-brands {
    padding-top: 250px;
  }
}

@media screen and (min-width: 480px) {
  .page-work .hero-internal .container, .page-work .hero-internal .widget-brands {
    padding-bottom: calc(40px + 30 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-work .hero-internal .container, .page-work .hero-internal .widget-brands {
    padding-bottom: 70px;
  }
}

.page-work .hero-internal__content {
  max-width: 480px;
}

@media screen and (min-width: 480px) {
  .page-work .hero-internal__content {
    max-width: calc(480px + 240 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-work .hero-internal__content {
    max-width: 720px;
  }
}

.page-work .section-work {
  margin-bottom: 75px;
}

@media screen and (min-width: 480px) {
  .page-work .section-work {
    margin-bottom: calc(75px + 105 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-work .section-work {
    margin-bottom: 180px;
  }
}

.page-work .filter {
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .page-work .filter {
    margin-bottom: calc(20px + 60 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-work .filter {
    margin-bottom: 80px;
  }
}

.page-work .pagination {
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  .page-work .pagination {
    margin-top: calc(20px + 45 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-work .pagination {
    margin-top: 65px;
  }
}

.page-work .cta-letstalk {
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .page-work .cta-letstalk {
    margin-bottom: calc(40px + 120 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-work .cta-letstalk {
    margin-bottom: 160px;
  }
}

.page-work .cta-more {
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .page-work .cta-more {
    margin-bottom: calc(40px + 80 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-work .cta-more {
    margin-bottom: 120px;
  }
}

.page-resources .hero-internal .container, .page-resources .hero-internal .widget-brands {
  padding-top: 120px;
  padding-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .page-resources .hero-internal .container, .page-resources .hero-internal .widget-brands {
    padding-top: calc(120px + 130 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-resources .hero-internal .container, .page-resources .hero-internal .widget-brands {
    padding-top: 250px;
  }
}

@media screen and (min-width: 480px) {
  .page-resources .hero-internal .container, .page-resources .hero-internal .widget-brands {
    padding-bottom: calc(40px + 30 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-resources .hero-internal .container, .page-resources .hero-internal .widget-brands {
    padding-bottom: 70px;
  }
}

.page-resources .hero-internal__content {
  max-width: 480px;
}

@media screen and (min-width: 480px) {
  .page-resources .hero-internal__content {
    max-width: calc(480px + 240 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-resources .hero-internal__content {
    max-width: 720px;
  }
}

.page-resources .filter {
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .page-resources .filter {
    margin-bottom: calc(20px + 60 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-resources .filter {
    margin-bottom: 80px;
  }
}

.page-resources .section-resources {
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .page-resources .section-resources {
    margin-bottom: calc(40px + 80 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-resources .section-resources {
    margin-bottom: 120px;
  }
}

.page-resources .pagination {
  margin-top: 40px;
}

@media screen and (min-width: 480px) {
  .page-resources .pagination {
    margin-top: calc(40px + 35 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-resources .pagination {
    margin-top: 75px;
  }
}

.page-team .hero-internal .container, .page-team .hero-internal .widget-brands {
  padding-top: 120px;
  padding-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .page-team .hero-internal .container, .page-team .hero-internal .widget-brands {
    padding-top: calc(120px + 130 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-team .hero-internal .container, .page-team .hero-internal .widget-brands {
    padding-top: 250px;
  }
}

@media screen and (min-width: 480px) {
  .page-team .hero-internal .container, .page-team .hero-internal .widget-brands {
    padding-bottom: calc(40px + 60 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-team .hero-internal .container, .page-team .hero-internal .widget-brands {
    padding-bottom: 100px;
  }
}

.page-team .hero-internal__content {
  max-width: 480px;
}

@media screen and (min-width: 480px) {
  .page-team .hero-internal__content {
    max-width: calc(480px + 320 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-team .hero-internal__content {
    max-width: 800px;
  }
}

.page-team .section-values {
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .page-team .section-values {
    margin-bottom: calc(20px + 60 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-team .section-values {
    margin-bottom: 80px;
  }
}

.page-team .section-team {
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .page-team .section-team {
    margin-bottom: calc(40px + 80 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-team .section-team {
    margin-bottom: 120px;
  }
}

.page-team .filter {
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .page-team .filter {
    margin-bottom: calc(20px + 60 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-team .filter {
    margin-bottom: 80px;
  }
}

.page-quote .hero-internal .container, .page-quote .hero-internal .widget-brands {
  padding-top: 120px;
}

@media screen and (min-width: 480px) {
  .page-quote .hero-internal .container, .page-quote .hero-internal .widget-brands {
    padding-top: calc(120px + 130 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-quote .hero-internal .container, .page-quote .hero-internal .widget-brands {
    padding-top: 250px;
  }
}

.page-quote .hero-internal__content {
  max-width: 480px;
}

@media screen and (min-width: 480px) {
  .page-quote .hero-internal__content {
    max-width: calc(480px + 350 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-quote .hero-internal__content {
    max-width: 830px;
  }
}

.page-quote .section-quote {
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .page-quote .section-quote {
    margin-bottom: calc(40px + 170 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-quote .section-quote {
    margin-bottom: 210px;
  }
}

.page-contact .section-contact {
  padding-top: 120px;
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .page-contact .section-contact {
    padding-top: calc(120px + 130 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-contact .section-contact {
    padding-top: 250px;
  }
}

@media screen and (min-width: 480px) {
  .page-contact .section-contact {
    margin-bottom: calc(40px + 95 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .page-contact .section-contact {
    margin-bottom: 135px;
  }
}

@media (max-width: 479px) {
  .page-contact .section-contact {
    margin-bottom: 0;
  }
}

.error404 .title,
.page-standard .title {
  text-align: left;
}

.error404 .hero-internal__title,
.page-standard .hero-internal__title {
  max-width: none;
}

.error404 .hero-internal .container, .error404 .hero-internal .widget-brands,
.page-standard .hero-internal .container,
.page-standard .hero-internal .widget-brands {
  padding-top: 120px;
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .error404 .hero-internal .container, .error404 .hero-internal .widget-brands,
  .page-standard .hero-internal .container,
  .page-standard .hero-internal .widget-brands {
    padding-top: calc(120px + 130 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .error404 .hero-internal .container, .error404 .hero-internal .widget-brands,
  .page-standard .hero-internal .container,
  .page-standard .hero-internal .widget-brands {
    padding-top: 250px;
  }
}

@media screen and (min-width: 480px) {
  .error404 .hero-internal .container, .error404 .hero-internal .widget-brands,
  .page-standard .hero-internal .container,
  .page-standard .hero-internal .widget-brands {
    margin-bottom: calc(40px + 60 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .error404 .hero-internal .container, .error404 .hero-internal .widget-brands,
  .page-standard .hero-internal .container,
  .page-standard .hero-internal .widget-brands {
    margin-bottom: 120px;
  }
}

.error404 .cms-block-content,
.page-standard .cms-block-content {
  margin-bottom: 120px;
}

@media screen and (min-width: 480px) {
  .error404 .cms-block-content,
  .page-standard .cms-block-content {
    margin-bottom: calc(100px + 35 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .error404 .cms-block-content,
  .page-standard .cms-block-content {
    margin-bottom: 135px;
  }
}

.single-solution .hero-solution {
  padding-top: 120px;
}

@media screen and (min-width: 480px) {
  .single-solution .hero-solution {
    padding-top: calc(120px + 40 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-solution .hero-solution {
    padding-top: 160px;
  }
}

.single-solution .bg-black {
  padding-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .single-solution .bg-black {
    padding-top: calc(40px + 60 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-solution .bg-black {
    padding-top: 100px;
  }
}

@media screen and (min-width: 480px) {
  .single-solution .bg-black {
    margin-bottom: calc(40px + 60 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-solution .bg-black {
    margin-bottom: 120px;
  }
}

.single-solution .section-cs {
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .single-solution .section-cs {
    margin-bottom: calc(40px + 60 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-solution .section-cs {
    margin-bottom: 120px;
  }
}

.single-solution .content-main > .section-textblock:last-child {
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .single-solution .content-main > .section-textblock:last-child {
    margin-bottom: calc(40px + 60 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-solution .content-main > .section-textblock:last-child {
    margin-bottom: 120px;
  }
}

.single-solution .section-textblock--large {
  margin-top: 75px;
  margin-bottom: 75px;
}

@media screen and (min-width: 480px) {
  .single-solution .section-textblock--large {
    margin-top: calc(75px + 135 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-solution .section-textblock--large {
    margin-top: 210px;
  }
}

@media screen and (min-width: 480px) {
  .single-solution .section-textblock--large {
    margin-bottom: calc(75px + 75 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-solution .section-textblock--large {
    margin-bottom: 150px;
  }
}

.single-solution .section-gr,
.single-solution .section-fullwidth,
.single-solution .section-specialty {
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .single-solution .section-gr,
  .single-solution .section-fullwidth,
  .single-solution .section-specialty {
    margin-bottom: calc(40px + 60 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-solution .section-gr,
  .single-solution .section-fullwidth,
  .single-solution .section-specialty {
    margin-bottom: 120px;
  }
}

.single-solution .section-industries {
  margin-bottom: 75px;
}

@media screen and (min-width: 480px) {
  .single-solution .section-industries {
    margin-bottom: calc(75px + 100 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-solution .section-industries {
    margin-bottom: 175px;
  }
}

.single-solution .section-faq {
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .single-solution .section-faq {
    margin-bottom: calc(40px + 60 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-solution .section-faq {
    margin-bottom: 120px;
  }
}

.single-solution .cta-letstalk {
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .single-solution .cta-letstalk {
    margin-bottom: calc(40px + 170 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-solution .cta-letstalk {
    margin-bottom: 210px;
  }
}

.single-solution .section-sidebyside {
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .single-solution .section-sidebyside {
    margin-bottom: calc(40px + 60 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-solution .section-sidebyside {
    margin-bottom: 120px;
  }
}

.single-solution .section-cta {
  margin-bottom: 40px;
}

.single-solution .section-cta .buttons > .button {
  margin: 0 auto;
}

@media screen and (min-width: 480px) {
  .single-solution .section-cta {
    margin-bottom: calc(40px + 60 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-solution .section-cta {
    margin-bottom: 120px;
  }
}

.single-work .hero-internal .container, .single-work .hero-internal .widget-brands {
  padding-top: 120px;
  padding-bottom: 100px;
}

@media screen and (min-width: 480px) {
  .single-work .hero-internal .container, .single-work .hero-internal .widget-brands {
    padding-top: calc(120px + 130 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-work .hero-internal .container, .single-work .hero-internal .widget-brands {
    padding-top: 250px;
  }
}

@media screen and (min-width: 480px) {
  .single-work .hero-internal .container, .single-work .hero-internal .widget-brands {
    padding-bottom: calc(100px + 110 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-work .hero-internal .container, .single-work .hero-internal .widget-brands {
    padding-bottom: 210px;
  }
}

.single-work .hero-internal__content {
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .single-work .hero-internal__content {
    margin-bottom: calc(40px + 30 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-work .hero-internal__content {
    margin-bottom: 70px;
  }
}

.single-work .quote-statement {
  margin-top: 75px;
  margin-bottom: 75px;
}

@media screen and (min-width: 480px) {
  .single-work .quote-statement {
    margin-top: calc(75px + 75 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-work .quote-statement {
    margin-top: 150px;
  }
}

@media screen and (min-width: 480px) {
  .single-work .quote-statement {
    margin-bottom: calc(75px + 75 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-work .quote-statement {
    margin-bottom: 150px;
  }
}

.single-work .cta-letstalk {
  margin-top: 75px;
  margin-bottom: 120px;
}

@media screen and (min-width: 480px) {
  .single-work .cta-letstalk {
    margin-top: calc(75px + 175 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-work .cta-letstalk {
    margin-top: 250px;
  }
}

@media screen and (min-width: 480px) {
  .single-work .cta-letstalk {
    margin-bottom: calc(100px + 60 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-work .cta-letstalk {
    margin-bottom: 160px;
  }
}

.single-work .cta-more {
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .single-work .cta-more {
    margin-bottom: calc(40px + 80 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-work .cta-more {
    margin-bottom: 120px;
  }
}

.single-resource .hero-internal .container, .single-resource .hero-internal .widget-brands,
.single-resource--walled .hero-internal .container,
.single-resource--walled .hero-internal .widget-brands {
  padding-top: 120px;
  padding-bottom: 100px;
}

@media screen and (min-width: 480px) {
  .single-resource .hero-internal .container, .single-resource .hero-internal .widget-brands,
  .single-resource--walled .hero-internal .container,
  .single-resource--walled .hero-internal .widget-brands {
    padding-top: calc(120px + 130 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-resource .hero-internal .container, .single-resource .hero-internal .widget-brands,
  .single-resource--walled .hero-internal .container,
  .single-resource--walled .hero-internal .widget-brands {
    padding-top: 250px;
  }
}

@media screen and (min-width: 480px) {
  .single-resource .hero-internal .container, .single-resource .hero-internal .widget-brands,
  .single-resource--walled .hero-internal .container,
  .single-resource--walled .hero-internal .widget-brands {
    padding-bottom: calc(100px + 110 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-resource .hero-internal .container, .single-resource .hero-internal .widget-brands,
  .single-resource--walled .hero-internal .container,
  .single-resource--walled .hero-internal .widget-brands {
    padding-bottom: 210px;
  }
}

.single-resource .hero-internal__content,
.single-resource--walled .hero-internal__content {
  max-width: 480px;
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .single-resource .hero-internal__content,
  .single-resource--walled .hero-internal__content {
    max-width: calc(480px + 240 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-resource .hero-internal__content,
  .single-resource--walled .hero-internal__content {
    max-width: 720px;
  }
}

@media screen and (min-width: 480px) {
  .single-resource .hero-internal__content,
  .single-resource--walled .hero-internal__content {
    margin-bottom: calc(40px + 30 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-resource .hero-internal__content,
  .single-resource--walled .hero-internal__content {
    margin-bottom: 70px;
  }
}

.single-resource .content-main .share,
.single-resource--walled .content-main .share {
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .single-resource .content-main .share,
  .single-resource--walled .content-main .share {
    margin-bottom: calc(40px + 80 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-resource .content-main .share,
  .single-resource--walled .content-main .share {
    margin-bottom: 120px;
  }
}

.single-resource .cta-letstalk,
.single-resource--walled .cta-letstalk {
  margin-top: 75px;
  margin-bottom: 120px;
}

@media screen and (min-width: 480px) {
  .single-resource .cta-letstalk,
  .single-resource--walled .cta-letstalk {
    margin-top: calc(75px + 175 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-resource .cta-letstalk,
  .single-resource--walled .cta-letstalk {
    margin-top: 250px;
  }
}

@media screen and (min-width: 480px) {
  .single-resource .cta-letstalk,
  .single-resource--walled .cta-letstalk {
    margin-bottom: calc(100px + 60 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-resource .cta-letstalk,
  .single-resource--walled .cta-letstalk {
    margin-bottom: 160px;
  }
}

.single-resource .cta-newsletter,
.single-resource--walled .cta-newsletter {
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .single-resource .cta-newsletter,
  .single-resource--walled .cta-newsletter {
    margin-bottom: calc(40px + 80 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-resource .cta-newsletter,
  .single-resource--walled .cta-newsletter {
    margin-bottom: 120px;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .single-resource .cta-newsletter .widget-newsletter:before,
  .single-resource--walled .cta-newsletter .widget-newsletter:before {
    padding-top: 0;
    height: 330px;
  }
}

.single-resource .cms-block-content,
.single-resource .cms-block-preview:last-child,
.single-resource--walled .cms-block-content,
.single-resource--walled .cms-block-preview:last-child {
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .single-resource .cms-block-content,
  .single-resource .cms-block-preview:last-child,
  .single-resource--walled .cms-block-content,
  .single-resource--walled .cms-block-preview:last-child {
    margin-bottom: calc(40px + 50 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-resource .cms-block-content,
  .single-resource .cms-block-preview:last-child,
  .single-resource--walled .cms-block-content,
  .single-resource--walled .cms-block-preview:last-child {
    margin-bottom: 90px;
  }
}

.single-resource--walled .grid {
  position: relative;
}

.single-resource--walled .hero-internal__title {
  font-size: 40px;
}

@media screen and (min-width: 480px) {
  .single-resource--walled .hero-internal__title {
    font-size: calc(40px + 32 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-resource--walled .hero-internal__title {
    font-size: 72px;
  }
}

@media (max-width: 600px) {
  .single-resource--walled .form-walled {
    margin-top: 30px;
  }
}

.single-hiring .hero-internal .container, .single-hiring .hero-internal .widget-brands {
  padding-top: 120px;
  padding-bottom: 100px;
}

@media screen and (min-width: 480px) {
  .single-hiring .hero-internal .container, .single-hiring .hero-internal .widget-brands {
    padding-top: calc(120px + 130 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-hiring .hero-internal .container, .single-hiring .hero-internal .widget-brands {
    padding-top: 250px;
  }
}

@media screen and (min-width: 480px) {
  .single-hiring .hero-internal .container, .single-hiring .hero-internal .widget-brands {
    padding-bottom: calc(100px + 130 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-hiring .hero-internal .container, .single-hiring .hero-internal .widget-brands {
    padding-bottom: 230px;
  }
}

.single-hiring .hero-internal__content {
  max-width: 480px;
}

@media screen and (min-width: 480px) {
  .single-hiring .hero-internal__content {
    max-width: calc(480px + 240 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-hiring .hero-internal__content {
    max-width: 720px;
  }
}

.single-hiring .section-values,
.single-hiring .section-positions,
.single-hiring .decorative-landscape,
.single-hiring .decorative-mosaic {
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .single-hiring .section-values,
  .single-hiring .section-positions,
  .single-hiring .decorative-landscape,
  .single-hiring .decorative-mosaic {
    margin-bottom: calc(40px + 80 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-hiring .section-values,
  .single-hiring .section-positions,
  .single-hiring .decorative-landscape,
  .single-hiring .decorative-mosaic {
    margin-bottom: 120px;
  }
}

.header-main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100vw;
  font-size: 1.6rem;
}

.header-main:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background-color: #111111;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 1;
}

.is-headerScroll .header-main {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.is-headerScroll .header-main nav ul li.active a svg {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

body:not(.is-headerScroll) .header-main:before {
  opacity: 0;
}

body:not(.page-home) .header-main__spacer {
  display: none;
}

.header-main a {
  text-decoration: none;
  color: white;
  display: block;
}

.header-main a .text {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.header-main a:hover {
  opacity: 1;
}

.header-main a:hover .text {
  color: #f1e82b;
  opacity: 1;
}

.header-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header-main__inner > * {
  position: relative;
  z-index: 2;
}

.header-main__spacer {
  width: 100%;
  height: 130px;
  display: block;
}

.page-home .header-main__spacer {
  display: none;
}

.header-main .logo {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  display: block;
}

.header-main .logo,
.header-main .logo svg {
  width: 69px;
  height: 50px;
}

html:not(.mobile):not(.tablet) .header-main .logo:hover, .header-main .logo.on_press {
  opacity: .65;
}

.header-main nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.header-main nav > ul > li {
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (min-width: 960px) {
  .header-main nav > ul > li {
    margin-left: calc(10px + 15 * (100vw - 960px) / 290);
  }
}

@media screen and (min-width: 1250px) {
  .header-main nav > ul > li {
    margin-left: 25px;
  }
}

@media screen and (min-width: 960px) {
  .header-main nav > ul > li {
    margin-right: calc(10px + 15 * (100vw - 960px) / 290);
  }
}

@media screen and (min-width: 1250px) {
  .header-main nav > ul > li {
    margin-right: 25px;
  }
}

.header-main nav > ul > li:first-child {
  margin-left: 0;
}

.header-main nav > ul > li:last-child {
  margin-right: 0;
}

.header-main nav > ul > li > a {
  position: relative;
}

.header-main nav > ul > li:not(.has-phone) svg {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 80px;
  margin-left: -40px;
  height: 7px;
  display: block;
  -webkit-transition: opacity 0.2s linear 0.2s, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s linear 0.2s, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s linear 0.2s, transform 0.2s ease-out;
  transition: opacity 0.2s linear 0.2s, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.header-main nav > ul > li.active:not(.has-phone) a svg {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header-main nav > ul .phone {
  position: relative;
  padding-left: 16px;
  display: block;
  /*
            .icon {
                position: absolute;
                left: 0;
                top: 50%;
                font-size: 2.4rem;
                margin-top: -12px;
                color: $brand-primary;

                &:before {
                    display: block;
                    line-height: 1;
                }
            }
            */
}

@media screen and (min-width: 960px) {
  .header-main nav > ul .phone {
    padding-left: calc(16px + 9 * (100vw - 960px) / 290);
  }
}

@media screen and (min-width: 1250px) {
  .header-main nav > ul .phone {
    padding-left: 25px;
  }
}

.header-main nav > ul .phone svg {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 16px;
  width: 16px;
  margin-top: -8px;
}

@media (max-width: 959px) {
  .header-main nav > ul .phone svg {
    width: 26px;
    height: 26px;
    margin-top: -11px;
  }
}

.header-main nav > ul .btn.js-enquiryToggle, .header-main nav > ul .gform_wrapper .js-enquiryToggle.gform_button, .gform_wrapper .header-main nav > ul .js-enquiryToggle.gform_button {
  padding: 0;
  width: 140px;
}

@media screen and (min-width: 960px) {
  .header-main nav > ul .btn.js-enquiryToggle, .header-main nav > ul .gform_wrapper .js-enquiryToggle.gform_button, .gform_wrapper .header-main nav > ul .js-enquiryToggle.gform_button {
    width: calc(140px + 40 * (100vw - 960px) / 290);
  }
}

@media screen and (min-width: 1250px) {
  .header-main nav > ul .btn.js-enquiryToggle, .header-main nav > ul .gform_wrapper .js-enquiryToggle.gform_button, .gform_wrapper .header-main nav > ul .js-enquiryToggle.gform_button {
    width: 180px;
  }
}

.header-main nav > ul > li > a, .header-main nav > ul .btn.js-enquiryToggle, .header-main nav > ul .gform_wrapper .js-enquiryToggle.gform_button, .gform_wrapper .header-main nav > ul .js-enquiryToggle.gform_button {
  line-height: 46px;
}

@media (min-width: 960px) {
  .header-main {
    height: 70px;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  .header-main__inner {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  body.is-headerScroll .header-main {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  body.is-headerScroll.is-enquiryOpen .header-main {
    -webkit-transform: translate(-670px, 0);
            transform: translate(-670px, 0);
  }
  body.is-enquiryOpen .header-main {
    -webkit-transform: translate(-670px, 30px);
            transform: translate(-670px, 30px);
  }
  body.is-enquiryOpen .header-main .header-main__inner {
    opacity: .35;
    pointer-events: none;
  }
}

@media (max-width: 959px) {
  .header-main, .header-main__spacer {
    height: 86px;
  }
  .header-main:before {
    content: '';
  }
  .header-main__inner {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .header-main nav > ul > li,
  .header-main nav > ul > li .js-enquiryToggle,
  .header-main nav > ul > li.has-phone .text {
    display: none;
  }
  .header-main nav > ul > li.has-phone, .header-main nav > ul > li.has-action {
    display: block;
  }
  .header-main nav > ul > li.has-phone .phone {
    padding-left: 0;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    width: 26px;
    height: 26px;
  }
  .header-main nav > ul > li.has-phone .phone .icon {
    position: static;
  }
  html:not(.mobile):not(.tablet) .header-main nav > ul > li.has-phone .phone:hover, .header-main nav > ul > li.has-phone .phone.on_press {
    opacity: .65;
  }
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  font-size: 2.0rem;
  background-color: #111111;
  padding: 30px;
  padding-top: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.is-hamburgerOpen .header-mobile {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.is-hamburgerOpen .header-mobile nav ul li:nth-child(2), .is-hamburgerOpen .header-mobile nav ul li:nth-child(3), .is-hamburgerOpen .header-mobile nav ul li:nth-child(4), .is-hamburgerOpen .header-mobile nav ul li:nth-child(5), .is-hamburgerOpen .header-mobile nav ul li:nth-child(6), .is-hamburgerOpen .header-mobile nav ul li:nth-child(7) {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.is-hamburgerOpen .header-mobile nav ul li:nth-child(2) {
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}

.is-hamburgerOpen .header-mobile nav ul li:nth-child(3) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.is-hamburgerOpen .header-mobile nav ul li:nth-child(4) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

.is-hamburgerOpen .header-mobile nav ul li:nth-child(5) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.is-hamburgerOpen .header-mobile nav ul li:nth-child(6) {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

.is-hamburgerOpen .header-mobile nav ul li:nth-child(7) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.header-mobile a {
  text-decoration: none;
  color: white;
}

.header-mobile a .text {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.header-mobile a:hover, .header-mobile a:focus {
  opacity: 1;
}

.header-mobile a:hover .text, .header-mobile a:focus .text {
  color: #f1e82b;
  opacity: 1;
}

.header-mobile .btn.btn--primary, .header-mobile .gform_wrapper .gform_button, .gform_wrapper .header-mobile .gform_button {
  line-height: 49px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.4rem;
  color: #111111;
}

html:not(.mobile):not(.tablet) .header-mobile .btn.btn--primary:hover, html:not(.mobile):not(.tablet) .header-mobile .gform_wrapper .gform_button:hover, .gform_wrapper html:not(.mobile):not(.tablet) .header-mobile .gform_button:hover, .header-mobile .btn.btn--primary.on_press, .header-mobile .gform_wrapper .on_press.gform_button, .gform_wrapper .header-mobile .on_press.gform_button {
  color: #111111;
}

.header-mobile .logo {
  display: block;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.header-mobile .logo,
.header-mobile .logo svg {
  width: 69px;
  height: 50px;
}

html:not(.mobile):not(.tablet) .header-mobile .logo:hover, .header-mobile .logo.on_press {
  opacity: .65;
}

.header-mobile nav ul li {
  margin-bottom: 40px;
}

.header-mobile nav ul li.is-active > a {
  color: #f1e82b;
}

.header-mobile nav ul li:nth-child(2), .header-mobile nav ul li:nth-child(3), .header-mobile nav ul li:nth-child(4), .header-mobile nav ul li:nth-child(5), .header-mobile nav ul li:nth-child(6), .header-mobile nav ul li:nth-child(7) {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.header-mobile nav ul a {
  display: block;
  width: 100%;
  line-height: 1;
}

html:not(.mobile):not(.tablet) .header-mobile nav ul a:hover, .header-mobile nav ul a.on_press {
  color: #f1e82b;
}

.header-mobile .bottom {
  border-top: 1px solid #2D2D2D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  padding-top: 30px;
}

.header-mobile .phone {
  position: relative;
  padding-left: 34px;
}

.header-mobile .phone svg {
  position: absolute;
  left: 0;
  top: 50%;
  height: 24px;
  width: auto;
  margin-top: -12px;
}

.header-mobile .social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-mobile .social a {
  opacity: .4;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

html:not(.mobile):not(.tablet) .header-mobile .social a:hover, .header-mobile .social a.on_press {
  opacity: 1;
}

.header-mobile .social li {
  margin: 0 15px;
}

.header-mobile .social li:first-child {
  margin-left: 0;
}

.header-mobile .social li:last-child {
  margin-right: 0;
}

.header-mobile .social .icon {
  color: white;
}

.header-mobile .social .icon--instagram,
.header-mobile .social .icon--facebook {
  font-size: 2.4rem;
}

.header-mobile .social .icon--twitter {
  font-size: 1.9rem;
}

@media (min-width: 960px) {
  .header-mobile {
    display: none;
  }
}

.header-mobile .accordion {
  border: 0;
  position: relative;
  padding-right: 40px;
}

.header-mobile .accordion .accordion__trigger {
  position: absolute;
  right: -15px;
  top: -20px;
  width: 60px;
  height: 60px;
  display: block;
  padding: 0;
  margin: 0;
  opacity: 0;
}

.header-mobile .accordion .accordion__trigger:before {
  content: '';
  left: 50%;
  top: 50%;
  right: auto;
  margin-left: -7px;
  margin-top: -7px;
  height: 14px;
  width: 14px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.header-mobile .accordion.accordion-active .accordion__trigger:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.header-mobile .accordion .accordion__panel {
  padding: 0;
  padding-top: 20px;
}

.header-mobile .accordion .accordion__panel li {
  margin-bottom: 0;
}

.header-mobile .accordion .accordion__panel li a {
  padding: 10px;
  font-size: 1.6rem;
}

.is-hamburgerOpen {
  overflow: hidden;
}

.footer-main {
  font-size: 12px;
  background-color: black;
  color: rgba(255, 255, 255, 0.55);
}

@media screen and (min-width: 480px) {
  .footer-main {
    font-size: calc(12px + 3 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .footer-main {
    font-size: 15px;
  }
}

.footer-main .logo .path-1,
.footer-main .logo .path-2 {
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}

html:not(.mobile):not(.tablet) .footer-main .logo:hover .path-1, .footer-main .logo.on_press .path-1 {
  fill: #c2c3c1;
}

html:not(.mobile):not(.tablet) .footer-main .logo:hover .path-2, .footer-main .logo.on_press .path-2 {
  fill: #f1e82b;
}

.footer-main a {
  color: rgba(255, 255, 255, 0.85);
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.footer-main a:hover, .footer-main a:focus {
  color: white;
  opacity: 1;
}

.footer-main > .container, .footer-main > .widget-brands {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .footer-main > .container, .footer-main > .widget-brands {
    padding-top: calc(40px + 45 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .footer-main > .container, .footer-main > .widget-brands {
    padding-top: 85px;
  }
}

@media screen and (min-width: 480px) {
  .footer-main > .container, .footer-main > .widget-brands {
    padding-bottom: calc(40px + 25 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .footer-main > .container, .footer-main > .widget-brands {
    padding-bottom: 65px;
  }
}

.footer-main__learn {
  margin-bottom: 35px;
}

@media screen and (min-width: 480px) {
  .footer-main__learn {
    margin-bottom: calc(35px + 50 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .footer-main__learn {
    margin-bottom: 85px;
  }
}

.footer-main__learn .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  margin-left: -40px;
}

.footer-main__learn .grid__col {
  width: 33.33333%;
  max-width: 33.3333%;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-main__learn__resources > .title {
  font-size: 2.4rem;
  color: white;
  margin-bottom: 12px;
}

.footer-main__learn__resources .list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-main__learn__resources .list > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-main__learn__resources .list > li .title {
  font-size: 1.8rem;
  font-family: "Maison Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-display: fallback;
}

.footer-main__learn__resources .list > li a {
  font-size: 1.6rem;
  line-height: 1.7;
  display: block;
  padding: 15px 30px;
  padding-left: 70px;
  color: white;
  position: relative;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.footer-main__learn__resources .list > li a:hover, .footer-main__learn__resources .list > li a:focus {
  color: #f1e82b;
  opacity: 1;
  text-decoration: none;
}

.footer-main__learn__resources .list > li svg {
  position: absolute;
  left: 20px;
  top: 16px;
}

.footer-main__learn__resources .cta {
  display: block;
  position: relative;
  color: #8C8C8C;
  font-size: 1.6rem;
  padding: 20px;
  padding-left: 80px;
  padding-bottom: 0;
  -webkit-transition: padding-left 0.2s ease-out, opacity 0.2s linear;
  transition: padding-left 0.2s ease-out, opacity 0.2s linear;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.footer-main__learn__resources .cta svg {
  position: absolute;
  left: 15px;
  top: 30px;
  width: 45px;
  height: 13px;
  display: block;
}

.footer-main__learn__resources .cta:hover, .footer-main__learn__resources .cta:focus {
  text-decoration: none;
  color: #f1e82b;
}

.footer-main__learn .footer-main__resource {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: #231f20;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.4rem;
  line-height: 1.7;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 480px) {
  .footer-main__learn .footer-main__resource {
    padding-top: calc(20px + 15 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .footer-main__learn .footer-main__resource {
    padding-top: 35px;
  }
}

@media screen and (min-width: 480px) {
  .footer-main__learn .footer-main__resource {
    padding-bottom: calc(20px + 15 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .footer-main__learn .footer-main__resource {
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 480px) {
  .footer-main__learn .footer-main__resource {
    padding-left: calc(20px + 20 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .footer-main__learn .footer-main__resource {
    padding-left: 40px;
  }
}

@media screen and (min-width: 480px) {
  .footer-main__learn .footer-main__resource {
    padding-right: calc(20px + 20 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .footer-main__learn .footer-main__resource {
    padding-right: 40px;
  }
}

html:not(.mobile):not(.tablet) .footer-main__learn .footer-main__resource a:hover, .footer-main__learn .footer-main__resource a.on_press {
  text-decoration: none;
}

.footer-main__learn .footer-main__resource .content {
  display: block;
}

.footer-main__learn .footer-main__resource .content:hover .title,
.footer-main__learn .footer-main__resource .content:focus .title {
  color: #f1e82b;
}

.footer-main__learn .footer-main__resource .title {
  font-family: "Maison Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 40px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  font-display: fallback;
}

.footer-main__learn .footer-main__resource .avatar-wrap {
  margin-top: 20px;
}

.footer-main__communication {
  margin-bottom: 50px;
}

@media screen and (min-width: 480px) {
  .footer-main__communication {
    margin-bottom: calc(50px + 80 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .footer-main__communication {
    margin-bottom: 130px;
  }
}

.footer-main__communication .grid {
  margin-left: -40px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-main__communication .grid__col {
  padding-left: 40px;
}

.footer-main__communication .grid__col:nth-child(1) {
  width: 66.6666667%;
  max-width: 66.6666667%;
}

.footer-main__communication .grid__col:nth-child(2) {
  width: 33.333333%;
  max-width: 33.333333%;
}

.footer-main__communication .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          /* justify-content: flex-end; */
}

.footer-main__communication .share a:hover,
.footer-main__communication .share a:focus {
  color: #f1e82b;
}

.footer-main__communication .share .title {
  font-size: 1.8rem;
}

.footer-main__locations {
  margin-bottom: 40px;
  display: block;
}

@media screen and (min-width: 960px) {
  .footer-main__locations {
    margin-bottom: calc(40px + 95 * (100vw - 960px) / 840);
  }
}

@media screen and (min-width: 1800px) {
  .footer-main__locations {
    margin-bottom: 135px;
  }
}

.footer-main__locations .title {
  text-transform: uppercase;
  font-size: 2.0rem;
  line-height: 1;
  margin-bottom: 20px;
}

.footer-main__locations ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-main__credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-main__credits ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
}

.footer-main__credits ul li:not(:last-child) {
  margin-right: 25px;
}

.footer-main__credits button {
  display: block;
  position: relative;
  color: white;
  padding-right: 30px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.footer-main__credits button:hover, .footer-main__credits button:focus {
  color: #f1e82b;
}

.footer-main__credits button .icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer-main__credits button .icon:before {
  display: block;
  font-size: 8px;
  line-height: 1;
  color: #f1e82b;
}

.footer-main__credits button.is-active .icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.footer-main:not(.is-revealed) .cta {
  padding-left: 40px;
  opacity: 0;
}

@media (max-width: 959px) {
  .footer-main__learn .grid {
    margin-left: -20px;
  }
  .footer-main__learn .grid > .grid__col {
    padding-left: 20px;
  }
  .footer-main__learn__resources .list > li .title {
    font-size: 1.6rem;
  }
  .footer-main__learn__resources .list > li a {
    padding: 15px 30px;
  }
  .footer-main__learn__resources .list > li svg {
    top: 15px;
    left: 0;
  }
  .footer-main__learn__resources > .title {
    font-size: 2.0rem;
  }
  .footer-main__learn__resources .cta {
    font-size: 1.6rem;
    padding: 15px;
    padding-left: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-main__learn__resources .cta svg {
    left: 0;
    top: 25px;
  }
  .footer-main__learn .footer-main__resource {
    font-size: 1.4rem;
  }
  .footer-main__learn .footer-main__resource .title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .footer-main__communication .grid > .grid__col {
    width: 100%;
    max-width: 100%;
  }
  .footer-main__communication .grid > .grid__col:nth-child(2) {
    display: none;
  }
  .footer-main__locations ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-main__locations ul > li:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-main__credits {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-main__credits .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
  .footer-main__credits .share a {
    color: rgba(255, 255, 255, 0.4);
  }
  .footer-main__credits .share a:hover, .footer-main__credits .share a:focus {
    color: white;
  }
}

@media (max-width: 767px) {
  .footer-main__learn__resources .list > li .title,
  .footer-main__learn__resources .cta {
    font-size: 1.4rem;
  }
  .footer-main__learn .footer-main__resource .title {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .footer-main__credits .share,
  .footer-main__locations ul > li:nth-child(2) {
    display: none;
  }
  .footer-main__communication .newsletter .message {
    position: absolute;
    left: 0;
    top: 100%;
  }
}

@media (max-width: 767px) {
  .footer-main__learn .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-main__learn .grid > .grid__col {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  .footer-main__learn .grid > .grid__col:not(:first-child) {
    display: none;
  }
  .footer-main__learn .footer-main__resource {
    display: none;
  }
  .footer-main__communication .newsletter label {
    margin-bottom: 10px;
  }
  .footer-main__communication .newsletter input[type="text"] {
    padding-right: 20px;
  }
  .footer-main__communication .newsletter button {
    width: 100%;
    position: static;
  }
  .footer-main__locations {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1.1rem;
    line-height: 1.4;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .footer-main__locations .title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .footer-main__locations .logo > svg {
    width: 54px;
    height: 40px;
    display: block;
  }
  .footer-main__locations ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer-main__locations ul > li {
    width: 50%;
    margin-bottom: 20px;
  }
  .footer-main__locations ul > li:nth-child(1) {
    width: 50%;
  }
  .footer-main__locations ul > li:nth-child(2) .text {
    display: block;
    width: 100%;
  }
  .footer-main__locations ul > li:nth-child(2) a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.4rem;
  }
  .footer-main__locations ul > li:nth-child(5), .footer-main__locations ul > li:nth-child(6) {
    margin-bottom: 0;
  }
  .footer-main__credits .freecall {
    display: none;
  }
  .footer-main__credits,
  .footer-main__credits ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-main__credits ul {
    margin-bottom: 15px;
  }
  .footer-main button {
    padding-right: 20px;
  }
  .footer-main button .icon {
    margin-top: -2px;
  }
  .footer-main button .icon:before {
    font-size: 6px;
  }
}

.footer-sitemap {
  display: none;
  font-size: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: black;
}

.footer-sitemap .container, .footer-sitemap .widget-brands {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1040px;
}

@media screen and (min-width: 480px) {
  .footer-sitemap .container, .footer-sitemap .widget-brands {
    padding-top: calc(40px + 50 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .footer-sitemap .container, .footer-sitemap .widget-brands {
    padding-top: 90px;
  }
}

@media screen and (min-width: 480px) {
  .footer-sitemap .container, .footer-sitemap .widget-brands {
    padding-bottom: calc(40px + 50 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .footer-sitemap .container, .footer-sitemap .widget-brands {
    padding-bottom: 90px;
  }
}

.footer-sitemap .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-sitemap .grid__col {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-sitemap a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.55);
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.footer-sitemap a:hover, .footer-sitemap a:focus {
  color: white;
  opacity: 1;
}

.footer-sitemap .title,
.footer-sitemap .spacer {
  font-family: "Maison Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-display: fallback;
}

.footer-sitemap .title a,
.footer-sitemap .spacer a {
  color: white;
}

@media (max-width: 767px) {
  .footer-sitemap .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-sitemap .grid__col {
    width: 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .footer-sitemap .grid__col {
    width: 100%;
  }
  .footer-sitemap .grid__col:last-child {
    margin-bottom: 0;
  }
}

.enquiry {
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 101;
  width: 670px;
  height: 100vh;
  background: #231f20;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 60px 45px;
  text-align: center;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.85);
}

.enquiry p + p {
  margin-top: 0;
}

.enquiry .title {
  color: white;
}

.enquiry__close {
  position: absolute;
  right: 40px;
  top: 35px;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.enquiry__close:before, .enquiry__close:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 2px;
  margin-left: -11px;
  margin-top: -1px;
  border-radius: 2px;
  background-color: #f1e82b;
  display: block;
}

.enquiry__close:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

html:not(.mobile):not(.tablet) .enquiry__close:hover, .enquiry__close.on_press {
  opacity: 1;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.enquiry__overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.enquiry__intro {
  margin-bottom: 40px;
}

.enquiry__intro .title {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.enquiry__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-bottom: 20px;
}

.enquiry__details > label {
  width: 50%;
  padding-left: 10px;
  margin-bottom: 10px;
}

.enquiry__details > label:nth-child(1) {
  width: 100%;
}

.enquiry__offerings {
  margin-bottom: 40px;
  margin-right: -40px;
}

.enquiry__offerings legend {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 20px;
  width: 100%;
}

.enquiry__offerings .col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.enquiry__offerings .col-4 > label {
  display: block;
  margin-bottom: 17px;
}

.enquiry__offerings .col-4 > label:nth-child(odd) {
  width: 29%;
}

.enquiry__offerings .col-4 > label:nth-child(even) {
  width: 21%;
}

.enquiry__message {
  margin-bottom: 40px;
}

.enquiry__footer .btn, .enquiry__footer .gform_wrapper .gform_button, .gform_wrapper .enquiry__footer .gform_button {
  margin-bottom: 30px;
}

@media only screen and (max-height: 960px) {
  .enquiry {
    padding: 40px;
  }
  .enquiry .btn--large, .enquiry .gform_wrapper .gform_button, .gform_wrapper .enquiry .gform_button {
    padding: 18px;
  }
  .enquiry .enquiry__title {
    margin-bottom: 10px;
  }
  .enquiry input, .enquiry textarea, .enquiry input[type="radio"] + .label,
  .enquiry input[type="checkbox"] + .label {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (min-width: 960px) {
  .container--outer,
  .enquiry {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  body.is-enquiryOpen {
    overflow: hidden;
  }
  body.is-enquiryOpen .container--outer,
  body.is-enquiryOpen .enquiry {
    -webkit-transform: translateX(-670px);
            transform: translateX(-670px);
  }
  body.is-enquiryOpen .enquiry__overlay {
    opacity: 1;
    visibility: visible;
  }
}

.cta-letstalk {
  font-size: 14px;
  text-align: center;
  color: white;
  /*.title,
    .buttons,
    .text,
    &__fineprint {
        transition: opacity $timing*2 $ease-std, transform $timing*2 $ease-std;
    }
    .title { transition-delay: .0s; }
    .text { transition-delay: .05s; }
    .buttons { transition-delay: .1s; }
    &__fineprint { transition-delay: .15s; }

    &:not(.is-revealed) {
        .title,
        .buttons,
        .text,
        .cta-letstalk__fineprint {
            opacity: 0;
            transform: translateY(-20px);
        }
    }*/
}

@media screen and (min-width: 480px) {
  .cta-letstalk {
    font-size: calc(14px + 6 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .cta-letstalk {
    font-size: 20px;
  }
}

@media (min-width: 1440px) {
  .cta-letstalk .container, .cta-letstalk .widget-brands {
    max-width: 760px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .cta-letstalk .container, .cta-letstalk .widget-brands {
    max-width: 700px;
  }
}

@media (max-width: 1023px) {
  .cta-letstalk .container, .cta-letstalk .widget-brands {
    max-width: 640px;
  }
}

.cta-letstalk .title {
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 1;
}

@media screen and (min-width: 480px) {
  .cta-letstalk .title {
    font-size: calc(48px + 12 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .cta-letstalk .title {
    font-size: 60px;
  }
}

@media screen and (min-width: 480px) {
  .cta-letstalk .title {
    margin-bottom: calc(20px + 40 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .cta-letstalk .title {
    margin-bottom: 60px;
  }
}

.cta-letstalk .buttons {
  padding-top: 30px;
  padding-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .cta-letstalk .buttons {
    padding-top: calc(30px + 20 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .cta-letstalk .buttons {
    padding-top: 50px;
  }
}

@media screen and (min-width: 480px) {
  .cta-letstalk .buttons {
    padding-bottom: calc(20px + 30 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .cta-letstalk .buttons {
    padding-bottom: 50px;
  }
}

.cta-letstalk__fineprint {
  color: rgba(255, 255, 255, 0.85);
}

.cta-letstalk__fineprint a {
  text-decoration: underline;
  color: inherit;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.cta-letstalk__fineprint a:hover, .cta-letstalk__fineprint a:focus {
  color: white;
  opacity: 1;
}

@media (min-width: 768px) {
  .cta-letstalk .buttons {
    margin-left: -20px;
  }
  .cta-letstalk .buttons > .button {
    width: 50%;
    padding-left: 20px;
  }
  .cta-letstalk .buttons .btn, .cta-letstalk .buttons .gform_wrapper .gform_button, .gform_wrapper .cta-letstalk .buttons .gform_button {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .cta-letstalk .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta-letstalk .buttons .btn, .cta-letstalk .buttons .gform_wrapper .gform_button, .gform_wrapper .cta-letstalk .buttons .gform_button {
    width: 100%;
  }
  .cta-letstalk .buttons > .button:not(:last-child) {
    margin-bottom: 10px;
  }
}

.hero-home {
  width: 100vw;
  position: relative;
  background-color: #09060D;
  margin-bottom: 160px;
  /*
        .title--underline svg {
            transform: translateY(-10px);
            opacity: 0;
            transition: transform .3s $ease-std, .3s $timing linear;
            transition-delay: .8s;
        }
        &.is-revealed .title--underline svg {
            transform: translateY(0);
            opacity: 1;
        }
    */
}

.hero-home:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 200px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#09060d), to(rgba(9, 6, 13, 0)));
  background: linear-gradient(to bottom, #09060d 0%, rgba(9, 6, 13, 0) 100%);
}

.hero-home > * {
  position: relative;
  z-index: 2;
}

.hero-home__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 1.5s linear;
  transition: opacity 1.5s linear;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  overflow: hidden;
}

.hero-home__bg:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 6, 13, 0)), to(#09060d));
  background: linear-gradient(to bottom, rgba(9, 6, 13, 0) 0%, #09060d 100%);
}

.hero-home__bg canvas {
  z-index: 1;
  margin-left: -200px;
  left: 0px;
}

@media screen and (min-width: 768px) {
  .hero-home__bg canvas {
    margin-left: calc(-200px + 200 * (100vw - 768px) / 512);
  }
}

@media screen and (min-width: 1280px) {
  .hero-home__bg canvas {
    margin-left: 0px;
  }
}

@media screen and (min-width: 481px) {
  .hero-home__bg canvas {
    left: calc(0px + 150 * (100vw - 481px) / 286);
  }
}

@media screen and (min-width: 767px) {
  .hero-home__bg canvas {
    left: 150px;
  }
}

@media screen and (prefers-reduced-motion) {
  .hero-home__bg {
    background-image: url(../../img/jellyfish-fallback.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .hero-home__bg canvas {
    display: none;
  }
}

.hero-home__bg.is-init {
  opacity: 1;
}

.hero-home__statement {
  color: white;
  width: 100%;
  position: relative;
}

.hero-home__statement .inner {
  position: relative;
  z-index: 2;
}

.hero-home__statement .title {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 40px;
}

@media screen and (min-width: 320px) {
  .hero-home__statement .title {
    font-size: calc(46px + 40 * (100vw - 320px) / 1480);
  }
}

@media screen and (min-width: 1800px) {
  .hero-home__statement .title {
    font-size: 86px;
  }
}

.hero-home__clients {
  width: 100vw;
  height: 250px;
}

.hero-home__clients .title {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  display: block;
  font-family: "Maison Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 20px;
  font-display: fallback;
}

@media screen and (min-width: 480px) {
  .hero-home__clients .title {
    font-size: calc(14px + 4 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .hero-home__clients .title {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .hero-home__bg canvas {
    position: absolute;
    width: auto !important;
    height: 90vh !important;
    min-height: 800px;
    left: 50vw;
    top: 50%;
    -webkit-transform: translate(-35%, -45%);
            transform: translate(-35%, -45%);
  }
  .hero-home__statement {
    display: table;
  }
  .hero-home__statement .inner {
    display: table-cell;
    vertical-align: middle;
    height: calc(100vh - 250px);
  }
  .hero-home__statement .container, .hero-home__statement .widget-brands {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media (max-width: 767px) {
  .hero-home {
    font-size: 1.4rem;
  }
  .hero-home__statement {
    margin-bottom: 60px;
  }
  .hero-home .inner {
    margin-top: -25%;
  }
  .hero-home__bg {
    position: relative;
  }
  .hero-home__bg canvas {
    width: 120vw !important;
    height: auto !important;
    display: block;
    margin-bottom: 0;
    margin-left: -10vw;
    position: relative;
  }
}

.hero-solution {
  position: relative;
  /*@include breakpoint(768px,1023px) {
        .container {
            padding-top: 130px!important;
        }
        &__wrap,
        &__image {
            @include ratio(50%);
        }

        &__wrap {
            position: relative;
        }
        &__content {
            margin-top: -15%;
        }
        &__image {
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;

            img {
                position: absolute;
                right: 0;
                top: 0;
                height: 100%;
                width: auto;
            }
        }
    }
    @include breakpoint(768px,959px) {
        .container {
            padding-top: 50px!important;
        }
    }*/
}

.hero-solution__intro {
  margin-bottom: 1em;
}

.hero-solution__title.title {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1;
  max-width: 920px;
}

@media screen and (min-width: 480px) {
  .hero-solution__title.title {
    font-size: calc(40px + 20 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .hero-solution__title.title {
    font-size: 60px;
  }
}

@media screen and (min-width: 480px) {
  .hero-solution__title.title {
    margin-bottom: calc(10px + 10 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .hero-solution__title.title {
    margin-bottom: 20px;
  }
}

.hero-solution__subtitle.title {
  font-size: 18px;
  color: #cacacc;
  line-height: 1.4;
}

@media screen and (min-width: 480px) {
  .hero-solution__subtitle.title {
    font-size: calc(18px + 10 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .hero-solution__subtitle.title {
    font-size: 28px;
  }
}

.hero-solution__text {
  max-width: 575px;
}

.hero-solution__content {
  position: relative;
  z-index: 2;
}

.hero-solution__content > .cta-letstalk {
  margin-bottom: 0;
}

.hero-solution__content > .cta-letstalk .buttons {
  padding-top: 2em;
  padding-bottom: 1em;
}

.hero-solution__image {
  vertical-align: middle;
}

.hero-solution__image .exploded {
  margin: 0 auto;
  width: 100%;
}

.hero-solution__image .exploded.exploded-seo {
  max-width: 600px;
}

.hero-solution__image .exploded.exploded-adwords {
  max-width: 340px;
}

.hero-solution__image .exploded.exploded-remarketing {
  max-width: 680px;
}

.hero-solution__image .exploded.exploded-socialadvertising {
  max-width: 680px;
}

.hero-solution__image .exploded.exploded-webdesign {
  max-width: 680px;
}

.hero-solution__image .exploded.exploded-consulting {
  max-width: 510px;
}

.hero-solution__image .exploded.exploded-digital-advertising {
  max-width: 680px;
}

.hero-solution__image > img {
  max-width: 100%;
  height: auto;
}

.hero-solution__accolades {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-solution__accolades > li {
  padding: 0 5%;
  height: 50px;
}

.hero-solution__accolades > li img {
  max-width: 100%;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero-solution__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 960px) {
  .hero-solution__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-solution__content {
    padding-right: 20px;
    vertical-align: middle;
    width: 50%;
  }
  .hero-solution__image {
    vertical-align: top;
    padding-left: 20px;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    width: 50%;
  }
}

@media (max-width: 959px) {
  .hero-solution__wrap {
    position: relative;
    margin-top: -50px;
  }
  .hero-solution__content {
    z-index: 2;
    position: relative;
  }
  .hero-solution__content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), to(#111111));
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, #111111 100%);
  }
  .hero-solution__content > * {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 600px) {
  .hero-solution__wrap {
    margin-top: 0;
  }
  .hero-solution__image {
    width: 100%;
  }
  .hero-solution__image .exploded.exploded-digital-advertising {
    margin-bottom: 20px;
  }
}

.section-brightestminds__fancy {
  pointer-events: none;
  display: block;
  width: 70vw;
  max-width: 940px;
  margin-right: -90px;
  margin-top: -115px;
}

.section-brightestminds__fancy:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 79.4%;
}

.section-brightestminds__intro {
  position: relative;
}

.section-brightestminds__intro .section-brightestminds__fancy {
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 2;
  background-image: url(../../img/bg-brightest-minds--off.png);
}

.section-brightestminds__intro .section-brightestminds__fancy, .section-brightestminds__intro .section-brightestminds__fancy:after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section-brightestminds__intro .section-brightestminds__fancy:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/bg-brightest-minds.png);
  opacity: 0;
}

.section-brightestminds__intro .section-brightestminds__fancy.is-revealed:after {
  -webkit-animation: play .65s forwards 1s;
          animation: play .65s forwards 1s;
}

@media screen and (prefers-reduced-motion) {
  .section-brightestminds__intro .section-brightestminds__fancy:after {
    opacity: 1 !important;
  }
  .section-brightestminds__intro .section-brightestminds__fancy.is-revealed:after {
    -webkit-animation: none !important;
            animation: none !important;
  }
}

@-webkit-keyframes play {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes play {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.section-brightestminds__intro .title {
  font-size: 48px;
  color: white;
  line-height: 1;
  letter-spacing: -0.045em;
}

@media screen and (min-width: 480px) {
  .section-brightestminds__intro .title {
    font-size: calc(48px + 72 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-brightestminds__intro .title {
    font-size: 120px;
  }
}

.section-brightestminds__intro .title > * {
  display: block;
  width: 100%;
  white-space: nowrap;
}

.section-brightestminds__intro .title .line-1 {
  margin-left: -50px;
}

@media screen and (min-width: 960px) {
  .section-brightestminds__intro .title .line-1 {
    margin-left: calc(-50px + -70 * (100vw - 960px) / 386);
  }
}

@media screen and (min-width: 1346px) {
  .section-brightestminds__intro .title .line-1 {
    margin-left: -120px;
  }
}

.section-brightestminds__intro .title .line-2 {
  margin-left: 12px;
}

@media screen and (min-width: 960px) {
  .section-brightestminds__intro .title .line-2 {
    margin-left: calc(12px + -32 * (100vw - 960px) / 386);
  }
}

@media screen and (min-width: 1346px) {
  .section-brightestminds__intro .title .line-2 {
    margin-left: -20px;
  }
}

.section-brightestminds__intro .content {
  margin-top: 25px;
  margin-bottom: 25px;
  max-width: 650px;
}

@media screen and (min-width: 480px) {
  .section-brightestminds__intro .content {
    margin-top: calc(25px + 25 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-brightestminds__intro .content {
    margin-top: 50px;
  }
}

@media screen and (min-width: 480px) {
  .section-brightestminds__intro .content {
    margin-bottom: calc(25px + 35 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-brightestminds__intro .content {
    margin-bottom: 60px;
  }
}

@media (min-width: 960px) {
  .section-brightestminds__intro .content {
    padding-left: 30px;
  }
}

.section-brightestminds__video {
  display: block;
  max-width: 700px;
  width: 100%;
  color: inherit;
}

.section-brightestminds__video .illo path {
  stroke: #f1e82b;
}

.section-brightestminds__video > .inner {
  position: relative;
}

.section-brightestminds__video > .inner .icon {
  font-size: 50px;
  margin-top: -25px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 3;
  width: 100%;
  line-height: 1;
  display: block;
  text-align: center;
  color: white;
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

@media screen and (min-width: 480px) {
  .section-brightestminds__video > .inner .icon {
    font-size: calc(50px + 30 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-brightestminds__video > .inner .icon {
    font-size: 80px;
  }
}

@media screen and (min-width: 480px) {
  .section-brightestminds__video > .inner .icon {
    margin-top: calc(-25px + -15 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-brightestminds__video > .inner .icon {
    margin-top: -40px;
  }
}

.section-brightestminds__video > .inner .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: block;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.section-brightestminds__video > .inner .bg:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 63.89%;
}

.section-brightestminds__video > .inner .bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: black;
  opacity: .27;
}

.section-brightestminds__video > .supporting-text {
  font-family: "Maison Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: inherit;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 10px;
  font-display: fallback;
}

@media screen and (min-width: 768px) {
  .section-brightestminds__video > .supporting-text {
    margin-top: calc(10px + 15 * (100vw - 768px) / 1032);
  }
}

@media screen and (min-width: 1800px) {
  .section-brightestminds__video > .supporting-text {
    margin-top: 25px;
  }
}

.section-brightestminds__video > .supporting-text .arrow {
  margin-left: 10px;
  height: 25px;
  width: auto;
}

@media (max-width: 479px) {
  .section-brightestminds__video > .supporting-text {
    line-height: 1.6;
  }
  .section-brightestminds__video > .supporting-text .illo {
    width: 20px;
    height: auto;
    margin-left: 5px;
  }
}

html:not(.mobile):not(.tablet) .section-brightestminds__video:hover, .section-brightestminds__video.on_press {
  opacity: 1;
  text-decoration: none;
}

html:not(.mobile):not(.tablet) .section-brightestminds__video:hover .icon, .section-brightestminds__video.on_press .icon {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

html:not(.mobile):not(.tablet) .section-brightestminds__video:hover .bg, .section-brightestminds__video.on_press .bg {
  opacity: .65;
}

.section-brightestminds__stats .section-brightestminds__fancy {
  float: right;
}

.section-brightestminds__stats .title {
  font-size: 14px;
  color: white;
  font-family: "Maison Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 800;
  letter-spacing: normal;
  margin-bottom: 28px;
  font-display: fallback;
}

@media screen and (min-width: 480px) {
  .section-brightestminds__stats .title {
    font-size: calc(14px + 8 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-brightestminds__stats .title {
    font-size: 22px;
  }
}

.section-brightestminds__stats .list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-brightestminds__stats .list > li {
  min-height: 40px;
  padding-left: 60px;
  position: relative;
}

@media screen and (min-width: 480px) {
  .section-brightestminds__stats .list > li {
    min-height: calc(40px + 30 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-brightestminds__stats .list > li {
    min-height: 70px;
  }
}

@media screen and (min-width: 480px) {
  .section-brightestminds__stats .list > li {
    padding-left: calc(60px + 40 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-brightestminds__stats .list > li {
    padding-left: 100px;
  }
}

.section-brightestminds__stats .list > li:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (min-width: 480px) {
  .section-brightestminds__stats .list > li:not(:last-child) {
    margin-bottom: calc(15px + 20 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-brightestminds__stats .list > li:not(:last-child) {
    margin-bottom: 35px;
  }
}

.single-solution .section-brightestminds__stats .list > li:not(:last-child) {
  margin-bottom: 1rem;
}

.section-brightestminds__stats .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #303030;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 480px) {
  .section-brightestminds__stats .icon {
    width: calc(40px + 30 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-brightestminds__stats .icon {
    width: 70px;
  }
}

@media screen and (min-width: 480px) {
  .section-brightestminds__stats .icon {
    height: calc(40px + 30 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-brightestminds__stats .icon {
    height: 70px;
  }
}

.section-brightestminds__stats .icon > img {
  width: auto;
  height: auto;
  max-width: 65%;
  max-height: 65%;
}

.section-brightestminds__stats .text {
  padding-top: 0px;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Maison Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: normal;
  font-display: fallback;
}

@media screen and (min-width: 480px) {
  .section-brightestminds__stats .text {
    padding-top: calc(0px + 8 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-brightestminds__stats .text {
    padding-top: 8px;
  }
}

@media (min-width: 960px) {
  .section-brightestminds .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: auto;
  }
  .section-brightestminds .grid__col {
    width: 50%;
    max-width: 50%;
  }
  .section-brightestminds__intro .title br {
    display: none;
  }
  .section-brightestminds__stats {
    padding-right: 40px;
  }
  .home.page .section-brightestminds__stats .title {
    margin-top: -60px;
  }
  .section-brightestminds__stats .list {
    max-width: 500px;
  }
}

@media (max-width: 959px) {
  .section-brightestminds .grid__col:not(:last-child) {
    margin-bottom: 40px;
  }
  .section-brightestminds__intro .title .line-1,
  .section-brightestminds__intro .title .line-2 {
    margin-left: 0;
  }
  .section-brightestminds__intro .section-brightestminds__fancy {
    right: auto;
    left: 4%;
    bottom: 65%;
    top: auto;
    margin: 0;
    width: 376px;
  }
  .section-brightestminds__stats .section-brightestminds__fancy {
    display: none;
  }
}

@media (min-width: 601px) and (max-width: 959px) {
  .section-brightestminds__stats .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
  .section-brightestminds__stats .list > li {
    width: 50%;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .section-brightestminds .grid__col:not(:last-child) {
    margin-bottom: 20px;
  }
  .section-brightestminds__video > .supporting-text {
    display: inline-block;
    position: relative;
  }
  .section-brightestminds__video > .supporting-text .arrow {
    position: absolute;
    right: -15px;
    bottom: 100%;
  }
  .section-brightestminds__stats .title {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .section-brightestminds__intro .section-brightestminds__fancy {
    left: 15px;
    top: -170px;
    bottom: auto;
  }
  .section-brightestminds__video > .supporting-text .arrow {
    right: 15px;
    margin-left: 0;
  }
}

.section-cs .slick-slide img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.section-cs__controls ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 2px;
  border-top: 2px solid #303030;
}

.section-cs__controls ul > li {
  width: auto;
  white-space: nowrap;
}

.section-cs__controls .pager-item {
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px;
  padding-top: 22px;
  position: relative;
  color: rgba(255, 255, 255, 0.55);
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  white-space: nowrap;
  position: relative;
}

@media screen and (min-width: 480px) {
  .section-cs__controls .pager-item {
    font-size: calc(14px + 2 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-cs__controls .pager-item {
    font-size: 16px;
  }
}

.section-cs__controls .pager-item:hover, .section-cs__controls .pager-item:focus {
  color: white;
  opacity: 1;
  text-decoration: none;
}

.section-cs__controls .pager-item .indicator {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 2px;
  overflow: hidden;
  display: block;
}

.section-cs__controls .pager-item .indicator:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  background-color: #f1e82b;
}

.section-cs__controls .pager-item svg {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  width: 120px;
  height: 13px;
}

.section-cs__controls .pager-item svg path {
  visibility: hidden;
  -webkit-transition: visibility 0.2s linear;
  transition: visibility 0.2s linear;
}

.section-cs__controls li.slick-active .pager-item {
  color: white;
}

.section-cs__controls li.slick-active .pager-item:hover, .section-cs__controls li.slick-active .pager-item:focus {
  color: white;
}

.section-cs__controls li.slick-active .pager-item .indicator:before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.section-cs__intro {
  position: relative;
  z-index: 2;
}

.section-cs__intro .title {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 35px;
}

@media screen and (min-width: 480px) {
  .section-cs__intro .title {
    font-size: calc(48px + 72 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-cs__intro .title {
    font-size: 120px;
  }
}

.section-cs__excerpt {
  color: rgba(255, 255, 255, 0.85);
}

.section-cs__excerpt .title {
  font-size: 30px;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .section-cs__excerpt .title {
    font-size: calc(30px + 16 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-cs__excerpt .title {
    font-size: 46px;
  }
}

.section-cs__excerpt .content {
  display: block;
  margin-bottom: 30px;
}

.section-cs__video {
  margin-top: 50px;
  position: relative;
  display: block;
}

@media screen and (min-width: 481px) {
  .section-cs__video {
    margin-top: calc(50px + 50 * (100vw - 481px) / 1319);
  }
}

@media screen and (min-width: 1800px) {
  .section-cs__video {
    margin-top: 100px;
  }
}

.section-cs__video .thumb {
  display: block;
  position: relative;
}

.section-cs__video .thumb .play {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.section-cs__video .thumb .play:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent white;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  border-width: 5.5px 0 5.5px 8px;
  margin-left: -3px;
  margin-top: -5px;
}

.section-cs__video .thumb .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.section-cs__video .content {
  color: white;
  font-size: 1.4rem;
  line-height: 1.4;
}

.section-cs__video .content .title {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 10px;
}

.section-cs__video:hover, .section-cs__video:focus {
  text-decoration: none;
  opacity: 1;
}

.section-cs__video:hover .play, .section-cs__video:focus .play {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.section-cs__video:hover .bg, .section-cs__video:focus .bg {
  opacity: .65;
}

.section-cs__stats {
  list-style: none;
}

.section-cs__stats,
.section-cs__stats li {
  display: block;
  margin: 0;
  padding: 0;
}

.section-cs__stats li.stat:not(:last-child) {
  margin-bottom: 35px;
}

@media screen and (min-width: 480px) {
  .section-cs__stats li.stat:not(:last-child) {
    margin-bottom: calc(35px + 25 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-cs__stats li.stat:not(:last-child) {
    margin-bottom: 60px;
  }
}

.section-cs__stats li.stat__inner {
  margin-bottom: 25px;
}

.section-cs__stats li.stat__inner .text {
  font-size: 32px;
}

@media screen and (min-width: 480px) {
  .section-cs__stats li.stat__inner .text {
    font-size: calc(32px + 13 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-cs__stats li.stat__inner .text {
    font-size: 45px;
  }
}

.section-cs__stats li.stat__inner .arrow {
  height: 30px;
  width: auto;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

@media screen and (min-width: 480px) {
  .section-cs__stats li.stat__inner .arrow {
    height: calc(30px + 10 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-cs__stats li.stat__inner .arrow {
    height: 40px;
  }
}

.section-cs__stats li.stat__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

@media screen and (min-width: 480px) {
  .section-cs__stats li.stat__text {
    font-size: calc(14px + 2 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-cs__stats li.stat__text {
    font-size: 16px;
  }
}

.section-cs__footer {
  display: block;
  text-align: center;
  margin-top: 50px;
}

.section-cs__slider.js-wp--section-cs .slick-track > .slick-slide:not(:first-child) .section-cs__stats li,
.section-cs__slider.js-wp--section-cs .slick-track > .slick-slide:not(:first-child) .section-cs__bg,
.section-cs__slider.js-wp--section-cs .slick-track > .slick-slide:not(:first-child) .section-cs__excerpt,
.section-cs__slider.js-wp--section-cs .slick-track > .slick-slide:not(:first-child) .section-cs__video, .section-cs__slider:not(.js-wp--section-cs) .section-cs__stats li,
.section-cs__slider:not(.js-wp--section-cs) .section-cs__bg,
.section-cs__slider:not(.js-wp--section-cs) .section-cs__excerpt,
.section-cs__slider:not(.js-wp--section-cs) .section-cs__video {
  opacity: 0;
}

.section-cs__slider.js-wp--section-cs .slick-track > .slick-slide:not(:first-child) .section-cs__stats li, .section-cs__slider:not(.js-wp--section-cs) .section-cs__stats li {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.section-cs__slider.js-wp--section-cs .slick-track > .slick-slide:not(:first-child) .section-cs__excerpt,
.section-cs__slider.js-wp--section-cs .slick-track > .slick-slide:not(:first-child) .section-cs__video, .section-cs__slider:not(.js-wp--section-cs) .section-cs__excerpt,
.section-cs__slider:not(.js-wp--section-cs) .section-cs__video {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.section-cs__slider.js-wp--section-cs .slick-track > .slick-slide:not(:first-child) .slick-slide.slick-active .section-cs__stats li,
.section-cs__slider.js-wp--section-cs .slick-track > .slick-slide:not(:first-child) .slick-slide.slick-active .section-cs__bg,
.section-cs__slider.js-wp--section-cs .slick-track > .slick-slide:not(:first-child) .slick-slide.slick-active .section-cs__excerpt,
.section-cs__slider.js-wp--section-cs .slick-track > .slick-slide:not(:first-child) .slick-slide.slick-active .section-cs__video, .section-cs__slider:not(.js-wp--section-cs) .slick-slide.slick-active .section-cs__stats li,
.section-cs__slider:not(.js-wp--section-cs) .slick-slide.slick-active .section-cs__bg,
.section-cs__slider:not(.js-wp--section-cs) .slick-slide.slick-active .section-cs__excerpt,
.section-cs__slider:not(.js-wp--section-cs) .slick-slide.slick-active .section-cs__video {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.section-cs__slide {
  margin-bottom: 50px;
}

@media screen and (min-width: 481px) {
  .section-cs__slide {
    margin-bottom: calc(50px + 50 * (100vw - 481px) / 1319);
  }
}

@media screen and (min-width: 1800px) {
  .section-cs__slide {
    margin-bottom: 120px;
  }
}

@media (min-width: 1024px) {
  .section-cs__controls ul > li {
    width: 20%;
  }
}

@media (max-width: 1023px) {
  .section-cs__controls ul {
    padding-bottom: 20px;
    width: 100%;
  }
  .section-cs__footer {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .section-cs__intro {
    margin-bottom: 130px;
  }
  .section-cs__bg {
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
  }
  .section-cs__bg > img {
    display: none;
  }
  .section-cs__slide > .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    z-index: 2;
  }
  .section-cs__slide > .grid > .grid__col {
    width: 33.3333%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .section-cs__slide > .grid > .grid__col:nth-child(1) {
    max-width: 400px;
  }
  .section-cs__slide > .grid > .grid__col:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-cs__slide > .grid > .grid__col:nth-child(3) {
    max-width: 300px;
  }
  .section-cs__video .thumb {
    position: absolute;
    left: 0;
    top: 50%;
    width: 180px;
    height: 100px;
    margin-top: -50px;
  }
  .section-cs__video .content {
    padding-left: 200px;
  }
}

@media (max-width: 767px) {
  .section-cs__slide > .grid {
    position: relative;
  }
  .section-cs__slide > .grid:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
  }
  .section-cs__slide > .grid > .grid__col:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .section-cs__slide > .grid > .grid__col:nth-child(2):before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
  }
  .section-cs__slide > .grid > .grid__col:nth-child(2) > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section-cs__slide > .grid > .grid__col:nth-child(2) img {
    margin: 0;
    height: 100%;
  }
  .section-cs__slide > .grid > .grid__col:nth-child(1), .section-cs__slide > .grid > .grid__col:nth-child(3) {
    margin-top: 20px;
  }
  .section-cs__bg {
    display: block;
    width: 100%;
    background-image: none !important;
  }
  .section-cs__bg > img {
    display: block;
    margin-bottom: 20px;
    max-width: 265px;
    height: auto;
  }
  .section-cs__excerpt {
    max-width: 450px;
  }
  .section-cs .stat {
    max-width: 450px;
    padding-left: 130px;
    position: relative;
  }
  .section-cs .stat__inner {
    position: absolute;
    left: 0;
    top: 0;
  }
  .section-cs__controls {
    margin-left: -30px;
    margin-right: -30px;
  }
  .section-cs__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 50px;
  }
  .section-cs__video .thumb {
    width: 180px;
    position: relative;
    left: 0;
    top: 0;
    margin-right: 20px;
    margin-top: 0;
  }
  .section-cs__video .thumb:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
  }
  .section-cs__video .content {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-cs__slide {
    min-height: 0;
  }
  .section-cs__slide > .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-cs__slide > .grid > .grid__col:nth-child(1), .section-cs__slide > .grid > .grid__col:nth-child(2) {
    width: 50%;
  }
  .section-cs__slide > .grid > .grid__col:nth-child(3) {
    margin-top: 30px;
    width: 100%;
    max-width: none;
  }
  .section-cs__bg {
    background-image: none !important;
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
    width: 50%;
  }
  .section-cs__bg > img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0;
    margin-left: auto;
  }
  .section-cs__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-cs__stats:before {
    content: '';
    z-index: 1;
    display: block;
    width: 100%;
    height: 200%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), color-stop(85%, #111111));
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, #111111 85%);
  }
  .section-cs__stats > li.stat {
    width: 33.3333%;
    position: relative;
    z-index: 2;
  }
  .section-cs__stats > li.stat .stat__text {
    max-width: 220px;
  }
  .section-cs .slick-list {
    overflow: visible;
  }
  .section-cs__bg {
    margin-right: -80px;
  }
}

@media (max-width: 480px) {
  .section-cs__video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section-cs__video .thumb {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .section-cs__video .thumb .play {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
  }
  .section-cs__video .thumb .play:before {
    border-width: 10px 0 10px 14px;
    margin-left: -5px;
    margin-top: -10px;
  }
}

.section-faq__title {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1;
}

@media screen and (min-width: 480px) {
  .section-faq__title {
    font-size: calc(24px + 26 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-faq__title {
    font-size: 50px;
  }
}

@media screen and (min-width: 480px) {
  .section-faq__title {
    margin-bottom: calc(20px + 60 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-faq__title {
    margin-bottom: 80px;
  }
}

.section-services__slide .accordion__panel {
  overflow: initial;
  -webkit-transform: none;
          transform: none;
  will-change: initial;
}

.section-services__slide .accordion__panel .icon,
.section-services__slide .accordion__panel > div {
  contain: initial;
  padding: unset;
}

.section-services__intro .title {
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 1;
}

@media screen and (min-width: 480px) {
  .section-services__intro .title {
    font-size: calc(48px + 72 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-services__intro .title {
    font-size: 120px;
  }
}

@media screen and (min-width: 480px) {
  .section-services__intro .title {
    margin-bottom: calc(20px + 15 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-services__intro .title {
    margin-bottom: 35px;
  }
}

.section-services__content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

.section-services__content .title {
  font-size: 5.0rem;
  line-height: 1;
  margin-bottom: 30px;
}

.section-services__content .text {
  margin-bottom: 40px;
}

.section-services .pager-item,
.section-services .accordion__trigger {
  color: rgba(255, 255, 255, 0.55);
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  /*
        svg {
            transition: transform $timing $ease-std;
            transform: scaleX(0);
            transform-origin: left center;
            padding-right: 12px;
        }
        */
}

.section-services .pager-item:hover, .section-services .pager-item:focus,
.section-services .accordion__trigger:hover,
.section-services .accordion__trigger:focus {
  color: white;
}

.section-services .pager-item .text,
.section-services .accordion__trigger .text {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: translateX(-44px);
          transform: translateX(-44px);
  display: inline-block;
}

@media screen and (prefers-reduced-motion) {
  .section-services .pager-item .text,
  .section-services .accordion__trigger .text {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.section-services .pager-item {
  padding: 0;
}

.section-services .pager-item svg {
  padding-right: 12px;
}

@media screen and (prefers-reduced-motion) {
  .section-services .pager-item svg {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.section-services__controls ul > li.slick-active .pager-item,
.section-services .accordion-active .accordion__trigger {
  color: white;
  font-weight: 800;
}

.section-services__controls ul > li.slick-active .pager-item .text,
.section-services .accordion-active .accordion__trigger .text {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.section-services__controls ul > li.slick-active .pager-item:hover,
.section-services .accordion-active .accordion__trigger:hover {
  color: #f1e82b;
}

.section-services__controls ul > li.slick-active .pager-item .icon--chevron-up:before,
.section-services .accordion-active .accordion__trigger .icon--chevron-up:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.section-services .accordion__trigger {
  display: none;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
  width: 100%;
  text-align: left;
  padding: 0;
  line-height: 50px;
  margin-top: -1px;
  color: white;
  font-weight: 800;
  position: relative;
}

.section-services .accordion__trigger .arrow {
  width: 38px;
  height: 7.5px;
}

.section-services .accordion__trigger .icon--chevron-up {
  position: absolute;
  right: 0;
  top: 50%;
  color: #f1e82b;
  font-size: 6px;
  margin-top: -3px;
}

.section-services .accordion__trigger .icon--chevron-up, .section-services .accordion__trigger .icon--chevron-up:before {
  line-height: 1;
  display: block;
}

.section-services .accordion__trigger .icon--chevron-up:before {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section-services__slide:not(.accordion-active) .arrow {
  visibility: hidden;
}

.section-services__image {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.section-services__image img {
  margin: auto;
}

@media (min-width: 1024px) {
  .section-services__image {
    position: absolute;
    left: 50%;
    margin-left: -250px;
  }
}

.section-services__image .exploded__fallback {
  display: none;
}

@media (min-width: 1024px) {
  .section-services__content {
    text-align: right;
    max-width: 330px;
  }
  .section-services__slider {
    position: relative;
  }
  .section-services__slider .slick-list {
    z-index: 1;
  }
  .section-services__slide {
    min-height: 820px;
  }
  .single-solution .section-services__slide {
    min-height: 480px;
  }
  .section-services__slide:after {
    content: '';
    display: table;
    clear: both;
  }
  .section-services .accordion__panel {
    display: block !important;
  }
  .section-services__underlay, .section-services__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-services__underlay {
    z-index: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-services__underlay > img {
    display: block;
  }
  .section-services__overlay {
    z-index: 2;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .section-services__controls {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-services__controls ul {
    list-style: none;
    font-size: 2.2rem;
    counter-reset: i;
  }
  .section-services__controls ul,
  .section-services__controls ul li {
    margin: 0;
    padding: 0;
  }
  .section-services__controls ul > li {
    counter-increment: i;
  }
  .section-services__controls ul > li:not(:last-child) {
    margin-bottom: 35px;
  }
  .section-services__controls ul > li:before {
    content: counter(i, decimal-leading-zero);
    color: #f1e82b;
    margin-right: 18px;
  }
  .section-services__controls ul > li:not(.slick-active) svg {
    visibility: hidden;
  }
}

@media (max-width: 1200px) {
  .section-services__underlay img {
    opacity: .25;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
}

@media (max-width: 1023px) {
  .section-services .exploded.exploded-consulting {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .section-services__overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -40px;
  }
  .section-services__overlay > div {
    padding-left: 40px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .section-services__intro {
    margin-bottom: 20px;
  }
  .section-services__image {
    min-width: 400px;
  }
  .section-services__image > img {
    max-width: 360px;
    width: auto;
    height: auto;
    display: block;
    margin: 0;
  }
  .section-services__slider {
    counter-reset: i;
  }
  .section-services__slide {
    counter-increment: i;
  }
  .section-services__slide .accordion__trigger:before {
    content: counter(i, decimal-leading-zero);
    color: #f1e82b;
    margin-right: 12px;
  }
  .section-services__slide:not(.accordion-has-eased) .accordion__panel, .section-services__underlay {
    display: none;
  }
  .section-services .accordion__trigger {
    display: block;
  }
  .section-services .accordion__panel {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .section-services__image {
    min-width: 250px;
  }
}

@media (max-width: 600px) {
  .section-services__overlay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-services__image {
    margin-bottom: 30px;
  }
}

.single-solution .section-services {
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .single-solution .section-services {
    margin-bottom: calc(40px + 60 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .single-solution .section-services {
    margin-bottom: 120px;
  }
}

.section-sidebyside {
  position: relative;
}

.section-sidebyside + .section-sidebyside,
.section-sidebyside + .bg-black {
  margin-top: 40px;
}

@media screen and (min-width: 480px) {
  .section-sidebyside + .section-sidebyside,
  .section-sidebyside + .bg-black {
    margin-top: calc(40px + 60 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-sidebyside + .section-sidebyside,
  .section-sidebyside + .bg-black {
    margin-top: 100px;
  }
}

.section-sidebyside picture {
  width: 100%;
  display: block;
}

.section-sidebyside .title {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1;
}

@media screen and (min-width: 480px) {
  .section-sidebyside .title {
    font-size: calc(28px + 22 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-sidebyside .title {
    font-size: 50px;
  }
}

@media screen and (min-width: 480px) {
  .section-sidebyside .title {
    margin-bottom: calc(20px + 20 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-sidebyside .title {
    margin-bottom: 40px;
  }
}

.section-sidebyside .buttons {
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  .section-sidebyside .buttons {
    margin-top: calc(20px + 20 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-sidebyside .buttons {
    margin-top: 40px;
  }
}

.section-sidebyside .grid {
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 480px) {
  .section-sidebyside .grid {
    margin-left: calc(-20px + -20 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-sidebyside .grid {
    margin-left: -40px;
  }
}

.section-sidebyside .grid__col {
  padding-left: 20px;
}

@media screen and (min-width: 480px) {
  .section-sidebyside .grid__col {
    padding-left: calc(20px + 20 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-sidebyside .grid__col {
    padding-left: 40px;
  }
}

.section-sidebyside.is-odd .grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.section-sidebyside.is-odd .grid__col--primary > .inner {
  padding-left: 20px;
}

@media screen and (min-width: 960px) {
  .section-sidebyside.is-odd .grid__col--primary > .inner {
    padding-left: calc(20px + 60 * (100vw - 960px) / 840);
  }
}

@media screen and (min-width: 1800px) {
  .section-sidebyside.is-odd .grid__col--primary > .inner {
    padding-left: 80px;
  }
}

.section-sidebyside.is-even .grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.section-sidebyside.is-even .grid__col--primary > .inner {
  padding-right: 20px;
}

@media screen and (min-width: 960px) {
  .section-sidebyside.is-even .grid__col--primary > .inner {
    padding-right: calc(20px + 60 * (100vw - 960px) / 840);
  }
}

@media screen and (min-width: 1800px) {
  .section-sidebyside.is-even .grid__col--primary > .inner {
    padding-right: 80px;
  }
}

.section-sidebyside:not(.is-full) .grid > .grid__col {
  width: 50%;
  max-width: 50%;
}

.section-sidebyside:not(.is-full) .grid > .grid__col--primary {
  display: table;
}

.section-sidebyside:not(.is-full) .grid > .grid__col--primary .inner {
  display: table-cell;
  vertical-align: middle;
}

.section-sidebyside:not(.is-full) .grid .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  height: 100%;
}

.section-sidebyside:not(.is-full) .grid .image .bg {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-sidebyside:not(.is-breakout):not(.is-full) .grid > .grid__col--primary .inner {
  height: 300px;
}

@media screen and (min-width: 1024px) {
  .section-sidebyside:not(.is-breakout):not(.is-full) .grid > .grid__col--primary .inner {
    height: calc(300px + 180 * (100vw - 1024px) / 776);
  }
}

@media screen and (min-width: 1800px) {
  .section-sidebyside:not(.is-breakout):not(.is-full) .grid > .grid__col--primary .inner {
    height: 480px;
  }
}

@media (max-width: 767px) {
  .section-sidebyside:not(.is-breakout):not(.is-full) .grid > .grid__col--primary .inner {
    height: auto;
  }
}

.section-sidebyside.is-full .grid__col--primary {
  margin-bottom: 58px;
}

@media screen and (min-width: 768px) {
  .section-sidebyside.is-full .grid__col--primary {
    margin-bottom: calc(58px + 62 * (100vw - 768px) / 1032);
  }
}

@media screen and (min-width: 1800px) {
  .section-sidebyside.is-full .grid__col--primary {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .section-sidebyside.is-full .grid__col--primary {
    margin-bottom: 0;
  }
}

.section-sidebyside.is-full .content {
  max-width: 572px;
}

@media screen and (min-width: 768px) {
  .section-sidebyside.is-full .content {
    max-width: calc(572px + 258 * (100vw - 768px) / 1032);
  }
}

@media screen and (min-width: 1800px) {
  .section-sidebyside.is-full .content {
    max-width: 830px;
  }
}

@media (max-width: 767px) {
  .section-sidebyside.is-full .content {
    max-width: none;
  }
}

.section-sidebyside.is-breakout .grid > .grid__col--primary .inner {
  height: 500px;
}

@media screen and (min-width: 1024px) {
  .section-sidebyside.is-breakout .grid > .grid__col--primary .inner {
    height: calc(500px + 300 * (100vw - 1024px) / 776);
  }
}

@media screen and (min-width: 1800px) {
  .section-sidebyside.is-breakout .grid > .grid__col--primary .inner {
    height: 800px;
  }
}

@media (max-width: 1023px) {
  .section-sidebyside.is-breakout .grid > .grid__col--primary .inner {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .section-sidebyside.is-breakout .grid > .grid__col--primary .inner {
    height: auto;
  }
}

@media (min-width: 768px) {
  .section-sidebyside.is-breakout .container, .section-sidebyside.is-breakout .widget-brands {
    position: static;
  }
  .section-sidebyside.is-breakout .image {
    position: absolute !important;
    top: 0;
    width: 50vw;
  }
  .section-sidebyside.is-breakout.is-odd .image {
    left: 0;
  }
  .section-sidebyside.is-breakout.is-even .image {
    right: 0;
  }
}

@media (min-width: 768px) {
  .section-sidebyside.is-full .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-sidebyside.is-full .grid__col {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .section-sidebyside.is-full .content {
    margin: 0 auto;
  }
  .section-sidebyside.is-full .image {
    display: block;
    width: 100%;
  }
  .section-sidebyside.is-full .image .bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    max-height: 560px;
  }
  .section-sidebyside.is-full .image .bg:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 40%;
  }
  .section-sidebyside:not(.section-sidebyside--google) img {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
  }
}

@media (max-width: 767px) {
  .section-sidebyside.is-odd .grid, .section-sidebyside.is-even .grid, .section-sidebyside.is-breakout .grid, .section-sidebyside.is-full .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: 0;
  }
  .section-sidebyside.is-odd .grid > .grid__col, .section-sidebyside.is-even .grid > .grid__col, .section-sidebyside.is-breakout .grid > .grid__col, .section-sidebyside.is-full .grid > .grid__col {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .section-sidebyside.is-odd .grid > .grid__col--primary, .section-sidebyside.is-even .grid > .grid__col--primary, .section-sidebyside.is-breakout .grid > .grid__col--primary, .section-sidebyside.is-full .grid > .grid__col--primary {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .section-sidebyside.is-odd .grid > .grid__col--primary .inner, .section-sidebyside.is-even .grid > .grid__col--primary .inner, .section-sidebyside.is-breakout .grid > .grid__col--primary .inner, .section-sidebyside.is-full .grid > .grid__col--primary .inner {
    display: block;
    height: auto;
    padding-left: 0;
  }
  .section-sidebyside.is-odd .grid > .grid__col--secondary, .section-sidebyside.is-even .grid > .grid__col--secondary, .section-sidebyside.is-breakout .grid > .grid__col--secondary, .section-sidebyside.is-full .grid > .grid__col--secondary {
    margin-bottom: 30px;
  }
  .section-sidebyside .image {
    height: auto;
    width: 100%;
  }
  .section-sidebyside .image .bg {
    display: none !important;
  }
  .section-sidebyside .image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }
}

.section-sidebyside--tour .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-sidebyside--tour .pano {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  .section-sidebyside--tour .pano iframe {
    min-height: 500px;
  }
}

.section-sidebyside--google {
  /*
        img.google-badge {
            transform: translateX(-100%);
            transition: transform .6s $ease-std;
            transition-delay: .2s;
        }

        &.is-revealed img.google-badge {
            transform: translateX(0);
        
        }
    */
}

.section-sidebyside--google .google-badge {
  margin-top: 30px;
}

.section-sidebyside--google .image {
  display: block !important;
}

.section-sidebyside--google .image > img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
}

.section-sidebyside--google .image img.google-logo {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  max-width: 468px;
}

@media (min-width: 768px) {
  .section-sidebyside--google .grid__col--secondary {
    position: relative;
  }
  .section-sidebyside--google .image {
    padding-left: 80px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .section-sidebyside--google .image {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 400px;
  }
  .section-sidebyside--google img.google-badge {
    max-width: 100%;
    width: auto;
  }
}

.section-solution {
  position: relative;
}

.section-solution + .section-solution {
  margin-top: 75px;
}

@media screen and (min-width: 480px) {
  .section-solution + .section-solution {
    margin-top: calc(75px + 75 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-solution + .section-solution {
    margin-top: 150px;
  }
}

.section-solution .title {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1;
}

@media screen and (min-width: 480px) {
  .section-solution .title {
    font-size: calc(28px + 22 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-solution .title {
    font-size: 50px;
  }
}

@media screen and (min-width: 480px) {
  .section-solution .title {
    margin-bottom: calc(20px + 20 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-solution .title {
    margin-bottom: 40px;
  }
}

.section-solution .image {
  position: relative;
}

.section-solution .image > img {
  display: block;
  margin: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  opacity: 0;
}

.section-solution .image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.section-solution .buttons {
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  .section-solution .buttons {
    margin-top: calc(20px + 20 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-solution .buttons {
    margin-top: 40px;
  }
}

.section-solution .grid {
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 480px) {
  .section-solution .grid {
    margin-left: calc(-20px + -20 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-solution .grid {
    margin-left: -40px;
  }
}

.section-solution .grid__col {
  padding-left: 20px;
  width: 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 480px) {
  .section-solution .grid__col {
    padding-left: calc(20px + 20 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-solution .grid__col {
    padding-left: 40px;
  }
}

.section-solution.is-odd .grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.section-solution.is-odd .grid__col--primary > .inner {
  padding-left: 20px;
}

@media screen and (min-width: 960px) {
  .section-solution.is-odd .grid__col--primary > .inner {
    padding-left: calc(20px + 60 * (100vw - 960px) / 840);
  }
}

@media screen and (min-width: 1800px) {
  .section-solution.is-odd .grid__col--primary > .inner {
    padding-left: 80px;
  }
}

.section-solution.is-even .grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.section-solution.is-even .grid__col--primary > .inner {
  padding-right: 20px;
}

@media screen and (min-width: 960px) {
  .section-solution.is-even .grid__col--primary > .inner {
    padding-right: calc(20px + 60 * (100vw - 960px) / 840);
  }
}

@media screen and (min-width: 1800px) {
  .section-solution.is-even .grid__col--primary > .inner {
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  .section-solution .grid > .grid__col {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-solution .grid > .grid__col--primary {
    width: 65%;
    max-width: 65%;
  }
  .section-solution .grid > .grid__col--secondary {
    width: 35%;
    max-width: 35%;
  }
}

@media (min-width: 481px) and (max-width: 600px) {
  .section-solution .grid > .grid__col--secondary .image {
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media (max-width: 480px) {
  .section-solution.is-odd .grid, .section-solution.is-even .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: 0;
  }
  .section-solution.is-odd .grid > .grid__col, .section-solution.is-even .grid > .grid__col {
    width: 100%;
    padding-left: 0;
    position: relative;
  }
  .section-solution.is-odd .grid > .grid__col--primary, .section-solution.is-even .grid > .grid__col--primary {
    padding-left: 0;
    padding-right: 0;
    display: block;
    z-index: 2;
    margin-bottom: 20px;
  }
  .section-solution.is-odd .grid > .grid__col--primary .inner, .section-solution.is-even .grid > .grid__col--primary .inner {
    display: block;
    height: auto;
    padding-left: 0;
  }
  .section-solution.is-odd .grid > .grid__col--secondary, .section-solution.is-even .grid > .grid__col--secondary {
    z-index: 1;
  }
  .section-solution .grid > .grid__col--primary {
    max-width: none;
  }
  .section-solution .grid > .grid__col--secondary {
    margin-bottom: 20px;
    max-width: none;
  }
  .section-solution .exploded.exploded-seo {
    max-width: 350px;
  }
  .section-solution .exploded.exploded-adwords {
    max-width: 200px;
    margin: 0;
  }
  .section-solution .exploded.exploded-remarketing {
    max-width: 450px;
  }
  .section-solution .exploded.exploded-socialadvertising {
    max-width: 450px;
  }
  .section-solution .exploded.exploded-webdesign {
    max-width: 450px;
  }
  .section-solution .exploded.exploded-consulting {
    max-width: 350px;
    margin-bottom: 40px;
  }
  .section-solution .exploded.exploded-digital-advertising {
    max-width: 480px;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.section-gr .container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .section-gr .container-inner {
    margin-bottom: calc(20px + 40 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-gr .container-inner {
    margin-bottom: 60px;
  }
}

@media (min-width: 959px) {
  .section-gr .container-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.section-gr .container-inner .wp-google-place {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
          padding: 20px!important;
}

.section-gr-header {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

:root .section-gr-title {
  font-size: 48px;
}

@media screen and (min-width: 480px) {
  :root .section-gr-title {
    font-size: calc(48px + 48 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  :root .section-gr-title {
    font-size: 96px;
  }
}

.section-specialty .container-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.section-specialty__title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .section-specialty__title {
    font-size: calc(24px + 36 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-specialty__title {
    font-size: 60px;
  }
}

@media screen and (min-width: 480px) {
  .section-specialty__title {
    margin-bottom: calc(20px + 40 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-specialty__title {
    margin-bottom: 60px;
  }
}

.section-specialty__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  margin-left: -10px;
  margin-bottom: -10px;
}

@media screen and (min-width: 480px) {
  .section-specialty__list {
    margin-left: calc(-10px + -50 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-specialty__list {
    margin-left: -60px;
  }
}

@media screen and (min-width: 480px) {
  .section-specialty__list {
    margin-bottom: calc(-10px + -50 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-specialty__list {
    margin-bottom: -60px;
  }
}

.section-specialty__list > li {
  margin: 0;
  padding: 0;
  width: 33.33333%;
  padding-left: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  .section-specialty__list > li {
    padding-left: calc(10px + 50 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-specialty__list > li {
    padding-left: 60px;
  }
}

@media screen and (min-width: 480px) {
  .section-specialty__list > li {
    margin-bottom: calc(10px + 50 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-specialty__list > li {
    margin-bottom: 60px;
  }
}

.section-specialty__preface {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .section-specialty__preface {
    margin-bottom: calc(20px + 40 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-specialty__preface {
    margin-bottom: 60px;
  }
}

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

.section-specialty__controls {
  position: relative;
  padding: 20px 50px;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 480px) {
  .section-specialty__controls {
    display: none;
  }
}

.section-specialty__controls .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-specialty__controls .slick-dots,
.section-specialty__controls .slick-dots li {
  padding: 0;
  margin: 0;
}

.section-specialty__controls .slick-dots li {
  padding: 5px;
}

.section-specialty__controls .slick-dots button {
  padding: 0;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
}

.section-specialty__controls .slick-dots .slick-active button {
  background-color: rgba(255, 255, 255, 0.55);
}

.section-specialty__controls .section-specialty__slider__prev,
.section-specialty__controls .section-specialty__slider__next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  display: block;
  background-color: #111111;
  z-index: 10;
  border-radius: 50%;
  margin-top: -20px;
  padding: 0;
  border: 1px solid #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-specialty__controls .section-specialty__slider__prev.slick-disabled,
.section-specialty__controls .section-specialty__slider__next.slick-disabled {
  display: none !important;
}

.section-specialty__controls .section-specialty__slider__prev svg,
.section-specialty__controls .section-specialty__slider__next svg {
  width: 13px;
  height: auto;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.section-specialty__controls .section-specialty__slider__prev svg > *,
.section-specialty__controls .section-specialty__slider__next svg > * {
  fill: #f1e82b;
}

.section-specialty__controls .section-specialty__slider__prev {
  left: 0;
}

html:not(.mobile):not(.tablet) .section-specialty__controls .section-specialty__slider__prev:hover svg, .section-specialty__controls .section-specialty__slider__prev.on_press svg {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}

.section-specialty__controls .section-specialty__slider__next {
  right: 0;
}

html:not(.mobile):not(.tablet) .section-specialty__controls .section-specialty__slider__next:hover svg, .section-specialty__controls .section-specialty__slider__next.on_press svg {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-specialty__list > li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .section-specialty__list {
    display: block;
    padding-top: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .section-specialty__list > li {
    width: auto;
  }
  .section-specialty__list .slick-list {
    overflow: visible;
  }
  .section-specialty__list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-specialty__list .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    min-height: 0;
  }
}

.section-specialty--industries .container-inner {
  max-width: none;
}

@media (min-width: 1024px) {
  .section-specialty--industries ul > li {
    width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .section-specialty--industries ul > li {
    width: 33.3333%;
  }
}

.section-textblock {
  color: white;
}

@media (min-width: 1440px) {
  .section-textblock .container, .section-textblock .widget-brands {
    max-width: 1040px;
  }
}

@media (max-width: 1439px) {
  .section-textblock .container, .section-textblock .widget-brands {
    max-width: 870px;
  }
}

.section-textblock--large {
  font-size: 16px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .section-textblock--large {
    font-size: calc(16px + 9 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-textblock--large {
    font-size: 25px;
  }
}

@media (min-width: 1440px) {
  .section-textblock--large .container, .section-textblock--large .widget-brands {
    max-width: 1090px;
  }
}

@media (max-width: 1439px) {
  .section-textblock--large .container, .section-textblock--large .widget-brands {
    max-width: 920px;
  }
}

.section-values__title {
  font-size: 20px;
  line-height: 1.5;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .section-values__title {
    font-size: calc(20px + 20 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-values__title {
    font-size: 40px;
  }
}

.section-values__title strong {
  font-family: "Mark Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 900;
  color: #f1e82b;
  position: relative;
  font-display: fallback;
}

.section-values__title strong svg {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  height: 19px;
  margin-left: -172px;
  margin-top: -5px;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s linear;
  transition: transform 0.3s ease-out, opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  opacity: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.section-values__title.is-revealed svg {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.wp-google-reviews, .section-values__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  margin-left: -10px;
  margin-right: -10px;
}

.wp-google-reviews .slick-list, .section-values__list .slick-list {
  overflow: visible;
}

.wp-google-reviews .slick-track, .section-values__list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  width: 100%;
}

.wp-google-reviews .slick-slide, .section-values__list .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  min-height: 0;
  float: none;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

@media (min-width: 520px) {
  .wp-google-reviews .slick-slide:not(.slick-active), .section-values__list .slick-slide:not(.slick-active) {
    -webkit-transform: translateX(-65px);
            transform: translateX(-65px);
  }
  .wp-google-reviews .slick-slide.slick-active ~ .slick-slide:not(.slick-active), .section-values__list .slick-slide.slick-active ~ .slick-slide:not(.slick-active) {
    -webkit-transform: translateX(65px);
            transform: translateX(65px);
  }
}

@media (max-width: 519px) {
  .wp-google-reviews .slick-slide:not(.slick-current), .section-values__list .slick-slide:not(.slick-current) {
    -webkit-transform: translateX(-65px);
            transform: translateX(-65px);
  }
  .wp-google-reviews .slick-slide.slick-current ~ .slick-slide:not(.slick-current), .section-values__list .slick-slide.slick-current ~ .slick-slide:not(.slick-current) {
    -webkit-transform: translateX(65px);
            transform: translateX(65px);
  }
}

.wp-google-reviews > li, .section-values__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  margin-bottom: 30px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

html:not(.mobile):not(.tablet) .wp-google-reviews > li:hover .value__inner, .wp-google-reviews > li.on_press .value__inner, html:not(.mobile):not(.tablet) .section-values__list > li:hover .value__inner, .section-values__list > li.on_press .value__inner {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
}

.wp-google-reviews .value, .section-values__list .value {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.section-values__footer {
  max-width: 280px;
  line-height: 1.4;
  text-align: center;
  color: white;
  margin: 0 auto;
}

@media screen and (min-width: 480px) {
  .section-values__footer {
    max-width: calc(280px + 420 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-values__footer {
    max-width: 700px;
  }
}

.section-values__footer > * {
  line-height: inherit;
}

.section-values__controls {
  position: relative;
}

.section-values__controls .section-values__slider__prev,
.section-values__controls .section-values__slider__next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  display: block;
  background-color: #111111;
  color: #231f20;
  z-index: 10;
  border-radius: 50%;
  margin-top: -20px;
  padding: 0;
  border: 1px solid #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-values__controls .section-values__slider__prev.slick-disabled,
.section-values__controls .section-values__slider__next.slick-disabled {
  display: none !important;
}

.section-values__controls .section-values__slider__prev svg,
.section-values__controls .section-values__slider__next svg {
  width: 13px;
  height: auto;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.section-values__controls .section-values__slider__prev svg > *,
.section-values__controls .section-values__slider__next svg > * {
  stroke: #f1e82b;
}

.section-values__controls .section-values__slider__prev {
  left: -20px;
}

html:not(.mobile):not(.tablet) .section-values__controls .section-values__slider__prev:hover svg, .section-values__controls .section-values__slider__prev.on_press svg {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}

.section-values__controls .section-values__slider__next {
  right: -20px;
}

html:not(.mobile):not(.tablet) .section-values__controls .section-values__slider__next:hover svg, .section-values__controls .section-values__slider__next.on_press svg {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

@media (max-width: 600px) {
  .section-values__title br {
    display: none;
  }
}

@media (max-width: 480px) {
  .section-values__list {
    margin-left: -30px;
    margin-right: -30px;
  }
  .section-values__slider {
    width: auto;
  }
  .section-values__controls .section-values__slider__prev {
    left: 10px;
  }
  .section-values__controls .section-values__slider__next {
    right: 10px;
  }
}

@media (max-width: 375px) {
  .section-values__list .slick-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .section-values__controls .section-values__slider__prev {
    left: -15px;
  }
  .section-values__controls .section-values__slider__next {
    right: -15px;
  }
}

.section-values--stats .value__inner {
  padding-top: 200px;
  padding-bottom: 45px;
}

.section-values--stats .value h3 {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.section-values--stats .value .title,
.section-values--stats .value .text {
  display: block;
}

.section-values--stats .value .title {
  font-size: 18px;
}

@media screen and (min-width: 480px) {
  .section-values--stats .value .title {
    font-size: calc(18px + 42 * (100vw - 480px) / 1320);
  }
}

@media screen and (min-width: 1800px) {
  .section-values--stats .value .title {
    font-size: 60px;
  }
}

.section-values--stats .value .text {
  font-family: "Maison Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  white-space: initial;
  font-display: fallback;
}



/* Handburger menu fix */
.hamburger {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  display: block;
  width: 32px;
  height: 24px;
}

html:not(.mobile):not(.tablet) .hamburger:hover .line--top, .hamburger.on_press .line--top {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

html:not(.mobile):not(.tablet) .hamburger:hover .line--bottom, .hamburger.on_press .line--bottom {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.hamburger .lines {
  display: block;
  width: 32px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -12px;
}

.hamburger .line {
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  width: 32px;
  height: 3px;
  margin-left: -16px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  border-radius: 3px;
}

.hamburger .line--top {
  top: 0;
}

.hamburger .line--middle1,
.hamburger .line--middle2 {
  top: 50%;
  margin-top: -1.5px;
}

.hamburger .line--bottom {
  bottom: -1px;
}

.is-hamburgerOpen .hamburger .line--top,
.is-hamburgerOpen .hamburger .line--bottom {
  opacity: 0;
}

.is-hamburgerOpen .hamburger .line--middle1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.is-hamburgerOpen .hamburger .line--middle2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 960px) {
  .hamburger {
    display: none;
  }
}