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

html {
  box-sizing: border-box;
}

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

/*! 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;
  font-family: "proxima-nova", sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
p,
ul,
ol {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child) {
  margin-block-end: 20px;
}
p:last-child,
ul:last-child,
ol:last-child {
  margin-block-end: 0;
}
@media only screen and (min-width: 768px) {
  p,
  ul,
  ol {
    font-size: 18px;
    line-height: 24px;
  }
}

strong,
b {
  font-weight: 800;
}

main p > a:not(.btn),
main h1 > a:not(.btn),
main h2 > a:not(.btn),
main h3 > a:not(.btn),
main h4 > a:not(.btn),
main h5 > a:not(.btn),
main h6 > a:not(.btn),
main li > a:not(.btn) {
  font-weight: 400;
  transition: all 0.2s ease-out;
  color: #EE403D;
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
main p > a:not(.btn):hover, main p > a:not(.btn):focus,
main h1 > a:not(.btn):hover,
main h1 > a:not(.btn):focus,
main h2 > a:not(.btn):hover,
main h2 > a:not(.btn):focus,
main h3 > a:not(.btn):hover,
main h3 > a:not(.btn):focus,
main h4 > a:not(.btn):hover,
main h4 > a:not(.btn):focus,
main h5 > a:not(.btn):hover,
main h5 > a:not(.btn):focus,
main h6 > a:not(.btn):hover,
main h6 > a:not(.btn):focus,
main li > a:not(.btn):hover,
main li > a:not(.btn):focus {
  color: #EE403D;
  text-decoration-color: #EE403D;
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
dl {
  margin-block-start: 0;
  margin-block-end: 0;
}

dd {
  margin-inline-start: 0;
}

h1 {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "proxima-nova", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 52px;
  }
}
@media only screen and (min-width: 1600px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "proxima-nova", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1600px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  h3 {
    font-size: 24px;
  }
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  max-width: 100%;
}
@media only screen and (min-width: 576px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1200px;
  }
}
@media only screen and (min-width: ) {
  .container {
    padding-left: 48px;
    padding-right: 48px;
    max-width: 1400px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1920px;
  }
}
.container.container--wide {
  max-width: 100%;
}

.wp-block-columns {
  margin-block-start: 0 !important;
}

button,
.btn {
  margin: 0;
  overflow: visible;
  text-transform: none;
  cursor: pointer;
}

/**
 * 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;
}

.btn {
  display: inline-flex;
  height: 36px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid transparent;
  color: #FFFFFF;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
  user-select: none;
  white-space: nowrap;
}
.btn:hover, .btn:focus-visible {
  background: #045AA5;
  border-color: transparent;
  color: #FFFFFF;
  filter: drop-shadow(0 0 4px #F26822);
}

.btn--outline-black {
  border-color: #231F20;
  color: #231F20;
}

.btn--outline-white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.btn--fill-black {
  background: #231F20;
  color: #FFFFFF;
}

.btn--fill-white {
  background: #FFFFFF;
  color: #231F20;
}

.btn--primary {
  background: linear-gradient(0deg, #EE403D 0%, #F26822 100%);
  color: #FFFFFF;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 40px 40px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media only screen and (max-width: 1599px) {
  .site-header__inner {
    align-items: center;
    padding: 16px 20px;
  }
}

.site-branding {
  display: block;
  flex-shrink: 0;
  width: 154px;
  line-height: 0;
}
.site-branding img,
.site-branding .site-branding__logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 1599px) {
  .main-navigation {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 90;
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    width: min(360px, 85vw);
    padding: 100px 24px 40px;
    background-color: #EEEEEE;
    overflow-y: auto;
    display: none;
    transform: translateX(100%);
    transition: transform 0.25s ease-out;
  }
}

@media only screen and (max-width: 1599px) {
  .is-nav-open .main-navigation {
    display: flex;
  }
}

@media only screen and (max-width: 1599px) {
  .is-nav-open.is-nav-shown .main-navigation {
    transform: translateX(0);
  }
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  margin-block-end: 0 !important;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1599px) {
  .nav-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: 100%;
  }
}

.nav-item {
  position: relative;
}
@media only screen and (max-width: 1599px) {
  .nav-item {
    width: 100%;
  }
}

.nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8px 10px 0;
  background: none;
  border: 0;
  color: #231F20;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 1599px) {
  .nav-link {
    align-items: stretch;
    padding: 14px 8px;
    color: #231F20;
    font-size: 20px;
    text-align: left;
  }
}

.nav-link__content {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media only screen and (max-width: 1599px) {
  .nav-link__content {
    justify-content: space-between;
    width: 100%;
  }
}

.nav-link__caret {
  display: inline-flex;
  flex-shrink: 0;
  transition: transform 0.2s ease-out;
}
.nav-link__caret svg {
  display: block;
  width: 10px;
  height: 6px;
}
@media only screen and (max-width: 1599px) {
  .nav-link__caret svg {
    width: 14px;
    height: 8px;
  }
}

.nav-item.is-open .nav-link__caret {
  transform: rotate(180deg);
}

.nav-link__underline {
  display: block;
  width: 0;
  height: 3px;
  background-color: #EE403D;
  transition: width 0.2s ease-out;
}
@media only screen and (max-width: 1599px) {
  .nav-link__underline {
    display: none;
  }
}

.nav-link:hover .nav-link__underline,
.nav-link:focus-visible .nav-link__underline,
.nav-item.is-active > .nav-link .nav-link__underline,
.nav-item.is-open > .nav-link .nav-link__underline {
  width: 100%;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  z-index: 80;
  min-width: 320px;
  padding: 30px 20px;
  background-color: rgba(4, 90, 165, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, visibility 0.2s;
}
@media only screen and (max-width: 1599px) {
  .nav-dropdown {
    position: static;
    min-width: 0;
    padding: 0 0 8px;
    background: none;
    backdrop-filter: none;
    border-radius: 0;
    transform: none;
    transition: max-height 0.25s ease-out, opacity 0.2s ease-out;
    max-height: 0;
    overflow: hidden;
  }
}

.nav-dropdown--mega {
  width: 1494px;
  max-width: calc(100vw - 120px);
}
@media only screen and (min-width: 1600px) {
  .nav-dropdown--mega {
    position: fixed;
    left: 50%;
    top: 120px;
    transform: translate(-50%, 8px);
  }
}

@media only screen and (min-width: 1600px) {
  .nav-item.is-open > .nav-dropdown--mega {
    transform: translate(-50%, 0);
  }
}

.nav-item.is-open > .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 1599px) {
  .nav-item.is-open > .nav-dropdown {
    max-height: 1000px;
    transform: none;
  }
}

.nav-dropdown__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1599px) {
  .nav-dropdown__list {
    gap: 8px;
    padding-left: 12px;
  }
}

@media only screen and (min-width: 1600px) {
  .nav-dropdown--mega .nav-dropdown__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 20px;
  }
}

@media only screen and (min-width: 1600px) {
  .nav-dropdown--mega .nav-dropdown__item {
    margin-bottom: 0;
  }
}

.nav-dropdown__link.btn {
  width: fit-content;
  max-width: 100%;
  color: #FFFFFF;
}
.nav-dropdown__link.btn:hover, .nav-dropdown__link.btn:focus-visible {
  filter: none;
}
@media only screen and (max-width: 1599px) {
  .nav-dropdown__link.btn {
    justify-content: flex-start;
    background-color: rgba(35, 31, 32, 0.08);
    color: #231F20;
  }
}

.nav-search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  background: none;
  border: 0;
  color: #231F20;
  cursor: pointer;
}
.nav-search-toggle svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1599px) {
  .nav-search-toggle {
    display: none;
  }
}

.nav-search-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 1599px) {
  .nav-search-wrap {
    display: block;
    width: 100%;
    margin-top: 12px;
  }
}

@media only screen and (min-width: 1600px) {
  .nav-search {
    position: absolute;
    top: calc(100% + 18px);
    right: 0;
    z-index: 80;
    width: 360px;
    max-width: calc(100vw - 120px);
    padding: 30px 20px;
    background-color: rgba(4, 90, 165, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 40px;
  }
}
@media only screen and (max-width: 1599px) {
  .nav-search {
    width: 100%;
  }
  .nav-search[hidden] {
    display: block;
  }
}
.nav-search .search-form {
  display: flex;
  gap: 10px;
  align-items: center;
}
.nav-search .search-form__label {
  flex: 1;
  display: block;
}
.nav-search .search-field {
  width: 100%;
  height: 36px;
  padding: 0 16px;
  border: 1px solid rgba(35, 31, 32, 0.25);
  border-radius: 50px;
  background-color: #FFFFFF;
  color: #231F20;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
}
.nav-search .search-field::placeholder {
  color: rgba(35, 31, 32, 0.6);
}
.nav-search .search-field:focus-visible {
  outline: 2px solid #F26822;
  outline-offset: 1px;
}
.nav-search .search-submit {
  flex-shrink: 0;
}
@media only screen and (min-width: 1600px) {
  .nav-search .search-submit {
    border-color: #FFFFFF;
    color: #FFFFFF;
  }
}

.nav-utility__list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-utility__list .menu-item.btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 1599px) {
  .nav-utility__list {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 16px;
  }
}

.menu-toggle {
  display: none;
}
@media only screen and (max-width: 1599px) {
  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 40px;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    z-index: 95;
  }
}

.menu-toggle__bars {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.menu-toggle__bar {
  height: 5px;
  width: 100%;
  border-radius: 1px;
}
.menu-toggle__bar:nth-child(1) {
  background-color: #045AA5;
}
.menu-toggle__bar:nth-child(2) {
  background-color: #EE403D;
}
.menu-toggle__bar:nth-child(3) {
  background-color: #F26822;
}

.menu-toggle__label {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: normal;
  color: #231F20;
}

.wp-block-spacer {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.wp-block-spacer.is-style-30-40px {
  height: 30px !important;
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-30-40px {
    height: 35px !important;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-spacer.is-style-30-40px {
    height: 40px !important;
  }
}
.wp-block-spacer.is-style-30-135px {
  height: 30px !important;
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-30-135px {
    height: 80px !important;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-spacer.is-style-30-135px {
    height: 135px !important;
  }
}
.wp-block-spacer.is-style-50-100px {
  height: 50px !important;
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-50-100px {
    height: 75px !important;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-spacer.is-style-50-100px {
    height: 100px !important;
  }
}
.wp-block-spacer.is-style-80-100px {
  height: 80px !important;
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-80-100px {
    height: 90px !important;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-spacer.is-style-80-100px {
    height: 100px !important;
  }
}
.wp-block-spacer.is-style-80-120px {
  height: 80px !important;
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-80-120px {
    height: 100px !important;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-spacer.is-style-80-120px {
    height: 120px !important;
  }
}
.wp-block-spacer.is-style-60-140px {
  height: 60px !important;
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-60-140px {
    height: 100px !important;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-spacer.is-style-60-140px {
    height: 140px !important;
  }
}
.wp-block-spacer.is-style-40-90px {
  height: 40px !important;
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-40-90px {
    height: 65px !important;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-spacer.is-style-40-90px {
    height: 90px !important;
  }
}
.wp-block-spacer.is-style-60-110px {
  height: 60px !important;
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-60-110px {
    height: 85px !important;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-spacer.is-style-60-110px {
    height: 110px !important;
  }
}
.wp-block-spacer.is-style-40-80px {
  height: 40px !important;
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-40-80px {
    height: 60px !important;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-spacer.is-style-40-80px {
    height: 80px !important;
  }
}

@media only screen and (min-width: 1400px) {
  #intro .wp-block-column {
    padding-left: 40px;
  }
}

/*# sourceMappingURL=main.css.map */
