/* Theme base styles */

:root {

	/* Spacing */

	--container-width: 1180px;
	--container-width-narrow: 880px;
	--vertical-spacing: 10.8rem;
	--gap: 2rem;
	--gap-xs: calc(var(--gap) / 4);
	--gap-sm: calc(var(--gap) / 2);
	--gap-md: calc(var(--gap) * 2);
	--gap-lg: calc(var(--gap) * 4);

	/* Colors */

	--base-color: #000;
	--dark-blue: #0E2744;
	--bright-blue: #0055a5;
	--warm-sky: #7AADC4;
	--evening-sun: #EADBB3;
	--clay-coast: #BB8052;

	--black: #000;
	--dark-gray: #424242;
	--light-gray: #f0f0f0;
  --lighter-gray: #E5EEF6;
	--medium-gray: #c3c3c3;
	--white: #fff;

	/* Typography */

	--base-font-size: 1.6rem;
	--base-line-height: 1.6;
	--primary-font-family: 'Oxygen', sans-serif;
	--secondary-font-family: 'Lexend Mega', sans-serif;

}

/* Generic */

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .oembed_container {
    margin-bottom: 1.5rem;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 85%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects */

.flex, .flex-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display:flex !important
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap:wrap !important
}

.flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex:1 0
}

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

.flex-column {
  flex-direction:column
}

.flex-column-reverse {
  flex-direction:column-reverse
}

.flex-row {
  flex-direction:row
}

.flex-row-reverse {
  flex-direction:row-reverse
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items:center
}

.flex-top {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items:flex-start
}

.flex-bottom {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items:flex-end
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content:center
}

.flex-end {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content:flex-end
}

.flex-self {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self:center
}

.flex-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items:stretch
}

.flex-space {
  -ms-flex-pack: distribute;
  justify-content:space-around
}

.flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content:space-between
}

@media (max-width: 767px) {
  .flex-column-reverse, .flex:not(.flex-row) {
      flex-direction:column
  }

  .flex-row-reverse {
      flex-direction:row
  }
}



/* Gaps */

.gap-sm {
  gap: 0.8rem;
}

.gap {
  gap: 1rem;
}

.gap-md {
  gap: 1.6rem;
}

.gap-lg {
  gap: 3.2rem;
}

.gap-xl {
  gap: 4.8rem;
}



.content-wrapper {
  max-width: var(--container-width);
  margin: 0 auto;
}

.content-wrapper--narrow {
  max-width: var(--container-width-narrow);
}

@media (min-width: 1180px) {
  .content-wrapper__left {
    padding-right: 0 !important;
    margin-left: calc((100vw - 1180px - var(--scrollbar-width)) / 2);
    margin-right: -2rem;
  }

  section .content-wrapper__left {
    margin-left: calc((100vw - 1220px - var(--scrollbar-width)) / 2);
  }

  .content-wrapper__right {
    padding-right: 0 !important;
    margin-right: calc((100vw - 1180px - var(--scrollbar-width)) / 2);
    margin-left: -2rem;
  }

  section .content-wrapper__right {
    margin-right: calc((100vw - 1220px - var(--scrollbar-width)) / 2);
  }
}

section,
.dnd-section:not([class*='force-full-width']),
.content-wrapper--vertical-spacing {
  padding: calc(var(--vertical-spacing) / 2) 2rem;
}

.dnd-section > .row-fluid {
  max-width: var(--container-width);
  margin: 0 auto;
}

.dnd-section .row-module {
  margin: 0 calc(var(--gap) * -1);
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-width);
  position: relative;
}

.dnd-section > .row-fluid .hs-private {
  width: 100%; /* for the dnd add module here placeholder */
}

