/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*-----------------------------------------------------------------------------------*/
/*      0.0 Reset
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------------------------------------*/
/*      1.0 Icomoon
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/fonts/icomoon.eot?2pha8");
  src: url("../icomoon/fonts/icomoon.eot?2pha8#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?2pha8") format("truetype"), url("../icomoon/fonts/icomoon.woff?2pha8") format("woff"), url("../icomoon/fonts/icomoon.svg?2pha8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-bar:before {
  content: "\e902";
}

.icon-linkedin:before {
  content: "\e903";
}

.icon-xing:before {
  content: "\e904";
}

/*-----------------------------------------------------------------------------------*/
/*      2.0 Helper
/*-----------------------------------------------------------------------------------*/
/* 2.1 FLOATS */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

/* 2.2 CONTENT/BG COVER */
.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img, .object-fit-con img, .block--links .move, .block--jobs .move, .block--team .overlay, .block--benefits .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2.3 VISIBILITY */
.hidden {
  display: none;
}

@media only screen and (max-width: 1020px) {
  .hidden--mobile {
    display: none;
  }
}

@media only screen and (min-width: 1021px) {
  .hidden--desktop {
    display: none;
  }
}

.sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* 2.4 CLEARFIX */
.wpforms-field-container::after, .clearfix::after, .cf::after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*      3.0 Media
/*-----------------------------------------------------------------------------------*/
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

iframe {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*  4.0 Grid System
/*-----------------------------------------------------------------------------------*/
/*  4.1 Width */
.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.two-fifths {
  width: 46%;
}

.three-fifths {
  width: 54%;
}

@media only screen and (max-width: 1400px) {
  .xl-one-whole {
    width: 100%;
  }

  .xl-one-half {
    width: 50%;
  }

  .xl-one-third {
    width: 33.333%;
  }

  .xl-two-thirds {
    width: 66.666%;
  }

  .xl-one-quarter {
    width: 25%;
  }

  .xl-three-quarters {
    width: 75%;
  }

  .xl-two-fifths {
    width: 46%;
  }

  .xl-three-fifths {
    width: 54%;
  }
}
@media only screen and (max-width: 1200px) {
  .content-one-whole {
    width: 100%;
  }

  .content-one-half {
    width: 50%;
  }

  .content-one-third {
    width: 33.333%;
  }

  .content-two-thirds {
    width: 66.666%;
  }

  .content-one-quarter {
    width: 25%;
  }

  .content-three-quarters {
    width: 75%;
  }

  .content-two-fifths {
    width: 46%;
  }

  .content-three-fifths {
    width: 54%;
  }
}
@media only screen and (max-width: 1020px) {
  .lg-one-whole {
    width: 100%;
  }

  .lg-one-half {
    width: 50%;
  }

  .lg-one-third {
    width: 33.333%;
  }

  .lg-two-thirds {
    width: 66.666%;
  }

  .lg-one-quarter {
    width: 25%;
  }

  .lg-three-quarters {
    width: 75%;
  }

  .lg-two-fifths {
    width: 46%;
  }

  .lg-three-fifths {
    width: 54%;
  }
}
@media only screen and (max-width: 800px) {
  .md-one-whole {
    width: 100%;
  }

  .md-one-half {
    width: 50%;
  }

  .md-one-third {
    width: 33.333%;
  }

  .md-two-thirds {
    width: 66.666%;
  }

  .md-one-quarter {
    width: 25%;
  }

  .md-three-quarters {
    width: 75%;
  }

  .md-two-fifths {
    width: 46%;
  }

  .md-three-fifths {
    width: 54%;
  }
}
@media only screen and (max-width: 640px) {
  .sm-one-whole {
    width: 100%;
  }

  .sm-one-half {
    width: 50%;
  }

  .sm-one-third {
    width: 33.333%;
  }

  .sm-two-thirds {
    width: 66.666%;
  }

  .sm-one-quarter {
    width: 25%;
  }

  .sm-three-quarters {
    width: 75%;
  }

  .sm-two-fifths {
    width: 46%;
  }

  .sm-three-fifths {
    width: 54%;
  }
}
@media only screen and (max-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }

  .xs-one-half {
    width: 50%;
  }

  .xs-one-third {
    width: 33.333%;
  }

  .xs-two-thirds {
    width: 66.666%;
  }

  .xs-one-quarter {
    width: 25%;
  }

  .xs-three-quarters {
    width: 75%;
  }

  .xs-two-fifths {
    width: 46%;
  }

  .xs-three-fifths {
    width: 54%;
  }
}
/*  4.2 Container */
.container {
  max-width: 59rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-inline: 2rem;
}

