@charset "UTF-8";
/* stylelint-disable order/order */
/* stylelint-enable order/order */
/****************
 * Fonts
 ****************/
/****************
 * Paints
 ****************/
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
@font-face {
  font-weight: 400;
  font-family: iconfont-mgo;
  font-style: normal;
  src: url(../../fonts/iconfont-mgo/iconfont-mgo.eot?oy19w);
  src: url(../../fonts/iconfont-mgo/iconfont-mgo.eot?oy19w#iefix) format("eot"), url(../../fonts/iconfont-mgo/iconfont-mgo.woff2?oy19w) format("woff2"), url(../../fonts/iconfont-mgo/iconfont-mgo.woff?oy19w) format("woff"), url(../../fonts/iconfont-mgo/iconfont-mgo.ttf?oy19w) format("truetype"), url(../../fonts/iconfont-mgo/iconfont-mgo.svg?oy19w#iconfont-mgo) format("svg");
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-mgo";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-line order/properties-alphabetical-order */
  -webkit-font-smoothing: antialiased;
  /* stylelint-disable-line order/properties-alphabetical-order */
}

.icon-arrow-downward::before {
  content: "\ea01";
}

.icon-arrow-external::before {
  content: "\ea02";
}

.icon-arrow-left::before {
  content: "\ea03";
}

.icon-arrow-right::before {
  content: "\ea04";
}

.icon-arrow-upward::before {
  content: "\ea05";
}

.icon-briefcase::before {
  content: "\ea06";
}

.icon-calendar::before {
  content: "\ea07";
}

.icon-cancel::before {
  content: "\ea08";
}

.icon-cart::before {
  content: "\ea09";
}

.icon-check-box-checked::before {
  content: "\ea0a";
}

.icon-check-box-unchecked::before {
  content: "\ea0b";
}

.icon-check-circle::before {
  content: "\ea0c";
}

.icon-check::before {
  content: "\ea0d";
}

.icon-chev-collapse::before {
  content: "\ea0e";
}

.icon-chev-expand::before {
  content: "\ea0f";
}

.icon-chev-left::before {
  content: "\ea10";
}

.icon-chev-right::before {
  content: "\ea11";
}

.icon-clear::before {
  content: "\ea12";
}

.icon-client::before {
  content: "\ea13";
}

.icon-close::before {
  content: "\ea14";
}

.icon-cursor::before {
  content: "\ea15";
}

.icon-download::before {
  content: "\ea16";
}

.icon-dribbble::before {
  content: "\ea17";
}

.icon-drop-down::before {
  content: "\ea18";
}

.icon-drop-up::before {
  content: "\ea19";
}

.icon-email::before {
  content: "\ea1a";
}

.icon-error::before {
  content: "\ea1b";
}

.icon-facebook::before {
  content: "\ea1c";
}

.icon-filter-list::before {
  content: "\ea1d";
}

.icon-image::before {
  content: "\ea1e";
}

.icon-instagram::before {
  content: "\ea1f";
}

.icon-launch-external::before {
  content: "\ea20";
}

.icon-link::before {
  content: "\ea21";
}

.icon-linkedin::before {
  content: "\ea22";
}

.icon-maximize::before {
  content: "\ea23";
}

.icon-menu-down::before {
  content: "\ea24";
}

.icon-menu-left::before {
  content: "\ea25";
}

.icon-menu-right::before {
  content: "\ea26";
}

.icon-menu-up::before {
  content: "\ea27";
}

.icon-menu::before {
  content: "\ea28";
}

.icon-minimize::before {
  content: "\ea29";
}

.icon-pdf::before {
  content: "\ea2a";
}

.icon-phone::before {
  content: "\ea2b";
}

.icon-play::before {
  content: "\ea2c";
}

.icon-quote::before {
  content: "\ea2d";
}

.icon-radio-button-checked::before {
  content: "\ea2e";
}

.icon-radio-button-unchecked::before {
  content: "\ea2f";
}

.icon-search::before {
  content: "\ea30";
}

.icon-social-facebook::before {
  content: "\ea31";
}

.icon-social-instagram::before {
  content: "\ea32";
}

.icon-social-linkedin::before {
  content: "\ea33";
}

.icon-social-twitter::before {
  content: "\ea34";
}

.icon-social-youtube::before {
  content: "\ea35";
}

.icon-twitter::before {
  content: "\ea36";
}

.icon-upload::before {
  content: "\ea37";
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #003d4c;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #4f758b;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 36rem;
}
@media (min-width: 36rem) {
  .container {
    max-width: 48rem;
  }
}
@media (min-width: 48rem) {
  .container {
    max-width: 62rem;
  }
}
@media (min-width: 62rem) {
  .container {
    max-width: 75rem;
  }
}
@media (min-width: 75rem) {
  .container {
    max-width: 89.5rem;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 36rem) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 48rem) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 62rem) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 75rem) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 89.5rem) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 36rem) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 48rem) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 62rem) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 75rem) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 89.5rem) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 36rem) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 48rem) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 62rem) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 75rem) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 89.5rem) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

/*! normalize.css v6.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1rem 2.5rem;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  box-sizing: content-box;
  /* 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-size: 1rem;
  /* 2 */
  font-family: monospace;
  /* 1 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

/**
 * 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-size: 1rem;
  /* 2 */
  font-family: monospace;
  /* 1 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  color: #fff;
  background-color: #006bb2;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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: 0.0625rem dotted ButtonText;
}

/**
 * 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 {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
  /* 2 */
  box-sizing: border-box;
  /* 1 */
}

/**
 * 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] {
  outline-offset: 0.125rem;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Base styles that aim to normalize fonts, and display of elements
 * across browsers, and make writing further styles easier.
 */
/* Set font and clear body padding */
html,
button,
input,
select,
textarea {
  font-family: "Source Sans Pro", sans-serif;
}

body {
  min-width: 20rem;
  margin: 0;
  color: #003d4c;
  font-family: "Source Sans Pro", sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: clamp(1rem, 0.7108433735rem + 0.6024096386vw, 1.25rem);
  font-family: "Source Sans Pro", sans-serif;
  line-height: clamp(1.5rem, 0.921686747rem + 1.2048192771vw, 2rem);
}
@media (max-width: 47.98rem) {
  body {
    font-size: 1rem;
    line-height: 1.5;
  }
}
body::before {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 9998;
  display: block;
  background: rgba(34, 31, 32, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}
body.search-open::before {
  opacity: 1;
  pointer-events: auto;
}

/* Setting sizes is much more predictable with border-box */
*, *::before, *::after {
  box-sizing: border-box;
}

figure {
  margin: 0;
}

/* Make all images responsive */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

hr {
  margin: 3rem 0;
  border-top: 1px solid #4b4f54;
}
@media (min-width: 48rem) {
  hr {
    margin: 5rem 0;
  }
}

/* Normalize links across browsers */
a {
  color: #285772;
  text-decoration: none;
  transition: color 0.2s linear;
}
a:hover {
  text-decoration: none;
}
a:not([class]) {
  text-decoration: underline;
  word-wrap: break-word;
}
a:not([class]):hover, a:not([class]):focus {
  text-decoration: underline;
}
a:not([class]) img {
  border: 0;
}

a:focus,
a:hover {
  color: #4f758b;
  text-decoration: none;
}

.tablet-checker {
  display: none;
}
@media (max-width: 61.98rem) {
  .tablet-checker {
    display: block;
  }
}

@media (max-width: 47.98rem) {
  .container-fluid {
    padding: 0 1.25rem;
  }
}

@media (max-width: 61.98rem) {
  .row {
    margin: 0 -0.625rem;
  }
}
@media (max-width: 35.98rem) {
  .row {
    margin: 0 -0.46875rem;
  }
}

@media (max-width: 61.98rem) {
  *[class*=col-] {
    padding: 0 0.625rem;
  }
}
@media (max-width: 35.98rem) {
  *[class*=col-] {
    padding: 0 0.46875rem;
  }
}

#page {
  position: relative;
}

/* Set custom outline styles */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
html.user-tab-nav a:focus,
html.user-tab-nav button:focus,
html.user-tab-nav input:focus,
html.user-tab-nav select:focus,
html.user-tab-nav textarea:focus {
  outline: 0.125rem solid #7aacfe;
  outline-offset: 0;
}

button {
  margin: 0;
  padding: 0;
  color: inherit;
  border: none;
  background: transparent;
  appearance: none;
}

.visually-hidden {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  pointer-events: none;
}

/**
 * WordPress specific base styles.
 */
.gm-style img {
  max-width: none;
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Make WordPress media inserted to post behave correctly */
/* Make a 404 page look nicer and more readable */
.error404 {
  text-align: center;
}
.error404 ul {
  text-align: left;
}

.navigation.pagination {
  clear: both;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  padding: 0.3125rem 0;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

.display,
.has-display-font-size {
  font-weight: 400;
  font-size: clamp(2.5rem, 0.765060241rem + 3.6144578313vw, 4rem);
  font-family: "Georgia", serif;
  line-height: clamp(2.75rem, 0.7259036145rem + 4.2168674699vw, 4.5rem);
  margin-bottom: clamp(1rem, 0.421686747rem + 1.2048192771vw, 1.5rem);
}

h1,
.t1,
.has-t-1-font-size {
  font-weight: 400;
  font-size: clamp(2.5rem, 1.0542168675rem + 3.0120481928vw, 3.75rem);
  font-family: "Georgia", serif;
  line-height: clamp(2.75rem, 0.7259036145rem + 4.2168674699vw, 4.5rem);
  margin-bottom: clamp(1rem, 0.421686747rem + 1.2048192771vw, 1.5rem);
}

h2,
.t2,
.has-t-2-font-size {
  font-weight: 400;
  font-size: clamp(2rem, 0.265060241rem + 3.6144578313vw, 3.5rem);
  font-family: "Georgia", serif;
  line-height: clamp(2.625rem, 1.3237951807rem + 2.7108433735vw, 3.75rem);
  margin-bottom: clamp(1rem, 0.421686747rem + 1.2048192771vw, 1.5rem);
}
p:not(.has-overline-font-size) + h2.has-t-2-font-size, p:not(.has-overline-font-size) + h2:not([class*=-font-size]), *:not(p):not(.acf-block) + h2,
p:not(.has-overline-font-size) + .t2.has-t-2-font-size,
p:not(.has-overline-font-size) + .t2:not([class*=-font-size]),
*:not(p):not(.acf-block) + .t2,
p:not(.has-overline-font-size) + .has-t-2-font-size.has-t-2-font-size,
p:not(.has-overline-font-size) + .has-t-2-font-size:not([class*=-font-size]),
*:not(p):not(.acf-block) + .has-t-2-font-size {
  margin-top: clamp(2.5rem, 1.921686747rem + 1.2048192771vw, 3rem);
}

h3,
.t3,
.has-t-3-font-size {
  font-weight: 400;
  font-size: clamp(1.5rem, -0.234939759rem + 3.6144578313vw, 3rem);
  font-family: "Georgia", serif;
  line-height: clamp(2rem, -0.0240963855rem + 4.2168674699vw, 3.75rem);
  margin-bottom: 1rem;
}
p + h3, *:not(p):not(.acf-block) + h3,
p + .t3,
*:not(p):not(.acf-block) + .t3,
p + .has-t-3-font-size,
*:not(p):not(.acf-block) + .has-t-3-font-size {
  margin-top: 1rem;
}

h4,
.t4,
.has-t-4-font-size {
  font-weight: 400;
  font-size: clamp(1.25rem, 0.3825301205rem + 1.8072289157vw, 2rem);
  font-family: "Source Sans Pro", sans-serif;
  line-height: clamp(1.5rem, 0.343373494rem + 2.4096385542vw, 2.5rem);
  margin-bottom: 0.5rem;
}
p + h4, *:not(p):not(.acf-block) + h4,
p + .t4,
*:not(p):not(.acf-block) + .t4,
p + .has-t-4-font-size,
*:not(p):not(.acf-block) + .has-t-4-font-size {
  margin-top: 1rem;
}

.has-t-4-serif-font-size {
  font-weight: 400;
  font-size: clamp(1.25rem, -0.3403614458rem + 3.313253012vw, 2.625rem);
  font-family: "Georgia", serif;
  line-height: 1.142857;
  margin-bottom: 0.5rem;
}

h5,
.t5,
.has-t-5-font-size {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.0075301205rem + 1.8072289157vw, 1.625rem);
  font-family: "Georgia", serif;
  line-height: clamp(1.25rem, 0.3825301205rem + 1.8072289157vw, 2rem);
  margin-bottom: 0.5rem;
}
p + h5, *:not(p):not(.acf-block) + h5,
p + .t5,
*:not(p):not(.acf-block) + .t5,
p + .has-t-5-font-size,
*:not(p):not(.acf-block) + .has-t-5-font-size {
  margin-top: 1rem;
}

h6,
.t6,
.has-t-6-font-size {
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.2868975904rem + 1.3554216867vw, 1.5rem);
  font-family: "Georgia", serif;
  line-height: clamp(1.5rem, 0.921686747rem + 1.2048192771vw, 2rem);
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
}
p + h6, *:not(p):not(.acf-block) + h6,
p + .t6,
*:not(p):not(.acf-block) + .t6,
p + .has-t-6-font-size,
*:not(p):not(.acf-block) + .has-t-6-font-size {
  margin-top: 1rem;
}
p:not([class]) + h6,
p:not([class]) + .t6,
p:not([class]) + .has-t-6-font-size {
  margin-top: 0.5rem;
}