@media (min-width: 768px) {
  .dnd-section .row-fluid {
    -webkit-column-gap: var(--gap);
       -moz-column-gap: var(--gap);
            column-gap: var(--gap);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .dnd-section [class*='span'] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  
    .dnd-section .span0 {
      flex-basis: 0.0%;
    }
  
    .dnd-section .span1 {
      flex-basis: 8.333333333333332%;
    }
  
    .dnd-section .span2 {
      flex-basis: 16.666666666666664%;
    }
  
    .dnd-section .span3 {
      flex-basis: 25.0%;
    }
  
    .dnd-section .span4 {
      flex-basis: 33.33333333333333%;
    }
  
    .dnd-section .span5 {
      flex-basis: 41.66666666666667%;
    }
  
    .dnd-section .span6 {
      flex-basis: 50.0%;
    }
  
    .dnd-section .span7 {
      flex-basis: 58.333333333333336%;
    }
  
    .dnd-section .span8 {
      flex-basis: 66.66666666666666%;
    }
  
    .dnd-section .span9 {
      flex-basis: 75.0%;
    }
  
    .dnd-section .span10 {
      flex-basis: 83.33333333333334%;
    }
  
    .dnd-section .span11 {
      flex-basis: 91.66666666666666%;
    }
  
    .dnd-section .span12 {
      flex-basis: 100.0%;
    }
  
}

@media (min-width: 992px) {
  section,
  .dnd-section:not([class*='force-full-width']),
  .content-wrapper--vertical-spacing {
    padding: var(--vertical-spacing) 2rem;
  }
}

/* Visibilty classes */

.hide {
  display: none !important;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

/* Elements */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

body {
  color: var(--base-color);
  font-family: var(--primary-font-family);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  word-break: break-word;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Anchors */

a {
  color: var(--dark-blue);
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: var(--base-color);
}

a:active {
  color: var(--base-color);
}

/* Paragraphs */

p {
  margin: 0 0 2rem;
}

/* Headings */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 2rem;
  font-family: var(--secondary-font-family);
  letter-spacing: -0.12em;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bright-blue);
}

h1,
.h1 {
  font-size: 4.8rem;
}
.banner h2 {
  font-size: 4rem;
  letter-spacing: -0.48rem;
}
h2,
.h2,
.expertise h3 {
  font-size: 3.2rem;
  letter-spacing: -0.384rem;
  line-height: 1.25;
}
h3,
.h3 {
  font-size: 2.8rem;
  letter-spacing: -0.336rem;
}
h4,
.h4 {
  font-size: 2.4rem;
  line-height: 1.33333;
  letter-spacing: -0.288rem;
}
h5,
.h5 {
  font-size: 2rem;
}
h6,
.h6 {
  font-size: 1.8rem;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 7.2rem;
    line-height: 1.111111111111111;
  }
  .banner h2 {
    font-size: 4.8rem;
    letter-spacing: -0.576rem;
    line-height: 1.16667;
  }
  h2,
  .h2,
  .expertise h3 {
    font-size: 4rem;
    letter-spacing: -0.12em;
    line-height: 1.3;
  }
  h3,
  .h3 {
    font-size: 3.2rem;
    letter-spacing: -0.384rem;
    line-height: 1.25;
  }
}

.primary-font {
  font-family: var(--primary-font-family);
}

.bright-blue {
  color: var(--bright-blue);
}

.subtitle {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05rem;
}

h3.subtitle {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
}

.subtitle-2 {
  font-size: 1.6rem;
  font-weight: 600;
}

.subtitle-3,
.overline {
  font-family: var(--secondary-font-family);
  color: var(--dark-blue);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.71429;
  letter-spacing: -0.12em;
  margin-bottom: .6rem;
}

.body-2 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.025rem;
}

.header__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 7rem;
}

.header__wrapper.white {
  color: #fff;
}

.header__wrapper *:last-child,
.header-content *:last-child {
  margin-bottom: 0;
}

.header-content.medium {
  margin: 0 auto;
  max-width: 98rem;
}

.header-content.narrow {
  margin: 0 auto;
  max-width: 48rem;
}

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

.header-content.center ul {
  display: inline-block;
  text-align: left;
}

.header__wrapper .header-content.center {
  margin: 0 auto;
  text-align: center;
}

.header-content h2 strong {
  color: var(--primary-color);
}

@media (min-width: 768px) {
  .header__wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
  }

  .header__wrapper .header-content {
    flex: 0 1 48rem;
    text-align: left;
  }

  .header__wrapper .header-content.medium {
    flex: 0 1 98rem;
  }

  .header__wrapper .header-content.wide {
    flex: 0 1 78rem;
  }

  .header__wrapper .header-content.med {
    flex: 0 1 58rem;
  }

  .header__wrapper .header-description {
    flex: 0 1 57rem;
    text-align: left;
  }

  .header__wrapper .header-text {
    flex: 0 1 58rem;
    text-align: left;
  }

  .content-wrapper--narrow .header__wrapper .header-content {
    flex: 0 1 66.8rem;
  }

  .header__wrapper .header-content.fullwidth {
    flex: 1 !important;
  }

  .header__wrapper .header-image {
    flex: 1;
  }
}