.container--full {
  max-width: 100%;
}

.container--small {
  max-width: 51.5rem;
}

.container--tiny {
  max-width: 45rem;
}

/*  4.4 Flexgrid */
.flexgrid, .flex {
  display: flex;
}

.flexgrid--gutter {
  margin-left: -2rem;
}
.flexgrid--gutter .flex__item {
  padding-left: 2rem;
}

.flexgrid--narrow {
  margin-left: -0.8rem;
}
.flexgrid--narrow .flex__item {
  padding-left: 0.8rem;
}

.flexgrid--wide {
  margin-left: -4rem;
}
.flexgrid--wide .flex__item {
  padding-left: 4rem;
}

.flex--end {
  justify-content: flex-end;
}

.flex--middle {
  align-items: center;
}
.flex--middle p:last-child {
  margin-bottom: 0;
}

.flex--around {
  justify-content: space-around;
}

.flex--between {
  justify-content: space-between;
}

.flex--column {
  flex-direction: column;
}

.flex--center {
  justify-content: center;
}

.flex--bottom {
  align-items: flex-end;
}

.flex1 {
  flex: 1 0 auto;
}

.flex--wrap {
  flex-wrap: wrap;
}

/*-----------------------------------------------------------------------------------*/
/*  5.0 Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-family: "oswald", "Arial", sans-serif;
  font-size: 20px;
  line-height: 1.7;
  color: #FFF;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

*::selection {
  background: #ED135A;
  color: white;
}

[data-target] {
  cursor: pointer;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: #ED135A;
}
a:hover {
  color: #be0f48;
}
a:focus, a:active {
  outline: none;
}

a, i {
  -webkit-tap-highlight-color: transparent;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "oswald", "Arial", sans-serif;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #FFF;
}

/*  5.2 Headlines */
h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}

