/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0
}

html,
body {
  overflow-x: hidden !important
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased
}

@media screen and (min-width: 2000px) {
  html {
    font-size: 100%
  }
}

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

body {
  box-sizing: border-box;
  margin: 0px
}

::-moz-selection {
  background: #078bc7;
  color: #fff
}

::selection {
  background: #078bc7;
  color: #fff
}

::-moz-selection {
  background: #078bc7;
  color: #fff
}

::-webkit-selection {
  background: #078bc7;
  color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0
}

q::before,
q::after {
  display: none
}

button {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: none transparent;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

blockquote {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0
}

sup {
  font-size: 1rem
}

body,
.paragraph {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #5A5A5A
}

.paragraph-small {
  font-size: 1.2rem
}

.paragraph:not(:last-child),
.paragraph-small:not(:last-child) {
  margin-bottom: 2.4rem
}

.header-primary,
.header-secondary,
.header-tertiary,
.c-interior-nav__link {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1
}

.header-primary,
.header-secondary,
.header-tertiary,
.c-interior-nav__link,
.eyebrow {
  text-transform: uppercase
}

.header-primary,
.header-secondary {
  letter-spacing: .01rem
}

.header-primary {
  font-size: 4rem;
  text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  color: #fff
}

.header-secondary,
.header-tertiary,
.c-interior-nav__link,
.header-quaternary,
.u-icon-list__item {
  color: #191919
}

.header-secondary {
  display: block;
  font-size: 3.2rem;
  margin-bottom: 2.4rem
}

.header-tertiary,
.c-interior-nav__link {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
  line-height: 1.1875
}

.header-quaternary,
.u-icon-list__item {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem
}

.eyebrow {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #078bc7;
  letter-spacing: .4rem;
  font-size: 1.6rem;
  line-height: 1.2
}

.u-text-center.eyebrow,
.u-text-center .eyebrow {
  margin: 0 auto .4rem auto
}

.pull-quote,
.quote {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2
}

.pull-quote {
  font-size: 3.2rem
}

.quote {
  font-size: 2.4rem
}

.quote-cite {
  margin-top: 2.4rem;
  display: block;
  color: #191919
}

@media screen and (min-width: 425px) {
  .header-primary {
    font-size: 7.2rem
  }

  .header-secondary {
    font-size: 4.8rem
  }

  .header-tertiary,
  .c-interior-nav__link {
    font-size: 3.2rem
  }

  .pull-quote {
    font-size: 4rem
  }
}

.u-img-fluid {
  width: 100%;
  height: auto
}

.u-srt {
  display: none
}

.u-icon .material-icons-outlined,
.u-icon .material-icons {
  font-size: 4rem;
  color: #078bc7
}

.u-link {
  color: #078bc7;
  text-decoration: none
}

.u-link:hover,
.u-link:focus {
  text-decoration: underline
}

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

.u-list__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  width: calc(100% - 2.2rem)
}

.u-list__item:not(:last-child) {
  margin-bottom: .8rem
}

.u-list__item::before {
  content: 'chevron_right';
  height: 2.7rem;
  width: 1.8rem;
  font-family: 'Material Icons Outlined';
  margin-right: .4rem;
  color: #e51c24
}

.u-icon-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.u-icon-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.6rem 0
}

.u-icon-list .material-icons-outlined {
  color: #078bc7;
  font-size: 4rem;
  margin: 0 1.6rem 0 0
}

@media screen and (min-width: 992px) {
  .u-icon-list {
    -moz-columns: 3 auto;
    columns: 3 auto
  }
}

@media screen and (max-width: 991px) {
  .u-icon-list {
    -moz-columns: 2 auto;
    columns: 2 auto
  }
}

@media (max-width: 600px) {
  .u-icon-list {
    -moz-columns: 1 auto;
    columns: 1 auto
  }
}

.u-border {
  background: #004990;
  height: 10px;
  overflow: hidden;
  position: relative;
  width: 100%
}

.u-border::after,
.u-border::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transform: skewX(150deg);
  width: calc(35% + 5px)
}

.u-border::before {
  background-color: #e51c24;
  right: -5px
}

.u-border::after {
  background-color: #078bc7;
  left: 50%;
  transform: skewX(150deg) translateX(-50%)
}