@media (max-width: 767px) {
  .header__wrapper {
    text-align: center;
    flex-direction: column;
    margin-bottom: 5rem;
  }
}

@media (max-width: 599px) {
  .header__wrapper {
    margin-bottom: 4rem;
  }
}


/* CTAs */

.ctas {

}

.cta svg path {
  transition: all .3s ease;
  fill: currentColor;
}

/* Lists */

ul,
ol {
  margin: 0 0 2rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 6px solid var(--bright-blue);
  font-size: 2.4rem;
  font-style: italic;
  margin: 2rem 0;
  padding-left: 2rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid var(--medium-gray);
  margin: 4rem auto;
}
.button,
form input[type="submit"],
form .hs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
  padding: 1.6rem 3.2rem;
  border: 0;
  appearance: none;
  transition: all 0.2s ease;
  text-align: center;
  white-space: normal;
  cursor: pointer;
  text-decoration: none !important;
  font-family: var(--secondary-font-family);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.192rem;
}

form input[type="submit"],
form .hs-button {
  font-size: 1.4rem;
  line-height: 1.71429;
  letter-spacing: -0.168rem;;
  padding: 1rem 3.2rem;
}

/* Primary */

.button--primary,
form input[type="submit"],
form .hs-button {
  background-color: var(--dark-blue);
  color: var(--white);
}

.button--primary:hover,
.button--primary:focus,
.button--primary:active,
form input[type="submit"]:hover,
form input[type="submit"]:focus,
form input[type="submit"]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  background-color: var(--bright-blue);
  color: var(--white);
}

/* Secondary */

.button--secondary {
  background-color: var(--bright-blue);
  color: var(--white);
}

.button--secondary:hover,
.button--secondary:focus,
.button--secondary:active {
  background-color: var(--base-color);
  color: var(--white);
}

/* White */

.button--white,
.button--white-alt {
  background-color: var(--white);
  color: var(--dark-blue);
}

.button--white:hover,
.button--white:focus,
.button--white:active {
  background-color: var(--bright-blue);
  color: var(--white);
}

@media (max-width: 1199px) {
  .mobile-button .button--white:hover,
  .mobile-button .button--white:focus,
  .mobile-button .button--white:active {
    background-color: var(--white);
    color: var(--dark-blue);
  }
}

/* White Alt Hover */

.button--white-alt:hover,
.button--white-alt:focus,
.button--white-alt:active {
  background-color: var(--dark-blue);
  color: var(--white);
}

/* Text */

.button--text {
  min-height: auto;
  padding: 0;
  background: none;
  color: var(--bright-blue);
  position: relative;
  text-align: left;

  /*text-decoration: underline !important;
  text-underline-offset: 1rem;
  text-decoration-color: var(--dark-blue);*/
}

.button--text:hover,
.button--text:focus,
.button--text:active {
  color: var(--dark-blue);
}

.button--text-close {
  text-underline-offset: 0;
}

.button--text:after {
  content: '';
  pointer-events: none;
  transition: all .3s ease;
  width: 100%;
  display: block;
  height: 1px;
  background: var(--dark-blue);
  position: absolute;
  bottom: -1rem;
  transition: all .3s ease;
}

.button--text-close:after {
  bottom: 0;
}

.button--text:hover:after {
  background: var(--dark-blue);
}

/* Text Alt */

.button--text-alt {
  min-height: auto;
  padding: 0;
  background: none;
  color: var(--dark-blue);
  position: relative;
  text-align: left;

  /*text-decoration: underline !important;
  text-underline-offset: 1rem;
  text-decoration-color: var(--dark-blue);*/
}

.button--text-alt:hover,
.button--text-alt-alt:focus,
.button--text-alt:active {
  color: var(--bright-blue);
  /*text-decoration-color: var(--bright-blue);*/
}

.button--text-alt:after {
  content: '';
  pointer-events: none;
  transition: all .3s ease;
  width: 100%;
  display: block;
  height: 1px;
  background: var(--dark-blue);
  position: absolute;
  bottom: -1rem;
  transition: all .3s ease;
}

.button--text-alt:hover:after {
  background: var(--bright-blue);
}

/* Text White */

.button--text-white {
  min-height: auto;
  padding: 0;
  background: none;
  color: var(--white);
  position: relative;
}