p:last-child {
  margin-bottom: 0;
}
p:not([class*=-font-size]) {
  font-weight: 400;
  font-size: clamp(1rem, 0.7108433735rem + 0.6024096386vw, 1.25rem);
  font-family: "Source Sans Pro", sans-serif;
  line-height: clamp(1.5rem, 0.921686747rem + 1.2048192771vw, 2rem);
  margin-bottom: 1.5rem;
}
p:not([class*=-font-size]):last-child {
  margin-bottom: 0;
}
p:not([class*=-font-size]) + .acf-block.bg-transparent {
  margin-top: -1.5rem;
}

strong {
  font-weight: 700;
}

.body-1 {
  font-weight: 400;
  font-size: clamp(1rem, 0.7108433735rem + 0.6024096386vw, 1.25rem);
  font-family: "Source Sans Pro", sans-serif;
  line-height: clamp(1.5rem, 0.921686747rem + 1.2048192771vw, 2rem);
  margin-bottom: 1.5rem;
}

.body-2,
.has-body-2-font-size {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

.lead,
.has-lead-font-size {
  font-weight: 400;
  font-size: clamp(1.25rem, 0.9608433735rem + 0.6024096386vw, 1.5rem);
  font-family: "Georgia", serif;
  line-height: clamp(1.75rem, 1.4608433735rem + 0.6024096386vw, 2rem);
  margin-bottom: clamp(1rem, 0.421686747rem + 1.2048192771vw, 1.5rem);
}
.lead strong,
.has-lead-font-size strong {
  font-weight: 500;
}

.has-large-numbers-font-size {
  font-weight: 400;
  font-size: clamp(3.5rem, -0.765060241rem + 8.8855421687vw, 7.1875rem);
  font-family: "Georgia", serif;
  line-height: 1.17;
  margin-bottom: 0;
}

.quote {
  font-size: clamp(1.5rem, 0.343373494rem + 2.4096385542vw, 2.5rem);
  font-family: "Georgia", serif;
  line-height: clamp(2rem, 0.265060241rem + 3.6144578313vw, 3.5rem);
  margin-bottom: clamp(1.5rem, -0.234939759rem + 3.6144578313vw, 3rem);
}

.subtitle-1 {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.subtitle-2 {
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}

.overline,
.has-overline-font-size {
  font-weight: 700;
  font-size: 0.75rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.title-1,
.has-title-1-font-size {
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.2868975904rem + 1.3554216867vw, 1.5rem);
  font-family: "Georgia", serif;
  line-height: clamp(1.5rem, 0.921686747rem + 1.2048192771vw, 2rem);
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
}

.page-columns {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 48rem) {
  .page-columns {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 48rem) {
  .container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 62rem) {
  .container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}

.content-wrapper > .container {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 48rem) {
  .content-wrapper > .container {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.content-wrapper > .container h2:first-child,
.content-wrapper > .container h3:first-child,
.content-wrapper > .container h4:first-child,
.content-wrapper > .container h5:first-child,
.content-wrapper > .container h6:first-child {
  margin-top: 0;
}
.content-wrapper > .container h2:last-child,
.content-wrapper > .container h3:last-child,
.content-wrapper > .container h4:last-child,
.content-wrapper > .container h5:last-child,
.content-wrapper > .container h6:last-child {
  margin-bottom: -1.25rem;
}
@media (min-width: 48rem) {
  .content-wrapper > .container h2:last-child,
.content-wrapper > .container h3:last-child,
.content-wrapper > .container h4:last-child,
.content-wrapper > .container h5:last-child,
.content-wrapper > .container h6:last-child {
    margin-bottom: -2.5rem;
  }
}
.content-wrapper > .container .block-hook:first-child + h2,
.content-wrapper > .container .block-hook:first-child + h3,
.content-wrapper > .container .block-hook:first-child + h4,
.content-wrapper > .container .block-hook:first-child + h5,
.content-wrapper > .container .block-hook:first-child + h6 {
  margin-top: 0;
}

/* stylelint-disable order/order */
:root {
  --accent: #285772;
  --accent-variant: #244659;
  --black: #221f20;
  --white: #fff;
  --mgo-slate: #4f758b;
  --mgo-gold: #f3d03e;
  --mgo-gold-dark: #f6cf3c;
  --mgo-green: #b7bf10;
  --mgo-background: #dfeaf0;
  --mgo-dark-blue: #003d4c;
  --mgo-teal: #0097a9;
  --mgo-burnt-orange: #d45d00;
  --mgo-red: #bf0d3e;
  --mgo-light-gray: #a2acab;
  --mgo-dark-gray: #4b4f54;
  --gray-16: #27252a;
  --gray-24: #3d3d3d;
  --gray-32: #38383f;
  --gray-44: #4b4f54;
  --gray-80: #c6cad1;
  --gray-88: #dadee6;
  --gray-92: #e5e8ee;
  --gray-94: #eceef2;
  --gray-96: #f2f4f6;
  --error: #ad0322;
  --warning: #f9a513;
  --success: #008737;
  --information: #006bb2;
  --autofill: #e3eef5;
  --transparent: transparent;
  --containerWidth: calc(var(--vw, 1vw) * 100 - 2.5rem);
  --containerMaxWidth: 33.5rem;
  --gutterWidth: clamp(1.25rem, 100%, calc((var(--vw, 1vw) * 100 - 33.5rem) / 2));
  --columnWidth: 2.8697916667rem;
  --columnMaxWidth: calc((100% - 1.5625rem) / 12);
}
@media (min-width: 36rem) {
  :root {
    --containerWidth: calc(var(--vw, 1vw) * 100 - 2.5rem);
    --containerMaxWidth: 45.5rem;
    --gutterWidth: clamp(1.25rem, 100%, calc((var(--vw, 1vw) * 100 - 45.5rem) / 2));
    --columnWidth: 3.8958333333rem;
    --columnMaxWidth: calc((100% - 1.25rem) / 12);
  }
}
@media (min-width: 48rem) {
  :root {
    --containerWidth: calc(var(--vw, 1vw) * 100 - 5rem);
    --containerMaxWidth: 57rem;
    --gutterWidth: clamp(2.5rem, 100%, calc((var(--vw, 1vw) * 100 - 57rem) / 2));
    --columnWidth: 4.9166666667rem;
    --columnMaxWidth: calc((100% - 3rem) / 12);
  }
}
@media (min-width: 62rem) {
  :root {
    --containerWidth: calc(var(--vw, 1vw) * 100 - 7.5rem);
    --containerMaxWidth: 67.5rem;
    --gutterWidth: clamp(3.75rem, 100%, calc((var(--vw, 1vw) * 100 - 67.5rem) / 2));
    --columnWidth: 5.7916666667rem;
    --columnMaxWidth: calc((100% - 5.5rem) / 12);
  }
}
@media (min-width: 75rem) {
  :root {
    --containerWidth: calc(var(--vw, 1vw) * 100 - 7.5rem);
    --containerMaxWidth: 82rem;
    --gutterWidth: clamp(3.75rem, 100%, calc((var(--vw, 1vw) * 100 - 82rem) / 2));
    --columnWidth: 7rem;
    --columnMaxWidth: calc((100% - 5.5rem) / 12);
  }
}

/* stylelint-enable order/order */
.bg-transparent {
  background-color: transparent;
}

.bg-light {
  background-color: #dfeaf0;
}

.bg-light-gray {
  background-color: #eceef2;
}

.bg-dark {
  background-color: #003d4c;
  --blockColor: map.get($background-font-colors, $color);
  color: #fff;
}

.bg-gold {
  background-color: #f3d03e;
}

.bg-green {
  background-color: #b7bf10;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mw-100 {
  max-width: 100%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.acf-block {
  padding: clamp(6rem, 2.5301204819rem + 7.2289156627vw, 9rem) 0;
}
.acf-block > h1:first-child, .acf-block > .t1:first-child, .acf-block > .has-t-1-font-size:first-child, .acf-block > h2:first-child, .acf-block > .t2:first-child, .acf-block > .has-t-2-font-size:first-child, .acf-block > h3:first-child, .acf-block > .t3:first-child, .acf-block > .has-t-3-font-size:first-child, .acf-block > h4:first-child, .acf-block > .t4:first-child, .acf-block > .has-t-4-font-size:first-child, .acf-block > h5:first-child, .acf-block > .t5:first-child, .acf-block > .has-t-5-font-size:first-child, .acf-block > h6:first-child, .acf-block > .t6:first-child, .acf-block > .has-t-6-font-size:first-child {
  margin-top: clamp(-1rem, 0.078313253rem + -1.2048192771vw, -0.5rem);
}
.acf-block.bg-transparent + .acf-block:not(.block-hero).bg-transparent {
  padding-top: 0;
}
.acf-block.bg-light + .acf-block:not(.block-hero).bg-light {
  padding-top: 0;
}
.acf-block.bg-light-gray + .acf-block:not(.block-hero).bg-light-gray {
  padding-top: 0;
}
.acf-block.bg-dark + .acf-block:not(.block-hero).bg-dark {
  padding-top: 0;
}
.acf-block.bg-gold + .acf-block:not(.block-hero).bg-gold {
  padding-top: 0;
}
.acf-block.bg-green + .acf-block:not(.block-hero).bg-green {
  padding-top: 0;
}
.acf-block > .content-wrapper:first-child > h1:first-child, .acf-block > .content-wrapper:first-child > .t1:first-child, .acf-block > .content-wrapper:first-child > .has-t-1-font-size:first-child, .acf-block > .content-wrapper:first-child > h2:first-child, .acf-block > .content-wrapper:first-child > .t2:first-child, .acf-block > .content-wrapper:first-child > .has-t-2-font-size:first-child, .acf-block > .content-wrapper:first-child > h3:first-child, .acf-block > .content-wrapper:first-child > .t3:first-child, .acf-block > .content-wrapper:first-child > .has-t-3-font-size:first-child, .acf-block > .content-wrapper:first-child > h4:first-child, .acf-block > .content-wrapper:first-child > .t4:first-child, .acf-block > .content-wrapper:first-child > .has-t-4-font-size:first-child, .acf-block > .content-wrapper:first-child > h5:first-child, .acf-block > .content-wrapper:first-child > .t5:first-child, .acf-block > .content-wrapper:first-child > .has-t-5-font-size:first-child, .acf-block > .content-wrapper:first-child > h6:first-child, .acf-block > .content-wrapper:first-child > .t6:first-child, .acf-block > .content-wrapper:first-child > .has-t-6-font-size:first-child {
  margin-top: clamp(-1rem, 0.078313253rem + -1.2048192771vw, -0.5rem);
}
.acf-block:not(.bg-white):not(.bg-transparent) {
  padding-bottom: clamp(6rem, 2.5301204819rem + 7.2289156627vw, 9rem);
}
*:not(.acf-block):not(.acf-block-no-spacing) + .acf-block:not(.bg-white):not(.bg-transparent) {
  margin-top: clamp(6rem, 2.5301204819rem + 7.2289156627vw, 9rem);
}

@media (min-width: 62rem) {
  .reveal-block-on-scroll.initialized {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: var(--zIndex, 1) !important;
    width: calc(var(--vw, 1vw) * 100);
  }
  .reveal-block-on-scroll.initialized::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: #221f20;
    opacity: var(--blockOpacity, 0);
    pointer-events: none;
  }
  .acf-block.block-out-of-viewport + .reveal-block-on-scroll.initialized, .acf-block.block-out-of-viewport + .reveal-block-on-scroll__placeholder + .reveal-block-on-scroll.initialized, .acf-block-no-spacing.block-out-of-viewport + .reveal-block-on-scroll.initialized, .acf-block-no-spacing.block-out-of-viewport + .reveal-block-on-scroll__placeholder + .reveal-block-on-scroll.initialized {
    position: relative !important;
    margin-top: 200px !important;
  }
  .acf-block.block-out-of-viewport + .reveal-block-on-scroll.initialized + .reveal-block-on-scroll__placeholder, .acf-block.block-out-of-viewport + .reveal-block-on-scroll__placeholder + .reveal-block-on-scroll.initialized + .reveal-block-on-scroll__placeholder, .acf-block-no-spacing.block-out-of-viewport + .reveal-block-on-scroll.initialized + .reveal-block-on-scroll__placeholder, .acf-block-no-spacing.block-out-of-viewport + .reveal-block-on-scroll__placeholder + .reveal-block-on-scroll.initialized + .reveal-block-on-scroll__placeholder {
    margin-top: calc(var(--placeholderHeight) * -1 - 200px) !important;
  }
}
.reveal-block-on-scroll__placeholder {
  z-index: -9999;
  display: none;
  height: calc(var(--placeholderHeight) + 200px);
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 62rem) {
  .reveal-block-on-scroll__placeholder {
    display: block;
  }
}

body:not(.wp-admin):not(.post-type-archive-library_block):not(.single) .content-wrapper > *:not(.acf-block):not(.acf-block-no-spacing):not(.no-animation),
body:not(.wp-admin):not(.post-type-archive-library_block):not(.single) .content-wrapper > .acf-block > *:not(.no-animation),
body:not(.wp-admin):not(.post-type-archive-library_block):not(.single) .content-wrapper > .acf-block-no-spacing > *:not(.no-animation),
body:not(.wp-admin):not(.post-type-archive-library_block):not(.single) .animate-in {
  opacity: 0;
  transition: opacity 0.8s var(--transitionDelay, 0s) ease-out;
}
body:not(.wp-admin):not(.post-type-archive-library_block):not(.single) .content-wrapper > *:not(.acf-block):not(.acf-block-no-spacing):not(.no-animation).in-viewport,
body:not(.wp-admin):not(.post-type-archive-library_block):not(.single) .content-wrapper > .acf-block > *:not(.no-animation).in-viewport,
body:not(.wp-admin):not(.post-type-archive-library_block):not(.single) .content-wrapper > .acf-block-no-spacing > *:not(.no-animation).in-viewport,
body:not(.wp-admin):not(.post-type-archive-library_block):not(.single) .animate-in.in-viewport {
  opacity: 1;
}
body:not(.wp-admin):not(.post-type-archive-library_block):not(.single) #page > .content-wrapper > *:not(.acf-block):not(.acf-block-no-spacing):not(.block-hero):first-child {
  opacity: 1;
}
body:not(.wp-admin):not(.post-type-archive-library_block):not(.single) #page > .content-wrapper > *:not(.acf-block):not(.acf-block-no-spacing):not(.block-hero):first-child ~ *:not(.acf-block):not(.acf-block-no-spacing) {
  opacity: 1;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

.c-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: max-content;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5rem;
  letter-spacing: 0.075rem;
  margin-bottom: 1rem;
}
.c-btn .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  color: inherit;
  line-height: 0;
}
.c-btn .icon::before {
  color: inherit;
  font-size: 1.25rem;
}
.c-btn .icon:first-child {
  margin-right: 0.25rem;
}
.c-btn .icon:last-child {
  margin-left: 0.25rem;
}
a[target=_blank] .c-btn .icon-arrow-right, .c-btn[target=_blank] .icon-arrow-right {
  transform: rotate(-45deg);
}
.c-btn.c-btn--small {
  font-weight: 400 !important;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.c-btn.c-btn--small .icon::before {
  font-size: 1rem;
}
.content-wrapper > .c-btn {
  width: calc(100% - 2.5rem);
  margin-right: auto;
  margin-left: auto;
}
.c-btn + h1,
.c-btn + h2,
.c-btn + h3,
.c-btn + h4,
.c-btn + h5,
.c-btn + h6,
.c-btn + p {
  margin-top: clamp(1.5rem, 0.6325301205rem + 1.8072289157vw, 2.25rem);
}
h6 + .c-btn, .has-t-6-font-size + .c-btn {
  margin-top: 1rem;
}

.c-btn-primary,
.c-btn-secondary {
  justify-content: center;
  min-width: 14.75rem;
  min-height: 3rem;
  padding: 0.5rem 2.25rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
}
@media (max-width: 35.98rem) {
  .c-btn-primary,
.c-btn-secondary {
    width: 100%;
  }
}
h1 + .c-btn-primary, h2 + .c-btn-primary, h3 + .c-btn-primary, h4 + .c-btn-primary, h5 + .c-btn-primary, p + .c-btn-primary,
h1 + .c-btn-secondary,
h2 + .c-btn-secondary,
h3 + .c-btn-secondary,
h4 + .c-btn-secondary,
h5 + .c-btn-secondary,
p + .c-btn-secondary {
  margin-top: clamp(1.5rem, 0.6325301205rem + 1.8072289157vw, 2.25rem);
}
.c-btn-primary.c-btn--small,
.c-btn-secondary.c-btn--small {
  min-height: 2.375rem;
  padding: 0.4375rem 0.9375rem;
}
.c-btn-primary.c-btn--small .icon:first-child,
.c-btn-secondary.c-btn--small .icon:first-child {
  margin-left: -0.1875rem;
}
.c-btn-primary.c-btn--small .icon:last-child,
.c-btn-secondary.c-btn--small .icon:last-child {
  margin-right: -0.1875rem;
}
.c-btn-primary .icon:first-child,
.c-btn-secondary .icon:first-child {
  margin-left: -0.375rem;
}
.c-btn-primary .icon:last-child,
.c-btn-secondary .icon:last-child {
  margin-right: -0.375rem;
}

.c-btn-primary {
  color: #fff;
  border: 2px solid #285772;
  background-color: #285772;
}
.c-btn-primary.c-btn--color-alt, .bg-dark .c-btn-primary {
  color: #285772;
  border-color: #fff;
  background-color: #fff;
}
.c-btn-primary.c-btn--color-alt:hover, .bg-dark .c-btn-primary:hover, .c-btn-primary.c-btn--color-alt:focus, .bg-dark .c-btn-primary:focus {
  color: #244659;
  border-color: #fff;
  background-color: #fff;
}
.c-btn-primary:hover, .c-btn-primary:focus {
  color: #fff;
  border-color: #244659;
  background-color: #244659;
}

.c-btn-secondary {
  color: #285772;
  border: 2px solid #285772;
  background-color: transparent;
}
.c-btn-secondary.c-btn--color-alt, .bg-dark .c-btn-secondary {
  color: #fff;
  border-color: #fff;
}
.c-btn-secondary.c-btn--color-alt:hover, .bg-dark .c-btn-secondary:hover, .c-btn-secondary.c-btn--color-alt:focus, .bg-dark .c-btn-secondary:focus {
  color: #244659;
  border-color: #fff;
  background-color: #fff;
}
.c-btn-secondary:hover, .c-btn-secondary:focus {
  color: #fff;
  border-color: #244659;
  background-color: #244659;
}

.c-btn-tertiary {
  position: relative;
  justify-content: space-between;
  padding: 0;
  color: #285772;
  letter-spacing: 0;
  border: none;
  background-color: transparent;
}
.c-btn-tertiary--plain::before, .c-btn-tertiary--plain::after {
  display: none;
}
.c-btn-tertiary.c-btn--color-alt, .bg-dark .c-btn-tertiary {
  color: #fff;
  border-color: #fff;
}
.c-btn-tertiary.c-btn--color-alt::before, .bg-dark .c-btn-tertiary::before {
  background-color: #4b4f54;
}
.c-btn-tertiary.c-btn--color-alt::after, .bg-dark .c-btn-tertiary::after {
  background-color: #fff;
}
.c-btn-tertiary.c-btn--color-alt:hover, .bg-dark .c-btn-tertiary:hover, .c-btn-tertiary.c-btn--color-alt:focus, .bg-dark .c-btn-tertiary:focus {
  color: #fff;
  border-color: #fff;
}
.c-btn-tertiary.c-btn--color-alt .icon, .bg-dark .c-btn-tertiary .icon {
  color: inherit;
}
.c-btn-tertiary::before, .c-btn-tertiary::after {
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  content: "";
  width: 100%;
  height: 0.125rem;
}
.c-btn-tertiary::before {
  background-color: #c6cad1;
}
.c-btn-tertiary::after {
  background-color: #4b4f54;
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 0.2s linear;
}
.c-btn-tertiary:hover, .c-btn-tertiary:focus {
  color: #244659;
}
.c-btn-tertiary:hover::after, .c-btn-tertiary:focus::after {
  transform: scaleX(1);
}
.c-btn-tertiary:hover .icon-arrow-right,
.c-btn-tertiary:hover .icon-arrow-left, .c-btn-tertiary:focus .icon-arrow-right,
.c-btn-tertiary:focus .icon-arrow-left {
  transform: translateX(0.25rem);
}
.c-btn-tertiary:hover .icon-arrow-right:first-child,
.c-btn-tertiary:hover .icon-arrow-left:first-child, .c-btn-tertiary:focus .icon-arrow-right:first-child,
.c-btn-tertiary:focus .icon-arrow-left:first-child {
  transform: translateX(-0.25rem);
}
.c-btn-tertiary:hover .icon:not(.icon-arrow-right):not(.icon-arrow-left), .c-btn-tertiary:focus .icon:not(.icon-arrow-right):not(.icon-arrow-left) {
  transform: scale(1.15);
}
.c-btn-tertiary.c-btn--small {
  font-size: 0.875rem;
}
.c-btn-tertiary .icon {
  transition: transform 0.2s linear;
}
.c-btn-tertiary .icon:first-child {
  margin-right: 0.25rem;
}
.c-btn-tertiary .icon:last-child {
  margin-left: 0.25rem;
}
.c-btn-tertiary.c-btn--icon::before, .c-btn-tertiary.c-btn--icon::after {
  display: none;
}

.c-btn-back {
  margin-top: 0.75rem;
  margin-bottom: clamp(0.75rem, 2.6370481928rem + -2.1084337349vw, 1.625rem);
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}
@media (min-width: 89.5rem) {
  .container > .c-btn-back {
    margin-left: calc(var(--gutterWidth, 1.25rem) * -1 + clamp(1.25rem, -2.6536144578rem + 8.1325301205vw, 4.625rem));
  }
}

.c-btn-social {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  max-width: 3rem;
  color: #221f20;
  border: 2px solid #c6cad1;
  border-radius: 50%;
}
.c-btn-social:hover, .c-btn-social:focus {
  color: #fff;
  border-color: #221f20;
  background-color: #221f20;
}
.c-btn-social.c-btn--color-alt {
  color: #fff;
  border-color: #4b4f54;
}
.c-btn-social.c-btn--color-alt:hover, .c-btn-social.c-btn--color-alt:focus {
  color: #221f20;
  border-color: #fff;
  background-color: #fff;
}
.c-btn-social span:not(.icon) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.c-btn-social .icon {
  margin: auto !important;
}
.c-btn-social .icon::before {
  font-size: 1.5rem;
}
.c-btn-social ~ .c-btn-social {
  margin-left: -0.25rem;
}

.play-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(3rem, 2.421686747rem + 1.2048192771vw, 3.5rem);
  height: clamp(3rem, 2.421686747rem + 1.2048192771vw, 3.5rem);
  border: none;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
.play-btn::before {
  color: #221f20;
  font-size: clamp(1.3125rem, 0.8064759036rem + 1.0542168675vw, 1.75rem);
  pointer-events: none;
  transition: color 0.2s linear;
  content: "\ea2c";
  font-weight: 400;
  font-size: 24px;
  font-family: "iconfont-mgo";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover .play-btn, a:focus .play-btn, .play-btn:hover, .play-btn:focus {
  background-color: #e5e8ee;
}
a:hover .play-btn::before, a:focus .play-btn::before, .play-btn:hover::before, .play-btn:focus::before {
  color: #221f20;
}

/* Embed Video Styles */
.iframe-wrapper {
  position: relative;
  height: 0;
  max-width: 100%;
  margin: 3.25rem auto 3.25rem;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.iframe-wrapper__overlay {
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  bottom: -0.625rem;
  right: -0.625rem;
  z-index: 1;
  background-color: #221f20;
  background-position: center;
  background-size: cover;
}
.iframe-wrapper__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.1875rem;
  height: 7.1875rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: none;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s, border-color 0.2s;
}
.iframe-wrapper__play::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-left: 0.3125rem;
  border-color: transparent transparent transparent #221f20;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  transform: translate(-50%, -50%);
}
.iframe-wrapper__play:hover {
  background-color: #285772;
}
.iframe-wrapper__play:hover::before {
  border-color: transparent transparent transparent #fff;
}
.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* BASE TABLES */
#page .content-wrapper > .tablepress {
  width: calc(var(--columnWidth) * 12 - 0.9375rem);
  /* stylelint-disable-line order/order */
  max-width: calc(var(--columnMaxWidth) * 12 - 0.9375rem);
}
@media (min-width: 36rem) {
  #page .content-wrapper > .tablepress {
    width: calc(var(--columnWidth) * 12 - 1.25rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 1.25rem);
  }
}
@media (min-width: 48rem) {
  #page .content-wrapper > .tablepress {
    width: calc(var(--columnWidth) * 12 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 2rem);
  }
}
@media (min-width: 62rem) {
  #page .content-wrapper > .tablepress {
    width: calc(var(--columnWidth) * 10 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 10 - 2rem);
  }
}
@media (min-width: 75rem) {
  #page .content-wrapper > .tablepress {
    width: calc(var(--columnWidth) * 8 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 8 - 2rem);
  }
}
#page .tablepress-table-name {
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0.09375rem;
  text-transform: none;
}
#page .tablepress {
  margin: 2.0625rem 0 2.0625rem;
  padding: 0 1.25rem 0 0;
}
@media (max-width: 47.98rem) {
  #page .tablepress {
    margin: 1rem 0 1rem;
  }
}
#page .tablepress caption {
  display: none;
}
#page .tablepress thead th {
  position: relative;
  padding: 0 1.3125rem 1rem;
  color: #221f20;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
}
#page .tablepress thead th br {
  display: none;
}
#page .tablepress thead tr {
  border: none;
}
#page .tablepress tbody td {
  position: relative;
  padding: 1.0625rem 1.1875rem 1.0625rem;
  color: #221f20;
  font-size: 1rem;
  line-height: 1.25rem;
  border: 0;
}
@media (max-width: 47.98rem) {
  #page .tablepress tbody td {
    padding: 1.0625rem 5.625rem 1.0625rem 1.3125rem;
  }
}
#page .tablepress tbody tr {
  position: relative;
  border-bottom: 1px solid rgba(40, 87, 114, 0.6);
}
#page .tablepress tbody tr:nth-child(2n+1) {
  background: rgba(40, 87, 114, 0.1);
}
#page .tablepress-scroll-wrapper {
  position: relative;
  margin: 2.0625rem 0 2.0625rem;
}
#page .tablepress-scroll-wrapper:last-child {
  margin-bottom: 0;
}
#page .tablepress-scroll-wrapper.has-scroll::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 2;
  display: block;
  width: 7.1875rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
}
#page .tablepress-scroll-wrapper.has-scroll .tablepress {
  display: block;
  overflow-x: auto;
}
#page .tablepress-scroll-wrapper .tablepress {
  margin: 0;
}