.u-text-white {
  color: #fff
}

.u-text-blue {
  color: #078bc7
}

.u-text-red {
  color: #e51c24
}

.u-highlight {
  background-color: rgba(7, 138, 199, 0);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1)
}

.u-is-revealed.u-highlight {
  background-color: rgba(7, 138, 199, 0.2);
  transition-delay: .4s
}

.u-mb-large {
  margin-bottom: 6.4rem !important
}

.u-mb-medium {
  margin-bottom: 3.2rem !important
}

.u-mb-small {
  margin-bottom: 2.4rem !important
}

.u-mb-xsmall {
  margin-bottom: 1.6rem !important
}

.u-mt-large {
  margin-top: 6.4rem !important
}

.u-mt-medium {
  margin-top: 3.2rem !important
}

.u-mt-small {
  margin-top: 2.4rem !important
}

.u-mt-xsmall {
  margin-top: 1.6rem !important
}

.u-m-auto {
  margin-left: auto;
  margin-right: auto
}

.u-m-none {
  margin: 0 !important
}

.u-text-center {
  text-align: center !important
}

.u-text-left {
  text-align: left !important
}

.u-text-right {
  text-align: right !important
}

.u-img-load {
  position: relative;
  background-color: #EAECEE;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.u-img-reveal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #078bc7;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 100%, 0)
}

.u-is-revealed .u-img-load {
  opacity: 1;
  transition-delay: 0.7s
}

.u-is-revealed .u-img-reveal-bg {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
  opacity: 1
}

.c-accordion__item {
  margin-bottom: 2.4rem;
  padding: 3.2rem;
  border: #DDDFE0 solid 0.1rem
}

.c-accordion__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

.c-accordion__header:hover .accordion__close-wrapper::after {
  opacity: 1;
  width: 100%;
  height: 100%
}

.c-accordion__title {
  width: calc(100% - 5.6rem);
  margin-right: auto
}

.c-accordion__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3.2rem;
  width: 3.2rem;
  position: relative;
  color: #078bc7;
  transition: ease all 0.2s
}

.c-accordion__active .c-accordion__close {
  transform: rotate(-180deg)
}

.c-accordion__wrapper {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07)
}

.c-accordion__content {
  margin-top: 3.2rem
}

.c-btn {
  font-family: "Passion One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  text-decoration: none;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  border: solid .1rem;
  padding: 1.6rem 2.4rem;
  text-align: center;
  border-radius: .3rem;
  margin-top: 2.4rem;
  max-width: 100%;
  min-width: 20rem;
  overflow: hidden;
  transition: ease all 0.2s
}

.c-btn:not(:last-of-type) {
  margin-right: .8rem
}

.c-btn__text {
  font-family: "Passion One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  text-decoration: none;
  line-height: 1.2
}

.c-btn .material-icons {
  font-size: 1.8rem;
  margin-left: .4rem;
  transform: translateY(0.2rem)
}

.c-btn--red-ghost,
.c-btn--red {
  color: #fff
}

.c-btn--red-ghost,
.c-btn--red,
.c-btn--ghost {
  border-color: #e51c24
}

.c-btn--red-ghost:hover,
.c-btn--red-ghost:focus,
.c-btn--red:hover,
.c-btn--red:focus,
.c-btn--ghost:hover,
.c-btn--ghost:focus {
  background-color: #b90a14;
  border-color: #b90a14;
  color: #fff
}

.c-btn--red {
  background-color: #e51c24
}

.c-btn--ghost {
  color: #e51c24
}

.c-card {
  background-color: #EAECEE;
  padding: 4rem;
  height: 100%
}

.mfp-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed !important;
  top: 0 !important
}

.c-popup {
  background: #fff;
  padding: 2.4rem;
  max-width: 55rem;
  margin: 4rem auto;
  position: relative
}

.c-popup button.mfp-close {
  background-color: #e51c24;
  color: #fff;
  border-radius: 0 0 0 .3rem;
  opacity: 1;
  transition: ease all 0.2s
}

.c-popup button.mfp-close:hover {
  background-color: #b90a14
}

@media screen and (min-width: 768px) {
  .c-popup {
    padding: 3.2rem
  }
}

.c-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.c-social__item {
  display: inline-block;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem
}