.button--text-white:hover,
.button--text-white:focus,
.button--text-white:active {
  color: rgba(255, 255, 255, 0.7);
}

.button--text-white:after {
  content: '';
  pointer-events: none;
  transition: all .3s ease;
  width: 100%;
  display: block;
  height: 1px;
  background: var(--white);
  position: absolute;
  bottom: -1rem;
}

/* Icon */

.button--icon {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.button--icon > svg {
  transition: transform .3s ease;
}

.button--icon > svg path {
  fill: currentColor;
}

.button--icon:hover > svg {
  transform: translateX(0.5rem);
}

/* Full */

.button--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

/* Small */

.button--small {
  padding: 1rem 3.2rem;
  font-size: 1.4rem;
  line-height: 1.714285714285714;
  letter-spacing: -0.12em;
}

/* Large */

.button--large {
  padding: 3rem 2rem;
  font-size: calc(var(--base-font-size) * 1.5);
}

/* CTA Override */

a.cta_button {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.hero {
  padding: 22.6rem 2rem 20.8rem;
  color: #fff;
  background: var(--dark-blue);
  margin-top: calc(var(--scrollPaddingTop) * -1);
  overflow: hidden;
  text-align: center;

  min-height: 67.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero.has-image {
  padding: 3rem 2rem 6rem;
}

.hero div[class*="content-wrapper"] {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 3rem;
}

.hero__content {
  max-width: 98rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

.hero__content *:last-child {
  margin-bottom: 0;
}

.hero.has-image .hero__content {
  flex: 0 1 56rem;
}

.hero__image {
  flex: 0 1 50vw;
}

@media (max-width: 767px) {
  .hero {
    padding: 12rem 2rem 20rem;
    min-height: unset;
  }

  .hero div[class*="content-wrapper"] {
    flex-direction: column;
  }

  .hero__content {
    flex: 1;
    width: 100%;
  }

  .hero__image {
    display: none;
  }
}

.hero__shape {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: -3px;
  z-index: 9;
  width: 369px;
  height: 197px;
}

.hero__shape.dark_blue svg path {
  fill: var(--dark-blue);
}

.hero h1 {
  color: #fff;
  font-size: 4.8rem;
  text-shadow: 2px 2px 5px rgba(14,39,68,0.5);
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 4.2rem;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 4rem;
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: 3.6rem;
  }
}

.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.hero__video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 85, 165, 0.84) 8%, rgba(0, 0, 0, 0.3024) 100%);
}

.hero__video video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}


.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.hero__bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 85, 165, 0.84) 8%, rgba(0, 0, 0, 0.3024) 100%);
}

.hero__bg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
}
.cards {
  display: grid;
  grid-template-columns: 1fr;
}

.card {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  min-height: 21.1rem;
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  min-height: 38rem;
}

a.card:focus,
a.card:hover {
  color: var(--white);
}

.card.shadow {
  color: var(--dark-blue);
  padding: 0;
  box-shadow: 0px 1px 2px 0px rgba(32, 36, 39, 0.06), 0px 4px 4px 0px rgba(32, 36, 39, 0.05), 0px 9px 5px 0px rgba(32, 36, 39, 0.01), 0px 16px 7px 0px rgba(32, 36, 39, 0.01), 0px 25px 7px 0px rgba(32, 36, 39, 0.00);
}

a.card.shadow:focus,
a.card.shadow:hover {
  color: var(--dark-blue);
}

.card__small {
  padding: 1.6rem 1.8rem;
  min-height: 21rem;
}

.card__image {
  display: block;
  width: 100%;
  height: 21rem;
}

.card__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.card__bg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: opacity .3s ease;
  opacity: 1;
}

.card__bg:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 2;
  transition: opacity .3s ease;
  opacity: 0;
}

.card:hover .card__bg:before {
  opacity: 0;
}

.card:hover .card__bg:after {
  opacity: 1;
}

.card__small .card__bg:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.9) 100%);
  opacity: 1 !important;
}

.card__small .card__bg:after {
  display: none !important;
}

.card__image img,
.card__bg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.card__description {
  position: relative;
  z-index: 3;
  max-width: 34rem;
  margin: 0 auto;
  transition: all .3s ease;
  padding: 2rem 2rem 0;
  flex: 1;
}

.card__description .button {
  position: absolute;
  bottom: 3rem;
  left: 2rem;
}