/* stylelint-disable scss/at-extend-no-missing-placeholder */
#page input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button),
#page textarea,
#page select,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button),
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select {
  display: block;
  width: 100%;
  padding: 0.6875rem 0.75rem;
  color: #221f20;
  border: none;
  border-bottom: 1px solid #4f758b;
  border-radius: 0;
  background-color: #fff;
  outline: none;
  transition: color 0.2s linear, border 0.2s linear, background-color 0.2s linear;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5rem;
}
#page input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button):focus,
#page textarea:focus,
#page select:focus,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button):focus,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea:focus,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select:focus {
  border-color: #f3d03e;
}
#page input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button).error,
#page textarea.error,
#page select.error,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button).error,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea.error,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select.error {
  border-color: #ad0322;
}
#page input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::-webkit-input-placeholder,
#page textarea::-webkit-input-placeholder,
#page select::-webkit-input-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::-webkit-input-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea::-webkit-input-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select::-webkit-input-placeholder {
  color: #4b4f54;
}
#page input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::-moz-placeholder,
#page textarea::-moz-placeholder,
#page select::-moz-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::-moz-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea::-moz-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select::-moz-placeholder {
  color: #4b4f54;
}
#page input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::-ms-placeholder,
#page textarea::-ms-placeholder,
#page select::-ms-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::-ms-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea::-ms-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select::-ms-placeholder {
  color: #4b4f54;
}
#page input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::placeholder,
#page textarea::placeholder,
#page select::placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea::placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select::placeholder {
  color: #4b4f54;
}
#page textarea,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea {
  min-height: 9rem;
}
#page .eight29-filters input[type=search],
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) .eight29-filters input[type=search] {
  height: auto;
  padding-left: calc(var(--space) + 18px + 12px);
}