.c-social__item:not(:last-child) {
  padding-right: 1.6rem
}

.c-social__link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  border: solid 0.1rem #fff;
  background-color: #fff;
  color: #1F2833;
  text-decoration: none;
  font-size: 1.6rem;
  transition: ease all 0.2s
}

.c-social__link:hover,
.c-social__link:focus {
  color: #e51c24
}

.c-testimonial-slider {
  position: relative
}

.c-testimonial-slider__slider--content {
  background-color: #EAECEE;
  width: 100%;
  margin: -24rem 0 0 auto
}

.c-testimonial-slider__slider--imgs {
  width: calc(100% - 3.2rem);
  background-color: #078bc7
}

.c-testimonial-slider__img {
  position: relative;
  width: 100%;
  height: 45rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.c-testimonial-slider__item {
  position: relative;
  padding: 4rem
}

.c-testimonial-slider__item::before {
  content: 'format_quote';
  position: relative;
  font-family: 'Material Icons Outlined';
  transform: scale(-1, -1);
  color: #078bc7;
  font-size: 4rem;
  line-height: 1
}

.c-testimonial-slider__nav {
  position: absolute;
  right: 0;
  top: 4.4rem;
  z-index: 4
}

.c-testimonial-slider__nav button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #e51c24;
  height: 8.8rem;
  width: 8.8rem;
  transition: ease all 0.2s
}

.c-testimonial-slider__nav button:not(:first-child) {
  border-top: 0.1rem solid #fff
}

.c-testimonial-slider__nav button:hover {
  background-color: #b90a14
}

@media screen and (min-width: 768px) {
  .c-testimonial-slider__nav {
    top: 24.4rem
  }

  .c-testimonial-slider__slider--imgs {
    width: calc(100% - 8.8rem)
  }

  .c-testimonial-slider__slider--content {
    width: 60%
  }

  .c-testimonial-slider__img {
    height: 65rem
  }

  .c-testimonial-slider__item {
    padding: 6.4rem 6.4rem 6.4rem 16rem
  }

  .c-testimonial-slider__item::before {
    position: absolute;
    font-size: 8rem;
    top: 6.4rem;
    left: 6rem
  }
}

@media screen and (min-width: 1024px) {
  .c-testimonial-slider__nav {
    right: 7.2rem
  }

  .c-testimonial-slider__slider--imgs {
    width: calc(100% - 16rem)
  }

  .c-testimonial-slider__item {
    padding: 8rem 8rem 8rem 16rem
  }
}

.c-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.c-timeline__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1;
  color: #e51c24
}

.c-timeline__item:not(:last-child)::after {
  content: '\f1e3';
  font-family: 'Material Icons Outlined';
  display: block;
  color: #078bc7;
  font-size: 3rem;
  padding: 1rem 0
}

@media screen and (min-width: 992px) {
  .c-timeline {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center
  }

  .c-timeline__item {
    width: 14%;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 2rem
  }

  .c-timeline__item:not(:last-child) {
    padding-right: 3rem
  }

  .c-timeline__item:not(:last-child)::after {
    content: '\f1df';
    padding: 0;
    font-size: 2rem
  }

  .c-timeline__content {
    width: calc(100% - 3.8rem);
    margin-right: auto
  }
}

.c-iframe__content {
  width: 100%;
  height: 100%
}

.c-iframe__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5rem;
  width: 100%
}

.c-iframe__border {
  width: 45vw;
  height: 90vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 1rem 1rem 1rem;
  background-color: #e51c24
}

.c-iframe__question {
  padding: 1rem 0 1rem 2rem;
  position: relative;
  color: #fff;
  font-size: 1.3rem;
  font-style: italic
}

.c-iframe__question::before {
  content: "";
  width: 0.1875em;
  border-radius: 1em;
  height: 50%;
  position: absolute;
  left: 0.2em;
  background-color: #fff;
  transform: translateY(-50%);
  top: 50%
}

@media screen and (min-width: 768px) {
  .c-iframe__border {
    height: 40vw;
    width: 20vw
  }

  .c-iframe__wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .c-iframe__question {
    font-size: 1.2rem
  }
}

@media screen and (min-width: 1440px) {
  .c-iframe__border {
    width: 25vw;
    height: 50vw
  }

  .c-iframe__question {
    font-size: 1.7rem
  }
}