.card.shadow .card__description {
  width: 100%;
  max-width: 100%;
  padding-bottom: 7.2rem;
}

.card__bg + .card__description {
  margin-top: auto;
  padding-bottom: 4rem;
  flex: unset;
}

.card:not(.card__small):not(.shadow):hover .card__description,
.card:not(.card__small):not(.shadow):focus .card__description {
  margin-bottom: 5.2rem;
}

.card:not(.shadow) .button {
  opacity: 0;
  position: absolute;
  bottom: 0;
}
.card:hover .button,
.card:focus .button {
  opacity: 1;
}

.card h3,
.card .h3 {
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin: 0;
}

a.card:not(.has-bg) h3,
a.card:not(.has-bg) .h3 {
  color: var(--dark-blue);
}

.card__topic {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  background: rgba(0, 85, 165, 0.80);
  padding: 0.4rem 1.2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71429;
  letter-spacing: 0.05rem;
}

.card__text {
  margin-top: 0.8rem;
}

@media (max-width: 575px) {
  .cards .card {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .cards.cards__1 {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .cards__4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Labels */

form label,
.fakelabel {
  display: block;
  margin-bottom: 0.4rem;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71429;
  letter-spacing: 0.05rem;
}

/* Inputs */

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form input[type="search"],
form select,
form textarea {
  display: block;
  padding: 1rem;
  width: 100%;
  min-height: 4.4rem;
  margin-bottom: 1.6rem;
  background-color: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: 0;
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 30' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2'%3E%3Cpath d='M5.64 0 0 5.64l24 24 24-24L42.36 0 24 18.32 5.64 0Z' style='fill-rule:nonzero'/%3E%3C/svg%3E");
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  -webkit-text-fill-color: var(--base-color);
  opacity: 1;
}

form textarea {
  min-height: 15rem;
  margin-top: 1rem;
  padding: 1rem 1rem;
}

form fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: var(--base-color);
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: var(--base-color);
}

/* Inputs - checkbox/radio */

.inputs-list {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
  margin-right: 0.5rem;
}

input[type="checkbox"],
input[type="radio"],
input[type="range"],
progress {
  accent-color: var(--dark-blue);
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "\01F4C5";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: var(--base-color);
}

.fn-date-picker td.is-selected .pika-button {
  background: var(--dark-gray);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  background-color: var(--dark-gray) !important;
  border-radius: 0 !important;
  color: #fff;
}

.fn-date-picker td.is-today .pika-button {
  color: var(--dark-gray);
}

/* Inputs - file picker */

form input[type="file"] {
  width: auto !important;
  min-height: auto;
  background-color: transparent;
  border: initial;
  padding: initial;
}
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button {
  margin-right: var(--gap);
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 1.4rem;
  margin: 0 0 1.6rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 1.4rem;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  position: relative;
  top: -1px;
}

/* Validation */

.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: red;
}

.hs-error-msg,
.hs-error-msg,
.hs-error-msgs {
  margin: -1rem 0 2rem 0;
  color: red;
  font-size: 1.4rem;
  font-weight: 400;
}

.hs_error_rollup {
  display: none;
}

/* Captcha */

.grecaptcha-badge {
  margin-bottom: 2rem;
}

/* Change Autocomplete styles in Chrome */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
  box-shadow: 0 0 0 30px var(--white) inset !important;
}

/* Fix Column Layouts */

.hs-form fieldset {
  max-width: inherit !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 100% !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field .input,
.hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}
.hs-form
  fieldset.form-columns-1
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.hs-form
  fieldset.form-columns-2
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.hs-form
  fieldset.form-columns-3
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  width: 100% !important;
}

@media (min-width: 992px) {
  .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(3) {
    padding-left: 0.75rem;
  }
}
/* Table */

table {
	width: 100%;
	border: 1px solid var(--light-gray);
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
	padding: 1rem;
	text-align: left;
  vertical-align: top;
}

td {
	border-bottom: 1px solid var(--light-gray);
}

/* Table header */

thead th {
	background-color: var(--light-gray);
  vertical-align: bottom;
}

/* Table footer */

tfoot td {
  background-color: var(--light-gray);
}
.listings__wrapper {
  background:var(--lighter-gray);
}

.listings {
  display: grid;
  gap: 8rem;
}