#filter-search-input {
  padding-left: 2.5rem !important;
}

#filter-job-title-input {
  display: none !important;
}

#filter-job-title {
  max-width: 0px;
  width: 0;
  margin-right: 0 !important;
}

.hs-form label,
.hs-form .gfield_label,
.hs-form .gfield_label_before_complex,
.gform_wrapper label,
.gform_wrapper .gfield_label,
.gform_wrapper .gfield_label_before_complex {
  display: block;
  margin-bottom: 0;
  font-family: "Georgia", serif !important;
  line-height: 1 !important;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5rem;
}
.hs-form .hs-error-msgs,
.gform_wrapper .hs-error-msgs {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding: 0;
  color: #ad0322;
  list-style: none;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1rem;
}
.hs-form .hs-error-msgs label,
.gform_wrapper .hs-error-msgs label {
  font-weight: 400;
  font-size: 0.75rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1rem;
}
.hs-form fieldset,
.gform_wrapper fieldset {
  display: grid;
  grid-template-columns: 1fr;
  max-width: none !important;
  column-gap: 1.25rem;
}
@media (min-width: 36rem) {
  .hs-form fieldset.form-columns-2,
.gform_wrapper fieldset.form-columns-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 36rem) {
  .hs-form fieldset.form-columns-3,
.gform_wrapper fieldset.form-columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 36rem) {
  .hs-form fieldset.form-columns-4,
.gform_wrapper fieldset.form-columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 36rem) {
  .hs-form fieldset.form-columns-5,
.gform_wrapper fieldset.form-columns-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.hs-form fieldset .input,
.gform_wrapper fieldset .input {
  margin: 0 !important;
}
.hs-form fieldset .hs-form-field,
.gform_wrapper fieldset .hs-form-field {
  float: none !important;
  width: 100% !important;
}

select {
  -webkit-appearance: none;
}
select:not([multiple]) {
  padding-right: 2.625rem !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%2302040C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
}

.checkbox-label, .gfield_checkbox label,
.checkbox-wrapper label, .hs-form-checkbox-display > span,
.hs-form-booleancheckbox-display > span,
.radio-label,
.gfield_radio label,
.radio-wrapper label,
.hs-form-radio-display > span {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
  padding-left: 2rem;
  cursor: pointer;
}
@media (min-width: 36rem) {
  .checkbox-label, .gfield_checkbox label,
.checkbox-wrapper label, .hs-form-checkbox-display > span,
.hs-form-booleancheckbox-display > span,
.radio-label,
.gfield_radio label,
.radio-wrapper label,
.hs-form-radio-display > span {
    margin-bottom: 1.5rem;
  }
}
.checkbox-label::before, .gfield_checkbox label::before,
.checkbox-wrapper label::before, .hs-form-checkbox-display > span::before,
.hs-form-booleancheckbox-display > span::before,
.radio-label::before,
.gfield_radio label::before,
.radio-wrapper label::before,
.hs-form-radio-display > span::before {
  position: absolute;
  top: calc(50% - 0.9375rem);
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0;
  background-color: transparent;
  transition: all 0.2s linear;
  content: "\ea0b";
  font-weight: 400;
  font-size: 1.25rem;
  font-family: "iconfont-mgo";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input:checked + .checkbox-label::before, .gfield_checkbox input:checked + label::before,
.checkbox-wrapper input:checked + label::before, .hs-form-checkbox-display > input:checked + span::before,
.hs-form-booleancheckbox-display > input:checked + span::before {
  content: "\ea0a";
}

.radio-label::before, .gfield_radio label::before,
.radio-wrapper label::before, .hs-form-radio-display > span::before {
  content: "\ea2f";
}
input:checked + .radio-label::before, .gfield_radio input:checked + label::before,
.radio-wrapper input:checked + label::before, .hs-form-radio-display > input:checked + span::before {
  content: "\ea2e";
}

.hs-fieldtype-checkbox > label,
.hs-fieldtype-radio > label {
  display: block;
  margin-bottom: 1rem;
}

.gfield_checkbox,
.gfield_radio,
.hbspt-form ul[role=checkbox],
.hbspt-form ul[role=radio],
.hs_single_checkbox ul {
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
}
.gfield_checkbox input[type=radio],
.gfield_checkbox input[type=checkbox],
.gfield_radio input[type=radio],
.gfield_radio input[type=checkbox],
.hbspt-form ul[role=checkbox] input[type=radio],
.hbspt-form ul[role=checkbox] input[type=checkbox],
.hbspt-form ul[role=radio] input[type=radio],
.hbspt-form ul[role=radio] input[type=checkbox],
.hs_single_checkbox ul input[type=radio],
.hs_single_checkbox ul input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.gfield_checkbox input[type=radio]:focus ~ label::before,
.gfield_checkbox input[type=checkbox]:focus ~ label::before,
.gfield_radio input[type=radio]:focus ~ label::before,
.gfield_radio input[type=checkbox]:focus ~ label::before,
.hbspt-form ul[role=checkbox] input[type=radio]:focus ~ label::before,
.hbspt-form ul[role=checkbox] input[type=checkbox]:focus ~ label::before,
.hbspt-form ul[role=radio] input[type=radio]:focus ~ label::before,
.hbspt-form ul[role=radio] input[type=checkbox]:focus ~ label::before,
.hs_single_checkbox ul input[type=radio]:focus ~ label::before,
.hs_single_checkbox ul input[type=checkbox]:focus ~ label::before {
  border-color: #285772;
}
.gfield_checkbox li,
.gfield_radio li,
.hbspt-form ul[role=checkbox] li,
.hbspt-form ul[role=radio] li,
.hs_single_checkbox ul li {
  margin-bottom: 0 !important;
}
.gfield_checkbox br,
.gfield_radio br,
.hbspt-form ul[role=checkbox] br,
.hbspt-form ul[role=radio] br,
.hs_single_checkbox ul br {
  display: none;
}

.hs-form-checkbox-display > span,
.hs-form-radio-display > span,
.hs-form-booleancheckbox-display > span {
  margin-bottom: 0.375rem !important;
  cursor: pointer;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.hs-form-checkbox-display > span:hover::before, .hs-form-checkbox-display > span:focus::before,
.hs-form-radio-display > span:hover::before,
.hs-form-radio-display > span:focus::before,
.hs-form-booleancheckbox-display > span:hover::before,
.hs-form-booleancheckbox-display > span:focus::before {
  border-color: #285772;
}

.hs-form-checkbox-display input:checked ~ span::before,
.hs-form-booleancheckbox-display input:checked ~ span::before {
  content: "\ea0a";
}

.hs-form-radio-display input:checked ~ span::before {
  content: "\ea2e";
}

.hidden_sub_label,
.gform_required_legend {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hs-submit {
  margin-top: clamp(0.5rem, -0.656626506rem + 2.4096385542vw, 1.5rem);
}

.hs-button {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding: 0.5rem 2rem;
  color: #fff;
  line-height: 1.2 !important;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #285772;
  border-radius: 0;
  background-color: #285772;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5rem;
  letter-spacing: 0.075rem;
  margin-bottom: 1rem;
}
.hs-button:hover, .hs-button:focus {
  color: #fff;
  border-color: #244659;
  background-color: #244659;
}
.bg-dark .hs-button {
  color: #285772;
  border-color: #fff;
  background-color: #fff;
}
.bg-dark .hs-button:hover, .bg-dark .hs-button:focus {
  color: #244659;
  border-color: #fff;
  background-color: #fff;
}

.hs-form-field {
  margin-bottom: clamp(3rem, 1.843373494rem + 2.4096385542vw, 4rem) !important;
  line-height: 1.5rem;
}

.hubspot-link__container {
  display: none;
}

.content-wrapper > .gform_wrapper {
  padding: clamp(6rem, 2.5301204819rem + 7.2289156627vw, 9rem) 0;
}
.acf-block.bg-transparent + .gform_wrapper {
  padding-top: 0;
}
.gform_wrapper + .acf-block.bg-transparent {
  padding-top: 0;
}
.gform_wrapper .gform_body li::before {
  content: none !important;
}
.gform_wrapper .gform_body .gform_fields {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  padding: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield {
  margin: 0 0 clamp(3rem, 1.843373494rem + 2.4096385542vw, 4rem) 0;
}
.gform_wrapper .gform_body .gform_fields .gfield label {
  display: block;
}
.gform_wrapper .gform_body .gform_fileupload_rules {
  display: block;
  margin-top: 0.25rem;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1rem;
}
@media (min-width: 36rem) {
  .gform_wrapper .gform_body .ginput_complex {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
  }
}
@media (min-width: 36rem) {
  .gform_wrapper .gform_body .ginput_complex > span,
.gform_wrapper .gform_body .ginput_complex > p:not(:empty) {
    flex: 50%;
    margin-bottom: 0.5rem;
    padding: 0 0.5rem;
  }
}
@media (min-width: 36rem) {
  .gform_wrapper .gform_body .ginput_complex > span.ginput_full,
.gform_wrapper .gform_body .ginput_complex > p:not(:empty).ginput_full {
    flex: 100%;
  }
}
.gform_wrapper .gform_body .ginput_complex label {
  display: block;
  margin-top: 0.25rem;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1rem;
}
.gform_wrapper .gform_body .ginput_complex br {
  display: none;
}
.gform_wrapper .gform_body .ginput_complex input {
  display: block;
  width: 100%;
}
.gform_wrapper .gform_footer .c-btn {
  white-space: nowrap;
}
@media (max-width: 35.98rem) {
  .gform_wrapper .gform_footer .c-btn {
    width: 100%;
  }
}

.gfield {
  flex: 100%;
  padding: 0 0.5rem;
  list-style-type: none;
}
.gfield--width-half, .gfield--width-third, .gfield--width-quarter {
  margin: 0 auto;
}
@media (min-width: 36rem) {
  .gfield--width-half {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 48rem) {
  .gfield--width-third {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
  }
}
@media (min-width: 36rem) {
  .gfield--width-quarter {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 48rem) {
  .gfield--width-quarter {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.gfield textarea {
  width: 100% !important;
}
.gfield textarea.medium {
  height: 10rem;
}
.gfield textarea.small {
  height: 6rem;
}
.gfield .gfield_required {
  margin-left: 0.05em;
  color: #ad0322;
}
.gfield .gfield_required::before {
  content: "*";
}
.gfield .gfield_required_text,
.gfield .gfield_required_asterisk {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.gfield .mat-select {
  width: 100%;
}
.gfield.gfield_error input {
  border-color: #ad0322 !important;
}
.gfield.gfield_error .validation_message {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.25rem;
  color: #ad0322;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1rem;
}
.gfield.gsection {
  margin-bottom: clamp(0.75rem, -0.1174698795rem + 1.8072289157vw, 1.5rem) !important;
}
.gfield.gsection:first-child .gsection_title {
  margin-top: 0 !important;
}
.gfield.gsection .gsection_title {
  margin-top: clamp(2rem, 0.843373494rem + 2.4096385542vw, 3rem) !important;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.0075301205rem + 1.8072289157vw, 1.625rem);
  font-family: "Georgia", serif;
  line-height: clamp(1.25rem, 0.3825301205rem + 1.8072289157vw, 2rem);
}

.gfield_description {
  margin-top: clamp(0.375rem, -0.0587349398rem + 0.9036144578vw, 0.75rem);
  font-weight: 400;
  font-size: 0.75rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1rem;
}

.gfield_type_fileupload {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5rem;
}
.gfield_type_fileupload .c-btn {
  margin-top: 0.5rem;
}
.gfield_type_fileupload input {
  width: 100%;
  margin: 0.25rem 0rem;
  padding: 0rem;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1rem;
}
.gfield_type_fileupload ::-webkit-file-upload-button,
.gfield_type_fileupload ::file-selector-button {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  color: transparent;
  font-size: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.gform_title {
  margin-bottom: clamp(2rem, 0.843373494rem + 2.4096385542vw, 3rem);
}

.gfield_type_radio,
.gfield_type_checkbox {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.gfield_type_radio:last-child,
.gfield_type_checkbox:last-child {
  margin-bottom: clamp(2rem, 0.843373494rem + 2.4096385542vw, 3rem) !important;
}
.gfield:not(.gfield_type_radio) + .gfield_type_radio, .gfield:not(.gfield_type_checkbox) + .gfield_type_radio,
.gfield:not(.gfield_type_radio) + .gfield_type_checkbox,
.gfield:not(.gfield_type_checkbox) + .gfield_type_checkbox {
  margin-top: clamp(2rem, 0.843373494rem + 2.4096385542vw, 3rem) !important;
}
.gfield_type_radio + .gfield:not(.gfield_type_radio),
.gfield_type_radio + .gfield:not(.gfield_type_checkbox),
.gfield_type_checkbox + .gfield:not(.gfield_type_radio),
.gfield_type_checkbox + .gfield:not(.gfield_type_checkbox) {
  margin-top: clamp(2rem, 0.843373494rem + 2.4096385542vw, 3rem) !important;
}
.gfield_type_radio .validation_message,
.gfield_type_checkbox .validation_message {
  margin-top: -1rem !important;
  margin-bottom: 1.5rem !important;
}

.hidden_label .gfield_label,
.hidden_sub_label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.gfield_checkbox,
.gfield_radio {
  margin-top: clamp(0.75rem, -0.1174698795rem + 1.8072289157vw, 1.5rem) !important;
}

.gfield_checkbox label,
.gfield_radio label,
.checkbox-wrapper label,
.radio-wrapper label {
  margin-bottom: clamp(0.75rem, -0.1174698795rem + 1.8072289157vw, 1.5rem);
  cursor: pointer;
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.25rem;
}
.gfield_checkbox label:hover::before, .gfield_checkbox label:focus::before,
.gfield_radio label:hover::before,
.gfield_radio label:focus::before,
.checkbox-wrapper label:hover::before,
.checkbox-wrapper label:focus::before,
.radio-wrapper label:hover::before,
.radio-wrapper label:focus::before {
  border-color: #244659;
}

.gform_submission_error {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0 !important;
  color: #ad0322;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1rem;
}

.gform_validation_errors {
  margin-bottom: 1rem;
}

.gform_confirmation_wrapper {
  text-align: center;
}
.content-wrapper > .gform_confirmation_wrapper {
  padding-top: clamp(2rem, -1.4698795181rem + 7.2289156627vw, 5rem);
}
.content-wrapper > .gform_confirmation_wrapper:last-child, .content-wrapper > .gform_confirmation_wrapper:nth-last-child(2) {
  margin-bottom: clamp(3.5rem, -4.0180722892rem + 15.6626506024vw, 10rem);
}

body img.gform_ajax_spinner {
  display: none !important;
}

/* stylelint-enable scss/at-extend-no-missing-placeholder */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.pagination__item {
  margin: 0 0.15625rem;
}
.pagination__item--ellipses {
  min-width: 2rem;
}
.pagination__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #343a40;
  border-radius: 50%;
}
.pagination__link:hover {
  color: #fff;
  background: #285772;
}

.pagination__item--current .pagination__link {
  color: #fff;
  background: #285772;
}

.share-icons {
  display: flex;
  justify-content: flex-start;
  margin-left: -1rem;
}
.share-icons__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0 0.5rem;
  color: #4f758b;
  text-decoration: none;
  border-radius: 50%;
  background: transparent;
}
.share-icons__link:hover, .share-icons__link:focus {
  color: #003d4c;
}
.share-icons__link span {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  color: inherit;
  font-size: 1.5rem;
}

.image-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}
.image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}

.c-label {
  display: inline-block;
  padding: 0.5rem 0.875rem;
  color: #003d4c;
  background-color: #f3d03e;
  font-weight: 700;
  font-size: 0.75rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1rem;
}

.people-template-default .block-content__inner > div div:nth-child(2), .people-template-default .block-content__inner > div div:nth-child(3) {
  display: none;
}
.people-template-default .block-content__inner > div div:first-child .block-accordion__item-content {
  display: block;
}

.hidden-div {
  display: none;
}

.leadparagraph {
  margin-bottom: 3rem;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 48rem) {
  .leadparagraph {
    margin-bottom: 5rem;
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}

.highlight-text {
  padding: 0.1875rem 0;
  background: rgba(40, 87, 114, 0.1);
}

.page-accordion {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 48rem) {
  .page-accordion {
    margin-bottom: 5rem;
  }
}

.bellow {
  padding: 0 0 0.5rem;
  border-top: 1px solid #dadee6;
}
.bellow:last-of-type {
  border-bottom: 1px solid #dadee6;
}
.bellow:not(.active):hover, .bellow:not(.active):focus {
  background: #eceef2;
}
.bellow p:last-child {
  margin: 0;
}
.bellow.active .bellow__title::after {
  content: "\ea0e";
  font-weight: 400;
  font-size: 24px;
  font-family: "iconfont-mgo";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bellow__content {
  display: none;
  padding: 0 1.25rem 1.9375rem;
}
.bellow__title {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 2rem 1.25rem 1.5rem;
  cursor: pointer;
  transition: all 0.2s linear;
}
.bellow__title::after {
  content: "\ea0f";
  font-weight: 400;
  font-size: 24px;
  font-family: "iconfont-mgo";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bellow__title h3 {
  margin: 0;
  color: var(--blockColor, #221f20);
  transition: color 0.2s linear;
}

.page-fullwidth-image {
  padding: 2.375rem 0 4.625rem;
}
@media (max-width: 47.98rem) {
  .page-fullwidth-image {
    padding: 1.8125rem 0 3.4375rem;
  }
}
.page-fullwidth-image__wrapper::before, .page-fullwidth-image__wrapper::after {
  content: "";
  display: table;
}
.page-fullwidth-image__wrapper::after {
  clear: both;
}
.page-fullwidth-image__wrapper img {
  width: 100%;
  margin: 0;
}

@media (max-width: 47.98rem) {
  .content-image + .content-image {
    padding-top: 0.9375rem;
  }
}
.content-image__align-left, .content-image__align-right {
  width: 50%;
}
@media (max-width: 47.98rem) {
  .content-image__align-left, .content-image__align-right {
    width: 100%;
  }
}
.content-image__align-left {
  float: left;
}
@media (max-width: 47.98rem) {
  .content-image__align-left {
    float: none;
  }
}
.content-image__align-left.spacing-normal {
  padding-right: 0.9375rem;
}
@media (max-width: 47.98rem) {
  .content-image__align-left.spacing-normal {
    padding: 0 0 0.9375rem;
  }
  .content-image__align-left.spacing-normal:last-child {
    padding: 0;
  }
}
.content-image__align-right {
  float: right;
}
@media (max-width: 47.98rem) {
  .content-image__align-right {
    float: none;
  }
}
.content-image__align-right.spacing-normal {
  padding-left: 0.9375rem;
}
@media (max-width: 47.98rem) {
  .content-image__align-right.spacing-normal {
    padding: 0 0 0.9375rem;
  }
  .content-image__align-right.spacing-normal:last-child {
    padding: 0;
  }
}
.content-image img {
  width: 100%;
  margin: 0;
}

:root {
  --alert-start: 0;
}

.admin-bar {
  --alert-start: 46px;
}
@media (min-width: 48rem) {
  .admin-bar {
    --alert-start: 32px;
  }
}

.alert-bar {
  position: fixed;
  top: var(--alert-start);
  left: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
}
.alert-bar__item {
  --alert-bg-color: #070b3a;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: var(--alert-bg-color);
}
.alert-bar__item + .alert-bar__item {
  border-top: 1px solid #fff;
}
.alert-bar__item.viewed {
  display: none;
}
.alert-bar__content {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
}
.alert-bar__content p {
  margin: 0;
  font-size: 0.75rem;
  line-height: normal;
}
.alert-bar__content a {
  color: inherit;
  text-decoration: underline;
}
.alert-bar__message {
  flex: 1;
}
@media (min-width: 48rem) {
  .alert-bar__message {
    text-align: center;
  }
}
.alert-bar__close {
  position: relative;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 100%;
  background: transparent;
}
.alert-bar__close::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  padding: 1px;
  background: #fff;
  -webkit-mask-image: url(../../images/icons/close.svg);
  -webkit-mask-size: cover;
  mask-image: url(../../images/icons/close.svg);
  mask-size: cover;
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 99;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 4rem;
  transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
@media (min-width: 48rem) {
  .main-header {
    align-items: flex-start;
  }
}
body.has-sticky-nav .main-header {
  position: relative;
  transform: none !important;
}
body.scrolled .main-header {
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out, background-color 0.4s 0.4s ease-in-out;
}
body.scrolled-up .main-header {
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateY(0);
  transition: transform 0.4s ease-in-out;
}
.main-header__menu-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-self: stretch;
  width: clamp(3.125rem, 0.2334337349rem + 6.0240963855vw, 5.625rem);
}
@media (min-width: 48rem) {
  .main-header__menu-button {
    align-self: flex-start;
    padding-top: 1.75rem;
  }
}
@media (min-width: 48rem) {
  .main-header__logo {
    margin-top: 1.75rem;
  }
}
.main-header__menu-button-inner {
  position: relative;
  width: 2.375rem;
  height: 2.375rem;
}
.main-header__menu-button.active .main-header__menu-button-inner span:nth-child(1), .main-header__menu-button.active .main-header__menu-button-inner span:nth-child(2), .main-header__menu-button.active .main-header__menu-button-inner span:nth-child(3) {
  transform: scaleX(0);
}
.main-header__menu-button.active .main-header__menu-button-inner span:nth-child(1) {
  transition-delay: 0s;
}
.main-header__menu-button.active .main-header__menu-button-inner span:nth-child(2) {
  transition-delay: 0.025s;
}
.main-header__menu-button.active .main-header__menu-button-inner span:nth-child(3) {
  transition-delay: 0.05s;
}
.main-header__menu-button.active .main-header__menu-button-inner span:nth-child(4) {
  transform: rotate(45deg);
  transition-delay: 0.2s;
}
.main-header__menu-button.active .main-header__menu-button-inner span:nth-child(5) {
  transform: rotate(-45deg);
  transition-delay: 0.275s;
}
.main-header__menu-button-inner span {
  position: absolute;
  display: block;
  height: 0.125rem;
  background-color: #221f20;
  transform-origin: center right;
  transition: transform 0.2s ease-in-out;
}
.main-header__menu-button-inner span:nth-child(1) {
  top: 0.6875rem;
  right: 0.625rem;
  width: 1.125rem;
  transition-delay: 0.2s;
}
.main-header__menu-button-inner span:nth-child(2) {
  top: 1.125rem;
  right: 0.625rem;
  width: 0.875rem;
  transition-delay: 0.225s;
}
.main-header__menu-button-inner span:nth-child(3) {
  bottom: 0.6875rem;
  right: 0.625rem;
  width: 0.625rem;
  transition-delay: 0.25s;
}
.main-header__menu-button-inner span:nth-child(4), .main-header__menu-button-inner span:nth-child(5) {
  top: 0.75rem;
  width: 1.15625rem;
}
.main-header__menu-button-inner span:nth-child(4) {
  right: 0.4375rem;
  transform: rotate(45deg) scaleX(0);
  transform-origin: center left;
  transition-delay: 0.075s;
}
.main-header__menu-button-inner span:nth-child(5) {
  right: 0.75rem;
  transform: rotate(-45deg) scaleX(0);
  transition-delay: 0s;
}
.main-header__right-links {
  margin-right: clamp(1.5rem, 0.1987951807rem + 2.7108433735vw, 2.625rem);
  margin-left: auto;
  padding: 1.375rem 0rem;
}
.main-header__right-links .c-btn {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 48rem) {
  .main-header__right-links .c-btn {
    margin: 0 0 1.75rem 0;
  }
}
.main-header__right-links .c-btn:last-child {
  margin-bottom: 0;
}
@media (max-width: 47.98rem) {
  .main-header__right-links .c-btn:not(.main-header__search-button) {
    display: none;
  }
}
.main-header__mobile-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1.875rem 1.25rem 0.875rem 1.25rem;
  border-top: 1px solid rgba(79, 117, 139, 0.3);
}
@media (min-width: 48rem) {
  .main-header__mobile-links {
    display: none;
  }
}
.main-header__mobile-links .c-btn {
  padding-right: 0.8125rem;
  padding-left: 0.8125rem;
}

.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  display: none;
  width: calc(var(--vw, 1vw) * 100);
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transform: translateY(100%);
  overflow-y: auto;
  pointer-events: none;
  transition: transform 0.4s ease-in-out, opacity 0s 0.4s ease-in-out;
}
@media (min-width: 48rem) {
  .main-menu {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.main-menu::before {
  position: sticky;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  display: block;
  flex: 0 0 100%;
  width: 100%;
  height: var(--headerHeight, 0);
  background-color: #fff;
}
.main-menu.visible {
  display: block;
}
@media (min-width: 48rem) {
  .main-menu.visible {
    display: flex;
  }
}
.main-menu.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: transform 0.4s ease-in-out, opacity 0s ease-in-out;
}
.main-menu .overline {
  margin-bottom: 1.5rem;
  color: #003d4c;
}
.main-menu__menu {
  position: relative;
  margin: 0;
  padding: 0;
  padding: 3.5rem clamp(1.25rem, -1.9307228916rem + 6.6265060241vw, 4rem) 4rem;
  list-style: none;
}
@media (min-width: 48rem) {
  .main-menu__menu {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 62rem) {
  .main-menu__menu {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (min-width: 75rem) {
  .main-menu__menu {
    display: grid;
    flex: 0 0 66.666667%;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3rem;
    max-width: 66.666667%;
    column-gap: clamp(4rem, -0.3373493976rem + 9.0361445783vw, 7.75rem);
  }
}
@media (min-width: 75rem) {
  .main-menu__menu::after {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 4rem;
    content: "";
    width: 1px;
    background-color: rgba(79, 117, 139, 0.3);
  }
}
.main-menu__menu li {
  display: block;
  margin: 0 0 1.5rem 0;
}
.main-menu__menu li:last-child {
  margin-bottom: 0;
}
.main-menu__menu a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none !important;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5rem;
  letter-spacing: 0.075rem;
}
.main-menu__menu a::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0;
  margin-left: auto;
  transition: transform 0.2s linear;
  content: "\ea04";
  font-weight: 400;
  font-size: 24px;
  font-family: "iconfont-mgo";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-menu__menu a:hover::after, .main-menu__menu a:focus::after {
  transform: translateX(0.25rem);
}
.main-menu .sub-menu {
  margin: 0 0 2rem 0;
  padding: 0 0 2rem 0;
  border-bottom: 1px solid rgba(79, 117, 139, 0.3);
  list-style: 0;
}
@media (min-width: 75rem) {
  .main-menu .sub-menu {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.main-menu li:last-child > .sub-menu {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.main-menu__sidebar {
  padding: 3.5rem clamp(1.25rem, -1.9307228916rem + 6.6265060241vw, 4rem) 4rem;
  background-color: #dfeaf0;
}
@media (min-width: 48rem) {
  .main-menu__sidebar {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 62rem) {
  .main-menu__sidebar {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (min-width: 75rem) {
  .main-menu__sidebar {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.main-menu__sidebar-card {
  margin-top: 1.5rem;
  padding: 1.25rem 1.125rem;
  background-color: #003d4c;
}
.main-menu__sidebar-card-meta {
  margin-bottom: 1rem;
  color: #f3d03e;
  font-size: 0.6875rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}
.main-menu__sidebar-card-content {
  color: #fff;
}
.main-menu__sidebar-card-link {
  color: #fff;
}
.main-menu__sidebar-card-link:hover, .main-menu__sidebar-card-link:focus {
  color: #b7bf10;
}
.main-menu__sidebar-card-title {
  margin-bottom: 1.25rem;
  font-weight: 400;
  font-size: clamp(1rem, 0.7108433735rem + 0.6024096386vw, 1.25rem);
  font-family: "Source Sans Pro", sans-serif;
  line-height: clamp(1.5rem, 0.921686747rem + 1.2048192771vw, 2rem);
}
.main-menu__sidebar-card-author {
  font-weight: 500;
  font-size: 0.875rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1rem;
}
.main-menu__sidebar-card-author a {
  color: #fff;
}
.main-menu__sidebar-card-author a:hover, .main-menu__sidebar-card-author a:focus {
  color: #b7bf10;
}
.main-menu__sidebar-link {
  margin-top: 1.5rem;
  margin-left: auto;
  font-size: 1rem;
  line-height: 1rem;
}

.bottom-sticky-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 90;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc(var(--vw, 1vw) * 100);
  padding: 0.4375rem 4.5rem 0.4375rem 2rem;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
  transition: transform 0.4s ease-in-out, opacity 0s 0.4s ease-in-out;
}
body.scrolled-down .bottom-sticky-nav {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: transform 0.4s ease-in-out;
}
.bottom-sticky-nav__logo {
  width: 4.125rem;
  height: 4.125rem;
}
.bottom-sticky-nav__logo-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5rem;
}
.bottom-sticky-nav__logo-link span {
  margin-left: 0.5625rem;
}
.bottom-sticky-nav__logo-link .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.1875rem;
  line-height: 0;
}
.bottom-sticky-nav__logo-link .icon::before {
  font-size: inherit;
}
.bottom-sticky-nav__links {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  margin-left: auto;
  padding: 0;
  list-style: none;
}
@media (max-width: 47.98rem) {
  .bottom-sticky-nav__links {
    display: none;
  }
}
.bottom-sticky-nav__link-item {
  margin-right: clamp(1.25rem, 0.3825301205rem + 1.8072289157vw, 2rem);
}
.bottom-sticky-nav__link {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
}

.search-box {
  position: fixed;
  top: calc(var(--headerHeight, 0px) + clamp(2rem, -0.8915662651rem + 6.0240963855vw, 4.5rem));
  left: 0;
  bottom: 0;
  z-index: 99999;
  width: calc(var(--vw, 1vw) * 100);
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
  transition: transform 0.4s ease-in-out, opacity 0s 0.4s ease-in-out;
}
.search-box.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: transform 0.4s ease-in-out;
}
.search-box__container {
  position: relative;
  width: 80.625rem;
  height: 100%;
  max-width: calc(100% - 2.5rem);
  padding-top: clamp(2rem, -0.6024096386rem + 5.421686747vw, 4.25rem);
  padding-bottom: clamp(2rem, -0.6024096386rem + 5.421686747vw, 4.25rem);
  border-radius: 0.25rem 0.25rem 0rem 0rem;
  background: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
.search-box__form {
  max-width: 53.125rem;
  margin: 0 auto;
}
.search-box .search-field {
  margin: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 1px solid rgba(79, 117, 139, 0.3);
}
.search-box .search-field__input {
  font-weight: 400 !important;
  font-size: clamp(1.25rem, -0.3403614458rem + 3.313253012vw, 2.625rem) !important;
  font-family: "Georgia", serif !important;
  line-height: 1.142857 !important;
  border: none !important;
}

/* stylelint-disable no-descending-specificity */
body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn) {
  margin-right: auto !important;
  margin-left: auto !important;
  width: calc(var(--columnWidth) * 12 - 0.9375rem);
  /* stylelint-disable-line order/order */
  max-width: calc(var(--columnMaxWidth) * 12 - 0.9375rem);
}
@media (min-width: 36rem) {
  body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn) {
    width: calc(var(--columnWidth) * 12 - 1.25rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 1.25rem);
  }
}
@media (min-width: 48rem) {
  body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn) {
    width: calc(var(--columnWidth) * 12 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 2rem);
  }
}
@media (min-width: 62rem) {
  body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn) {
    width: calc(var(--columnWidth) * 10 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 10 - 2rem);
  }
}
@media (min-width: 75rem) {
  body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn) {
    width: calc(var(--columnWidth) * 8 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 8 - 2rem);
  }
}
body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn).is-style-narrow {
  width: calc(var(--columnWidth) * 12 - 0.9375rem);
  /* stylelint-disable-line order/order */
  max-width: calc(var(--columnMaxWidth) * 12 - 0.9375rem);
}
@media (min-width: 36rem) {
  body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn).is-style-narrow {
    width: calc(var(--columnWidth) * 9 - 1.25rem);
    max-width: calc(var(--columnMaxWidth) * 9 - 1.25rem);
  }
}
@media (min-width: 48rem) {
  body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn).is-style-narrow {
    width: calc(var(--columnWidth) * 8 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 8 - 2rem);
  }
}
@media (min-width: 62rem) {
  body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn).is-style-narrow {
    width: calc(var(--columnWidth) * 7 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 7 - 2rem);
  }
}
@media (min-width: 75rem) {
  body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn).is-style-narrow {
    width: calc(var(--columnWidth) * 6 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 6 - 2rem);
  }
}
body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn).is-style-ten-col {
  width: calc(var(--columnWidth) * 12 - 0.9375rem);
  /* stylelint-disable-line order/order */
  max-width: calc(var(--columnMaxWidth) * 12 - 0.9375rem);
}
@media (min-width: 36rem) {
  body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn).is-style-ten-col {
    width: calc(var(--columnWidth) * 12 - 1.25rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 1.25rem);
  }
}
@media (min-width: 48rem) {
  body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn).is-style-ten-col {
    width: calc(var(--columnWidth) * 10 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 10 - 2rem);
  }
}
body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn).is-style-full {
  width: calc(var(--columnWidth) * 12 - 0.9375rem);
  /* stylelint-disable-line order/order */
  max-width: calc(var(--columnMaxWidth) * 12 - 0.9375rem);
}
@media (min-width: 36rem) {
  body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn).is-style-full {
    width: calc(var(--columnWidth) * 12 - 1.25rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 1.25rem);
  }
}
@media (min-width: 48rem) {
  body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn).is-style-full {
    width: calc(var(--columnWidth) * 12 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 2rem);
  }
}
body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn).is-style-wide {
  width: calc(var(--columnWidth) * 12 - 0.9375rem);
  /* stylelint-disable-line order/order */
  max-width: calc(var(--columnMaxWidth) * 12 - 0.9375rem);
}
@media (min-width: 36rem) {
  body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn).is-style-wide {
    width: calc(var(--columnWidth) * 12 - 1.25rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 1.25rem);
  }
}
@media (min-width: 48rem) {
  body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn).is-style-wide {
    width: calc(var(--columnWidth) * 12 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 2rem);
  }
}
@media (min-width: 62rem) {
  body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn).is-style-wide {
    width: calc(var(--columnWidth) * 11 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 11 - 2rem);
  }
}
body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn) > .wp-block-embed {
  margin-right: auto;
  margin-left: auto;
  width: calc(var(--columnWidth) * 12 - 0.9375rem);
  /* stylelint-disable-line order/order */
  max-width: calc(var(--columnMaxWidth) * 12 - 0.9375rem);
}
@media (min-width: 36rem) {
  body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn) > .wp-block-embed {
    width: calc(var(--columnWidth) * 12 - 1.25rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 1.25rem);
  }
}
@media (min-width: 48rem) {
  body:not(.wp-admin) .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn) > .wp-block-embed {
    width: calc(var(--columnWidth) * 12 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 2rem);
  }
}

