@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

html {
  font-size: 1rem;
  box-sizing: border-box;
}

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

body {
  font-family: "Lato", ui-sans-serif, system-ui, -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: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #01244D;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1024px) {
  body {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

a {
  color: #01244D;
  text-decoration: underline;
  transition: all 0.3s ease;
}
a:hover, a:active, a:focus {
  color: #095799;
}
a img, a svg {
  border: 0;
}

strong {
  font-weight: 700;
}

p, ol, ul, dl {
  margin: 0 0 1.5rem 0;
}

blockquote, figure {
  margin: 0;
}

ul, ol {
  margin-left: 20px;
  padding: 0;
}

li {
  padding: 0;
  margin: 0;
  line-height: 1.6;
}

li + li,
li > ul {
  margin-top: 0.5em;
}

ul.is-plain {
  margin-left: 0;
  padding-left: 0;
  text-indent: none;
  list-style: none;
}

.is-eyebrow,
.is-dateline,
.is-label {
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
  font-size: 0.875rem;
  display: inline-block;
}
@media (min-width: 1024px) {
  .is-eyebrow,
  .is-dateline,
  .is-label {
    font-size: 1rem;
  }
}

.is-eyebrow {
  letter-spacing: 0.1em;
}

.is-small, .small, small {
  font-size: 0.857142857em;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .is-small, .small, small {
    font-size: 0.888888889em;
  }
}

.is-smaller {
  font-size: 0.857142857em;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .is-smaller {
    font-size: 0.833333333em;
  }
}

hr {
  border: 0;
  border-bottom: 1px solid #C7C9C7;
}

nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul li,
nav ol li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
nav ul li::before,
nav ol li::before {
  display: none;
}

img, svg {
  max-width: 100%;
  height: auto;
}

svg.icon path {
  fill: currentColor;
}

figure img {
  display: block;
}

figcaption, .figcaption {
  display: block;
  margin: 0.625rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  font-style: normal;
}

blockquote {
  color: inherit;
  font-family: "Raleway", ui-sans-serif, system-ui, -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: 1.3125rem;
  line-height: 1.3333333333;
  font-style: normal;
  font-weight: 700;
  max-width: 630px;
}
blockquote p {
  color: inherit;
  margin-bottom: 0.75rem;
}
blockquote.quotes {
  position: relative;
}
blockquote.quotes::before {
  content: "“";
  position: absolute;
  left: -0.45em;
  top: 0;
}
blockquote.quotes > p:last-of-type::after {
  content: "”";
}
@media (min-width: 1024px) {
  blockquote {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}
blockquote footer {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Lato", ui-sans-serif, system-ui, -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";
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  blockquote footer {
    font-size: 1.125rem;
  }
}

address {
  font-style: normal;
}
address p {
  margin-bottom: 0.75rem;
}

@media (max-width: 575px) {
  br.br-responsive {
    display: none;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h4-h3 {
  display: block;
  margin: 0;
  padding: 0;
  color: #01244D;
  font-weight: 700;
}

h1, .h1 {
  font-family: "Raleway", ui-sans-serif, system-ui, -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: 1.5rem;
  line-height: 1.166666667;
  letter-spacing: 0;
  margin-bottom: 1em;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 2.375rem;
    line-height: 1.184210526;
  }
}

h1.is-big, .h1.is-big {
  font-size: 1.5625rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  h1.is-big, .h1.is-big {
    font-size: 3.75rem;
    line-height: 1.083333333;
  }
}

h2, .h2 {
  font-size: 1.375rem;
  line-height: 1.181818182;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: 1.125rem;
  line-height: 1.476923077;
}
@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 1.625rem;
  }
}

h4, .h4 {
  font-size: 1rem;
  line-height: 1.181818182;
}
@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 1.375rem;
  }
}

h5, .h5 {
  font-family: "Lato", ui-sans-serif, system-ui, -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-weight: 700;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: normal;
}
@media (min-width: 1024px) {
  h5, .h5 {
    font-size: 1.125rem;
  }
}

h6, .h6 {
  font-weight: 400;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.6;
  letter-spacing: normal;
}

h2 small, .h2 small {
  font-size: 1rem;
  font-family: "Lato", ui-sans-serif, system-ui, -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-weight: 400;
}
@media (min-width: 1024px) {
  h2 small, .h2 small {
    font-size: 1.125rem;
  }
}

h2 + *, .h2 + * {
  margin-top: 1.4125em;
}

h3 + *, .h3 + * {
  margin-top: 0.75em;
}

h4 + *, .h4 + * {
  margin-top: 1em;
}

h5 + *, .h5 + *, h6 + *, .h6 + * {
  margin-top: 0;
}

h1.is-title,
h2.is-title,
h3.is-title,
h4.is-title {
  margin-bottom: 0;
}
h1.is-title + *,
h2.is-title + *,
h3.is-title + *,
h4.is-title + * {
  margin-top: 0;
}

.icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.icon-facebook,
.icon-linkedin,
.icon-twitter,
.icon-vimeo,
.icon-youtube {
  width: 30px;
  height: 30px;
}

.icon-arrow-left {
  transform: rotate(180deg);
}

.icon-arrow-down {
  transform: rotate(90deg);
}

.icon-arrow-external {
  transform: rotate(-45deg);
}

.icon-next {
  transform: rotate(180deg);
}

.icon-document {
  fill: none;
}

.icon-inline {
  width: auto;
  height: auto;
  position: relative;
  vertical-align: middle;
  margin: 0 0.4375rem;
}

.icon-checked {
  display: inline-block;
  width: 17px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M14.9816 1.49814L13.4835 0L7.49082 5.99255L1.49816 0L0 1.49814L5.99265 7.49068L0 13.4832L1.49816 14.9814L7.49082 8.98882L13.4835 14.9814L14.9816 13.4832L8.98898 7.49068L14.9816 1.49814Z' fill='%23E4BA5F' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: 1px 3px;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-unchecked {
  background-image: none;
}

.action::after {
  content: ">";
  font-family: "Raleway", ui-sans-serif, system-ui, -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";
  display: inline-block;
  margin-left: 0.25em;
  font-size: inherit;
  font-weight: 700;
  color: inherit;
  transition: all 0.3s ease;
}

.action-back {
  display: inline-block;
  font-weight: 700;
  font-size: inherit;
  color: inherit;
}
.action-back::before {
  content: "<";
  display: inline-block;
  margin-right: 0.25em;
  font-size: inherit;
  font-weight: 700;
  color: inherit;
  transition: all 0.3s ease;
}

.action-next {
  display: inline-block;
  font-weight: 700;
  font-size: inherit;
  color: inherit;
}
.action-next::after {
  content: ">";
  display: inline-block;
  margin-left: 0.25em;
  font-size: inherit;
  font-weight: 700;
  color: inherit;
  transition: all 0.3s ease;
}