.listing {
  position: relative;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(32, 36, 39, 0.06), 0px 4px 4px 0px rgba(32, 36, 39, 0.05), 0px 9px 5px 0px rgba(32, 36, 39, 0.01), 0px 16px 7px 0px rgba(32, 36, 39, 0.01), 0px 25px 7px 0px rgba(32, 36, 39, 0.00);
}

.listing .sold {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: -26px;
  background: var(--bright-blue);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 30px;
  transform: rotate(-45deg);
}

.listing .uc {
  position: absolute;
  z-index: 3;
  top: 40px;
  left: -40px;
  background: var(--bright-blue);
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 3px 30px;
  transform: rotate(-45deg);
}

.listing__image {
  min-height: 20rem;
  position: relative;
}

.listing__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.listing:not(.large) .listing__image img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease;
}

.listing:not(.large) .listing__image img.li__hover {
  opacity: 0;
  z-index: 2;
}

a.listing:not(.large):hover .listing__image img.li__hover {
  opacity: 1;
}

.listing__content {
  padding: 4rem 2rem;
}

.listing__content h3.subtitle {
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .listing__image {
    flex: 0 1 68rem;
    min-height: 30rem;
  }

  .listing__content {
    flex: 0 1 50rem;
    align-self: center;
  }

  .listing.large .listing__image,
  .listing.large .listing__content {
    flex: 0 1 50%;
  }
}

@media (max-width: 767px) {
  .listings + .flex {
    margin-bottom: 5rem;
  }

  .listing__image,
  .listing__content {
    width: 100%;
  }
}

.listing__content-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  padding-bottom: 0;
  position: relative;
  transition: all .3s ease;
}

a.listing:not(.large):hover .listing__content-inner,
a.listing:not(.large):focus .listing__content-inner {
  padding-bottom: 5.2rem;
}

.listing .button {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
}

a.listing:hover .button,
a.listing:focus .button {
  opacity: 1;
  pointer-events: unset;
}

.listing__tag {
  color: var(--bright-blue);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71429;
  letter-spacing: 0.05rem;
  margin-bottom: 0.8rem;
}

.listing__title {
  margin-bottom: 0.8rem;
}


.aircraft {
  animation: fadeIn 1s ease-in-out;
}

.aircraft.animate-in {
  opacity: 1;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}



.select__wrapper {
  padding: 2rem;
  background: var(--dark-blue);
}

.select__wrapper .content-wrapper {
  display: flex;
  justify-content: center;
  gap: 1.6rem 3rem;
}

@media (max-width: 599px) {
  .select__wrapper .content-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 2rem 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  z-index: 1;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

.select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  min-width: 15ch;
  max-width: 30ch;
  border-radius: 0.5rem;
  padding: 1rem 1rem 1rem 1.6rem;
  font-size: 1.4rem;
  cursor: pointer;
  line-height: 1.714285714285714;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}
.select select, .select::after {
  grid-area: select;
}

.select::after {
  content: "";
  justify-self: end;
  width: 1rem;
  height: 0.5rem;
  background-color: var(--base-color);
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--bright-blue);
  border-radius: inherit;
}

.select--disabled {
  cursor: not-allowed;
  background-color: #eee;
  background-image: linear-gradient(to top, #ddd, #eee 33%);
}

/* Components */

body.modal-open
  .body-wrapper
  > div[data-global-resource-path*="/templates/partials/header.html"] {
  z-index: unset;
}

.header {
  position: relative;
  background-color: transparent;
}

.header[class*="nav"] {
  background-color: #fff;
}

.header__container {
  padding: 2.4rem 2rem;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* Logo */

.header__logo a {
  display: block;
  font-size: 0;
}
.header__logo img {
  height: auto !important;
  width: 15rem !important;
}

.header:not([class*="nav"]) .header__logo img {
  filter: brightness(0) invert(1);
}

.mobile-open .header .header__logo img {
  filter: unset;
}

/* Nav */

.header__navigation nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}
.footer {
  background-color: var(--dark-blue);
  color: var(--white);
  position: relative;
}

.footer__sail {
  position: absolute;
  top: -11.4rem;
  right: 0;
  z-index: 2;
}

.footer__inner {
  padding: 5.6rem 2rem 5.4rem;
  position: relative;
  overflow: hidden;
}

.footer__inner > svg {
  position: absolute;
  top: 50%;
  left: -28rem;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .footer__inner > svg {
    display: none;
  }
}

.footer .content-wrapper {
  position: relative;
  z-index: 2;
}


@media (min-width: 962px) {
  .footer .footer__top {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
  }

  .footer__left {
    flex: 0 1 28rem;
  }

  .footer__right {
    flex: 0 1 78rem;
  }

  .footer__bottom {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
  }

  .footer__copyright {
    flex: 0 1 76rem;
    padding-top: .7rem;
  }

  .footer__copyright .hs_cos_wrapper_type_text > span {
    flex: 0 1 42rem;
  }

  .footer__copyright .hs_cos_wrapper_type_text > a {
    flex: 0 1 18rem;
  }
}

.footer__logo {
  margin-bottom: 3.5rem;
  width: 19rem;
}

.footer__logo img {
  filter: brightness(0) invert(1);
}

.footer h3 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.71429;
  letter-spacing: -0.08rem;
  margin-bottom: 0.9rem;
}