#page > .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn):first-child,
article > .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn):first-child {
  padding-top: clamp(3rem, 1.265060241rem + 3.6144578313vw, 4.5rem);
}
#page > .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn):last-child,
article > .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn):last-child {
  padding-bottom: clamp(6rem, 2.5301204819rem + 7.2289156627vw, 9rem);
}
#page > .content-wrapper > h1:first-child, #page > .content-wrapper > .t1:first-child, #page > .content-wrapper > .has-t-1-font-size:first-child, #page > .content-wrapper > h2:first-child, #page > .content-wrapper > .t2:first-child, #page > .content-wrapper > .has-t-2-font-size:first-child, #page > .content-wrapper > h3:first-child, #page > .content-wrapper > .t3:first-child, #page > .content-wrapper > .has-t-3-font-size:first-child, #page > .content-wrapper > h4:first-child, #page > .content-wrapper > .t4:first-child, #page > .content-wrapper > .has-t-4-font-size:first-child, #page > .content-wrapper > h5:first-child, #page > .content-wrapper > .t5:first-child, #page > .content-wrapper > .has-t-5-font-size:first-child, #page > .content-wrapper > h6:first-child, #page > .content-wrapper > .t6:first-child, #page > .content-wrapper > .has-t-6-font-size:first-child,
article > .content-wrapper > h1:first-child,
article > .content-wrapper > .t1:first-child,
article > .content-wrapper > .has-t-1-font-size:first-child,
article > .content-wrapper > h2:first-child,
article > .content-wrapper > .t2:first-child,
article > .content-wrapper > .has-t-2-font-size:first-child,
article > .content-wrapper > h3:first-child,
article > .content-wrapper > .t3:first-child,
article > .content-wrapper > .has-t-3-font-size:first-child,
article > .content-wrapper > h4:first-child,
article > .content-wrapper > .t4:first-child,
article > .content-wrapper > .has-t-4-font-size:first-child,
article > .content-wrapper > h5:first-child,
article > .content-wrapper > .t5:first-child,
article > .content-wrapper > .has-t-5-font-size:first-child,
article > .content-wrapper > h6:first-child,
article > .content-wrapper > .t6:first-child,
article > .content-wrapper > .has-t-6-font-size:first-child {
  padding-top: clamp(3rem, 1.265060241rem + 3.6144578313vw, 4.5rem) !important;
}
#page > .content-wrapper > p:not(.has-lead-font-size):first-child,
article > .content-wrapper > p:not(.has-lead-font-size):first-child {
  padding-top: clamp(3rem, 1.265060241rem + 3.6144578313vw, 4.5rem) !important;
}
#page > .content-wrapper > .has-lead-font-size,
article > .content-wrapper > .has-lead-font-size {
  margin-top: clamp(5.5rem, 2.6084337349rem + 6.0240963855vw, 8rem);
  margin-bottom: clamp(6rem, 2.5301204819rem + 7.2289156627vw, 9rem);
  padding-top: 0 !important;
}
#page > .content-wrapper > .acf-block.bg-transparent + h1, #page > .content-wrapper > .acf-block.bg-transparent + .t1, #page > .content-wrapper > .acf-block.bg-transparent + .has-t-1-font-size, #page > .content-wrapper > .acf-block.bg-transparent + h2, #page > .content-wrapper > .acf-block.bg-transparent + .t2, #page > .content-wrapper > .acf-block.bg-transparent + .has-t-2-font-size, #page > .content-wrapper > .acf-block.bg-transparent + h3, #page > .content-wrapper > .acf-block.bg-transparent + .t3, #page > .content-wrapper > .acf-block.bg-transparent + .has-t-3-font-size, #page > .content-wrapper > .acf-block.bg-transparent + h4, #page > .content-wrapper > .acf-block.bg-transparent + .t4, #page > .content-wrapper > .acf-block.bg-transparent + .has-t-4-font-size, #page > .content-wrapper > .acf-block.bg-transparent + h5, #page > .content-wrapper > .acf-block.bg-transparent + .t5, #page > .content-wrapper > .acf-block.bg-transparent + .has-t-5-font-size, #page > .content-wrapper > .acf-block.bg-transparent + h6, #page > .content-wrapper > .acf-block.bg-transparent + .t6, #page > .content-wrapper > .acf-block.bg-transparent + .has-t-6-font-size,
article > .content-wrapper > .acf-block.bg-transparent + h1,
article > .content-wrapper > .acf-block.bg-transparent + .t1,
article > .content-wrapper > .acf-block.bg-transparent + .has-t-1-font-size,
article > .content-wrapper > .acf-block.bg-transparent + h2,
article > .content-wrapper > .acf-block.bg-transparent + .t2,
article > .content-wrapper > .acf-block.bg-transparent + .has-t-2-font-size,
article > .content-wrapper > .acf-block.bg-transparent + h3,
article > .content-wrapper > .acf-block.bg-transparent + .t3,
article > .content-wrapper > .acf-block.bg-transparent + .has-t-3-font-size,
article > .content-wrapper > .acf-block.bg-transparent + h4,
article > .content-wrapper > .acf-block.bg-transparent + .t4,
article > .content-wrapper > .acf-block.bg-transparent + .has-t-4-font-size,
article > .content-wrapper > .acf-block.bg-transparent + h5,
article > .content-wrapper > .acf-block.bg-transparent + .t5,
article > .content-wrapper > .acf-block.bg-transparent + .has-t-5-font-size,
article > .content-wrapper > .acf-block.bg-transparent + h6,
article > .content-wrapper > .acf-block.bg-transparent + .t6,
article > .content-wrapper > .acf-block.bg-transparent + .has-t-6-font-size {
  margin-top: clamp(-1rem, 0.078313253rem + -1.2048192771vw, -0.5rem);
}
#page > .content-wrapper > .acf-block.bg-transparent + p,
article > .content-wrapper > .acf-block.bg-transparent + p {
  margin-top: clamp(-1rem, 0.078313253rem + -1.2048192771vw, -0.5rem);
  padding-top: clamp(6rem, 2.5301204819rem + 7.2289156627vw, 9rem);
}
#page > .content-wrapper > .block-hero:first-child,
article > .content-wrapper > .block-hero:first-child {
  margin-top: -4.75rem;
}