@media screen and (min-width: 2000px) {
  .c-iframe__content {
    height: 100%
  }

  .c-iframe__border {
    width: 15vw;
    height: 30vw
  }

  .c-iframe__wrapper {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 70%
  }

  .c-iframe__question {
    padding: 1rem 0 1rem 1rem;
    font-size: 1.2rem
  }
}

.l-col {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  width: 100%
}

@media screen and (min-width: 768px) {
  .l-col:not(:last-child) {
    padding-right: 3rem
  }

  .l-col__sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .l-col__sm-11 {
    -ms-flex: 0 0 91.6666667%;
    flex: 0 0 91.6666667%;
    max-width: 91.6666667%
  }

  .l-col__sm-10 {
    -ms-flex: 83.333333%;
    flex: 83.333333%;
    max-width: 83.333333%
  }

  .l-col__sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .l-col__sm-8 {
    -ms-flex: 0 0 66.6666667%;
    flex: 0 0 66.6666667%;
    max-width: 66.6666667%
  }

  .l-col__sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .l-col__sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .l-col__sm-5 {
    -ms-flex: 0 0 41.6666667%;
    flex: 0 0 41.6666667%;
    max-width: 41.6666667%
  }

  .l-col__sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .l-col__sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .l-col__sm-2 {
    -ms-flex: 0 0 16.6666667%;
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%
  }

  .l-col__sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
}

@media screen and (min-width: 1024px) {
  .l-col__md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .l-col__md-11 {
    -ms-flex: 0 0 91.6666667%;
    flex: 0 0 91.6666667%;
    max-width: 91.6666667%
  }

  .l-col__md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .l-col__md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .l-col__md-8 {
    -ms-flex: 0 0 66.6666667%;
    flex: 0 0 66.6666667%;
    max-width: 66.6666667%
  }

  .l-col__md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .l-col__md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .l-col__md-5 {
    -ms-flex: 0 0 41.6666667%;
    flex: 0 0 41.6666667%;
    max-width: 41.6666667%
  }

  .l-col__md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .l-col__md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .l-col__md-2 {
    -ms-flex: 0 0 16.6666667%;
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%
  }

  .l-col__md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
}

@media screen and (min-width: 1440px) {
  .l-col__lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .l-col__lg-11 {
    -ms-flex: 0 0 91.6666667%;
    flex: 0 0 91.6666667%;
    max-width: 91.6666667%
  }

  .l-col__lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .l-col__lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .l-col__lg-8 {
    -ms-flex: 0 0 66.6666667%;
    flex: 0 0 66.6666667%;
    max-width: 66.6666667%
  }

  .l-col__lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .l-col__lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .l-col__lg-5 {
    -ms-flex: 0 0 41.6666667%;
    flex: 0 0 41.6666667%;
    max-width: 41.6666667%
  }

  .l-col__lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .l-col__lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .l-col__lg-2 {
    -ms-flex: 0 0 16.6666667%;
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%
  }

  .l-col__lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
}

@media screen and (max-width: 767px) {
  .l-col:not(:last-child) {
    padding-bottom: 3rem
  }
}

.l-container {
  position: relative;
  padding: 0 3.2rem
}

@media screen and (min-width: 768px) {
  .l-container {
    padding: 0 6.4rem
  }
}

@media screen and (min-width: 1024px) {
  .l-container {
    padding: 0 8rem
  }
}

.l-hero {
  position: relative;
  overflow: hidden;
  margin-top: 8rem
}

.l-hero__border {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4
}

.l-hero .eyebrow,
.l-hero .header-tertiary,
.l-hero .c-interior-nav__link {
  color: #fff
}

.l-hero .header-tertiary,
.l-hero .c-interior-nav__link {
  margin-top: .8rem;
  text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25)
}

.l-hero--large {
  min-height: 72rem;
  height: 90vh
}

.l-hero--medium {
  min-height: 60rem;
  height: 75vh
}

.l-hero--small {
  background-color: #078bc7;
  padding: 10.4rem 0
}

.l-hero__overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(25, 25, 25, 0) 100%);
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: ease all 0.2s;
  transition-delay: .4s;
  z-index: 2
}