.footer__subscribe {
  margin-top: 6rem;
}

.footer__subscribe .hs-form-field > label {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.footer__subscribe form {
  display: flex;
}

.footer__subscribe form input[type="email"] {
  border: 1px solid var(--white);
  background: transparent;
  color: var(--white);
  padding: .9rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.71429;
}

.footer__subscribe ::-webkit-input-placeholder {
  color: var(--white);
}

.footer__subscribe ::-webkit-input-placeholder,
.footer__subscribe ::-moz-placeholder,
.footer__subscribe :-ms-input-placeholder,
.footer__subscribe :-moz-placeholder,
.footer__subscribe ::placeholder {
  color: var(--white);
}

.footer__subscribe form input[type="submit"],
.footer__subscribe form .hs-button {
  background-color: transparent;
  color: var(--white);
  padding: .9rem 3.2rem;
  border: 1px solid var(--white);
  white-space: nowrap;
}

.footer__subscribe form input[type="submit"]:hover,
.footer__subscribe form input[type="submit"]:focus,
.footer__subscribe form input[type="submit"]:active,
.footer__subscribe form .hs-button:hover,
.footer__subscribe form .hs-button:focus,
.footer__subscribe form .hs-button:active {
  background-color: var(--bright-blue);
}

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

.footer__menu .hs-menu-wrapper > ul,
.locations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.locations {
  margin-top: 4.8rem;
  padding-top: 4.8rem;
  border-top: 1px solid rgba(239, 239, 239, .12);
}

.locations ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.71429;
  letter-spacing: 0.5px;
}

.locations ul li:first-child {
  font-family: var(--secondary-font-family);
  font-weight: 500;
  letter-spacing: -0.12em;
}

.locations a {
  color: #fff;
}

.footer__menu a,
.footer__copyright a {
  color: #fff;
  font-family: var(--secondary-font-family);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.71429;
  text-decoration: none;
  letter-spacing: -0.12em;
}

.footer__menu li.hs-menu-depth-1 > a {
  font-weight: 900;
}

.footer a:hover,
.locations a:hover {
  color: rgba(255, 255, 255, .7);
}

