/** Common reset files */
/**
 * Common
 */
* {
  box-sizing: border-box;
}

html,
html a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

html {
  height: 100%;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  min-height: 100%;
  min-width: 320px;
  background-position: center;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.875;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
}

img {
  max-width: 100%;
  max-height: 100%;
}

section {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/*
 * Fix default figure styles
 */
figure {
  margin: 0;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/*
 * Reset link color to inherit so it is pulled from the parent styles.
 */
a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*
 * Reset link color to inherit so it is pulled from the parent styles.
 */
li, dt, dd, p, h1, h2, h3, h4, h5, h6, .inline {
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}
li:last-child, dt:last-child, dd:last-child, p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .inline:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  background-color: transparent;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/** Set up and Partials */
/**
 * settings
 */
:root {
  font-size: 16px;
}
@media screen and (min-width: 1650px) {
  :root {
    font-size: 18px;
  }
}

@font-face {
  font-family: "Gotham Book";
  src: url("../../public/fonts/Gotham-Book.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Light";
  src: url("../../public/fonts/Gotham-Light.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Bold";
  src: url("../../public/fonts/Gotham-Bold.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Ultra";
  src: url("../../public/fonts/Gotham-Ultra.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6, p, li, a {
  overflow-wrap: normal;
  word-break: normal;
  margin: 0;
}

p, a, li, span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.wysiwyg-1, .wysiwyg h1, .headline-1, .headline h1 {
  font-family: "Gotham Ultra", serif;
  font-size: clamp(3rem, 2.36rem + 3.2vw, 5rem);
  line-height: 1.2;
}
.wysiwyg-2, .wysiwyg h2, .headline-2, .headline h2 {
  font-family: "Gotham Light", serif;
  font-size: clamp(2.5rem, 2.06rem + 2.2vw, 3.875rem);
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.wysiwyg-2.bold, .wysiwyg h2.bold, .headline-2.bold, .headline h2.bold {
  font-family: "Gotham Bold", serif;
}
.wysiwyg-3, .wysiwyg h3, .headline-3, .headline h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(1.625rem, 1.425rem + 1vw, 2.25rem);
  line-height: 1.4;
}
.wysiwyg-4, .wysiwyg h4, .headline-4, .headline h4 {
  font-family: "Gotham Book", serif;
  font-size: clamp(1.5rem, 1.34rem + 0.8vw, 2rem);
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.wysiwyg-5, .wysiwyg h5, .headline-5, .headline h5 {
  font-size: 1.25rem;
  line-height: 1;
}
.wysiwyg h6, .wysiwyg h6 span, .headline h6, .headline h6 span {
  font-family: "Gotham Light", serif;
  font-size: clamp(1.1875rem, 1.0875rem + 0.5vw, 1.5rem);
  line-height: 1.5;
  letter-spacing: -0.01em;
}

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.9175rem + 0.1vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.01em;
}
p.bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.block-copy {
  font-family: "Gotham Light", serif;
  font-size: clamp(1.1875rem, 1.0875rem + 0.5vw, 1.5rem);
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.block-copy.bold {
  font-family: "Gotham Bold", serif;
}

.p-2 {
  font-size: 0.875rem;
}

.overline {
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
}
.overline-bold {
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
}

.link, .underline, .nav-link {
  position: relative;
  text-decoration: none;
}
.link::before, .underline::before, .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.0625rem;
  width: 0;
  height: 0.0625rem;
  background: #385E9D;
  transition: width 0.27s ease;
}
.link:hover::before, .underline:hover::before, .nav-link:hover::before {
  width: 100%;
  right: auto;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.break {
  word-break: break-word;
}

/**
 * Partials
*/
.button {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  border: 1px solid #1D3253;
  color: #1D3253;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  padding: 0.375rem 1.125rem;
  text-align: center;
  cursor: pointer;
  transition: 0.27s;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.button:hover {
  border: 1px solid transparent;
}
.button:hover {
  background-color: #385E9D;
  border: 1px solid #385E9D;
  color: #FFF;
}
.button.secondary {
  border: none;
}
.button.light {
  border: 1px solid #FFF;
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  padding: 0.375rem 1.125rem;
  text-align: center;
  cursor: pointer;
  transition: 0.27s;
}
.button.light:hover {
  background-color: #FFF;
  color: #FFF;
}
.button.light::before {
  background-image: url("../images/arrow-right-light.svg");
}
.button.light:hover::before {
  background-image: url("../images/arrow-right.svg");
}
.button.light.arrow-left::before {
  background-image: url("../images/arrow-left-light.svg");
}
.button.light.arrow-left:hover::before {
  background-image: url("../images/arrow-left.svg");
}
.button::before {
  content: "";
  display: inline-block;
  width: 1.125rem;
  min-width: 18px;
  height: 1.125rem;
  background-image: url("../images/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.button:hover::before {
  background-image: url("../images/arrow-right-light.svg");
}
.button.arrow-left::before {
  background-image: url("../images/arrow-left.svg");
}
.button.arrow-left:hover::before {
  background-image: url("../images/arrow-left-light.svg");
}
.button.button-med {
  font-size: 1.25rem;
  gap: 1rem;
}
.button.button-med::before {
  width: 1.5rem;
  height: 1.5rem;
}

.bg-black {
  background-color: #231F20;
}
.bg-black.text-white .button:hover, .bg-black.text-white .button-light:hover {
  color: #231F20;
}

.bg-white {
  background-color: #FFF;
}
.bg-white.text-white .button:hover, .bg-white.text-white .button-light:hover {
  color: #FFF;
}

.bg-off-white {
  background-color: #F2F2F2;
}
.bg-off-white.text-white .button:hover, .bg-off-white.text-white .button-light:hover {
  color: #F2F2F2;
}

.bg-cyan {
  background-color: #0095C8;
}
.bg-cyan.text-white .button:hover, .bg-cyan.text-white .button-light:hover {
  color: #0095C8;
}

.bg-green {
  background-color: #74AA50;
}
.bg-green.text-white .button:hover, .bg-green.text-white .button-light:hover {
  color: #74AA50;
}

.bg-blue {
  background-color: #385E9D;
}
.bg-blue.text-white .button:hover, .bg-blue.text-white .button-light:hover {
  color: #385E9D;
}

.bg-dark-blue {
  background-color: #1D3253;
}
.bg-dark-blue.text-white .button:hover, .bg-dark-blue.text-white .button-light:hover {
  color: #1D3253;
}

.bg-purple {
  background-color: #5C3864;
}
.bg-purple.text-white .button:hover, .bg-purple.text-white .button-light:hover {
  color: #5C3864;
}

.text-black {
  color: #231F20;
}
.text-black .underline::before {
  background: #231F20;
}
.text-black .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #231F20;
  transform: translateY(50%) skew(-10deg, -10deg);
  transition: 0.27s;
}
.text-black .slick-dots li button:hover {
  background-color: #385E9D;
  border: 1px solid #385E9D;
}
.text-black .slick-arrow path {
  fill: #231F20;
}

.text-white {
  color: #FFF;
}
.text-white .underline::before {
  background: #FFF;
}
.text-white .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #FFF;
  transform: translateY(50%) skew(-10deg, -10deg);
  transition: 0.27s;
}
.text-white .slick-dots li button:hover {
  background-color: #385E9D;
  border: 1px solid #385E9D;
}
.text-white .slick-arrow path {
  fill: #FFF;
}

.text-cyan {
  color: #0095C8;
}
.text-cyan .underline::before {
  background: #0095C8;
}
.text-cyan .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #0095C8;
  transform: translateY(50%) skew(-10deg, -10deg);
  transition: 0.27s;
}
.text-cyan .slick-dots li button:hover {
  background-color: #385E9D;
  border: 1px solid #385E9D;
}
.text-cyan .slick-arrow path {
  fill: #0095C8;
}

.text-green {
  color: #74AA50;
}
.text-green .underline::before {
  background: #74AA50;
}
.text-green .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #74AA50;
  transform: translateY(50%) skew(-10deg, -10deg);
  transition: 0.27s;
}
.text-green .slick-dots li button:hover {
  background-color: #385E9D;
  border: 1px solid #385E9D;
}
.text-green .slick-arrow path {
  fill: #74AA50;
}

.text-blue {
  color: #385E9D;
}
.text-blue .underline::before {
  background: #385E9D;
}
.text-blue .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #385E9D;
  transform: translateY(50%) skew(-10deg, -10deg);
  transition: 0.27s;
}
.text-blue .slick-dots li button:hover {
  background-color: #385E9D;
  border: 1px solid #385E9D;
}
.text-blue .slick-arrow path {
  fill: #385E9D;
}

.text-purple {
  color: #5C3864;
}
.text-purple .underline::before {
  background: #5C3864;
}
.text-purple .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #5C3864;
  transform: translateY(50%) skew(-10deg, -10deg);
  transition: 0.27s;
}
.text-purple .slick-dots li button:hover {
  background-color: #385E9D;
  border: 1px solid #385E9D;
}
.text-purple .slick-arrow path {
  fill: #5C3864;
}

.border-bottom-green {
  border-bottom: 8px solid #74AA50;
}

.border-bottom-blue {
  border-bottom: 8px solid #385E9D;
}

.border-bottom-cyan {
  border-bottom: 8px solid #0095C8;
}

.border-bottom-purple {
  border-bottom: 8px solid #5C3864;
}

html {
  scroll-behavior: smooth;
  min-height: 100dvh;
}
html *::-moz-selection {
  background: #231F20;
  color: #FFF;
}
html *::selection {
  background: #231F20;
  color: #FFF;
}

body {
  color: #231F20;
}

.hide, .hidden {
  display: none;
}

.m-0 {
  margin: 0;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.mb-8 {
  margin-bottom: 0.5rem;
}

.mb-12 {
  margin-bottom: 0.75rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

.h-25 {
  height: 25dvh;
}

.h-50 {
  height: 50dvh;
}

.h-75 {
  height: 75dvh;
}

.h-100 {
  height: 100dvh;
}

.container {
  display: block;
  max-width: 82.5rem;
  min-width: 20rem;
  width: 87.3333%;
  margin: auto;
}
@media screen and (max-width: 574px) {
  .container {
    width: calc(100% - 2rem);
    max-width: 100%;
  }
}
.container.narrow {
  max-width: 65%;
}
@media screen and (min-width: 1650px) {
  .container.narrow {
    max-width: 57.5rem;
  }
}

.pad {
  padding-top: clamp(3.125rem, 7.575vw, 6.25rem);
  padding-bottom: clamp(3.125rem, 7.575vw, 6.25rem);
}
.pad-top {
  padding-top: clamp(3.125rem, 7.575vw, 6.25rem);
}
.pad-bottom {
  padding-bottom: clamp(3.125rem, 7.575vw, 6.25rem);
}
.pad-small {
  padding-top: clamp(1.5625rem, 3.78vw, 3.125rem);
  padding-bottom: clamp(1.5625rem, 3.78vw, 3.125rem);
}
.pad-small-top {
  padding-top: clamp(1.5625rem, 3.78vw, 3.125rem);
}
.pad-small-bottom {
  padding-bottom: clamp(1.5625rem, 3.78vw, 3.125rem);
}

.flex {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-center-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-aligned {
  display: flex;
  align-items: center;
}
.flex-btwn {
  display: flex;
  justify-content: space-between;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
}
.flex-baseline {
  align-items: baseline;
}
.flex-wrap {
  flex-wrap: wrap;
}

.grid {
  display: grid;
  width: 100%;
}
.grid-center {
  display: grid;
  width: 100%;
  place-items: center;
}
.grid-2 {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 575px) {
  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.grid-2.no-break {
  grid-template-columns: 1fr 1fr;
}
.grid-3 {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 960px) {
  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem 2rem;
  }
}
.grid-4 {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 960px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.grid-5 {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 960px) {
  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.image-container {
  overflow: hidden;
  position: relative;
  background-color: #F2F2F2;
}
.image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}

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

.wysiwyg {
  display: block;
  width: 100%;
  text-align: left;
}
.wysiwyg img {
  width: 100%;
  height: auto;
}
.wysiwyg a {
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
.wysiwyg a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.0625rem;
  width: 0;
  height: 0.0625rem;
  background: #231F20;
  transition: width 0.27s ease;
}
.wysiwyg a:hover::before {
  width: 100%;
  right: auto;
}
.wysiwyg ul li {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  list-style-type: square;
  list-style-position: outside;
}
.wysiwyg ul li::marker {
  color: #385E9D;
}
.wysiwyg ul li:last-child {
  margin-bottom: 0;
}
.wysiwyg ol {
  list-style: none;
  counter-reset: wysiwyg-counter;
}
.wysiwyg ol li {
  margin-left: 1.5rem;
  counter-increment: wysiwyg-counter;
}
.wysiwyg ol li::before {
  content: "0" counter(wysiwyg-counter) ".";
  color: #231F20;
  margin-right: 1rem;
}

/* Flipp custom login Styling */
.login {
  background: #000 !important;
}

.login form {
  background: #000 !important;
  border: 0;
  color: #FFD739 !important;
}

#nav a, #backtoblog a {
  color: #FFD739 !important;
}

#login {
  margin: 20vh auto;
  width: 100%;
  max-width: 34.375rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 959px) {
  #login {
    width: 100%;
  }
}

#login::before {
  content: "";
  background-image: url(../images/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 18.75rem;
  height: 6.25rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  filter: invert(1);
}
@media screen and (max-width: 574px) {
  #login::before {
    display: none;
  }
}

.login form .input, .login input[type=text], .login form input[type=checkbox] {
  color: #FFF;
  background-color: #000;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #FFF;
  padding: 1rem;
  padding-left: 0;
}

.forgetmenot {
  margin-top: 4px;
}

#rememberme {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #FFF;
}

input[type=checkbox]:checked::before {
  content: "";
  height: 0.625rem;
  width: 0.625rem;
  margin: 0.25rem;
  background: #FFD739;
  overflow: hidden;
}

.wp-core-ui .button-primary {
  border-radius: 0;
  background-color: #FFD739;
  border-color: #FFD739;
  color: #000;
  transition: 0.27s;
}

.wp-core-ui .button-primary:hover {
  background-color: transparent;
  border-color: #FFD739;
  color: #FFD739;
}

.login .message, .login .success, .login #login_error {
  border-left: 0.25rem solid #FFD739;
  padding: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
  background-color: #000;
  box-shadow: none;
  color: #FFD739;
}

.no-scroll {
  overflow: hidden;
}

.page-header {
  min-height: 4.4375rem;
}

.nav {
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 100;
  transition: 0.27s;
}
.nav.dropdown-active .nav-item, .nav.open .nav-item {
  display: none;
}
.nav.dropdown-active #nav-primary .nav-handle span:nth-child(1), .nav.open #nav-primary .nav-handle span:nth-child(1) {
  top: auto;
  transform: rotate(45deg);
}
.nav.dropdown-active #nav-primary .nav-handle span:nth-child(2), .nav.open #nav-primary .nav-handle span:nth-child(2) {
  opacity: 0;
}
.nav.dropdown-active #nav-primary .nav-handle span:nth-child(3), .nav.open #nav-primary .nav-handle span:nth-child(3) {
  bottom: auto;
  transform: rotate(-45deg);
}
.nav.open .main-menu {
  opacity: 1;
  pointer-events: all;
}
.nav .nav-primary {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 87.3333%;
  padding: 1.25rem 0;
}
.nav .nav-primary .logo {
  width: 7.25rem;
}
@media screen and (min-width: 1650px) {
  .nav .nav-primary .logo {
    width: 11.25rem;
  }
}
.nav .nav-primary .logo svg {
  width: 100%;
  height: 100%;
}
.nav .nav-primary .top-nav-container {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.nav .nav-primary .top-nav-container button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
}
.nav .nav-primary .top-nav-container .nav-items .nav-item {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  cursor: pointer;
  transition: 0.27s;
}
.nav .nav-primary .top-nav-container .nav-items .nav-item:hover {
  color: #385E9D;
}
.nav .nav-primary .top-nav-container .nav-handle {
  position: relative;
  display: flex;
  align-items: center;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  padding: 0;
  transition: 0.27s;
}
@media screen and (min-width: 960px) {
  .nav .nav-primary .top-nav-container .nav-handle {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.nav .nav-primary .top-nav-container .nav-handle span {
  position: absolute;
  width: 100%;
  height: 0.125rem;
  margin: 0.1875rem 0;
  opacity: 1;
  border-radius: 0.125rem;
  background-color: #385E9D;
  transition: margin 0.21s 0.21s, opacity 0.21s 0.21s, transform 0.21s;
}
.nav .nav-primary .top-nav-container .nav-handle span:nth-child(1) {
  top: 0;
}
.nav .nav-primary .top-nav-container .nav-handle span:nth-child(2) {
  transition: 0.1s;
}
.nav .nav-primary .top-nav-container .nav-handle span:nth-child(3) {
  bottom: 0;
}
.nav .dropdown, .nav .main-menu {
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: calc(100dvh - 4.4375rem);
  background-color: #FFF;
  opacity: 0;
  pointer-events: none;
  overflow-y: scroll;
  z-index: 1;
  transition: 0.27s;
}
.nav .dropdown .logo-container, .nav .main-menu .logo-container {
  width: -moz-fit-content;
  width: fit-content;
}
.nav .dropdown .logo-container svg, .nav .main-menu .logo-container svg {
  width: 100%;
}
.nav .dropdown .image-container video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nav .dropdown.drop-active {
  opacity: 1;
  pointer-events: all;
}
.nav .company-grid {
  width: 87.3333%;
  margin: auto;
  gap: 8rem;
}
.nav .main-menu .container.narrow {
  max-width: 57.5rem;
}
.nav .main-menu a {
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.27s;
}
.nav .main-menu a:hover {
  color: #385E9D;
}
.nav .main-menu .divider {
  width: 100%;
  height: 1px;
  background-color: #898D8D;
}
.nav .main-menu .company-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .nav .main-menu .company-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.nav .main-menu .company-container .logo-container {
  max-width: 13.5rem;
}
.nav .main-menu .column-socials .main-menu-items {
  gap: 1rem;
}
.nav .main-menu .bottom-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .nav .main-menu .bottom-links {
    flex-direction: row;
  }
}
.nav .main-menu .bottom-links a, .nav .main-menu .bottom-links p {
  font-family: "Gotham Book", serif;
  font-size: 0.75rem;
}
.nav .main-menu .bottom-links .legal-container {
  gap: 3rem;
}
@media screen and (max-width: 959px) {
  .nav .nav-items {
    display: none;
  }
  .nav .main-menu {
    padding: 2rem 0;
  }
  .nav .main-menu .company-container {
    justify-items: center;
    gap: 1rem;
  }
  .nav .main-menu .company-container .logo-container {
    width: 50%;
    margin: 0;
  }
  .nav .main-menu .menu-container {
    grid-template-columns: 1fr 1fr;
  }
  .nav .main-menu .column, .nav .main-menu .main-menu-items {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (hover: hover) and (pointer: fine) {
  .nav-handle:hover {
    transform: rotate(0);
  }
}
.nav {
  background-color: #FFF;
}
.nav .nav-primary .main-menu {
  gap: 2rem;
}
.nav .nav-primary .main-menu .menu-item {
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  .nav .nav-handle .toggle span {
    background-color: #231F20;
  }
}

footer {
  background-color: #231F20;
  color: #FFF;
}
@media screen and (min-width: 1650px) {
  footer .container.narrow {
    max-width: 61.5625rem;
  }
}
footer .company-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer a {
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.27s;
}
footer a:hover {
  color: #385E9D;
}
footer .divider {
  width: 100%;
  height: 1px;
  background-color: #898D8D;
}
footer .column-socials .main-menu-items {
  gap: 1rem;
}
footer .bottom-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 960px) {
  footer .bottom-links {
    flex-direction: row;
  }
}
footer .bottom-links a, footer .bottom-links p {
  font-family: "Gotham Book", serif;
  font-size: 0.75rem;
}
footer .bottom-links .legal-container {
  gap: 1rem;
}
@media screen and (min-width: 960px) {
  footer .bottom-links .legal-container {
    flex-direction: row;
    gap: 3rem;
  }
}
footer .social-links-mb svg path, footer .social-link-container svg path {
  fill: #FFF;
}
@media screen and (max-width: 959px) {
  footer .company-container {
    flex-direction: column;
    justify-items: center;
    align-items: center;
    gap: 1rem;
  }
  footer .menu-container {
    grid-template-columns: 1fr 1fr;
  }
  footer .column, footer .main-menu-items {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

[data-modal] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: flex-start;
  visibility: hidden;
  background-color: rgba(81, 81, 81, 0.5);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  transition: z-index 150ms 0ms linear, visibility 150ms 0ms linear, opacity 150ms 0ms linear;
}
[data-modal].visible {
  display: flex;
}
[data-modal] .modal-close {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(81, 81, 81, 0.5);
  cursor: default;
}
[data-modal] .modal-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  width: 100%;
}
[data-modal] .modal-wrapper .modal-content {
  display: inline-block;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.5);
  background-color: #FFF;
  max-width: 100%;
  width: calc(100% - 20px);
  border: 0;
  position: relative;
  margin: 2em;
}
@media screen and (min-width: 1320px) {
  [data-modal] .modal-wrapper .modal-content {
    max-width: 78.75rem;
  }
}
[data-modal]:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  z-index: 905;
  overflow: auto;
  display: flex;
}
[data-modal] .content {
  position: relative;
  width: 100%;
  background-color: #FFF;
}
[data-modal] .content form {
  margin-top: 20px;
}
[data-modal] .content iframe,
[data-modal] .content video {
  position: relative;
  z-index: 1;
  width: 100%;
}
[data-modal] .close {
  text-indent: -99999px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  background-color: #FFF;
  padding: 1.5rem;
  width: 30px;
  height: 30px;
}
[data-modal] .close::before, [data-modal] .close::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: #231F20;
  display: block;
  top: 50%;
  left: 50%;
}
[data-modal] .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
[data-modal] .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
[data-modal][id^="!card-"] .modal-content {
  width: 100%;
}
@media screen and (min-width: 960px) {
  [data-modal][id^="!card-"] .modal-content {
    width: 80vw;
  }
}
[data-modal][id^="!card-"] .modal-content .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 2rem;
}
@media screen and (min-width: 960px) {
  [data-modal][id^="!card-"] .modal-content .content {
    padding: 8rem 4.6875rem;
  }
}
[data-modal][id^="!card-"] .modal-content .content .image-container {
  display: none;
  width: 30%;
}
@media screen and (min-width: 960px) {
  [data-modal][id^="!card-"] .modal-content .content .image-container {
    display: block;
  }
}
[data-modal][id^="!card-"] .modal-content .content .content-info {
  width: 100%;
}
@media screen and (min-width: 960px) {
  [data-modal][id^="!card-"] .modal-content .content .content-info {
    width: 65%;
  }
}
[data-modal][id^="!indeed-"] .modal-content {
  width: 100%;
}
@media screen and (min-width: 960px) {
  [data-modal][id^="!indeed-"] .modal-content {
    width: 80vw;
  }
}
[data-modal][id^="!indeed-"] .modal-content .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 2rem;
}
[data-modal][id^="!indeed-"] .modal-content .content .wysiwyg p, [data-modal][id^="!indeed-"] .modal-content .content .wysiwyg ul {
  margin-bottom: 1rem;
}
[data-modal][id^="!contact-thanks"] .modal-content {
  border-bottom: 10px solid #1D3253;
}
[data-modal][id^="!contact-thanks"] .modal-content .content {
  padding: 4rem 1rem;
}
[data-modal][id^="!contact-thanks"] .modal-content .content .logo-container, [data-modal][id^="!contact-thanks"] .modal-content .content .logo-container svg {
  width: 100%;
}
[data-modal][id^="!fw-video-"] .close {
  background-color: transparent;
}
[data-modal][id^="!fw-video-"] .close::before, [data-modal][id^="!fw-video-"] .close::after {
  background-color: #FFF;
}