.l-hero__overlay::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07);
  transition-delay: .4s;
  z-index: 3
}

.l-hero__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #fff;
  padding: 0 3.2rem
}

.l-hero__content,
.l-hero__container {
  position: relative;
  z-index: 3
}

.l-hero__content {
  color: #fff
}

.l-hero__img-wrapper,
.l-hero__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.l-hero__img-wrapper {
  background-color: #078bc7
}

.l-hero__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform: translateY(-20rem);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s
}

.l-hero__header {
  transform: translateY(10rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1)
}

@media screen and (min-width: 768px) {
  .l-hero__container {
    padding: 0 5.6rem;
    max-width: 80%
  }
}

@media screen and (min-width: 1024px) {
  .l-hero {
    margin-top: 10rem
  }

  .l-hero__container {
    padding: 0 8.8rem;
    max-width: 66%
  }
}

.on-load .l-hero__header {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: .8s
}

.on-load .l-hero__img {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .3s
}

.on-load .l-hero__overlay {
  opacity: 1;
  transition-delay: .4s
}

.on-load .l-hero__overlay::after {
  opacity: 1;
  transition-delay: .4s
}

.l-img-banner {
  position: relative;
  z-index: 6
}

.l-img-banner__img-wrapper {
  position: relative;
  min-height: 60rem;
  width: calc(100% - 3.2rem);
  box-shadow: 0.3rem 0.4rem 0.8rem rgba(0, 0, 0, 0.25);
  background-color: #EAECEE;
  overflow: hidden
}

.l-img-banner__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

@media screen and (min-width: 768px) {
  .l-img-banner__img-wrapper {
    width: calc(100% - 8.8rem)
  }
}

@media screen and (min-width: 1024px) {
  .l-img-banner__img-wrapper {
    width: calc(100% - 16rem)
  }
}

.l-img-info__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center
}

.l-img-info__row:not(:first-child) {
  margin-top: 6.4rem
}

.l-img-info__img-wrapper {
  min-height: 53.2rem;
  position: relative;
  background-color: #EAECEE;
  height: 100%;
  overflow: hidden;
  box-shadow: 0.3rem 0.4rem 0.8rem rgba(0, 0, 0, 0.25)
}

.l-img-info__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.l-img-info__banner {
  position: absolute;
  background-color: #078bc7;
  color: #fff;
  padding: 2.4rem;
  bottom: 0;
  left: 0;
  z-index: 1
}