.footer__menu ul ul {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.footer__social {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.footer__bottom {
  padding-top: 4.8rem;
  margin-top: 4.8rem;
  border-top: 1px solid #EFEFEF;
}

.footer__copyright {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.41429;
  letter-spacing: 0.05rem;
}

.footer__copyright .hs_cos_wrapper_type_text {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.footer__copyright a {
  letter-spacing: -0.12em;
}

.footer__social h3 {
  font-family: var(--primary-font-family);
  font-size: 1.4rem;
  letter-spacing: unset;
  line-height: 1.71429;
  margin-bottom: 0;
  font-weight: 400;
  border-right: 1px solid rgba(239, 239, 239, .12);
  padding-right: 1rem;
}

.footer__social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: .8rem;
}

.footer__social a {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.footer__social a:hover {
  background: var(--bright-blue);
}

@media (max-width: 961px) {
  .footer__logo,
  .footer__social,
  .footer__subscribe,
  .footer__copyright {
    text-align: center;
  }

  .footer__logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .footer__cta {
    margin-left: auto;
    margin-right: auto;
    width: 23rem;
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .footer a.card.card__no-image {
    max-width: 100%;
  }

  .footer__social {
    margin-top: 3rem;
    justify-content: center;
  }

  .footer__social ul {
    justify-content: center;
  }

  .footer__subscribe form {
    justify-content: center;
  }

  .footer__menu .hs-menu-wrapper > ul {
    grid-template-columns: 1fr;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .footer__subscribe form input[type=submit] {
    width: 100%;
  }

  .footer__copyright .hs_cos_wrapper_type_text {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .locations {
    text-align: center;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .locations {
    grid-template-columns: 1fr;
  }
}

/* Utilities */

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* Background Colors */

.bg-light-gray {
  background-color: var(--light-gray);
}
.bg-white {
  background-color: var(--white);
}

/* Spacing */

.mt-none {
  margin-top: 0 !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mt-xs {
  margin-top: calc(var(--gap) * 0.25) !important;
}
.mt-sm {
  margin-top: calc(var(--gap) * 0.5) !important;
}
.mt-md {
  margin-top: var(--gap) !important;
}
.mt-lg {
  margin-top: calc(var(--gap) * 1.5) !important;
}
.mt-xl {
  margin-top: calc(var(--gap) * 2) !important;
}
.mt-xxl {
  margin-top: calc(var(--gap) * 4) !important;
}

.mb-none {
  margin-bottom: 0 !important;
}
.mb-xs {
  margin-bottom: calc(var(--gap) * 0.25) !important;
}
.mb-sm {
  margin-bottom: calc(var(--gap) * 0.5) !important;
}
.mb-md {
  margin-bottom: var(--gap) !important;
}
.mb-lg {
  margin-bottom: calc(var(--gap) * 1.5) !important;
}
.mb-xl {
  margin-bottom: calc(var(--gap) * 2) !important;
}

.pt-none {
  padding-top: 0 !important;
}
.pt-xs {
  padding-top: calc(var(--gap) * 0.25) !important;
}
.pt-sm {
  padding-top: calc(var(--gap) * 0.5) !important;
}
.pt-md {
  padding-top: var(--gap) !important;
}
.pt-lg {
  padding-top: calc(var(--gap) * 1.5) !important;
}
.pt-xl {
  padding-top: calc(var(--gap) * 2) !important;
}

.pb-none {
  padding-bottom: 0;
}
.pb-xs {
  padding-bottom: calc(var(--gap) * 0.25);
}
.pb-sm {
  padding-bottom: calc(var(--gap) * 0.5);
}
.pb-md {
  padding-bottom: var(--gap) !important;
}
.pb-lg {
  padding-bottom: calc(var(--gap) * 1.5) !important;
}
.pb-xl {
  padding-bottom: calc(var(--gap) * 2);
}

/* Text */

.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}

.text-large {
  font-size: calc(var(--base-font-size) * 1.2);
}
.text-small {
  font-size: calc(var(--base-font-size) * 0.8);
}

/* Responsive embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container--43 {
  padding-bottom: 75%;
}

@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}

.sail {
  position: relative;
  overflow: hidden;
}

.sail img {
  position: relative;
}

.sail:before {
  content: '';
  display: block;
  width: 214px;
  height: 114px;
  position: absolute;
  z-index: 5;
  bottom: -1px;
  left: 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='214' height='114' viewBox='0 0 214 114' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1569_6659)'%3E%3Cpath d='M214 112.918L-3.1897 114.291C-7.84087 98.0633 -13.1938 87.8382 -18.4655 73.5824H101.978C138.909 96.1962 184.046 112.918 214 112.918ZM43.0436 34.1186C60.6565 46.7226 77.2894 57.5584 92.8841 66.8936H-20.9418C-25.3842 55.3307 -29.9774 44.3902 -34.5764 34.2233H43.0436V34.1186ZM33.9558 27.5345H-37.6733C-42.2722 17.6816 -46.9176 8.45112 -51.4122 0H-1.52527C10.6652 9.95755 22.5425 19.0834 34.008 27.5345H33.9558Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1569_6659'%3E%3Crect width='214' height='114' fill='white' transform='matrix(-1 0 0 1 214 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.sail.reverse:before {
  left: unset;
  right: 0;
  transform: scaleX(-1);
}


.scroll__arrow {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  transform: translateX(-50%);
  z-index: 9;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 3.3rem;
  height: 3.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}

.scroll__arrow svg path {
  transition: all .3s ease;
}

.scroll__arrow:hover {
  background: var(--white);
}

.scroll__arrow:hover svg path {
  fill: var(--bright-blue);
}

@media (max-width: 599px) {
  #hero__arrow.scroll__arrow {
    bottom: 10rem;
  }
}