.acf-block:not(.bg-white):not(.bg-transparent) + *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn),
.block-content-card-section + *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn),
.block-content-image--default + *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn),
.solution-industry-single__hero + *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-separator):not(.c-btn) {
  padding-top: clamp(5.5rem, 2.6084337349rem + 6.0240963855vw, 8rem);
}

.content-wrapper ul:not([class]),
.content-wrapper ul.is-style-default,
.content-wrapper > ul,
.content-wrapper ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable),
.content-wrapper ol {
  margin-top: clamp(1.25rem, 0.3825301205rem + 1.8072289157vw, 2rem);
  margin-bottom: clamp(1.25rem, 0.3825301205rem + 1.8072289157vw, 2rem);
  padding-left: clamp(1.25rem, 0.3825301205rem + 1.8072289157vw, 2rem);
}
.content-wrapper ul:not([class]):first-child,
.content-wrapper ul.is-style-default:first-child,
.content-wrapper > ul:first-child,
.content-wrapper ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable):first-child,
.content-wrapper ol:first-child {
  margin-top: 0;
}
.content-wrapper ul:not([class]):last-child,
.content-wrapper ul.is-style-default:last-child,
.content-wrapper > ul:last-child,
.content-wrapper ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable):last-child,
.content-wrapper ol:last-child {
  margin-bottom: 0;
}
.content-wrapper ul:not([class]) ul,
.content-wrapper ul:not([class]) ol,
.content-wrapper ul.is-style-default ul,
.content-wrapper ul.is-style-default ol,
.content-wrapper > ul ul,
.content-wrapper > ul ol,
.content-wrapper ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) ul,
.content-wrapper ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) ol,
.content-wrapper ol ul,
.content-wrapper ol ol {
  margin-top: 0.8888889em;
}
.content-wrapper ul:not([class]) li,
.content-wrapper ul.is-style-default li,
.content-wrapper > ul li,
.content-wrapper ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li,
.content-wrapper ol li {
  margin-bottom: 0.8888889em;
}
.content-wrapper ul:not([class]) li:last-child,
.content-wrapper ul.is-style-default li:last-child,
.content-wrapper > ul li:last-child,
.content-wrapper ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li:last-child,
.content-wrapper ol li:last-child {
  margin-bottom: 0;
}
.content-wrapper ul:not([class]) li ul,
.content-wrapper ul:not([class]) li ol,
.content-wrapper ul.is-style-default li ul,
.content-wrapper ul.is-style-default li ol,
.content-wrapper > ul li ul,
.content-wrapper > ul li ol,
.content-wrapper ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li ul,
.content-wrapper ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li ol,
.content-wrapper ol li ul,
.content-wrapper ol li ol {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .content-wrapper ul:not([class]) li ul,
.content-wrapper ul:not([class]) li ol,
.content-wrapper ul.is-style-default li ul,
.content-wrapper ul.is-style-default li ol,
.content-wrapper > ul li ul,
.content-wrapper > ul li ol,
.content-wrapper ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li ul,
.content-wrapper ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li ol,
.content-wrapper ol li ul,
.content-wrapper ol li ol {
    margin-bottom: 0;
  }
}
.content-wrapper ul:not([class]) li,
.content-wrapper ul.is-style-default li,
.content-wrapper > ul:not(.is-style-check-icon) li,
.content-wrapper ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li {
  position: relative;
  list-style-type: none;
}
.content-wrapper ul:not([class]) li::before,
.content-wrapper ul.is-style-default li::before,
.content-wrapper > ul:not(.is-style-check-icon) li::before,
.content-wrapper ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li::before {
  position: absolute;
  top: 0;
  left: clamp(-1.375rem, -0.296686747rem + -1.2048192771vw, -0.875rem);
  content: "•";
  display: inline-block;
  color: currentcolor;
}
.content-wrapper ul:not([class]) ul,
.content-wrapper ul.is-style-default ul,
.content-wrapper > ul:not(.is-style-check-icon) ul,
.content-wrapper ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) ul {
  padding-left: clamp(0.875rem, 0.0075301205rem + 1.8072289157vw, 1.625rem);
}
.content-wrapper ul.is-style-check-icon {
  padding-left: clamp(1.25rem, 0.8885542169rem + 0.7530120482vw, 1.5625rem);
}
.content-wrapper ul.is-style-check-icon ul,
.content-wrapper ul.is-style-check-icon ol {
  margin-top: 0.8888889em;
}
.content-wrapper ul.is-style-check-icon li {
  position: relative;
  margin-bottom: 0.8888889em;
  list-style-type: none;
}
.content-wrapper ul.is-style-check-icon li::before {
  position: absolute;
  top: 0;
  left: clamp(-1.625rem, -1.0858433735rem + -0.6024096386vw, -1.375rem);
  content: "•";
  display: inline-block;
}
.content-wrapper ul.is-style-check-icon li ul,
.content-wrapper ul.is-style-check-icon li ol {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .content-wrapper ul.is-style-check-icon li ul,
.content-wrapper ul.is-style-check-icon li ol {
    margin-bottom: 0;
  }
}
.content-wrapper ul.is-style-check-icon > li {
  position: relative;
}
.content-wrapper ul.is-style-check-icon > li::before {
  top: 0.2em;
  left: clamp(-1.625rem, -1.0858433735rem + -0.6024096386vw, -1.375rem);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1111111em !important;
  line-height: inherit;
  content: "\ea0c";
  font-weight: 400;
  font-size: 24px;
  font-family: "iconfont-mgo";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content-wrapper ol {
  list-style-type: none;
  counter-reset: item;
}
.content-wrapper ol[start] {
  counter-reset: none;
}
.content-wrapper ol li {
  position: relative;
}
.content-wrapper ol li::before {
  position: absolute;
  top: 0;
  left: clamp(-1.75rem, -0.671686747rem + -1.2048192771vw, -1.25rem);
  content: counters(item, ".") ".";
  counter-increment: item;
}
.content-wrapper ol ol {
  padding-left: clamp(1.75rem, 0.8825301205rem + 1.8072289157vw, 2.5rem);
}
.content-wrapper ol ol li::before {
  left: -0.375rem;
  content: counters(item, ".") " ";
  transform: translateX(-100%);
}

.default-content {
  margin-top: clamp(3rem, 0.686746988rem + 4.8192771084vw, 5rem);
  margin-bottom: clamp(3rem, 0.686746988rem + 4.8192771084vw, 5rem);
}
.default-content img {
  margin: 1.75rem 0;
}

.default-heading {
  margin-top: clamp(-6rem, 1.5481927711rem + -8.4337349398vw, -2.5rem);
  margin-bottom: clamp(3rem, 0.686746988rem + 4.8192771084vw, 5rem);
  text-align: center;
}

/* stylelint-enable no-descending-specificity */
.search-hero {
  margin-bottom: 2.5rem;
}
@media (min-width: 48rem) {
  .search-hero {
    margin-bottom: 5rem;
  }
}

.search-field {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 0.875rem;
}
@media (min-width: 48rem) {
  .search-field {
    margin-bottom: 2.5rem;
  }
}
.search-field__input {
  flex: 1;
  line-height: 1;
  border: none;
  appearance: none;
  font-weight: 400;
  font-size: clamp(2rem, 0.265060241rem + 3.6144578313vw, 3.5rem);
  font-family: "Georgia", serif;
  line-height: clamp(2.625rem, 1.3237951807rem + 2.7108433735vw, 3.75rem);
}
@media (min-width: 48rem) {
  .search-field__input {
    line-height: 1;
  }
}
.search-field__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border: none;
  background: none;
  transition: all 0.2s linear;
}
.search-field__submit::before {
  line-height: 0;
  content: "\ea30";
  font-weight: 400;
  font-size: 2rem;
  font-family: "iconfont-mgo";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-field__submit:hover {
  color: #285772;
}

.search-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  padding-bottom: 2.4375rem;
  border-bottom: 1px solid #dadee6;
}
.search-result__subtitle {
  font-weight: 700;
  font-size: 0.75rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.search-result__title {
  margin: 0;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.0075301205rem + 1.8072289157vw, 1.625rem);
  font-family: "Georgia", serif;
  line-height: clamp(1.25rem, 0.3825301205rem + 1.8072289157vw, 2rem);
}
.search-result__excerpt {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5rem;
}
.search-result__excerpt p {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5rem;
}