@media screen and (min-width: 768px) {
  .l-img-info .l-col__sm-6 {
    padding: 0
  }

  .l-img-info__banner {
    width: 80%;
    padding: 4rem 3.2rem
  }

  .l-img-info__content {
    padding: 0 6.4rem
  }

  .l-img-info__content--offset {
    margin-bottom: 10rem
  }

  .l-img-info__row {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .l-img-info__row--reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
}

@media screen and (min-width: 1024px) {
  .l-img-info__content {
    padding: 0 8rem
  }
}

@media screen and (max-width: 767px) {
  .l-img-info__img-wrapper {
    width: 100%
  }

  .l-img-info__content {
    padding: 0 4rem
  }
}

.l-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.l-row__wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.l-row__justify-center {
  -ms-flex-pack: center;
  justify-content: center
}

.l-row__justify-end {
  -ms-flex-pack: end;
  justify-content: end
}

.l-row--offset {
  margin: -10rem auto 0 auto;
  width: calc(100% - 6.4rem);
  z-index: 2
}

@media screen and (min-width: 768px) {
  .l-row {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .l-row__start {
    -ms-flex-align: start;
    align-items: flex-start
  }

  .l-row__align-center {
    -ms-flex-align: center;
    align-items: center
  }
}

@media screen and (min-width: 1024px) {
  .l-row--offset {
    width: calc(100% - 16rem)
  }
}

@media screen and (min-width: 1440px) {
  .l-row--offset {
    width: calc(100% - 32rem)
  }
}

.l-img-row {
  z-index: 4
}

.l-img-row__img-wrapper {
  min-height: 40rem;
  position: relative;
  background-color: #EAECEE;
  height: 100%;
  overflow: hidden;
  box-shadow: 0.3rem 0.4rem 0.8rem rgba(0, 0, 0, 0.25)
}

.l-img-row__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

@media screen and (max-width: 767px) {
  .l-img-row .l-col:not(:first-child) {
    display: none
  }
}

.footer {
  background-color: #004990
}

.footer .l-col:not(:last-child) {
  padding: 0
}

.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.footer-nav__item {
  display: block;
  line-height: 1
}

.footer-nav__link {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 1.6rem;
  transition: ease all 0.2s
}

.footer-nav__link::after {
  content: "";
  position: absolute;
  height: .1rem;
  width: 0;
  right: 0;
  bottom: -1rem;
  background-color: #fff;
  transition: width 0.25s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s
}

.footer-nav__link:hover::after,
.footer-nav__link:focus::after {
  width: 100%;
  left: 0
}

.footer__disclosure {
  max-width: 100%;
  width: 80%;
  margin: 0 auto;
  text-align: center
}

.footer__container:first-child {
  padding-top: 6.4rem;
  padding-bottom: 3.2rem;
  background-color: #1F2833
}

.footer__container:last-child {
  padding-top: 3.2rem;
  padding-bottom: 6.4rem;
  background-color: #000
}

@media screen and (min-width: 425px) {
  .footer-nav__item {
    display: inline-block;
    padding: 0 1rem
  }
  .c-social{
    padding-left: 1rem;
  }

  .footer-nav__item {
    border-right: solid 0.3rem #fff
  }

  .footer-nav__item:first-child {
    padding: 0 1rem 0 0
  }

  /* .footer-nav__item:last-child {
    padding: 0 0 0 1rem
  } */
  
}

@media screen and (min-width: 1440px) {
  .footer-nav {
    text-align: left
  }

  .footer-nav__item {
    padding: 0 4rem
  }
  .c-social{
    padding-left: 4rem;
  }

  .footer-nav__item:first-child {
    padding: 0 4rem 0 0
  }

  /* .footer-nav__item:last-child {
    padding: 0 0 0 4rem
  } */

  .footer .c-social {
    text-align: right
  }
}

@media screen and (max-width: 1439px) {

  .footer-nav,
  .footer .c-social {
    text-align: center
  }

  .footer .c-social {
    margin-top: 2.4rem
  }
}

@media screen and (max-width: 424px) {
  .footer-nav__item:not(:last-child) {
    margin-bottom: 1.6rem
  }
}

.nav {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  background-color: #fff;
  box-shadow: 0.3rem 0.4rem 0.8rem rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  transition: ease all 0.2s;
  z-index: 99
}

.nav__logo {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-decoration: none
}

.nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%
}

.nav__item,
.nav__link {
  display: block
}

.nav__link {
  display: inline-block;
  color: #004990;
  font-family: "Passion One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  text-decoration: none;
  line-height: 1.2;
  transition: ease all 0.2s
}

.nav__link:hover,
.nav__link:focus,
.nav__link.active {
  color: #078bc7
}

.nav__btn {
  margin: 0;
  min-width: 12rem
}

@media screen and (min-width: 992px) {
  .nav {
    padding: 0 3.2rem
  }

  .nav__header {
    width: 30rem;
    height: 100%
  }

  .nav__wrapper {
    width: calc(100% - 33rem);
    margin-left: auto
  }

  .nav__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
  }

  .nav__item {
    display: inline-block;
    padding: 0 1.2vw
  }

  .nav__item--btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 0 0 1.2vw
  }

  .nav__link {
    text-align: center
  }
}

@media screen and (min-width: 2000px) {
  .nav__item {
    padding: 0 2vw
  }
}