.action-external {
  position: relative;
}
.action-external::after {
  position: absolute;
  display: block;
  content: "";
  left: 100%;
  top: 0;
  width: 23px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 100% calc(50% + 2px);
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='13' viewBox='0 0 13 13' width='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.9688 8.125h-.8126c-.1077 0-.21103.0428-.28721.11899-.07619.07618-.11899.17952-.11899.28726v2.84375h-8.125v-8.125h3.65625c.10774 0 .21108-.0428.28726-.11899.07619-.07618.11899-.17952.11899-.28726v-.8125c0-.10774-.0428-.21108-.11899-.28726-.07618-.07619-.17952-.11899-.28726-.11899h-4.0625c-.323233 0-.633226.1284-.861786.35696s-.356964.53856-.356964.86179v8.93745c0 .3233.128404.6333.356964.8618.22856.2286.538553.357.861786.357h8.93745c.3233 0 .6333-.1284.8618-.357.2286-.2285.357-.5385.357-.8618v-3.24995c0-.10774-.0428-.21108-.119-.28726-.0762-.07619-.1795-.11899-.2872-.11899zm1.4218-8.125h-3.24998c-.54259 0-.81376.657871-.43164 1.04102l.90721.9072-6.18846 6.18617c-.05681.05662-.10188.12389-.13264.19796-.03075.07407-.04659.15348-.04659.23369 0 .0802.01584.15961.04659.23368.03076.07407.07583.14134.13264.19796l.57561.57459c.05661.05681.12388.10188.19795.13264.07407.03075.15349.04659.23369.04659s.15962-.01584.23369-.04659c.07407-.03076.14134-.07583.19795-.13264l6.18538-6.18719.907.90594c.3808.38086 1.041.11425 1.041-.43164v-3.250005c0-.161616-.0642-.316613-.1785-.430893-.1143-.1142802-.2693-.178482-.4309-.178482z' fill='%2301244D'/%3E%3C/svg%3E%0A");
}
.action-external.is-action-reverse {
  color: #FFFFFF;
  border-color: #FFFFFF;
  font-weight: 700;
}
.action-external.is-action-reverse::after {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='13' viewBox='0 0 13 13' width='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.9688 8.125h-.8126c-.1077 0-.21103.0428-.28721.11899-.07619.07618-.11899.17952-.11899.28726v2.84375h-8.125v-8.125h3.65625c.10774 0 .21108-.0428.28726-.11899.07619-.07618.11899-.17952.11899-.28726v-.8125c0-.10774-.0428-.21108-.11899-.28726-.07618-.07619-.17952-.11899-.28726-.11899h-4.0625c-.323233 0-.633226.1284-.861786.35696s-.356964.53856-.356964.86179v8.93745c0 .3233.128404.6333.356964.8618.22856.2286.538553.357.861786.357h8.93745c.3233 0 .6333-.1284.8618-.357.2286-.2285.357-.5385.357-.8618v-3.24995c0-.10774-.0428-.21108-.119-.28726-.0762-.07619-.1795-.11899-.2872-.11899zm1.4218-8.125h-3.24998c-.54259 0-.81376.657871-.43164 1.04102l.90721.9072-6.18846 6.18617c-.05681.05662-.10188.12389-.13264.19796-.03075.07407-.04659.15348-.04659.23369 0 .0802.01584.15961.04659.23368.03076.07407.07583.14134.13264.19796l.57561.57459c.05661.05681.12388.10188.19795.13264.07407.03075.15349.04659.23369.04659s.15962-.01584.23369-.04659c.07407-.03076.14134-.07583.19795-.13264l6.18538-6.18719.907.90594c.3808.38086 1.041.11425 1.041-.43164v-3.250005c0-.161616-.0642-.316613-.1785-.430893-.1143-.1142802-.2693-.178482-.4309-.178482z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}

.action-type {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.action-type .icon {
  margin-right: 0.625rem;
  width: auto;
  height: auto;
}
@media (min-width: 1024px) {
  .action-type {
    font-size: 0.875rem;
  }
}

.action-arrow {
  text-decoration: underline;
  position: relative;
}
.action-arrow::after {
  position: absolute;
  display: block;
  content: "";
  left: 100%;
  top: 0;
  width: 31px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 100% calc(50% + 2px);
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='11' viewBox='0 0 31 11' width='31' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath clip-rule='evenodd' d='m25.5318 7.00024-3.4603 3.95506 4.1126-.0403 4.8159-5.50453-4.8874-5.41059207-4.1126.02684687 3.5804 3.9735152h-25.5804v3z' fill='%23fff' fill-rule='evenodd'/%3E%3C/mask%3E%3Cg fill='%23E4BA5F'%3E%3Cpath clip-rule='evenodd' d='m25.5318 7.00024-3.4603 3.95506 4.1126-.0403 4.8159-5.50453-4.8874-5.41059207-4.1126.02684687 3.5804 3.9735152h-25.5804v3z' fill-rule='evenodd'/%3E%3Cpath d='m22.0715 10.9553-.7526-.6584-1.47 1.6802 2.2324-.0218zm3.4603-3.95506.7526.65846 1.451-1.65846h-2.2036zm.6523 3.91476.0098 1 .4479-.0044.2949-.3371zm4.8159-5.50453.7526.65846.5854-.66908-.5959-.6597zm-4.8874-5.41059207.7421-.67031893-.3005-.332589-.4481.00293zm-4.1126.02684687-.0065-.9999788-2.2275.014541 1.4911 1.654841zm3.5804 3.9735152v1h2.2472l-1.5043-1.6694zm-25.5804 0v-1h-1v1zm0 3h-1v1h1zm22.8241 4.61356 3.4603-3.9551-1.5052-1.31691-3.4603 3.95511zm3.3502-1.69871-4.1126.04028.0196 1.99993 4.1126-.0403zm4.0731-5.16308-4.8159 5.50459 1.5052 1.3169 4.8159-5.50457zm-4.8769-4.081814 4.8874 5.410594 1.4842-1.34064-4.8874-5.410591zm-3.364.356504 4.1126-.026843-.013-1.999957-4.1126.026846zm4.3168 2.30414-3.5804-3.973518-1.4858 1.338806 3.5804 3.973522zm-26.3233 1.6694h25.5804v-2h-25.5804zm1 2v-3h-2v3zm24.5318-1h-25.5318v2h25.5318z' mask='url(%23a)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 31px 11px;
  color: #01244D;
  margin-left: 10px;
  transition: all 0.3s ease;
}
.bg-blue-dark > * > .action-arrow {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.bg-blue-dark > * > .action-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='11' viewBox='0 0 31 11' width='31' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath clip-rule='evenodd' d='m25.5318 7.00024-3.4603 3.95506 4.1126-.0403 4.8159-5.50453-4.8874-5.41059207-4.1126.02684687 3.5804 3.9735152h-25.5804v3z' fill='%23fff' fill-rule='evenodd'/%3E%3C/mask%3E%3Cg fill='%2374CDE3'%3E%3Cpath clip-rule='evenodd' d='m25.5318 7.00024-3.4603 3.95506 4.1126-.0403 4.8159-5.50453-4.8874-5.41059207-4.1126.02684687 3.5804 3.9735152h-25.5804v3z' fill-rule='evenodd'/%3E%3Cpath d='m22.0715 10.9553-.7526-.6584-1.47 1.6802 2.2324-.0218zm3.4603-3.95506.7526.65846 1.451-1.65846h-2.2036zm.6523 3.91476.0098 1 .4479-.0044.2949-.3371zm4.8159-5.50453.7526.65846.5854-.66908-.5959-.6597zm-4.8874-5.41059207.7421-.67031893-.3005-.332589-.4481.00293zm-4.1126.02684687-.0065-.9999788-2.2275.014541 1.4911 1.654841zm3.5804 3.9735152v1h2.2472l-1.5043-1.6694zm-25.5804 0v-1h-1v1zm0 3h-1v1h1zm22.8241 4.61356 3.4603-3.9551-1.5052-1.31691-3.4603 3.95511zm3.3502-1.69871-4.1126.04028.0196 1.99993 4.1126-.0403zm4.0731-5.16308-4.8159 5.50459 1.5052 1.3169 4.8159-5.50457zm-4.8769-4.081814 4.8874 5.410594 1.4842-1.34064-4.8874-5.410591zm-3.364.356504 4.1126-.026843-.013-1.999957-4.1126.026846zm4.3168 2.30414-3.5804-3.973518-1.4858 1.338806 3.5804 3.973522zm-26.3233 1.6694h25.5804v-2h-25.5804zm1 2v-3h-2v3zm24.5318-1h-25.5318v2h25.5318z' mask='url(%23a)'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-gold > * > .action-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='11' viewBox='0 0 31 11' width='31' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath clip-rule='evenodd' d='m25.5318 7.00024-3.4603 3.95506 4.1126-.0403 4.8159-5.50453-4.8874-5.41059207-4.1126.02684687 3.5804 3.9735152h-25.5804v3z' fill='%23fff' fill-rule='evenodd'/%3E%3C/mask%3E%3Cg fill='%23095799'%3E%3Cpath clip-rule='evenodd' d='m25.5318 7.00024-3.4603 3.95506 4.1126-.0403 4.8159-5.50453-4.8874-5.41059207-4.1126.02684687 3.5804 3.9735152h-25.5804v3z' fill-rule='evenodd'/%3E%3Cpath d='m22.0715 10.9553-.7526-.6584-1.47 1.6802 2.2324-.0218zm3.4603-3.95506.7526.65846 1.451-1.65846h-2.2036zm.6523 3.91476.0098 1 .4479-.0044.2949-.3371zm4.8159-5.50453.7526.65846.5854-.66908-.5959-.6597zm-4.8874-5.41059207.7421-.67031893-.3005-.332589-.4481.00293zm-4.1126.02684687-.0065-.9999788-2.2275.014541 1.4911 1.654841zm3.5804 3.9735152v1h2.2472l-1.5043-1.6694zm-25.5804 0v-1h-1v1zm0 3h-1v1h1zm22.8241 4.61356 3.4603-3.9551-1.5052-1.31691-3.4603 3.95511zm3.3502-1.69871-4.1126.04028.0196 1.99993 4.1126-.0403zm4.0731-5.16308-4.8159 5.50459 1.5052 1.3169 4.8159-5.50457zm-4.8769-4.081814 4.8874 5.410594 1.4842-1.34064-4.8874-5.410591zm-3.364.356504 4.1126-.026843-.013-1.999957-4.1126.026846zm4.3168 2.30414-3.5804-3.973518-1.4858 1.338806 3.5804 3.973522zm-26.3233 1.6694h25.5804v-2h-25.5804zm1 2v-3h-2v3zm24.5318-1h-25.5318v2h25.5318z' mask='url(%23a)'/%3E%3C/g%3E%3C/svg%3E");
}

@media (min-width: 768px) {
  .action-downloads {
    max-width: 300px;
  }
}
.action-downloads .btn-secondary {
  text-align: left;
  font-size: 0.875rem;
  margin-top: 0.625rem;
  vertical-align: middle;
}
.action-downloads .btn-secondary .icon {
  vertical-align: middle;
  width: auto;
  height: auto;
  margin-right: 0.625rem;
  position: relative;
  top: -1px;
}

.accordion .accordion__header button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-family: "Lato", ui-sans-serif, system-ui, -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-weight: 700;
  display: block;
  width: 100%;
  text-align: left;
  background: #E4BA5F;
  color: #01244D;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  position: relative;
}
.accordion .accordion__header button::after {
  font-family: "Lato", ui-sans-serif, system-ui, -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-weight: 700;
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  font-size: 1.25rem;
}
.accordion .accordion__header button[aria-expanded=true]::after {
  content: "−";
}
.accordion .accordion__pane {
  background: #F4F4F4;
  transition: max-height 0.2s;
  max-height: 0;
  overflow: hidden;
}
.accordion .accordion__pane.show {
  max-height: 90vh;
  overflow-y: auto;
}
.accordion .accordion__pane.expanding {
  overflow: hidden;
}
.no-js .accordion .accordion__pane {
  max-height: auto;
}
.accordion .accordion__pane .accordion__content {
  padding: 1.25rem 0.9375rem 1.25rem 1.5rem;
}
@media (max-width: 1023px) {
  .accordion .accordion__header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .accordion .accordion__header button {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .accordion:not(:first-child) .accordion__header button {
    border-top: 1px solid #C7C9C7;
  }
  .accordion .accordion__pane {
    background: transparent;
  }
}

.sp-eap-container {
  position: relative;
  margin-bottom: 5.2rem;
}
.sp-eap-container .eap_faq_collapse_button {
  position: absolute;
  top: 2px;
  right: 0;
  margin-top: 0;
}
.sp-eap-container .eap_faq_collapse_button a {
  padding: 0;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.04813rem;
  text-decoration: underline;
  text-transform: uppercase;
}
.sp-eap-container .eap_faq_collapse_button a:hover {
  background-color: transparent !important;
  text-decoration: none;
}
.sp-eap-container .eap_faq_collapse_button a span {
  display: none;
}
.sp-eap-container > h2 {
  font-size: 1.55075rem;
  color: #01244D;
  font-weight: 700;
  line-height: 1.86088rem;
  position: relative;
  padding-left: 2.1rem;
  padding-right: 7.625rem;
  margin-bottom: 2.69rem;
}
.sp-eap-container > h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #E4BA5F;
  width: 0.87231rem;
  height: 0.82381rem;
}
.sp-eap-container .ea-card {
  margin-bottom: 0 !important;
}
.sp-eap-container .ea-card:first-of-type {
  border-top: 1px solid rgba(1, 36, 77, 0.16) !important;
}
.sp-eap-container .ea-card.ea-expand .ea-header a .ea-expand-icon {
  background-color: #01244D;
}
.sp-eap-container .ea-card.ea-expand .ea-header a .ea-expand-icon:before {
  color: #FFFFFF;
}
.sp-eap-container .ea-header a {
  font-size: 1.375rem !important;
  font-weight: 500 !important;
  line-height: 1.85625rem !important;
  color: #01244D !important;
  background: transparent !important;
  padding: 1.12rem 0 !important;
  border-bottom: 1px solid rgba(1, 36, 77, 0.16);
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .sp-eap-container .ea-header a {
    padding: 1.6rem 0 !important;
  }
}
.sp-eap-container .ea-header a .ea-expand-icon {
  font-size: 1.6rem !important;
  line-height: 0.6rem !important;
  flex: 0 0 3.13rem;
  height: 3.13rem;
  border: 1px solid #01244D;
  display: flex;
  justify-content: center;
  align-items: center;
  float: none !important;
}
.sp-eap-container .ea-header a .ea-expand-icon:before {
  color: #01244D;
}
.sp-eap-container .ea-body {
  border-left: 4px solid #3F97DE !important;
  background: rgba(238, 238, 238, 0.5) !important;
}
.sp-eap-container .ea-body * {
  background: transparent !important;
  color: #01244D !important;
}
@media (min-width: 1024px) {
  .sp-eap-container > h2 {
    font-size: 2rem;
    line-height: 2.4rem;
    padding-left: 2.315rem;
  }
  .sp-eap-container > h2:before {
    width: 1.125rem;
    height: 1.0625rem;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fade-in-up, .fade-in-down, .fade-in {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fade-in {
  animation-name: fadeIn;
}

.fade-in-down {
  animation-name: fadeInDown;
}

.fade-in-up {
  animation-name: fadeInUp;
}

.btn {
  display: inline-block;
  font-family: "Lato", ui-sans-serif, system-ui, -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-weight: 600;
  font-size: 1rem;
  color: #01244D;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid #01244D;
  border-radius: 0;
  padding: 6px 10px 5px;
  line-height: 1.5625;
  transition: all 0.3s ease;
  text-decoration: none;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.btn:hover, .btn:focus {
  color: #01244D;
  border-color: #E4BA5F;
  background-color: #E4BA5F;
  text-decoration: none;
  cursor: pointer;
}
.btn:focus, .btn.focus {
  outline: 0;
}
@media (min-width: 1024px) {
  .btn {
    padding: 6px 18px 5px;
    font-size: 1rem;
  }
}
.btn.btn-primary {
  padding: 10px 20px;
}
@media (min-width: 1024px) {
  .btn.btn-primary {
    padding: 15px 20px;
  }
}
.btn.btn-reverse {
  color: #FFFFFF;
  border-color: #FFFFFF;
  border-width: 1.5px;
}
.btn.btn-reverse:hover, .btn.btn-reverse:focus {
  color: #01244D;
  border-color: #E4BA5F;
  background-color: #E4BA5F;
}
.btn.btn-secondary {
  color: #01244D;
  background: #F4F4F4;
  border-color: transparent;
  padding: 11px 20px 10px;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  color: #01244D;
  border-color: #E4BA5F;
  background-color: #E4BA5F;
}
.btn.btn-small, .btn.btn-label {
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  letter-spacing: 0.5px;
  padding: 4px 8px 5px;
}
.text-white .btn.btn-label, .btn.btn-label {
  text-transform: none;
  letter-spacing: 0;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  margin-right: 0.65625em;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 0.8125rem;
  color: #01244D;
}
@media (min-width: 1024px) {
  .text-white .btn.btn-label, .btn.btn-label {
    font-size: 1rem;
  }
}
.text-white .btn.btn-label:hover, .text-white .btn.btn-label:focus, .btn.btn-label:hover, .btn.btn-label:focus {
  color: #01244D;
  border-color: #E4BA5F;
  background-color: #E4BA5F;
}
.text-white .btn.btn-label.is-btn-close, .btn.btn-label.is-btn-close {
  position: relative;
}
.text-white .btn.btn-label.is-btn-close::before, .btn.btn-label.is-btn-close::before {
  content: "×";
  margin-right: 0.5em;
}
.text-white .btn.btn-label.is-btn-tag, .btn.btn-label.is-btn-tag {
  font-size: 0.6875rem;
  background-color: #4AC0B6;
  border: 0;
  padding: 2px 10px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .text-white .btn.btn-label.is-btn-tag, .btn.btn-label.is-btn-tag {
    font-size: 0.8125rem;
  }
}
.btn.btn-block {
  width: 100%;
}
.btn[disabled], .btn.disabled {
  pointer-events: none;
  opacity: 0.4;
  background-color: #707070;
  border-color: #707070;
  color: #FFFFFF;
  transition: all 0s;
}

.block {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .block {
    margin-top: 3rem;
  }
}

.block--full {
  max-width: none;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .block--full {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1024px) {
  .block--full {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.block--full .block__inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .block--full .block__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .block--full .block__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .block + .block--full, .section + .block--full {
    margin-top: 6rem;
  }
}

.block .block:first-child {
  margin-top: 0;
}

.block.block--full + .block.block--full {
  margin-top: 0;
}

.block.is-block-flush {
  margin-top: 0;
}
.block.is-block-flush + .block {
  margin-top: 0 !important;
}

.block--cta {
  position: relative;
}
.block--cta .block__inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .block--cta .block__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .block--cta .block__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.block--cta .block__inner .cta__body {
  order: 2;
}
.block--cta .block__inner .cta__image {
  order: 1;
}
@media (min-width: 768px) {
  .block--cta .block__inner {
    justify-content: flex-start;
    flex-direction: row;
    gap: 2.5rem;
  }
  .block--cta .block__inner .cta__body {
    order: 1;
    flex: 1;
  }
  .block--cta .block__inner .cta__image {
    order: 2;
    flex: 0 1 21.875rem;
  }
}
@media (min-width: 1024px) {
  .block--cta .block__inner {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }
  .block--cta .block__inner .cta__image {
    flex: 0 1 43.75rem;
  }
}
@media (min-width: 768px) {
  .block--cta.is-align-right .block__inner {
    justify-content: flex-end;
  }
}
.block--cta:last-child {
  margin-bottom: 0;
}
.block--cta .cta__body {
  position: relative;
  z-index: 2;
  margin-top: 1.5rem;
  width: 100%;
  max-width: 640px;
  padding: 2.5rem 1.875rem;
}
.block--cta .cta__body .btn.btn-label {
  font-size: 1.125rem;
  padding: 0.4375rem 1.8125rem;
}
.block--cta .cta__body > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .block--cta .cta__body {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .block--cta .cta__body {
    text-align: center;
  }
}
.block--cta .cta__body.bg-blue-dark a.action-arrow {
  border-color: #FFFFFF;
}
.block--cta .cta__body.bg-blue-dark a.action-arrow:hover, .block--cta .cta__body.bg-blue-dark a.action-arrow:focus {
  color: #E4BA5F;
  border-color: #E4BA5F;
}

.block--divider {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .block--divider {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.block--divider hr {
  margin: 0;
}
.block--divider.is-divider-stealth hr {
  visibility: hidden;
}

.block--figure figcaption h2 {
  margin-top: 1.5rem;
}
.block--figure figcaption p {
  font-size: 1rem;
}
.block--figure.is-figure-small figure {
  width: calc(75% + 20px);
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .block--figure.is-figure-small {
    float: right;
    width: 330px;
  }
  .block--figure.is-figure-small figure {
    width: auto;
    margin: 0 0 20px 20px;
  }
  .block--figure.is-figure-small:first-child + .block--text {
    margin-top: 0 !important;
  }
}

.block--map .map__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.block--map .map__header .map__controls {
  margin-top: 0;
}
.block--map .map__header .form-check-label {
  font-weight: 700;
}
@media (max-width: 767px) {
  .block--map .map__header .form-check {
    display: block;
  }
  .block--map .map__header .form-check + .form-check {
    margin: 5px 0 0 0;
  }
}
.block--map .map__embed {
  position: relative;
}
.block--map .map__embed .map__link {
  background: #F4F4F4;
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  padding: 8px 40px 10px 20px;
}
.block--map .map__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-columns: 2;
       columns: 2;
}
.block--map .map__list ul li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.block--map .map__list ul li::before {
  display: none;
}
@media (min-width: 768px) {
  .block--map .map__list ul {
    -moz-columns: 3;
         columns: 3;
  }
}
@media (min-width: 1024px) {
  .block--map .map__list ul {
    -moz-columns: 4;
         columns: 4;
  }
}
.block--map .map__list a {
  border: 0;
  text-decoration: none;
  color: #095799;
  text-transform: uppercase;
}
.block--map.bg-blue-medium {
  padding-top: 2.1875rem;
  padding-bottom: 3.125rem;
}
.block--map.bg-blue-medium .embed-responsive-item svg g path {
  stroke: #095799;
}
.block--map.bg-blue-medium h2 {
  color: #FFFFFF;
}
.block--map.bg-blue-medium a {
  color: #FFFFFF;
}
.block--map.bg-blue-medium .form-check-label {
  color: #FFFFFF;
}
.block--map.bg-blue-medium .form-check-input[type=radio] ~ label::before {
  background: #095799;
  border-color: #FFFFFF;
}
.block--map.bg-blue-medium .form-check-input[type=radio]:checked ~ label::before {
  border-color: #FFFFFF;
}
.block--map.bg-blue-medium .form-check-input[type=radio]:checked ~ label::after {
  background: #FFFFFF;
}
@media (min-width: 1024px) {
  .block--map.bg-blue-medium {
    padding-top: 2.8125rem;
    padding-bottom: 5rem;
  }
}

.block.block--paging {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .block--tags .tags {
    padding-right: 15px;
  }
}
.block--tags .btn.btn-label {
  text-align: left;
  margin-top: 0.625rem;
}
@media (min-width: 1024px) {
  .block--tags .btn.btn-label {
    margin-top: 1.25rem;
    margin-right: 3px;
  }
}
.block--tags .grid__col:not(:first-child), .block--tags form .col:not(:first-child), form .block--tags .col:not(:first-child), .block--tags form .col-12:not(:first-child), form .block--tags .col-12:not(:first-child) {
  position: relative;
}
.block--tags .grid__col:not(:first-child)::before, .block--tags form .col:not(:first-child)::before, form .block--tags .col:not(:first-child)::before, .block--tags form .col-12:not(:first-child)::before, form .block--tags .col-12:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -10px;
  width: 2px;
  height: calc(100% - 10px);
  background: #74CDE3;
}
@media (min-width: 1024px) {
  .block--tags .grid__col:not(:first-child)::before, .block--tags form .col:not(:first-child)::before, form .block--tags .col:not(:first-child)::before, .block--tags form .col-12:not(:first-child)::before, form .block--tags .col-12:not(:first-child)::before {
    width: 3px;
    left: -18px;
  }
}
@media (max-width: 1023px) {
  .block--tags .grid__col:last-child::before, .block--tags form .col:last-child::before, form .block--tags .col:last-child::before, .block--tags form .col-12:last-child::before, form .block--tags .col-12:last-child::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .block--tags .grid__col::before, .block--tags form .col::before, form .block--tags .col::before, .block--tags form .col-12::before, form .block--tags .col-12::before {
    display: none;
  }
}

.block--text *:last-child {
  margin-bottom: 0;
}
.block--text .block__inner {
  width: 75%;
}
@media (min-width: 1024px) {
  .block--text .block__inner {
    margin-left: 8.3333333%;
  }
}

.block--text-wide *:last-child {
  margin-bottom: 0;
}
.block--text-wide .block__inner {
  max-width: 986px;
}

.block--text + .block--text {
  margin-top: 3rem;
}

.hero--page + .block--text {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .hero--page + .block--text {
    margin-top: 6rem;
  }
}

.block--heading {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .block + .block--heading, .section + .block--heading {
    margin-top: 6rem;
  }
}

.block--text .is-dateline,
.block--heading .is-dateline {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .block--text .grid--2up-md {
    justify-content: space-between;
  }
  .block--text .grid--2up-md .grid__col, .block--text .grid--2up-md form .col, form .block--text .grid--2up-md .col, .block--text .grid--2up-md form .col-12, form .block--text .grid--2up-md .col-12 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1024px) {
  .block--text.block--grid:not(:first-child) {
    margin-top: 7.5rem;
  }
}

.block--quote .block__inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .block--quote .block__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .block--quote .block__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*!
 * Bootstrap Utilities v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * selected classes from Bootstrap, add classes as needed from assets/boostrap/css
 */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !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;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.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;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !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;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !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-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;
}

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

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

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

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.card {
  background-color: #F4F4F4;
  padding: 1.25rem 1.5625rem;
}
.card.additional-country-info {
  background-color: #E4BA5F;
  color: #01244D;
  font-size: 1rem;
  margin-top: 0;
}
.card.additional-country-info .is-title {
  color: #01244D;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
}
.card.additional-country-info a {
  color: #01244D;
}
.card > *:first-child {
  margin-top: 0;
}
.card > *:last-child {
  margin-bottom: 0;
}
.card .action::after {
  color: #E4BA5F;
}
.card:hover .action::after {
  color: inherit;
}
.card:hover .action-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='11' viewBox='0 0 31 11' width='31' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath clip-rule='evenodd' d='m25.5318 7.00024-3.4603 3.95506 4.1126-.0403 4.8159-5.50453-4.8874-5.41059207-4.1126.02684687 3.5804 3.9735152h-25.5804v3z' fill='%23fff' fill-rule='evenodd'/%3E%3C/mask%3E%3Cg fill='%2301244D'%3E%3Cpath clip-rule='evenodd' d='m25.5318 7.00024-3.4603 3.95506 4.1126-.0403 4.8159-5.50453-4.8874-5.41059207-4.1126.02684687 3.5804 3.9735152h-25.5804v3z' fill-rule='evenodd'/%3E%3Cpath d='m22.0715 10.9553-.7526-.6584-1.47 1.6802 2.2324-.0218zm3.4603-3.95506.7526.65846 1.451-1.65846h-2.2036zm.6523 3.91476.0098 1 .4479-.0044.2949-.3371zm4.8159-5.50453.7526.65846.5854-.66908-.5959-.6597zm-4.8874-5.41059207.7421-.67031893-.3005-.332589-.4481.00293zm-4.1126.02684687-.0065-.9999788-2.2275.014541 1.4911 1.654841zm3.5804 3.9735152v1h2.2472l-1.5043-1.6694zm-25.5804 0v-1h-1v1zm0 3h-1v1h1zm22.8241 4.61356 3.4603-3.9551-1.5052-1.31691-3.4603 3.95511zm3.3502-1.69871-4.1126.04028.0196 1.99993 4.1126-.0403zm4.0731-5.16308-4.8159 5.50459 1.5052 1.3169 4.8159-5.50457zm-4.8769-4.081814 4.8874 5.410594 1.4842-1.34064-4.8874-5.410591zm-3.364.356504 4.1126-.026843-.013-1.999957-4.1126.026846zm4.3168 2.30414-3.5804-3.973518-1.4858 1.338806 3.5804 3.973522zm-26.3233 1.6694h25.5804v-2h-25.5804zm1 2v-3h-2v3zm24.5318-1h-25.5318v2h25.5318z' mask='url(%23a)'/%3E%3C/g%3E%3C/svg%3E");
}
.card:is(a) {
  display: block;
  border: 0;
  text-decoration: none;
  color: #01244D;
}
.card:is(a):hover {
  background-color: #E4BA5F;
}
.card:is(a).bg-blue-dark {
  color: #FFFFFF;
}
.card:is(a).bg-blue-dark > * > * {
  color: inherit;
}
.card:is(a).bg-blue-dark:hover > * {
  color: #01244D;
  transition: color 0.2s linear;
}
.card .is-dateline {
  margin-bottom: 0.9375rem;
}
.card p {
  margin-bottom: 0.9375rem;
}
.card .action-type {
  margin-top: 1.25rem;
}
@media (min-width: 1024px) {
  .card .h2:not(.is-title) + * {
    margin-top: 0.9375rem;
  }
  .card .h3 + * {
    margin-top: 1.25rem;
  }
  .card p {
    font-size: 1rem;
  }
}
.card .card__body {
  display: flex;
  flex-direction: column;
}
.card .card__footer {
  margin-top: auto;
}
.card .card__header {
  padding: 1.25rem 1.5625rem;
  margin: -1.25rem -1.5625rem 1.25rem;
}
.grid__col > .card, form .col > .card, form .col-12 > .card {
  height: 100%;
}

.card--logo {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
}
.card--logo img {
  display: block;
}

.card.card--media, .card.card--media-stacked {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.card.card--media .card__media, .card.card--media-stacked .card__media {
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
}
.card.card--media .card__media img, .card.card--media-stacked .card__media img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.card.card--media .card__body, .card.card--media-stacked .card__body {
  padding: 1.25rem 1.5625rem;
}
@media (min-width: 768px) {
  .card.card--media, .card.card--media-stacked {
    flex-direction: row;
    align-items: stretch;
  }
  .card.card--media .card__media, .card.card--media-stacked .card__media {
    width: 33.3333333%;
    max-width: 33.3333333%;
    height: auto;
    flex: 1 0 auto;
  }
  .card.card--media .card__body, .card.card--media-stacked .card__body {
    width: 66.6666667%;
    max-width: 66.6666667%;
    min-height: 286px;
    padding: 1.5625rem 3.125rem;
  }
}
@media (min-width: 1024px) {
  .card.card--media .card__media, .card.card--media-stacked .card__media {
    width: 25%;
    max-width: 25%;
  }
  .card.card--media .card__body, .card.card--media-stacked .card__body {
    width: 75%;
    max-width: 75%;
  }
}
.card.card--media .card__media.is-date, .card.card--media-stacked .card__media.is-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", ui-sans-serif, system-ui, -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";
  letter-spacing: 0.03em;
  font-weight: 700;
}
.card.card--media .card__media.is-date .date-day-of-week, .card.card--media-stacked .card__media.is-date .date-day-of-week {
  font-size: 1.75rem;
  font-weight: 400;
  font-style: italic;
}
.card.card--media .card__media.is-date .date-day, .card.card--media-stacked .card__media.is-date .date-day {
  font-size: 3.125rem;
  line-height: 0.675;
}
.card.card--media .card__media.is-date .date-month, .card.card--media-stacked .card__media.is-date .date-month {
  font-size: 2rem;
  line-height: 1.35;
  margin: 0.625rem 0;
}
.card.card--media .card__media.is-date .date-time, .card.card--media-stacked .card__media.is-date .date-time {
  font-size: 1.375rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.card.card--media .card__media.is-date .date-time .clock, .card.card--media-stacked .card__media.is-date .date-time .clock {
  height: 30px;
  width: 30px;
  margin-right: 0.625rem;
}
.card.card--media .card__media.is-date .date-time .clock svg.icon, .card.card--media-stacked .card__media.is-date .date-time .clock svg.icon {
  height: 30px;
  width: 30px;
}
.card.card--media .card__media.is-date .icon, .card.card--media-stacked .card__media.is-date .icon {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .card.card--media .card__media.is-date .date-day-of-week, .card.card--media-stacked .card__media.is-date .date-day-of-week {
    font-size: 1.75rem;
    line-height: 1.9642857143;
  }
  .card.card--media .card__media.is-date .date-day, .card.card--media-stacked .card__media.is-date .date-day {
    font-size: 5rem;
  }
  .card.card--media .card__media.is-date .date-month, .card.card--media-stacked .card__media.is-date .date-month {
    font-size: 2.5rem;
    margin: 0.9375rem 0;
  }
  .card.card--media .card__media.is-date .icon, .card.card--media-stacked .card__media.is-date .icon {
    width: 48px;
    height: 48px;
  }
}

@media (min-width: 768px) {
  .card.card--media-stacked {
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
  }
  .card.card--media-stacked .card__media,
  .card.card--media-stacked .card__body {
    width: 100%;
    max-width: 100%;
  }
}
.card.card--media-stacked .card__media {
  width: 100%;
  height: 220px;
}
.card.card--media-stacked .card__media img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.card.card--media-stacked .card__body {
  padding: 1.25rem;
  min-height: unset;
}
.card.card--media-stacked .card__media.is-date {
  flex-direction: row;
}
.card.card--media-stacked .card__media.is-date > div {
  margin: 0 2.1875rem;
}
.card.card--media-stacked .card__media.is-date .icon {
  width: 60px;
  height: 60px;
}
.card.card--media-stacked .card__media.is-date .date-day,
.card.card--media-stacked .card__media.is-date .date-month {
  display: block;
  text-align: center;
}
.card.card--media-stacked .card__media.is-date .date-month {
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .card.card--media-stacked .card__media.is-date .date-day {
    font-size: 4.5rem;
  }
  .card.card--media-stacked .card__media.is-date .date-month {
    font-size: 2.25rem;
    margin: 0.625rem 0 0;
  }
}

.card.card--product {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  transition: opacity 0.2s;
}
.card.card--product > .text-center {
  align-self: center;
}
.card.card--product .card__icon {
  height: 10.625rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.card--product .card__icon svg {
  max-width: 100%;
  max-height: 100%;
}
.card.card--product .card__body {
  width: 100%;
  height: auto;
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", ui-sans-serif, system-ui, -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-weight: 700;
}
.card.card--product .card__body p {
  font-size: 1.3125rem;
  letter-spacing: 0.04em;
  line-height: 1.142857143;
}
@media (min-width: 1024px) {
  .card.card--product .card__body p {
    font-size: 1.75rem;
    letter-spacing: 0.02em;
  }
}
.card.card--product .card__body > *:last-child {
  margin-bottom: 0;
}
.card.card--product:hover, .card.card--product:focus {
  opacity: 0.8;
}
.card.card--product:hover.is-bg-gradient-indigo, .card.card--product:focus.is-bg-gradient-indigo {
  background-color: #374FA2;
}
.card.card--product:hover.is-bg-gradient-red, .card.card--product:focus.is-bg-gradient-red {
  background-color: #DA364F;
}
.card.card--product:hover.is-bg-gradient-teal, .card.card--product:focus.is-bg-gradient-teal {
  background-color: #4AC0B6;
}

.card--side-by-side {
  background: none;
  padding: 0;
}
.card--side-by-side .card__media {
  margin-bottom: 1.5rem;
}
.card--side-by-side .card__body p {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .card--side-by-side .card__body p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .card--side-by-side {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .card--side-by-side {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .card--side-by-side {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .card--side-by-side .card__media {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .card--side-by-side .card__media {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .card--side-by-side .card__media {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .card--side-by-side .card__media img {
    display: block;
  }
  .card--side-by-side .card__body {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .card--side-by-side .card__body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .card--side-by-side .card__body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .card--side-by-side.is-media-smaller .card__media {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .card--side-by-side.is-media-smaller .card__body {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 45px;
  }
  .card--side-by-side.is-media-smaller.is-media-right .card__body {
    padding-right: 45px;
    padding-left: 20px;
  }
  .card--side-by-side.is-media-right .card__media {
    order: 1;
  }
  .card--side-by-side.is-media-right .card__body {
    order: 0;
  }
  .card--side-by-side.is-media-left .card__media {
    order: 0;
  }
  .card--side-by-side.is-media-left .card__body {
    order: 1;
  }
}

.registration-status .is-title {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .registration-status .is-title {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .registration-status .is-title {
    font-size: 1.125rem;
  }
}
.registration-status .is-title .icon {
  display: inline-block;
  height: 1.625rem;
  width: 1.625rem;
  padding-top: 0.0625rem;
  margin-left: 0.625rem;
  border-radius: 50%;
  font-size: 1.25rem;
  text-align: center;
  background: #01244D;
  color: #FFFFFF;
  cursor: pointer;
}

.card--status {
  margin-top: 0;
}
.card--status .status__header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 50%;
  margin-left: auto;
  margin-bottom: 10px;
}
.card--status .status__header > div {
  width: 33.3%;
  padding: 0 5px;
  text-align: center;
}
.card--status .status__header .status__icon {
  display: flex;
  width: 100%;
  height: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.card--status .status__row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.card--status .status__title {
  width: 50%;
  padding-right: 10px;
  margin: 0;
}
@media (min-width: 1024px) {
  .card--status .status__title {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .card--status .status__title {
    font-size: 1.0625rem;
  }
}
.card--status .status__display {
  width: 32%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  /* adding the approved year class, for use on the drug-registration.php page */
}
.card--status .status__display span.approved-year {
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
}
.card--status .status__label {
  font-size: 0.75rem;
  line-height: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: block;
  margin-top: 0.3125rem;
}
.card--status .status__label i {
  display: inline-block;
  position: relative;
  top: 0.5rem;
  margin-right: 0.375rem;
  width: 20px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.card--status .status__label i.icon-approved {
  background-image: url(/assets/img/illustrations/checkmark.svg);
}
.card--status .status__label i.icon-notapproved {
  background-image: url(/assets/img/illustrations/no-symbol.svg);
}
.card--status .status__label i.icon-datanotavailable {
  background-image: url(/assets/img/illustrations/no-data.svg);
}
.card--status .status__label i.icon-underreview {
  background-image: url(/assets/img/illustrations/review.svg);
}
@media (min-width: 1280px) {
  .card--status .status__label {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.card--status .status__display .status__label {
  display: block;
}
@media (min-width: 768px) {
  .card--status {
    position: relative;
  }
  .card--status::before, .card--status::after {
    content: "";
    height: 100%;
    width: 2px;
    background: #74CDE3;
    position: absolute;
    top: 0;
    right: 14%;
  }
  .card--status::after {
    right: 29%;
  }
  .card--status .status__display .status__label.d-md-none {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
.card--status.is-col-4 .status__row {
  border-bottom: 0.0625rem dashed #74CDE3;
  padding-bottom: 1.5625rem;
}
.card--status.is-col-4 .status__row:nth-of-type(2) {
  border-top: 0.0625rem dashed #74CDE3;
  padding-top: 1.5625rem;
}
@media (min-width: 768px) {
  .card--status.is-col-4 .status__row:last-of-type {
    border-bottom: none;
  }
}
.card--status.is-col-4 .status__label {
  font-size: 0.75rem;
  line-height: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: block;
  border-radius: 0.125rem;
  margin-top: 0.3125rem;
  color: #01244D;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .card--status.is-col-4 .status__label {
    font-size: 0.6875rem;
    line-height: 0.75rem;
  }
}
.card--status.is-col-4 .status__header {
  width: 45%;
  margin-right: -15px;
}
.card--status.is-col-4 .status__header > div {
  width: 25%;
}
@media (min-width: 768px) {
  .card--status.is-col-4 .status__title {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .card--status.is-col-4 .status__display {
    width: 38%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .card--status.is-col-4 .status__header::before, .card--status.is-col-4::before, .card--status.is-col-4::after {
    content: "";
    height: 100%;
    width: 2px;
    background: #74CDE3;
    position: absolute;
    top: 0;
    right: 9.5%;
  }
  .card--status.is-col-4 .status__header::before {
    right: 20.5%;
  }
  .card--status.is-col-4::after {
    right: 31.5%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .card--status.is-col-4 .status__header {
    width: 55%;
  }
  .card--status.is-col-4 .status__title {
    width: 50%;
  }
  .card--status.is-col-4 .status__display {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }
  .card--status.is-col-4 .status__header::before, .card--status.is-col-4::before, .card--status.is-col-4::after {
    right: 11%;
  }
  .card--status.is-col-4 .status__header::before {
    right: 24.5%;
  }
  .card--status.is-col-4::after {
    right: 38.5%;
  }
}
@media (max-width: 767px) {
  .card--status.is-col-4 .status__display {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .card--status .status__header {
    margin-left: 0;
  }
  .card--status.is-col-4 .status__header {
    width: 100%;
    margin-right: 0.3125rem;
    margin-top: 0.625rem;
    justify-content: space-between !important;
  }
  .card--status .status__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .card--status .status__title,
  .card--status .status__display {
    width: 100%;
  }
  .card--status .status__display .status__label {
    display: block;
  }
  .card--status .status__display .icon-checked,
  .card--status .status__display .icon-unchecked {
    display: none;
  }
}

.card--stat .stat__title {
  font-family: "Raleway", ui-sans-serif, system-ui, -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-weight: 700;
  font-size: 1.875rem;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .card--stat .stat__title {
    font-size: 3.125rem;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-top: 56.25%;
}

.embed-responsive-4by3 {
  padding-top: 75%;
}

.embed-responsive-hero {
  padding-top: 70.564516129%;
}
.embed-responsive-hero .embed-responsive-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.embed-responsive-hero.bg-blue-dark .embed-responsive-item svg g path {
  stroke: #01244D;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.form-control {
  font-family: "Lato", ui-sans-serif, system-ui, -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;
  color: #01244D;
  line-height: normal;
  padding: 8px;
  border: 1px solid #01244D;
  display: block;
  width: 100%;
  background: #FFFFFF;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .form-control {
    padding: 8px 10px 7px;
    font-size: 1.125rem;
  }
}
.form-control::-webkit-input-placeholder {
  color: #01244D;
  font-weight: 400;
  font-style: italic;
}
.form-control:-ms-input-placeholder {
  color: #01244D;
  font-weight: 400;
  font-style: italic;
}
.form-control::-ms-input-placeholder {
  color: #01244D;
  font-weight: 400;
  font-style: italic;
}
.form-control::placeholder {
  color: #01244D;
  font-weight: 400;
  font-style: italic;
}
.form-control:focus, .form-control.focus {
  outline: 0;
  border-color: #01244D;
}
.form-control:-internal-autofill-selected, .form-control:-webkit-autofill {
  -webkit-text-fill-color: #000000;
  background-color: #FFFFFF !important;
  box-shadow: 0 0 0 1000px #FFFFFF inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

@media (min-width: 1024px) {
  .form-control-lg {
    font-size: 1.1875rem;
    padding: 16px 17px;
  }
}

textarea.form-control {
  height: auto;
}

label,
.label {
  font-family: "Lato", ui-sans-serif, system-ui, -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;
  line-height: 1.5;
  font-weight: 700;
  color: #01244D;
  display: block;
  margin: 0 0 0.3125rem;
}
label a,
.label a {
  font-weight: 400;
}

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #01244D;
  background-image: url("data:image/svg+xml,%3Csvg height='10' viewBox='0 0 18 10' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m237 20h1l8 8 8-8h1v1l-9 9-9-9z' fill='%2301244D' fill-rule='evenodd' transform='translate(-237 -20)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px 10px;
  background-position: calc(100% - 16px) 50%;
  padding-right: 40px;
  vertical-align: middle;
}
select.form-control.placeholder {
  color: #01244D;
}
select.form-control::-ms-expand {
  display: none;
}

.form-check,
.form-radio {
  position: relative;
  display: block;
}
.form-check + .form-check,
.form-check + .form-radio {
  margin-top: 1.25rem;
}
.form-check.form-check-inline,
.form-radio.form-check-inline {
  display: inline-block;
}
.form-check-inline + .form-check.form-check-inline,
.form-check-inline + .form-radio.form-check-inline {
  margin: 0 0 0 0.9375rem;
}
.form-check .form-check-input,
.form-radio .form-check-input {
  opacity: 0;
  position: absolute;
}
.form-check .form-check-label,
.form-radio .form-check-label {
  display: inline-block;
  font-family: "Lato", ui-sans-serif, system-ui, -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: normal;
  color: #01244D;
  position: relative;
  padding-left: 30px;
}
.form-check .form-check-label::before,
.form-check .form-check-label::after,
.form-radio .form-check-label::before,
.form-radio .form-check-label::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background-repeat: no-repeat;
  border: 1px solid #01244D;
  margin: 0 !important;
}
.form-check .form-check-label::before,
.form-radio .form-check-label::before {
  pointer-events: none;
}
.form-check .form-check-input:checked ~ label::before,
.form-radio .form-check-input:checked ~ label::before {
  border-color: #01244D;
  background-color: #01244D;
}
.form-check .form-check-input:checked ~ label::after,
.form-radio .form-check-input:checked ~ label::after {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='12' viewBox='0 0 16 12' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m15.374 2.06053-1.7677-1.767683-8.0303 8.030163-3.18182-3.18176-1.767715 1.76768 4.949535 4.94947z' fill='%2301244D' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 16px 12px;
  background-position: 1px 3px;
  background-color: #FFFFFF;
  border-color: #01244D;
}
.form-check .form-check-input[type=radio] ~ label::before,
.form-check .form-check-input[type=radio] ~ label::after,
.form-radio .form-check-input[type=radio] ~ label::before,
.form-radio .form-check-input[type=radio] ~ label::after {
  border-radius: 9rem;
  background-image: none;
}
.form-check .form-check-input[type=radio] ~ label::before,
.form-radio .form-check-input[type=radio] ~ label::before {
  background: #FFFFFF;
}
.form-check .form-check-input[type=radio] ~ label::after,
.form-radio .form-check-input[type=radio] ~ label::after {
  display: none;
}
.form-check .form-check-input[type=radio]:checked ~ label::before,
.form-radio .form-check-input[type=radio]:checked ~ label::before {
  border-color: #01244D;
}
.form-check .form-check-input[type=radio]:checked ~ label::after,
.form-radio .form-check-input[type=radio]:checked ~ label::after {
  display: block;
  width: 14px;
  height: 14px;
  background: #01244D;
  border: 0;
  top: 4px;
  left: 3px;
}

.input-group {
  position: relative;
}
.input-group--search button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 24px;
  color: #01244D;
  cursor: pointer;
}
.input-group--search button .icon {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}
.input-group--search .form-control {
  padding-left: 36px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.form-control.is-invalid,
.form-check-input.is-invalid ~ .form-check-label::before,
.form-check-input.is-invalid ~ .form-check-label::after {
  border-color: #b60000;
}

.form-check-input.is-invalid ~ .form-check-label {
  color: #b60000;
}

.invalid-feedback {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 4px;
}
.invalid-feedback li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.invalid-feedback li::before {
  display: none;
}
.invalid-feedback,
.invalid-feedback li {
  color: #b60000;
}

.alert,
.alert-success,
.alert-danger {
  font-weight: 700;
  margin: 3rem 0;
  border: 1px solid #C7C9C7;
  padding: 1.5rem;
}

.alert-danger {
  border-color: #b60000;
  color: #b60000;
}

.alert-success {
  border-color: #3d6308;
  color: #3d6308;
}

.form-group,
.form-group:last-child {
  margin: 0 0 1.5rem;
}

.page-full-width .block--text .block__inner {
  width: 85%;
  margin: 0 7.5%;
}

.grid, form .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .grid, form .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1024px) {
  .grid, form .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1024px) {
  .grid, form .row {
    margin-top: -3rem;
  }
}

.grid__col, form .col, form .col-12 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .grid__col, form .col, form .col-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .grid__col, form .col, form .col-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .grid__col, form .col, form .col-12 {
    margin-top: 3rem;
  }
}

.grid--2up .grid__col, .grid--2up form .col, form .grid--2up .col, .grid--2up form .col-12, form .grid--2up .col-12 {
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
}
@media (min-width: 0) {
  .grid--2up-xs .grid__col, .grid--2up-xs form .col, form .grid--2up-xs .col, .grid--2up-xs form .col-12, form .grid--2up-xs .col-12 {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 576px) {
  .grid--2up-sm .grid__col, .grid--2up-sm form .col, form .grid--2up-sm .col, .grid--2up-sm form .col-12, form .grid--2up-sm .col-12 {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .grid--2up-md .grid__col, .grid--2up-md form .col, form .grid--2up-md .col, .grid--2up-md form .col-12, form .grid--2up-md .col-12 {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .grid--2up-lg .grid__col, .grid--2up-lg form .col, form .grid--2up-lg .col, .grid--2up-lg form .col-12, form .grid--2up-lg .col-12 {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1140px) {
  .grid--2up-lg2 .grid__col, .grid--2up-lg2 form .col, form .grid--2up-lg2 .col, .grid--2up-lg2 form .col-12, form .grid--2up-lg2 .col-12 {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .grid--2up-xl .grid__col, .grid--2up-xl form .col, form .grid--2up-xl .col, .grid--2up-xl form .col-12, form .grid--2up-xl .col-12 {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}

.grid--3up .grid__col, .grid--3up form .col, form .grid--3up .col, .grid--3up form .col-12, form .grid--3up .col-12 {
  flex-basis: 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (min-width: 0) {
  .grid--3up-xs .grid__col, .grid--3up-xs form .col, form .grid--3up-xs .col, .grid--3up-xs form .col-12, form .grid--3up-xs .col-12 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 576px) {
  .grid--3up-sm .grid__col, .grid--3up-sm form .col, form .grid--3up-sm .col, .grid--3up-sm form .col-12, form .grid--3up-sm .col-12 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .grid--3up-md .grid__col, .grid--3up-md form .col, form .grid--3up-md .col, .grid--3up-md form .col-12, form .grid--3up-md .col-12 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1024px) {
  .grid--3up-lg .grid__col, .grid--3up-lg form .col, form .grid--3up-lg .col, .grid--3up-lg form .col-12, form .grid--3up-lg .col-12 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1140px) {
  .grid--3up-lg2 .grid__col, .grid--3up-lg2 form .col, form .grid--3up-lg2 .col, .grid--3up-lg2 form .col-12, form .grid--3up-lg2 .col-12 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1280px) {
  .grid--3up-xl .grid__col, .grid--3up-xl form .col, form .grid--3up-xl .col, .grid--3up-xl form .col-12, form .grid--3up-xl .col-12 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.grid--4up .grid__col, .grid--4up form .col, form .grid--4up .col, .grid--4up form .col-12, form .grid--4up .col-12 {
  flex-basis: 25%;
  width: 25%;
  max-width: 25%;
}
@media (min-width: 0) {
  .grid--4up-xs .grid__col, .grid--4up-xs form .col, form .grid--4up-xs .col, .grid--4up-xs form .col-12, form .grid--4up-xs .col-12 {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 576px) {
  .grid--4up-sm .grid__col, .grid--4up-sm form .col, form .grid--4up-sm .col, .grid--4up-sm form .col-12, form .grid--4up-sm .col-12 {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .grid--4up-md .grid__col, .grid--4up-md form .col, form .grid--4up-md .col, .grid--4up-md form .col-12, form .grid--4up-md .col-12 {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1024px) {
  .grid--4up-lg .grid__col, .grid--4up-lg form .col, form .grid--4up-lg .col, .grid--4up-lg form .col-12, form .grid--4up-lg .col-12 {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1140px) {
  .grid--4up-lg2 .grid__col, .grid--4up-lg2 form .col, form .grid--4up-lg2 .col, .grid--4up-lg2 form .col-12, form .grid--4up-lg2 .col-12 {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1280px) {
  .grid--4up-xl .grid__col, .grid--4up-xl form .col, form .grid--4up-xl .col, .grid--4up-xl form .col-12, form .grid--4up-xl .col-12 {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}

.grid--5up .grid__col, .grid--5up form .col, form .grid--5up .col, .grid--5up form .col-12, form .grid--5up .col-12 {
  flex-basis: 20%;
  width: 20%;
  max-width: 20%;
}
@media (min-width: 0) {
  .grid--5up-xs .grid__col, .grid--5up-xs form .col, form .grid--5up-xs .col, .grid--5up-xs form .col-12, form .grid--5up-xs .col-12 {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 576px) {
  .grid--5up-sm .grid__col, .grid--5up-sm form .col, form .grid--5up-sm .col, .grid--5up-sm form .col-12, form .grid--5up-sm .col-12 {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .grid--5up-md .grid__col, .grid--5up-md form .col, form .grid--5up-md .col, .grid--5up-md form .col-12, form .grid--5up-md .col-12 {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 1024px) {
  .grid--5up-lg .grid__col, .grid--5up-lg form .col, form .grid--5up-lg .col, .grid--5up-lg form .col-12, form .grid--5up-lg .col-12 {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 1140px) {
  .grid--5up-lg2 .grid__col, .grid--5up-lg2 form .col, form .grid--5up-lg2 .col, .grid--5up-lg2 form .col-12, form .grid--5up-lg2 .col-12 {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 1280px) {
  .grid--5up-xl .grid__col, .grid--5up-xl form .col, form .grid--5up-xl .col, .grid--5up-xl form .col-12, form .grid--5up-xl .col-12 {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}

@media (min-width: 0) {
  .grid__col.w-1of2-xs, form .w-1of2-xs.col, form .w-1of2-xs.col-12 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col.w-1of3-xs, form .w-1of3-xs.col, form .w-1of3-xs.col-12 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col.w-1of4-xs, form .w-1of4-xs.col, form .w-1of4-xs.col-12 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 576px) {
  .grid__col.w-1of2-sm, form .grid__col.col-sm-6, form .w-1of2-sm.col, form .col.col-sm-6, form .w-1of2-sm.col-12, form .col-12.col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col.w-1of3-sm, form .grid__col.col-sm-4, form .w-1of3-sm.col, form .col.col-sm-4, form .w-1of3-sm.col-12, form .col-12.col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col.w-1of4-sm, form .grid__col.col-sm-3, form .w-1of4-sm.col, form .col.col-sm-3, form .w-1of4-sm.col-12, form .col-12.col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .grid__col.w-1of2-md, form .w-1of2-md.col, form .w-1of2-md.col-12 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col.w-1of3-md, form .w-1of3-md.col, form .w-1of3-md.col-12 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col.w-1of4-md, form .w-1of4-md.col, form .w-1of4-md.col-12 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1024px) {
  .grid__col.w-1of2-lg, form .w-1of2-lg.col, form .w-1of2-lg.col-12 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col.w-1of3-lg, form .w-1of3-lg.col, form .w-1of3-lg.col-12 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col.w-1of4-lg, form .w-1of4-lg.col, form .w-1of4-lg.col-12 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1140px) {
  .grid__col.w-1of2-lg2, form .w-1of2-lg2.col, form .w-1of2-lg2.col-12 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col.w-1of3-lg2, form .w-1of3-lg2.col, form .w-1of3-lg2.col-12 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col.w-1of4-lg2, form .w-1of4-lg2.col, form .w-1of4-lg2.col-12 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1280px) {
  .grid__col.w-1of2-xl, form .w-1of2-xl.col, form .w-1of2-xl.col-12 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col.w-1of3-xl, form .w-1of3-xl.col, form .w-1of3-xl.col-12 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col.w-1of4-xl, form .w-1of4-xl.col, form .w-1of4-xl.col-12 {
    flex-basis: 25%;
    max-width: 25%;
  }
}

.grid.is-grid-tight, form .is-grid-tight.row {
  margin-top: -1.5rem;
}
@media (min-width: 1024px) {
  .grid.is-grid-tight, form .is-grid-tight.row {
    margin-top: -1.5rem;
  }
}
.grid.is-grid-tight .grid__col, .grid.is-grid-tight form .col, form .grid.is-grid-tight .col, .grid.is-grid-tight form .col-12, form .grid.is-grid-tight .col-12, form .is-grid-tight.row .grid__col, form .is-grid-tight.row .col, form .is-grid-tight.row .col-12 {
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .grid.is-grid-tight .grid__col, .grid.is-grid-tight form .col, form .grid.is-grid-tight .col, .grid.is-grid-tight form .col-12, form .grid.is-grid-tight .col-12, form .is-grid-tight.row .grid__col, form .is-grid-tight.row .col, form .is-grid-tight.row .col-12 {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .offset-1 {
    margin-left: 8.3333333333%;
  }
  .offset-2 {
    margin-left: 16.6666666667%;
  }
  .offset-x-1 {
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
  .offset-x-2 {
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
form .row {
  margin-top: 0;
}
form .col, form .col-12 {
  margin-top: 0;
}
.letter-picker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.letter-picker a, .letter-picker span {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.letter-picker .disabled {
  opacity: 0.5;
}
.letter-picker + .section.has-cards .grid__col, .letter-picker + .section.has-cards form .col, form .letter-picker + .section.has-cards .col, .letter-picker + .section.has-cards form .col-12, form .letter-picker + .section.has-cards .col-12 {
  position: relative;
}

.country-jump-link {
  position: absolute;
  top: 0;
}

.toc {
  padding-block: 1.62rem 1.81rem;
  border-top: 1px solid rgba(1, 36, 77, 0.16);
  border-bottom: 1px solid rgba(1, 36, 77, 0.16);
  margin-bottom: 8.56rem;
  margin-top: 5.34rem;
}
.toc h1 {
  color: #01244D;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35rem;
  margin-bottom: 1.56rem;
}
.toc .toc-jump-bar {
  list-style: none;
  margin-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.toc .toc-jump-bar li {
  margin-top: 0;
}
.toc .toc-jump-bar li a {
  font-size: 0.99313rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #01244D;
  text-decoration: none;
  border: 1px solid #01244D;
  padding: 0.72rem 1.25rem;
  display: block;
  cursor: pointer;
}
.toc .toc-jump-bar li a:hover {
  background-color: #01244D;
  color: #FFFFFF;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
body.bg-map {
  background: transparent url(../img/bg-map.svg) no-repeat 50% 0%;
  background-size: auto 200%;
}

.site-header,
.site-footer {
  flex-shrink: 0;
}

.main {
  flex: 1 0 auto;
  overflow: hidden;
}
.main > .section:last-child,
.main > .page-header:last-child,
.main > .block:last-child:not(.block--full) {
  margin-bottom: 4.5rem;
}

/*

  Window Notification Bar plugin overrides

  Background color set in plugin, can be:

  Blue:   #3F97DE (lighter than $blue-bright for contrast)
  Orange: #F26D54 ($orange)

*/
/* old bar notification bar styling #wnb-bar, not used */
#wnb-bar {
  border: 0;
  box-shadow: none;
  padding-right: 30px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 43px;
}
body #wnb-bar {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}
#wnb-bar ~ .site-header {
  margin-top: 10px;
}
body.admin-bar #wnb-bar {
  margin-top: 4px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #wnb-bar {
    margin-top: 18px;
  }
}
#wnb-bar span,
#wnb-bar a {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  color: #01244D;
}
#wnb-bar > span {
  display: inline-block;
  position: relative;
}
#wnb-bar > span::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: calc(100% + 10px);
  background: none;
  text-shadow: none;
  font-family: "Raleway", ui-sans-serif, system-ui, -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";
  display: inline-block;
  padding: 0;
  font-size: inherit;
  font-weight: 700;
  color: #01244D;
  transition: all 0.3s ease;
  width: 31px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='11' viewBox='0 0 31 11' width='31' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath clip-rule='evenodd' d='m25.5318 7.00024-3.4603 3.95506 4.1126-.0403 4.8159-5.50453-4.8874-5.41059207-4.1126.02684687 3.5804 3.9735152h-25.5804v3z' fill='%23fff' fill-rule='evenodd'/%3E%3C/mask%3E%3Cg fill='%23FFFFFF'%3E%3Cpath clip-rule='evenodd' d='m25.5318 7.00024-3.4603 3.95506 4.1126-.0403 4.8159-5.50453-4.8874-5.41059207-4.1126.02684687 3.5804 3.9735152h-25.5804v3z' fill-rule='evenodd'/%3E%3Cpath d='m22.0715 10.9553-.7526-.6584-1.47 1.6802 2.2324-.0218zm3.4603-3.95506.7526.65846 1.451-1.65846h-2.2036zm.6523 3.91476.0098 1 .4479-.0044.2949-.3371zm4.8159-5.50453.7526.65846.5854-.66908-.5959-.6597zm-4.8874-5.41059207.7421-.67031893-.3005-.332589-.4481.00293zm-4.1126.02684687-.0065-.9999788-2.2275.014541 1.4911 1.654841zm3.5804 3.9735152v1h2.2472l-1.5043-1.6694zm-25.5804 0v-1h-1v1zm0 3h-1v1h1zm22.8241 4.61356 3.4603-3.9551-1.5052-1.31691-3.4603 3.95511zm3.3502-1.69871-4.1126.04028.0196 1.99993 4.1126-.0403zm4.0731-5.16308-4.8159 5.50459 1.5052 1.3169 4.8159-5.50457zm-4.8769-4.081814 4.8874 5.410594 1.4842-1.34064-4.8874-5.410591zm-3.364.356504 4.1126-.026843-.013-1.999957-4.1126.026846zm4.3168 2.30414-3.5804-3.973518-1.4858 1.338806 3.5804 3.973522zm-26.3233 1.6694h25.5804v-2h-25.5804zm1 2v-3h-2v3zm24.5318-1h-25.5318v2h25.5318z' mask='url(%23a)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 31px 11px;
  color: #01244D;
  transition: all 0.3s ease;
}
#wnb-bar a > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  color: #01244D !important;
  background-color: transparent !important;
}
#wnb-bar a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
#wnb-bar:hover > span::after {
  transform: translateX(5px);
}
@media (max-width: 1023px) {
  #wnb-bar {
    padding-top: 6px;
  }
  #wnb-bar span,
  #wnb-bar a {
    font-size: 0.875rem;
  }
}

/*
  new easy-notification-bar plugin styling
  https://wordpress.org/plugins/easy-notification-bar/ , # AVACON-118
*/
.easy-notification-bar {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.easy-notification-bar .easy-notification-bar-message {
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.easy-notification-bar .easy-notification-bar-message::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: calc(100% + 10px);
  background: none;
  text-shadow: none;
  font-family: "Raleway", ui-sans-serif, system-ui, -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";
  display: inline-block;
  padding: 0;
  font-size: inherit;
  font-weight: 700;
  color: #01244D;
  transition: all 0.3s ease;
  width: 31px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='11' viewBox='0 0 31 11' width='31' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath clip-rule='evenodd' d='m25.5318 7.00024-3.4603 3.95506 4.1126-.0403 4.8159-5.50453-4.8874-5.41059207-4.1126.02684687 3.5804 3.9735152h-25.5804v3z' fill='%23fff' fill-rule='evenodd'/%3E%3C/mask%3E%3Cg fill='%23FFFFFF'%3E%3Cpath clip-rule='evenodd' d='m25.5318 7.00024-3.4603 3.95506 4.1126-.0403 4.8159-5.50453-4.8874-5.41059207-4.1126.02684687 3.5804 3.9735152h-25.5804v3z' fill-rule='evenodd'/%3E%3Cpath d='m22.0715 10.9553-.7526-.6584-1.47 1.6802 2.2324-.0218zm3.4603-3.95506.7526.65846 1.451-1.65846h-2.2036zm.6523 3.91476.0098 1 .4479-.0044.2949-.3371zm4.8159-5.50453.7526.65846.5854-.66908-.5959-.6597zm-4.8874-5.41059207.7421-.67031893-.3005-.332589-.4481.00293zm-4.1126.02684687-.0065-.9999788-2.2275.014541 1.4911 1.654841zm3.5804 3.9735152v1h2.2472l-1.5043-1.6694zm-25.5804 0v-1h-1v1zm0 3h-1v1h1zm22.8241 4.61356 3.4603-3.9551-1.5052-1.31691-3.4603 3.95511zm3.3502-1.69871-4.1126.04028.0196 1.99993 4.1126-.0403zm4.0731-5.16308-4.8159 5.50459 1.5052 1.3169 4.8159-5.50457zm-4.8769-4.081814 4.8874 5.410594 1.4842-1.34064-4.8874-5.410591zm-3.364.356504 4.1126-.026843-.013-1.999957-4.1126.026846zm4.3168 2.30414-3.5804-3.973518-1.4858 1.338806 3.5804 3.973522zm-26.3233 1.6694h25.5804v-2h-25.5804zm1 2v-3h-2v3zm24.5318-1h-25.5318v2h25.5318z' mask='url(%23a)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 31px 11px;
  color: #01244D;
  transition: all 0.3s ease;
}
.easy-notification-bar .easy-notification-bar-container:hover .easy-notification-bar-message::after {
  transform: translate(5px);
}
.easy-notification-bar .easy-notification-bar-button {
  background-color: transparent;
}
.easy-notification-bar a {
  background-color: rgba(63, 151, 222, 0) !important;
  background: none;
  color: rgba(63, 151, 222, 0) !important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1023px) {
  .easy-notification-bar {
    font-size: 0.875rem;
  }
}

.page-header {
  padding-top: 2.5rem;
  padding-bottom: 2.1875rem;
  margin-bottom: 3rem;
  min-height: 199px;
}
@media (min-width: 1024px) {
  .page-header {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    margin-bottom: 3rem;
    min-height: 314px;
    display: flex;
    align-items: center;
  }
}
.page-header .page-header__inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .page-header .page-header__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .page-header .page-header__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.page-header .page-header__inner > *:last-child,
.page-header .page-header__inner > * > *:last-child {
  margin-bottom: 0;
}
.page-header h1 {
  margin: 0;
}
.page-header h1 + .is-byline {
  margin-top: 1rem;
}
.page-header h1 + p {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .page-header h1 + p {
    margin-top: 1.25rem;
  }
}
.page-header .is-divider {
  border-color: #3BBCDA;
}
.page-header a {
  color: #E4BA5F;
  border-color: #E4BA5F;
}

.pager {
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .pager {
    font-size: 1.125rem;
  }
}
.pager li {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 3rem;
}
.pager li.pager__prev, .pager li.pager__next {
  font-family: "Raleway", ui-sans-serif, system-ui, -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-weight: 700;
  font-size: 1.666666667em;
  margin-top: -0.1em;
}
.pager li.pager__prev a, .pager li.pager__prev span, .pager li.pager__next a, .pager li.pager__next span {
  color: inherit;
  position: relative;
}
.pager li.pager__prev a::before {
  position: absolute;
  top: -3px;
  right: 12px;
  content: "<";
  color: #E4BA5F;
}
.pager li.pager__next a::before {
  position: absolute;
  top: -3px;
  left: 12px;
  content: ">";
  color: #E4BA5F;
}
.pager li a, .pager li span {
  display: block;
  padding: 12px;
  text-decoration: none;
  color: #01244D;
}
.pager li span {
  cursor: default;
}
.pager li.is-active a,
.pager li a:hover, .pager li a:focus {
  border-color: #095799;
  position: relative;
  z-index: 2;
  color: #095799;
}
.pager li.is-active a {
  font-weight: 700;
}
.pager li:not(:first-child) {
  margin-left: -1px;
}
.pager li.is-disabled a, .pager li.is-disabled a:hover, .pager li.is-disabled a:focus {
  border-color: #C7C9C7;
  cursor: default;
  pointer-events: none;
  z-index: 0;
}
.pager li.is-disabled.pager__prev a::before, .pager li.is-disabled.pager__next a::before {
  color: #C7C9C7;
}
@media (max-width: 575px) {
  .pager li:not(.is-active):not(.pager__prev):not(.pager__next) {
    display: none;
  }
}

/* icon button */
button.popover-info {
  border: none;
  background-color: transparent;
}

/* see boostrap 5.2, needs the popper js */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-size: 0.984375rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: 0.5rem minus 1px;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFFFFF;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: 0.5rem minus 1px;
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFFFFF;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: 0.5rem minus 1px;
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFFFFF;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #FFFFFF;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: -0.5rem minus 1px;
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFFFFF;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-radius: 4px;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #095799;
}

.result .featured-headline {
  background: #01244D;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.875rem 1.5625rem;
  color: white;
}

@media (max-width: 1023px) {
  .search-filters {
    display: flex;
    align-items: center;
    position: relative;
  }
  .search-filters .search-filters-input {
    flex: 1;
  }
  .search-filters .search-filters-toggle {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    display: block;
    margin-left: 1.25rem;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  .search-filters .search-filters-toggle .icon {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-left: 0.3125rem;
    position: relative;
    top: -1px;
  }
  .search-filters .search-filters-toggle .filter-close::after {
    content: "×";
    font-weight: 700;
    font-size: 1.5em;
    margin-left: 0.1875rem;
    position: relative;
    bottom: -3px;
  }
  .search-filters .search-filters-toggle[aria-expanded=true] {
    position: absolute;
    top: 72px;
    right: 0;
  }
  .search-filters .search-filters-toggle[aria-expanded=true] .filter-open {
    display: none;
  }
  .search-filters .search-filters-toggle[aria-expanded=true] .filter-close {
    display: inline;
  }
  .search-filters .search-filters-toggle[aria-expanded=false] .filter-open {
    display: inline;
  }
  .search-filters .search-filters-toggle[aria-expanded=false] .filter-close {
    display: none;
  }
}

@media (max-width: 1023px) {
  .search-filters-options {
    display: none;
  }
  .search-filters-options.show {
    display: block;
  }
}

.search-results-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search-results-header .form-control {
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .search-results-header .form-control {
    font-size: 1.125rem;
  }
}
.search-results-header p, .search-results-header > div {
  margin: 0.3125rem 0;
}
@media (min-width: 1024px) {
  .search-results-header {
    margin-top: -10px;
  }
  .search-results-header + .search-filters-applied {
    margin-top: 28px;
    margin-bottom: -39px;
  }
  .search-results-header + .block--results {
    margin-top: 82px;
  }
}

.spinner {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  z-index: 30;
  pointer-events: none;
}

.section {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.section > .grid, form .section > .row {
  justify-content: space-between;
}
.section .section__sidebar .card {
  height: auto;
}
@media (min-width: 1024px) {
  .section .section__sidebar {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .section .section__sidebar form:first-child {
    margin-top: -0.25rem;
  }
}
@media (min-width: 1280px) {
  .section .section__sidebar:first-child {
    padding-right: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .section .section__content {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .section .section__content.offset-1 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
.section .section__hero {
  margin-top: -80px;
  margin-bottom: 30px;
  position: relative;
  max-width: 496px;
}
.section .section__hero .hero__action {
  position: absolute;
  top: 6px;
  right: 3px;
  line-height: 1.3;
  display: inline-block;
  padding: 8px 40px 10px 20px;
  background-color: rgba(1, 36, 77, 0.65);
}
@media (min-width: 1024px) {
  .section .section__hero {
    margin-top: -100px;
  }
}
@media (min-width: 1120px) {
  .section .section__hero {
    position: absolute;
    top: 70px;
    right: 10px;
    width: 35vw;
    max-width: 498px;
    margin-top: 0;
    margin-bottom: 0;
    transform: translateY(-100%);
  }
}
@media (min-width: 1280px) {
  .section .section__hero {
    width: 498px;
  }
}
@media (min-width: 1120px) {
  .section.has-section-hero .section__sidebar {
    padding-top: 70px;
  }
}
.section .section__hero.is-date {
  aspect-ratio: 5/3;
  min-height: 224px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", ui-sans-serif, system-ui, -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";
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media (min-width: 1120px) {
  .section .section__hero.is-date {
    min-height: 330px;
  }
}
.section .section__hero.is-date .date-day-of-week {
  font-size: 1.75rem;
  font-weight: 400;
  font-style: italic;
}
.section .section__hero.is-date .date-day {
  font-size: 3.125rem;
  line-height: 0.675;
}
.section .section__hero.is-date .date-month {
  font-size: 2rem;
  line-height: 1.35;
  margin: 0.625rem 0;
}
.section .section__hero.is-date .date-time {
  font-size: 1.375rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.section .section__hero.is-date .date-time .clock {
  height: 30px;
  width: 30px;
  margin-right: 0.625rem;
}
.section .section__hero.is-date .date-time .clock svg.icon {
  height: 30px;
  width: 30px;
}
.section .section__hero.is-date .date-time .clock svg.icon * {
  fill: #01244D;
}
.section .section__hero.is-date .icon {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section .section__hero.is-date .date-day-of-week {
    font-size: 1.75rem;
    line-height: 1.9642857143;
  }
  .section .section__hero.is-date .date-day {
    font-size: 5rem;
  }
  .section .section__hero.is-date .date-month {
    font-size: 2.5rem;
    margin: 0.9375rem 0;
  }
  .section .section__hero.is-date .icon {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1280px) {
  .section .section__hero.is-date .date-day {
    font-size: 6.1875rem;
  }
  .section .section__hero.is-date .date-month {
    font-size: 3.125rem;
    margin: 0.625rem 0 0.9375rem;
  }
  .section .section__hero.is-date .date-time .icon {
    width: 56px;
    height: 56px;
  }
}
.section .block {
  padding-left: 0;
  padding-right: 0;
}
.section .block:first-child {
  margin: 0;
}
.section .block--text .block__inner {
  margin-left: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .section .section__sidebar .card {
    margin-left: -3.125rem;
  }
}
@media (min-width: 1280px) {
  .section .section__sidebar .card {
    margin-right: 3.125rem;
  }
}

.site-footer {
  background-color: #01244D;
  padding-block: 2.25rem 1.5rem;
}
.site-footer .footer__inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-block: 0 2.25rem;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .site-footer .footer__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .site-footer .footer__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.site-footer .footer__signup {
  color: #FFFFFF;
}
.site-footer .footer__signup .h4, .site-footer .footer__signup p {
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
.site-footer .footer__signup .h4 + form {
  margin-top: 0.75rem;
}
.site-footer .footer__signup .form-group {
  position: relative;
}
.site-footer .footer__signup .error {
  display: none;
  width: 100%;
  color: #DA364F;
  font-size: 1rem;
  margin: 4px 0 -10px;
}
@media (min-width: 768px) {
  .site-footer .footer__signup .error {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
  }
}
.site-footer .footer__signup form.was-validated .form-control:invalid {
  border-color: #DA364F;
}
.site-footer .footer__signup form.was-validated .form-control:invalid ~ .error {
  display: block;
}
@media (min-width: 768px) {
  .site-footer .footer__signup {
    flex: 1 0 auto;
  }
  .site-footer .footer__signup form {
    display: flex;
  }
  .site-footer .footer__signup .form-group:first-child {
    flex: 1;
    margin-right: 1.125rem;
    margin-bottom: 0;
    max-width: 350px;
  }
  .site-footer .footer__signup .form-group {
    margin-bottom: 0;
    position: relative;
  }
  .site-footer .footer__signup .form-control {
    width: 100%;
    max-width: 100%;
    border: 1.5px solid #FFFFFF;
  }
  .site-footer .footer__signup label {
    color: #FFFFFF;
  }
}
@media (max-width: 767px) {
  .site-footer .footer__signup .form-control {
    max-width: 250px;
    margin: 0 auto;
  }
}
.site-footer .footer__social,
.site-footer .footer__help-desk {
  flex: 1 0 auto;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  margin-inline: auto;
}
.site-footer .footer__social .h4, .site-footer .footer__social p,
.site-footer .footer__help-desk .h4,
.site-footer .footer__help-desk p {
  color: #FFFFFF;
}
.site-footer .footer__social p,
.site-footer .footer__help-desk p {
  margin-bottom: 0.5rem;
}
.site-footer .footer__social {
  color: #FFFFFF;
}
.site-footer .footer__social .social__nav {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.site-footer .footer__social .social__nav a {
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 0.75rem;
  display: flex;
  align-items: center;
}
.site-footer .footer__social .social__nav a:hover, .site-footer .footer__social .social__nav a:focus {
  color: #E4BA5F;
}
.site-footer .footer__social .social__nav .icon {
  width: 38px;
  height: 38px;
}
@media (max-width: 767px) {
  .site-footer .footer__inner {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
  .site-footer .footer__signup {
    order: 1;
    width: 100%;
  }
  .site-footer .footer__social {
    order: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
  }
  .site-footer .footer__social .social__nav {
    margin-top: 0.5rem;
  }
  .site-footer .footer__social .is-eyebrow,
  .site-footer .footer__social .social__nav a {
    margin: 0 0.5625rem;
  }
  .site-footer .footer__social .social__nav .icon {
    width: 24px;
    height: 24px;
  }
}
.site-footer .footer__avac {
  border-top: 2px solid #74CDE3;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.site-footer .footer__avac .footer__logo {
  width: 89px;
  flex: 1 0 89px;
  max-width: 89px;
  margin-right: 2.5rem;
}
.site-footer .footer__avac .footer__fineprint {
  width: auto;
}
.site-footer .footer__avac .footer__fineprint a {
  color: #FFFFFF;
}
.site-footer .footer__avac .footer__fineprint p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .site-footer .footer__avac {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
@media (max-width: 767px) {
  .site-footer .footer__avac {
    flex-direction: column;
  }
  .site-footer .footer__avac .footer__logo {
    width: 100%;
    text-align: center;
    margin: 0;
    flex: 0 1 auto;
  }
  .site-footer .footer__avac .footer__fineprint {
    width: 100%;
    text-align: left;
    flex: 0 1 auto;
    margin: 0.9375rem 0 0;
  }
}

.site-header {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  background: #01244D;
  padding-top: 1.5rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .site-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .site-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.site-header .header__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header__branding,
.header__avac {
  position: relative;
  z-index: 31;
  flex-grow: 0;
  flex-shrink: 1;
}
.header__branding a,
.header__avac a {
  border: 0;
  text-decoration: none;
  color: #FFFFFF;
}

.header__avac {
  margin-left: 1.5rem;
  margin-top: auto;
}
.header__avac .logo {
  position: relative;
  bottom: -5px;
}
@media (max-width: 575px) {
  .header__avac {
    position: absolute;
    top: 55px;
    left: 19px;
    margin: 0;
  }
  .header__avac svg {
    transform: scale(0.9);
    transform-origin: top left;
  }
}

@media (min-width: 1280px) {
  .header__nav {
    margin-left: auto;
    margin-right: 2.125rem;
  }
}
.header__nav-utility {
  background-color: #01244D;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
@media (min-width: 1280px) {
  .header__nav-utility {
    padding: 1.375rem 0;
    padding-right: 1.4375rem;
    padding-top: 1.25rem;
  }
}
.header__nav-utility ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__nav-utility ul li {
  margin-right: 2.625rem;
  line-height: normal;
}
.header__nav-utility ul li:last-child {
  margin-right: 0;
}
.header__nav-utility ul li a {
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.header__nav-utility ul li a:hover {
  color: #E4BA5F;
}
@media (min-width: 1280px) {
  .header__nav-utility ul li a {
    font-size: 0.75rem;
  }
}
@media (max-width: 1279px) {
  .header__nav-utility {
    background-color: transparent;
    padding-top: 3rem;
    border-top: 1px solid #E4BA5F;
  }
  .header__nav-utility ul li {
    margin-right: 0;
  }
  .header__nav-utility ul li a {
    font-size: 0.875rem;
    text-transform: none;
  }
}

.header__nav-main a {
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.header__nav-main a:hover, .header__nav-main a:focus {
  color: #E4BA5F;
}
.header__nav-main .open-submenu {
  display: none;
}
.header__nav-main .icon-search {
  position: relative;
  top: 5px;
}
.header__nav-main ul {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .header__nav-main ul {
    flex-direction: row;
  }
}
.header__nav-main li {
  position: relative;
}
.header__nav-main li .has-children > a:after {
  z-index: 10;
}
.header__nav-main li .has-children.expanded > a:after {
  transform: rotate(90deg);
}
.header__nav-main li .has-children.expanded > .header__nav-dropdown {
  opacity: 1;
  transition: opacity 0.3s ease 0.1s, max-height 0.6s ease;
}
.header__nav-main .header__nav-dropdown {
  border-top: 29px solid transparent;
  left: -3px;
  min-width: 275px;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(-10px);
  transition: all 0s;
  visibility: hidden;
  z-index: 30;
  opacity: 0;
}
.header__nav-main .header__nav-dropdown ul {
  background: #2382ce;
  border: none;
  border-radius: 0;
  border-top: 0;
  flex-direction: column;
  padding: 0;
}
.header__nav-main .header__nav-dropdown ul li {
  width: 100%;
}
.header__nav-main .header__nav-dropdown ul li a {
  padding: 1rem 1.25rem;
}
.header__nav-main .header__nav-dropdown ul li a:hover {
  text-decoration: underline;
}
.header__nav-main .header__nav-dropdown a {
  border: 0;
  color: #fff;
  display: block;
  letter-spacing: normal;
  text-transform: none;
}
.header__nav-main .has-children:hover .header__nav-dropdown {
  opacity: 1;
  transform: translateY(0);
  transition: all 0s;
  transition: opacity 0.3s linear, transform 0.3s ease;
  visibility: visible;
}
@media (min-width: 1280px) {
  .header__nav-main .header__nav-dropdown .has-children .header__nav-dropdown {
    top: 0;
    border-top: 0;
    left: 100%;
    padding-left: 0;
    opacity: 0;
    visibility: hidden;
  }
  .header__nav-main .header__nav-dropdown .has-children .header__nav-dropdown ul {
    background-color: #103F76;
  }
  .header__nav-main .header__nav-dropdown .has-children:hover .header__nav-dropdown {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1279px) {
  .header__nav-main {
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100vh - 85px);
    background: #01244D;
    z-index: -1;
    padding: 2.5rem 1.25rem 1.25rem;
    transition: opacity 0.3s linear;
    transition-delay: 300ms;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
  }
}
@media (max-width: 1279px) and (min-width: 768px) {
  .header__nav-main {
    padding: 2.5rem 2.5rem 1.25rem;
  }
}
@media (max-width: 1279px) {
  .header__nav-main ul {
    margin-bottom: 1.5rem;
  }
  .header__nav-main .has-children {
    text-align: left;
    width: 100%;
    margin-top: 0;
  }
  .header__nav-main .has-children-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .header__nav-main .has-children-container .open-submenu {
    display: flex;
    background-color: transparent;
    border: 0;
    align-items: flex-start;
    justify-content: flex-end;
    width: 2.5rem;
    cursor: pointer;
  }
  .header__nav-main .has-children-container .open-submenu svg {
    transition: transform 0.2s ease-in-out;
  }
  .header__nav-main .has-children .header__nav-dropdown {
    transform: translateY(0);
    visibility: visible;
    z-index: 30;
    max-height: none;
    opacity: 1;
    overflow-y: visible;
    position: static;
    padding-top: 0;
    border: 0;
    display: none;
  }
  .header__nav-main .has-children .header__nav-dropdown ul.header__nav-subnav {
    background: transparent;
    padding: 0;
    padding-left: 1.5rem;
    margin-bottom: 0;
  }
  .header__nav-main .has-children .header__nav-dropdown ul.header__nav-subnav li {
    text-align: left;
  }
  .header__nav-main .has-children .header__nav-dropdown ul.header__nav-subnav li a {
    padding: 0;
    padding-bottom: 1.125rem;
  }
  .header__nav-main .has-children .header__nav-dropdown .has-children .open-submenu {
    display: none;
  }
  .header__nav-main .has-children.open {
    display: block;
    margin-bottom: 0;
  }
  .header__nav-main .has-children.open .open-submenu svg {
    transform: rotate(90deg);
  }
  .header__nav-main .has-children.open .header__nav-dropdown {
    display: block;
  }
  .header__nav-main .has-children.open .header__nav-dropdown ul.header__nav-subnav {
    margin-bottom: 0.375rem;
  }
  .is-nav-active .header__nav-main {
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
    z-index: 20;
  }
  .header__nav-main li {
    text-align: center;
  }
  .header__nav-main li a {
    padding-bottom: 1.5rem;
    display: inline-block;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .header__nav-main li {
    text-align: left;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar .header__nav-main {
    padding-top: 11.625rem;
  }
}
@media (min-width: 1280px) {
  .header__nav-main ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 0.3125rem;
    padding-right: 1.25rem;
  }
  .header__nav-main a {
    font-size: 1rem;
    padding: 0.25rem 0.625rem;
  }
}
@media (min-width: 1280px) {
  .header__nav-main a {
    padding: 0.25rem 1.0625rem;
  }
}

.header__nav-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1.625rem;
  right: 1.25rem;
  cursor: pointer;
  display: block;
  height: 2rem;
  width: 2rem;
  z-index: 31;
  transition: none;
  background: none;
}
.header__nav-toggle span {
  display: block;
  position: absolute;
  top: 0.875rem;
  left: 0.5rem;
  right: 0.5rem;
  height: 2px;
  width: 1rem;
  background: #FFFFFF;
  transition: transform 0.2s linear;
}
.header__nav-toggle span::before, .header__nav-toggle span::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 2px;
  width: 1rem;
  background: #FFFFFF;
  transition: transform 0.2s linear;
}
.header__nav-toggle span::after {
  top: 5px;
}
.is-nav-active .header__nav-toggle span {
  background: transparent;
}
.is-nav-active .header__nav-toggle span::before {
  transform: rotate(45deg) translate3d(3px, 4px, 0);
}
.is-nav-active .header__nav-toggle span::after {
  transform: rotate(-45deg) translate3d(3px, -4px, 0);
}
@media (min-width: 1280px) {
  .header__nav-toggle {
    display: none;
  }
}

.header__search {
  position: absolute;
  top: 1.75rem;
  right: 5rem;
  z-index: 31;
}
.header__search .header__search-toggle {
  display: inline-block;
  border: 0;
  color: #FFFFFF;
  width: 1.125rem;
  height: 1.125rem;
  transition: none;
}
.header__search .header__search-pane {
  width: 0;
  overflow: hidden;
  display: none;
}
@media (min-width: 1280px) {
  .header__search {
    top: 0;
    right: 0;
    height: 100%;
    width: 5.5rem;
    display: flex;
    transition: width 0.15s linear;
  }
  .header__search .header__search-toggle {
    display: flex;
    border: 0;
    text-decoration: none;
    color: #FFFFFF;
    width: 5.5rem;
    height: 100%;
    background: #E4BA5F;
    color: #01244D;
    align-items: center;
    justify-content: center;
  }
  .header__search .header__search-pane {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    background: #FFFFFF;
  }
  .header__search .header__search-pane form {
    width: 100%;
    max-width: 47.5rem;
    margin: 0 12.5% 0 2.5rem;
  }
  .header__search .header__search-pane .form-control {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #01244D;
    background: none;
    font-size: 1.5rem;
    padding-left: 0;
  }
  .header__search .header__search-pane .form-group {
    position: relative;
    margin: 0 0 0.625rem 0;
  }
  .header__search .header__search-pane .form-group .close {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40%;
    right: 0;
    width: 0.9375rem;
    height: 0.9375rem;
    display: inline-block;
    color: #01244D;
    cursor: pointer;
    transform: translateY(-50%);
    line-height: 15px;
  }
  .header__search .header__search-pane .form-group .close .icon {
    width: 100%;
    height: 100%;
  }
  .header__search .header__search-pane .form-group .close:hover, .header__search .header__search-pane .form-group .close:focus {
    color: #E4BA5F;
  }
  .header__search.is-search-active {
    width: calc(100% - 300px);
    transition: width 0.4s ease;
  }
  .header__search.is-search-active .header__search-pane {
    width: auto;
    overflow: visible;
  }
}
.header__search #suggestions {
  display: none;
}
.is-search-open .header__search #suggestions {
  display: block;
}
.header__search .header__search-suggestions {
  position: absolute;
  top: 100%;
  left: -88px;
  background: #FFFFFF;
  width: calc(100% + 88px);
  padding: 24px 40px 24px 128px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}
.header__search .header__search-suggestions a {
  color: #01244D;
}
.header__search .header__search-suggestions a:hover, .header__search .header__search-suggestions a:focus {
  color: #095799;
}
.header__search .header__search-suggestions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__search .header__search-suggestions ul li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.header__search .header__search-suggestions ul li::before {
  display: none;
}
.header__search .header__search-suggestions ul li {
  margin: 24px 0;
}
.header__search .header__search-suggestions ul li:not(.more) > a {
  text-decoration: none;
}
.header__search .header__search-suggestions ul .h6 {
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 1rem;
}

@media (max-width: 1279px) {
  .is-nav-open body {
    overflow-y: hidden;
  }
}

@media (min-width: 1140px) {
  .utility-header.hide-mobile {
    display: none;
  }
}
@media (min-width: 1280px) {
  .utility-header.hide-mobile {
    display: block;
  }
}

@media (min-width: 1140px) {
  .utility-nav.hide-desktop {
    display: block;
  }
}
@media (min-width: 1280px) {
  .utility-nav.hide-desktop {
    display: none;
  }
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: 700;
}

.text-italic {
  font-style: italic;
}

.text-max-width {
  max-width: 986px;
}

.text-max-width-medium {
  max-width: 874px;
}

.text-max-width-small {
  max-width: 640px;
}

.text-max-width-small-title {
  max-width: 540px;
}

.text-upper {
  text-transform: uppercase;
}

.bg-primary {
  background-color: #095799;
}

.text-primary {
  color: #095799;
}

.bg-secondary {
  background-color: #E4BA5F;
}

.text-secondary {
  color: #E4BA5F;
}

.bg-blue-dark {
  background-color: #01244D;
}

.text-blue-dark {
  color: #01244D;
}

.bg-blue-medium {
  background-color: #095799;
}

.text-blue-medium {
  color: #095799;
}

.bg-blue-bright {
  background-color: #2382CE;
}

.text-blue-bright {
  color: #2382CE;
}

.bg-blue-light {
  background-color: #74CDE3;
}

.text-blue-light {
  color: #74CDE3;
}

.bg-gold {
  background-color: #E4BA5F;
}

.text-gold {
  color: #E4BA5F;
}

.bg-red {
  background-color: #DA364F;
}

.text-red {
  color: #DA364F;
}

.bg-indigo {
  background-color: #374FA2;
}

.text-indigo {
  color: #374FA2;
}

.bg-teal {
  background-color: #4AC0B6;
}

.text-teal {
  color: #4AC0B6;
}

.bg-orange {
  background-color: #F26D54;
}

.text-orange {
  color: #F26D54;
}

.bg-purple {
  background-color: #874C9B;
}

.text-purple {
  color: #874C9B;
}

.bg-gray-light {
  background-color: #F4F4F4;
}

.text-gray-light {
  color: #F4F4F4;
}

.text-white, .text-white *,
.text-light,
.text-light * {
  color: #FFFFFF;
}

.text-dark {
  color: #01244D;
}

.text-gold {
  color: #E4BA5F;
}

.text-muted {
  color: #707070;
}

.text-blue {
  color: #2382CE;
}

.is-bg-gradient {
  background: linear-gradient(249.39deg, #2D81C4 -19.86%, #073871 87.01%);
}
.is-bg-gradient.is-bg-pattern-one {
  background-image: url(/assets/img/pattern-one.png), linear-gradient(249.39deg, #2D81C4 -19.86%, #073871 87.01%);
  background-size: 1440px 315px, auto;
}
.is-bg-gradient.is-bg-pattern-two {
  background-image: url(/assets/img/pattern-two.png), linear-gradient(249.39deg, #2D81C4 -19.86%, #073871 87.01%);
  background-size: 1439px 315px, auto;
}

.is-bg-gradient-dark {
  background: linear-gradient(240.6deg, #095799 -4.55%, #01244D 78.41%);
}

.is-bg-gradient-red {
  background: linear-gradient(249.39deg, #DA364F -19.86%, #AF1D34 87.01%);
}
.is-bg-gradient-red.is-bg-pattern-rings {
  background-image: url(/assets/img/pattern-rings.png), linear-gradient(249.39deg, #DA364F -19.86%, #AF1D34 87.01%);
  background-size: 1440px 314px, auto;
}

.is-bg-gradient-teal {
  background: linear-gradient(249.39deg, #40B5D9 -19.86%, #258AA9 81.44%);
}
.is-bg-gradient-teal.is-bg-pattern-syringe {
  background-image: url(/assets/img/pattern-syringe.png), linear-gradient(249.39deg, #40B5D9 -19.86%, #258AA9 81.44%);
  background-size: 1441px 314px, auto;
}

.is-bg-gradient-indigo {
  background: linear-gradient(249.39deg, #4563CA -19.86%, #374FA2 81.44%);
}
.is-bg-gradient-indigo.is-bg-pattern-pills {
  background-image: url(/assets/img/pattern-pills.png), linear-gradient(249.39deg, #4563CA -19.86%, #374FA2 81.44%);
  background-size: 1440px 315px, auto;
}

.is-overlay--gold::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #E4BA5F;
  opacity: 0.8;
}

.is-overlay--blue::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #095799;
  opacity: 0.8;
}

.is-divider {
  display: inline-block;
  padding-bottom: 0.625rem;
  margin-bottom: 3px;
  border-bottom: 3px solid #2382CE;
}

.is-arrow-down {
  position: relative;
}
.is-arrow-down::after {
  content: "";
  display: block;
  width: 52px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='56' viewBox='0 0 84 56' width='84' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m.5 2c0-.82843.67157-1.5 1.5-1.5h75.78c.824 0 1.4937.66467 1.5 1.48863l.3537 46.69017 3.8345-3.8914.0327 5.644-5.4342 5.5286-5.5284-5.4474-.049-5.644 4.1464 4.0858-.3444-45.4544h-74.2913c-.82843 0-1.5-.67157-1.5-1.5z' fill='%234AC0B6' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 52px 34px;
}
@media (min-width: 1024px) {
  .is-arrow-down::after {
    width: 84px;
    height: 56px;
    left: calc(100% + 30px);
    background-size: 84px 56px;
  }
}

.w100 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.p-0 {
  padding: 0;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.m-0 {
  margin: 0;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.p-1 {
  padding: 5px;
}

.px-1 {
  padding-right: 5px;
  padding-left: 5px;
}

.py-1 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pt-1 {
  padding-top: 5px;
}

.pr-1 {
  padding-right: 5px;
}

.pb-1 {
  padding-bottom: 5px;
}

.pl-1 {
  padding-left: 5px;
}

.m-1 {
  margin: 5px;
}

.mx-1 {
  margin-right: 5px;
  margin-left: 5px;
}

.my-1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mt-1 {
  margin-top: 5px;
}

.mr-1 {
  margin-right: 5px;
}

.mb-1 {
  margin-bottom: 5px;
}

.ml-1 {
  margin-left: 5px;
}

.p-2 {
  padding: 10px;
}

.px-2 {
  padding-right: 10px;
  padding-left: 10px;
}

.py-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pt-2 {
  padding-top: 10px;
}

.pr-2 {
  padding-right: 10px;
}

.pb-2 {
  padding-bottom: 10px;
}

.pl-2 {
  padding-left: 10px;
}

.m-2 {
  margin: 10px;
}

.mx-2 {
  margin-right: 10px;
  margin-left: 10px;
}

.my-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mt-2 {
  margin-top: 10px;
}

.mr-2 {
  margin-right: 10px;
}

.mb-2 {
  margin-bottom: 10px;
}

.ml-2 {
  margin-left: 10px;
}

.p-3 {
  padding: 15px;
}

.px-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.py-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pt-3 {
  padding-top: 15px;
}

.pr-3 {
  padding-right: 15px;
}

.pb-3 {
  padding-bottom: 15px;
}

.pl-3 {
  padding-left: 15px;
}

.m-3 {
  margin: 15px;
}

.mx-3 {
  margin-right: 15px;
  margin-left: 15px;
}

.my-3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mt-3 {
  margin-top: 15px;
}

.mr-3 {
  margin-right: 15px;
}

.mb-3 {
  margin-bottom: 15px;
}

.ml-3 {
  margin-left: 15px;
}

.p-4 {
  padding: 20px;
}

.px-4 {
  padding-right: 20px;
  padding-left: 20px;
}

.py-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-4 {
  padding-top: 20px;
}

.pr-4 {
  padding-right: 20px;
}

.pb-4 {
  padding-bottom: 20px;
}

.pl-4 {
  padding-left: 20px;
}

.m-4 {
  margin: 20px;
}

.mx-4 {
  margin-right: 20px;
  margin-left: 20px;
}

.my-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt-4 {
  margin-top: 20px;
}

.mr-4 {
  margin-right: 20px;
}

.mb-4 {
  margin-bottom: 20px;
}

.ml-4 {
  margin-left: 20px;
}

.p-5 {
  padding: 25px;
}

.px-5 {
  padding-right: 25px;
  padding-left: 25px;
}

.py-5 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pt-5 {
  padding-top: 25px;
}

.pr-5 {
  padding-right: 25px;
}

.pb-5 {
  padding-bottom: 25px;
}

.pl-5 {
  padding-left: 25px;
}

.m-5 {
  margin: 25px;
}

.mx-5 {
  margin-right: 25px;
  margin-left: 25px;
}

.my-5 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mt-5 {
  margin-top: 25px;
}

.mr-5 {
  margin-right: 25px;
}

.mb-5 {
  margin-bottom: 25px;
}

.ml-5 {
  margin-left: 25px;
}

.p-6 {
  padding: 30px;
}

.px-6 {
  padding-right: 30px;
  padding-left: 30px;
}

.py-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt-6 {
  padding-top: 30px;
}

.pr-6 {
  padding-right: 30px;
}

.pb-6 {
  padding-bottom: 30px;
}

.pl-6 {
  padding-left: 30px;
}

.m-6 {
  margin: 30px;
}

.mx-6 {
  margin-right: 30px;
  margin-left: 30px;
}

.my-6 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mt-6 {
  margin-top: 30px;
}

.mr-6 {
  margin-right: 30px;
}

.mb-6 {
  margin-bottom: 30px;
}

.ml-6 {
  margin-left: 30px;
}

.p-7 {
  padding: 35px;
}

.px-7 {
  padding-right: 35px;
  padding-left: 35px;
}

.py-7 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pt-7 {
  padding-top: 35px;
}

.pr-7 {
  padding-right: 35px;
}

.pb-7 {
  padding-bottom: 35px;
}

.pl-7 {
  padding-left: 35px;
}

.m-7 {
  margin: 35px;
}

.mx-7 {
  margin-right: 35px;
  margin-left: 35px;
}

.my-7 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mt-7 {
  margin-top: 35px;
}

.mr-7 {
  margin-right: 35px;
}

.mb-7 {
  margin-bottom: 35px;
}

.ml-7 {
  margin-left: 35px;
}

.p-8 {
  padding: 40px;
}

.px-8 {
  padding-right: 40px;
  padding-left: 40px;
}

.py-8 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt-8 {
  padding-top: 40px;
}

.pr-8 {
  padding-right: 40px;
}

.pb-8 {
  padding-bottom: 40px;
}

.pl-8 {
  padding-left: 40px;
}

.m-8 {
  margin: 40px;
}

.mx-8 {
  margin-right: 40px;
  margin-left: 40px;
}

.my-8 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mt-8 {
  margin-top: 40px;
}

.mr-8 {
  margin-right: 40px;
}

.mb-8 {
  margin-bottom: 40px;
}

.ml-8 {
  margin-left: 40px;
}

.p-9 {
  padding: 45px;
}

.px-9 {
  padding-right: 45px;
  padding-left: 45px;
}

.py-9 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pt-9 {
  padding-top: 45px;
}

.pr-9 {
  padding-right: 45px;
}

.pb-9 {
  padding-bottom: 45px;
}

.pl-9 {
  padding-left: 45px;
}

.m-9 {
  margin: 45px;
}

.mx-9 {
  margin-right: 45px;
  margin-left: 45px;
}

.my-9 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mt-9 {
  margin-top: 45px;
}

.mr-9 {
  margin-right: 45px;
}

.mb-9 {
  margin-bottom: 45px;
}

.ml-9 {
  margin-left: 45px;
}

.p-10 {
  padding: 50px;
}

.px-10 {
  padding-right: 50px;
  padding-left: 50px;
}

.py-10 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-10 {
  padding-top: 50px;
}

.pr-10 {
  padding-right: 50px;
}

.pb-10 {
  padding-bottom: 50px;
}

.pl-10 {
  padding-left: 50px;
}

.m-10 {
  margin: 50px;
}

.mx-10 {
  margin-right: 50px;
  margin-left: 50px;
}

.my-10 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mt-10 {
  margin-top: 50px;
}

.mr-10 {
  margin-right: 50px;
}

.mb-10 {
  margin-bottom: 50px;
}

.ml-10 {
  margin-left: 50px;
}

.p-12 {
  padding: 60px;
}

.px-12 {
  padding-right: 60px;
  padding-left: 60px;
}

.py-12 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-12 {
  padding-top: 60px;
}

.pr-12 {
  padding-right: 60px;
}

.pb-12 {
  padding-bottom: 60px;
}

.pl-12 {
  padding-left: 60px;
}

.m-12 {
  margin: 60px;
}

.mx-12 {
  margin-right: 60px;
  margin-left: 60px;
}

.my-12 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mt-12 {
  margin-top: 60px;
}

.mr-12 {
  margin-right: 60px;
}

.mb-12 {
  margin-bottom: 60px;
}

.ml-12 {
  margin-left: 60px;
}

.p-15 {
  padding: 75px;
}

.px-15 {
  padding-right: 75px;
  padding-left: 75px;
}

.py-15 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pt-15 {
  padding-top: 75px;
}

.pr-15 {
  padding-right: 75px;
}

.pb-15 {
  padding-bottom: 75px;
}

.pl-15 {
  padding-left: 75px;
}

.m-15 {
  margin: 75px;
}

.mx-15 {
  margin-right: 75px;
  margin-left: 75px;
}

.my-15 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mt-15 {
  margin-top: 75px;
}

.mr-15 {
  margin-right: 75px;
}

.mb-15 {
  margin-bottom: 75px;
}

.ml-15 {
  margin-left: 75px;
}

.p-20 {
  padding: 100px;
}

.px-20 {
  padding-right: 100px;
  padding-left: 100px;
}

.py-20 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-20 {
  padding-top: 100px;
}

.pr-20 {
  padding-right: 100px;
}

.pb-20 {
  padding-bottom: 100px;
}

.pl-20 {
  padding-left: 100px;
}

.m-20 {
  margin: 100px;
}

.mx-20 {
  margin-right: 100px;
  margin-left: 100px;
}

.my-20 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mt-20 {
  margin-top: 100px;
}

.mr-20 {
  margin-right: 100px;
}

.mb-20 {
  margin-bottom: 100px;
}

.ml-20 {
  margin-left: 100px;
}

.p-24 {
  padding: 120px;
}

.px-24 {
  padding-right: 120px;
  padding-left: 120px;
}

.py-24 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pt-24 {
  padding-top: 120px;
}

.pr-24 {
  padding-right: 120px;
}

.pb-24 {
  padding-bottom: 120px;
}

.pl-24 {
  padding-left: 120px;
}

.m-24 {
  margin: 120px;
}

.mx-24 {
  margin-right: 120px;
  margin-left: 120px;
}

.my-24 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mt-24 {
  margin-top: 120px;
}

.mr-24 {
  margin-right: 120px;
}

.mb-24 {
  margin-bottom: 120px;
}

.ml-24 {
  margin-left: 120px;
}

.p-30 {
  padding: 150px;
}

.px-30 {
  padding-right: 150px;
  padding-left: 150px;
}

.py-30 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pt-30 {
  padding-top: 150px;
}

.pr-30 {
  padding-right: 150px;
}

.pb-30 {
  padding-bottom: 150px;
}

.pl-30 {
  padding-left: 150px;
}

.m-30 {
  margin: 150px;
}

.mx-30 {
  margin-right: 150px;
  margin-left: 150px;
}

.my-30 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.mt-30 {
  margin-top: 150px;
}

.mr-30 {
  margin-right: 150px;
}

.mb-30 {
  margin-bottom: 150px;
}

.ml-30 {
  margin-left: 150px;
}

@media (min-width: 0) {
  .d-xs-none {
    display: none;
  }
  .d-xs-inline {
    display: inline;
  }
  .d-xs-inline-block {
    display: inline-block;
  }
  .d-xs-block {
    display: block;
  }
  .d-xs-flex {
    display: flex;
  }
  .d-xs-inline-flex {
    display: inline-flex;
  }
  .p-xs-0 {
    padding: 0;
  }
  .px-xs-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .py-xs-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-xs-0 {
    padding-top: 0;
  }
  .pr-xs-0 {
    padding-right: 0;
  }
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .pl-xs-0 {
    padding-left: 0;
  }
  .m-xs-0 {
    margin: 0;
  }
  .mx-xs-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .my-xs-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mt-xs-0 {
    margin-top: 0;
  }
  .mr-xs-0 {
    margin-right: 0;
  }
  .mb-xs-0 {
    margin-bottom: 0;
  }
  .ml-xs-0 {
    margin-left: 0;
  }
  .p-xs-1 {
    padding: 5px;
  }
  .px-xs-1 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .py-xs-1 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pt-xs-1 {
    padding-top: 5px;
  }
  .pr-xs-1 {
    padding-right: 5px;
  }
  .pb-xs-1 {
    padding-bottom: 5px;
  }
  .pl-xs-1 {
    padding-left: 5px;
  }
  .m-xs-1 {
    margin: 5px;
  }
  .mx-xs-1 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .my-xs-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mt-xs-1 {
    margin-top: 5px;
  }
  .mr-xs-1 {
    margin-right: 5px;
  }
  .mb-xs-1 {
    margin-bottom: 5px;
  }
  .ml-xs-1 {
    margin-left: 5px;
  }
  .p-xs-2 {
    padding: 10px;
  }
  .px-xs-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .py-xs-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pt-xs-2 {
    padding-top: 10px;
  }
  .pr-xs-2 {
    padding-right: 10px;
  }
  .pb-xs-2 {
    padding-bottom: 10px;
  }
  .pl-xs-2 {
    padding-left: 10px;
  }
  .m-xs-2 {
    margin: 10px;
  }
  .mx-xs-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .my-xs-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mt-xs-2 {
    margin-top: 10px;
  }
  .mr-xs-2 {
    margin-right: 10px;
  }
  .mb-xs-2 {
    margin-bottom: 10px;
  }
  .ml-xs-2 {
    margin-left: 10px;
  }
  .p-xs-3 {
    padding: 15px;
  }
  .px-xs-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .py-xs-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-xs-3 {
    padding-top: 15px;
  }
  .pr-xs-3 {
    padding-right: 15px;
  }
  .pb-xs-3 {
    padding-bottom: 15px;
  }
  .pl-xs-3 {
    padding-left: 15px;
  }
  .m-xs-3 {
    margin: 15px;
  }
  .mx-xs-3 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .my-xs-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mt-xs-3 {
    margin-top: 15px;
  }
  .mr-xs-3 {
    margin-right: 15px;
  }
  .mb-xs-3 {
    margin-bottom: 15px;
  }
  .ml-xs-3 {
    margin-left: 15px;
  }
  .p-xs-4 {
    padding: 20px;
  }
  .px-xs-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .py-xs-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pt-xs-4 {
    padding-top: 20px;
  }
  .pr-xs-4 {
    padding-right: 20px;
  }
  .pb-xs-4 {
    padding-bottom: 20px;
  }
  .pl-xs-4 {
    padding-left: 20px;
  }
  .m-xs-4 {
    margin: 20px;
  }
  .mx-xs-4 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .my-xs-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mt-xs-4 {
    margin-top: 20px;
  }
  .mr-xs-4 {
    margin-right: 20px;
  }
  .mb-xs-4 {
    margin-bottom: 20px;
  }
  .ml-xs-4 {
    margin-left: 20px;
  }
  .p-xs-5 {
    padding: 25px;
  }
  .px-xs-5 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .py-xs-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pt-xs-5 {
    padding-top: 25px;
  }
  .pr-xs-5 {
    padding-right: 25px;
  }
  .pb-xs-5 {
    padding-bottom: 25px;
  }
  .pl-xs-5 {
    padding-left: 25px;
  }
  .m-xs-5 {
    margin: 25px;
  }
  .mx-xs-5 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .my-xs-5 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mt-xs-5 {
    margin-top: 25px;
  }
  .mr-xs-5 {
    margin-right: 25px;
  }
  .mb-xs-5 {
    margin-bottom: 25px;
  }
  .ml-xs-5 {
    margin-left: 25px;
  }
  .p-xs-6 {
    padding: 30px;
  }
  .px-xs-6 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .py-xs-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-xs-6 {
    padding-top: 30px;
  }
  .pr-xs-6 {
    padding-right: 30px;
  }
  .pb-xs-6 {
    padding-bottom: 30px;
  }
  .pl-xs-6 {
    padding-left: 30px;
  }
  .m-xs-6 {
    margin: 30px;
  }
  .mx-xs-6 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .my-xs-6 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-xs-6 {
    margin-top: 30px;
  }
  .mr-xs-6 {
    margin-right: 30px;
  }
  .mb-xs-6 {
    margin-bottom: 30px;
  }
  .ml-xs-6 {
    margin-left: 30px;
  }
  .p-xs-7 {
    padding: 35px;
  }
  .px-xs-7 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .py-xs-7 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pt-xs-7 {
    padding-top: 35px;
  }
  .pr-xs-7 {
    padding-right: 35px;
  }
  .pb-xs-7 {
    padding-bottom: 35px;
  }
  .pl-xs-7 {
    padding-left: 35px;
  }
  .m-xs-7 {
    margin: 35px;
  }
  .mx-xs-7 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .my-xs-7 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mt-xs-7 {
    margin-top: 35px;
  }
  .mr-xs-7 {
    margin-right: 35px;
  }
  .mb-xs-7 {
    margin-bottom: 35px;
  }
  .ml-xs-7 {
    margin-left: 35px;
  }
  .p-xs-8 {
    padding: 40px;
  }
  .px-xs-8 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .py-xs-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-xs-8 {
    padding-top: 40px;
  }
  .pr-xs-8 {
    padding-right: 40px;
  }
  .pb-xs-8 {
    padding-bottom: 40px;
  }
  .pl-xs-8 {
    padding-left: 40px;
  }
  .m-xs-8 {
    margin: 40px;
  }
  .mx-xs-8 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .my-xs-8 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mt-xs-8 {
    margin-top: 40px;
  }
  .mr-xs-8 {
    margin-right: 40px;
  }
  .mb-xs-8 {
    margin-bottom: 40px;
  }
  .ml-xs-8 {
    margin-left: 40px;
  }
  .p-xs-9 {
    padding: 45px;
  }
  .px-xs-9 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .py-xs-9 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pt-xs-9 {
    padding-top: 45px;
  }
  .pr-xs-9 {
    padding-right: 45px;
  }
  .pb-xs-9 {
    padding-bottom: 45px;
  }
  .pl-xs-9 {
    padding-left: 45px;
  }
  .m-xs-9 {
    margin: 45px;
  }
  .mx-xs-9 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .my-xs-9 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mt-xs-9 {
    margin-top: 45px;
  }
  .mr-xs-9 {
    margin-right: 45px;
  }
  .mb-xs-9 {
    margin-bottom: 45px;
  }
  .ml-xs-9 {
    margin-left: 45px;
  }
  .p-xs-10 {
    padding: 50px;
  }
  .px-xs-10 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .py-xs-10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-xs-10 {
    padding-top: 50px;
  }
  .pr-xs-10 {
    padding-right: 50px;
  }
  .pb-xs-10 {
    padding-bottom: 50px;
  }
  .pl-xs-10 {
    padding-left: 50px;
  }
  .m-xs-10 {
    margin: 50px;
  }
  .mx-xs-10 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .my-xs-10 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mt-xs-10 {
    margin-top: 50px;
  }
  .mr-xs-10 {
    margin-right: 50px;
  }
  .mb-xs-10 {
    margin-bottom: 50px;
  }
  .ml-xs-10 {
    margin-left: 50px;
  }
  .p-xs-12 {
    padding: 60px;
  }
  .px-xs-12 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .py-xs-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-xs-12 {
    padding-top: 60px;
  }
  .pr-xs-12 {
    padding-right: 60px;
  }
  .pb-xs-12 {
    padding-bottom: 60px;
  }
  .pl-xs-12 {
    padding-left: 60px;
  }
  .m-xs-12 {
    margin: 60px;
  }
  .mx-xs-12 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .my-xs-12 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-xs-12 {
    margin-top: 60px;
  }
  .mr-xs-12 {
    margin-right: 60px;
  }
  .mb-xs-12 {
    margin-bottom: 60px;
  }
  .ml-xs-12 {
    margin-left: 60px;
  }
  .p-xs-15 {
    padding: 75px;
  }
  .px-xs-15 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .py-xs-15 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pt-xs-15 {
    padding-top: 75px;
  }
  .pr-xs-15 {
    padding-right: 75px;
  }
  .pb-xs-15 {
    padding-bottom: 75px;
  }
  .pl-xs-15 {
    padding-left: 75px;
  }
  .m-xs-15 {
    margin: 75px;
  }
  .mx-xs-15 {
    margin-right: 75px;
    margin-left: 75px;
  }
  .my-xs-15 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mt-xs-15 {
    margin-top: 75px;
  }
  .mr-xs-15 {
    margin-right: 75px;
  }
  .mb-xs-15 {
    margin-bottom: 75px;
  }
  .ml-xs-15 {
    margin-left: 75px;
  }
  .p-xs-20 {
    padding: 100px;
  }
  .px-xs-20 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .py-xs-20 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt-xs-20 {
    padding-top: 100px;
  }
  .pr-xs-20 {
    padding-right: 100px;
  }
  .pb-xs-20 {
    padding-bottom: 100px;
  }
  .pl-xs-20 {
    padding-left: 100px;
  }
  .m-xs-20 {
    margin: 100px;
  }
  .mx-xs-20 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .my-xs-20 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mt-xs-20 {
    margin-top: 100px;
  }
  .mr-xs-20 {
    margin-right: 100px;
  }
  .mb-xs-20 {
    margin-bottom: 100px;
  }
  .ml-xs-20 {
    margin-left: 100px;
  }
  .p-xs-24 {
    padding: 120px;
  }
  .px-xs-24 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .py-xs-24 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pt-xs-24 {
    padding-top: 120px;
  }
  .pr-xs-24 {
    padding-right: 120px;
  }
  .pb-xs-24 {
    padding-bottom: 120px;
  }
  .pl-xs-24 {
    padding-left: 120px;
  }
  .m-xs-24 {
    margin: 120px;
  }
  .mx-xs-24 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .my-xs-24 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mt-xs-24 {
    margin-top: 120px;
  }
  .mr-xs-24 {
    margin-right: 120px;
  }
  .mb-xs-24 {
    margin-bottom: 120px;
  }
  .ml-xs-24 {
    margin-left: 120px;
  }
  .p-xs-30 {
    padding: 150px;
  }
  .px-xs-30 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .py-xs-30 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pt-xs-30 {
    padding-top: 150px;
  }
  .pr-xs-30 {
    padding-right: 150px;
  }
  .pb-xs-30 {
    padding-bottom: 150px;
  }
  .pl-xs-30 {
    padding-left: 150px;
  }
  .m-xs-30 {
    margin: 150px;
  }
  .mx-xs-30 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .my-xs-30 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .mt-xs-30 {
    margin-top: 150px;
  }
  .mr-xs-30 {
    margin-right: 150px;
  }
  .mb-xs-30 {
    margin-bottom: 150px;
  }
  .ml-xs-30 {
    margin-left: 150px;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
  .p-sm-0 {
    padding: 0;
  }
  .px-sm-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .py-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pr-sm-0 {
    padding-right: 0;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pl-sm-0 {
    padding-left: 0;
  }
  .m-sm-0 {
    margin: 0;
  }
  .mx-sm-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .my-sm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mt-sm-0 {
    margin-top: 0;
  }
  .mr-sm-0 {
    margin-right: 0;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .ml-sm-0 {
    margin-left: 0;
  }
  .p-sm-1 {
    padding: 5px;
  }
  .px-sm-1 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .py-sm-1 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pt-sm-1 {
    padding-top: 5px;
  }
  .pr-sm-1 {
    padding-right: 5px;
  }
  .pb-sm-1 {
    padding-bottom: 5px;
  }
  .pl-sm-1 {
    padding-left: 5px;
  }
  .m-sm-1 {
    margin: 5px;
  }
  .mx-sm-1 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .my-sm-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mt-sm-1 {
    margin-top: 5px;
  }
  .mr-sm-1 {
    margin-right: 5px;
  }
  .mb-sm-1 {
    margin-bottom: 5px;
  }
  .ml-sm-1 {
    margin-left: 5px;
  }
  .p-sm-2 {
    padding: 10px;
  }
  .px-sm-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .py-sm-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pt-sm-2 {
    padding-top: 10px;
  }
  .pr-sm-2 {
    padding-right: 10px;
  }
  .pb-sm-2 {
    padding-bottom: 10px;
  }
  .pl-sm-2 {
    padding-left: 10px;
  }
  .m-sm-2 {
    margin: 10px;
  }
  .mx-sm-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .my-sm-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mt-sm-2 {
    margin-top: 10px;
  }
  .mr-sm-2 {
    margin-right: 10px;
  }
  .mb-sm-2 {
    margin-bottom: 10px;
  }
  .ml-sm-2 {
    margin-left: 10px;
  }
  .p-sm-3 {
    padding: 15px;
  }
  .px-sm-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .py-sm-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-sm-3 {
    padding-top: 15px;
  }
  .pr-sm-3 {
    padding-right: 15px;
  }
  .pb-sm-3 {
    padding-bottom: 15px;
  }
  .pl-sm-3 {
    padding-left: 15px;
  }
  .m-sm-3 {
    margin: 15px;
  }
  .mx-sm-3 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .my-sm-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mt-sm-3 {
    margin-top: 15px;
  }
  .mr-sm-3 {
    margin-right: 15px;
  }
  .mb-sm-3 {
    margin-bottom: 15px;
  }
  .ml-sm-3 {
    margin-left: 15px;
  }
  .p-sm-4 {
    padding: 20px;
  }
  .px-sm-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .py-sm-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pt-sm-4 {
    padding-top: 20px;
  }
  .pr-sm-4 {
    padding-right: 20px;
  }
  .pb-sm-4 {
    padding-bottom: 20px;
  }
  .pl-sm-4 {
    padding-left: 20px;
  }
  .m-sm-4 {
    margin: 20px;
  }
  .mx-sm-4 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .my-sm-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mt-sm-4 {
    margin-top: 20px;
  }
  .mr-sm-4 {
    margin-right: 20px;
  }
  .mb-sm-4 {
    margin-bottom: 20px;
  }
  .ml-sm-4 {
    margin-left: 20px;
  }
  .p-sm-5 {
    padding: 25px;
  }
  .px-sm-5 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .py-sm-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pt-sm-5 {
    padding-top: 25px;
  }
  .pr-sm-5 {
    padding-right: 25px;
  }
  .pb-sm-5 {
    padding-bottom: 25px;
  }
  .pl-sm-5 {
    padding-left: 25px;
  }
  .m-sm-5 {
    margin: 25px;
  }
  .mx-sm-5 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .my-sm-5 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mt-sm-5 {
    margin-top: 25px;
  }
  .mr-sm-5 {
    margin-right: 25px;
  }
  .mb-sm-5 {
    margin-bottom: 25px;
  }
  .ml-sm-5 {
    margin-left: 25px;
  }
  .p-sm-6 {
    padding: 30px;
  }
  .px-sm-6 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .py-sm-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-sm-6 {
    padding-top: 30px;
  }
  .pr-sm-6 {
    padding-right: 30px;
  }
  .pb-sm-6 {
    padding-bottom: 30px;
  }
  .pl-sm-6 {
    padding-left: 30px;
  }
  .m-sm-6 {
    margin: 30px;
  }
  .mx-sm-6 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .my-sm-6 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-sm-6 {
    margin-top: 30px;
  }
  .mr-sm-6 {
    margin-right: 30px;
  }
  .mb-sm-6 {
    margin-bottom: 30px;
  }
  .ml-sm-6 {
    margin-left: 30px;
  }
  .p-sm-7 {
    padding: 35px;
  }
  .px-sm-7 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .py-sm-7 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pt-sm-7 {
    padding-top: 35px;
  }
  .pr-sm-7 {
    padding-right: 35px;
  }
  .pb-sm-7 {
    padding-bottom: 35px;
  }
  .pl-sm-7 {
    padding-left: 35px;
  }
  .m-sm-7 {
    margin: 35px;
  }
  .mx-sm-7 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .my-sm-7 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mt-sm-7 {
    margin-top: 35px;
  }
  .mr-sm-7 {
    margin-right: 35px;
  }
  .mb-sm-7 {
    margin-bottom: 35px;
  }
  .ml-sm-7 {
    margin-left: 35px;
  }
  .p-sm-8 {
    padding: 40px;
  }
  .px-sm-8 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .py-sm-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-sm-8 {
    padding-top: 40px;
  }
  .pr-sm-8 {
    padding-right: 40px;
  }
  .pb-sm-8 {
    padding-bottom: 40px;
  }
  .pl-sm-8 {
    padding-left: 40px;
  }
  .m-sm-8 {
    margin: 40px;
  }
  .mx-sm-8 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .my-sm-8 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mt-sm-8 {
    margin-top: 40px;
  }
  .mr-sm-8 {
    margin-right: 40px;
  }
  .mb-sm-8 {
    margin-bottom: 40px;
  }
  .ml-sm-8 {
    margin-left: 40px;
  }
  .p-sm-9 {
    padding: 45px;
  }
  .px-sm-9 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .py-sm-9 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pt-sm-9 {
    padding-top: 45px;
  }
  .pr-sm-9 {
    padding-right: 45px;
  }
  .pb-sm-9 {
    padding-bottom: 45px;
  }
  .pl-sm-9 {
    padding-left: 45px;
  }
  .m-sm-9 {
    margin: 45px;
  }
  .mx-sm-9 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .my-sm-9 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mt-sm-9 {
    margin-top: 45px;
  }
  .mr-sm-9 {
    margin-right: 45px;
  }
  .mb-sm-9 {
    margin-bottom: 45px;
  }
  .ml-sm-9 {
    margin-left: 45px;
  }
  .p-sm-10 {
    padding: 50px;
  }
  .px-sm-10 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .py-sm-10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-sm-10 {
    padding-top: 50px;
  }
  .pr-sm-10 {
    padding-right: 50px;
  }
  .pb-sm-10 {
    padding-bottom: 50px;
  }
  .pl-sm-10 {
    padding-left: 50px;
  }
  .m-sm-10 {
    margin: 50px;
  }
  .mx-sm-10 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .my-sm-10 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mt-sm-10 {
    margin-top: 50px;
  }
  .mr-sm-10 {
    margin-right: 50px;
  }
  .mb-sm-10 {
    margin-bottom: 50px;
  }
  .ml-sm-10 {
    margin-left: 50px;
  }
  .p-sm-12 {
    padding: 60px;
  }
  .px-sm-12 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .py-sm-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-sm-12 {
    padding-top: 60px;
  }
  .pr-sm-12 {
    padding-right: 60px;
  }
  .pb-sm-12 {
    padding-bottom: 60px;
  }
  .pl-sm-12 {
    padding-left: 60px;
  }
  .m-sm-12 {
    margin: 60px;
  }
  .mx-sm-12 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .my-sm-12 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-sm-12 {
    margin-top: 60px;
  }
  .mr-sm-12 {
    margin-right: 60px;
  }
  .mb-sm-12 {
    margin-bottom: 60px;
  }
  .ml-sm-12 {
    margin-left: 60px;
  }
  .p-sm-15 {
    padding: 75px;
  }
  .px-sm-15 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .py-sm-15 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pt-sm-15 {
    padding-top: 75px;
  }
  .pr-sm-15 {
    padding-right: 75px;
  }
  .pb-sm-15 {
    padding-bottom: 75px;
  }
  .pl-sm-15 {
    padding-left: 75px;
  }
  .m-sm-15 {
    margin: 75px;
  }
  .mx-sm-15 {
    margin-right: 75px;
    margin-left: 75px;
  }
  .my-sm-15 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mt-sm-15 {
    margin-top: 75px;
  }
  .mr-sm-15 {
    margin-right: 75px;
  }
  .mb-sm-15 {
    margin-bottom: 75px;
  }
  .ml-sm-15 {
    margin-left: 75px;
  }
  .p-sm-20 {
    padding: 100px;
  }
  .px-sm-20 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .py-sm-20 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt-sm-20 {
    padding-top: 100px;
  }
  .pr-sm-20 {
    padding-right: 100px;
  }
  .pb-sm-20 {
    padding-bottom: 100px;
  }
  .pl-sm-20 {
    padding-left: 100px;
  }
  .m-sm-20 {
    margin: 100px;
  }
  .mx-sm-20 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .my-sm-20 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mt-sm-20 {
    margin-top: 100px;
  }
  .mr-sm-20 {
    margin-right: 100px;
  }
  .mb-sm-20 {
    margin-bottom: 100px;
  }
  .ml-sm-20 {
    margin-left: 100px;
  }
  .p-sm-24 {
    padding: 120px;
  }
  .px-sm-24 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .py-sm-24 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pt-sm-24 {
    padding-top: 120px;
  }
  .pr-sm-24 {
    padding-right: 120px;
  }
  .pb-sm-24 {
    padding-bottom: 120px;
  }
  .pl-sm-24 {
    padding-left: 120px;
  }
  .m-sm-24 {
    margin: 120px;
  }
  .mx-sm-24 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .my-sm-24 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mt-sm-24 {
    margin-top: 120px;
  }
  .mr-sm-24 {
    margin-right: 120px;
  }
  .mb-sm-24 {
    margin-bottom: 120px;
  }
  .ml-sm-24 {
    margin-left: 120px;
  }
  .p-sm-30 {
    padding: 150px;
  }
  .px-sm-30 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .py-sm-30 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pt-sm-30 {
    padding-top: 150px;
  }
  .pr-sm-30 {
    padding-right: 150px;
  }
  .pb-sm-30 {
    padding-bottom: 150px;
  }
  .pl-sm-30 {
    padding-left: 150px;
  }
  .m-sm-30 {
    margin: 150px;
  }
  .mx-sm-30 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .my-sm-30 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .mt-sm-30 {
    margin-top: 150px;
  }
  .mr-sm-30 {
    margin-right: 150px;
  }
  .mb-sm-30 {
    margin-bottom: 150px;
  }
  .ml-sm-30 {
    margin-left: 150px;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
  .p-md-0 {
    padding: 0;
  }
  .px-md-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .py-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pr-md-0 {
    padding-right: 0;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pl-md-0 {
    padding-left: 0;
  }
  .m-md-0 {
    margin: 0;
  }
  .mx-md-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .my-md-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mt-md-0 {
    margin-top: 0;
  }
  .mr-md-0 {
    margin-right: 0;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .ml-md-0 {
    margin-left: 0;
  }
  .p-md-1 {
    padding: 5px;
  }
  .px-md-1 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .py-md-1 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pt-md-1 {
    padding-top: 5px;
  }
  .pr-md-1 {
    padding-right: 5px;
  }
  .pb-md-1 {
    padding-bottom: 5px;
  }
  .pl-md-1 {
    padding-left: 5px;
  }
  .m-md-1 {
    margin: 5px;
  }
  .mx-md-1 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .my-md-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mt-md-1 {
    margin-top: 5px;
  }
  .mr-md-1 {
    margin-right: 5px;
  }
  .mb-md-1 {
    margin-bottom: 5px;
  }
  .ml-md-1 {
    margin-left: 5px;
  }
  .p-md-2 {
    padding: 10px;
  }
  .px-md-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .py-md-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pt-md-2 {
    padding-top: 10px;
  }
  .pr-md-2 {
    padding-right: 10px;
  }
  .pb-md-2 {
    padding-bottom: 10px;
  }
  .pl-md-2 {
    padding-left: 10px;
  }
  .m-md-2 {
    margin: 10px;
  }
  .mx-md-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .my-md-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mt-md-2 {
    margin-top: 10px;
  }
  .mr-md-2 {
    margin-right: 10px;
  }
  .mb-md-2 {
    margin-bottom: 10px;
  }
  .ml-md-2 {
    margin-left: 10px;
  }
  .p-md-3 {
    padding: 15px;
  }
  .px-md-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .py-md-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-md-3 {
    padding-top: 15px;
  }
  .pr-md-3 {
    padding-right: 15px;
  }
  .pb-md-3 {
    padding-bottom: 15px;
  }
  .pl-md-3 {
    padding-left: 15px;
  }
  .m-md-3 {
    margin: 15px;
  }
  .mx-md-3 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .my-md-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mt-md-3 {
    margin-top: 15px;
  }
  .mr-md-3 {
    margin-right: 15px;
  }
  .mb-md-3 {
    margin-bottom: 15px;
  }
  .ml-md-3 {
    margin-left: 15px;
  }
  .p-md-4 {
    padding: 20px;
  }
  .px-md-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .py-md-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pt-md-4 {
    padding-top: 20px;
  }
  .pr-md-4 {
    padding-right: 20px;
  }
  .pb-md-4 {
    padding-bottom: 20px;
  }
  .pl-md-4 {
    padding-left: 20px;
  }
  .m-md-4 {
    margin: 20px;
  }
  .mx-md-4 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .my-md-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mt-md-4 {
    margin-top: 20px;
  }
  .mr-md-4 {
    margin-right: 20px;
  }
  .mb-md-4 {
    margin-bottom: 20px;
  }
  .ml-md-4 {
    margin-left: 20px;
  }
  .p-md-5 {
    padding: 25px;
  }
  .px-md-5 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .py-md-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pt-md-5 {
    padding-top: 25px;
  }
  .pr-md-5 {
    padding-right: 25px;
  }
  .pb-md-5 {
    padding-bottom: 25px;
  }
  .pl-md-5 {
    padding-left: 25px;
  }
  .m-md-5 {
    margin: 25px;
  }
  .mx-md-5 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .my-md-5 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mt-md-5 {
    margin-top: 25px;
  }
  .mr-md-5 {
    margin-right: 25px;
  }
  .mb-md-5 {
    margin-bottom: 25px;
  }
  .ml-md-5 {
    margin-left: 25px;
  }
  .p-md-6 {
    padding: 30px;
  }
  .px-md-6 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .py-md-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-md-6 {
    padding-top: 30px;
  }
  .pr-md-6 {
    padding-right: 30px;
  }
  .pb-md-6 {
    padding-bottom: 30px;
  }
  .pl-md-6 {
    padding-left: 30px;
  }
  .m-md-6 {
    margin: 30px;
  }
  .mx-md-6 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .my-md-6 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-md-6 {
    margin-top: 30px;
  }
  .mr-md-6 {
    margin-right: 30px;
  }
  .mb-md-6 {
    margin-bottom: 30px;
  }
  .ml-md-6 {
    margin-left: 30px;
  }
  .p-md-7 {
    padding: 35px;
  }
  .px-md-7 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .py-md-7 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pt-md-7 {
    padding-top: 35px;
  }
  .pr-md-7 {
    padding-right: 35px;
  }
  .pb-md-7 {
    padding-bottom: 35px;
  }
  .pl-md-7 {
    padding-left: 35px;
  }
  .m-md-7 {
    margin: 35px;
  }
  .mx-md-7 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .my-md-7 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mt-md-7 {
    margin-top: 35px;
  }
  .mr-md-7 {
    margin-right: 35px;
  }
  .mb-md-7 {
    margin-bottom: 35px;
  }
  .ml-md-7 {
    margin-left: 35px;
  }
  .p-md-8 {
    padding: 40px;
  }
  .px-md-8 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .py-md-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-md-8 {
    padding-top: 40px;
  }
  .pr-md-8 {
    padding-right: 40px;
  }
  .pb-md-8 {
    padding-bottom: 40px;
  }
  .pl-md-8 {
    padding-left: 40px;
  }
  .m-md-8 {
    margin: 40px;
  }
  .mx-md-8 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .my-md-8 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mt-md-8 {
    margin-top: 40px;
  }
  .mr-md-8 {
    margin-right: 40px;
  }
  .mb-md-8 {
    margin-bottom: 40px;
  }
  .ml-md-8 {
    margin-left: 40px;
  }
  .p-md-9 {
    padding: 45px;
  }
  .px-md-9 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .py-md-9 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pt-md-9 {
    padding-top: 45px;
  }
  .pr-md-9 {
    padding-right: 45px;
  }
  .pb-md-9 {
    padding-bottom: 45px;
  }
  .pl-md-9 {
    padding-left: 45px;
  }
  .m-md-9 {
    margin: 45px;
  }
  .mx-md-9 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .my-md-9 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mt-md-9 {
    margin-top: 45px;
  }
  .mr-md-9 {
    margin-right: 45px;
  }
  .mb-md-9 {
    margin-bottom: 45px;
  }
  .ml-md-9 {
    margin-left: 45px;
  }
  .p-md-10 {
    padding: 50px;
  }
  .px-md-10 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .py-md-10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-md-10 {
    padding-top: 50px;
  }
  .pr-md-10 {
    padding-right: 50px;
  }
  .pb-md-10 {
    padding-bottom: 50px;
  }
  .pl-md-10 {
    padding-left: 50px;
  }
  .m-md-10 {
    margin: 50px;
  }
  .mx-md-10 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .my-md-10 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mt-md-10 {
    margin-top: 50px;
  }
  .mr-md-10 {
    margin-right: 50px;
  }
  .mb-md-10 {
    margin-bottom: 50px;
  }
  .ml-md-10 {
    margin-left: 50px;
  }
  .p-md-12 {
    padding: 60px;
  }
  .px-md-12 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .py-md-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-md-12 {
    padding-top: 60px;
  }
  .pr-md-12 {
    padding-right: 60px;
  }
  .pb-md-12 {
    padding-bottom: 60px;
  }
  .pl-md-12 {
    padding-left: 60px;
  }
  .m-md-12 {
    margin: 60px;
  }
  .mx-md-12 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .my-md-12 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-md-12 {
    margin-top: 60px;
  }
  .mr-md-12 {
    margin-right: 60px;
  }
  .mb-md-12 {
    margin-bottom: 60px;
  }
  .ml-md-12 {
    margin-left: 60px;
  }
  .p-md-15 {
    padding: 75px;
  }
  .px-md-15 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .py-md-15 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pt-md-15 {
    padding-top: 75px;
  }
  .pr-md-15 {
    padding-right: 75px;
  }
  .pb-md-15 {
    padding-bottom: 75px;
  }
  .pl-md-15 {
    padding-left: 75px;
  }
  .m-md-15 {
    margin: 75px;
  }
  .mx-md-15 {
    margin-right: 75px;
    margin-left: 75px;
  }
  .my-md-15 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mt-md-15 {
    margin-top: 75px;
  }
  .mr-md-15 {
    margin-right: 75px;
  }
  .mb-md-15 {
    margin-bottom: 75px;
  }
  .ml-md-15 {
    margin-left: 75px;
  }
  .p-md-20 {
    padding: 100px;
  }
  .px-md-20 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .py-md-20 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt-md-20 {
    padding-top: 100px;
  }
  .pr-md-20 {
    padding-right: 100px;
  }
  .pb-md-20 {
    padding-bottom: 100px;
  }
  .pl-md-20 {
    padding-left: 100px;
  }
  .m-md-20 {
    margin: 100px;
  }
  .mx-md-20 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .my-md-20 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mt-md-20 {
    margin-top: 100px;
  }
  .mr-md-20 {
    margin-right: 100px;
  }
  .mb-md-20 {
    margin-bottom: 100px;
  }
  .ml-md-20 {
    margin-left: 100px;
  }
  .p-md-24 {
    padding: 120px;
  }
  .px-md-24 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .py-md-24 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pt-md-24 {
    padding-top: 120px;
  }
  .pr-md-24 {
    padding-right: 120px;
  }
  .pb-md-24 {
    padding-bottom: 120px;
  }
  .pl-md-24 {
    padding-left: 120px;
  }
  .m-md-24 {
    margin: 120px;
  }
  .mx-md-24 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .my-md-24 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mt-md-24 {
    margin-top: 120px;
  }
  .mr-md-24 {
    margin-right: 120px;
  }
  .mb-md-24 {
    margin-bottom: 120px;
  }
  .ml-md-24 {
    margin-left: 120px;
  }
  .p-md-30 {
    padding: 150px;
  }
  .px-md-30 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .py-md-30 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pt-md-30 {
    padding-top: 150px;
  }
  .pr-md-30 {
    padding-right: 150px;
  }
  .pb-md-30 {
    padding-bottom: 150px;
  }
  .pl-md-30 {
    padding-left: 150px;
  }
  .m-md-30 {
    margin: 150px;
  }
  .mx-md-30 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .my-md-30 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .mt-md-30 {
    margin-top: 150px;
  }
  .mr-md-30 {
    margin-right: 150px;
  }
  .mb-md-30 {
    margin-bottom: 150px;
  }
  .ml-md-30 {
    margin-left: 150px;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
  .p-lg-0 {
    padding: 0;
  }
  .px-lg-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .py-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .pr-lg-0 {
    padding-right: 0;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pl-lg-0 {
    padding-left: 0;
  }
  .m-lg-0 {
    margin: 0;
  }
  .mx-lg-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .my-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .mr-lg-0 {
    margin-right: 0;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .ml-lg-0 {
    margin-left: 0;
  }
  .p-lg-1 {
    padding: 5px;
  }
  .px-lg-1 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .py-lg-1 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pt-lg-1 {
    padding-top: 5px;
  }
  .pr-lg-1 {
    padding-right: 5px;
  }
  .pb-lg-1 {
    padding-bottom: 5px;
  }
  .pl-lg-1 {
    padding-left: 5px;
  }
  .m-lg-1 {
    margin: 5px;
  }
  .mx-lg-1 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .my-lg-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mt-lg-1 {
    margin-top: 5px;
  }
  .mr-lg-1 {
    margin-right: 5px;
  }
  .mb-lg-1 {
    margin-bottom: 5px;
  }
  .ml-lg-1 {
    margin-left: 5px;
  }
  .p-lg-2 {
    padding: 10px;
  }
  .px-lg-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .py-lg-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pt-lg-2 {
    padding-top: 10px;
  }
  .pr-lg-2 {
    padding-right: 10px;
  }
  .pb-lg-2 {
    padding-bottom: 10px;
  }
  .pl-lg-2 {
    padding-left: 10px;
  }
  .m-lg-2 {
    margin: 10px;
  }
  .mx-lg-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .my-lg-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mt-lg-2 {
    margin-top: 10px;
  }
  .mr-lg-2 {
    margin-right: 10px;
  }
  .mb-lg-2 {
    margin-bottom: 10px;
  }
  .ml-lg-2 {
    margin-left: 10px;
  }
  .p-lg-3 {
    padding: 15px;
  }
  .px-lg-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .py-lg-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-lg-3 {
    padding-top: 15px;
  }
  .pr-lg-3 {
    padding-right: 15px;
  }
  .pb-lg-3 {
    padding-bottom: 15px;
  }
  .pl-lg-3 {
    padding-left: 15px;
  }
  .m-lg-3 {
    margin: 15px;
  }
  .mx-lg-3 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .my-lg-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mt-lg-3 {
    margin-top: 15px;
  }
  .mr-lg-3 {
    margin-right: 15px;
  }
  .mb-lg-3 {
    margin-bottom: 15px;
  }
  .ml-lg-3 {
    margin-left: 15px;
  }
  .p-lg-4 {
    padding: 20px;
  }
  .px-lg-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .py-lg-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pt-lg-4 {
    padding-top: 20px;
  }
  .pr-lg-4 {
    padding-right: 20px;
  }
  .pb-lg-4 {
    padding-bottom: 20px;
  }
  .pl-lg-4 {
    padding-left: 20px;
  }
  .m-lg-4 {
    margin: 20px;
  }
  .mx-lg-4 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .my-lg-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mt-lg-4 {
    margin-top: 20px;
  }
  .mr-lg-4 {
    margin-right: 20px;
  }
  .mb-lg-4 {
    margin-bottom: 20px;
  }
  .ml-lg-4 {
    margin-left: 20px;
  }
  .p-lg-5 {
    padding: 25px;
  }
  .px-lg-5 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .py-lg-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pt-lg-5 {
    padding-top: 25px;
  }
  .pr-lg-5 {
    padding-right: 25px;
  }
  .pb-lg-5 {
    padding-bottom: 25px;
  }
  .pl-lg-5 {
    padding-left: 25px;
  }
  .m-lg-5 {
    margin: 25px;
  }
  .mx-lg-5 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .my-lg-5 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mt-lg-5 {
    margin-top: 25px;
  }
  .mr-lg-5 {
    margin-right: 25px;
  }
  .mb-lg-5 {
    margin-bottom: 25px;
  }
  .ml-lg-5 {
    margin-left: 25px;
  }
  .p-lg-6 {
    padding: 30px;
  }
  .px-lg-6 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .py-lg-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-lg-6 {
    padding-top: 30px;
  }
  .pr-lg-6 {
    padding-right: 30px;
  }
  .pb-lg-6 {
    padding-bottom: 30px;
  }
  .pl-lg-6 {
    padding-left: 30px;
  }
  .m-lg-6 {
    margin: 30px;
  }
  .mx-lg-6 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .my-lg-6 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-lg-6 {
    margin-top: 30px;
  }
  .mr-lg-6 {
    margin-right: 30px;
  }
  .mb-lg-6 {
    margin-bottom: 30px;
  }
  .ml-lg-6 {
    margin-left: 30px;
  }
  .p-lg-7 {
    padding: 35px;
  }
  .px-lg-7 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .py-lg-7 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pt-lg-7 {
    padding-top: 35px;
  }
  .pr-lg-7 {
    padding-right: 35px;
  }
  .pb-lg-7 {
    padding-bottom: 35px;
  }
  .pl-lg-7 {
    padding-left: 35px;
  }
  .m-lg-7 {
    margin: 35px;
  }
  .mx-lg-7 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .my-lg-7 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mt-lg-7 {
    margin-top: 35px;
  }
  .mr-lg-7 {
    margin-right: 35px;
  }
  .mb-lg-7 {
    margin-bottom: 35px;
  }
  .ml-lg-7 {
    margin-left: 35px;
  }
  .p-lg-8 {
    padding: 40px;
  }
  .px-lg-8 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .py-lg-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-lg-8 {
    padding-top: 40px;
  }
  .pr-lg-8 {
    padding-right: 40px;
  }
  .pb-lg-8 {
    padding-bottom: 40px;
  }
  .pl-lg-8 {
    padding-left: 40px;
  }
  .m-lg-8 {
    margin: 40px;
  }
  .mx-lg-8 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .my-lg-8 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mt-lg-8 {
    margin-top: 40px;
  }
  .mr-lg-8 {
    margin-right: 40px;
  }
  .mb-lg-8 {
    margin-bottom: 40px;
  }
  .ml-lg-8 {
    margin-left: 40px;
  }
  .p-lg-9 {
    padding: 45px;
  }
  .px-lg-9 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .py-lg-9 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pt-lg-9 {
    padding-top: 45px;
  }
  .pr-lg-9 {
    padding-right: 45px;
  }
  .pb-lg-9 {
    padding-bottom: 45px;
  }
  .pl-lg-9 {
    padding-left: 45px;
  }
  .m-lg-9 {
    margin: 45px;
  }
  .mx-lg-9 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .my-lg-9 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mt-lg-9 {
    margin-top: 45px;
  }
  .mr-lg-9 {
    margin-right: 45px;
  }
  .mb-lg-9 {
    margin-bottom: 45px;
  }
  .ml-lg-9 {
    margin-left: 45px;
  }
  .p-lg-10 {
    padding: 50px;
  }
  .px-lg-10 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .py-lg-10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-lg-10 {
    padding-top: 50px;
  }
  .pr-lg-10 {
    padding-right: 50px;
  }
  .pb-lg-10 {
    padding-bottom: 50px;
  }
  .pl-lg-10 {
    padding-left: 50px;
  }
  .m-lg-10 {
    margin: 50px;
  }
  .mx-lg-10 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .my-lg-10 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mt-lg-10 {
    margin-top: 50px;
  }
  .mr-lg-10 {
    margin-right: 50px;
  }
  .mb-lg-10 {
    margin-bottom: 50px;
  }
  .ml-lg-10 {
    margin-left: 50px;
  }
  .p-lg-12 {
    padding: 60px;
  }
  .px-lg-12 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .py-lg-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-lg-12 {
    padding-top: 60px;
  }
  .pr-lg-12 {
    padding-right: 60px;
  }
  .pb-lg-12 {
    padding-bottom: 60px;
  }
  .pl-lg-12 {
    padding-left: 60px;
  }
  .m-lg-12 {
    margin: 60px;
  }
  .mx-lg-12 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .my-lg-12 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-lg-12 {
    margin-top: 60px;
  }
  .mr-lg-12 {
    margin-right: 60px;
  }
  .mb-lg-12 {
    margin-bottom: 60px;
  }
  .ml-lg-12 {
    margin-left: 60px;
  }
  .p-lg-15 {
    padding: 75px;
  }
  .px-lg-15 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .py-lg-15 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pt-lg-15 {
    padding-top: 75px;
  }
  .pr-lg-15 {
    padding-right: 75px;
  }
  .pb-lg-15 {
    padding-bottom: 75px;
  }
  .pl-lg-15 {
    padding-left: 75px;
  }
  .m-lg-15 {
    margin: 75px;
  }
  .mx-lg-15 {
    margin-right: 75px;
    margin-left: 75px;
  }
  .my-lg-15 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mt-lg-15 {
    margin-top: 75px;
  }
  .mr-lg-15 {
    margin-right: 75px;
  }
  .mb-lg-15 {
    margin-bottom: 75px;
  }
  .ml-lg-15 {
    margin-left: 75px;
  }
  .p-lg-20 {
    padding: 100px;
  }
  .px-lg-20 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .py-lg-20 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt-lg-20 {
    padding-top: 100px;
  }
  .pr-lg-20 {
    padding-right: 100px;
  }
  .pb-lg-20 {
    padding-bottom: 100px;
  }
  .pl-lg-20 {
    padding-left: 100px;
  }
  .m-lg-20 {
    margin: 100px;
  }
  .mx-lg-20 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .my-lg-20 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mt-lg-20 {
    margin-top: 100px;
  }
  .mr-lg-20 {
    margin-right: 100px;
  }
  .mb-lg-20 {
    margin-bottom: 100px;
  }
  .ml-lg-20 {
    margin-left: 100px;
  }
  .p-lg-24 {
    padding: 120px;
  }
  .px-lg-24 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .py-lg-24 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pt-lg-24 {
    padding-top: 120px;
  }
  .pr-lg-24 {
    padding-right: 120px;
  }
  .pb-lg-24 {
    padding-bottom: 120px;
  }
  .pl-lg-24 {
    padding-left: 120px;
  }
  .m-lg-24 {
    margin: 120px;
  }
  .mx-lg-24 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .my-lg-24 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mt-lg-24 {
    margin-top: 120px;
  }
  .mr-lg-24 {
    margin-right: 120px;
  }
  .mb-lg-24 {
    margin-bottom: 120px;
  }
  .ml-lg-24 {
    margin-left: 120px;
  }
  .p-lg-30 {
    padding: 150px;
  }
  .px-lg-30 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .py-lg-30 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pt-lg-30 {
    padding-top: 150px;
  }
  .pr-lg-30 {
    padding-right: 150px;
  }
  .pb-lg-30 {
    padding-bottom: 150px;
  }
  .pl-lg-30 {
    padding-left: 150px;
  }
  .m-lg-30 {
    margin: 150px;
  }
  .mx-lg-30 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .my-lg-30 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .mt-lg-30 {
    margin-top: 150px;
  }
  .mr-lg-30 {
    margin-right: 150px;
  }
  .mb-lg-30 {
    margin-bottom: 150px;
  }
  .ml-lg-30 {
    margin-left: 150px;
  }
}
@media (min-width: 1140px) {
  .d-lg2-none {
    display: none;
  }
  .d-lg2-inline {
    display: inline;
  }
  .d-lg2-inline-block {
    display: inline-block;
  }
  .d-lg2-block {
    display: block;
  }
  .d-lg2-flex {
    display: flex;
  }
  .d-lg2-inline-flex {
    display: inline-flex;
  }
  .p-lg2-0 {
    padding: 0;
  }
  .px-lg2-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .py-lg2-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-lg2-0 {
    padding-top: 0;
  }
  .pr-lg2-0 {
    padding-right: 0;
  }
  .pb-lg2-0 {
    padding-bottom: 0;
  }
  .pl-lg2-0 {
    padding-left: 0;
  }
  .m-lg2-0 {
    margin: 0;
  }
  .mx-lg2-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .my-lg2-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mt-lg2-0 {
    margin-top: 0;
  }
  .mr-lg2-0 {
    margin-right: 0;
  }
  .mb-lg2-0 {
    margin-bottom: 0;
  }
  .ml-lg2-0 {
    margin-left: 0;
  }
  .p-lg2-1 {
    padding: 5px;
  }
  .px-lg2-1 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .py-lg2-1 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pt-lg2-1 {
    padding-top: 5px;
  }
  .pr-lg2-1 {
    padding-right: 5px;
  }
  .pb-lg2-1 {
    padding-bottom: 5px;
  }
  .pl-lg2-1 {
    padding-left: 5px;
  }
  .m-lg2-1 {
    margin: 5px;
  }
  .mx-lg2-1 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .my-lg2-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mt-lg2-1 {
    margin-top: 5px;
  }
  .mr-lg2-1 {
    margin-right: 5px;
  }
  .mb-lg2-1 {
    margin-bottom: 5px;
  }
  .ml-lg2-1 {
    margin-left: 5px;
  }
  .p-lg2-2 {
    padding: 10px;
  }
  .px-lg2-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .py-lg2-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pt-lg2-2 {
    padding-top: 10px;
  }
  .pr-lg2-2 {
    padding-right: 10px;
  }
  .pb-lg2-2 {
    padding-bottom: 10px;
  }
  .pl-lg2-2 {
    padding-left: 10px;
  }
  .m-lg2-2 {
    margin: 10px;
  }
  .mx-lg2-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .my-lg2-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mt-lg2-2 {
    margin-top: 10px;
  }
  .mr-lg2-2 {
    margin-right: 10px;
  }
  .mb-lg2-2 {
    margin-bottom: 10px;
  }
  .ml-lg2-2 {
    margin-left: 10px;
  }
  .p-lg2-3 {
    padding: 15px;
  }
  .px-lg2-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .py-lg2-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-lg2-3 {
    padding-top: 15px;
  }
  .pr-lg2-3 {
    padding-right: 15px;
  }
  .pb-lg2-3 {
    padding-bottom: 15px;
  }
  .pl-lg2-3 {
    padding-left: 15px;
  }
  .m-lg2-3 {
    margin: 15px;
  }
  .mx-lg2-3 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .my-lg2-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mt-lg2-3 {
    margin-top: 15px;
  }
  .mr-lg2-3 {
    margin-right: 15px;
  }
  .mb-lg2-3 {
    margin-bottom: 15px;
  }
  .ml-lg2-3 {
    margin-left: 15px;
  }
  .p-lg2-4 {
    padding: 20px;
  }
  .px-lg2-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .py-lg2-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pt-lg2-4 {
    padding-top: 20px;
  }
  .pr-lg2-4 {
    padding-right: 20px;
  }
  .pb-lg2-4 {
    padding-bottom: 20px;
  }
  .pl-lg2-4 {
    padding-left: 20px;
  }
  .m-lg2-4 {
    margin: 20px;
  }
  .mx-lg2-4 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .my-lg2-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mt-lg2-4 {
    margin-top: 20px;
  }
  .mr-lg2-4 {
    margin-right: 20px;
  }
  .mb-lg2-4 {
    margin-bottom: 20px;
  }
  .ml-lg2-4 {
    margin-left: 20px;
  }
  .p-lg2-5 {
    padding: 25px;
  }
  .px-lg2-5 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .py-lg2-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pt-lg2-5 {
    padding-top: 25px;
  }
  .pr-lg2-5 {
    padding-right: 25px;
  }
  .pb-lg2-5 {
    padding-bottom: 25px;
  }
  .pl-lg2-5 {
    padding-left: 25px;
  }
  .m-lg2-5 {
    margin: 25px;
  }
  .mx-lg2-5 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .my-lg2-5 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mt-lg2-5 {
    margin-top: 25px;
  }
  .mr-lg2-5 {
    margin-right: 25px;
  }
  .mb-lg2-5 {
    margin-bottom: 25px;
  }
  .ml-lg2-5 {
    margin-left: 25px;
  }
  .p-lg2-6 {
    padding: 30px;
  }
  .px-lg2-6 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .py-lg2-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-lg2-6 {
    padding-top: 30px;
  }
  .pr-lg2-6 {
    padding-right: 30px;
  }
  .pb-lg2-6 {
    padding-bottom: 30px;
  }
  .pl-lg2-6 {
    padding-left: 30px;
  }
  .m-lg2-6 {
    margin: 30px;
  }
  .mx-lg2-6 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .my-lg2-6 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-lg2-6 {
    margin-top: 30px;
  }
  .mr-lg2-6 {
    margin-right: 30px;
  }
  .mb-lg2-6 {
    margin-bottom: 30px;
  }
  .ml-lg2-6 {
    margin-left: 30px;
  }
  .p-lg2-7 {
    padding: 35px;
  }
  .px-lg2-7 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .py-lg2-7 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pt-lg2-7 {
    padding-top: 35px;
  }
  .pr-lg2-7 {
    padding-right: 35px;
  }
  .pb-lg2-7 {
    padding-bottom: 35px;
  }
  .pl-lg2-7 {
    padding-left: 35px;
  }
  .m-lg2-7 {
    margin: 35px;
  }
  .mx-lg2-7 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .my-lg2-7 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mt-lg2-7 {
    margin-top: 35px;
  }
  .mr-lg2-7 {
    margin-right: 35px;
  }
  .mb-lg2-7 {
    margin-bottom: 35px;
  }
  .ml-lg2-7 {
    margin-left: 35px;
  }
  .p-lg2-8 {
    padding: 40px;
  }
  .px-lg2-8 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .py-lg2-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-lg2-8 {
    padding-top: 40px;
  }
  .pr-lg2-8 {
    padding-right: 40px;
  }
  .pb-lg2-8 {
    padding-bottom: 40px;
  }
  .pl-lg2-8 {
    padding-left: 40px;
  }
  .m-lg2-8 {
    margin: 40px;
  }
  .mx-lg2-8 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .my-lg2-8 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mt-lg2-8 {
    margin-top: 40px;
  }
  .mr-lg2-8 {
    margin-right: 40px;
  }
  .mb-lg2-8 {
    margin-bottom: 40px;
  }
  .ml-lg2-8 {
    margin-left: 40px;
  }
  .p-lg2-9 {
    padding: 45px;
  }
  .px-lg2-9 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .py-lg2-9 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pt-lg2-9 {
    padding-top: 45px;
  }
  .pr-lg2-9 {
    padding-right: 45px;
  }
  .pb-lg2-9 {
    padding-bottom: 45px;
  }
  .pl-lg2-9 {
    padding-left: 45px;
  }
  .m-lg2-9 {
    margin: 45px;
  }
  .mx-lg2-9 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .my-lg2-9 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mt-lg2-9 {
    margin-top: 45px;
  }
  .mr-lg2-9 {
    margin-right: 45px;
  }
  .mb-lg2-9 {
    margin-bottom: 45px;
  }
  .ml-lg2-9 {
    margin-left: 45px;
  }
  .p-lg2-10 {
    padding: 50px;
  }
  .px-lg2-10 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .py-lg2-10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-lg2-10 {
    padding-top: 50px;
  }
  .pr-lg2-10 {
    padding-right: 50px;
  }
  .pb-lg2-10 {
    padding-bottom: 50px;
  }
  .pl-lg2-10 {
    padding-left: 50px;
  }
  .m-lg2-10 {
    margin: 50px;
  }
  .mx-lg2-10 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .my-lg2-10 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mt-lg2-10 {
    margin-top: 50px;
  }
  .mr-lg2-10 {
    margin-right: 50px;
  }
  .mb-lg2-10 {
    margin-bottom: 50px;
  }
  .ml-lg2-10 {
    margin-left: 50px;
  }
  .p-lg2-12 {
    padding: 60px;
  }
  .px-lg2-12 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .py-lg2-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-lg2-12 {
    padding-top: 60px;
  }
  .pr-lg2-12 {
    padding-right: 60px;
  }
  .pb-lg2-12 {
    padding-bottom: 60px;
  }
  .pl-lg2-12 {
    padding-left: 60px;
  }
  .m-lg2-12 {
    margin: 60px;
  }
  .mx-lg2-12 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .my-lg2-12 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-lg2-12 {
    margin-top: 60px;
  }
  .mr-lg2-12 {
    margin-right: 60px;
  }
  .mb-lg2-12 {
    margin-bottom: 60px;
  }
  .ml-lg2-12 {
    margin-left: 60px;
  }
  .p-lg2-15 {
    padding: 75px;
  }
  .px-lg2-15 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .py-lg2-15 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pt-lg2-15 {
    padding-top: 75px;
  }
  .pr-lg2-15 {
    padding-right: 75px;
  }
  .pb-lg2-15 {
    padding-bottom: 75px;
  }
  .pl-lg2-15 {
    padding-left: 75px;
  }
  .m-lg2-15 {
    margin: 75px;
  }
  .mx-lg2-15 {
    margin-right: 75px;
    margin-left: 75px;
  }
  .my-lg2-15 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mt-lg2-15 {
    margin-top: 75px;
  }
  .mr-lg2-15 {
    margin-right: 75px;
  }
  .mb-lg2-15 {
    margin-bottom: 75px;
  }
  .ml-lg2-15 {
    margin-left: 75px;
  }
  .p-lg2-20 {
    padding: 100px;
  }
  .px-lg2-20 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .py-lg2-20 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt-lg2-20 {
    padding-top: 100px;
  }
  .pr-lg2-20 {
    padding-right: 100px;
  }
  .pb-lg2-20 {
    padding-bottom: 100px;
  }
  .pl-lg2-20 {
    padding-left: 100px;
  }
  .m-lg2-20 {
    margin: 100px;
  }
  .mx-lg2-20 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .my-lg2-20 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mt-lg2-20 {
    margin-top: 100px;
  }
  .mr-lg2-20 {
    margin-right: 100px;
  }
  .mb-lg2-20 {
    margin-bottom: 100px;
  }
  .ml-lg2-20 {
    margin-left: 100px;
  }
  .p-lg2-24 {
    padding: 120px;
  }
  .px-lg2-24 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .py-lg2-24 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pt-lg2-24 {
    padding-top: 120px;
  }
  .pr-lg2-24 {
    padding-right: 120px;
  }
  .pb-lg2-24 {
    padding-bottom: 120px;
  }
  .pl-lg2-24 {
    padding-left: 120px;
  }
  .m-lg2-24 {
    margin: 120px;
  }
  .mx-lg2-24 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .my-lg2-24 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mt-lg2-24 {
    margin-top: 120px;
  }
  .mr-lg2-24 {
    margin-right: 120px;
  }
  .mb-lg2-24 {
    margin-bottom: 120px;
  }
  .ml-lg2-24 {
    margin-left: 120px;
  }
  .p-lg2-30 {
    padding: 150px;
  }
  .px-lg2-30 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .py-lg2-30 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pt-lg2-30 {
    padding-top: 150px;
  }
  .pr-lg2-30 {
    padding-right: 150px;
  }
  .pb-lg2-30 {
    padding-bottom: 150px;
  }
  .pl-lg2-30 {
    padding-left: 150px;
  }
  .m-lg2-30 {
    margin: 150px;
  }
  .mx-lg2-30 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .my-lg2-30 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .mt-lg2-30 {
    margin-top: 150px;
  }
  .mr-lg2-30 {
    margin-right: 150px;
  }
  .mb-lg2-30 {
    margin-bottom: 150px;
  }
  .ml-lg2-30 {
    margin-left: 150px;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
  .p-xl-0 {
    padding: 0;
  }
  .px-xl-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .py-xl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-xl-0 {
    padding-top: 0;
  }
  .pr-xl-0 {
    padding-right: 0;
  }
  .pb-xl-0 {
    padding-bottom: 0;
  }
  .pl-xl-0 {
    padding-left: 0;
  }
  .m-xl-0 {
    margin: 0;
  }
  .mx-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .my-xl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mt-xl-0 {
    margin-top: 0;
  }
  .mr-xl-0 {
    margin-right: 0;
  }
  .mb-xl-0 {
    margin-bottom: 0;
  }
  .ml-xl-0 {
    margin-left: 0;
  }
  .p-xl-1 {
    padding: 5px;
  }
  .px-xl-1 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .py-xl-1 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pt-xl-1 {
    padding-top: 5px;
  }
  .pr-xl-1 {
    padding-right: 5px;
  }
  .pb-xl-1 {
    padding-bottom: 5px;
  }
  .pl-xl-1 {
    padding-left: 5px;
  }
  .m-xl-1 {
    margin: 5px;
  }
  .mx-xl-1 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .my-xl-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mt-xl-1 {
    margin-top: 5px;
  }
  .mr-xl-1 {
    margin-right: 5px;
  }
  .mb-xl-1 {
    margin-bottom: 5px;
  }
  .ml-xl-1 {
    margin-left: 5px;
  }
  .p-xl-2 {
    padding: 10px;
  }
  .px-xl-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .py-xl-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pt-xl-2 {
    padding-top: 10px;
  }
  .pr-xl-2 {
    padding-right: 10px;
  }
  .pb-xl-2 {
    padding-bottom: 10px;
  }
  .pl-xl-2 {
    padding-left: 10px;
  }
  .m-xl-2 {
    margin: 10px;
  }
  .mx-xl-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .my-xl-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mt-xl-2 {
    margin-top: 10px;
  }
  .mr-xl-2 {
    margin-right: 10px;
  }
  .mb-xl-2 {
    margin-bottom: 10px;
  }
  .ml-xl-2 {
    margin-left: 10px;
  }
  .p-xl-3 {
    padding: 15px;
  }
  .px-xl-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .py-xl-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-xl-3 {
    padding-top: 15px;
  }
  .pr-xl-3 {
    padding-right: 15px;
  }
  .pb-xl-3 {
    padding-bottom: 15px;
  }
  .pl-xl-3 {
    padding-left: 15px;
  }
  .m-xl-3 {
    margin: 15px;
  }
  .mx-xl-3 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .my-xl-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mt-xl-3 {
    margin-top: 15px;
  }
  .mr-xl-3 {
    margin-right: 15px;
  }
  .mb-xl-3 {
    margin-bottom: 15px;
  }
  .ml-xl-3 {
    margin-left: 15px;
  }
  .p-xl-4 {
    padding: 20px;
  }
  .px-xl-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .py-xl-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pt-xl-4 {
    padding-top: 20px;
  }
  .pr-xl-4 {
    padding-right: 20px;
  }
  .pb-xl-4 {
    padding-bottom: 20px;
  }
  .pl-xl-4 {
    padding-left: 20px;
  }
  .m-xl-4 {
    margin: 20px;
  }
  .mx-xl-4 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .my-xl-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mt-xl-4 {
    margin-top: 20px;
  }
  .mr-xl-4 {
    margin-right: 20px;
  }
  .mb-xl-4 {
    margin-bottom: 20px;
  }
  .ml-xl-4 {
    margin-left: 20px;
  }
  .p-xl-5 {
    padding: 25px;
  }
  .px-xl-5 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .py-xl-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pt-xl-5 {
    padding-top: 25px;
  }
  .pr-xl-5 {
    padding-right: 25px;
  }
  .pb-xl-5 {
    padding-bottom: 25px;
  }
  .pl-xl-5 {
    padding-left: 25px;
  }
  .m-xl-5 {
    margin: 25px;
  }
  .mx-xl-5 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .my-xl-5 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mt-xl-5 {
    margin-top: 25px;
  }
  .mr-xl-5 {
    margin-right: 25px;
  }
  .mb-xl-5 {
    margin-bottom: 25px;
  }
  .ml-xl-5 {
    margin-left: 25px;
  }
  .p-xl-6 {
    padding: 30px;
  }
  .px-xl-6 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .py-xl-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-xl-6 {
    padding-top: 30px;
  }
  .pr-xl-6 {
    padding-right: 30px;
  }
  .pb-xl-6 {
    padding-bottom: 30px;
  }
  .pl-xl-6 {
    padding-left: 30px;
  }
  .m-xl-6 {
    margin: 30px;
  }
  .mx-xl-6 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .my-xl-6 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-xl-6 {
    margin-top: 30px;
  }
  .mr-xl-6 {
    margin-right: 30px;
  }
  .mb-xl-6 {
    margin-bottom: 30px;
  }
  .ml-xl-6 {
    margin-left: 30px;
  }
  .p-xl-7 {
    padding: 35px;
  }
  .px-xl-7 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .py-xl-7 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pt-xl-7 {
    padding-top: 35px;
  }
  .pr-xl-7 {
    padding-right: 35px;
  }
  .pb-xl-7 {
    padding-bottom: 35px;
  }
  .pl-xl-7 {
    padding-left: 35px;
  }
  .m-xl-7 {
    margin: 35px;
  }
  .mx-xl-7 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .my-xl-7 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mt-xl-7 {
    margin-top: 35px;
  }
  .mr-xl-7 {
    margin-right: 35px;
  }
  .mb-xl-7 {
    margin-bottom: 35px;
  }
  .ml-xl-7 {
    margin-left: 35px;
  }
  .p-xl-8 {
    padding: 40px;
  }
  .px-xl-8 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .py-xl-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-xl-8 {
    padding-top: 40px;
  }
  .pr-xl-8 {
    padding-right: 40px;
  }
  .pb-xl-8 {
    padding-bottom: 40px;
  }
  .pl-xl-8 {
    padding-left: 40px;
  }
  .m-xl-8 {
    margin: 40px;
  }
  .mx-xl-8 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .my-xl-8 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mt-xl-8 {
    margin-top: 40px;
  }
  .mr-xl-8 {
    margin-right: 40px;
  }
  .mb-xl-8 {
    margin-bottom: 40px;
  }
  .ml-xl-8 {
    margin-left: 40px;
  }
  .p-xl-9 {
    padding: 45px;
  }
  .px-xl-9 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .py-xl-9 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pt-xl-9 {
    padding-top: 45px;
  }
  .pr-xl-9 {
    padding-right: 45px;
  }
  .pb-xl-9 {
    padding-bottom: 45px;
  }
  .pl-xl-9 {
    padding-left: 45px;
  }
  .m-xl-9 {
    margin: 45px;
  }
  .mx-xl-9 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .my-xl-9 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mt-xl-9 {
    margin-top: 45px;
  }
  .mr-xl-9 {
    margin-right: 45px;
  }
  .mb-xl-9 {
    margin-bottom: 45px;
  }
  .ml-xl-9 {
    margin-left: 45px;
  }
  .p-xl-10 {
    padding: 50px;
  }
  .px-xl-10 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .py-xl-10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-xl-10 {
    padding-top: 50px;
  }
  .pr-xl-10 {
    padding-right: 50px;
  }
  .pb-xl-10 {
    padding-bottom: 50px;
  }
  .pl-xl-10 {
    padding-left: 50px;
  }
  .m-xl-10 {
    margin: 50px;
  }
  .mx-xl-10 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .my-xl-10 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mt-xl-10 {
    margin-top: 50px;
  }
  .mr-xl-10 {
    margin-right: 50px;
  }
  .mb-xl-10 {
    margin-bottom: 50px;
  }
  .ml-xl-10 {
    margin-left: 50px;
  }
  .p-xl-12 {
    padding: 60px;
  }
  .px-xl-12 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .py-xl-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-xl-12 {
    padding-top: 60px;
  }
  .pr-xl-12 {
    padding-right: 60px;
  }
  .pb-xl-12 {
    padding-bottom: 60px;
  }
  .pl-xl-12 {
    padding-left: 60px;
  }
  .m-xl-12 {
    margin: 60px;
  }
  .mx-xl-12 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .my-xl-12 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-xl-12 {
    margin-top: 60px;
  }
  .mr-xl-12 {
    margin-right: 60px;
  }
  .mb-xl-12 {
    margin-bottom: 60px;
  }
  .ml-xl-12 {
    margin-left: 60px;
  }
  .p-xl-15 {
    padding: 75px;
  }
  .px-xl-15 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .py-xl-15 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pt-xl-15 {
    padding-top: 75px;
  }
  .pr-xl-15 {
    padding-right: 75px;
  }
  .pb-xl-15 {
    padding-bottom: 75px;
  }
  .pl-xl-15 {
    padding-left: 75px;
  }
  .m-xl-15 {
    margin: 75px;
  }
  .mx-xl-15 {
    margin-right: 75px;
    margin-left: 75px;
  }
  .my-xl-15 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mt-xl-15 {
    margin-top: 75px;
  }
  .mr-xl-15 {
    margin-right: 75px;
  }
  .mb-xl-15 {
    margin-bottom: 75px;
  }
  .ml-xl-15 {
    margin-left: 75px;
  }
  .p-xl-20 {
    padding: 100px;
  }
  .px-xl-20 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .py-xl-20 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt-xl-20 {
    padding-top: 100px;
  }
  .pr-xl-20 {
    padding-right: 100px;
  }
  .pb-xl-20 {
    padding-bottom: 100px;
  }
  .pl-xl-20 {
    padding-left: 100px;
  }
  .m-xl-20 {
    margin: 100px;
  }
  .mx-xl-20 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .my-xl-20 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mt-xl-20 {
    margin-top: 100px;
  }
  .mr-xl-20 {
    margin-right: 100px;
  }
  .mb-xl-20 {
    margin-bottom: 100px;
  }
  .ml-xl-20 {
    margin-left: 100px;
  }
  .p-xl-24 {
    padding: 120px;
  }
  .px-xl-24 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .py-xl-24 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pt-xl-24 {
    padding-top: 120px;
  }
  .pr-xl-24 {
    padding-right: 120px;
  }
  .pb-xl-24 {
    padding-bottom: 120px;
  }
  .pl-xl-24 {
    padding-left: 120px;
  }
  .m-xl-24 {
    margin: 120px;
  }
  .mx-xl-24 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .my-xl-24 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mt-xl-24 {
    margin-top: 120px;
  }
  .mr-xl-24 {
    margin-right: 120px;
  }
  .mb-xl-24 {
    margin-bottom: 120px;
  }
  .ml-xl-24 {
    margin-left: 120px;
  }
  .p-xl-30 {
    padding: 150px;
  }
  .px-xl-30 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .py-xl-30 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pt-xl-30 {
    padding-top: 150px;
  }
  .pr-xl-30 {
    padding-right: 150px;
  }
  .pb-xl-30 {
    padding-bottom: 150px;
  }
  .pl-xl-30 {
    padding-left: 150px;
  }
  .m-xl-30 {
    margin: 150px;
  }
  .mx-xl-30 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .my-xl-30 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .mt-xl-30 {
    margin-top: 150px;
  }
  .mr-xl-30 {
    margin-right: 150px;
  }
  .mb-xl-30 {
    margin-bottom: 150px;
  }
  .ml-xl-30 {
    margin-left: 150px;
  }
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-ml-1 {
  margin-left: -5px;
}

.-mt-2 {
  margin-top: -10px;
}

.-mt-3 {
  margin-top: -15px;
}

.-ml-5 {
  margin-left: -25px;
}

@media (min-width: 1024px) {
  .-ml-lg-5 {
    margin-left: -25px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

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

.is-visually-shown {
  transition: opacity 0.3s ease;
}

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

.is-invisible {
  visibility: hidden !important;
}

.hide-mobile {
  display: none;
}
@media (min-width: 1140px) {
  .hide-mobile {
    display: block;
  }
}

@media (min-width: 1140px) {
  .hide-desktop {
    display: none;
  }
}

.whats-new {
  padding: 2.5rem 1.25rem 0.75rem;
}
.whats-new .splide {
  margin-top: 0;
}
.whats-new-header-wrapper {
  grid-column: content;
  margin-bottom: 2.1875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.whats-new-header-wrapper h2 {
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 2rem;
}
.whats-new-story {
  border-left: 2px solid #01244D;
  height: 100%;
  padding: 0 1.25rem;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.whats-new-story .btn.btn-label.is-btn-tag {
  margin-bottom: 0.875rem;
  background-color: #E4BA5F;
  border-color: #E4BA5F;
  color: #01244D;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.869px;
}
.whats-new-story a {
  text-decoration: none;
  font-weight: 700;
  color: #01244D;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
}
.whats-new-story a:hover {
  text-decoration: underline;
  color: #01244D;
}
@media (min-width: 1280px) {
  .whats-new {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1280px) {
  .whats-new {
    padding-left: 0;
    padding-right: 0;
  }
  .whats-new-header-wrapper {
    margin-bottom: 4.0625rem;
  }
  .whats-new-container .splide {
    display: grid;
    width: 100%;
    grid-template-columns: [full-container-start] minmax(40px, 1fr) [content-start] minmax(auto, 1320px) [content-end] minmax(40px, 1fr) [full-container-end];
  }
  .whats-new-container .splide__track {
    grid-column-start: content;
    grid-column-end: full-container;
  }
  .whats-new-container .splide__arrows {
    grid-column: content;
  }
}
.whats-new .splide__arrows {
  position: static;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
}
.whats-new .splide__arrows .splide__arrow {
  background: transparent;
  border: 2px solid #000000;
}
.whats-new .splide__arrows .splide__arrow svg {
  width: 1rem;
  height: 1rem;
}
.whats-new .splide__arrows .splide__arrow--prev, .whats-new .splide__arrows .splide__arrow--next {
  position: static;
  top: 0;
  transform: translateY(0);
  left: 0;
  right: 0;
}
.whats-new .splide__arrows .splide__arrow--prev {
  margin-right: 0.875rem;
}
.whats-new.no-overflow .splide__arrows {
  display: none;
}

.swatch {
  font-size: 14px;
  font-family: "Lato", ui-sans-serif, system-ui, -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";
  line-height: 1.2;
  padding: 10px;
  min-height: 90px;
}
.swatch:not([class*=text-]) {
  color: #FFFFFF;
}
.grid--no-gutters .swatch {
  padding: 10px;
}
.swatch strong {
  display: block;
}

.sg-icons svg {
  display: inline-block;
  margin: 15px 5px;
}

.debug {
  border: 1px solid #e30087;
}

.is-note {
  color: #e30087;
}

.label.is-note {
  color: #FFFFFF;
  background: #e30087;
}

.sg-jumpnav li {
  display: inline-block;
  margin: 0.5em;
  font-size: 1rem;
}
.sg-jumpnav a {
  text-decoration: none;
}

.sg-stickynav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin: 0;
  padding: 1.25rem 0;
  border-bottom: 1px solid #C7C9C7;
  z-index: 1080;
}

.sg-block + .hero {
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .sg-block + .hero {
    margin-top: 3rem;
  }
}

.debug-grid {
  background: #ff7dca;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

body.styleguide code {
  font-size: 0.75rem;
  background: #ffe3f4;
  padding: 3px;
}

body.debug-breakpoints::after {
  content: "mobile";
  background: #e30087;
  color: #FFFFFF;
  display: block;
  padding: 5px 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  font-family: "Lato", ui-sans-serif, system-ui, -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-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  z-index: 999999;
}
@media (min-width: 576px) {
  body.debug-breakpoints::after {
    content: "small";
  }
}
@media (min-width: 768px) {
  body.debug-breakpoints::after {
    content: "medium";
  }
}
@media (min-width: 1024px) {
  body.debug-breakpoints::after {
    content: "large";
  }
}
@media (min-width: 1280px) {
  body.debug-breakpoints::after {
    content: "x-large";
  }
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-size: 0.984375rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.explore-by {
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .explore-by {
    padding-bottom: 6.25rem;
  }
}
.explore-by .block__inner h2 {
  color: #01244D;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}
.explore-by.block--tags .btn.btn-label {
  margin-right: 1.125rem;
  margin-top: 0.9375rem;
  padding: 0.75rem;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.869px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #01244D;
}
.explore-by.block--tags .btn.btn-label:hover {
  background-color: #01244D;
  color: #FFFFFF;
  border-color: #01244D;
}
.explore-by-item {
  margin-bottom: 2.4375rem;
}
.explore-by-item h3 {
  color: #01244D;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6875rem;
  text-transform: none;
  margin-bottom: 0.5625rem;
}
.explore-by-item:last-child {
  margin-bottom: 0;
}

.delve-deeper {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem;
}
.delve-deeper h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}
.delve-deeper .intro {
  margin-top: 0.625rem;
  margin-bottom: 1.9375rem;
}
.delve-deeper .intro p {
  margin-bottom: 0;
  transition: color 0.3s ease-in-out;
}
.delve-deeper .delve-story {
  background-color: #EEEEEE;
  padding: 1.5rem;
  margin-bottom: 0.875rem;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  display: block;
}
@media (min-width: 768px) {
  .delve-deeper .delve-story {
    margin-bottom: 0;
  }
}
.delve-deeper .delve-story .intro {
  margin-bottom: 0;
  color: #01244D;
}
.delve-deeper .delve-story .btn.btn-label.is-btn-tag {
  background-color: transparent;
  border-color: transparent;
  color: #01244D;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.869px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  padding-left: 1.625rem;
  position: relative;
  transition: color 0.3s ease-in-out;
}
.delve-deeper .delve-story .btn.btn-label.is-btn-tag:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #4ABFB6;
}
.delve-deeper .delve-story h4 {
  margin-top: 0.6875rem;
  margin-bottom: 0.6875rem;
  font-size: 1.625rem;
  line-height: 2.1875rem;
  font-weight: 700;
  color: #01244D;
  transition: color 0.3s ease-in-out;
}
.delve-deeper .delve-story:hover {
  background-color: #01244D;
}
.delve-deeper .delve-story:hover h4 {
  text-decoration: underline;
  color: #FFFFFF;
}
.delve-deeper .delve-story:hover .btn.btn-label.is-btn-tag, .delve-deeper .delve-story:hover .intro p {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .delve-deeper {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem;
  }
  .delve-deeper .intro {
    margin-bottom: 3.5rem;
  }
  .delve-deeper-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
  }
}

.top-featured-story {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .top-featured-story {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }
}
.top-featured-story .block__inner {
  display: flex;
  flex-direction: column;
}
.top-featured-story .block__inner .body-image {
  order: 0;
  width: 100%;
  height: auto;
}
.top-featured-story .block__inner .body-image img {
  width: 100%;
  height: 100%;
}
.top-featured-story .block__inner .body-text {
  order: 1;
  margin-top: 1.5rem;
}
.top-featured-story .block__inner .body-text p {
  font-weight: 400;
  margin-top: 1.5rem;
  margin-bottom: 2.3125rem;
}
.top-featured-story .block__inner .body-text .btn {
  padding: 0.4375rem 1.8125rem;
}
@media (min-width: 768px) {
  .top-featured-story .block__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.5625rem;
  }
  .top-featured-story .block__inner .body-text {
    order: 0;
    flex: 1;
    margin-top: 0;
  }
  .top-featured-story .block__inner .body-text p {
    font-size: 1.375rem;
  }
  .top-featured-story .block__inner .body-text .btn {
    font-size: 1.125rem;
  }
  .top-featured-story .block__inner .body-image {
    order: 1;
    flex: 0 1 21.875rem;
  }
}
@media (min-width: 1024px) {
  .top-featured-story .block__inner .body-image {
    flex: 0 1 43.75rem;
  }
}

.featured-resources {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.featured-resources h2 {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
  line-height: 2rem;
}
.featured-resources svg {
  margin-bottom: auto;
}
.featured-resources-container {
  margin-top: 1.9375rem;
}
.featured-resources .resource {
  margin-bottom: 1.5rem;
}
.featured-resources .resource-tag-wrapper {
  margin-top: 0;
  min-height: 3.625rem;
}
.featured-resources .resource-text {
  padding: 1.5rem 1rem;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .featured-resources .resource-text {
    padding: 1.5rem;
  }
}
.featured-resources .resource-text h3 {
  font-size: 1.625rem;
  line-height: 2.1875rem;
  margin-bottom: 2.8125rem;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  transition: color 0.3s ease-in-out;
}
.featured-resources .resource-text .btn.btn-label.is-btn-tag {
  padding: 0;
  margin: 0;
  color: #01244D;
  font-size: 0.8125rem;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.869px;
  text-transform: uppercase;
  background-color: transparent;
  transition: color 0.3s ease-in-out;
}
.featured-resources .resource a {
  text-decoration: none;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #F4F4F4;
  transition: background-color 0.3s ease-in-out;
}
.featured-resources .resource a:hover {
  background-color: #01244D;
}
.featured-resources .resource a:hover .resource-text h3 {
  text-decoration: underline;
  color: #FFFFFF;
}
.featured-resources .resource a:hover .resource-text .btn.btn-label.is-btn-tag {
  color: #FFFFFF;
}
.featured-resources .more-link {
  margin-top: 3em;
  float: right;
  font-size: 1rem;
  line-height: normal;
  text-transform: capitalize;
  font-weight: 700;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 0.875rem 1rem;
  padding-right: 4rem;
  position: relative;
  border-color: #01244D;
  color: #01244D;
}
.featured-resources .more-link:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M1.1377 8.72416L4.86183 5.00002L1.1377 1.27588" stroke="white" stroke-width="1.24138" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  display: inline-block;
}
.featured-resources .more-link:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
}
.featured-resources .more-link:hover {
  color: #01244D;
  border-color: #E4BA5F;
  background-color: #E4BA5F;
}
.featured-resources .more-link:hover:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="10" viewBox="0 0 5 10" fill="none"><path d="M0.637695 8.72416L4.36183 5.00002L0.637695 1.27588" stroke="%2301244D" stroke-width="1.24138" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.featured-resources .more-link:hover:before {
  background-color: #01244D;
}
.featured-resources .more-link:before {
  background-color: #01244D;
}
.featured-resources .more-link:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="10" viewBox="0 0 5 10" fill="none"><path d="M0.637695 8.72416L4.36183 5.00002L0.637695 1.27588" stroke="%2301244D" stroke-width="1.24138" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media (min-width: 576px) {
  .featured-resources-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.3125rem;
  }
  .featured-resources-container .resource {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .featured-resources .resource {
    min-height: 21.875rem;
  }
  .featured-resources .resource svg {
    position: absolute;
    top: 0;
    left: 0;
  }
  .featured-resources .resource-text {
    padding: 2rem;
    padding-top: 1.5rem;
  }
  .featured-resources .resource-text h3 {
    min-height: 6.5625rem;
  }
  .featured-resources-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1140px) {
  .featured-resources {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.block--graph {
  margin-top: 5rem;
}
.block--graph .graph--tag {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.125rem;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0.625rem 1.25rem;
  background-color: #01244D;
  border-left: 4px solid #E4BA5F;
  margin-bottom: 1.875rem;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.block--graph .graph--tag img {
  width: 1.875rem;
  height: 1.5625rem;
  margin-right: 0.875rem;
}
.block--graph .description h5 {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.869px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.block--graph .description h2 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 2rem;
}
.block--graph .description-secondary {
  background-color: #EEEEEE;
  padding: 1.5rem;
  padding-left: 2rem;
  border-left: 2px solid #01244D;
}
.block--graph .description-secondary h5 {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.869px;
  text-transform: uppercase;
  margin-bottom: 1.3125rem;
}
.block--graph .description-secondary p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.375rem;
  margin-bottom: 0;
}
.block--graph .js--graph-chart {
  margin-top: 2.5rem;
  width: 100%;
  height: 23.75rem !important;
}
@media (min-width: 1024px) {
  .block--graph .block__inner {
    display: grid;
    grid-template-columns: 423px 1fr;
    gap: 0 1.25rem;
    align-items: center;
  }
  .block--graph .block__inner .graph--tag-wrapper {
    grid-column: 1/-1;
    text-align: right;
  }
  .block--graph .block__inner .js--graph-chart {
    margin-top: 0;
  }
  .block--graph.placement-left .block__inner {
    grid-template-columns: 1fr 423px;
  }
  .block--graph.placement-left .block__inner .graph--tag-wrapper {
    text-align: left;
    order: 1;
  }
  .block--graph.placement-left .block__inner .description-wrapper {
    order: 3;
  }
  .block--graph.placement-left .block__inner .js--graph-chart {
    order: 2;
  }
}

.block--graph--explore-more {
  margin-top: 3.125rem;
  margin-bottom: 1.5625rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid rgba(1, 36, 77, 0.16);
  border-bottom: 1px solid rgba(1, 36, 77, 0.16);
}
.block--graph--explore-more .more-link {
  text-align: center;
}
.block--graph--explore-more .more-link span {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6875rem;
  margin-right: 1.125rem;
}
.block--graph--explore-more .more-link a.btn.btn-label {
  font-size: 1rem;
  line-height: normal;
  text-transform: capitalize;
  font-weight: 700;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 0.875rem 1rem;
  padding-right: 4rem;
  position: relative;
  border-color: #01244D;
  color: #01244D;
}
.block--graph--explore-more .more-link a.btn.btn-label:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M1.1377 8.72416L4.86183 5.00002L1.1377 1.27588" stroke="white" stroke-width="1.24138" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  display: inline-block;
}
.block--graph--explore-more .more-link a.btn.btn-label:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
}
.block--graph--explore-more .more-link a.btn.btn-label:hover {
  color: #01244D;
  border-color: #E4BA5F;
  background-color: #E4BA5F;
}
.block--graph--explore-more .more-link a.btn.btn-label:hover:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="10" viewBox="0 0 5 10" fill="none"><path d="M0.637695 8.72416L4.36183 5.00002L0.637695 1.27588" stroke="%2301244D" stroke-width="1.24138" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.block--graph--explore-more .more-link a.btn.btn-label:hover:before {
  background-color: #01244D;
}
.block--graph--explore-more .more-link a.btn.btn-label:before {
  background-color: #01244D;
}
.block--graph--explore-more .more-link a.btn.btn-label:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="10" viewBox="0 0 5 10" fill="none"><path d="M0.637695 8.72416L4.36183 5.00002L0.637695 1.27588" stroke="%2301244D" stroke-width="1.24138" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.home-hero {
  margin: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 5rem;
}
.home-hero .h1 {
  margin: 0;
  font-size: 2.5rem;
  line-height: 2.8125rem;
  margin-bottom: 2.125rem;
  font-weight: 700;
  letter-spacing: normal;
  font-family: "Lato", ui-sans-serif, system-ui, -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";
}
@media (min-width: 768px) {
  .home-hero .h1 {
    max-width: 47.6875rem;
    margin-bottom: 4.6875rem;
  }
}
.home-hero .hero__inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  padding-top: 1.875rem;
  padding-bottom: 4.375rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .home-hero .hero__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .home-hero .hero__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .home-hero .hero__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-top: 6.8125rem;
    padding-bottom: 6.625rem;
  }
}
@media (min-width: 768px) {
  .home-hero .hero__body {
    z-index: 2;
    position: relative;
  }
}
.home-hero .hero__links {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .home-hero .hero__links {
    padding: 0.5rem 0;
  }
}
.home-hero .hero__links li {
  margin-bottom: 1.4375rem;
  padding-right: 0;
  margin-top: 0;
  margin-right: 1.4375rem;
}
.home-hero .hero__links li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.home-hero .hero__links li a {
  display: block;
  font-size: 1rem;
  line-height: normal;
  text-transform: capitalize;
  font-weight: 700;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 0.875rem 1rem;
  padding-right: 4rem;
  position: relative;
  text-decoration: none;
}
.home-hero .hero__links li a:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M1.1377 8.72416L4.86183 5.00002L1.1377 1.27588" stroke="white" stroke-width="1.24138" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  display: inline-block;
}
.home-hero .hero__links li a:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
}
.home-hero .hero__links li a:hover {
  color: #01244D;
  border-color: #E4BA5F;
  background-color: #E4BA5F;
}
.home-hero .hero__links li a:hover:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="10" viewBox="0 0 5 10" fill="none"><path d="M0.637695 8.72416L4.36183 5.00002L0.637695 1.27588" stroke="%2301244D" stroke-width="1.24138" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.home-hero .hero__links li a:hover:before {
  background-color: #01244D;
}
@media (min-width: 1024px) {
  .home-hero .hero__links li {
    margin-bottom: 1.4375rem;
  }
}
.home-hero .hero__media {
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 1.25rem;
  position: relative;
}
.home-hero .hero__media:after {
  content: "";
  background: linear-gradient(180deg, rgba(1, 36, 77, 0) 0%, #01244D 100%);
  position: absolute;
  height: 80%;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.home-hero .hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero .hero__media video {
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media (min-width: 768px) {
  .home-hero .hero__media {
    margin-bottom: 0;
    width: 100%;
    right: 0;
    top: 0;
    position: absolute;
    display: flex;
    justify-content: flex-end;
  }
  .home-hero .hero__media img {
    width: 33.875rem;
    max-height: 24.375rem;
    margin-top: 1.8125rem;
  }
}
@media (min-width: 1024px) {
  .home-hero .h1 {
    font-size: 3.5rem;
    line-height: 3.875rem;
    line-height: normal;
  }
}

.block--home-features .resource a, .block--home-features .resource a:hover, .block--home-features .resource a:focus {
  text-decoration: none;
}
.block--home-features .resource .btn-label {
  margin-top: 10px;
  min-width: 120px;
}
.block--home-features .resource:last-child {
  margin-bottom: 0;
}
.block--home-features .toolkit a, .block--home-features .toolkit a:hover, .block--home-features .toolkit a:focus {
  text-decoration: none;
}
.block--home-features .toolkit a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.block--home-features .toolkit .toolkit__icon {
  width: 20%;
  padding-right: 5%;
}
.block--home-features .toolkit .toolkit__body {
  width: 80%;
  padding-left: 5%;
}
.block--home-features .toolkit:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .block--home-features .grid__col, .block--home-features form .col, form .block--home-features .col, .block--home-features form .col-12, form .block--home-features .col-12 {
    position: relative;
  }
  .block--home-features .grid__col::before, .block--home-features form .col::before, form .block--home-features .col::before, .block--home-features form .col-12::before, form .block--home-features .col-12::before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 10px;
    height: 2px;
    width: calc(100% - 20px);
    background: #74CDE3;
  }
}
.block--home-features .grid__col:last-child, .block--home-features form .col:last-child, form .block--home-features .col:last-child, .block--home-features form .col-12:last-child, form .block--home-features .col-12:last-child {
  position: relative;
}
@media (min-width: 768px) {
  .block--home-features .grid__col:last-child::before, .block--home-features form .col:last-child::before, form .block--home-features .col:last-child::before, .block--home-features form .col-12:last-child::before, form .block--home-features .col-12:last-child::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -10px;
    width: 2px;
    height: calc(100% - 10px);
    background: #74CDE3;
  }
}
@media (min-width: 1024px) {
  .block--home-features .grid__col:last-child::before, .block--home-features form .col:last-child::before, form .block--home-features .col:last-child::before, .block--home-features form .col-12:last-child::before, form .block--home-features .col-12:last-child::before {
    width: 3px;
    left: -18px;
  }
}
.block--home-features .pillars {
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .block--home-features .pillars::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 50px;
    height: 100%;
    display: block;
    background-image: linear-gradient(to left, #073E6C, rgba(7, 62, 108, 0));
    mix-blend-mode: darken;
  }
}
.block--home-features .pillars .pillars-inner {
  text-align: center;
}
@media (max-width: 767px) {
  .block--home-features .pillars .pillars-inner {
    overflow-x: auto;
    position: relative;
    margin-right: -20px;
    padding-right: 20px;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
  }
  .block--home-features .pillars .pillars-inner::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
  .block--home-features .pillars .pillars-inner .pillars-icon {
    width: 528px;
    max-width: 528px;
    height: auto;
  }
}
.block--home-features .pillars .pillars-icon a path.hex {
  transition: fill 0.2s ease;
}
.block--home-features .pillars .pillars-icon a:hover path.hex {
  fill: #E4BA5F;
}

.pillars-icon.child g#pillars-text-arrows path {
  fill: #01244D;
}
.pillars-icon.child g#pillars-text-arrows path[fill=none] {
  fill: none;
}
.pillars-icon.child g#pillars-text-arrows path[stroke-linejoin=round] {
  stroke: #01244D;
}
.pillars-icon.child a path.hex {
  stroke: #01244D;
  stroke-width: 2px;
  transition: 0.3s;
}
.pillars-icon.child a:hover path.hex {
  fill: #E4BA5F;
}
.pillars-icon.child.pillars-one g#pillars-one .hex, .pillars-icon.child.pillars-two g#pillars-two .hex, .pillars-icon.child.pillars-three g#pillars-three .hex, .pillars-icon.child.pillars-four g#pillars-four .hex, .pillars-icon.child.pillars-five g#pillars-five .hex {
  fill: #E4BA5F;
}

.block--home-news {
  margin: 0;
  padding: 0;
}
.block--home-news .news__header,
.block--home-news .news__slider {
  height: 70px;
}
@media (min-width: 1024px) {
  .block--home-news .news__header,
  .block--home-news .news__slider {
    height: 90px;
  }
}
.block--home-news .news__inner {
  display: flex;
  flex-direction: row;
}
.block--home-news .news__header {
  background: #E4BA5F;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 1024px) {
  .block--home-news .news__header {
    padding-left: 40px;
    padding-right: 25px;
  }
}
.block--home-news .news__header .h4 {
  white-space: nowrap;
  font-size: 0.8125rem;
}
@media (min-width: 1024px) {
  .block--home-news .news__header .h4 {
    font-size: 1.125rem;
  }
}
.block--home-news .news__header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  border-top: 35px solid #FFFFFF;
  border-bottom: 35px solid #FFFFFF;
  border-left: 20px solid #E4BA5F;
  z-index: 2;
}
@media (min-width: 1024px) {
  .block--home-news .news__header::after {
    border-top: 45px solid #FFFFFF;
    border-bottom: 45px solid #FFFFFF;
    border-left: 25px solid #E4BA5F;
  }
}
.block--home-news .news__slider {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  flex: 1;
  margin-left: 10px;
}
.block--home-news .news__slider .news__item {
  white-space: nowrap;
  display: block;
  height: 100%;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.block--home-news .news__slider .news__item a {
  display: block;
  position: relative;
  margin: 0;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s ease;
  margin: 0 0 0 10px;
  width: auto;
}
.block--home-news .news__slider .news__item a::after {
  content: "•";
  display: inline-block;
  margin: 0 0 0 10px;
}
.block--home-news .news__slider::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.block--home-news .news__slider::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  width: 25px;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.block--home-news .news__slider .flickity-viewport {
  width: 100%;
  height: 70px !important;
}
@media (min-width: 1024px) {
  .block--home-news .news__slider .flickity-viewport {
    height: 90px !important;
  }
}

.block--cta {
  margin-bottom: 0;
}

.home .block.top-featured-story a.btn.btn-label,
.home .block.block--cta a.btn.btn-label {
  font-size: 1rem;
  line-height: normal;
  text-transform: capitalize;
  font-weight: 700;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 0.875rem 1rem;
  padding-right: 4rem;
  position: relative;
}
.home .block.top-featured-story a.btn.btn-label:after,
.home .block.block--cta a.btn.btn-label:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M1.1377 8.72416L4.86183 5.00002L1.1377 1.27588" stroke="white" stroke-width="1.24138" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  display: inline-block;
}
.home .block.top-featured-story a.btn.btn-label:before,
.home .block.block--cta a.btn.btn-label:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
}
.home .block.top-featured-story a.btn.btn-label:hover,
.home .block.block--cta a.btn.btn-label:hover {
  color: #01244D;
  border-color: #E4BA5F;
  background-color: #E4BA5F;
}
.home .block.top-featured-story a.btn.btn-label:hover:after,
.home .block.block--cta a.btn.btn-label:hover:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="10" viewBox="0 0 5 10" fill="none"><path d="M0.637695 8.72416L4.36183 5.00002L0.637695 1.27588" stroke="%2301244D" stroke-width="1.24138" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.home .block.top-featured-story a.btn.btn-label:hover:before,
.home .block.block--cta a.btn.btn-label:hover:before {
  background-color: #01244D;
}
.home .block.top-featured-story .body-text h2, .home .block.top-featured-story .cta__body h2,
.home .block.block--cta .body-text h2,
.home .block.block--cta .cta__body h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}
.home .block.top-featured-story .body-text p, .home .block.top-featured-story .cta__body p,
.home .block.block--cta .body-text p,
.home .block.block--cta .cta__body p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.home .block.block--cta.bg-blue-medium {
  background-color: #01244D;
}
.home .block.block--cta.bg-blue-medium .cta__body.bg-gold.text-dark {
  background-color: #01244D;
}
.home .block.block--cta.bg-blue-medium .cta__body.bg-gold.text-dark h2 {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .home .block.block--cta.is-align-right .block__inner {
    flex-direction: row-reverse;
  }
}