h1, .alpha {
  font-size: 2.75rem;
  line-height: 1.18182;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

h2, .beta {
  font-size: 1.9rem;
  line-height: 1.26316;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

h3, .gamma {
  font-size: 1.5rem;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

h4, .delta {
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

h5, .epsilon {
  font-size: 1rem;
  line-height: 1.5;
}

h6, .zeta {
  font-size: 0.7rem;
  line-height: 1.21429;
}

p, blockquote,
pre, dl {
  margin: 0 0 1.5rem;
}

/*  5.3 Alignment */
.text--center,
.has-text-align-center {
  text-align: center;
}

.text--right,
.has-text-align-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.alignleft img {
  margin-left: 0;
}

.alignright img {
  margin-right: 0;
}

/*  5.4 Quotes */
blockquote {
  font-size: 1rem;
  padding: 0;
  margin: 0;
  font-style: normal;
  color: #0D2346;
}
blockquote strong {
  font-weight: 900;
}
blockquote p {
  font-size: 1.75rem;
  line-height: 1.28571;
  color: #0D2346;
  text-align: center;
}
blockquote cite {
  color: #0D2346;
  margin: 0;
  font-style: normal;
}

hr {
  border: none;
  border-top: 1px solid #A1A9AD;
  margin: 4rem 0;
}

q {
  font-style: italic;
}

pre {
  padding: 2rem;
  border-radius: 5px;
  border: 1px solid #999999;
}

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'oswald';
  src: url("../fonts/oswald-v53-latin-500.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'oswald';
  src: url("../fonts/oswald-v53-latin-700.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'oswald';
  src: url("../fonts/oswald-v53-latin-300.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswald';
  src: url("../fonts/oswald-v53-latin-regular.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn, input[type="button"],
input[type="submit"],
.wpforms-submit-container button {
  font-size: 0.9rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: 900;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 0.85rem 2.25rem 0.8rem 3rem;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none !important;
  text-align: center;
  color: white;
  background-color: transparent;
  position: relative;
  isolation: isolate;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover, input[type="button"]:hover,
input[type="submit"]:hover,
.wpforms-submit-container button:hover {
  color: white;
}
.btn:hover::before, input[type="button"]:hover::before,
input[type="submit"]:hover::before,
.wpforms-submit-container button:hover::before {
  transform: skew(0);
}
.btn::before, input[type="button"]::before,
input[type="submit"]::before,
.wpforms-submit-container button::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ED135A, #ED135A 0.75rem, transparent 0.75rem, transparent 1rem, #ED135A 1rem);
  transform: skew(-18deg);
  transition: all 0.25s ease-out;
}
.btn:active, input[type="button"]:active,
input[type="submit"]:active,
.wpforms-submit-container button:active, .btn:focus, input[type="button"]:focus,
input[type="submit"]:focus,
.wpforms-submit-container button:focus {
  outline: none;
}

.link {
  font-size: 0.65rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: 900;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 0.5rem 1rem 0.5rem;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none !important;
  text-align: center;
  color: #ED135A;
  background-color: transparent;
  position: relative;
  isolation: isolate;
  -webkit-tap-highlight-color: transparent;
}
.link:hover {
  color: #ED135A;
}
.link:hover::before {
  transform: skew(0);
}
.link::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  transform: skew(-12deg);
  transition: all 0.25s ease-out;
}

.btn--toggle {
  padding: 0;
  height: 44px;
  width: 44px;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  z-index: 10001;
  transform: skew(-16deg);
}
.btn--toggle .icon-ba {
  display: block;
  background: #FFF;
  position: relative;
  width: 44px;
  height: 5px;
  margin: 8px auto;
  transition: transform 0.25s ease-out;
}
.nav-mobile-active .btn--toggle {
  transform: none;
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-ba:nth-of-type(2) {
  transform: rotate(45deg);
  top: 13px;
}
.nav-mobile-active .btn--toggle .icon-ba:nth-of-type(3) {
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-ba:nth-of-type(4) {
  transform: rotate(-45deg);
  top: -13px;
}

/*  6.2 Forms */
select,
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"],
textarea {
  width: 100%;
  border: 1px solid #999999;
  padding: 0.4rem 1rem 0.35rem;
  background: #F6F6F6;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

textarea {
  resize: vertical;
  height: 160px !important;
}

input[type="text"]::-ms-clear {
  display: none;
}

label {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.75em;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  margin-left: 0;
}

form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.wpforms-field-checkbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpforms-field-checkbox input {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.wpforms-label-hide,
.wpforms-hidden {
  display: none !important;
}

.wpforms-field-label-inline {
  font-size: 0.8rem;
  line-height: 1.125;
  position: relative;
  padding-left: 2.25rem;
  display: block;
}
.wpforms-field-label-inline::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  background: rgba(217, 220, 220, 0.4);
}
input[type="checkbox"]:checked + .wpforms-field-label-inline::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  background: #FFF;
  height: 0.7rem;
  width: 0.7rem;
  left: 0.4rem;
}

.wpforms-field-select {
  position: relative;
}
.wpforms-field-select::before {
  content: "\e905";
  font-family: 'icomoon';
  font-size: 0.8rem;
  color: #ED135A;
  position: absolute;
  right: 2rem;
  top: 54%;
  transform: translateY(-50%);
  pointer-events: none;
}
.wpforms-field-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:invalid,
select.empty {
  color: rgba(153, 153, 153, 0.8);
}

@media only screen and (min-width: 801px) {
  .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
  }
  .wpforms-field-container > div:not(.wpforms-one-half) {
    width: 100%;
  }
  .wpforms-field-container .wpforms-one-half {
    padding-left: 0.4rem;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first {
    padding-right: 0.4rem;
    padding-left: 0;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first.wpforms-field-select::before {
    right: 1.4rem;
  }
}
.wpforms-container .wpforms-field {
  padding: 0.7rem 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
  opacity: 0.8;
}

::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  opacity: 0.8;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
  opacity: 0.8;
}

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
}
.header-nav li {
  float: left;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*  6.4 Mobile Nav */
.nav-mobile {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

.nav-mobile__inner {
  background: rgba(237, 19, 90, 0.97);
  min-height: 100%;
  display: inline-block;
  width: 100%;
  padding-top: 8rem;
}
.nav-mobile__inner .top ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav-mobile__inner .top ul li {
  display: block;
}
.nav-mobile__inner .top ul a {
  font-size: 1.5rem;
  line-height: 1.16667;
  display: block;
  color: #FFF;
  padding: 0.5rem 0;
  font-weight: 900;
  text-transform: uppercase;
}
.nav-mobile__inner .top ul a::before {
  content: "\e902";
  font-family: 'icomoon';
  font-weight: normal;
  display: inline-block;
  font-size: 0.9em;
  margin-right: 1px;
}
.nav-mobile__inner .top ul a:hover,
.nav-mobile__inner .top ul .current-menu-item a {
  color: #18275D;
}
.nav-mobile__inner div.social * {
  color: #FFF;
}
.nav-mobile__inner .bottom {
  padding-top: calc(2rem + 20vh);
  padding-bottom: 2rem;
}

.legal-nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
}
.legal-nav li:not(:last-child)::after {
  content: '|';
  font-size: 15px;
  display: inline-block;
  padding-inline: 0.25rem;
}
.legal-nav a {
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.nav-mobile-active,
.nav-mobile-active body {
  overflow: hidden;
}

.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  height: 100%;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-mobile-active .nav-mobile {
  opacity: 1;
}

/*

  Transitions

  Transitions and animations
  
*/
.js-fade-in,
.js-load {
  transition: all 0.5s ease-out;
  opacity: 0;
}
.js-fade-in.js-in,
.js-load.js-in {
  opacity: 1;
}

.js-fade-up {
  transition: all 0.5s ease-out;
  transform: translateY(2rem);
  opacity: 0;
}
.js-fade-up.js-in {
  transform: translateY(0);
  opacity: 1;
}

/*  6.5 Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-disabled {
  opacity: 0.1;
  cursor: auto;
  pointer-events: none;
}

.slick-next,
.slick-prev {
  position: absolute;
  z-index: 99;
  bottom: 0;
  height: 3rem;
  width: 3.25rem;
  line-height: 3rem;
  background: #ED135A;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  outline: none !important;
  margin-left: 0;
  font-size: 0;
  color: #FFF;
  padding: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%) skew(-10deg);
  overflow: hidden;
}
.slick-next::before, .slick-next::after,
.slick-prev::before,
.slick-prev::after {
  font-family: 'icomoon';
  font-size: 1.75rem;
  color: #FFF;
  position: absolute;
  top: 51%;
  left: 55%;
  transform: skew(10deg) translate3d(-50%, -50%, 0);
  transition: all 0.2s linear;
}
.slick-next::after,
.slick-prev::after {
  transform: skew(10deg) translate3d(100%, -50%, 0);
}

.slick-next {
  left: -2rem;
}
.slick-next::before, .slick-next::after {
  content: "\e900";
}
.slick-next:hover::before {
  transform: skew(10deg) translate3d(-200%, -50%, 0);
}
.slick-next:hover::after {
  transform: skew(10deg) translate3d(-50%, -50%, 0);
}

.slick-prev {
  right: -2rem;
}
.slick-prev::before, .slick-prev::after {
  left: 58%;
  content: "\e901";
}
.slick-prev::after {
  transform: skew(10deg) translate3d(-200%, -50%, 0);
}
.slick-prev:hover::before {
  transform: skew(10deg) translate3d(100%, -50%, 0);
}
.slick-prev:hover::after {
  transform: skew(10deg) translate3d(-50%, -50%, 0);
}

.slick-dots {
  width: 100%;
  margin: 3rem auto 0;
  position: relative;
  z-index: 99;
  padding: 0;
  text-align: left;
  z-index: 99;
  outline: none;
  text-align: center;
  display: flex;
  justify-content: space-between;
  isolation: isolate;
}
.slick-dots::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  left: -50vw;
  width: 150vw;
  height: 4px;
  background: #ED135A;
}
.slick-dots li {
  display: inline-block;
  margin: 0;
}
.slick-dots button {
  display: block;
  background: #ED135A;
  width: 1.25rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 0;
  color: #ED135A;
  outline: none;
  opacity: 1;
  transition: all 0.5s ease-out;
  transform: skew(-15deg);
  position: relative;
}
.slick-dots .slick-active button {
  transform: skew(-15deg) scale(1.75);
  color: #FFF;
}
.slick-dots .slick-active button::before {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 0.65rem;
  transform: skew(15deg) translate3d(-50%, -50%, 0);
  position: absolute;
  top: 51%;
  left: 57%;
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding-block: 2rem;
  transition: all 0.25s ease-out;
}
html:not(.nav-mobile-active) .scrolled .site-header {
  padding-block: 1.5rem;
  background: rgba(12, 31, 65, 0.6);
}

.cta {
  margin-inline: auto 2rem;
}
.cta span {
  color: #ED135A;
  font-size: 0.9rem;
  line-height: 1.22222;
  font-weight: 900;
  display: inline-block;
  margin-right: 1.25rem;
}
.nav-mobile-active .cta {
  opacity: 0;
  pointer-events: none;
}

.link--header {
  font-size: 0.9rem;
  line-height: 1.22222;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 0.2rem 1.25rem 0.2rem 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  position: relative;
  isolation: isolate;
}
.link--header:hover {
  color: #FFF;
}
.link--header:hover::before {
  transform: skew(0);
}
.link--header::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ED135A 0, #ED135A 0.5rem, transparent 0.5rem, transparent 0.7rem, #ED135A 0.7rem);
  transform: skew(-16deg);
  transition: all 0.25s ease-out;
}

.site-branding {
  position: relative;
  width: 11rem;
  z-index: 9;
}

.site-header__toggle {
  display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
  background: linear-gradient(170deg, #0C1F41, #00417B);
}

.margin-bottom {
  margin-bottom: 2rem;
}

.margin-top {
  margin-top: 2rem;
}

.margin-bottom--small {
  margin-bottom: 1rem;
}

.margin-bottom--med {
  margin-bottom: 3rem;
}

.margin-bottom--big {
  margin-bottom: 4rem;
}

.margin-bottom--huge {
  margin-bottom: 6rem;
}

.spacing {
  padding-block: 2rem;
}

.spacing--big {
  padding-block: 4rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 2rem;
}

.padding-top {
  padding-top: 2rem;
}

.padding-top--small {
  padding-top: 1rem;
}

.padding-bottom--small {
  padding-bottom: 1rem;
}

.object-fit-con {
  position: relative;
}
.object-fit-con img {
  position: absolute;
  object-fit: cover;
}

.block--text:first-child {
  padding-top: 8rem;
}

.block--contact,
.block--contacts {
  position: relative;
  background: linear-gradient(170deg, #0C1F41, #00417B);
  padding-block: 2.75rem 2.5rem;
  overflow: clip;
}
.block--contact p,
.block--contacts p {
  font-size: 0.9rem;
  line-height: 1.44444;
}
.block--contact p a,
.block--contacts p a {
  color: #FFF;
}
.block--contact p a:hover,
.block--contacts p a:hover {
  color: #ED135A;
}
.block--contact svg,
.block--contacts svg {
  position: absolute;
  top: 0;
  right: 40%;
  height: 100%;
  width: auto;
}
.block--contact strong,
.block--contacts strong {
  font-weight: 900;
}
.block--contact .flex__img,
.block--contacts .flex__img {
  flex: 0 0 6rem;
  margin-right: 1.25rem;
}
.block--contact .flex__img img,
.block--contacts .flex__img img {
  width: 100%;
}

.block--contacts {
  padding-block: 2.75rem 1rem;
}

.block--header .container.big {
  min-height: 100vh;
}
.block--header .container.small {
  min-height: 33vw;
}
.block--header .inner {
  max-width: 30rem;
}
.block--header h1, .block--header h2 {
  margin-bottom: 1rem;
}
.block--header h2 {
  text-transform: none;
}
.block--header p {
  font-weight: 500;
}
.block--header .small {
  align-items: inherit;
}
.block--header .small .inner {
  padding-top: calc(4rem + 6vw);
}

.block--grid {
  background: linear-gradient(150deg, #0C1F41, #00417B);
  padding-block: 3rem;
}
@media only screen and (min-width: 801px) {
  .block--grid .right .flex__item:first-child {
    order: 9;
  }
}
.block--grid.left {
  background: linear-gradient(150deg, #0C1F41, #0D2346);
}

.block.text ul {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}
.block.text li {
  padding: 0 0 0 1rem;
  margin-bottom: 0.25rem;
  position: relative;
  line-height: 1.5;
}
.block.text li::before {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 0.6rem;
  color: #ED135A;
  position: absolute;
  left: 0;
  top: 0.35rem;
}
.block.text p:has(+ ul) {
  margin-bottom: 0.5rem;
}

.block--download {
  padding-block: 4rem;
  background: linear-gradient(150deg, #0C1F41, #072D59);
}
@media only screen and (min-width: 1025px) {
  .block--download img {
    width: calc(100% + 2rem);
    max-width: calc(100% + 2rem);
  }
}

.block--links {
  padding-block: 4rem;
  background: linear-gradient(150deg, #0C1F41, #072D59);
}
.block--links .box {
  transform: skew(-10deg);
  overflow: hidden;
}
.block--links .object-fit-con {
  padding-bottom: 90%;
  background: #08265E;
  transform: skew(10deg);
  width: 109%;
  margin-left: -1%;
}
.block--links .object-fit-con img {
  opacity: 0.5;
}
.block--links .object-fit-con p {
  margin-bottom: 0;
}
.block--links .object-fit-con .m-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(-50%);
}
.block--links .move {
  background: #ED135A;
  padding: 1.5rem;
  position: absolute;
  z-index: 9;
  text-align: center;
  transform: translateX(calc(-100% + 1rem));
  transition: all 0.5s ease-out;
}
.block--links .move .one-whole {
  transform: skew(10deg);
}
.block--links .move h5 {
  margin-bottom: 0.6rem;
}
.block--links .move p {
  font-size: 0.65rem;
  line-height: 1.38462;
  font-weight: 500;
  max-width: 16em;
  margin-inline: auto;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 1021px) {
  .block--links .box:hover .move {
    transform: translateX(0);
  }
}

.block--jobs {
  padding-block: 3.5rem 2rem;
}
.block--jobs .box {
  transform: skew(-16deg);
  overflow: hidden;
  position: relative;
  display: block;
}
.block--jobs span {
  position: absolute;
  z-index: 9;
  top: 0.9rem;
  right: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  transform: skew(16deg);
  color: #FFF;
}
.block--jobs p {
  font-size: 1.5rem;
  line-height: 1.06667;
  font-weight: 900;
  position: absolute;
  z-index: 9;
  top: 52%;
  margin-bottom: 0;
  left: 50%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  transform: translate3d(-50%, -50%, 0) skew(16deg);
  max-width: 18rem;
  margin-inline: auto;
  color: #FFF;
}
.block--jobs p small {
  color: #FFF;
  font-size: 1rem;
  white-space: nowrap;
}
.block--jobs .flex__item {
  margin-bottom: 1.75rem;
}
.block--jobs .object-fit-con {
  padding-bottom: 45%;
  background: #08265E;
  transform: skew(16deg);
  width: 110%;
  margin-left: -2%;
}
.block--jobs .object-fit-con img {
  opacity: 0.6;
}
.block--jobs .move {
  background: #ED135A;
  position: absolute;
  z-index: 1;
  transform: translateX(calc(-100% + 1.25rem));
  transition: all 0.5s ease-out;
}
.block--jobs .box:hover .move {
  transform: translateX(0);
}

.block--clients {
  padding-block: 3.5rem;
  background: linear-gradient(to right, rgba(12, 31, 65, 0.25), rgba(12, 31, 65, 0));
}
.block--clients .box--white {
  background: #FFF;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 801px) {
  .block--clients h2 {
    margin-bottom: 0;
  }
}
.block--clients .slick {
  margin-inline: -0.35rem;
}
.block--clients .slick .slick-slide {
  padding-inline: 0.35rem;
}

.block--locations {
  padding-block: 3rem;
}
.block--locations .object-fit-con {
  padding-bottom: 49%;
}
.block--locations .box {
  background: #FFF;
}
.block--locations .inner {
  padding: 1.5rem 1.5rem 0.5rem;
}
.block--locations .inner * {
  color: #0C1F41;
}
.block--locations i, .block--locations em {
  font-style: normal;
  display: inline-block;
  min-width: 3em;
}

.block--team {
  padding-block: 3.5rem 3.25rem;
}
.block--team .object-fit-con {
  padding-bottom: 64%;
}
.block--team .overlay {
  position: absolute;
  background: rgba(237, 19, 90, 0.9);
  color: #FFF;
  text-align: center;
  padding: 0.75rem 0.75rem 1.5rem;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.block--team .object-fit-con:hover .overlay {
  opacity: 1;
}
.block--team p {
  margin-bottom: 0.75rem;
}
.block--team p:last-child {
  margin-bottom: 0;
}
.block--team strong {
  font-weight: 900;
}
.block--team .flexgrid--narrow .flex__item {
  margin-bottom: 0.8rem;
}
.block--team .one-whole {
  min-height: 5rem;
}
@media only screen and (min-width: 801px) {
  .block--team .two-fifths {
    width: 42%;
  }
  .block--team .three-fifths {
    width: 58%;
  }
}

.block--timeline {
  padding-block: 3rem;
  background: linear-gradient(150deg, #0C1F41, #00417B);
  overflow: hidden;
}
.block--timeline svg {
  position: absolute;
  top: 0;
  right: 60%;
  height: 100%;
  width: auto;
}
.block--timeline .beta {
  color: #ED135A;
  margin-bottom: 0.4rem;
}
.block--timeline .inner {
  padding-left: 1.4rem;
  padding-block: 0.75rem;
  height: 100%;
}
.block--timeline .slick-list {
  border-left: 3px solid #ED135A;
}
.block--timeline .slick-track {
  display: flex !important;
}
.block--timeline .slick-slide {
  height: inherit !important;
}

.block--facts {
  padding-block: 3rem;
}
.block--facts .box {
  background: #FFF;
  padding: 1.5rem 0.5rem 0.25rem;
  height: 100%;
}
.block--facts .flex__item {
  margin-bottom: 0.8rem;
}
.block--facts strong {
  font-size: 1rem;
  font-weight: 900;
}
.block--facts p {
  font-weight: 500;
  font-size: 0.9rem;
  color: #0C1F41;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}
.block--facts .img {
  height: 5.5rem;
  margin-bottom: 1rem;
}
.block--facts .img img {
  height: 100%;
  width: auto;
}

.block--testimonials {
  padding-block: 3rem;
  background: linear-gradient(150deg, #0C1F41 10%, #10345B);
}
.block--testimonials .slick-track {
  display: flex !important;
}
.block--testimonials .slick-slide {
  height: inherit !important;
}
.block--testimonials .box--white {
  background: #FFF;
  height: 100%;
  padding: 2rem 1.75rem;

display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.block--testimonials .two-fifths p {
  max-width: 22rem;
}
.block--benefits {
  padding-block: 3.5rem 3.25rem;
}
.block--benefits .box {
  background: #FFF;
  padding: 1.1rem 0.5rem 0.25rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.block--benefits .three-fifths .flex__item {
  margin-bottom: 0.8rem;
}
.block--benefits .box p strong {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
  color: #0D2346;
  text-transform: uppercase;
}
.block--benefits .inner {
  max-width: 21rem;
}
.block--benefits .box p {
  font-weight: 500;
  line-height: 1.2;
  color: #FFF;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}
.block--benefits .img {
  height: 5rem;
  margin-bottom: 1.25rem;
}
.block--benefits .img img {
  height: 100%;
  width: auto;
  margin-bottom: 0;
}

.block--benefits .overlay {
  position: absolute;
  background: #ED135A;
  padding: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translateY(100%);
}


.block--benefits .overlay img {
  width: 1.4rem;
  filter: brightness(0) invert(1);
  position: absolute;
  right: 0.5rem;
  bottom: 0.6rem;
}
.block--benefits .box:hover .overlay {
  transform: translateY(0);
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  background: #0D2346;
  padding-block: 1.5rem 1.5rem;
  font-size: 14px;
}
.site-footer p {
  margin-bottom: 0;
}
.site-footer p a {
  color: #FFF;
}
.site-footer .flex--end {
  margin-left: auto;
}
.site-footer .flex--end * {
  color: #ED135A;
}

div.social span {
  font-size: 14px;
  font-weight: bold;
}
div.social .social-nav a {
  font-size: 1.5rem;
  margin-left: 0.5rem;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
  .slick-prev {
    right: -1.25rem;
  }

  .slick-next {
    left: -1.25rem;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 18px;
  }

  .slick-next, .slick-prev {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .slick-next::before, .slick-next::after, .slick-prev::before, .slick-prev::after {
    font-size: 1.5rem;
  }

  .slick-next {
    left: -0.5rem;
  }

  .slick-prev {
    right: -0.5rem;
  }

  .block--jobs span {
    top: 0.5rem;
    right: 1rem;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    padding-inline: 1.25rem;
  }

  .flexgrid--wide {
    margin-left: -2rem;
  }

  .flexgrid--wide .flex__item {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 1020px) {
  .block--locations .inner {
    padding: 1.25rem 1.25rem 0.25rem;
  }
  .block--locations .flexgrid--gutter {
    margin-left: -1.25rem;
  }
  .block--locations .flexgrid--gutter .flex__item {
    padding-left: 1.25rem;
  }

  blockquote p {
    font-size: 1.6rem;
  }

  .nav-mobile__inner .top ul a {
    font-size: 1.4rem;
  }

  .block--jobs p {
    font-size: 1.4rem;
    max-width: 17rem;
  }

  .block--jobs .object-fit-con img {
    opacity: 0.5;
  }

  .block--header .container.small {
    min-height: 50vw;
  }
  .block--header .container.small .inner {
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 800px) {
  h1, .alpha {
    font-size: 2.5rem;
  }

  h2, .beta {
    font-size: 1.75rem;
  }

  .md-margin-bottom {
    margin-bottom: 2rem;
  }

  .nav-mobile__inner .top ul {
    justify-content: flex-start;
  }
  .nav-mobile__inner .top ul li {
    margin-right: 1.5rem;
  }

  .block--jobs p {
    font-size: 1.25rem;
    max-width: 14rem;
  }

  .block--jobs span {
    top: 0.4rem;
    right: 0.5rem;
    font-size: 0.75rem;
  }

  .cta span {
    display: none;
  }

  .block--links .box {
    width: 16rem;
    margin-inline: auto;
    margin-bottom: 1rem;
  }

  .block--links .object-fit-con {
    width: 110%;
    margin-left: -2%;
  }
  .md--hidden {
      display:none;
    }
    .md--show {
      display:block !important;
    }
}
@media only screen and (max-width: 700px) {
  .block--benefits .overlay {
    padding: 1.25rem;
  }

  .block--jobs .flex__item {
    width: 100%;
  }

  .site-header {
    padding-block: 1.25rem;
  }

  html:not(.nav-mobile-active) .scrolled .site-header {
    padding-block: 0.75rem;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 16px;
  }

  .block--download {
    padding-block: 3rem;
  }

  .sm--hidden {
    display: none !important;
  }

  .sm-margin-bottom {
    margin-bottom: 1.5rem;
  }

  .block--contact svg {
    right: 10%;
  }

  .site-footer .flex--end {
    margin-left: 0;
    padding-top: 1rem;
  }

  .slick-next, .slick-prev {
    top: 100%;
  }

  .block--locations .flex__item:first-child {
    margin-bottom: 1.5rem;
  }

  .block--contacts .margin-bottom {
    margin-bottom: 1.25rem;
  }

  .block--testimonials .box--white {
    padding: 1.5rem 1.25rem;
  }
}
@media only screen and (max-width: 480px) {
  h1, .alpha {
    font-size: 2rem;
  }

  h2, .beta {
    font-size: 1.6rem;
  }

  h3, .gamma {
    font-size: 1.4rem;
  }

  .block--contact {
    padding-bottom: 1.5rem;
  }

  .block--clients h2 br {
    display: none;
  }

  blockquote p {
    font-size: 1.25rem;
  }

  .nav-mobile__inner .top ul {
    display: block;
  }

  .nav-mobile__inner .bottom {
    padding-top: 3rem;
  }

  .nav-mobile__inner .top ul a {
    font-size: 1.5rem;
    padding-block: 0.75rem;
  }

  .site-branding {
    width: 9rem;
  }

  .cta {
    margin-inline: auto 1.5rem;
  }

  .link--header {
    padding: 0.2rem 1rem 0.2rem 1.25rem;
  }

  .block--header .container.small {
    min-height: 80vw;
  }

  .block--team .overlay {
    align-items: center;
    padding-bottom: 0.75rem;
  }
  .block--team .one-whole {
    min-height: auto;
    font-size: 0.8rem;
    line-height: 1.25;
  }
  .block--team .one-whole p {
    margin-bottom: 0.5rem;
  }
  .block--team .one-whole p:last-child {
    margin-bottom: 0;
  }
}