@media screen and (max-width: 991px) {
  .nav {
    height: 8rem
  }

  .nav__header {
    position: relative;
    padding: 0 3.2rem;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    z-index: 999
  }

  .nav__logo {
    width: 21.3rem
  }

  .nav__list {
    position: fixed;
    display: none;
    width: 100%;
    background: #EAECEE;
    padding: 25vh 3.2rem 3.2rem 3.2rem;
    top: 0;
    right: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 99
  }

  .nav__trigger {
    position: relative;
    width: 4.2rem
  }

  .nav__trigger:hover .nav__burger-bar {
    background-color: #078bc7
  }

  .nav__trigger:hover .nav__burger-bar--1 {
    transform: translateY(-0.2rem)
  }

  .nav__trigger:hover .nav__burger-bar--3 {
    transform: translateY(0.2rem)
  }

  .nav__trigger.active .nav__burger-bar--1 {
    transform: translateY(1.3rem) rotate(-45deg)
  }

  .nav__trigger.active .nav__burger-bar--2 {
    opacity: 0
  }

  .nav__trigger.active .nav__burger-bar--3 {
    transform: translateY(-1.3rem) rotate(45deg)
  }

  .nav__burger {
    display: block
  }

  .nav__burger-bar {
    display: block;
    width: 4.2rem;
    height: 0.3rem;
    background-color: #004990;
    transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07)
  }

  .nav__burger-bar:not(:first-child) {
    margin-top: 1rem
  }

  .nav__item:not(:last-child) {
    margin-bottom: 3.2rem
  }

  .nav__link,
  .nav__btn {
    font-size: 2.4rem
  }
}

@media screen and (min-width: 992px) {
  .scrolled .nav {
    height: 8rem
  }
}

.c-interior-nav {
  border-bottom: solid #DDDFE0 0.1rem;
  padding: 0 0 2.4rem 0
}

.c-interior-nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  list-style: none;
  margin: 0;
  padding: 0
}

.c-interior-nav__item {
  width: 100%;
  display: block
}

.c-interior-nav__link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0
}

.c-interior-nav__link::after {
  content: "";
  position: absolute;
  height: 0.3rem;
  width: 0;
  right: 0;
  bottom: -1rem;
  background-color: #078bc7;
  transition: width 0.25s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s
}

.c-interior-nav__link:hover::after {
  width: 100%;
  left: 0
}

.c-interior-nav .material-icons-outlined {
  color: #078bc7;
  font-size: 4rem;
  margin: 0 1.6rem 0 0
}

@media screen and (min-width: 768px) {
  .c-interior-nav {
    padding: 0 0 4rem 0
  }

  .c-interior-nav__list {
    -ms-flex-flow: row;
    flex-flow: row
  }

  .c-interior-nav__item {
    display: inline-block;
    width: 50%
  }

  .c-interior-nav__link::after {
    bottom: -4rem
  }
}

@media screen and (max-width: 767px) {
  .c-interior-nav__item:not(:last-child) {
    margin: 0 0 3.2rem 0
  }
}

.nav__header a img {
  -webkit-max-logical-width: 200px
}

@media screen and (min-width: 2000px) {
  .nav__header a img {
    -webkit-max-logical-width: 300px
  }
}

@media screen and (max-width: 767px) {
  .nav__header a img {
    -webkit-max-logical-width: 150px
  }
}

.p-section {
  position: relative
}

.p-section__full {
  padding: 8rem 0
}

.p-section__half {
  padding-top: 8rem
}

.p-section__intro {
  margin-top: -10rem
}

.p-section__bg-grey {
  z-index: 4
}

.p-section__bg-grey .l-img-banner::before {
  content: '';
  position: absolute;
  background-color: #fff;
  height: 16rem;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 0
}

.p-section__bg-grey .l-container,
.p-section__bg-grey .p-section__border,
.p-section__bg-grey::after {
  width: calc(100% - 3.2rem)
}

.p-section__bg-grey .l-container {
  padding: 6.4rem 4rem;
  margin-left: auto;
  z-index: 5
}

.p-section__bg-grey::after {
  content: '';
  background-color: #EAECEE;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}

.p-section__border {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4
}

@media screen and (min-width: 768px) {
  .p-section__full {
    padding: 10rem 0
  }

  .p-section__half {
    padding-top: 10rem
  }

  .p-section__bg-grey .l-container,
  .p-section__bg-grey::after,
  .p-section__bg-grey .p-section__border {
    width: calc(100% - 8.8rem)
  }

  .p-section__bg-grey .l-container {
    padding: 8rem 6.4rem
  }
}

@media screen and (min-width: 1024px) {
  .p-section__half {
    padding-top: 14rem
  }

  .p-section__full {
    padding: 14rem 0
  }

  .p-section__bg-grey .l-container,
  .p-section__bg-grey::after,
  .p-section__bg-grey .p-section__border {
    width: calc(100% - 16rem)
  }

  .p-section__bg-grey .l-container {
    padding: 8rem
  }
}