.main-footer {
  padding: clamp(3rem, 1.843373494rem + 2.4096385542vw, 4rem) 0 clamp(7rem, 5.4096385542rem + 3.313253012vw, 8.375rem) 0;
  color: #fff;
  background-color: #221f20;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5rem;
}
.main-footer a {
  color: #fff;
  text-decoration: none;
}
.main-footer a:hover, .main-footer a:focus {
  color: #f3d03e;
  text-decoration: none;
}
.main-footer p {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
.main-footer p:last-child {
  margin-bottom: 0;
}
.main-footer__top {
  margin-bottom: clamp(2rem, -1.1807228916rem + 6.6265060241vw, 4.75rem);
}
.main-footer__top-content-col {
  margin-bottom: 3rem;
}
@media (min-width: 62rem) {
  .main-footer__top-content-col {
    flex: 0 0 34%;
    max-width: 26rem;
    margin-right: auto;
    margin-bottom: 0;
  }
}
.main-footer__logo {
  margin-bottom: 1.5rem;
  transition: opacity 0.2s linear;
}
.main-footer__logo:hover, .main-footer__logo:focus {
  opacity: 0.7;
}
.main-footer__menu-col {
  margin-bottom: 2rem;
}
@media (min-width: 62rem) {
  .main-footer__menu-col {
    flex: 0 0 21%;
    max-width: 21%;
  }
}
.main-footer__menu-col:last-child {
  margin-bottom: 0;
}
.main-footer__menu-heading {
  margin-bottom: 1.5rem;
  color: #b7bf10;
  font-weight: 700;
  font-size: 0.75rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.main-footer__menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-footer__menu .menu-item {
  display: block;
  margin-bottom: 1rem;
}
.main-footer__menu .menu-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 36rem) {
  .main-footer__bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.main-footer__copyright {
  width: 100%;
  margin-bottom: clamp(2rem, -0.0240963855rem + 4.2168674699vw, 3.75rem);
}
@media (min-width: 36rem) {
  .main-footer__copyright {
    padding: clamp(2rem, 1.421686747rem + 1.2048192771vw, 2.5rem) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 62rem) {
  .main-footer__copyright {
    text-align: center;
  }
}
@media (min-width: 62rem) {
  .main-footer__copyright > * {
    max-width: 46.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.main-footer__bottom-links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.25rem;
}
@media (min-width: 36rem) {
  .main-footer__bottom-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.main-footer__bottom-links .menu-item {
  margin-bottom: 0.75rem;
}
@media (min-width: 36rem) {
  .main-footer__bottom-links .menu-item {
    margin: 0rem 1rem 0.5rem 0rem;
  }
}
.main-footer__bottom-links a {
  opacity: 0.6;
  transition: opacity 0.2s linear;
}
.main-footer__bottom-links a:hover, .main-footer__bottom-links a:focus {
  color: #fff;
  opacity: 1;
}
.main-footer__social-links {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-footer__social-link-wrapper {
  margin-right: 1.5rem;
}
.main-footer__social-link {
  display: block;
  color: #4f758b !important;
}
.main-footer__social-link:hover, .main-footer__social-link:focus {
  color: #fff !important;
}
.main-footer__social-link .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}
.main-footer__social-link .icon::before {
  font-size: 2.5rem;
  line-height: 0;
}

.footer-cta {
  padding: clamp(3rem, 1.1204819277rem + 3.9156626506vw, 4.625rem) 0;
  background: #f3d03e;
}
@media (min-width: 48rem) {
  .footer-cta__container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}
.footer-cta__heading {
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 2rem;
  font-family: "Georgia", serif;
  line-height: 1;
}
@media (min-width: 48rem) {
  .footer-cta__heading {
    margin: 0.5rem 1.25rem 0rem 0rem;
  }
}
@media (min-width: 48rem) {
  .footer-cta .hbspt-form {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    align-items: flex-start;
    max-width: 50rem;
    margin-left: auto;
  }
}
@media (min-width: 48rem) {
  .footer-cta form {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    align-items: flex-start;
  }
}
.footer-cta input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button),
.footer-cta textarea,
.footer-cta select {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  border: none !important;
  border-radius: 0.125rem !important;
  background-color: transparent !important;
}
.footer-cta input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button):focus,
.footer-cta textarea:focus,
.footer-cta select:focus {
  background-color: #fff !important;
}
.footer-cta div.input {
  height: 3rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #4f758b;
}
.footer-cta input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  background-color: #4f758b;
}
@media (min-width: 48rem) {
  .footer-cta input[type=submit] {
    margin: 0;
  }
}
.footer-cta input[type=submit]:hover, .footer-cta input[type=submit]:focus {
  background-color: #244659;
}
@media (min-width: 48rem) {
  .footer-cta .hs-submit {
    margin: 0 0 0 1rem;
  }
}
@media (min-width: 48rem) {
  .footer-cta .hs-form-field {
    flex-grow: 1;
    margin-bottom: 0 !important;
    margin-left: 1rem;
  }
}
.footer-cta .hs-form-field > label {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  pointer-events: none;
}

.wp-block-html:first-child .iframe-wrapper:first-child {
  margin-top: 0;
}
.wp-block-html:last-child .iframe-wrapper:last-child {
  margin-bottom: 0;
}
#page > .content-wrapper > .wp-block-html {
  padding: clamp(6rem, 2.5301204819rem + 7.2289156627vw, 9rem) 0;
}
.bg-white + .wp-block-html {
  padding-top: 0;
}
.wp-block-html + .acf-block.bg-white {
  padding-top: 0;
}
.wp-block-html iframe:not([title=reCAPTCHA]) {
  width: 100%;
  min-height: 25rem;
}
.wp-block-html .iframe-wrapper {
  padding-bottom: 75%;
}

.wp-block-image {
  margin: 0;
}
.content-wrapper > .wp-block-image {
  margin: clamp(6rem, 2.5301204819rem + 7.2289156627vw, 9rem) auto;
}
.content-wrapper > .wp-block-image.size-half-fluid, .content-wrapper > .wp-block-image.size-half-fixed {
  width: calc(var(--columnWidth) * 12 - 0.9375rem);
  /* stylelint-disable-line order/order */
  max-width: calc(var(--columnMaxWidth) * 12 - 0.9375rem);
}
@media (min-width: 36rem) {
  .content-wrapper > .wp-block-image.size-half-fluid, .content-wrapper > .wp-block-image.size-half-fixed {
    width: calc(var(--columnWidth) * 12 - 1.25rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 1.25rem);
  }
}
@media (min-width: 48rem) {
  .content-wrapper > .wp-block-image.size-half-fluid, .content-wrapper > .wp-block-image.size-half-fixed {
    width: calc(var(--columnWidth) * 6 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 6 - 2rem);
  }
}
.content-wrapper > .wp-block-image.size-full-fluid, .content-wrapper > .wp-block-image.size-full-fixed {
  width: calc(var(--columnWidth) * 12 - 0.9375rem);
  /* stylelint-disable-line order/order */
  max-width: calc(var(--columnMaxWidth) * 12 - 0.9375rem);
}
@media (min-width: 36rem) {
  .content-wrapper > .wp-block-image.size-full-fluid, .content-wrapper > .wp-block-image.size-full-fixed {
    width: calc(var(--columnWidth) * 12 - 1.25rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 1.25rem);
  }
}
@media (min-width: 48rem) {
  .content-wrapper > .wp-block-image.size-full-fluid, .content-wrapper > .wp-block-image.size-full-fixed {
    width: calc(var(--columnWidth) * 12 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 2rem);
  }
}
.content-wrapper > .wp-block-image.size-full-fluid img, .content-wrapper > .wp-block-image.size-full-fixed img {
  width: 100%;
}
.wp-block-image + p {
  margin-top: 1.75rem;
}

.wp-block-separator {
  margin: clamp(1.5rem, -1.9698795181rem + 7.2289156627vw, 4.5rem) auto;
  padding: 0 !important;
  border-width: 1px 0 0 0 !important;
  border-top: 1px solid #221f20 !important;
  width: calc(var(--columnWidth) * 12 - 0.9375rem);
  /* stylelint-disable-line order/order */
  max-width: calc(var(--columnMaxWidth) * 12 - 0.9375rem);
}
@media (min-width: 36rem) {
  .wp-block-separator {
    width: calc(var(--columnWidth) * 12 - 1.25rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 1.25rem);
  }
}
@media (min-width: 48rem) {
  .wp-block-separator {
    width: calc(var(--columnWidth) * 12 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 2rem);
  }
}

.wp-block-quote {
  margin: 1.5rem auto 3rem auto;
  padding-left: clamp(1.25rem, 0.3825301205rem + 1.8072289157vw, 2rem);
  border-left: 0.25rem solid #221f20;
  font-size: clamp(1.5rem, 0.343373494rem + 2.4096385542vw, 2.5rem);
  font-family: "Georgia", serif;
  line-height: clamp(2rem, 0.265060241rem + 3.6144578313vw, 3.5rem);
}
.wp-block-quote:first-child {
  margin-top: 0;
}
.wp-block-quote:last-child {
  margin-bottom: 0;
}
.wp-block-quote cite {
  display: block;
  margin-top: -0.5rem;
  font-weight: 400 !important;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5rem;
}
.wp-block-quote cite br + em {
  margin-left: 0;
  padding-left: 0;
}
.wp-block-quote cite br + em::after {
  display: none;
}
.wp-block-quote cite em {
  position: relative;
  color: var(--blockColor, #38383f);
  font-weight: 300 !important;
  font-style: normal;
}
@media (max-width: 35.98rem) {
  .wp-block-quote cite em {
    display: block;
  }
}
@media (min-width: 36rem) {
  .wp-block-quote cite em {
    margin-left: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 36rem) {
  .wp-block-quote cite em::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 1px;
    height: 1rem;
    background-color: #221f20;
    background-color: var(--blockColor, #221f20);
    transform: translateY(-50%);
  }
}
.wp-block-quote p {
  font-size: clamp(1.5rem, 0.343373494rem + 2.4096385542vw, 2.5rem);
  font-family: "Georgia", serif;
  line-height: clamp(2rem, 0.265060241rem + 3.6144578313vw, 3.5rem);
  margin-bottom: clamp(1.5rem, -0.234939759rem + 3.6144578313vw, 3rem);
}
.wp-block-quote p:not([class*=-font-size]) {
  font-size: clamp(1.5rem, 0.343373494rem + 2.4096385542vw, 2.5rem);
  font-family: "Georgia", serif;
  line-height: clamp(2rem, 0.265060241rem + 3.6144578313vw, 3.5rem);
  margin-bottom: clamp(1.5rem, -0.234939759rem + 3.6144578313vw, 3rem);
}

.wp-block-embed {
  margin-right: auto;
  margin-left: auto;
  width: calc(var(--columnWidth) * 12 - 0.9375rem);
  /* stylelint-disable-line order/order */
  max-width: calc(var(--columnMaxWidth) * 12 - 0.9375rem);
}
@media (min-width: 36rem) {
  .wp-block-embed {
    width: calc(var(--columnWidth) * 12 - 1.25rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 1.25rem);
  }
}
@media (min-width: 48rem) {
  .wp-block-embed {
    width: calc(var(--columnWidth) * 12 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 2rem);
  }
}

.wp-block-video {
  margin: clamp(3rem, 0.1084337349rem + 6.0240963855vw, 5.5rem) auto;
}
.block-column > .wp-block-video:first-child {
  margin-top: 0;
}
.block-column > .wp-block-video:last-child {
  margin-bottom: 0;
}

.wp-block-columns {
  margin: 0 auto;
  width: calc(var(--columnWidth) * 12 - 0.9375rem);
  /* stylelint-disable-line order/order */
  max-width: calc(var(--columnMaxWidth) * 12 - 0.9375rem);
}
@media (min-width: 36rem) {
  .wp-block-columns {
    width: calc(var(--columnWidth) * 12 - 1.25rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 1.25rem);
  }
}
@media (min-width: 48rem) {
  .wp-block-columns {
    width: calc(var(--columnWidth) * 12 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 2rem);
  }
}
.wp-block-columns.is-style-standard {
  width: calc(var(--columnWidth) * 12 - 0.9375rem);
  /* stylelint-disable-line order/order */
  max-width: calc(var(--columnMaxWidth) * 12 - 0.9375rem);
}
@media (min-width: 36rem) {
  .wp-block-columns.is-style-standard {
    width: calc(var(--columnWidth) * 12 - 1.25rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 1.25rem);
  }
}
@media (min-width: 48rem) {
  .wp-block-columns.is-style-standard {
    width: calc(var(--columnWidth) * 12 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 12 - 2rem);
  }
}
@media (min-width: 62rem) {
  .wp-block-columns.is-style-standard {
    width: calc(var(--columnWidth) * 10 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 10 - 2rem);
  }
}
@media (min-width: 75rem) {
  .wp-block-columns.is-style-standard {
    width: calc(var(--columnWidth) * 8 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 8 - 2rem);
  }
}
.wp-block-columns.is-style-narrow {
  width: calc(var(--columnWidth) * 12 - 0.9375rem);
  /* stylelint-disable-line order/order */
  max-width: calc(var(--columnMaxWidth) * 12 - 0.9375rem);
}
@media (min-width: 36rem) {
  .wp-block-columns.is-style-narrow {
    width: calc(var(--columnWidth) * 9 - 1.25rem);
    max-width: calc(var(--columnMaxWidth) * 9 - 1.25rem);
  }
}
@media (min-width: 48rem) {
  .wp-block-columns.is-style-narrow {
    width: calc(var(--columnWidth) * 8 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 8 - 2rem);
  }
}
@media (min-width: 62rem) {
  .wp-block-columns.is-style-narrow {
    width: calc(var(--columnWidth) * 7 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 7 - 2rem);
  }
}
@media (min-width: 75rem) {
  .wp-block-columns.is-style-narrow {
    width: calc(var(--columnWidth) * 6 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 6 - 2rem);
  }
}
.wp-block-columns.is-style-ten-col {
  width: calc(var(--columnWidth) * 12 - 0.9375rem);
  /* stylelint-disable-line order/order */
  max-width: calc(var(--columnMaxWidth) * 12 - 0.9375rem);
}
@media (min-width: 36rem) {
  .wp-block-columns.is-style-ten-col {
    width: calc(var(--columnWidth) * 10 - 1.25rem);
    max-width: calc(var(--columnMaxWidth) * 10 - 1.25rem);
  }
}
@media (min-width: 48rem) {
  .wp-block-columns.is-style-ten-col {
    width: calc(var(--columnWidth) * 10 - 2rem);
    max-width: calc(var(--columnMaxWidth) * 10 - 2rem);
  }
}
.wp-block-columns .block-accordion__button {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.wp-block-columns .block-accordion__item-content {
  margin-top: 0;
}

.wp-block-column.is-vertically-aligned-center > :first-child {
  margin-top: auto;
}
.wp-block-column.is-vertically-aligned-center > :last-child {
  margin-bottom: auto;
}
.wp-block-column.is-vertically-aligned-bottom > :last-child {
  margin-bottom: 0;
}
.wp-block-column .block-buttons .c-btn:last-child {
  margin-bottom: unset;
}

.columns-block-wrapper.bg-transparent + .columns-block-wrapper.bg-transparent {
  margin-top: clamp(-6rem, 3.7048192771rem + -10.843373494vw, -1.5rem);
}
.columns-block-wrapper.bg-light + .columns-block-wrapper.bg-light {
  margin-top: clamp(-6rem, 3.7048192771rem + -10.843373494vw, -1.5rem);
}
.columns-block-wrapper.bg-light-gray + .columns-block-wrapper.bg-light-gray {
  margin-top: clamp(-6rem, 3.7048192771rem + -10.843373494vw, -1.5rem);
}
.columns-block-wrapper.bg-dark + .columns-block-wrapper.bg-dark {
  margin-top: clamp(-6rem, 3.7048192771rem + -10.843373494vw, -1.5rem);
}
.columns-block-wrapper.bg-gold + .columns-block-wrapper.bg-gold {
  margin-top: clamp(-6rem, 3.7048192771rem + -10.843373494vw, -1.5rem);
}
.columns-block-wrapper.bg-green + .columns-block-wrapper.bg-green {
  margin-top: clamp(-6rem, 3.7048192771rem + -10.843373494vw, -1.5rem);
}
.block-content-section .columns-block-wrapper {
  margin: clamp(1.5rem, 0.921686747rem + 1.2048192771vw, 2rem) 0 !important;
  padding: 0;
}
.block-content-section .columns-block-wrapper:first-child {
  margin-top: 0 !important;
}
.block-content-section .columns-block-wrapper:last-child {
  margin-bottom: 0 !important;
}
.block-content-section h2 + .columns-block-wrapper {
  margin-top: clamp(2rem, -0.313253012rem + 4.8192771084vw, 4rem) !important;
}