@keyframes FadeInAnim {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-anim {
  animation: FadeInAnim 0.3s forwards;
}

/** Component system */
/**
 * Components
 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  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;
  outline: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.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-slider.flex .slick-track {
  display: flex;
}
.slick-slider.flex .slick-track .slick-slide {
  display: flex;
  height: auto;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  width: 42px;
  height: 20px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  outline: none;
  background: none;
  text-indent: -99999px;
  background-color: #231F20;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
}
.slick-dots li.slick-active button {
  background-color: #231F20;
  height: 4px;
}

.slider-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  margin: auto;
  margin-top: 32px;
}
.slider-buttons button.slick-prev {
  background-color: transparent;
  font-family: din-2014, serif !important;
  padding: 0;
  font-weight: 400;
  border: none;
  order: 1;
  margin-right: 32px;
}
.slider-buttons button.slick-next {
  background-color: transparent;
  font-family: din-2014, serif !important;
  padding: 0;
  font-weight: 400;
  border: none;
  order: 3;
  margin-left: 32px;
}
.slider-buttons ul.slick-dots {
  order: 2;
  width: 100%;
  display: flex;
  justify-content: center;
}
.slider-buttons ul.slick-dots > li {
  width: 10px;
  height: 10px;
  margin: 0;
  margin-right: 8px;
}
.slider-buttons ul.slick-dots li:last-child {
  margin-right: 0px;
}
.slider-buttons .slick-dots li button {
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.slider-buttons .slick-dots li.slick-active button {
  background-color: #231F20;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.section-carousel {
  overflow: hidden;
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: auto;
}
.slick-dots li {
  margin: 0;
  width: 0.5rem;
  height: 0.5rem;
}
.slick-dots li.slick-active button {
  background-color: #385E9D;
  border: 1px solid #385E9D;
  height: 100%;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #231F20;
  transform: translateY(50%) skew(-10deg, -10deg);
  transition: 0.27s;
}
.slick-dots li:hover button {
  background-color: #385E9D;
  border: 1px solid #231F20;
}

.dots-nav-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  gap: 2rem;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .dots-nav-container {
    gap: 4rem;
  }
}
.dots-nav-container.hide-desktop {
  display: flex;
}
@media screen and (min-width: 960px) {
  .dots-nav-container.hide-desktop {
    display: none;
  }
}
.dots-nav-container .dots-slide-nav .slick-list {
  display: none;
}
.dots-nav-container .slick-next {
  transform: rotate(180deg);
}
.dots-nav-container .slick-next, .dots-nav-container .slick-prev {
  padding: 0 1rem;
  cursor: pointer;
}

.sbs-carousel .sbs-slide .slick-track {
  display: flex;
}
.sbs-carousel .sbs-slide .slick-slide {
  height: inherit;
}
.sbs-carousel .sbs-slide .slide {
  display: flex;
  flex-direction: column-reverse;
  height: auto;
}
@media screen and (min-width: 960px) {
  .sbs-carousel .sbs-slide .slide {
    flex-direction: row;
    height: 55vh;
    max-height: 28.125rem;
  }
}
.sbs-carousel .sbs-slide .slide .info-content, .sbs-carousel .sbs-slide .slide .image-container {
  width: 100%;
  height: 50%;
}
@media screen and (min-width: 960px) {
  .sbs-carousel .sbs-slide .slide .info-content, .sbs-carousel .sbs-slide .slide .image-container {
    width: 50%;
    height: auto;
  }
}
.sbs-carousel .sbs-slide .slide .info-content {
  padding: 2rem;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.sbs-carousel .sbs-slide .slide .info-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #C1C6C8;
}
.sbs-carousel .sbs-slide .slide .info-content::-webkit-scrollbar {
  width: 10px;
}
.sbs-carousel .sbs-slide .slide .info-content::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px #898D8D;
}
.sbs-carousel .sbs-slide .slide .info-content .wysiwyg li {
  margin-left: 0;
}
.sbs-carousel .sbs-slide .slide .image-container {
  aspect-ratio: 6/4;
}
.sbs-carousel .sbs-slide .slide .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sbs-carousel .sbs-slider-nav {
  width: 100%;
  display: none;
}
@media screen and (min-width: 960px) {
  .sbs-carousel .sbs-slider-nav {
    display: block;
  }
}
.sbs-carousel .sbs-slider-nav .fw-nav-wrapper .fw-nav {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  cursor: pointer;
}
.sbs-carousel .sbs-slider-nav .fw-nav-wrapper .fw-nav::before {
  height: 1px;
}
.sbs-carousel .sbs-slider-nav .fw-nav-wrapper.slick-current .fw-nav::before {
  width: 150%;
  height: 1px;
  left: 50%;
  bottom: -1px;
  transform: translate(-50%, -50%);
}

body.home .breadcrumb-container {
  display: none;
}

.hero {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100svh;
  padding: 2rem 1rem;
}
@media screen and (min-width: 960px) {
  .hero {
    padding: 4rem 3.4375rem;
  }
}
.hero.text-container {
  justify-content: center;
  align-items: center;
  height: 50vh;
}
.hero.text-container .hero-content {
  align-items: center;
  justify-content: center;
}
.hero .scrim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.hero img, .hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.hero .hero-content .breadcrumb-container {
  position: absolute;
  top: 4rem;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 960px) {
  .hero .hero-content .breadcrumb-container {
    top: 2rem;
  }
}
.hero .hero-content .breadcrumb-container:hover p::before {
  width: 100%;
  right: auto;
}

.text-block {
  max-width: 58.125rem;
  margin: auto;
  opacity: 0;
}
.text-block .wysiwyg p {
  font-family: "Gotham Light", serif;
  font-size: clamp(1.1875rem, 1.0875rem + 0.5vw, 1.5rem);
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.text-block .wysiwyg p strong {
  font-family: "Gotham Bold", serif;
  color: #385E9D;
}

.grid-cards-container .flex-btwn {
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (min-width: 1320px) {
  .grid-cards-container .flex-btwn {
    justify-content: space-between;
    gap: 2rem 8rem;
  }
}

.two-col-cards {
  padding: 2rem 1rem;
}
@media screen and (min-width: 960px) {
  .two-col-cards {
    padding: 4rem;
  }
}
.two-col-cards.normal-cards .logo-container {
  width: 15rem;
  margin-inline: auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 960px) {
  .two-col-cards.normal-cards .logo-container {
    justify-items: flex-start;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: unset;
    margin-bottom: 4rem;
  }
}
.two-col-cards.normal-cards .logo-container svg {
  width: 100%;
  max-width: 21.875rem;
}
.two-col-cards.normal-cards .content {
  gap: 0.5rem;
}
@media screen and (min-width: 960px) {
  .two-col-cards.normal-cards .content {
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
  }
}
@media screen and (min-width: 960px) {
  .two-col-cards.normal-cards .content p {
    text-align: left;
  }
}
.two-col-cards.hover-cards {
  position: relative;
  transition: 0.27s;
}
.two-col-cards.hover-cards .logo-container {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 35%;
  height: 35%;
}
@media screen and (min-width: 960px) {
  .two-col-cards.hover-cards .logo-container {
    width: auto;
    height: auto;
  }
}
.two-col-cards.hover-cards .logo-container svg {
  width: 100%;
}
.two-col-cards.hover-cards .logo-container svg, .two-col-cards.hover-cards .logo-container circle, .two-col-cards.hover-cards .logo-container path {
  transition: 0.27s;
}
.two-col-cards.hover-cards .content h2, .two-col-cards.hover-cards .content p {
  transition: 0.27s;
}
.two-col-cards.hover-cards .content h2 {
  color: #FFF;
}
.two-col-cards.hover-cards .content p {
  opacity: 0;
}
.two-col-cards.hover-cards:hover {
  background-color: #FFF;
}
.two-col-cards.hover-cards:hover .logo-container svg {
  opacity: 0.2;
}
.two-col-cards.hover-cards:hover .logo-container svg.green circle, .two-col-cards.hover-cards:hover .logo-container svg.green path {
  stroke: #74AA50;
}
.two-col-cards.hover-cards:hover .logo-container svg.cyan circle, .two-col-cards.hover-cards:hover .logo-container svg.cyan path {
  stroke: #0095C8;
}
.two-col-cards.hover-cards:hover .logo-container svg.purple circle, .two-col-cards.hover-cards:hover .logo-container svg.purple path {
  stroke: #5C3864;
}
.two-col-cards.hover-cards:hover .logo-container svg.blue circle, .two-col-cards.hover-cards:hover .logo-container svg.blue path {
  stroke: #385E9D;
}
.two-col-cards.hover-cards:hover .content h2.text-green {
  color: #74AA50;
}
.two-col-cards.hover-cards:hover .content h2.text-cyan {
  color: #0095C8;
}
.two-col-cards.hover-cards:hover .content h2.text-purple {
  color: #5C3864;
}
.two-col-cards.hover-cards:hover .content h2.text-blue {
  color: #385E9D;
}
.two-col-cards.hover-cards:hover .content p {
  opacity: 1;
}

.icon-cards {
  padding: 1rem 1.3125rem;
}
@media screen and (min-width: 960px) {
  .icon-cards {
    padding: 2rem 1rem;
  }
}

.stats-block .stats-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 57.5rem;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .stats-block .stats-container {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .stats-block .stats-container .stats .output-container {
    justify-content: flex-start;
  }
}
.stats-block .stats-container .stats .output-container .output-text {
  font-size: 1rem;
  align-self: flex-end;
  margin-bottom: 0.65rem;
}
@media screen and (min-width: 960px) {
  .stats-block .stats-container .stats .output-container .output-text {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .stats-block .stats-container .stats h2, .stats-block .stats-container .stats p {
    text-align: left;
  }
}

.list-grid {
  align-items: center;
}
.list-grid .list .list-block {
  position: relative;
  padding-left: 0;
}
@media screen and (min-width: 960px) {
  .list-grid .list .list-block {
    padding-left: 1rem;
  }
}
.list-grid .list .list-block::before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.0625rem;
  height: 100%;
  background-color: #385E9D;
}
@media screen and (min-width: 960px) {
  .list-grid .list .list-block::before {
    display: block;
  }
}
.list-grid .list .list-block .list-title {
  background-color: #385E9D;
  color: #FFF;
  padding: 0.625rem;
}
@media screen and (min-width: 960px) {
  .list-grid .list .list-block .list-title {
    background-color: #FFF;
    color: #385E9D;
    padding: 0;
  }
}

.overflow-carousel .overflow-slide {
  width: 100vw;
}
.overflow-carousel .overflow-slide.news-carousel {
  width: auto;
}
@media screen and (min-width: 960px) {
  .overflow-carousel .overflow-slide.news-carousel {
    width: 100vw;
  }
}
.overflow-carousel .overflow-slide.news-carousel .slick-list .slide {
  margin: 0 0.5rem;
}
@media screen and (min-width: 960px) {
  .overflow-carousel .overflow-slide.news-carousel .slick-list .slide {
    margin: 0 1rem;
  }
}
.overflow-carousel .overflow-slide.news-carousel .slick-track {
  display: flex;
}
@media screen and (min-width: 960px) {
  .overflow-carousel .overflow-slide.news-carousel .slick-track .news-card:nth-child(1) {
    margin-left: 0;
  }
}
.overflow-carousel .overflow-slide.news-carousel .slick-slide {
  height: inherit;
}
.overflow-carousel .overflow-slide.members-carousel .slick-list {
  padding-left: 0 !important;
}
.overflow-carousel .overflow-slide.members-carousel .slide .image-container {
  aspect-ratio: 3/4;
}
.overflow-carousel .overflow-slide .slick-list {
  overflow: visible;
}
@media screen and (min-width: 960px) {
  .overflow-carousel .overflow-slide .slick-list .slick-track {
    left: -50%;
  }
}
@media screen and (min-width: 1320px) {
  .overflow-carousel .overflow-slide .slick-list .slick-track {
    left: -41%;
  }
}
.overflow-carousel .overflow-slide .slick-list .slick-track .slide {
  margin-right: 1rem;
}
@media screen and (min-width: 960px) {
  .overflow-carousel .overflow-slide .slick-list .slick-track .slide {
    margin: 0 1rem;
  }
}
.overflow-carousel .overflow-slide .slick-list .slick-track .slide .info-content .subtitle {
  font-family: "Gotham Book", serif;
  font-size: 0.875rem;
}
.overflow-carousel .overflow-slide .news-card .image-container {
  aspect-ratio: 7/3;
}
.overflow-carousel .overflow-slide .news-card .news-info {
  padding: 2rem 1rem;
}
@media screen and (min-width: 960px) {
  .overflow-carousel .overflow-slide .news-card .news-info {
    padding: 4rem;
  }
}
.overflow-carousel .overflow-slide .news-card .news-info .date {
  font-size: 0.75rem;
}

.bar-graph-section {
  position: relative;
  height: auto;
  max-height: none;
}
@media screen and (min-width: 960px) {
  .bar-graph-section {
    height: 80vh;
    max-height: 40.625rem;
  }
}
.bar-graph-section .graph-container {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .bar-graph-section .graph-container {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.bar-graph-section .graph-container .desktop {
  display: none;
}
@media screen and (min-width: 960px) {
  .bar-graph-section .graph-container .desktop {
    display: block;
  }
}
.bar-graph-section .graph-container .mobile {
  display: block;
}
@media screen and (min-width: 960px) {
  .bar-graph-section .graph-container .mobile {
    display: none;
  }
}
.bar-graph-section .text-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .bar-graph-section .text-content {
    width: 70%;
  }
}
.bar-graph-section .text-content .button {
  border: 1px solid #1D3253;
  color: #1D3253;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  padding: 0.375rem 1.125rem;
  text-align: center;
  cursor: pointer;
  transition: 0.27s;
  background-color: #FFF;
}
.bar-graph-section .text-content .button:hover {
  border: 1px solid transparent;
}
.bar-graph-section .text-content .button:hover {
  background-color: #385E9D;
  border: 1px solid #385E9D;
  color: #FFF;
}
.bar-graph-section .text-content .button:hover {
  background-color: #1D3253;
  border: 1px solid #1D3253;
  color: #FFF;
}
.bar-graph-section .text-content .button::before {
  background-image: url("../images/white-button-arrow.svg");
}
.bar-graph-section .text-content .button:hover {
  border: 1px solid #FFF;
}
.bar-graph-section .text-content .button:hover::before {
  background-image: url("../images/arrow-right-light.svg");
}

.main-title-desk {
  display: none;
}
@media screen and (min-width: 960px) {
  .main-title-desk {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .info-grid.image {
    flex-direction: row;
    gap: 4rem;
  }
}
.info-grid.image .image-container {
  aspect-ratio: 4/5;
}
@media screen and (min-width: 960px) {
  .info-grid.image .image-container {
    width: 45%;
  }
}
.info-grid.image .info-content {
  gap: 2rem 4rem;
}
@media screen and (min-width: 960px) {
  .info-grid.image .info-content {
    width: 75%;
  }
}
.info-grid.image .info-content .info-card .info-title {
  padding: 1rem;
}
.info-grid.image .main-title-mb {
  display: block;
}
@media screen and (min-width: 960px) {
  .info-grid.image .main-title-mb {
    display: none;
  }
}

.timeline .timeline-block .divider {
  width: 100%;
  height: 1px;
}
.timeline .timeline-block .acc-block .line {
  width: 1px;
  height: 1.5rem;
}

.full-width-image.image-only {
  height: 80vh;
  max-height: 25rem;
}
@media screen and (min-width: 960px) {
  .full-width-image.image-only {
    max-height: none;
  }
}
.full-width-image.image-only .image-container {
  height: 100%;
}
@media screen and (min-width: 960px) {
  .full-width-image.content .content-container .image-container {
    aspect-ratio: 5/2;
  }
}
.full-width-image.content .content-container .info-content {
  padding: clamp(2rem, 4.8vw, 4rem);
}

@media screen and (min-width: 1650px) {
  .news-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.news-grid .news-card {
  justify-content: space-between;
}
.news-grid .news-card.hide {
  display: none;
}
.news-grid .news-card.hide-card {
  display: none;
}
.news-grid .news-card .image-container {
  aspect-ratio: 7/4;
}
.news-grid .news-card .news-info {
  justify-content: space-between;
  padding: 4rem;
}
.news-grid .news-card .news-info .date {
  font-size: 0.75rem;
}

.pagination .page-numbers {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(1.1875rem, 1.0875rem + 0.5vw, 1.5rem);
  line-height: 1.5;
  letter-spacing: -0.01em;
  transition: 0.27s;
}
.pagination .page-numbers.current {
  border: 1px #385E9D solid;
  padding: 0 0.25rem;
  background-color: #385E9D;
  color: #FFF;
}
.pagination .page-numbers:hover {
  border-bottom: 2px #385E9D solid;
}

.input-wrapper {
  cursor: pointer;
}
.input-wrapper::after {
  content: url("../images/dropdown-arrow.svg");
  display: inline-block;
  position: relative;
  padding: 0 1rem;
  pointer-events: none;
  z-index: 2;
  cursor: pointer;
}
.input-wrapper.expanded::after {
  transform: rotate(180deg);
}
.input-wrapper.expanded .dropdown-el {
  max-height: 100rem;
  z-index: 10;
}
.input-wrapper.expanded .dropdown-el label {
  pointer-events: all;
}
.input-wrapper .dropdown-el {
  width: 100%;
  max-height: 4rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  background-color: #FFF;
  transition: 0.5s;
}
.input-wrapper .dropdown-el label {
  font-family: "Gotham Bold", serif;
  display: flex;
  align-items: center;
  height: 4rem;
  padding: 0 1rem;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  font-size: 2rem;
  position: relative;
  line-height: 100%;
  cursor: pointer;
  pointer-events: none;
  transition: 0.27s;
}
.input-wrapper .dropdown-el label:nth-child(2) {
  margin-top: 4rem;
}
.input-wrapper .dropdown-el label:hover {
  background-color: #F2F2F2;
}
.input-wrapper .dropdown-el input {
  width: 1px;
  height: 1px;
  display: inline-block;
  position: absolute;
  opacity: 0.1;
}
.input-wrapper .dropdown-el input:checked + label {
  position: absolute;
  top: 0;
  width: 100%;
}
.input-wrapper .dropdown-el input:checked + label:nth-child(2) {
  margin-top: 0;
  position: relative;
}
.input-wrapper .dropdown-el br {
  display: none;
}

.map-container {
  display: none;
  margin: 2rem 0;
}
.map-container.active {
  display: block;
}

.filtered-list {
  display: none;
}
.filtered-list.active {
  display: flex;
}

.filter-section .filter-system {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.filter-section .filter-system .filter-property, .filter-section .filter-system .filter-city, .filter-section .filter-system .filter-news {
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .filter-section .filter-system .filter-property, .filter-section .filter-system .filter-city, .filter-section .filter-system .filter-news {
    flex-direction: row;
  }
}
.filter-section .filter-system .filter-property .filter-title, .filter-section .filter-system .filter-city .filter-title, .filter-section .filter-system .filter-news .filter-title {
  height: 4rem;
  display: flex;
  align-items: center;
}
.filter-section .filter-system .linkedin {
  cursor: pointer;
}
.filter-section .filter-system .linkedin:hover .underline::before {
  width: 100%;
  right: auto;
}
.filter-section .view-options {
  padding: 1rem 1rem;
  border-top: 1px #231F20 solid;
  border-bottom: 1px #231F20 solid;
}
.filter-section .view-options .display-number .filtered-viewing-number {
  padding: 0.25rem 0.5rem;
  border: 1px #231F20 solid;
}
.filter-section .view-options .filter-icon {
  cursor: pointer;
}
.filter-section .view-options .filter-icon rect {
  transition: 0.27s;
}
.filter-section .view-options .filter-icon.active rect {
  stroke-width: 2;
}

.dev-card {
  display: flex;
}
.dev-card .stats-section .stats .stat-number {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 2.625rem;
}
.dev-card .stats-section .stats .stat-name {
  font-size: 0.625rem;
}

.developments-list {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (min-width: 960px) {
  .developments-list {
    gap: 4rem 0;
  }
}
.developments-list.wrap-reverse {
  flex-wrap: wrap-reverse;
}
.developments-list .dev-card {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .developments-list .dev-card {
    width: 49%;
  }
}
.developments-list .dev-card .stats-section {
  display: none;
}
.developments-list .dev-card .stats-section.small {
  display: block;
}
.developments-list .dev-card .image-container {
  aspect-ratio: 7/3;
}
.developments-list .dev-card .hide-mb {
  display: none;
}
.developments-list .dev-card.initial-order:nth-child(1), .developments-list .dev-card.initial-order:nth-child(3n+4) {
  width: 100%;
}
.developments-list .dev-card.initial-order:nth-child(1) .info-content, .developments-list .dev-card.initial-order:nth-child(3n+4) .info-content {
  display: flex;
}
@media screen and (min-width: 960px) {
  .developments-list .dev-card.initial-order:nth-child(1) .info-content, .developments-list .dev-card.initial-order:nth-child(3n+4) .info-content {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .developments-list .dev-card.initial-order:nth-child(1) .info-content .info .location, .developments-list .dev-card.initial-order:nth-child(3n+4) .info-content .info .location {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .developments-list .dev-card.initial-order:nth-child(1) .info-content .info .hide-mb, .developments-list .dev-card.initial-order:nth-child(3n+4) .info-content .info .hide-mb {
    display: flex;
  }
}
.developments-list .dev-card.initial-order:nth-child(1) .stats-section, .developments-list .dev-card.initial-order:nth-child(3n+4) .stats-section {
  display: none;
}
@media screen and (min-width: 960px) {
  .developments-list .dev-card.initial-order:nth-child(1) .stats-section, .developments-list .dev-card.initial-order:nth-child(3n+4) .stats-section {
    display: flex;
  }
}
.developments-list .dev-card.initial-order:nth-child(1) .stats-section.small, .developments-list .dev-card.initial-order:nth-child(3n+4) .stats-section.small {
  display: flex;
}
@media screen and (min-width: 960px) {
  .developments-list .dev-card.initial-order:nth-child(1) .stats-section.small, .developments-list .dev-card.initial-order:nth-child(3n+4) .stats-section.small {
    display: none;
  }
}
.developments-list .dev-card.filtered-order:nth-last-child(1), .developments-list .dev-card.filtered-order:nth-last-child(3n+4) {
  width: 100%;
}
.developments-list .dev-card.filtered-order:nth-last-child(1) .info-content, .developments-list .dev-card.filtered-order:nth-last-child(3n+4) .info-content {
  display: flex;
}
@media screen and (min-width: 960px) {
  .developments-list .dev-card.filtered-order:nth-last-child(1) .info-content, .developments-list .dev-card.filtered-order:nth-last-child(3n+4) .info-content {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .developments-list .dev-card.filtered-order:nth-last-child(1) .info-content .info .location, .developments-list .dev-card.filtered-order:nth-last-child(3n+4) .info-content .info .location {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .developments-list .dev-card.filtered-order:nth-last-child(1) .info-content .info .hide-mb, .developments-list .dev-card.filtered-order:nth-last-child(3n+4) .info-content .info .hide-mb {
    display: flex;
  }
}
.developments-list .dev-card.filtered-order:nth-last-child(1) .stats-section, .developments-list .dev-card.filtered-order:nth-last-child(3n+4) .stats-section {
  display: none;
}
@media screen and (min-width: 960px) {
  .developments-list .dev-card.filtered-order:nth-last-child(1) .stats-section, .developments-list .dev-card.filtered-order:nth-last-child(3n+4) .stats-section {
    display: flex;
  }
}
.developments-list .dev-card.filtered-order:nth-last-child(1) .stats-section.small, .developments-list .dev-card.filtered-order:nth-last-child(3n+4) .stats-section.small {
  display: flex;
}
@media screen and (min-width: 960px) {
  .developments-list .dev-card.filtered-order:nth-last-child(1) .stats-section.small, .developments-list .dev-card.filtered-order:nth-last-child(3n+4) .stats-section.small {
    display: none;
  }
}

.hidden-list {
  display: none;
}

.property-list {
  gap: 8rem;
}
.property-list .dev-card .image-container {
  aspect-ratio: 7/3;
}

.single-page .hero {
  padding: 4rem 0;
}
.single-page .hero .hero-content {
  position: relative;
  width: 87.3333%;
  height: 100%;
  margin-inline: auto;
}
.single-page .hero .hero-content .hero-headline-container h1 {
  font-size: clamp(2rem, 1.56rem + 2.2vw, 3.375rem);
}
.single-page .hero .hero-content .breadcrumb-container {
  position: absolute;
  top: 4rem;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 960px) {
  .single-page .hero .hero-content .breadcrumb-container {
    top: 2rem;
  }
}
.single-page .hero .hero-content .breadcrumb-container:hover p::before {
  width: 100%;
  right: auto;
}
.single-page .list-grid h2 {
  font-size: clamp(1.625rem, 0.905rem + 3.6vw, 3.875rem);
}
.single-page .list-grid .list-block {
  border-top: 1px solid #385E9D;
  padding-top: 1rem;
}
@media screen and (min-width: 960px) {
  .single-page .list-grid .list-block {
    border-top: none;
    padding-top: 0;
  }
}
.single-page .gallery {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.3rem 1rem;
}
@media screen and (min-width: 1650px) {
  .single-page .gallery {
    gap: 1.5rem 1rem;
  }
}
.single-page .gallery .image-container {
  width: 100%;
  aspect-ratio: 5/3;
}
@media screen and (min-width: 960px) {
  .single-page .gallery .image-container {
    width: 49%;
  }
  .single-page .gallery .image-container:nth-child(1) {
    width: 100%;
  }
  .single-page .gallery .image-container:nth-child(3n+4) {
    width: 100%;
  }
}
.single-page .properties-grid {
  gap: 4rem;
}
@media screen and (min-width: 960px) {
  .single-page .properties-grid {
    gap: 12.5rem 2rem;
  }
}
.single-page .properties-grid .property-card .image-container {
  aspect-ratio: 8/5;
}

.map-container {
  position: relative;
  width: 100%;
  height: 50vh;
}
.map-container #map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.map-container .mapboxgl-popup {
  max-width: 400px;
  font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.contact-block-container .contact-form-container .wpcf7 {
  width: 100%;
}
.contact-block-container .contact-form-container .wpcf7 .input-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .contact-block-container .contact-form-container .wpcf7 .input-wrapper {
    flex-direction: row;
    gap: 2rem;
  }
}
.contact-block-container .contact-form-container .wpcf7 .input-wrapper .half-width {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .contact-block-container .contact-form-container .wpcf7 .input-wrapper .half-width {
    width: 50%;
  }
}
.contact-block-container .contact-form-container .wpcf7 .input-wrapper .full-width {
  width: 100%;
}
.contact-block-container .contact-form-container .wpcf7 .input-wrapper label {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.contact-block-container .contact-form-container .wpcf7 .input-wrapper label input, .contact-block-container .contact-form-container .wpcf7 .input-wrapper label textarea {
  background-color: #EBF3FF;
  border: none;
  padding: 0.5rem;
  width: 100%;
}
.contact-block-container .contact-form-container .wpcf7 .wpcf7-submit {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  border: 1px solid #1D3253;
  color: #1D3253;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  padding: 0.375rem 1.125rem;
  text-align: center;
  cursor: pointer;
  transition: 0.27s;
  position: relative;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.contact-block-container .contact-form-container .wpcf7 .wpcf7-submit:hover {
  border: 1px solid transparent;
}
.contact-block-container .contact-form-container .wpcf7 .wpcf7-submit:hover {
  background-color: #385E9D;
  border: 1px solid #385E9D;
  color: #FFF;
}
.contact-block-container .contact-form-container .wpcf7 .wpcf7-submit::before {
  content: "";
  display: inline-block;
  width: 1.125rem;
  min-width: 18px;
  height: 1.125rem;
  background-image: url("../images/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.27s;
}

@media screen and (min-width: 960px) {
  .search-careers .input-options {
    flex-direction: row;
    justify-content: space-between;
  }
}
.search-careers .input-options .checkbox {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
.search-careers .input-options .checkbox .check {
  border: 1px solid #231F20;
  min-width: 16px;
  height: 16px;
}
.search-careers .input-options .checkbox .check::before {
  content: "";
  display: block;
  opacity: 0;
  width: 60%;
  height: 60%;
  background-color: #385E9D;
}
.search-careers .input-options .checkbox input {
  display: none;
}
.search-careers .input-options .checkbox input:checked + ::before {
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .search-careers .career-search {
    flex-direction: row;
  }
}
.search-careers .career-search label {
  font-family: "Gotham Bold", serif;
  white-space: nowrap;
}
.search-careers .career-search input {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .search-careers .carousel-wrapper {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 1fr);
  }
}
.search-careers .carousel-wrapper .indeed-carousel .slide {
  padding: 2rem;
}
.search-careers .carousel-wrapper .indeed-carousel .slide .cta-content {
  flex-wrap: wrap;
}

.full-width-video .image-container {
  position: relative;
  width: 100%;
  height: 80vh;
}
.full-width-video .image-container .play-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.full-width-video .image-container .play-container:hover .play-button path {
  fill: #385E9D;
}
.full-width-video .image-container .play-container .play-button path {
  transition: 0.27s;
}

/** master override/global file */
