@charset "UTF-8";
/*!
* WS Starter
* Designed by LRS Web Solutions (http://lrswebsolutions.com)
* Visit http://lrswebsolutions.com
*/
/*
  Normalize
*/
/*! 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 {
  -webkit-box-sizing: content-box;
          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: bold;
}

/**
 * 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;
  outline: 0.05556rem 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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
  outline-offset: -0.11111rem;
  /* 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;
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
  -webkit-perspective: 66.66667rem;
          perspective: 66.66667rem;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
  -webkit-perspective: 66.66667rem;
          perspective: 66.66667rem;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
      -ms-scroll-snap-type: none;
          scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  min-height: 0.05556rem;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  min-width: 0.05556rem;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  width: 2.33333rem;
  height: 42px;
  height: 2.33333rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-left: -1.16667rem;
  margin-top: -21px;
  margin-top: -1.16667rem;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border: 0.22222rem solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  height: 0.05556rem;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  width: 0.05556rem;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
  --swiper-navigation-size:2.44444rem;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: calc(0 - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  width: 0.44444rem;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-filter: blur(2.77778rem);
          filter: blur(2.77778rem);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*
  Presets & Variables
*/
/*
  SCSS Variables
*/
/* Toggle for desktop navigation layout:
    true = enable desktop-specific nav styles (e.g., horizontal layout)
    false = keep mobile nav layout across all screen sizes */
/*
  Grid Settings
*/
/*
  Site Width
*/
/*
  Breakpoints
*/
/*
  Functions
*/
/*
  !!Important!!

  These classes should be used sparingly, and generally only in two instances:
    1) By the RTE so the user can modify the content of the site.
    2) Used in a script to be toggled on an element

  With the exception of sr-only (which has a very specific use-case), there is no reason to pile on a bunch of specificity to an element using !importants, or additional classes.

  Questions can be brought up with Senior Front-End Dev
*/
.sr-only {
  position: absolute !important;
  width: 1px !important;
  width: 0.05556rem !important;
  height: 1px !important;
  height: 0.05556rem !important;
  padding: 0 !important;
  margin: -1px !important;
  margin: -0.05556rem !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip: rect(0.05556rem, 0.05556rem, 0.05556rem, 0.05556rem) !important;
  color: transparent;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}
.sr-only:focus, .sr-only:active {
  width: auto !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  clip: auto !important;
  color: transparent;
  white-space: normal !important;
  -webkit-clip-path: none !important;
          clip-path: none !important;
}

.hide {
  display: none !important;
}

.show {
  display: initial;
}

.invisible {
  visibility: hidden;
}

.clear {
  display: block;
  clear: both;
}

.clear-after::after {
  content: "";
  display: table;
  clear: both;
}

/*  floats */
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/*  alignment */
.text-left,
.align-left {
  text-align: left;
}

.text-right,
.align-right {
  text-align: right;
}

.text-center,
.align-center {
  text-align: center;
}

.text-justify,
.align-justify {
  text-align: justify;
}

/*  show only */
@media all and (min-width: 800px) {
  .show-small-only {
    display: none;
  }
}
.show-small-only[data-arx-type=image]::before {
  content: "Show Small Only";
}

@media all and (max-width: 374px) {
  .show-medium-only {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .show-medium-only {
    display: none;
  }
}
.show-medium-only[data-arx-type=image]::before {
  content: "Show Medium Only";
}

.show-small-only[data-arx-type=image],
.show-medium-only[data-arx-type=image],
.show-large-only[data-arx-type=image],
.show-xlarge-only[data-arx-type=image],
.show-xxlarge-only[data-arx-type=image] {
  position: relative;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden;
  border: 1px dashed #d6e2ff;
  border: 0.05556rem dashed #d6e2ff;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.11111rem dashed rgba(0, 88, 251, 0.2);
}
.show-small-only[data-arx-type=image]::before,
.show-medium-only[data-arx-type=image]::before,
.show-large-only[data-arx-type=image]::before,
.show-xlarge-only[data-arx-type=image]::before,
.show-xxlarge-only[data-arx-type=image]::before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 2px;
  padding: 0.11111rem;
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.5);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.05556rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
}

/*  show up */
.show-medium-up {
  display: none;
}
@media all and (min-width: 800px) {
  .show-medium-up {
    display: block;
  }
}
.show-medium-up[data-arx-type=image]::before {
  content: "Show Medium Up";
}

.show-large-up {
  display: none;
}
@media all and (min-width: 1280px) {
  .show-large-up {
    display: block;
  }
}
.show-large-up[data-arx-type=image]::before {
  content: "Show Large Up";
}

.show-xlarge-up {
  display: none;
}
@media all and (min-width: 1440px) {
  .show-xlarge-up {
    display: block;
  }
}
.show-xlarge-up[data-arx-type=image]::before {
  content: "Show X-Large Up";
}

.show-xxlarge-up {
  display: none;
}
@media all and (min-width: 1920px) {
  .show-xxlarge-up {
    display: block;
  }
}
.show-xxlarge-up[data-arx-type=image]::before {
  content: "Show XX-Large Up";
}

.show-medium-up[data-arx-type=image],
.show-large-up[data-arx-type=image],
.show-xlarge-up[data-arx-type=image],
.show-xxlarge-up[data-arx-type=image] {
  position: relative;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden;
  border: 1px dashed #d6e2ff;
  border: 0.05556rem dashed #d6e2ff;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.11111rem dashed rgba(0, 88, 251, 0.2);
}
.show-medium-up[data-arx-type=image]::before,
.show-large-up[data-arx-type=image]::before,
.show-xlarge-up[data-arx-type=image]::before,
.show-xxlarge-up[data-arx-type=image]::before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 2px;
  padding: 0.11111rem;
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.5);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.05556rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
}

/*  hide only */
@media all and (max-width: 374px) {
  .hide-small-only {
    display: none;
  }
}
.hide-small-only[data-arx-type=image]::before {
  content: "Hide Small Only";
}

@media all and (min-width: 1280px) {
  .center-vert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}

@media all and (min-width: 1280px) {
  .orderFirst {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media all and (min-width: 1280px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media all and (min-width: 1280px) {
  .order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media all and (min-width: 1280px) {
  .order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media all and (min-width: 1280px) {
  .order4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media all and (min-width: 1280px) {
  .order5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media all and (min-width: 1280px) {
  .order6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media all and (min-width: 1280px) {
  .orderLast {
    -webkit-box-ordinal-group: 101;
    -webkit-order: 100;
        -ms-flex-order: 100;
            order: 100;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

:root {
  --ag-gutter: 60px;
  --ag-gutter: 3.33333rem;
  --ag-min-column-width: 280px;
  --ag-min-column-width: 15.55556rem;
}

.ag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  container-type: inline-size;
  container-name: aggrid;
  gap: var(--ag-gutter);
}
.ag__column {
  position: relative;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ag__column[class*="1/12"] {
  width: 100%;
}
@media (width > 375px) {
  .ag__column[class*="1/12"] {
    width: 100%;
  }
}
@media (width > 800px) {
  .ag__column[class*="1/12"] {
    width: 100%;
  }
}
@media (width > 1280px) {
  .ag__column[class*="1/12"] {
    width: 100%;
  }
}
@media (width > 1440px) {
  .ag__column[class*="1/12"] {
    width: 100%;
  }
}
@media (width > 1920px) {
  .ag__column[class*="1/12"] {
    width: 100%;
  }
}
.ag__column[class*="2/12"] {
  width: 100%;
}
@media (width > 375px) {
  .ag__column[class*="2/12"] {
    width: 100%;
  }
}
@media (width > 800px) {
  .ag__column[class*="2/12"] {
    width: 100%;
  }
}
@media (width > 1280px) {
  .ag__column[class*="2/12"] {
    width: 100%;
  }
}
@media (width > 1440px) {
  .ag__column[class*="2/12"] {
    width: 100%;
  }
}
@media (width > 1920px) {
  .ag__column[class*="2/12"] {
    width: calc(16.6666666667% - 60px);
    width: calc(16.6666666667% - 3.33333rem);
  }
}
.ag__column[class*="3/12"] {
  width: 100%;
}
@media (width > 375px) {
  .ag__column[class*="3/12"] {
    width: 100%;
  }
}
@media (width > 800px) {
  .ag__column[class*="3/12"] {
    width: 100%;
  }
}
@media (width > 1280px) {
  .ag__column[class*="3/12"] {
    width: calc(25% - 60px);
    width: calc(25% - 3.33333rem);
  }
}
@media (width > 1440px) {
  .ag__column[class*="3/12"] {
    width: calc(25% - 60px);
    width: calc(25% - 3.33333rem);
  }
}
@media (width > 1920px) {
  .ag__column[class*="3/12"] {
    width: calc(25% - 60px);
    width: calc(25% - 3.33333rem);
  }
}
.ag__column[class*="4/12"] {
  width: 100%;
}
@media (width > 375px) {
  .ag__column[class*="4/12"] {
    width: 100%;
  }
}
@media (width > 800px) {
  .ag__column[class*="4/12"] {
    width: 100%;
  }
}
@media (width > 1280px) {
  .ag__column[class*="4/12"] {
    width: calc(33.3333333333% - 60px);
    width: calc(33.3333333333% - 3.33333rem);
  }
}
@media (width > 1440px) {
  .ag__column[class*="4/12"] {
    width: calc(33.3333333333% - 60px);
    width: calc(33.3333333333% - 3.33333rem);
  }
}
@media (width > 1920px) {
  .ag__column[class*="4/12"] {
    width: calc(33.3333333333% - 60px);
    width: calc(33.3333333333% - 3.33333rem);
  }
}
.ag__column[class*="5/12"] {
  width: 100%;
}
@media (width > 375px) {
  .ag__column[class*="5/12"] {
    width: 100%;
  }
}
@media (width > 800px) {
  .ag__column[class*="5/12"] {
    width: calc(41.6666666667% - 60px);
    width: calc(41.6666666667% - 3.33333rem);
  }
}
@media (width > 1280px) {
  .ag__column[class*="5/12"] {
    width: calc(41.6666666667% - 60px);
    width: calc(41.6666666667% - 3.33333rem);
  }
}
@media (width > 1440px) {
  .ag__column[class*="5/12"] {
    width: calc(41.6666666667% - 60px);
    width: calc(41.6666666667% - 3.33333rem);
  }
}
@media (width > 1920px) {
  .ag__column[class*="5/12"] {
    width: calc(41.6666666667% - 60px);
    width: calc(41.6666666667% - 3.33333rem);
  }
}
.ag__column[class*="6/12"] {
  width: 100%;
}
@media (width > 375px) {
  .ag__column[class*="6/12"] {
    width: 100%;
  }
}
@media (width > 800px) {
  .ag__column[class*="6/12"] {
    width: calc(50% - 60px);
    width: calc(50% - 3.33333rem);
  }
}
@media (width > 1280px) {
  .ag__column[class*="6/12"] {
    width: calc(50% - 60px);
    width: calc(50% - 3.33333rem);
  }
}
@media (width > 1440px) {
  .ag__column[class*="6/12"] {
    width: calc(50% - 60px);
    width: calc(50% - 3.33333rem);
  }
}
@media (width > 1920px) {
  .ag__column[class*="6/12"] {
    width: calc(50% - 60px);
    width: calc(50% - 3.33333rem);
  }
}
.ag__column[class*="7/12"] {
  width: 100%;
}
@media (width > 375px) {
  .ag__column[class*="7/12"] {
    width: 100%;
  }
}
@media (width > 800px) {
  .ag__column[class*="7/12"] {
    width: calc(58.3333333333% - 60px);
    width: calc(58.3333333333% - 3.33333rem);
  }
}
@media (width > 1280px) {
  .ag__column[class*="7/12"] {
    width: calc(58.3333333333% - 60px);
    width: calc(58.3333333333% - 3.33333rem);
  }
}
@media (width > 1440px) {
  .ag__column[class*="7/12"] {
    width: calc(58.3333333333% - 60px);
    width: calc(58.3333333333% - 3.33333rem);
  }
}
@media (width > 1920px) {
  .ag__column[class*="7/12"] {
    width: calc(58.3333333333% - 60px);
    width: calc(58.3333333333% - 3.33333rem);
  }
}
.ag__column[class*="8/12"] {
  width: 100%;
}
@media (width > 375px) {
  .ag__column[class*="8/12"] {
    width: 100%;
  }
}
@media (width > 800px) {
  .ag__column[class*="8/12"] {
    width: calc(66.6666666667% - 60px);
    width: calc(66.6666666667% - 3.33333rem);
  }
}
@media (width > 1280px) {
  .ag__column[class*="8/12"] {
    width: calc(66.6666666667% - 60px);
    width: calc(66.6666666667% - 3.33333rem);
  }
}
@media (width > 1440px) {
  .ag__column[class*="8/12"] {
    width: calc(66.6666666667% - 60px);
    width: calc(66.6666666667% - 3.33333rem);
  }
}
@media (width > 1920px) {
  .ag__column[class*="8/12"] {
    width: calc(66.6666666667% - 60px);
    width: calc(66.6666666667% - 3.33333rem);
  }
}
.ag__column[class*="9/12"] {
  width: 100%;
}
@media (width > 375px) {
  .ag__column[class*="9/12"] {
    width: calc(75% - 60px);
    width: calc(75% - 3.33333rem);
  }
}
@media (width > 800px) {
  .ag__column[class*="9/12"] {
    width: calc(75% - 60px);
    width: calc(75% - 3.33333rem);
  }
}
@media (width > 1280px) {
  .ag__column[class*="9/12"] {
    width: calc(75% - 60px);
    width: calc(75% - 3.33333rem);
  }
}
@media (width > 1440px) {
  .ag__column[class*="9/12"] {
    width: calc(75% - 60px);
    width: calc(75% - 3.33333rem);
  }
}
@media (width > 1920px) {
  .ag__column[class*="9/12"] {
    width: calc(75% - 60px);
    width: calc(75% - 3.33333rem);
  }
}
.ag__column[class*="10/12"] {
  width: 100%;
}
@media (width > 375px) {
  .ag__column[class*="10/12"] {
    width: calc(83.3333333333% - 60px);
    width: calc(83.3333333333% - 3.33333rem);
  }
}
@media (width > 800px) {
  .ag__column[class*="10/12"] {
    width: calc(83.3333333333% - 60px);
    width: calc(83.3333333333% - 3.33333rem);
  }
}
@media (width > 1280px) {
  .ag__column[class*="10/12"] {
    width: calc(83.3333333333% - 60px);
    width: calc(83.3333333333% - 3.33333rem);
  }
}
@media (width > 1440px) {
  .ag__column[class*="10/12"] {
    width: calc(83.3333333333% - 60px);
    width: calc(83.3333333333% - 3.33333rem);
  }
}
@media (width > 1920px) {
  .ag__column[class*="10/12"] {
    width: calc(83.3333333333% - 60px);
    width: calc(83.3333333333% - 3.33333rem);
  }
}
.ag__column[class*="11/12"] {
  width: 100%;
}
@media (width > 375px) {
  .ag__column[class*="11/12"] {
    width: calc(91.6666666667% - 60px);
    width: calc(91.6666666667% - 3.33333rem);
  }
}
@media (width > 800px) {
  .ag__column[class*="11/12"] {
    width: calc(91.6666666667% - 60px);
    width: calc(91.6666666667% - 3.33333rem);
  }
}
@media (width > 1280px) {
  .ag__column[class*="11/12"] {
    width: calc(91.6666666667% - 60px);
    width: calc(91.6666666667% - 3.33333rem);
  }
}
@media (width > 1440px) {
  .ag__column[class*="11/12"] {
    width: calc(91.6666666667% - 60px);
    width: calc(91.6666666667% - 3.33333rem);
  }
}
@media (width > 1920px) {
  .ag__column[class*="11/12"] {
    width: calc(91.6666666667% - 60px);
    width: calc(91.6666666667% - 3.33333rem);
  }
}
.ag__column[class*="12/12"] {
  width: 100%;
}
@media (width > 375px) {
  .ag__column[class*="12/12"] {
    width: calc(100% - 60px);
    width: calc(100% - 3.33333rem);
  }
}
@media (width > 800px) {
  .ag__column[class*="12/12"] {
    width: calc(100% - 60px);
    width: calc(100% - 3.33333rem);
  }
}
@media (width > 1280px) {
  .ag__column[class*="12/12"] {
    width: calc(100% - 60px);
    width: calc(100% - 3.33333rem);
  }
}
@media (width > 1440px) {
  .ag__column[class*="12/12"] {
    width: calc(100% - 60px);
    width: calc(100% - 3.33333rem);
  }
}
@media (width > 1920px) {
  .ag__column[class*="12/12"] {
    width: calc(100% - 60px);
    width: calc(100% - 3.33333rem);
  }
}
.ag__column--align-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ag__column--align-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  padding-bottom: 1.94444rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ag__column--button {
  padding-top: 30px;
  padding-top: 1.66667rem;
}
.ag__column--order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none !important;
}
.columns .column.stretch {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 800px) {
  .columns .column.mobile-50 {
    width: calc((100% - 30px) / 2);
    width: calc((100% - 1.66667rem) / 2);
  }
}
@media all and (min-width: 800px) {
  .columns {
    margin: 0;
  }
}
.columns.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.columns.row-reverse > .column.isolated-image {
  left: 0;
}

.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
  display: inline-block;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
  width: 100%;
}
@media all and (min-width: 800px) {
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6 {
    margin: 0 15px 30px 15px;
    margin: 0 0.83333rem 1.66667rem 0.83333rem;
  }
  .col-2[data-arx-type],
  .col-3[data-arx-type],
  .col-4[data-arx-type],
  .col-5[data-arx-type],
  .col-6[data-arx-type] {
    margin: 0 0 20px;
    margin: 0 0 1.11111rem;
    vertical-align: top;
  }
}
.col-2.sm-move-order-first,
.col-3.sm-move-order-first,
.col-4.sm-move-order-first,
.col-5.sm-move-order-first,
.col-6.sm-move-order-first {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media all and (min-width: 800px) {
  .col-2.sm-move-order-first,
  .col-3.sm-move-order-first,
  .col-4.sm-move-order-first,
  .col-5.sm-move-order-first,
  .col-6.sm-move-order-first {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.col-2.sm-move-order-last,
.col-3.sm-move-order-last,
.col-4.sm-move-order-last,
.col-5.sm-move-order-last,
.col-6.sm-move-order-last {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}
@media all and (min-width: 800px) {
  .col-2.sm-move-order-last,
  .col-3.sm-move-order-last,
  .col-4.sm-move-order-last,
  .col-5.sm-move-order-last,
  .col-6.sm-move-order-last {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.col-2.sm-center,
.col-3.sm-center,
.col-4.sm-center,
.col-5.sm-center,
.col-6.sm-center {
  text-align: center;
}
@media all and (min-width: 800px) {
  .col-2.sm-center,
  .col-3.sm-center,
  .col-4.sm-center,
  .col-5.sm-center,
  .col-6.sm-center {
    text-align: left;
  }
}
.col-2.md-center,
.col-3.md-center,
.col-4.md-center,
.col-5.md-center,
.col-6.md-center {
  text-align: center;
}
@media all and (min-width: 1280px) {
  .col-2.md-center,
  .col-3.md-center,
  .col-4.md-center,
  .col-5.md-center,
  .col-6.md-center {
    text-align: left;
  }
}
@media all and (min-width: 800px) {
  .col-2.isolated-image:not([data-arx-type]) figure,
  .col-3.isolated-image:not([data-arx-type]) figure,
  .col-4.isolated-image:not([data-arx-type]) figure,
  .col-5.isolated-image:not([data-arx-type]) figure,
  .col-6.isolated-image:not([data-arx-type]) figure {
    margin-bottom: 0;
  }
}
@media all and (min-width: 800px) {
  .col-2.isolated-image:not([data-arx-type]),
  .col-3.isolated-image:not([data-arx-type]),
  .col-4.isolated-image:not([data-arx-type]),
  .col-5.isolated-image:not([data-arx-type]),
  .col-6.isolated-image:not([data-arx-type]) {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
  }
}
.col-2.textured,
.col-3.textured,
.col-4.textured,
.col-5.textured,
.col-6.textured {
  background: url("/themes/Atlas/assets/dist/images/textured-background.jpg") no-repeat;
  background-size: cover;
}
.col-2.dark,
.col-3.dark,
.col-4.dark,
.col-5.dark,
.col-6.dark {
  background: #000;
}
.col-2.light,
.col-3.light,
.col-4.light,
.col-5.light,
.col-6.light {
  background: #ebe8e8;
}
.col-2.white,
.col-3.white,
.col-4.white,
.col-5.white,
.col-6.white {
  background: #fff;
}
.col-2.rounded-corners,
.col-3.rounded-corners,
.col-4.rounded-corners,
.col-5.rounded-corners,
.col-6.rounded-corners {
  border-radius: 15px;
  border-radius: 0.83333rem;
}
.col-2.padding-30,
.col-3.padding-30,
.col-4.padding-30,
.col-5.padding-30,
.col-6.padding-30 {
  padding: 30px;
  padding: 1.66667rem;
}
.col-2.box-shadow,
.col-3.box-shadow,
.col-4.box-shadow,
.col-5.box-shadow,
.col-6.box-shadow {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
}
.col-2.vertically-center:not([data-arx-type]),
.col-3.vertically-center:not([data-arx-type]),
.col-4.vertically-center:not([data-arx-type]),
.col-5.vertically-center:not([data-arx-type]),
.col-6.vertically-center:not([data-arx-type]) {
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.col-2[data-arx-type=layer],
.col-3[data-arx-type=layer],
.col-4[data-arx-type=layer],
.col-5[data-arx-type=layer],
.col-6[data-arx-type=layer] {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
  background: repeating-linear-gradient(to right, rgba(0, 88, 251, 0.04), rgba(0, 88, 251, 0.04) calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns)));
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.11111rem dashed rgba(0, 88, 251, 0.2);
}
.col-2[data-arx-type=layer]::before,
.col-3[data-arx-type=layer]::before,
.col-4[data-arx-type=layer]::before,
.col-5[data-arx-type=layer]::before,
.col-6[data-arx-type=layer]::before {
  content: "column";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 2px;
  padding: 0.11111rem;
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(0, 88, 251, 0.04);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.05556rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
}

@media all and (min-width: 800px) {
  .col-2 {
    width: calc(50% - 30px / 2);
    width: calc(50% - 1.66667rem / 2);
  }
  .col-2:not([data-arx-type]):nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .col-2:not([data-arx-type]):nth-of-type(2n) {
    margin-right: 0;
  }
}

@media all and (min-width: 800px) {
  .col-3 {
    width: calc((100% - 30px) / 2);
    width: calc((100% - 1.66667rem) / 2);
  }
  .col-3:not([data-arx-type]):nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .col-3:not([data-arx-type]):nth-of-type(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1280px) {
  .col-3 {
    width: calc((100% - 68px) / 3);
    width: calc((100% - 3.77778rem) / 3);
  }
  .col-3:not([data-arx-type]):nth-of-type(2n + 1) {
    margin-left: 15px;
    margin-left: 0.83333rem;
  }
  .col-3:not([data-arx-type]):nth-of-type(2n) {
    margin-right: 15px;
    margin-right: 0.83333rem;
  }
  .col-3:not([data-arx-type]):nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .col-3:not([data-arx-type]):nth-of-type(3n) {
    margin-right: 0;
  }
}

@media all and (min-width: 800px) {
  .col-4 {
    width: calc((100% - 30px) / 2);
    width: calc((100% - 1.66667rem) / 2);
  }
  .col-4:not([data-arx-type]):nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .col-4:not([data-arx-type]):nth-of-type(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1280px) {
  .col-4 {
    width: calc((100% - 30px * 3) / 4);
    width: calc((100% - 1.66667rem * 3) / 4);
  }
  .col-4:not([data-arx-type]):nth-of-type(2n + 1) {
    margin-left: 15px;
    margin-left: 0.83333rem;
  }
  .col-4:not([data-arx-type]):nth-of-type(2n) {
    margin-right: 15px;
    margin-right: 0.83333rem;
  }
  .col-4:not([data-arx-type]):nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .col-4:not([data-arx-type]):nth-of-type(4n) {
    margin-right: 0;
  }
}

@media all and (min-width: 800px) {
  .col-5 {
    width: calc((100% - 30px) / 2);
    width: calc((100% - 1.66667rem) / 2);
  }
  .col-5:not([data-arx-type]):nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .col-5:not([data-arx-type]):nth-of-type(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1280px) {
  .col-5 {
    width: calc((100% - 30px * 4) / 5);
    width: calc((100% - 1.66667rem * 4) / 5);
    margin: 0 15px 15px 15px;
    margin: 0 0.83333rem 0.83333rem 0.83333rem;
  }
  .col-5:not([data-arx-type]):nth-of-type(2n + 1) {
    margin-left: 15px;
    margin-left: 0.83333rem;
  }
  .col-5:not([data-arx-type]):nth-of-type(2n) {
    margin-right: 15px;
    margin-right: 0.83333rem;
  }
  .col-5:not([data-arx-type]):nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .col-5:not([data-arx-type]):nth-of-type(5n) {
    margin-right: 0;
  }
}

@media all and (min-width: 800px) {
  .col-6 {
    width: calc((100% - 30px) / 2);
    width: calc((100% - 1.66667rem) / 2);
    margin: 0 15px 15px 15px;
    margin: 0 0.83333rem 0.83333rem 0.83333rem;
  }
  .col-6:not([data-arx-type]):nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .col-6:not([data-arx-type]):nth-of-type(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1280px) {
  .col-6 {
    width: calc((100% - 30px * 5) / 6);
    width: calc((100% - 1.66667rem * 5) / 6);
    margin: 0 15px 15px 15px;
    margin: 0 0.83333rem 0.83333rem 0.83333rem;
  }
  .col-6:not([data-arx-type]):nth-of-type(2n + 1) {
    margin-left: 15px;
    margin-left: 0.83333rem;
  }
  .col-6:not([data-arx-type]):nth-of-type(2n) {
    margin-right: 15px;
    margin-right: 0.83333rem;
  }
  .col-6:not([data-arx-type]):nth-of-type(6n + 1) {
    margin-left: 0;
  }
  .col-6:not([data-arx-type]):nth-of-type(6n) {
    margin-right: 0;
  }
}

.grid {
  padding: 0;
  margin: 0;
  list-style: none !important;
}
.grid .column {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0 0 15px 0;
  margin: 0 0 0.83333rem 0;
}
.grid .column > [class*=cta] {
  margin: 0;
}
@media all and (min-width: 800px) {
  .grid .column {
    padding: 0;
    margin: 0;
  }
}
.grid .column.column-2 {
  width: 100%;
}
@media all and (min-width: 800px) {
  .grid .column.column-2 {
    width: calc((100% - 30px) / 12 * 2);
    width: calc((100% - 1.66667rem) / 12 * 2);
  }
}
.grid .column.column-3 {
  width: 100%;
}
@media all and (min-width: 800px) {
  .grid .column.column-3 {
    width: calc((100% - 30px) / 12 * 3);
    width: calc((100% - 1.66667rem) / 12 * 3);
  }
}
@media all and (min-width: 1280px) {
  .grid .column.column-3 {
    width: calc((100% - 30px) / 12 * 3);
    width: calc((100% - 1.66667rem) / 12 * 3);
  }
}
.grid .column.column-4 {
  width: 100%;
}
@media all and (min-width: 800px) {
  .grid .column.column-4 {
    width: calc((100% - 30px) / 12 * 4);
    width: calc((100% - 1.66667rem) / 12 * 4);
  }
}
@media all and (min-width: 1280px) {
  .grid .column.column-4 {
    width: calc((100% - 30px) / 12 * 4);
    width: calc((100% - 1.66667rem) / 12 * 4);
  }
}
.grid .column.column-5 {
  width: 100%;
}
@media all and (min-width: 800px) {
  .grid .column.column-5 {
    width: calc((100% - 30px) / 12 * 5);
    width: calc((100% - 1.66667rem) / 12 * 5);
  }
}
.grid .column.column-6 {
  width: 100%;
}
@media all and (min-width: 800px) {
  .grid .column.column-6 {
    width: calc((100% - 30px) / 12 * 6);
    width: calc((100% - 1.66667rem) / 12 * 6);
  }
}
.grid .column.column-7 {
  width: 100%;
}
@media all and (min-width: 800px) {
  .grid .column.column-7 {
    width: calc((100% - 30px) / 12 * 7);
    width: calc((100% - 1.66667rem) / 12 * 7);
  }
}
.grid .column.column-8 {
  width: 100%;
}
@media all and (min-width: 800px) {
  .grid .column.column-8 {
    width: calc((100% - 30px) / 12 * 8);
    width: calc((100% - 1.66667rem) / 12 * 8);
  }
}
.grid .column.column-9 {
  width: 100%;
}
@media all and (min-width: 800px) {
  .grid .column.column-9 {
    width: calc((100% - 30px) / 12 * 9);
    width: calc((100% - 1.66667rem) / 12 * 9);
  }
}
.grid .column.column-10 {
  width: 100%;
}
@media all and (min-width: 800px) {
  .grid .column.column-10 {
    width: calc((100% - 30px) / 12 * 10);
    width: calc((100% - 1.66667rem) / 12 * 10);
  }
}
@media all and (min-width: 800px) {
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

/*
  Header
*/
:root {
  --header-background: #fff;
  --header-dropshadow: 0 0 35px rgb(0 0 0 / 10%);
  --header-dropshadow: 0 0 1.94444rem rgb(0 0 0 / 10%);
}
:root.transparent-nav {
  --header-background: transparent;
  --header-dropshadow: none;
}

.header {
  position: relative;
  top: 0;
  z-index: 10;
  width: 100%;
  background: var(--header-background);
  -webkit-box-shadow: var(--header-dropshadow);
          box-shadow: var(--header-dropshadow);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.transparent-nav .header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media all and (min-width: 1280px) {
  .transparent-nav .header {
    position: absolute;
  }
}
.transparent-nav .nav-wrap-open .header {
  background: #fff;
}
@media all and (min-width: 1280px) {
  .centered .header {
    padding-bottom: 25px;
    padding-bottom: 1.38889rem;
  }
}
.stuck .header {
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
}
@media all and (min-width: 1280px) {
  .centered.stuck .header {
    padding-bottom: 10px;
    padding-bottom: 0.55556rem;
  }
}
.transparent-nav.stuck .header {
  background-color: #fff;
}
.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media all and (min-width: 800px) {
  .header__container {
    max-width: calc(100% - 240px);
    max-width: calc(100% - 13.33333rem);
  }
}
.header__container {
  max-width: calc(100% - 70px);
  max-width: calc(100% - 3.88889rem);
  margin: 0 auto;
  width: 1200px;
  width: 66.66667rem;
}
@media all and (min-width: 1280px) {
  .header__container {
    height: auto;
  }
}
@media all and (min-width: 1280px) {
  .header__container--centered .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.branding {
  margin: 0;
}
.branding__logo {
  display: block;
  width: 100%;
  height: 100%;
  margin: 50px 0;
  margin: 2.77778rem 0;
}
@media all and (min-width: 1280px) {
  .centered .branding__logo {
    margin: 40px 0 20px;
    margin: 2.22222rem 0 1.11111rem;
  }
}
.stuck .branding__logo {
  height: 20px;
  height: 1.11111rem;
  margin: 20px 0;
  margin: 1.11111rem 0;
}
.branding__logo-img {
  max-width: 100%;
  max-height: 100%;
}

/* Navigation */
:root {
  --nav-background: #fff;
  --nav-hover-color: #333;
  --nav-item-accessible-toggler: #1a1a1a;
  --nav-underline-hover-color: #aa4492;
  --slidenav-target-background-color: transparent;
}
:root.transparent-nav {
  --nav-background: transparent;
}

.nav-wrap-open {
  overflow: hidden;
}

.navigation {
  position: absolute;
  left: 0;
  width: 100%;
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
}
@media all and (width >= 1280px) {
  .navigation {
    position: relative;
    width: auto;
  }
}

:root {
  --nav-level1-text-color-mobile: #fff;
  --nav-level1-text-bg-color-mobile: transparent;
  --nav-level1-text-color-desktop: #1a1a1a;
  --nav-level1-text-bg-color-desktop: transparent;
}

.navigation .nav-level1 {
  position: absolute;
  top: 39px;
  top: 2.16667rem;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: calc(100vh - 127px);
  height: calc(100vh - 7.05556rem);
  padding: 40px 30px 80px;
  padding: 2.22222rem 1.66667rem 4.44444rem;
  margin: 0;
  overflow-y: scroll;
  list-style: none;
  background: var(--nav-background);
}
@media all and (width >= 1280px) {
  .navigation .nav-level1 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding: 0;
    overflow: initial;
    background: transparent;
  }
}
.alerts-enabled .navigation .nav-level1 {
  top: -56px;
  top: -3.11111rem;
}
.nav-wrap-open .navigation .nav-level1 {
  display: block;
  background-color: var(--nav-background);
}
@media all and (width >= 1280px) {
  .nav-wrap-open .navigation .nav-level1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
  }
}
.stuck .navigation .nav-level1 {
  top: 63px;
  top: 3.5rem;
  color: var(--nav-level1-text-color-mobile);
}
.navigation .nav-level1__target {
  position: relative;
  font-family: var(--font_secondary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 18px;
  line-height: 1rem;
  letter-spacing: 0.05rem;
}
.navigation .nav-level1__target.has-children {
  cursor: pointer;
}
.navigation .nav-level1__target.has-children .placeholder {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.navigation .nav-level1__target.has-children .placeholder span.toggler {
  position: absolute;
  top: 0;
  right: -65px;
  right: -3.61111rem;
}
@media all and (width >= 1280px) {
  .navigation .nav-level1__target.has-children .placeholder span.toggler {
    position: relative;
    right: 0;
  }
}
.navigation .nav-level1__target.has-children span.toggler {
  content: "";
  position: absolute;
  top: 7px;
  top: 0.38889rem;
  right: 0;
  display: none;
  width: 60px;
  width: 3.33333rem;
  height: 35px;
  height: 1.94444rem;
  background: transparent url("/themes/Atlas/assets/dist/images/plus.svg") no-repeat center 5px;
  background: transparent url("/themes/Atlas/assets/dist/images/plus.svg") no-repeat center 0.27778rem;
}
@media all and (width >= 1280px) {
  .navigation .nav-level1__target.has-children span.toggler {
    top: 7px;
    top: 0.38889rem;
    right: 10px;
    right: 0.55556rem;
    width: 20px;
    width: 1.11111rem;
    height: 20px;
    height: 1.11111rem;
    border-bottom: 0;
  }
}
.navigation .nav-level1__target.has-children span.toggler.open {
  background: transparent url("/themes/Atlas/assets/dist/images/minus.svg") no-repeat center 5px;
  background: transparent url("/themes/Atlas/assets/dist/images/minus.svg") no-repeat center 0.27778rem;
}
.navigation .nav-level1__target.has-children .nav-level1__link {
  width: calc(100% - 65px);
  width: calc(100% - 3.61111rem);
}
@media all and (width >= 1280px) {
  .navigation .nav-level1__target.has-children .nav-level1__link {
    width: auto;
  }
}
@media (width < 1280px) {
  .navigation .nav-level1__target.has-children.active {
    border: 0;
  }
  .navigation .nav-level1__target.has-children.active span.toggler {
    background-image: url("/themes/Atlas/assets/dist/images/minus.svg");
    border-color: var(--nav-hover-color);
  }
}
.navigation .nav-level1__target.open, .navigation .nav-level1__target:hover {
  color: var(--color_link);
  border: 0;
}
.navigation .nav-level1__target.open .nav-level2, .navigation .nav-level1__target:hover .nav-level2 {
  top: 100%;
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media all and (width >= 1280px) {
  .navigation .nav-level1__target:focus {
    color: var(--color_link);
    border: 0;
  }
  .navigation .nav-level1__target:focus .nav-level2 {
    top: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.navigation .nav-level1__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0;
  padding: 0.55556rem 0;
  font-family: var(--font_secondary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 18px;
  line-height: 1rem;
  letter-spacing: 0.05rem;
  color: var(--nav-level1-text-color-mobile);
  text-decoration: none;
  white-space: nowrap;
}
@media all and (width >= 1280px) {
  .navigation .nav-level1__link {
    display: inline-block;
    width: auto;
    padding: 0 0 10px;
    padding: 0 0 0.55556rem;
    margin: 10px 30px 0 0;
    margin: 0.55556rem 1.66667rem 0 0;
    color: var(--nav-level1-text-color-desktop);
    border: 0;
  }
  .centered.stuck .navigation .nav-level1__link {
    margin-top: 0;
  }
  .navigation .nav-level1__link::after {
    content: none;
  }
}
.stuck .navigation .nav-level1__link, .nav-wrap-open .navigation .nav-level1__link {
  color: #000;
}
.navigation .nav-level1__link:hover, .navigation .nav-level1__link:focus {
  color: var(--color_link);
  text-decoration: none;
  border: 0;
}
.navigation .nav-level1__placeholder {
  display: block;
  font-family: var(--font_secondary);
  font-size: 26px;
  font-size: 1.44444rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.55556rem;
  letter-spacing: 0.05rem;
  color: var(--nav-level1-text-color-mobile);
}
@media all and (width >= 1280px) {
  .navigation .nav-level1__placeholder {
    padding: 0 0 10px;
    padding: 0 0 0.55556rem;
    margin: 10px 30px 0 0;
    margin: 0.55556rem 1.66667rem 0 0;
    line-height: 1.25rem;
  }
}
.stuck .navigation .nav-level1__placeholder {
  color: #000;
}

:root {
  --nav-level2-background-mobile: #fff;
  --nav-level2-background-desktop: #1a1a1a;
  --nav-level2-text-color-mobile: #000;
  --nav-level2-text-bg-color-mobile: transparent;
  --nav-level2-text-color-desktop: #1a1a1a;
  --nav-level2-text-bg-color-desktop: #fff;
}

.navigation .nav-level2 {
  display: block;
  padding: 20px 0 5px 10px;
  padding: 1.11111rem 0 0.27778rem 0.55556rem;
  background: var(--nav-level2-background-mobile);
  margin-bottom: 0;
  list-style: none;
}
@media all and (width >= 1280px) {
  .navigation .nav-level2 {
    position: absolute;
    top: calc(100% - 15px);
    top: calc(100% - 0.83333rem);
    z-index: 5;
    width: 250px;
    width: 13.88889rem;
    padding: 10px 20px;
    padding: 0.55556rem 1.11111rem;
    pointer-events: none;
    background: var(--nav-level2-background-desktop);
    border-radius: 10px;
    border-radius: 0.55556rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
    margin-bottom: 40px;
    margin-bottom: 2.22222rem;
  }
}
.navigation .nav-level2__target {
  margin-bottom: 20px;
  margin-bottom: 1.11111rem;
}
@media all and (width >= 1280px) {
  .navigation .nav-level2__target {
    margin-bottom: 0;
  }
}
@media all and (width >= 1280px) {
  .navigation .nav-level2__target.open .nav-level2, .navigation .nav-level2__target:hover .nav-level2, .navigation .nav-level2__target:focus .nav-level2 {
    top: 100%;
    display: block;
    pointer-events: all;
    opacity: 1;
    visibility: visible;
  }
}
@media (width < 1280px) {
  .navigation .nav-level2__target.active .nav-level2 {
    display: block;
  }
}
.navigation .nav-level2__link {
  display: block;
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 400;
  color: var(--nav-level2-text-color-mobile);
  text-decoration: none;
}
@media all and (width >= 1280px) {
  .navigation .nav-level2__link {
    display: inline-block;
    width: 100%;
    font-family: var(--font_primary);
    font-size: 16px;
    font-size: 0.88889rem;
    font-weight: 700;
    color: var(--nav-level2-text-color-desktop);
    text-transform: none;
    margin-bottom: 10px;
    margin-bottom: 0.55556rem;
  }
}
.navigation .nav-level2__link:hover, .navigation .nav-level2__link:focus {
  color: var(--nav-level2-text-color-mobile);
  text-decoration: underline;
}
@media all and (width >= 1280px) {
  .navigation .nav-level2__link:hover, .navigation .nav-level2__link:focus {
    color: var(--nav-level2-text-color-desktop);
  }
}
.navigation .nav-level2__placeholder {
  display: block;
  font-family: var(--font_primary);
  font-size: 22px;
  font-size: 1.22222rem;
  font-weight: 400;
  line-height: 40px;
  line-height: 2.22222rem;
  color: var(--nav-level2-text-color-mobile);
  text-decoration: none;
}
@media all and (width >= 1280px) {
  .navigation .nav-level2__placeholder {
    margin-bottom: 10px;
    margin-bottom: 0.55556rem;
    font-size: 16px;
    font-size: 0.88889rem;
    color: var(--nav-level2-text-color-desktop);
    text-transform: none;
  }
}
.navigation .nav-level2__placeholder:hover, .navigation .nav-level2__placeholder:focus {
  color: var(--nav-level2-text-color-mobile);
  text-decoration: none;
}
@media all and (width >= 1280px) {
  .navigation .nav-level2__placeholder:hover, .navigation .nav-level2__placeholder:focus {
    color: var(--nav-level2-text-color-desktop);
  }
}

:root {
  --nav-item-accessible-toggler: #1a1a1a;
  --nav-item-accessible-toggler-active: var(--color_link);
}

.navigation__toggle {
  position: absolute;
  top: 50%;
  right: 30px;
  right: 1.66667rem;
  display: block;
  width: 50px;
  width: 2.77778rem;
  height: 50px;
  height: 2.77778rem;
  padding: 10px;
  padding: 0.55556rem;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: var(--nav-item-accessible-toggler);
}
@media all and (width >= 1280px) {
  .navigation__toggle {
    display: none;
  }
}
.navigation__toggle:hover svg, .navigation__toggle:focus svg {
  fill: var(--nav-item-accessible-toggler);
}

.navigation__toggleSVG {
  width: 100%;
  height: 100%;
}

.navanimation__top {
  -webkit-transform-origin: 20px 0;
      -ms-transform-origin: 20px 0;
          transform-origin: 20px 0;
  -webkit-transform-origin: 1.11111rem 0;
      -ms-transform-origin: 1.11111rem 0;
          transform-origin: 1.11111rem 0;
  -webkit-animation: topIcon-closed 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
          animation: topIcon-closed 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
}

.navanimation__middle {
  -webkit-transform-origin: 28px 18px;
      -ms-transform-origin: 28px 18px;
          transform-origin: 28px 18px;
  -webkit-transform-origin: 1.55556rem 1rem;
      -ms-transform-origin: 1.55556rem 1rem;
          transform-origin: 1.55556rem 1rem;
  -webkit-animation: middleIcon-closed 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
          animation: middleIcon-closed 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
}

.nav-wrap-open .navanimation__bottom {
  opacity: 0;
}
.nav-wrap-open .navanimation__top {
  -webkit-animation: topIcon-open 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
          animation: topIcon-open 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
}
.nav-wrap-open .navanimation__middle {
  -webkit-animation: middleIcon-open 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
          animation: middleIcon-open 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
}

.close-nav {
  position: relative;
  display: contents;
}
.close-nav__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  text-align: center;
  opacity: 0;
}
.close-nav__link:focus {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 5px 10px;
  padding: 0.27778rem 0.55556rem;
  opacity: 1;
}

@-webkit-keyframes topIcon-open {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transform: translateY(0.55556rem);
            transform: translateY(0.55556rem);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
    -webkit-transform: translateY(0.55556rem) rotate(45deg);
            transform: translateY(0.55556rem) rotate(45deg);
  }
}

@keyframes topIcon-open {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transform: translateY(0.55556rem);
            transform: translateY(0.55556rem);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
    -webkit-transform: translateY(0.55556rem) rotate(45deg);
            transform: translateY(0.55556rem) rotate(45deg);
  }
}
@-webkit-keyframes middleIcon-open {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transform: translateY(-0.55556rem);
            transform: translateY(-0.55556rem);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-0.55556rem) rotate(-45deg);
            transform: translateY(-0.55556rem) rotate(-45deg);
  }
}
@keyframes middleIcon-open {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transform: translateY(-0.55556rem);
            transform: translateY(-0.55556rem);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-0.55556rem) rotate(-45deg);
            transform: translateY(-0.55556rem) rotate(-45deg);
  }
}
@-webkit-keyframes topIcon-closed {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
    -webkit-transform: translateY(0.55556rem) rotate(45deg);
            transform: translateY(0.55556rem) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
    -webkit-transform: translateY(0.55556rem) rotate(0);
            transform: translateY(0.55556rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes topIcon-closed {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
    -webkit-transform: translateY(0.55556rem) rotate(45deg);
            transform: translateY(0.55556rem) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
    -webkit-transform: translateY(0.55556rem) rotate(0);
            transform: translateY(0.55556rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes middleIcon-closed {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-0.55556rem) rotate(-45deg);
            transform: translateY(-0.55556rem) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
    -webkit-transform: translateY(-0.55556rem) rotate(0);
            transform: translateY(-0.55556rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes middleIcon-closed {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-0.55556rem) rotate(-45deg);
            transform: translateY(-0.55556rem) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
    -webkit-transform: translateY(-0.55556rem) rotate(0);
            transform: translateY(-0.55556rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
/* Uncomment for Mobile Sliding Navigation
@use "components/navigation/slide-nav/sn-level1";
@use "components/navigation/slide-nav/sn-level2";
@use "components/navigation/slide-nav/sn-level3"; */
/* Uncomment for Mobile Accordion Navigation */
.navigation.accordion-nav .nav-level1__target {
  margin-bottom: 20px;
  margin-bottom: 1.11111rem;
}
@media all and (width >= 1280px) {
  .navigation.accordion-nav .nav-level1__target {
    margin-bottom: 0;
  }
}
.navigation.accordion-nav .nav-level1__target.has-children .placeholder {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.navigation.accordion-nav .nav-level1__target.has-children .placeholder span.toggler {
  position: absolute;
}
@media all and (width >= 1280px) {
  .navigation.accordion-nav .nav-level1__target.has-children .placeholder span.toggler {
    position: relative;
    top: 0;
    right: 0;
  }
}
.navigation.accordion-nav .nav-level1__target.has-children span.toggler {
  content: "";
  position: absolute;
  top: 4px;
  top: 0.22222rem;
  right: 5px;
  right: 0.27778rem;
  display: block;
  width: 35px;
  width: 1.94444rem;
  height: 35px;
  height: 1.94444rem;
  background: #fff url("/themes/atlas/assets/dist/images/plus.svg") no-repeat center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.35);
  border-bottom: 0.11111rem solid rgba(0, 0, 0, 0.35);
}
@media all and (width >= 1280px) {
  .navigation.accordion-nav .nav-level1__target.has-children span.toggler {
    top: 100%;
    right: 0;
    left: -30px;
    left: -1.66667rem;
    display: none;
    width: 20px;
    width: 1.11111rem;
    height: 20px;
    height: 1.11111rem;
    margin: 0 auto;
    border-bottom: 0;
  }
}
.navigation.accordion-nav .nav-level1__target.has-children span.toggler.open {
  background: transparent url("/themes/atlas/assets/dist/images/minus.svg") no-repeat center;
}
.navigation.accordion-nav .nav-level1__target.has-children .nav-level1__link,
.navigation.accordion-nav .nav-level1__target.has-children .nav-level1__placeholder {
  width: 100%;
}
@media all and (width >= 1280px) {
  .navigation.accordion-nav .nav-level1__target.has-children .nav-level1__link,
  .navigation.accordion-nav .nav-level1__target.has-children .nav-level1__placeholder {
    width: auto;
  }
}
@media all and (width < 1280px) {
  .navigation.accordion-nav .nav-level1__target.has-children.active span.toggler {
    background-image: url("/themes/atlas/assets/dist/images/minus.svg");
    border-color: #f04e25;
  }
}
.stuck .navigation.accordion-nav .nav-level1__link, .nav-wrap-open .navigation.accordion-nav .nav-level1__link, .stuck .navigation.accordion-nav .nav-level1__placeholder, .nav-wrap-open .navigation.accordion-nav .nav-level1__placeholder {
  padding: 10px 0;
  padding: 0.55556rem 0;
  font-family: var(--font_primary);
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: 600;
  color: var(--nav-level1-text-color-mobile);
  background-color: var(--nav-level1-text-bg-color-mobile);
}
@media all and (width >= 1280px) {
  .stuck .navigation.accordion-nav .nav-level1__link, .nav-wrap-open .navigation.accordion-nav .nav-level1__link, .stuck .navigation.accordion-nav .nav-level1__placeholder, .nav-wrap-open .navigation.accordion-nav .nav-level1__placeholder {
    padding: 10px 0;
    padding: 0.55556rem 0;
    font-size: 18px;
    font-size: 1rem;
    color: var(--nav-level1-text-color-desktop);
    background-color: var(--nav-level1-text-bg-color-desktop);
    border-radius: 0;
    margin-top: 0;
  }
}

.navigation.accordion-nav .nav-level2,
.navigation.accordion-nav .nav-level3 {
  display: none;
}
.navigation.accordion-nav .nav-level2__target span.toggler,
.navigation.accordion-nav .nav-level3__target span.toggler {
  display: none !important;
}
.stuck .navigation.accordion-nav .nav-level2__link, .nav-wrap-open .navigation.accordion-nav .nav-level2__link, .stuck .navigation.accordion-nav .nav-level2__placeholder, .nav-wrap-open .navigation.accordion-nav .nav-level2__placeholder,
.stuck .navigation.accordion-nav .nav-level3__link,
.nav-wrap-open .navigation.accordion-nav .nav-level3__link,
.stuck .navigation.accordion-nav .nav-level3__placeholder,
.nav-wrap-open .navigation.accordion-nav .nav-level3__placeholder {
  color: var(--nav-level2-text-color-mobile);
}
@media all and (width >= 1280px) {
  .stuck .navigation.accordion-nav .nav-level2__link, .nav-wrap-open .navigation.accordion-nav .nav-level2__link, .stuck .navigation.accordion-nav .nav-level2__placeholder, .nav-wrap-open .navigation.accordion-nav .nav-level2__placeholder,
  .stuck .navigation.accordion-nav .nav-level3__link,
  .nav-wrap-open .navigation.accordion-nav .nav-level3__link,
  .stuck .navigation.accordion-nav .nav-level3__placeholder,
  .nav-wrap-open .navigation.accordion-nav .nav-level3__placeholder {
    color: var(--nav-level2-text-color-desktop);
  }
}

/*
  Page Content
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: auto;
          font-kerning: auto;
}

*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin: 0;
}

html,
body {
  position: relative;
  height: 100%;
  font-family: var(--font_primary);
  font-size: var(--default_font-size);
  font-weight: 400;
  -webkit-overflow-scrolling: touch;
}

body {
  max-width: 1920px;
  max-width: 106.66667rem;
  margin: 0 auto;
  overflow-x: hidden;
  background: #f2f2f2;
}

main {
  margin: 0 auto;
}
@media all and (min-width: 800px) {
  main {
    max-width: calc(100% - 240px);
    max-width: calc(100% - 13.33333rem);
  }
}
main {
  max-width: calc(100% - 70px);
  max-width: calc(100% - 3.88889rem);
  margin: 0 auto;
  width: 1200px;
  width: 66.66667rem;
}

.page-wrapper {
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

a {
  color: blue;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.element-invisible {
  position: absolute !important;
  width: 1px;
  width: 0.05556rem;
  height: 1px;
  height: 0.05556rem;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(0.05556rem 0.05556rem 0.05556rem 0.05556rem);
}

.clear {
  zoom: 1;
}
.clear::before, .clear::after {
  content: "";
  display: table;
}
.clear::after {
  clear: both;
}

.scrollFix {
  overflow: hidden;
  white-space: nowrap;
}

.page {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: 0.33s -webkit-transform ease-in-out;
  transition: 0.33s -webkit-transform ease-in-out;
  transition: 0.33s transform ease-in-out;
  transition: 0.33s transform ease-in-out, 0.33s -webkit-transform ease-in-out;
}
.edit-styles .page {
  -webkit-transform: scale(0.8) translateX(-10vw);
      -ms-transform: scale(0.8) translateX(-10vw);
          transform: scale(0.8) translateX(-10vw);
}
@media all and (min-width: 800px) {
  .page__container {
    max-width: calc(100% - 240px);
    max-width: calc(100% - 13.33333rem);
  }
}
.page__container {
  max-width: calc(100% - 70px);
  max-width: calc(100% - 3.88889rem);
  margin: 0 auto;
  width: 1200px;
  width: 66.66667rem;
}

.content-section {
  position: relative;
  padding: 40px 0 100px;
  padding: 2.22222rem 0 5.55556rem;
  background: #fff;
}
.content-section--gray {
  background: rgb(242, 242, 242);
}
.content-section--dark-background {
  background-color: #333;
}
.content-section--dark-background * {
  color: #fff;
}
@media all and (min-width: 800px) {
  .content-section__container {
    max-width: calc(100% - 240px);
    max-width: calc(100% - 13.33333rem);
  }
}
.content-section__container {
  max-width: calc(100% - 70px);
  max-width: calc(100% - 3.88889rem);
  margin: 0 auto;
  width: 1200px;
  width: 66.66667rem;
}
.content-section__container--centered {
  text-align: center;
}
.content-section__container--centered > * {
  max-width: 920px;
  max-width: 51.11111rem;
  margin-left: auto;
  margin-right: auto;
}

@media (width >= 800px) {
  .split-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.split-layout__image {
  margin: 0;
}
.split-layout__image img {
  max-width: 100%;
}
@media (width >= 800px) {
  .split-layout__image {
    margin: 0 0 0 100px;
    margin: 0 0 0 5.55556rem;
  }
}
.split-layout--img-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (width >= 800px) {
  .split-layout--img-left .split-layout__image {
    margin: 0 100px 0 0;
    margin: 0 5.55556rem 0 0;
  }
}
.split-layout__content {
  max-width: 540px;
  max-width: 30rem;
}
.split-layout__heading {
  margin: 0 0 12px;
  margin: 0 0 0.66667rem;
}
.split-layout__text {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.55556rem;
  margin-bottom: 18px;
  margin-bottom: 1rem;
}
.split-layout__divider {
  width: 100%;
  height: 1px;
  height: 0.05556rem;
  margin: 45px 0;
  margin: 2.5rem 0;
  background: #b3b3b3;
  border: 0;
}

/*
  Components
*/
.skipcontent {
  position: fixed;
  top: -40px;
  top: -2.22222rem;
  left: 20px;
  left: 1.11111rem;
  z-index: 500;
  padding: 6px 8px;
  padding: 0.33333rem 0.44444rem;
  color: #fff;
  background: #000;
  border-bottom: 1px solid #fff;
  border-bottom: 0.05556rem solid #fff;
  border-left: 1px solid #fff;
  border-left: 0.05556rem solid #fff;
  border-right: 1px solid #fff;
  border-right: 0.05556rem solid #fff;
  border-bottom-right-radius: 8px;
  border-bottom-right-radius: 0.44444rem;
  border-bottom-left-radius: 8px;
  border-bottom-left-radius: 0.44444rem;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
}
.skipcontent:visited {
  color: #fff;
}
.skipcontent:focus, .skipcontent:hover {
  position: fixed;
  top: 0;
  left: 20px;
  left: 1.11111rem;
  color: #fff;
  background: #000;
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}

.modal.login {
  inset: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  max-width: 520px;
  max-width: 28.88889rem;
  margin: auto;
}
@media all and (min-width: 1280px) {
  .modal.login.show-modal {
    inset: auto 40px 40px auto;
    inset: auto 2.22222rem 2.22222rem auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

:root {
  --stt-bg-color: #1a1a1a;
  --stt-bg-color-hover: #fff;
  --stt-icon-color: #fff;
  --stt-icon-color-hover: #1a1a1a;
  --stt-border-color: #ccc;
  --stt-border-color-hover: #1a1a1a;
}

a.scroll-to-top {
  position: fixed;
  right: 50px;
  right: 2.77778rem;
  bottom: 50px;
  bottom: 2.77778rem;
  z-index: 100;
  display: inline-block;
  width: 50px;
  width: 2.77778rem;
  height: 50px;
  height: 2.77778rem;
  text-align: center;
  cursor: pointer;
  background-color: var(--stt-bg-color);
  border: 1px solid var(--stt-border-color);
  border: 0.05556rem solid var(--stt-border-color);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
a.scroll-to-top svg {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  fill: var(--stt-icon-color);
  width: 20px;
  width: 1.11111rem;
  height: 100%;
}
@media only screen and (width <= 768px) {
  a.scroll-to-top {
    right: 25px;
    right: 1.38889rem;
    bottom: 50px;
    bottom: 2.77778rem;
  }
}
a.scroll-to-top:hover, a.scroll-to-top:focus {
  text-decoration: none;
  background-color: var(--stt-bg-color-hover);
  border: 1px solid var(--stt-border-color-hover);
  border: 0.05556rem solid var(--stt-border-color-hover);
}
a.scroll-to-top:hover svg, a.scroll-to-top:focus svg {
  fill: var(--stt-icon-color-hover);
}
a.scroll-to-top.move {
  bottom: 150px;
  bottom: 8.33333rem;
}
@media only screen and (width <= 840px) {
  a.scroll-to-top.move {
    bottom: 85px;
    bottom: 4.72222rem;
  }
}

:root {
  --global-nav-bg: #1a1a1a;
  --global-nav-bg-mobile: #1a1a1a;
  --global-nav-link-color: #fff;
  --global-nav-link-color-hover: #ccc;
  --global-nav-button-text-color: #fff;
  --global-nav-button-bg-color: #464646;
  --global-nav-button-text-color-hover: #1a1a1a;
  --global-nav-button-bg-color-hover: #fff;
  --global-nav-fa-color: #dfe3eb;
}

.global-nav {
  position: relative;
  display: none;
  width: 100%;
  background-color: var(--global-nav-bg);
}
@media all and (min-width: 1280px) {
  .global-nav {
    display: block;
  }
}
.global-nav.mobile, .global-nav--mobile {
  display: block;
}
@media all and (min-width: 1280px) {
  .global-nav.mobile, .global-nav--mobile {
    display: none;
  }
}
.global-nav--mobile {
  display: none;
}
@media all and (min-width: 1280px) {
  .global-nav__container > div {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.global-nav__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 800px) {
  .global-nav__container {
    max-width: calc(100% - 240px);
    max-width: calc(100% - 13.33333rem);
  }
}
.global-nav__container {
  max-width: calc(100% - 70px);
  max-width: calc(100% - 3.88889rem);
  margin: 0 auto;
  width: 1200px;
  width: 66.66667rem;
}
.global-nav__links {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (min-width: 800px) {
  .global-nav__links li {
    margin-right: 10px;
    margin-right: 0.55556rem;
  }
}
.global-nav__links li:last-of-type {
  margin-right: 0;
}
.global-nav__links:nth-child(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.global-nav__links--link, .global-nav__links--button, .global-nav__links--text-only {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 5px;
  padding: 0.66667rem 0.27778rem;
  font-family: var(--font-primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  line-height: 24px;
  line-height: 1.33333rem;
  color: var(--global-nav-link-color);
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-nav__links--link svg,
.global-nav__links--link span,
.global-nav__links--link i, .global-nav__links--button svg,
.global-nav__links--button span,
.global-nav__links--button i, .global-nav__links--text-only svg,
.global-nav__links--text-only span,
.global-nav__links--text-only i {
  color: var(--global-nav-fa-color);
  margin-right: 7px;
  margin-right: 0.38889rem;
}
@media all and (min-width: 1280px) {
  .global-nav__links--link, .global-nav__links--button, .global-nav__links--text-only {
    color: var(--global-nav-link-color);
  }
}
.global-nav__links--link:hover, .global-nav__links--link:focus, .global-nav__links--button:hover, .global-nav__links--button:focus, .global-nav__links--text-only:hover, .global-nav__links--text-only:focus {
  color: var(--global-nav-link-color);
}
@media all and (min-width: 1280px) {
  .global-nav__links--link:hover, .global-nav__links--link:focus, .global-nav__links--button:hover, .global-nav__links--button:focus, .global-nav__links--text-only:hover, .global-nav__links--text-only:focus {
    color: var(--global-nav-link-color-hover);
  }
}
.global-nav__links--link svg {
  position: relative;
  top: 1px;
  top: 0.05556rem;
  display: inline-block;
  width: 8px;
  width: 0.44444rem;
  fill: rgba(255, 255, 255, 0.35);
  margin-left: 7px;
  margin-left: 0.38889rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.global-nav__links--link:hover svg, .global-nav__links--link:focus svg {
  fill: #fff;
}
.global-nav__links--button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  color: var(--global-nav-button-text-color);
  text-align: center;
  background-color: var(--global-nav-button-bg-color);
  border-radius: 50px;
  border-radius: 2.77778rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-nav__links--button svg {
  position: relative;
  top: 1px;
  top: 0.05556rem;
  display: inline-block;
  width: 8px;
  width: 0.44444rem;
  fill: rgba(255, 255, 255, 0.35);
  margin-left: 7px;
  margin-left: 0.38889rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.global-nav__links--button img {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-right: 5px;
  margin-right: 0.27778rem;
}
@media all and (min-width: 1280px) {
  .global-nav__links--button {
    padding: 12px 5px 12px 12px;
    padding: 0.66667rem 0.27778rem 0.66667rem 0.66667rem;
    border-radius: 0;
  }
}
.global-nav__links--button:hover, .global-nav__links--button:focus {
  color: var(--global-nav-button-text-color-hover);
  background-color: var(--global-nav-button-bg-color-hover);
}
.global-nav__links--button:hover img, .global-nav__links--button:focus img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
.global-nav__links--button:hover svg, .global-nav__links--button:focus svg {
  fill: #000;
}
.global-nav__links--icon-yes {
  display: inline-block;
}
.global-nav__links--icon-no {
  display: none;
}
.navigation .nav-level1 .global-nav--mobile {
  display: block;
  padding: 15px 25px;
  padding: 0.83333rem 1.38889rem;
  margin: 50px -36px 20px;
  margin: 2.77778rem -2rem 1.11111rem;
  background: var(--global-nav-bg-mobile);
}
.navigation .nav-level1 .global-nav--mobile .global-nav__container {
  display: block;
  width: 100%;
  max-width: 100%;
}
.navigation .nav-level1 .global-nav--mobile .global-nav__container a {
  border-bottom: 0;
}
.navigation .nav-level1 .global-nav--mobile .global-nav__links {
  display: block;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  margin: 0 0 5px;
  margin: 0 0 0.27778rem;
  text-align: center;
  background-color: var(--global-nav-bg);
}
@media all and (min-width: 800px) {
  .navigation .nav-level1 .global-nav--mobile .global-nav__links {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media all and (min-width: 1280px) {
  .navigation .nav-level1 .global-nav--mobile {
    display: none;
  }
}

:root {
  --header-social-link-color: #ccc;
  --header-social-link-color-hover: #fff;
  --header-social-icon: #ccc;
  --header-social-icon-hover: #ccc;
  --footer-social-link-color: #ccc;
  --footer-social-link-color-hover: #fff;
  --footer-social-icon: #ccc;
  --footer-social-icon-hover: #ccc;
}

.social-links {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
@media all and (min-width: 800px) {
  .social-links {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
}
.social-links__container {
  display: none;
  margin-right: 25px;
  margin-right: 1.38889rem;
}
.social-links__container svg {
  display: inline-block;
  width: 22px;
  width: 1.22222rem;
  color: #fff;
  fill: #fff;
}
.social-links__container:last-child {
  margin-right: 0;
}
.social-links__social-link {
  text-decoration: none;
}
.social-links__social-icon {
  width: 20px;
  width: 1.11111rem;
  fill: #ccc;
}
footer .social-links__social-link {
  font-size: 18px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--footer-social-link-color);
}
@media all and (min-width: 800px) {
  footer .social-links__social-link {
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 28px;
    line-height: 1.55556rem;
  }
}
footer .social-links__social-link:hover, footer .social-links__social-link:focus {
  color: var(--footer-social-link-color-hover);
}

.juicer-feed-container .social-links {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  margin-top: 0.27778rem;
  width: 100%;
}
.juicer-feed-container .social-links__social-link {
  font-size: 30px;
  font-size: 1.66667rem;
  font-weight: bold;
  line-height: 39px;
  line-height: 2.16667rem;
  color: rgba(255, 255, 255, 0.5);
}
@media all and (min-width: 800px) {
  .juicer-feed-container .social-links__social-link {
    font-size: 30px;
    font-size: 1.66667rem;
    line-height: 40px;
    line-height: 2.22222rem;
  }
}
.juicer-feed-container .social-links__social-link:hover, .juicer-feed-container .social-links__social-link:focus {
  color: #fff;
}
.juicer-feed-container .social-links__social-link::before {
  content: none;
}

.tooltip-hover {
  position: relative;
  top: -5px;
  top: -0.27778rem;
  right: -2px;
  right: -0.11111rem;
  display: inline-block;
}
.tooltip-hover::before {
  content: "\f059";
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: 900;
  color: #000;
}
.tooltip-hover[data-toggle=popover] {
  cursor: pointer;
}

.btn-link.open-modal,
.btn-link.tooltip {
  position: absolute;
  top: 0;
  right: -35px;
  right: -1.94444rem;
  display: inline-block;
  padding: 0 10px;
  padding: 0 0.55556rem;
  color: #000;
  vertical-align: bottom;
  background: transparent;
  opacity: 1;
}
.btn-link.open-modal .fa-question-circle,
.btn-link.tooltip .fa-question-circle {
  font-size: 18px;
  font-size: 1rem;
}
.btn-link.open-modal::before, .btn-link.open-modal::after,
.btn-link.tooltip::before,
.btn-link.tooltip::after {
  position: absolute;
}
.btn-link.open-modal::before,
.btn-link.tooltip::before {
  content: "";
  right: 0;
  bottom: calc(100% + 3px);
  bottom: calc(100% + 0.16667rem);
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  margin: auto;
  opacity: 0;
  border-top: 20px solid #000;
  border-top: 1.11111rem solid #000;
  border-right: 20px solid transparent;
  border-right: 1.11111rem solid transparent;
  border-left: 20px solid transparent;
  border-left: 1.11111rem solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-link.open-modal::after,
.btn-link.tooltip::after {
  content: attr(aria-label);
  right: 0;
  bottom: calc(100% + 5px);
  bottom: calc(100% + 0.27778rem);
  left: -140px;
  left: -7.77778rem;
  display: block;
  width: 200px;
  width: 11.11111rem;
  padding: 25px;
  padding: 1.38889rem;
  margin: auto;
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: 500;
  line-height: 18px;
  line-height: 1rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #000;
  border-radius: 10px;
  border-radius: 0.55556rem;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s cubic-bezier(1, 0, 0.4, 0.5);
  transition: all 0.4s cubic-bezier(1, 0, 0.4, 0.5);
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
}
@media all and (min-width: 800px) {
  .btn-link.open-modal::after,
  .btn-link.tooltip::after {
    width: 320px;
    width: 17.77778rem;
  }
}
.btn-link.open-modal:hover .fa-question-circle, .btn-link.open-modal:focus .fa-question-circle, .btn-link.open-modal.tt-open .fa-question-circle,
.btn-link.tooltip:hover .fa-question-circle,
.btn-link.tooltip:focus .fa-question-circle,
.btn-link.tooltip.tt-open .fa-question-circle {
  color: #000;
  cursor: pointer;
}
.btn-link.open-modal:hover::after, .btn-link.open-modal:focus::after, .btn-link.open-modal.tt-open::after,
.btn-link.tooltip:hover::after,
.btn-link.tooltip:focus::after,
.btn-link.tooltip.tt-open::after {
  bottom: calc(100% + 20px);
  bottom: calc(100% + 1.11111rem);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s cubic-bezier(1, 0, 0.4, 1);
  transition: all 0.4s cubic-bezier(1, 0, 0.4, 1);
}
.btn-link.open-modal:hover::before, .btn-link.open-modal:focus::before, .btn-link.open-modal.tt-open::before,
.btn-link.tooltip:hover::before,
.btn-link.tooltip:focus::before,
.btn-link.tooltip.tt-open::before {
  z-index: 11;
  opacity: 1;
  -webkit-transition: 0.4s, ease, all;
  transition: 0.4s, ease, all;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.btn-link.tooltip {
  position: relative;
  top: -4px;
  top: -0.22222rem;
  right: auto;
}

h5 .btn-link.open-modal,
h5 .btn-link.tooltip,
.custom-checkbox .btn-link.open-modal,
.custom-checkbox .btn-link.tooltip,
.checkbox .btn-link.open-modal,
.checkbox .btn-link.tooltip {
  position: relative;
  top: -5px;
  top: -0.27778rem;
  right: 10px;
  right: 0.55556rem;
}

:root {
  --search-bar-bg: #616161;
  --search-bar-icon: rgb(255 255 255 / 50%);
  --search-bar-icon-hover: #fff;
  --search-bar-text: #fff;
  --search-toggle-bg: #616161;
  --search-toggle-bg-hover: #fff;
  --search-toggle-color: #fff;
  --search-toggle-color-hover: #aa4492;
  --search-pagination-border: #616161;
  --search-pagination-bg: #aa4492;
  --search-pagination-text: #fff;
  --search-pagination-bg-hover: #333;
  --search-pagination-text-hover: #fff;
  --search-close-icon: rgb(255 255 255 / 50%);
  --search-close-icon-hover: #fff;
  --search-toggle-icon: #fff;
  --search-toggle-icon-hover: rgb(255 255 255 / 50%);
  --search-toggle-icon-mobile: #121212;
  --search-toggle-icon-mobile-hover: rgb(0 0 0 / 50%);
}

.search-container {
  position: relative;
  background: var(--search-bar-bg);
  border-radius: 50px;
  border-radius: 2.77778rem;
}
.search-container input[type=text] {
  width: 240px;
  width: 13.33333rem;
  padding: 0;
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--search-bar-text);
  background: var(--search-bar-bg);
  border: 0;
  border-bottom: 2px solid #fff;
  border-bottom: 0.11111rem solid #fff;
}
.search-container input[type=text]::-webkit-input-placeholder {
  color: var(--search-bar-text);
}
.search-container input[type=text]::-moz-placeholder {
  color: var(--search-bar-text);
}
.search-container input[type=text]:-ms-input-placeholder {
  color: var(--search-bar-text);
}
.search-container input[type=text]::-ms-input-placeholder {
  color: var(--search-bar-text);
}
.search-container input[type=text]::placeholder {
  color: var(--search-bar-text);
}
.global-nav .search-container {
  border-radius: 0;
}
.global-nav .search-container input[type=text].search-container__search-input {
  height: 48px;
  height: 2.66667rem;
}
@media all and (min-width: 1280px) {
  .global-nav .search-container input[type=text].search-container__search-input {
    padding: 8px 60px 11px 15px;
    padding: 0.44444rem 3.33333rem 0.61111rem 0.83333rem;
    border-radius: 8px;
    border-radius: 0.44444rem;
    border-bottom: 0;
  }
}
.global-nav .search-container input[type=text].search-container__search-input::-webkit-input-placeholder {
  text-transform: uppercase;
}
.global-nav .search-container input[type=text].search-container__search-input::-moz-placeholder {
  text-transform: uppercase;
}
.global-nav .search-container input[type=text].search-container__search-input:-ms-input-placeholder {
  text-transform: uppercase;
}
.global-nav .search-container input[type=text].search-container__search-input::-ms-input-placeholder {
  text-transform: uppercase;
}
.global-nav .search-container input[type=text].search-container__search-input::placeholder {
  text-transform: uppercase;
}

.mic-search {
  position: relative;
  right: 15px;
  right: 0.83333rem;
  color: var(--search-bar-icon);
  cursor: pointer;
}
.mic-search svg {
  width: 14px;
  width: 0.77778rem;
  fill: #262626;
}
@media all and (min-width: 1280px) {
  .mic-search svg {
    fill: #fff;
  }
}
@media all and (min-width: 1280px) {
  .mic-search {
    position: absolute;
    right: 35px;
    right: 1.94444rem;
  }
}
.mic-search:hover, .mic-search:focus {
  color: var(--search-bar-icon-hover);
}
.mic-search:hover svg, .mic-search:focus svg {
  opacity: 0.5;
}

.btn-search {
  position: relative;
  right: 15px;
  right: 0.83333rem;
  color: var(--search-bar-icon);
}
.btn-search svg {
  width: 17px;
  width: 0.94444rem;
  fill: #262626;
}
@media all and (min-width: 1280px) {
  .btn-search svg {
    fill: #fff;
  }
}
@media all and (min-width: 1280px) {
  .btn-search {
    position: absolute;
    right: 10px;
    right: 0.55556rem;
  }
}
.btn-search:hover, .btn-search:focus {
  color: var(--search-bar-icon-hover);
}
.btn-search:hover svg, .btn-search:focus svg {
  opacity: 0.5;
}

.btn-search-toggle {
  position: relative;
  right: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  width: 1.66667rem;
  height: 30px;
  height: 1.66667rem;
  color: var(--search-toggle-color);
  cursor: pointer;
  background: var(--search-toggle-bg);
  border-radius: 50px;
  border-radius: 2.77778rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-search-toggle .fa-search {
  font-size: 14px;
  font-size: 0.77778rem;
}
@media all and (min-width: 1280px) {
  .btn-search-toggle {
    display: none;
  }
}
.btn-search-toggle:hover, .btn-search-toggle:focus {
  color: var(--search-toggle-color-hover);
  background: var(--search-toggle-bg-hover);
}
.btn-search-toggle.active {
  color: var(--search-toggle-color-hover);
  background: var(--search-toggle-bg-hover);
}

.search-results {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 22px;
  line-height: 1.22222rem;
}
.search-results .stats {
  margin: 30px 0;
  margin: 1.66667rem 0;
}
.search-results .pagination {
  border-top: 1px solid var(--search-pagination-border);
  border-top: 0.05556rem solid var(--search-pagination-border);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.search-results .pagination td {
  background: transparent !important;
}
.search-results .pagination th[scope=col] {
  display: none;
}
.search-results .pagination .cell-heading {
  display: none;
}
.search-results .pagination table {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 0 !important;
}
.search-results .pagination table tbody tr {
  background-color: transparent;
}
.search-results .pagination table tbody tr td {
  padding: 20px 10px !important;
  padding: 1.11111rem 0.55556rem !important;
  border: 0 !important;
}
.search-results .pagination table tbody tr td span > span {
  margin: 0;
}
.search-results .pagination table tbody tr td span:not(.cell-content, .cell-heading) {
  display: block;
  padding: 3px 10px;
  padding: 0.16667rem 0.55556rem;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700 !important;
  line-height: 21px;
  line-height: 1.16667rem;
  color: var(--search-pagination-text-hover);
  text-decoration: none;
  background: var(--search-pagination-bg-hover);
  border-radius: 5px;
  border-radius: 0.27778rem;
}
.search-results .pagination table tbody tr td a {
  padding: 3px 10px;
  padding: 0.16667rem 0.55556rem;
  color: var(--search-pagination-text) !important;
  text-decoration: none;
  background: var(--search-pagination-bg) !important;
  border-radius: 5px;
  border-radius: 0.27778rem;
  border-bottom: 0 !important;
}
.search-results .pagination table tbody tr td a:hover, .search-results .pagination table tbody tr td a:focus {
  color: var(--search-pagination-text-hover) !important;
  background: var(--search-pagination-bg-hover) !important;
  border-bottom: 0 !important;
}
.search-results .search-results-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
.search-results .search-results-search input[type=search] {
  float: left;
  width: calc(100% - 118px);
  width: calc(100% - 6.55556rem);
  height: 45px;
  height: 2.5rem;
  padding: 12px 20px;
  padding: 0.66667rem 1.11111rem;
  font-size: 16px;
  font-size: 0.88889rem;
  font-style: italic;
  line-height: 30px;
  line-height: 1.66667rem;
  border: 1px solid var(--form-input-border-color);
  border: 0.05556rem solid var(--form-input-border-color);
  border-radius: 10px;
  border-radius: 0.55556rem;
  margin-right: 15px;
  margin-right: 0.83333rem;
}
.search-results .search-results-search input[type=search]::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 0.88889rem;
  font-style: italic;
  line-height: 30px;
  line-height: 1.66667rem;
}
.search-results .search-results-search input[type=search]::-moz-placeholder {
  font-size: 16px;
  font-size: 0.88889rem;
  font-style: italic;
  line-height: 30px;
  line-height: 1.66667rem;
}
.search-results .search-results-search input[type=search]:-ms-input-placeholder {
  font-size: 16px;
  font-size: 0.88889rem;
  font-style: italic;
  line-height: 30px;
  line-height: 1.66667rem;
}
.search-results .search-results-search input[type=search]::-ms-input-placeholder {
  font-size: 16px;
  font-size: 0.88889rem;
  font-style: italic;
  line-height: 30px;
  line-height: 1.66667rem;
}
.search-results .search-results-search input[type=search]::placeholder {
  font-size: 16px;
  font-size: 0.88889rem;
  font-style: italic;
  line-height: 30px;
  line-height: 1.66667rem;
}
.search-results .search-results-search input[type=submit] {
  display: inline-block;
  width: 120px;
  width: 6.66667rem;
  height: 45px;
  height: 2.5rem;
  padding: 10px;
  padding: 0.55556rem;
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  line-height: 24px;
  line-height: 1.33333rem;
  color: var(--form-submit-button-text-color);
  text-decoration: none;
  cursor: pointer;
  background: var(--form-submit-button-bg-color);
  border: 0;
  border-radius: 10px;
  border-radius: 0.55556rem;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.search-results .search-results-search input[type=submit]:hover, .search-results .search-results-search input[type=submit]:focus {
  color: var(--form-submit-button-text-color-hover);
  text-decoration: none;
  background: var(--form-submit-button-bg-color-hover);
}
.search-results .results {
  position: relative;
  padding-top: 20px;
  padding-top: 1.11111rem;
}
.search-results .results td {
  display: block;
  background: #efefef;
  border-radius: 10px !important;
  border-radius: 0.55556rem !important;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
.search-results .results span {
  display: block;
  font-size: 16px;
  font-size: 0.88889rem;
}
.search-results .results a {
  display: inline-block;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700 !important;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 0 !important;
}
.search-results .pagination {
  border-top: 1px solid gray;
  border-top: 0.05556rem solid gray;
}
.search-results .pagination > td {
  padding: 16px 0 0;
  padding: 0.88889rem 0 0;
}
.search-results .pagination span,
.search-results .pagination a {
  display: inline-block;
  padding: 3px 6px;
  padding: 0.16667rem 0.33333rem;
  font-size: 13px;
  font-size: 0.72222rem;
  line-height: 13px;
  line-height: 0.72222rem;
  color: gray;
  text-decoration: none;
  background: lightgray;
  border: 1px solid gray;
  border: 0.05556rem solid gray;
}
.search-results .pagination a {
  color: blue;
}
.search-results .pagination a:visited {
  color: blue;
}
.search-results .pagination a:hover, .search-results .pagination a:focus {
  color: #eb0000;
}
.search-results th[scope=col] {
  display: none;
}
.search-results tr:nth-child(n+2) > td {
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 24px;
  line-height: 1.33333rem;
  padding-bottom: 20px;
  padding-bottom: 1.11111rem;
}
.search-results tr:nth-child(n+2) > td a {
  display: inline-block;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 0.0625em;
}

.search-toggle {
  position: relative;
  right: 60px;
  right: 3.33333rem;
  z-index: 3;
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 700;
  line-height: 18px;
  line-height: 1rem;
  color: var(--search-toggle-text);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.search-toggle svg {
  fill: var(--search-toggle-icon);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 20px;
  width: 1.11111rem;
}
@media all and (min-width: 1280px) {
  .search-toggle {
    right: auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    width: 2.22222rem;
    height: 100%;
    padding: 5px 0;
    padding: 0.27778rem 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.search-toggle:hover, .search-toggle:focus {
  color: var(--search-toggle-text-hover);
}
.search-toggle:hover svg, .search-toggle:focus svg {
  fill: var(--search-toggle-icon-hover);
}
.search-toggle--mobile {
  position: absolute;
  top: -12px;
  top: -0.66667rem;
  right: 85px;
  right: 4.72222rem;
  display: block;
}
.search-toggle--mobile svg {
  fill: var(--search-toggle-icon-mobile);
  width: 25px;
  width: 1.38889rem;
}
@media all and (min-width: 1280px) {
  .search-toggle--mobile {
    display: none;
  }
}
.search-toggle--mobile:hover svg, .search-toggle--mobile:focus svg {
  fill: var(--search-toggle-icon-mobile-hover);
}
body.header-2.search-open .search-toggle {
  display: none;
}

body.header-3.search-open .search-toggle {
  display: none;
}

.search-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  width: 100vw;
  height: 100vh;
  padding: 60px 50px;
  padding: 3.33333rem 2.77778rem;
  background: var(--search-bar-bg);
  opacity: 0.95;
}
.search-box .fa-times:hover svg, .search-box .fa-times:focus svg {
  fill: var(--search-close-icon-hover);
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  text-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
}
.search-box .fa-times svg {
  position: absolute;
  top: 40px;
  top: 2.22222rem;
  right: 50px;
  right: 2.77778rem;
  width: 35px;
  width: 1.94444rem;
  text-align: right;
  cursor: pointer;
  fill: var(--search-close-icon);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.header-2 .fa-times svg {
  top: -36px;
  top: -2rem;
  right: 20px;
  right: 1.11111rem;
  left: auto;
}
@media all and (min-width: 800px) {
  body.header-2 .fa-times svg {
    top: 50px;
    top: 2.77778rem;
    right: 50px;
    right: 2.77778rem;
  }
}

body.header-3 .fa-times svg {
  top: -36px;
  top: -2rem;
  right: 20px;
  right: 1.11111rem;
  left: auto;
}
@media all and (min-width: 800px) {
  body.header-3 .fa-times svg {
    top: 50px;
    top: 2.77778rem;
    right: 50px;
    right: 2.77778rem;
  }
}

.search-box .search-container {
  position: relative;
  top: 150px;
  top: 8.33333rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.search-box .search-container input[type=text].search-container__search-input {
  width: 100%;
  height: 60px;
  height: 3.33333rem;
  font-size: 16px;
  font-size: 0.88889rem;
  background: transparent;
  padding-right: 80px;
  padding-right: 4.44444rem;
}
@media all and (min-width: 800px) {
  .search-box .search-container input[type=text].search-container__search-input {
    height: 70px;
    height: 3.88889rem;
    font-size: 30px;
    font-size: 1.66667rem;
    padding-right: 100px;
    padding-right: 5.55556rem;
  }
}
@media all and (min-width: 1280px) {
  .search-box .search-container input[type=text].search-container__search-input {
    font-size: 48px;
    font-size: 2.66667rem;
    padding-right: 130px;
    padding-right: 7.22222rem;
  }
}
.search-box .search-container input[type=text].search-container__search-input::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 0.88889rem;
}
.search-box .search-container input[type=text].search-container__search-input::-moz-placeholder {
  font-size: 16px;
  font-size: 0.88889rem;
}
.search-box .search-container input[type=text].search-container__search-input:-ms-input-placeholder {
  font-size: 16px;
  font-size: 0.88889rem;
}
.search-box .search-container input[type=text].search-container__search-input::-ms-input-placeholder {
  font-size: 16px;
  font-size: 0.88889rem;
}
.search-box .search-container input[type=text].search-container__search-input::placeholder {
  font-size: 16px;
  font-size: 0.88889rem;
}
@media all and (min-width: 800px) {
  .search-box .search-container input[type=text].search-container__search-input::-webkit-input-placeholder {
    font-size: 30px;
    font-size: 1.66667rem;
  }
  .search-box .search-container input[type=text].search-container__search-input::-moz-placeholder {
    font-size: 30px;
    font-size: 1.66667rem;
  }
  .search-box .search-container input[type=text].search-container__search-input:-ms-input-placeholder {
    font-size: 30px;
    font-size: 1.66667rem;
  }
  .search-box .search-container input[type=text].search-container__search-input::-ms-input-placeholder {
    font-size: 30px;
    font-size: 1.66667rem;
  }
  .search-box .search-container input[type=text].search-container__search-input::placeholder {
    font-size: 30px;
    font-size: 1.66667rem;
  }
}
@media all and (min-width: 1280px) {
  .search-box .search-container input[type=text].search-container__search-input::-webkit-input-placeholder {
    font-size: 48px;
    font-size: 2.66667rem;
  }
  .search-box .search-container input[type=text].search-container__search-input::-moz-placeholder {
    font-size: 48px;
    font-size: 2.66667rem;
  }
  .search-box .search-container input[type=text].search-container__search-input:-ms-input-placeholder {
    font-size: 48px;
    font-size: 2.66667rem;
  }
  .search-box .search-container input[type=text].search-container__search-input::-ms-input-placeholder {
    font-size: 48px;
    font-size: 2.66667rem;
  }
  .search-box .search-container input[type=text].search-container__search-input::placeholder {
    font-size: 48px;
    font-size: 2.66667rem;
  }
}
.search-box .search-container input[type=text].search-container__search-input:focus {
  outline: 0;
}
.search-box .search-container .btn-search {
  position: absolute;
  top: 15px;
  top: 0.83333rem;
  right: 0;
  width: 30px;
  width: 1.66667rem;
  height: 30px;
  height: 1.66667rem;
  font-size: 30px;
  font-size: 1.66667rem;
  font-weight: 100;
  background-repeat: no-repeat;
  background-size: contain;
}
.search-box .search-container .btn-search svg {
  fill: var(--search-bar-icon);
  width: 30px;
  width: 1.66667rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media all and (min-width: 800px) {
  .search-box .search-container .btn-search svg {
    width: 40px;
    width: 2.22222rem;
  }
}
@media all and (min-width: 1280px) {
  .search-box .search-container .btn-search svg {
    width: 50px;
    width: 2.77778rem;
  }
}
@media all and (min-width: 800px) {
  .search-box .search-container .btn-search {
    width: 40px;
    width: 2.22222rem;
    height: 40px;
    height: 2.22222rem;
  }
}
@media all and (min-width: 1280px) {
  .search-box .search-container .btn-search {
    top: 5px;
    top: 0.27778rem;
    width: 50px;
    width: 2.77778rem;
    height: 50px;
    height: 2.77778rem;
  }
}
.search-box .search-container .btn-search:hover svg, .search-box .search-container .btn-search:focus svg {
  fill: var(--search-bar-icon-hover);
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  text-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
}
.search-box .search-container .mic-search {
  position: absolute;
  top: 15px;
  top: 0.83333rem;
  right: 40px;
  right: 2.22222rem;
  width: 30px;
  width: 1.66667rem;
  height: 30px;
  height: 1.66667rem;
  font-weight: 100;
  text-align: center;
  cursor: pointer;
}
.search-box .search-container .mic-search svg {
  fill: var(--search-bar-icon);
  width: 25px;
  width: 1.38889rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media all and (min-width: 800px) {
  .search-box .search-container .mic-search svg {
    width: 30px;
    width: 1.66667rem;
  }
}
@media all and (min-width: 1280px) {
  .search-box .search-container .mic-search svg {
    width: 40px;
    width: 2.22222rem;
  }
}
@media all and (min-width: 800px) {
  .search-box .search-container .mic-search {
    right: 55px;
    right: 3.05556rem;
    width: 40px;
    width: 2.22222rem;
    height: 50px;
    height: 2.77778rem;
  }
}
@media all and (min-width: 1280px) {
  .search-box .search-container .mic-search {
    top: 5px;
    top: 0.27778rem;
    right: 70px;
    right: 3.88889rem;
    width: 40px;
    width: 2.22222rem;
    height: 50px;
    height: 2.77778rem;
  }
}
.search-box .search-container .mic-search:hover svg, .search-box .search-container .mic-search:focus svg {
  fill: var(--search-bar-icon-hover);
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  text-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
}
.header-2 .search-box {
  top: 190px;
  top: 10.55556rem;
  height: calc(100% - 190px);
  height: calc(100% - 10.55556rem);
}
@media all and (min-width: 800px) {
  .header-2 .search-box {
    top: 0;
    height: 100vh;
  }
}

.header-3 .search-box {
  top: 190px;
  top: 10.55556rem;
  height: calc(100% - 190px);
  height: calc(100% - 10.55556rem);
}
@media all and (min-width: 800px) {
  .header-3 .search-box {
    top: 0;
    height: 100vh;
  }
}

.flex-container {
  width: 100%;
  max-width: 100%;
}
@media all and (min-width: 1280px) {
  .flex-container.alignleft {
    float: left;
    width: 40%;
    margin: 0 15px 10px 0;
    margin: 0 0.83333rem 0.55556rem 0;
  }
  .flex-container.alignright {
    float: right;
    width: 40%;
    margin: 0 0 10px 15px;
    margin: 0 0 0.55556rem 0.83333rem;
  }
  .flex-container.aligncenter {
    width: 40%;
    margin: 0 auto 10px;
    margin: 0 auto 0.55556rem;
  }
}

.flex-video {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.flex-video::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

:root {
  --gdpr-bg: #fff;
  --gdpr-text-color: #000;
}

.antilles-gdpr {
  position: fixed;
  bottom: 0;
  z-index: 99;
  display: none;
  width: calc(100% - 40px);
  width: calc(100% - 2.22222rem);
  padding: 30px;
  padding: 1.66667rem;
  margin: 20px;
  margin: 1.11111rem;
  background-color: var(--gdpr-bg);
}
.antilles-gdpr p {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 24px;
  line-height: 1.33333rem;
  color: var(--gdpr-text-color);
}
.antilles-gdpr.active {
  display: block;
}
.antilles-gdpr__buttons {
  margin-top: 15px;
  margin-top: 0.83333rem;
}

/*
  Modules
*/
:root {
  --alerts-bg: #333;
  --alerts-text-color: #fff;
  --alerts-text-color-hover: #ccc;
  --alerts-close-bg: #333;
  --alerts-close-bg-hover: #fff;
  --alerts-close-color: #fff;
  --alerts-close-color-hover: #333;
  --alerts-close-border-color: #fff;
  --alerts-close-border-color-hover: #333;
  --alerts-arrows-color: #ccc;
  --alerts-arrows-color-hover: #fff;
}

body.authenticated .alert-container {
  width: 100%;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.alert-container {
  position: relative;
  z-index: 0;
  display: initial;
  background: var(--alerts-bg) !important;
}
.alert-container .alert-container__nav-button {
  --swiper-navigation-size: 30px;
  --swiper-navigation-size: 1.66667rem;
  --swiper-size-with-padding: calc(var(--swiper-navigation-size) / 44 * 28);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  left: 0.27778rem;
  z-index: 5;
  width: calc(var(--swiper-navigation-size) / 44 * 28 + 10px);
  width: calc(var(--swiper-navigation-size) / 44 * 28 + 0.55556rem);
  height: var(--swiper-navigation-size);
  cursor: pointer;
  background: transparent url("/themes/Atlas/assets/dist/images/icons/banner-arrow.svg") no-repeat center;
  background-size: contain;
  border: 0;
}
.alert-container .alert-container__nav-button--next {
  left: calc(var(--swiper-size-with-padding) + 15px);
  left: calc(var(--swiper-size-with-padding) + 0.83333rem);
  background-image: url("/themes/Atlas/assets/dist/images/icons/banner-arrow_right.svg");
}
.alert-container .alert-container__nav-button::after {
  content: none;
}
.alert-container__alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 18px 68px !important;
  padding: 1rem 3.77778rem !important;
  color: var(--alerts-text-color);
  text-align: center;
  text-decoration: none;
  background: var(--alerts-bg);
  border: 0;
  min-height: 95px;
  min-height: 5.27778rem;
  height: 100%;
}
@media all and (min-width: 800px) {
  .alert-container__alert {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}
.alert-container__alert:hover, .alert-container__alert:focus {
  color: var(--alerts-text-color-hover) !important;
  text-decoration: underline;
}
.alert-container__alert:hover .alert-container__text, .alert-container__alert:focus .alert-container__text {
  text-decoration: underline;
}
.alert-container__alert .alert-text {
  text-align: left;
}
.alert-container__icon {
  display: inline-block;
  margin-right: 13px;
  margin-right: 0.72222rem;
  font-size: 27px;
  font-size: 1.5rem;
  line-height: 1rem;
}
.alert-container__icon svg {
  width: 30px;
  width: 1.66667rem;
  fill: #fff;
}
.alert-container__text {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  padding-right: 50px;
  padding-right: 2.77778rem;
}
@media all and (min-width: 800px) {
  .alert-container__text {
    text-align: center;
  }
}
.alert-container__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  width: 2.77778rem;
  height: 100%;
  cursor: pointer;
  background: var(--alerts-close-bg);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 0.05556rem solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media all and (min-width: 800px) {
  .alert-container__close {
    bottom: 0;
    margin: auto;
  }
}
.alert-container__close svg {
  fill: var(--alerts-close-color);
  width: 15px;
  width: 0.83333rem;
}
.alert-container__close:hover, .alert-container__close:focus {
  background: var(--alerts-close-bg-hover);
  border-color: var(--alerts-close-bg-hover);
}
.alert-container__close:hover svg, .alert-container__close:focus svg {
  fill: var(--alerts-close-color-hover);
}

:root {
  --events-table-bg: #fff;
  --events-table-cell-bg: #e8e8e8;
  --events-table-cell-border: #ccc;
  --events-month-header-text: #fff;
  --events-month-header-bg: #aa4492;
  --events-calendar-date-has-event: #dc4b68;
  --events-calendar-date-has-event-hover: #1a1a1a;
  --event-date-bg: #ccc;
  --event-date-month: #fff;
  --event-date-number: #fff;
  --event-category-color: #1a1a1a;
  --event-view-all-link-color: #1a1a1a;
  --events-calendar-gradient-1: #aa4492;
  --events-calendar-gradient-2: #dc4b68;
  --events-post-date-color: #595959;
}

.featured-events,
body .events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  max-width: 62.22222rem;
  margin: 0 auto 120px;
  margin: 0 auto 6.66667rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (min-width: 800px) {
  .featured-events,
  body .events {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 1280px) {
  .featured-events,
  body .events {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.featured-events__empty .cta-banner,
body .events__empty .cta-banner {
  padding-top: 240px;
  padding-top: 13.33333rem;
  margin-top: 0;
  background: url("/themes/Atlas/assets/src/images/calendar-icon.png") no-repeat center 40px, radial-gradient(#edeef0, #e9eaec);
  background: url("/themes/Atlas/assets/src/images/calendar-icon.png") no-repeat center 2.22222rem, radial-gradient(#edeef0, #e9eaec);
  background-size: 240px, 100%;
  background-size: 13.33333rem, 100%;
}
.featured-events__empty h2,
body .events__empty h2 {
  color: #0f2746 !important;
  text-align: center;
}
.featured-events__empty p,
body .events__empty p {
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
  font-size: 21px;
  font-size: 1.16667rem;
  font-weight: 600;
  line-height: 24px;
  line-height: 1.33333rem;
  color: #0f2746 !important;
}
.featured-events__title,
body .events__title {
  width: 100%;
  padding-bottom: 15px;
  padding-bottom: 0.83333rem;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
  border-bottom: 2px solid rgba(20, 36, 71, 0.15);
  border-bottom: 0.11111rem solid rgba(20, 36, 71, 0.15);
}
@media all and (min-width: 800px) {
  .featured-events__title,
  body .events__title {
    margin-bottom: 0;
    border: 0;
  }
}
.featured-events__calendar,
body .events__calendar {
  position: relative;
  display: none;
  max-width: 480px;
  max-width: 26.66667rem;
  padding: 20px;
  padding: 1.11111rem;
  background: #fff;
  border-radius: 15px;
  border-radius: 0.83333rem;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 2.22222rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2.22222rem rgba(0, 0, 0, 0.25);
}
@media all and (min-width: 800px) {
  .featured-events__calendar,
  body .events__calendar {
    display: block;
    padding-bottom: 15px;
    padding-bottom: 0.83333rem;
  }
}
@media all and (min-width: 1280px) {
  .featured-events__calendar,
  body .events__calendar {
    margin-right: 80px;
    margin-right: 4.44444rem;
  }
}
.featured-events__list,
body .events__list {
  width: 100%;
}
@media all and (min-width: 800px) {
  .featured-events__list,
  body .events__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (min-width: 1280px) {
  .featured-events__list,
  body .events__list {
    width: calc(100% - 560px);
    width: calc(100% - 31.11111rem);
  }
}
.featured-events__month-nav,
body .events__month-nav {
  position: relative;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 20px;
  padding: 0 1.11111rem;
  background: var(--events-month-header-bg);
  background: linear-gradient(135deg, var(--events-calendar-gradient-1) 0%, var(--events-calendar-gradient-2) 100%);
  border-radius: 15px;
  border-radius: 0.83333rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.featured-events__prev-month,
body .events__prev-month {
  display: inline-block;
  width: 40px;
  width: 2.22222rem;
  height: 25px;
  height: 1.38889rem;
  font-size: 0;
  background: transparent url("/themes/Atlas/assets/dist/images/icn-button-arrow.svg") no-repeat center right;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.featured-events__next-month,
body .events__next-month {
  display: inline-block;
  width: 40px;
  width: 2.22222rem;
  height: 25px;
  height: 1.38889rem;
  font-size: 0;
  background: transparent url("/themes/Atlas/assets/dist/images/icn-button-arrow.svg") no-repeat center right;
}
.featured-events__footer,
body .events__footer {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 30px;
  margin-top: 1.66667rem;
}

body .events {
  max-width: 100%;
}
body .events .event__date {
  min-width: 130px;
  min-width: 7.22222rem;
  min-height: 130px;
  min-height: 7.22222rem;
  background: linear-gradient(135deg, var(--events-calendar-gradient-1) 30%, var(--events-calendar-gradient-2) 70%);
  background-color: var(--event-date-bg);
}
body .events .event__day {
  color: #fff;
}

.featured-events {
  margin: 50px auto;
  margin: 2.77778rem auto;
}

.events__list {
  width: 100% !important;
}

.events {
  max-width: 100%;
}
.events__event-categories {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 480px;
  max-width: 26.66667rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (min-width: 1280px) {
  .events__event-categories {
    margin-right: 80px;
    margin-right: 4.44444rem;
  }
}
.events__event-category {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
  margin-right: 0.83333rem;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
  color: var(--event-category-color);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.events__event-category-indicator {
  position: relative;
  display: inline-block;
  min-width: 26px;
  min-width: 1.44444rem;
  min-height: 23px;
  min-height: 1.27778rem;
  margin-right: 5px;
  margin-right: 0.27778rem;
  border-radius: 4px;
  border-radius: 0.22222rem;
}

.events-list-view__view-all {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 30px;
  line-height: 1.66667rem;
  color: var(--event-view-all-link-color);
  text-decoration: none;
}
.events-list-view__view-all:hover, .events-list-view__view-all:focus {
  text-decoration: underline;
}

.event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 0;
  padding: 2.22222rem 0;
  margin-bottom: 40px;
  margin-bottom: 2.22222rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  border-bottom: 0.11111rem solid rgba(0, 0, 0, 0.05);
}
.featured-events .event {
  display: none;
  padding: 0;
  border: 0;
}
.featured-events .event:nth-child(-n+4) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 800px) {
  .featured-events .event {
    width: calc(50% - 20px);
    width: calc(50% - 1.11111rem);
    margin-top: 50px;
    margin-top: 2.77778rem;
    margin-right: 40px;
    margin-right: 2.22222rem;
  }
  .featured-events .event:nth-child(3) {
    margin-right: 0;
  }
}
@media all and (min-width: 1280px) {
  .featured-events .event {
    width: 100%;
    margin: 0 0 65px;
    margin: 0 0 3.61111rem;
  }
}
.event-location, .event-image {
  display: none;
}
.event__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  height: 5rem;
  min-width: 90px;
  min-width: 5rem;
  padding: 5px;
  padding: 0.27778rem;
  margin-right: 20px;
  margin-right: 1.11111rem;
  text-align: center;
  background: var(--event-date-bg);
  background: linear-gradient(135deg, var(--events-calendar-gradient-1) 0%, var(--events-calendar-gradient-2) 100%);
  border-radius: 15px;
  border-radius: 0.83333rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 800px) {
  .event__date {
    max-width: 90px;
    max-width: 5rem;
    max-height: 90px;
    max-height: 5rem;
    min-width: 90px;
    min-width: 5rem;
    min-height: 90px;
    min-height: 5rem;
    margin-right: 40px;
    margin-right: 2.22222rem;
  }
}
.event__month {
  display: block;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  line-height: 20px;
  line-height: 1.11111rem;
  letter-spacing: 2px;
  letter-spacing: 0.11111rem;
  color: var(--event-date-month);
  text-transform: uppercase;
}
.event__day {
  display: block;
  font-family: var(--font_primary);
  font-size: 40px;
  font-size: 2.22222rem;
  font-weight: 700;
  line-height: 48px;
  line-height: 2.66667rem;
  color: var(--event-date-number);
}
@media all and (min-width: 800px) {
  .event__day {
    font-size: 51px;
    font-size: 2.83333rem;
    line-height: 51px;
    line-height: 2.83333rem;
  }
}
.event__title {
  font-family: var(--font_primary);
  font-size: 23px;
  font-size: 1.27778rem;
  font-weight: 700;
  line-height: 28px;
  line-height: 1.55556rem;
}
.event__text p {
  display: none;
  font-family: var(--font_primary);
  font-size: 19px;
  font-size: 1.05556rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.55556rem;
  margin-bottom: 20px !important;
  margin-bottom: 1.11111rem !important;
}
.event__calendar-link {
  line-height: 1.5rem;
}

.events-list__category {
  display: none;
}

.events-calendar {
  overflow: visible !important;
  border-collapse: separate !important;
  border-spacing: 8px !important;
  border-spacing: 0.44444rem !important;
  border-radius: 10px;
  border-radius: 0.55556rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.events-calendar thead {
  display: none;
}
.events-calendar__month-title {
  width: 100%;
  padding: 0 20px;
  padding: 0 1.11111rem;
  font-family: var(--font_primary);
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 700;
  line-height: 80px;
  line-height: 4.44444rem;
  color: var(--events-month-header-text);
  text-align: center;
  margin-bottom: 0;
}
.events-calendar__day {
  position: relative;
  left: -8px;
  left: -0.44444rem;
  height: 50px;
  height: 2.77778rem;
  min-width: 56px;
  min-width: 3.11111rem;
  padding: 5px 10px 0 !important;
  padding: 0.27778rem 0.55556rem 0 !important;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  background: #e2e4e8;
  border: 0 !important;
  border-radius: 10px;
  border-radius: 0.55556rem;
}
.events-calendar__day.events-calendar__month--has-event:hover .events-calendar__event-list, .events-calendar__day.events-calendar__month--has-event:focus .events-calendar__event-list {
  top: 100%;
  pointer-events: all;
  opacity: 1;
}
.events-calendar__event-list {
  position: absolute;
  top: 100%;
  top: calc(100% + 20px);
  top: calc(100% + 1.11111rem);
  left: 50%;
  z-index: 5;
  width: 220px;
  width: 12.22222rem;
  padding: 25px;
  padding: 1.38889rem;
  text-align: left;
  pointer-events: none;
  background: #fff;
  border: 2px solid #122142;
  border: 0.11111rem solid #122142;
  border-radius: 10px;
  border-radius: 0.55556rem;
  opacity: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.events-calendar__event-list::after {
  content: "";
  position: absolute;
  top: -7px;
  top: -0.38889rem;
  left: 50%;
  display: block;
  width: 20px;
  width: 1.11111rem;
  height: 20px;
  height: 1.11111rem;
  background: #fff;
  border-radius: 4px;
  border-radius: 0.22222rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.events-calendar__event {
  position: relative;
  padding-left: 14px;
  padding-left: 0.77778rem;
  margin-bottom: 16px;
  margin-bottom: 0.88889rem;
  text-indent: 0;
  list-style: none;
}
.events-calendar__event-indicator {
  position: absolute;
  top: 2px;
  top: 0.11111rem;
  left: -8px;
  left: -0.44444rem;
  display: inline-block;
  min-width: 15px;
  min-width: 0.83333rem;
  min-height: 15px;
  min-height: 0.83333rem;
  background: #122142;
  border-radius: 4px;
  border-radius: 0.22222rem;
}
.events-calendar__event-link {
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 700;
  line-height: 1.15rem;
  color: #1a1a1a !important;
  text-decoration: none;
}
.events-calendar__event-link:hover, .events-calendar__event-link:focus {
  color: #1a1a1a;
  text-decoration: underline;
}
.events-calendar__month--other {
  color: #c2c3c5;
}
.events-calendar__month--has-event {
  color: #fff;
  cursor: pointer;
  background-attachment: fixed;
  background-color: var(--events-calendar-date-has-event);
  background-image: linear-gradient(135deg, #aa4492 30%, #dc4b66 70%);
  background-position: top left;
  background-size: 1024px;
  background-size: 56.88889rem;
}
.events-calendar__month--has-event:hover, .events-calendar__month--has-event:focus {
  background-color: var(--events-calendar-date-has-event-hover) !important;
}
.events-calendar__month--has-event.events-calendar__month--active {
  background-color: #0f2746 !important;
}
.events-calendar__month--has-event.events-calendar__month--active .events-calendar__event-list {
  top: 100%;
  pointer-events: all;
  opacity: 1;
}

.event-details__image {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
.event-details__image img {
  width: 100%;
}
.event-details__date {
  display: block;
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 700;
  line-height: 18px;
  line-height: 1rem;
  color: var(--events-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}

:root {
  --recentpost-date-color: #fff;
  --blog-post-title-color: #1a1a1a;
  --blog-post-date-color: #595959;
  --blog-categories-box-border-color: #595959;
  --blog-categories-text: #1a1a1a;
  --blog-categories-bg: #ccc;
}

.featured-blog-posts {
  display: block;
}
.featured-blog-posts h3 {
  line-height: 28px;
  line-height: 1.55556rem;
}
.featured-blog-posts .date-author {
  font-family: var(--font_primary);
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  line-height: 1.33333rem;
  letter-spacing: 1px;
  letter-spacing: 0.05556rem;
  color: var(--recentpost-date-color);
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-bottom: 1.11111rem;
}
@media all and (min-width: 800px) {
  .featured-blog-posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.featured-blog-posts__post {
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
  width: 100%;
}
@media all and (min-width: 800px) {
  .featured-blog-posts__post {
    margin-right: 30px;
    margin-right: 1.66667rem;
    margin-bottom: 0;
  }
}
.featured-blog-posts__post:last-of-type {
  margin-right: 0;
}
.featured-blog-posts__date {
  display: block;
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 700;
  line-height: 18px;
  line-height: 1rem;
  color: var(--blog-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}
.featured-blog-posts__view-all-posts {
  margin-top: 30px;
  margin-top: 1.66667rem;
}
@media all and (min-width: 800px) {
  .featured-blog-posts__view-all-posts {
    margin-top: 50px;
    margin-top: 2.77778rem;
  }
}

.blog-search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-bottom: 60px;
  margin-bottom: 3.33333rem;
}
.blog-search input[type=text] {
  margin: 0;
  margin-right: 10px;
  margin-right: 0.55556rem;
}

.blog-posts-listing__post {
  width: 100%;
}
.blog-posts-listing__post h1,
.blog-posts-listing__post h2,
.blog-posts-listing__post h3,
.blog-posts-listing__post h4,
.blog-posts-listing__post h5,
.blog-posts-listing__post h6 {
  color: var(--blog-post-title-color) !important;
}
.blog-posts-listing__post-date-author {
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 700;
  line-height: 18px;
  line-height: 1rem;
  color: var(--blog-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}

.blog-detail__image {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
.blog-detail__image img {
  width: 100%;
}
.blog-detail__date-author {
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 700;
  line-height: 18px;
  line-height: 1rem;
  color: var(--blog-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}

.blog-filters .blog-categories:last-of-type {
  margin-right: 0;
}
@media all and (min-width: 800px) {
  .blog-filters {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.blog-categories {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  max-width: 16.66667rem;
  max-height: 50vh;
  text-align: center;
  background-color: var(--blog-categories-bg);
  border: 2px solid var(--blog-categories-box-border-color);
  border: 0.11111rem solid var(--blog-categories-box-border-color);
  border-radius: 10px;
  border-radius: 0.55556rem;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
.blog-categories .blog-category-title {
  width: 100%;
  padding: 15px;
  padding: 0.83333rem;
  margin: 0;
  font-size: 18px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 0.77778rem;
  color: var(--blog-categories-text);
  text-transform: none;
  cursor: pointer;
  background-image: url("/themes/atlas/assets/dist/images/down-arrow.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  border: 0;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}
.blog-categories .blog-category-title:focus {
  outline: 0;
}
.blog-categories > ul {
  display: none;
  margin: 0;
  list-style: none;
}
.blog-categories > ul li {
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 14px;
  line-height: 0.77778rem;
  text-indent: 0 !important;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}
.blog-categories > ul li::before {
  display: none !important;
}
.blog-categories > ul a {
  text-transform: capitalize;
}
.blog-categories > ul a::before {
  display: none;
}
.blog-categories > ul::before, .blog-categories > ul::after {
  display: none !important;
}
@media all and (min-width: 800px) {
  .blog-categories {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    margin-right: 1.66667rem;
  }
}
.blog-categories.active {
  z-index: 1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.blog-categories.active .blog-category-title {
  z-index: 1;
  border-bottom: 0;
}
.blog-categories.active ul {
  position: absolute;
  top: 100%;
  left: -2px;
  left: -0.11111rem;
  z-index: 1;
  display: block;
  width: calc(100% + 4px);
  width: calc(100% + 0.22222rem);
  max-height: 50vh;
  padding: 0 30px 15px;
  padding: 0 1.66667rem 0.83333rem;
  overflow: auto;
  background-color: var(--blog-categories-bg);
  border: 2px solid var(--blog-categories-box-border-color);
  border: 0.11111rem solid var(--blog-categories-box-border-color);
  border-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.55556rem;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 0.55556rem;
  border-top: 0;
}

.blog-post__featured {
  min-height: 400px;
  min-height: 22.22222rem;
}
.blog-post__featured h2 {
  font-size: 22px;
  font-size: 1.22222rem;
  line-height: 28px;
  line-height: 1.55556rem;
}
.blog-post__featured .date-author {
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 700;
  line-height: 28px;
  line-height: 1.55556rem;
  letter-spacing: 0;
  color: var(--blog-post-date-color);
  text-transform: none;
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
}
.blog-post__featured .date-author__spacer {
  color: var(--blog-post-date-spacer);
}
.blog-post__featured .teaser {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  line-height: 1.55556rem;
  margin-bottom: 25px;
  margin-bottom: 1.38889rem;
}
@media all and (min-width: 1280px) {
  .blog-post__featured {
    margin: 0 auto 60px;
    margin: 0 auto 3.33333rem;
  }
}

:root {
  --news-item-border: #1a1a1a;
  --news-item-heading-color: #1a1a1a;
  --news-item-text-color: #1a1a1a;
  --news-item-link-color: #1a1a1a;
  --news-item-link-color-hover: #ccc;
  --news-view-all-link-color: #1a1a1a;
  --news-view-all-link-color-hover: #ccc;
  --news-post-date-color: #595959;
}

.news-posts {
  width: 100%;
  max-width: 1588px;
  max-width: 88.22222rem;
  padding: 0 50px 55px;
  padding: 0 2.77778rem 3.05556rem;
  margin: 58px auto 0;
  margin: 3.22222rem auto 0;
}
.news-posts .news-items .news-item .news-item-info .date-title {
  width: 100%;
}
.news-posts .news-items .news-item .news-item-info .date-title .news-item-date {
  margin-bottom: 20px;
  margin-bottom: 1.11111rem;
}
.news-posts .news-items .news-item .news-item-info .date-title h2 {
  min-height: auto !important;
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
}
@media (width >= 768px) {
  .news-posts .news-items .news-item {
    width: calc(33% - 30px) !important;
    width: calc(33% - 1.66667rem) !important;
  }
}
.news-posts .news-items .news-item:last-of-type {
  margin-right: 30px !important;
  margin-right: 1.66667rem !important;
}
.news-posts h2 {
  margin-bottom: 0;
}
.news-posts__news-item {
  width: 100%;
}
.news-posts__news-item .card {
  padding: 20px 40px 80px;
  padding: 1.11111rem 2.22222rem 4.44444rem;
}
@media all and (min-width: 1280px) {
  .news-posts__news-item .card {
    padding: 20px 40px 40px;
    padding: 1.11111rem 2.22222rem 2.22222rem;
  }
}
@media (width >= 768px) {
  .news-posts__news-item {
    width: calc(33% - 20px);
    width: calc(33% - 1.11111rem);
  }
}
.news-posts .news-items .news-item {
  padding-bottom: 40px;
  padding-bottom: 2.22222rem;
  margin-bottom: 40px;
  margin-bottom: 2.22222rem;
  border-bottom: 1px solid var(--news-item-border);
  border-bottom: 0.05556rem solid var(--news-item-border);
}

.news-posts__news-item-info {
  text-align: center;
}
.news-posts__news-item-info h2,
.news-posts__news-item-info h3 {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--news-heading-text-color);
}
@media all and (min-width: 1280px) {
  .news-posts__news-item-info h2,
  .news-posts__news-item-info h3 {
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 28px;
    line-height: 1.55556rem;
  }
}
@media all and (min-width: 1280px) {
  .news-posts__news-item-info {
    text-align: left;
  }
}
.news-posts__news-item-blurb {
  margin: 10px 0 23px;
  margin: 0.55556rem 0 1.27778rem;
}
.news-posts__news-item-blurb p {
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--news-item-text-color);
}
@media all and (min-width: 1280px) {
  .news-posts__news-item-blurb p {
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 28px;
    line-height: 1.55556rem;
  }
}
.news-posts__news-item-date {
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 300;
  line-height: 12px;
  line-height: 0.66667rem;
  margin-top: 10px;
  margin-top: 0.55556rem;
}
.news-posts__view-all-news {
  position: relative;
  top: -80px;
  top: -4.44444rem;
  width: 100%;
  padding: 0 35px;
  padding: 0 1.94444rem;
  text-align: right;
}
.news-posts__view-all-news a {
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 700;
  line-height: 24px;
  line-height: 1.33333rem;
  color: var(--news-view-all-link-color);
}
@media all and (min-width: 1280px) {
  .news-posts__view-all-news {
    top: -100px;
    top: -5.55556rem;
    width: calc(100% - 360px);
    width: calc(100% - 20rem);
    padding: 0 15%;
    margin-left: 360px;
    margin-left: 20rem;
  }
}

.news-detail__image {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
.news-detail__image img {
  width: 100%;
}
.news-detail__date {
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 700;
  line-height: 18px;
  line-height: 1rem;
  color: var(--news-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}

.news-posts-listing__news-item {
  width: 100%;
}
.news-posts-listing__news-headline {
  font-family: var(--font_primary);
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 700;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--news-heading-text-color);
}
.news-posts-listing__news-date {
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 700;
  line-height: 18px;
  line-height: 1rem;
  color: var(--news-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}
.news-posts-listing__news-blurb {
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}

.news-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  margin-bottom: 3.33333rem;
}
.news-search input[type=text] {
  margin: 0 15px 0 0;
  margin: 0 0.83333rem 0 0;
}

.featured-news__news-items {
  display: block;
  width: 100%;
}
@media all and (min-width: 800px) {
  .featured-news__news-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.featured-news__news-item {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
@media all and (min-width: 800px) {
  .featured-news__news-item {
    margin-right: 30px;
    margin-right: 1.66667rem;
    margin-bottom: 0;
  }
}
.featured-news__news-item:last-of-type {
  margin-right: 0;
}
.featured-news__news-item-date {
  display: block;
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 700;
  line-height: 18px;
  line-height: 1rem;
  color: var(--news-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}
.featured-news__view-all-news {
  margin-top: 30px;
  margin-top: 1.66667rem;
}
@media all and (min-width: 800px) {
  .featured-news__view-all-news {
    margin-top: 50px;
    margin-top: 2.77778rem;
  }
}

/*
  Pattern Library
*/
:root {
  /*
    Fonts
      - Default font size is generally set to the standard body text font size
  */
  --font_primary: "Montserrat", sans-serif;
  --font_secondary: "source-sans-3", sans-serif;
  --default_line-height: 1.55em;
  --default_text-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
  --default_text-shadow: 0 0 1.66667rem 0 rgb(0 0 0 / 15%);
  /*  !! IF YOU UPDATE THIS, ALSO UPDATE IN GULP FILE - LINE 57 */
  --default_font-size: 18PX;
  /*
    Site Standard Colors
      - Add additional colors according to style guide
  */
  --color_primary: rgb(18 36 58 / 100%);
  --color_secondary: rgb(244 183 58 / 100%);
  --color_tertiary: rgb(210 113 42 / 100%);
  --color_gray: rgb(232 232 232 / 100%);
  --color_gray-medium: rgb(140 140 140 / 100%);
  --color_gray-dark:rgb(96 98 97 / 100%);
  --color_link: rgb(42 73 111 / 100%);
  --color_bg-light: rgb(232 232 232 / 100%);
  --color_bg-dark:rgb(18 36 58 / 100%);
  --color_gradient: linear-gradient(98deg, rgb(18 36 58 / 100%) 2.73%, rgb(63 109 167 / 100%) 100%);
  /*
    Border Settings
      - buttons, boxes, etc..
      - border-width should have caps PX to prevent conversion to REM
  */
  --default_border-radius: 0;
  --default_border-width: 2PX;
  --default_active-border-width: 4px;
  --default_active-border-width: 0.22222rem;
  /*
    Other Default Settings
  */
  --default_box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
  --default_box-shadow: 0 0 1.66667rem 0 rgb(0 0 0 / 15%);
  --default_active-box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 25%);
  --default_active-box-shadow: 0 0 3.33333rem 0 rgb(0 0 0 / 25%);
  --default_site-width: calc(1920 * 1PX);
  --default_content-width: calc(1200 * 1PX);
  --default_gutter: calc(30px * 1PX);
  --default_gutter: calc(1.66667rem * 1PX);
  --default_button-height: 50px;
  --default_button-height: 2.77778rem;
  --default_site-margin-lg-one-side: calc(120);
  --default_site-margin-sm-one-side: calc(35);
  --default_site-margin-lg: calc(120 * 2PX);
  --default_site-margin-sm: calc(35 * 2PX);
}

:root {
  /* Accordions - Classic */
  --accordion-bg-color: #fff;
  --accordion-title-color: #1a1a1a;
  --accordion-title-color-hover: #1a1a1a;
  --accordion-title-color-active: #1a1a1a;
  --accordion-content-text-color: #1a1a1a;
  --accordion-toggle-color: #1a1a1a;
  --accordion-toggle-color-hover: #1a1a1a;
  --accordion-toggle-color-active: #1a1a1a;
  --accordion-toggle-border-color: #1a1a1a;
  --accordion-toggle-border-color-hover: #1a1a1a;
  --accordion-toggle-border-color-active: #1a1a1a;
  --accordion-border-color: #e3e3e3;
  --accordion-border-color-hover: #1a1a1a;
  --accordion-border-color-active: #1a1a1a;
  /* Accordions - Alternative */
  --accordion-alt-bg-color: #fff;
  --accordion-alt-title-color: #1a1a1a;
  --accordion-alt-title-color-hover: #1a1a1a;
  --accordion-alt-content-text-color: #1a1a1a;
  --accordion-alt-toggle-color: #1a1a1a;
  --accordion-alt-toggle-color-hover: #1a1a1a;
  --accordion-alt-toggle-border-color: #1a1a1a;
  --accordion-alt-toggle-border-color-hover: #1a1a1a;
  --accordion-alt-border-color: #ccc;
  --accordion-alt-border-color-hover: #1a1a1a;
}
:root .dark-mode {
  /* Accordions - Classic */
  --accordion-bg-color: #fff;
  --accordion-title-color: #1a1a1a;
  --accordion-title-color-hover: #1a1a1a;
  --accordion-content-text-color: #1a1a1a;
  --accordion-toggle-color: #1a1a1a;
  --accordion-toggle-color-hover: #1a1a1a;
  --accordion-border-color: #1a1a1a;
  --accordion-border-color-hover: #1a1a1a;
  /* Accordions - Alternative */
  --accordion-alt-bg-color: #fff;
  --accordion-alt-title-color: #1a1a1a;
  --accordion-alt-title-color-hover: #1a1a1a;
  --accordion-alt-content-text-color: #1a1a1a;
  --accordion-alt-toggle-color: #1a1a1a;
  --accordion-alt-toggle-color-hover: #1a1a1a;
  --accordion-alt-border-color: #1a1a1a;
  --accordion-alt-border-color-hover: #1a1a1a;
}

.accordions.active {
  margin-bottom: 20px;
  margin-bottom: 1.11111rem;
  /*  zero out h2 if accordions are active (JS is active) */
  /*  style just the button so that h2's maintain default styling */
}
.accordions.active .accordion:first-of-type button {
  margin-top: 0;
}
.accordions.active h2.accordion-title {
  position: relative;
  padding: 0;
  margin: 0;
}
.accordions.active h2.accordion-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 70px;
  width: 3.88889rem;
  height: 2px;
  height: 0.11111rem;
  background: var(--accordion-toggle-border-color);
}
.accordions.active h2.accordion-title:hover::after, .accordions.active h2.accordion-title:focus::after {
  background: var(--accordion-toggle-border-color-hover);
}
.accordions.active h2.accordion-title.is-active button {
  color: var(--accordion-title-color-active);
}
.accordions.active h2.accordion-title.is-active button::before {
  background: var(--accordion-border-color-active);
}
.accordions.active h2.accordion-title.is-active button::after {
  content: "\f106";
  /* caret up */
  /*  content: '\f068'; minus */
  color: var(--accordion-toggle-color-active);
}
.accordions.active h2.accordion-title.is-active .accordion-content {
  padding: 0;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 400;
  line-height: 24px;
  line-height: 1.33333rem;
  color: var(--accordion-content-text-color);
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
}
.accordions.active h2.accordion-title.is-active p:last-child,
.accordions.active h2.accordion-title.is-active ul:last-child,
.accordions.active h2.accordion-title.is-active ol:last-child {
  margin-bottom: 0;
}
.accordions.active h2.accordion-title.is-active::after {
  background: var(--accordion-toggle-border-color-active);
}
.accordions.active button {
  position: relative;
  width: 100%;
  padding: 20px 85px 15px 0;
  padding: 1.11111rem 4.72222rem 0.83333rem 0;
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  line-height: 1.33333rem;
  color: var(--accordion-title-color);
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: 0;
  margin-bottom: 0;
}
@media all and (min-width: 800px) {
  .accordions.active button {
    margin-top: 15px;
    margin-top: 0.83333rem;
  }
}
.accordions.active button:hover, .accordions.active button:focus {
  color: var(--accordion-title-color-hover);
  background: transparent;
  border: 0;
  outline: 0;
}
.accordions.active button:hover::before, .accordions.active button:focus::before {
  background: var(--accordion-border-color-hover);
}
.accordions.active button:hover::after, .accordions.active button:focus::after {
  color: var(--accordion-toggle-color-hover);
}
.accordions.active button::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  /*  width: 100%; */
  width: calc(100% - 75px);
  width: calc(100% - 4.16667rem);
  height: 2px;
  height: 0.11111rem;
  background: var(--accordion-border-color);
  border-radius: 50px;
  border-radius: 2.77778rem;
}
.accordions.active button::after {
  content: "\f107";
  /*  content: '\f067'; plus */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 70px;
  width: 3.88889rem;
  height: 25px;
  height: 1.38889rem;
  margin: auto;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  color: var(--accordion-toggle-color);
  /* caret down */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accordions.active .accordion-title + [aria-hidden] {
  display: none;
}
.accordions.active .accordion-title + [aria-hidden=false] {
  display: block;
}
.accordions.active .accordion-content {
  padding: 15px 0;
  padding: 0.83333rem 0;
}
.accordions.active .accordion-content p {
  font-size: 18px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.55556rem;
}

.accordions-alt-list {
  position: relative;
}
.accordions-alt-list .accordion-alt-item {
  position: relative;
  display: block;
  padding: 40px 0 30px;
  padding: 2.22222rem 0 1.66667rem;
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
}
.accordions-alt-list .accordion-alt-item + .accordion-alt-item {
  border-top: 1px solid var(--accordion-alt-border-color);
  border-top: 0.05556rem solid var(--accordion-alt-border-color);
}
.accordions-alt-list .accordion-alt-item .content, .accordions-alt-list .accordion-alt-item__content {
  width: 100%;
}
@media all and (min-width: 1280px) {
  .accordions-alt-list .accordion-alt-item .content, .accordions-alt-list .accordion-alt-item__content {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.accordions-alt-list .accordion-alt-item .content .description h2, .accordions-alt-list .accordion-alt-item__content .description h2 {
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 24px;
  line-height: 1.33333rem;
  color: var(--accordion-alt-title-color);
  margin-bottom: 5px;
  margin-bottom: 0.27778rem;
}
.accordions-alt-list .accordion-alt-item .content .description .blurb p, .accordions-alt-list .accordion-alt-item__content .description .blurb p {
  margin-bottom: 20px !important;
  margin-bottom: 1.11111rem !important;
  font-size: 18px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.66667rem;
}
.accordions-alt-list .accordion-alt-item .content .description .read-more, .accordions-alt-list .accordion-alt-item__content .description .read-more {
  display: block;
  margin: 0;
  font-size: 13px;
  font-size: 0.72222rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.02778rem;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordions-alt-list .accordion-alt-item .content .description .read-more span, .accordions-alt-list .accordion-alt-item__content .description .read-more span {
  font-size: 14px;
  font-size: 0.77778rem;
  margin-left: 5px;
  margin-left: 0.27778rem;
}
.accordions-alt-list .accordion-alt-item .content .description .read-more:hover, .accordions-alt-list .accordion-alt-item .content .description .read-more:focus, .accordions-alt-list .accordion-alt-item__content .description .read-more:hover, .accordions-alt-list .accordion-alt-item__content .description .read-more:focus {
  color: var(--accordion-alt-toggle-color-hover);
  border-bottom: 0;
}
.accordions-alt-list .accordion-alt-item .content .description .read-more::before, .accordions-alt-list .accordion-alt-item__content .description .read-more::before {
  content: none;
}
.accordions-alt-list .accordion-alt-item .content .description .read-more::after, .accordions-alt-list .accordion-alt-item__content .description .read-more::after {
  content: none;
}
.accordions-alt-list .accordion-alt-item .more-alt-content {
  display: none;
  padding-top: 0;
  padding-bottom: 20px;
  padding-bottom: 1.11111rem;
}
.accordions-alt-list .accordion-alt-item .more-alt-content p:last-of-type {
  margin-bottom: 0;
}
.accordions-alt-list .accordion-alt-item .more-alt-content a.btn {
  width: 230px;
  width: 12.77778rem;
  padding: 5px 35px 5px 15px;
  padding: 0.27778rem 1.94444rem 0.27778rem 0.83333rem;
  margin-right: 15px;
  margin-right: 0.83333rem;
  font-size: 16px;
  font-size: 0.88889rem;
}
.accordions-alt-list .accordion-alt-item .more-alt-content a.btn::before {
  left: -30px;
  left: -1.66667rem;
}
.accordions-alt-list .accordion-alt-item .more-alt-content a.btn:hover::before, .accordions-alt-list .accordion-alt-item .more-alt-content a.btn:focus::before {
  width: calc(100% + 30px);
  width: calc(100% + 1.66667rem);
}
.accordions-alt-list .accordion-alt-item__image {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
  text-align: center;
}
@media all and (min-width: 800px) {
  .accordions-alt-list .accordion-alt-item__image {
    z-index: 1;
    max-width: 200px;
    max-width: 11.11111rem;
    min-width: 200px;
    min-width: 11.11111rem;
    margin-right: 40px;
    margin-right: 2.22222rem;
    overflow: hidden;
  }
}
.accordions-alt-list .accordion-alt-item__image img,
.accordions-alt-list .accordion-alt-item__image figure {
  width: 100%;
  border-radius: 5px;
  border-radius: 0.27778rem;
}
@media all and (min-width: 800px) {
  .accordions-alt-list .accordion-alt-item__image img,
  .accordions-alt-list .accordion-alt-item__image figure {
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.accordions-alt-list .accordion-alt-item.expanded .more-alt-content {
  display: block;
}

/* RTE Styling */
.accordion[data-arx-type=accordion],
.accordion[data-arx-type=layer] {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
  background: repeating-linear-gradient(to right, rgba(0, 88, 251, 0.04), rgba(0, 88, 251, 0.04) calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns)));
  outline: 2PX dashed rgba(0, 88, 251, 0.2);
}

.accordion-preview[data-arx-type=previewaccordion],
.accordion-alt-item[data-arx-type=imageaccordion],
.more-alt-content[data-arx-type=accordion],
.accordion-preview[data-arx-type=layer],
.accordion-alt-item[data-arx-type=layer],
.more-alt-content[data-arx-type=layer] {
  position: relative;
  padding: 30px 10px;
  padding: 1.66667rem 0.55556rem;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
  background: repeating-linear-gradient(to right, rgba(0, 88, 251, 0.04), rgba(0, 88, 251, 0.04) calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns)));
  outline: 2PX dashed rgba(0, 88, 251, 0.2);
}
.accordion-preview[data-arx-type=previewaccordion] .image figure[data-arx-type=image],
.accordion-alt-item[data-arx-type=imageaccordion] .image figure[data-arx-type=image],
.more-alt-content[data-arx-type=accordion] .image figure[data-arx-type=image],
.accordion-preview[data-arx-type=layer] .image figure[data-arx-type=image],
.accordion-alt-item[data-arx-type=layer] .image figure[data-arx-type=image],
.more-alt-content[data-arx-type=layer] .image figure[data-arx-type=image] {
  position: relative;
  padding-top: 10px;
  padding-top: 0.55556rem;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
  background: repeating-linear-gradient(to right, rgba(0, 88, 251, 0.04), rgba(0, 88, 251, 0.04) calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns)));
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.11111rem dashed rgba(0, 88, 251, 0.2);
}
@media all and (min-width: 1280px) {
  .accordion-preview[data-arx-type=previewaccordion] .image figure[data-arx-type=image],
  .accordion-alt-item[data-arx-type=imageaccordion] .image figure[data-arx-type=image],
  .more-alt-content[data-arx-type=accordion] .image figure[data-arx-type=image],
  .accordion-preview[data-arx-type=layer] .image figure[data-arx-type=image],
  .accordion-alt-item[data-arx-type=layer] .image figure[data-arx-type=image],
  .more-alt-content[data-arx-type=layer] .image figure[data-arx-type=image] {
    padding: 40px;
    padding: 2.22222rem;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
  }
}
.accordion-preview[data-arx-type=previewaccordion] .image figure[data-arx-type=image]::before,
.accordion-alt-item[data-arx-type=imageaccordion] .image figure[data-arx-type=image]::before,
.more-alt-content[data-arx-type=accordion] .image figure[data-arx-type=image]::before,
.accordion-preview[data-arx-type=layer] .image figure[data-arx-type=image]::before,
.accordion-alt-item[data-arx-type=layer] .image figure[data-arx-type=image]::before,
.more-alt-content[data-arx-type=layer] .image figure[data-arx-type=image]::before {
  content: "Accordion Image";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 2px;
  padding: 0.11111rem;
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(0, 88, 251, 0.04);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.05556rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
}

.more-alt-content[data-arx-type=accordion],
.more-alt-content[data-arx-type=layer] {
  padding: 30px 10px;
  padding: 1.66667rem 0.55556rem;
}

:root {
  --arc-dark: #fff;
  --arc-light: #414141;
}

.arc--arc-bottom, .arc--arc-bottom-light,
.block-container.arc--arc-bottom,
.block-container.arc--arc-bottom-light {
  padding-bottom: 80px;
  padding-bottom: 4.44444rem;
}
@media all and (min-width: 800px) {
  .arc--arc-bottom, .arc--arc-bottom-light,
  .block-container.arc--arc-bottom,
  .block-container.arc--arc-bottom-light {
    padding-bottom: 150px;
    padding-bottom: 8.33333rem;
  }
}
.arc--arc-bottom::after, .arc--arc-bottom-light::after,
.block-container.arc--arc-bottom::after,
.block-container.arc--arc-bottom-light::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100px;
  height: 5.55556rem;
  background-color: currentcolor;
  -webkit-mask: url("/themes/atlas/assets/dist/images/arc.svg") no-repeat 50% 50%;
          mask: url("/themes/atlas/assets/dist/images/arc.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media screen and (width >= 1921px) {
  .arc--arc-bottom::after, .arc--arc-bottom-light::after,
  .block-container.arc--arc-bottom::after,
  .block-container.arc--arc-bottom-light::after {
    height: 120px;
    height: 6.66667rem;
  }
}
.arc--arc-bottom, .arc--arc-bottom-light,
.block-container.arc--arc-bottom,
.block-container.arc--arc-bottom-light {
  color: var(--arc-dark);
}
.arc--arc-top, .arc--arc-top-light,
.block-container.arc--arc-top,
.block-container.arc--arc-top-light {
  padding-top: 130px;
  padding-top: 7.22222rem;
}
@media all and (min-width: 800px) {
  .arc--arc-top, .arc--arc-top-light,
  .block-container.arc--arc-top,
  .block-container.arc--arc-top-light {
    padding-top: 150px;
    padding-top: 8.33333rem;
  }
}
.arc--arc-top::before, .arc--arc-top-light::before,
.block-container.arc--arc-top::before,
.block-container.arc--arc-top-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100px;
  height: 5.55556rem;
  background-color: currentcolor;
  -webkit-mask: url("/themes/atlas/assets/dist/images/arc.svg") no-repeat 50% 50%;
          mask: url("/themes/atlas/assets/dist/images/arc.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
@media screen and (width >= 1921px) {
  .arc--arc-top::before, .arc--arc-top-light::before,
  .block-container.arc--arc-top::before,
  .block-container.arc--arc-top-light::before {
    height: 120px;
    height: 6.66667rem;
  }
}
.arc--arc-top, .arc--arc-top-light,
.block-container.arc--arc-top,
.block-container.arc--arc-top-light {
  color: var(--arc-dark);
}
.sp-banner-wrapper[class*=arc] {
  min-height: 250px;
  min-height: 13.88889rem;
}

:root {
  --wave-dark: #fff;
  --wave-light: #414141;
}

.wave--wave-top, .wave--wave-top-light,
.block-container.wave--wave-top,
.block-container.wave--wave-top-light {
  color: var(--wave-dark);
  padding-top: 120px;
  padding-top: 6.66667rem;
  padding-bottom: 80px;
  padding-bottom: 4.44444rem;
}
@media all and (min-width: 800px) {
  .wave--wave-top, .wave--wave-top-light,
  .block-container.wave--wave-top,
  .block-container.wave--wave-top-light {
    padding-top: 100px;
    padding-top: 5.55556rem;
    padding-bottom: 80px;
    padding-bottom: 4.44444rem;
  }
}
.wave--wave-top::before, .wave--wave-top-light::before,
.block-container.wave--wave-top::before,
.block-container.wave--wave-top-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 80px;
  height: 4.44444rem;
  background-color: currentcolor;
  -webkit-mask: url("/themes/atlas/assets/dist/images/wave.svg") no-repeat 50% 50%;
          mask: url("/themes/atlas/assets/dist/images/wave.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.wave--wave-bottom, .wave--wave-bottom-light,
.block-container.wave--wave-bottom,
.block-container.wave--wave-bottom-light {
  color: var(--wave-dark);
  padding-bottom: 120px;
  padding-bottom: 6.66667rem;
}
.wave--wave-bottom + .block-container:not(.wave--wave-top),
.wave--wave-bottom + .block-container:not(.wave--wave-bottom), .wave--wave-bottom-light + .block-container:not(.wave--wave-top),
.wave--wave-bottom-light + .block-container:not(.wave--wave-bottom),
.block-container.wave--wave-bottom + .block-container:not(.wave--wave-top),
.block-container.wave--wave-bottom + .block-container:not(.wave--wave-bottom),
.block-container.wave--wave-bottom-light + .block-container:not(.wave--wave-top),
.block-container.wave--wave-bottom-light + .block-container:not(.wave--wave-bottom) {
  padding-top: 0;
}
@media all and (min-width: 800px) {
  .wave--wave-bottom, .wave--wave-bottom-light,
  .block-container.wave--wave-bottom,
  .block-container.wave--wave-bottom-light {
    padding-bottom: 150px;
    padding-bottom: 8.33333rem;
  }
}
.wave--wave-bottom::after, .wave--wave-bottom-light::after,
.block-container.wave--wave-bottom::after,
.block-container.wave--wave-bottom-light::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 80px;
  height: 4.44444rem;
  background-color: currentcolor;
  -webkit-mask: url("/themes/atlas/assets/dist/images/wave.svg") no-repeat 50% 50%;
          mask: url("/themes/atlas/assets/dist/images/wave.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.sp-banner-wrapper[class*=wave] {
  min-height: 250px;
  min-height: 13.88889rem;
}

:root {
  --icon-list-bg: transparent;
  --icon-list-border-color: #ccc;
}

.icon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 15px 0;
  margin: 0.83333rem 0;
}
.icon-list h2,
.icon-list h3,
.icon-list h4 {
  margin-top: 0;
}
.icon-list .icon, .icon-list__icon {
  display: inline-block;
  margin: 0 15px 0 0;
  margin: 0 0.83333rem 0 0;
}
.icon-list .icon img,
.icon-list .icon figure, .icon-list__icon img,
.icon-list__icon figure {
  max-height: 50px;
  max-height: 2.77778rem;
  min-height: 50px;
  min-height: 2.77778rem;
}
@media all and (min-width: 800px) {
  .icon-list .icon img,
  .icon-list .icon figure, .icon-list__icon img,
  .icon-list__icon figure {
    max-height: 100px;
    max-height: 5.55556rem;
    min-height: 50px;
    min-height: 2.77778rem;
    margin: 0;
  }
}
@media all and (min-width: 800px) {
  .icon-list .icon, .icon-list__icon {
    margin: 0 30px 0 0;
    margin: 0 1.66667rem 0 0;
    overflow: hidden;
  }
}
.icon-list .content, .icon-list__content {
  width: calc(100% - 60px);
  width: calc(100% - 3.33333rem);
}
.icon-list .content > *, .icon-list__content > * {
  width: 100%;
}
.icon-list .content h1,
.icon-list .content h2,
.icon-list .content h3, .icon-list__content h1,
.icon-list__content h2,
.icon-list__content h3 {
  margin: 0 0 5px;
  margin: 0 0 0.27778rem;
  font-size: 22px;
  font-size: 1.22222rem;
  line-height: 24px;
  line-height: 1.33333rem;
}
.icon-list .content p, .icon-list__content p {
  font-size: 18px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.33333rem;
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
}
@media all and (min-width: 800px) {
  .icon-list .content, .icon-list__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: calc(100% - 130px);
    width: calc(100% - 7.22222rem);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
.icon-list .content[data-arx-type=layer], .icon-list__content[data-arx-type=layer] {
  width: 100%;
}
@media all and (min-width: 800px) {
  .icon-list {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin: 30px 0;
    margin: 1.66667rem 0;
  }
}

:root {
  --modal-bg-color: #fff;
  --modal-text-color: #1a1a1a;
  --modal-link-color: #1a1a1a;
  --modal-link-color-hover: #414141;
  --modal-close-icon-color: #1a1a1a;
}

body.modal-open {
  overflow: hidden;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1071;
  display: none;
  width: 100%;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s 0s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s;
}
.modal-overlay__show-modal, .modal-overlay__show-modal--sb {
  display: block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1072;
  display: none;
  width: 98vw;
  height: auto;
  max-height: calc(90vh - 40px);
  max-height: calc(90vh - 2.22222rem);
  padding: 0 0 30px;
  padding: 0 0 1.66667rem;
  overflow: visible;
  background-color: var(--modal-bg-color);
  border-radius: 10px;
  border-radius: 0.55556rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal .modal-content, .modal__modal-content, .modal__content {
  height: 100%;
  max-height: inherit;
  padding: 31px 20px 20px;
  padding: 1.72222rem 1.11111rem 1.11111rem;
  overflow-y: auto;
  text-align: center;
}
.modal h2:first-of-type {
  margin-top: 0;
}
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6,
.modal p,
.modal ol,
.modal ul {
  color: var(--modal-text-color);
}
.modal p {
  font-size: 18px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.33333rem;
}
.modal a {
  font-weight: 700;
  color: var(--modal-link-color);
}
.modal a:hover, .modal a:focus {
  color: var(--modal-link-color-hover);
}
@media only screen and (min-width: 800px) {
  .modal {
    width: 96vw;
    height: auto;
    max-height: 90vh;
    min-height: auto;
    overflow-y: visible;
  }
}
@media only screen and (min-width: 1280px) {
  .modal {
    width: 60vw;
    height: auto;
    max-width: 900px;
    max-width: 50rem;
    max-height: 90vh;
    min-height: auto;
    overflow: visible;
  }
  .modal--wide {
    width: 80vw;
    max-width: 80vw;
  }
}
@media only screen and (min-width: 1440px) {
  .modal {
    width: 50vw;
    height: auto;
    max-width: 640px;
    max-width: 35.55556rem;
    max-height: 90vh;
    min-height: auto;
    overflow: visible;
  }
  .modal--wide {
    width: 80vw;
    max-width: 80vw;
  }
}

.show-modal {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s;
}

.close-modal,
.modal__close-modal {
  position: absolute;
  top: 10px;
  top: 0.55556rem;
  right: 10px;
  right: 0.55556rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25px;
  width: 1.38889rem;
  height: 25px;
  height: 1.38889rem;
  cursor: pointer;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.close-modal::before,
.modal__close-modal::before {
  /*
  REPLACE WITH SVG ICON

  content: "\f00d";
  font-family: atlas.$fontawesome;
  font-size: 22px;
  font-weight: 900; */
  color: var(--modal-close-icon-color);
  opacity: 0.5;
}
.close-modal:hover::before, .close-modal:focus::before,
.modal__close-modal:hover::before,
.modal__close-modal:focus::before {
  opacity: 1;
}

.modal-inline-parent {
  position: relative !important;
  z-index: auto !important;
}

.modal-actions {
  display: block;
}

.close-modal-cancel {
  display: block;
  margin-top: 15px;
  margin-top: 0.83333rem;
}

.modal[data-arx-type=modal],
.modal[data-arx-type=layer] {
  position: static;
  display: block;
  width: 100%;
  max-width: none;
  margin: 20px 0;
  margin: 1.11111rem 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal[data-arx-type=modal] a,
.modal[data-arx-type=layer] a {
  display: block;
}
.modal[data-arx-type=modal]::before,
.modal[data-arx-type=layer]::before {
  content: "Modal";
}

.content-form {
  position: relative;
  overflow: auto;
  margin-right: -15px;
  margin-right: -0.83333rem;
  margin-left: -15px;
  margin-left: -0.83333rem;
  /* small screens */
  /* medium screens */
  /* large screens */
}
.content-form .alert {
  padding: 14px;
  padding: 0.77778rem;
  background: rgba(135, 206, 250, 0.25);
  border: 1px solid rgba(135, 206, 250, 0.65);
  border: 0.05556rem solid rgba(135, 206, 250, 0.65);
  border-radius: 10px;
  border-radius: 0.55556rem;
  margin-bottom: 20px;
  margin-bottom: 1.11111rem;
}
.content-form .alert.success {
  background: rgba(144, 238, 144, 0.25);
  border: 1px solid rgba(144, 238, 144, 0.65);
  border: 0.05556rem solid rgba(144, 238, 144, 0.65);
}
.content-form .alert.danger {
  background: rgba(255, 99, 71, 0.25);
  border: 1px solid rgba(255, 99, 71, 0.65);
  border: 0.05556rem solid rgba(255, 99, 71, 0.65);
}
.content-form .alert.warning {
  background: rgba(255, 140, 0, 0.25);
  border: 1px solid rgba(255, 140, 0, 0.65);
  border: 0.05556rem solid rgba(255, 140, 0, 0.65);
}
.content-form .alert.info {
  background: rgba(32, 178, 170, 0.25);
  border: 1px solid rgba(32, 178, 170, 0.65);
  border: 0.05556rem solid rgba(32, 178, 170, 0.65);
}
.content-form .errors,
.content-form .success {
  width: calc(100% - 30px);
  width: calc(100% - 1.66667rem);
  padding: 10px;
  padding: 0.55556rem;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 16px;
  line-height: 0.88889rem;
  color: #eb0000;
  background: rgba(235, 0, 0, 0.15);
  border: 1px solid #eb0000;
  border: 0.05556rem solid #eb0000;
  margin-left: 15px;
  margin-left: 0.83333rem;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
.content-form .errors h2,
.content-form .errors h3,
.content-form .errors p,
.content-form .success h2,
.content-form .success h3,
.content-form .success p {
  padding: 0;
}
.content-form .errors p,
.content-form .success p {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 16px;
  line-height: 0.88889rem;
}
.content-form .errors p:last-of-type,
.content-form .success p:last-of-type {
  margin-bottom: 0;
}
.content-form .errors ul,
.content-form .success ul {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 16px;
  line-height: 0.88889rem;
}
.content-form .errors ul li,
.content-form .success ul li {
  padding: 0;
  margin: 0 0 5px;
  margin: 0 0 0.27778rem;
}
.content-form .errors ul li::before,
.content-form .success ul li::before {
  display: none;
}
.content-form .errors ul li:last-child,
.content-form .success ul li:last-child {
  margin: 0;
}
.content-form .errors.wide,
.content-form .success.wide {
  margin-left: 0;
  width: 100%;
}
.content-form .success {
  color: green;
  background: rgba(0, 128, 0, 0.15);
  border: 1px solid green;
  border: 0.05556rem solid green;
}
.content-form h2 p:empty,
.content-form h3 p:empty,
.content-form h4 p:empty,
.content-form .form-header p:empty,
.content-form .form-footer p:empty {
  margin: 0;
}
.content-form p {
  padding-right: 15px;
  padding-right: 0.83333rem;
  padding-left: 15px;
  padding-left: 0.83333rem;
  clear: both;
}
.content-form p:empty {
  display: none;
}
.content-form p.note {
  font-size: 12px;
  font-size: 0.66667rem;
  font-style: italic;
  line-height: 12px;
  line-height: 0.66667rem;
  letter-spacing: 0.05rem;
}
.content-form hr {
  clear: both;
}
.content-form .form-footer {
  margin-top: 30px;
  margin-top: 1.66667rem;
}
.content-form .validation-summary {
  display: none;
}
.content-form fieldset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  padding: 0;
  margin: 0 0 30px;
  margin: 0 0 1.66667rem;
  border: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.content-form fieldset:last-of-type {
  margin-bottom: 0;
}
.content-form label,
.content-form .label {
  position: relative;
  display: inline-block;
  clear: both;
}
.content-form label.sr-only {
  position: absolute;
  width: 1px;
  width: 0.05556rem;
  height: 1px;
  height: 0.05556rem;
  padding: 0;
  margin: -1px;
  margin: -0.05556rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  color: #000;
  background: #fff;
  border: 0;
}
.content-form .error-msg {
  position: relative;
  top: 0;
  max-width: 100%;
  margin-top: 0;
  color: #eb0000;
}
.content-form .required label::after {
  content: "\f069";
  position: relative;
  top: -7px;
  top: -0.38889rem;
  font-family: FontAwesome;
  font-size: 6px;
  font-size: 0.33333rem;
  font-weight: normal;
  font-style: normal;
  color: #eb0000;
  text-decoration: inherit;
  margin-left: 2px;
  margin-left: 0.11111rem;
}
.content-form .form-builder-captcha {
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
.content-form input[type=text],
.content-form input[type=password],
.content-form input[type=date],
.content-form input[type=datetime],
.content-form input[type=datetime-local],
.content-form input[type=month],
.content-form input[type=week],
.content-form input[type=email],
.content-form input[type=number],
.content-form input[type=search],
.content-form input[type=tel],
.content-form input[type=time],
.content-form input[type=url],
.content-form input[type=file],
.content-form textarea,
.content-form select {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 0 30px;
  margin: 0 0 1.66667rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.content-form input[type=text]:active, .content-form input[type=text]:focus,
.content-form input[type=password]:active,
.content-form input[type=password]:focus,
.content-form input[type=date]:active,
.content-form input[type=date]:focus,
.content-form input[type=datetime]:active,
.content-form input[type=datetime]:focus,
.content-form input[type=datetime-local]:active,
.content-form input[type=datetime-local]:focus,
.content-form input[type=month]:active,
.content-form input[type=month]:focus,
.content-form input[type=week]:active,
.content-form input[type=week]:focus,
.content-form input[type=email]:active,
.content-form input[type=email]:focus,
.content-form input[type=number]:active,
.content-form input[type=number]:focus,
.content-form input[type=search]:active,
.content-form input[type=search]:focus,
.content-form input[type=tel]:active,
.content-form input[type=tel]:focus,
.content-form input[type=time]:active,
.content-form input[type=time]:focus,
.content-form input[type=url]:active,
.content-form input[type=url]:focus,
.content-form input[type=file]:active,
.content-form input[type=file]:focus,
.content-form textarea:active,
.content-form textarea:focus,
.content-form select:active,
.content-form select:focus {
  outline: 0;
}
.content-form textarea {
  height: auto;
  min-height: 120px;
  min-height: 6.66667rem;
}
.content-form select::-ms-expand {
  display: none;
}
.content-form input[type=checkbox],
.content-form input[type=radio] {
  position: relative;
  float: left;
  width: 20px;
  width: 1.11111rem;
  height: 20px;
  height: 1.11111rem;
  max-height: auto;
  margin: 0 0 30px;
  margin: 0 0 1.66667rem;
  background: #fff;
  border: 2px solid lightgray;
  border: 0.11111rem solid lightgray;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.content-form input[type=checkbox] + label,
.content-form input[type=radio] + label {
  position: relative;
  top: 0;
  display: inline-block;
  width: calc(100% - 20px);
  width: calc(100% - 1.11111rem);
  margin: 0 0 30px;
  margin: 0 0 1.66667rem;
  padding-left: 10px;
  padding-left: 0.55556rem;
}
.content-form input[type=checkbox]:checked,
.content-form input[type=radio]:checked {
  background: #fff;
  border-color: darkgray;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.content-form input[type=checkbox]:checked::before,
.content-form input[type=radio]:checked::before {
  content: "\f00c";
  position: absolute;
  top: -1px;
  top: -0.05556rem;
  left: 0;
  font-family: FontAwesome;
  font-size: 18px;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  color: darkgray;
  text-decoration: inherit;
}
.content-form input[type=checkbox]:focus,
.content-form input[type=radio]:focus {
  border-color: darkgray;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.content-form input[type=radio] {
  border-radius: 50%;
  margin-bottom: 0;
}
.content-form input[type=radio] + label {
  top: -5px;
  top: -0.27778rem;
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.16667rem;
  text-transform: none;
}
.content-form .radio-list,
.content-form .checkbox-list {
  padding-left: 0;
}
.content-form .radio-list li,
.content-form .checkbox-list li {
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
  padding-left: 0;
  border-left: 0;
  text-indent: 0;
}
.content-form .radio-list li::before,
.content-form .checkbox-list li::before {
  display: none;
}
.content-form .radio-list input,
.content-form .checkbox-list input {
  margin: 0;
}
.content-form .radio-list label,
.content-form .radio-list input + label,
.content-form .checkbox-list label,
.content-form .checkbox-list input + label {
  margin: 0;
}
.content-form .checkbox {
  overflow: hidden;
}
.content-form .action-buttons {
  margin: 30px 0;
  margin: 1.66667rem 0;
  overflow: hidden;
}
.content-form input[type=submit] {
  border: 0;
}
.content-form input[type=submit].btn-upload {
  margin: 0 0 30px;
  margin: 0 0 1.66667rem;
}
.content-form [class*=sm-] + [class*=sm-] > input[type=submit],
.content-form [class*=sm-] + [class*=sm-] > input[type=submit],
.content-form [class*=sm-] + [class*=sm-] > input[type=submit],
.content-form [class*=sm-] + [class*=sm-] > input[type=submit],
.content-form [class*=sm-] + [class*=sm-] > input[type=submit] {
  margin-left: 0;
}
.content-form [class*=sm-],
.content-form [class*=md-],
.content-form [class*=lg-],
.content-form [class*=xlg-],
.content-form [class*=xxlg-] {
  position: relative;
}
.content-form [class*=sm-] > p,
.content-form [class*=md-] > p,
.content-form [class*=lg-] > p,
.content-form [class*=xlg-] > p,
.content-form [class*=xxlg-] > p {
  padding: 0;
}
.content-form .sm-last + div {
  clear: both;
}
.content-form .sm-full {
  width: 100%;
  clear: both;
  padding-right: 15px;
  padding-right: 0.83333rem;
}
.content-form .sm-half {
  width: 50%;
  clear: none;
  padding-right: 15px;
  padding-right: 0.83333rem;
}
.content-form .sm-third {
  width: 33.333%;
  clear: none;
  padding-right: 15px;
  padding-right: 0.83333rem;
}
.content-form .sm-two-thirds {
  width: 66.666%;
  clear: none;
  padding-right: 15px;
  padding-right: 0.83333rem;
}
.content-form .sm-quarter {
  width: 25%;
  clear: none;
  padding-right: 15px;
  padding-right: 0.83333rem;
}
.content-form .sm-three-quarters {
  width: 75%;
  clear: none;
  padding-right: 15px;
  padding-right: 0.83333rem;
}
.content-form .submitted-message {
  padding: 20px 20px 0;
  padding: 1.11111rem 1.11111rem 0;
  color: darkgreen;
  background: lightgreen;
  border: 1px solid transparent;
  border: 0.05556rem solid transparent;
  border-radius: 5px;
  border-radius: 0.27778rem;
}
@media screen and (min-width: 800px) {
  .content-form [class*=md-] {
    width: auto;
    clear: none;
  }
  .content-form [class~=sm-last] + div[class*=md-] {
    clear: none;
  }
  .content-form [class~=md-last] + div[class*=sm-] {
    clear: both;
  }
  .content-form .md-full {
    width: 100%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
  .content-form .md-half {
    width: 50%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
  .content-form .md-third {
    width: 33.3333333333%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
  .content-form .md-two-thirds {
    width: 66.6666666667%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
  .content-form .md-quarter {
    width: 25%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
  .content-form .md-three-quarters {
    width: 75%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
}
@media screen and (min-width: 1280px) {
  .content-form [class*=lg-] {
    width: auto;
    clear: none;
  }
  .content-form [class~=sm-last] + div[class*=lg-],
  .content-form [class~=md-last] + div[class*=lg-] {
    clear: none;
  }
  .content-form [class~=lg-last] + div[class*=sm-],
  .content-form [class~=lg-last] + div[class*=md-] {
    clear: both;
  }
  .content-form .lg-full {
    width: 100%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
  .content-form .lg-half {
    width: 50%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
  .content-form .lg-third {
    width: 33.333%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
  .content-form .lg-two-thirds {
    width: 66.666%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
  .content-form .lg-quarter {
    width: 25%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
  .content-form .lg-three-quarters {
    width: 75%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
}
@media screen and (min-width: 1440px) {
  .content-form [class*=xlg-] {
    width: auto;
    clear: none;
  }
  .content-form [class~=sm-last] + div[class*=xlg-],
  .content-form [class~=md-last] + div[class*=xlg-],
  .content-form [class~=lg-last] + div[class*=xlg-] {
    clear: none;
  }
  .content-form [class~=xlg-last] + div[class*=sm-],
  .content-form [class~=xlg-last] + div[class*=md-],
  .content-form [class~=xlg-last] + div[class*=lg-] {
    clear: both;
  }
  .content-form .xlg-full {
    width: 100%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
  .content-form .xlg-half {
    width: 50%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
  .content-form .xlg-third {
    width: 33.3333333333%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
  .content-form .xlg-two-thirds {
    width: 66.6666666667%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
  .content-form .xlg-quarter {
    width: 25%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
  .content-form .xlg-three-quarters {
    width: 75%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
}
@media screen and (min-width: 1920px) {
  .content-form [class*=xxlg-] {
    width: auto;
    clear: none;
  }
  .content-form [class*=xxlg-last] + div {
    clear: both;
  }
  .content-form .xxlg-full {
    float: left;
    width: 100%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
  .content-form .xxlg-half {
    width: 50%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
  .content-form .xxlg-third {
    width: 33.3333333333%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
  .content-form .xxlg-two-thirds {
    width: 66.6666666667%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
  .content-form .xxlg-quarter {
    width: 25%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
  .content-form .xxlg-three-quarters {
    width: 75%;
    clear: none;
    padding-right: 15px;
    padding-right: 0.83333rem;
  }
}

:root {
  /* Labels and Inputs */
  --form-label-color: #1a1a1a;
  --form-heading-color: #1a1a1a;
  --form-input-border-color: #b3b3b3;
  --form-input-border-color-hover: #1a1a1a;
  --form-input-text-color: #1a1a1a;
  --form-input-bg-color: #fff;
  /* Checkboxes */
  --form-cb-checkmark-color: #fff;
  --form-cb-bg-color: #fff;
  --form-cb-bg-checked-color: #1a1a1a;
  /* Radio Buttons */
  --form-rb-dot-color: #1a1a1a;
  --form-rb-background-color: white;
  /* Submit Button */
  --form-submit-button-text-color: #fff;
  --form-submit-button-bg-color: #414141;
  --form-submit-button-text-color-hover: #fff;
  --form-submit-button-bg-color-hover: #1a1a1a;
}
:root .dark-mode {
  --form-label-color: #f2f2f2;
  --form-heading-color: #f2f2f2;
  --form-input-border-color: #f2f2f2;
  --form-input-text-color: #f2f2f2;
  --form-input-bg-color: #b3b3b3;
}

.form-box-content .content-form,
.content-form {
  margin: 0;
}
.form-box-content .content-form h2,
.content-form h2 {
  padding-left: 0;
  width: 100%;
}
.form-box-content .content-form .form-header p,
.content-form .form-header p {
  padding: 0;
}
.form-box-content .content-form fieldset,
.content-form fieldset {
  width: 100%;
}
.form-box-content .content-form fieldset legend,
.content-form fieldset legend {
  padding: 0;
}
.form-box-content .content-form input[type=text],
.form-box-content .content-form input[type=file],
.form-box-content .content-form input[type=date],
.form-box-content .content-form input[type=datetime],
.form-box-content .content-form input[type=password],
.form-box-content .content-form input[type=email],
.form-box-content .content-form input[type=tel],
.form-box-content .content-form input[type=number],
.form-box-content .content-form input[type=time],
.form-box-content .content-form input[type=url],
.form-box-content .content-form input[type=ssn],
.form-box-content .content-form textarea,
.content-form input[type=text],
.content-form input[type=file],
.content-form input[type=date],
.content-form input[type=datetime],
.content-form input[type=password],
.content-form input[type=email],
.content-form input[type=tel],
.content-form input[type=number],
.content-form input[type=time],
.content-form input[type=url],
.content-form input[type=ssn],
.content-form textarea {
  display: block;
  width: 100%;
  padding: 12px 20px;
  padding: 0.66667rem 1.11111rem;
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 400;
  line-height: 24px;
  line-height: 1.33333rem;
  background: var(--form-input-bg-color);
  border: 1px solid var(--form-input-border-color);
  border: 0.05556rem solid var(--form-input-border-color);
  border-radius: 15px;
  border-radius: 0.83333rem;
  margin-top: 5px;
  margin-top: 0.27778rem;
  margin-bottom: 35px;
  margin-bottom: 1.94444rem;
}
.form-box-content .content-form input[type=text]:focus,
.form-box-content .content-form input[type=file]:focus,
.form-box-content .content-form input[type=date]:focus,
.form-box-content .content-form input[type=datetime]:focus,
.form-box-content .content-form input[type=password]:focus,
.form-box-content .content-form input[type=email]:focus,
.form-box-content .content-form input[type=tel]:focus,
.form-box-content .content-form input[type=number]:focus,
.form-box-content .content-form input[type=time]:focus,
.form-box-content .content-form input[type=url]:focus,
.form-box-content .content-form input[type=ssn]:focus,
.form-box-content .content-form textarea:focus,
.content-form input[type=text]:focus,
.content-form input[type=file]:focus,
.content-form input[type=date]:focus,
.content-form input[type=datetime]:focus,
.content-form input[type=password]:focus,
.content-form input[type=email]:focus,
.content-form input[type=tel]:focus,
.content-form input[type=number]:focus,
.content-form input[type=time]:focus,
.content-form input[type=url]:focus,
.content-form input[type=ssn]:focus,
.content-form textarea:focus {
  border-color: var(--form-input-border-color-hover);
}
.form-box-content .content-form input[type=file],
.content-form input[type=file] {
  padding: 15px 25px;
  padding: 0.83333rem 1.38889rem;
  margin-top: 8px;
  margin-top: 0.44444rem;
}
.form-box-content .content-form input[type=file]::-webkit-file-upload-button,
.content-form input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
  border: 1px solid var(--form-input-border-color);
  border: 0.05556rem solid var(--form-input-border-color);
  -webkit-appearance: none;
          appearance: none;
}
.form-box-content .content-form textarea,
.content-form textarea {
  resize: none;
}
.form-box-content .content-form label,
.content-form label {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  line-height: 1.33333rem;
}
.form-box-content .content-form select,
.content-form select {
  width: 100%;
  padding: 15px 20px;
  padding: 0.83333rem 1.11111rem;
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 400;
  line-height: 18px;
  line-height: 1rem;
  cursor: pointer;
  background: var(--form-input-bg-color);
  background-image: url("/themes/Atlas/assets/dist/images/icn-arrow.svg");
  background-position: 97% 50%;
  background-repeat: no-repeat;
  border: 1px solid var(--form-input-border-color);
  border: 0.05556rem solid var(--form-input-border-color);
  border-radius: 10px;
  border-radius: 0.55556rem;
  margin-top: 5px;
  margin-top: 0.27778rem;
  margin-bottom: 35px;
  margin-bottom: 1.94444rem;
}
.form-box-content .content-form select:focus,
.content-form select:focus {
  border: 1px solid var(--form-input-border-color-hover);
  border: 0.05556rem solid var(--form-input-border-color-hover);
}
.form-box-content .content-form .checkbox-list,
.content-form .checkbox-list {
  padding-left: 0;
  padding-bottom: 20px;
  padding-bottom: 1.11111rem;
}
.form-box-content .content-form .checkbox-list label,
.content-form .checkbox-list label {
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
}
.form-box-content .content-form .checkbox-list ul,
.content-form .checkbox-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-box-content .content-form .checkbox-list input[type=checkbox],
.content-form .checkbox-list input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}
.form-box-content .content-form .checkbox-list input[type=checkbox] + label,
.content-form .checkbox-list input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  padding-left: 1.77778rem;
  font-weight: normal;
  margin-bottom: 0;
}
.form-box-content .content-form .checkbox-list input[type=checkbox] + label::before, .form-box-content .content-form .checkbox-list input[type=checkbox] + label::after,
.content-form .checkbox-list input[type=checkbox] + label::before,
.content-form .checkbox-list input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  display: inline-block;
}
.form-box-content .content-form .checkbox-list input[type=checkbox] + label::before,
.content-form .checkbox-list input[type=checkbox] + label::before {
  top: -2px;
  top: -0.11111rem;
  left: 0;
  width: 25px;
  width: 1.38889rem;
  height: 25px;
  height: 1.38889rem;
  background-color: var(--form-cb-bg-color);
  border: 1px solid var(--form-input-border-color);
  border: 0.05556rem solid var(--form-input-border-color);
  border-radius: 5px;
  border-radius: 0.27778rem;
}
.form-box-content .content-form .checkbox-list input[type=checkbox] + label::after,
.content-form .checkbox-list input[type=checkbox] + label::after {
  content: none;
  top: 0;
  left: 0;
}
.form-box-content .content-form .checkbox-list input[type=checkbox]:checked + label::after,
.content-form .checkbox-list input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: -1px;
  top: -0.05556rem;
  left: 5px;
  left: 0.27778rem;
  width: 17px;
  width: 0.94444rem;
  height: 13px;
  height: 0.72222rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='13' viewBox='0 0 17 13' fill='none'%3E%3Cg clip-path='url(%23clip0_1_605)'%3E%3Cpath d='M16.3738 0.631156C17.2087 1.47276 17.2087 2.83739 16.3738 3.67899L8.75796 11.356L7.66507 12.5031C7.0411 13.158 6.0047 13.1667 5.37008 12.5223L4.22108 11.356L0.626012 7.73193C-0.208651 6.89069 -0.208651 5.52642 0.625892 4.68506C1.4614 3.84285 2.81638 3.84371 3.6508 4.68701L6.4897 7.55624L13.3493 0.632254C14.1841 -0.210324 15.5384 -0.210812 16.3738 0.631156Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_605'%3E%3Crect width='17' height='13' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.form-box-content .content-form .checkbox-list input[type=checkbox]:checked + label::before,
.content-form .checkbox-list input[type=checkbox]:checked + label::before {
  content: "";
  background-color: var(--form-cb-bg-checked-color);
  border: 1px solid var(--form-input-border-color-hover);
  border: 0.05556rem solid var(--form-input-border-color-hover);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-box-content .content-form .checkbox-list input[type=checkbox]:focus + label::before,
.content-form .checkbox-list input[type=checkbox]:focus + label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline: 0.27778rem auto -webkit-focus-ring-color;
}
.form-box-content .content-form .hide,
.content-form .hide {
  display: none;
}
.form-box-content .content-form .radio-list,
.content-form .radio-list {
  padding-left: 0;
  padding-bottom: 20px;
  padding-bottom: 1.11111rem;
}
.form-box-content .content-form .radio-list label,
.content-form .radio-list label {
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
}
.form-box-content .content-form .radio-list input[type=radio],
.content-form .radio-list input[type=radio] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}
.form-box-content .content-form .radio-list input[type=radio] + label,
.content-form .radio-list input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  padding-left: 1.77778rem;
  margin-top: 5px;
  margin-top: 0.27778rem;
  margin-bottom: 0;
  font-weight: normal;
}
.form-box-content .content-form .radio-list input[type=radio] + label::before,
.content-form .radio-list input[type=radio] + label::before {
  content: "";
  position: absolute;
  top: -2px;
  top: -0.11111rem;
  left: 0;
  width: 25px;
  width: 1.38889rem;
  height: 25px;
  height: 1.38889rem;
  background-color: var(--form-rb-background-color);
  border: 1px solid var(--form-input-border-color);
  border: 0.05556rem solid var(--form-input-border-color);
  border-radius: 50px;
  border-radius: 2.77778rem;
}
.form-box-content .content-form .radio-list input[type=radio]:checked + label::after,
.content-form .radio-list input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 3px;
  top: 0.16667rem;
  left: 5px;
  left: 0.27778rem;
  width: 15px;
  width: 0.83333rem;
  height: 15px;
  height: 0.83333rem;
  background-color: var(--form-rb-dot-color);
  border-radius: 50px;
  border-radius: 2.77778rem;
}
.form-box-content .content-form .radio-list input[type=radio]:focus + label::before,
.content-form .radio-list input[type=radio]:focus + label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline: 0.27778rem auto -webkit-focus-ring-color;
}
.form-box-content .content-form .radio-list ul,
.content-form .radio-list ul {
  padding: 0 0 0 5px;
  padding: 0 0 0 0.27778rem;
  margin-left: 0 !important;
}
.form-box-content .content-form .radio-list ul li::before,
.content-form .radio-list ul li::before {
  display: none;
}
.form-box-content .content-form .col-last,
.content-form .col-last {
  margin-right: 0;
  clear: right;
}
.form-box-content .content-form .error-msg,
.content-form .error-msg {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  float: left;
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
}
.form-box-content .content-form .required label::after,
.content-form .required label::after {
  content: "\f069";
  position: relative;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-weight: 600;
  color: red;
}
.form-box-content .content-form .upload,
.content-form .upload {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse wrap;
      -ms-flex-flow: column-reverse wrap;
          flex-flow: column-reverse wrap;
}

.form-builder-submit-controls input[type=submit] {
  min-width: 160px;
  min-width: 8.88889rem;
  padding: 10px 20px;
  padding: 0.55556rem 1.11111rem;
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 600;
  line-height: 24px;
  line-height: 1.33333rem;
  color: var(--form-submit-button-text-color);
  cursor: pointer;
  background: var(--form-submit-button-bg-color);
  border: 0;
  border-radius: 10px;
  border-radius: 0.55556rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.form-builder-submit-controls input[type=submit]:hover, .form-builder-submit-controls input[type=submit]:focus {
  color: var(--form-submit-button-text-color-hover);
  background: var(--form-submit-button-bg-color-hover);
}

.form-footer p br[data-mce-bogus] {
  display: none;
}

.form-header p:first-of-type > br:first-of-type,
.form-footer p:first-of-type > br:first-of-type {
  display: none;
}

.content-section--textured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  min-height: 22.22222rem;
  overflow: hidden;
  background: radial-gradient(circle, rgb(59, 59, 59) 0%, rgb(26, 26, 26) 100%);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.texturedBackground__background-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.texturedBackground__circle--path {
  fill: rgba(255, 255, 255, 0.025);
}

.texturedBackground__circle--svg-one {
  position: absolute;
  bottom: -320px;
  bottom: -17.77778rem;
  left: -1850px;
  left: -102.77778rem;
  width: 3000px;
  width: 166.66667rem;
  height: 500px;
  height: 27.77778rem;
  -webkit-transform: scale(3.5, 1.25);
      -ms-transform: scale(3.5, 1.25);
          transform: scale(3.5, 1.25);
}

.texturedBackground__circle--svg-two {
  position: absolute;
  bottom: -320px;
  bottom: -17.77778rem;
  left: -1220px;
  left: -67.77778rem;
  width: 2200px;
  width: 122.22222rem;
  height: 1000px;
  height: 55.55556rem;
  -webkit-transform: rotate(195deg) scale(3, 0.85);
      -ms-transform: rotate(195deg) scale(3, 0.85);
          transform: rotate(195deg) scale(3, 0.85);
}

.texturedBackground__circle--svg-three {
  position: absolute;
  bottom: -1120px;
  bottom: -62.22222rem;
  left: -1020px;
  left: -56.66667rem;
  width: 2200px;
  width: 122.22222rem;
  height: 2200px;
  height: 122.22222rem;
}

.texturedBackground__circle--svg-four {
  position: absolute;
  top: -400px;
  top: -22.22222rem;
  bottom: auto;
  left: calc(100% - 200px);
  left: calc(100% - 11.11111rem);
  width: 400px;
  width: 22.22222rem;
  height: 400px;
  height: 22.22222rem;
  -webkit-transform: rotate(-90deg) scale(2.25, 1.5);
      -ms-transform: rotate(-90deg) scale(2.25, 1.5);
          transform: rotate(-90deg) scale(2.25, 1.5);
}

.texturedBackground__circle--svg-five {
  position: absolute;
  top: -800px;
  top: -44.44444rem;
  bottom: auto;
  left: calc(100% - 500px);
  left: calc(100% - 27.77778rem);
  width: 800px;
  width: 44.44444rem;
  height: 800px;
  height: 44.44444rem;
  -webkit-transform: rotate(90deg) scale(2.25, 1.5);
      -ms-transform: rotate(90deg) scale(2.25, 1.5);
          transform: rotate(90deg) scale(2.25, 1.5);
}

:root {
  --table-head-background: #1a1a1a;
  --table-head-border: rgb(255 255 255 / 25%);
  --table-head-text: #fff;
  --table-cell-text: #1a1a1a;
  --table-cell-border: #ccc;
  --table-open-head-background: #f2f2f2;
  --table-open-head-text: #1a1a1a;
  --table-open-cell-text: #1a1a1a;
  --table-open-cell-background: #f2f2f2;
}

table:not([data-arx-type], .responsive-ignore, .events-calendar),
table.tablesaw {
  width: 100%;
  border-radius: 5px;
  border-radius: 0.27778rem;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) thead tr,
table.tablesaw thead tr {
  display: none;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) thead tr th,
table.tablesaw thead tr th {
  padding: 20px 40px;
  padding: 1.11111rem 2.22222rem;
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--table-head-text);
  text-align: left;
  text-transform: uppercase;
  background-color: var(--table-head-background);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 0.05556rem solid rgba(255, 255, 255, 0.25);
}
@media screen and (width >= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar) thead tr th,
  table.tablesaw thead tr th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 0.05556rem solid rgba(255, 255, 255, 0.25);
  }
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) thead tr th:last-child,
table.tablesaw thead tr th:last-child {
  border-right: none;
}
@media screen and (width >= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar) thead tr,
  table.tablesaw thead tr {
    display: table-row;
  }
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr,
table.tablesaw tbody tr {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  border-radius: 0.55556rem;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr td,
table.tablesaw tbody tr td {
  display: block;
  padding: 20px;
  padding: 1.11111rem;
  clear: left;
  background: #fff;
  border-bottom: 1px solid var(--table-cell-border);
  border-bottom: 0.05556rem solid var(--table-cell-border);
}
@media screen and (width >= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr td,
  table.tablesaw tbody tr td {
    display: table-cell;
    padding: 20px 40px;
    padding: 1.11111rem 2.22222rem;
    border-right: 1px solid var(--table-cell-border);
    border-right: 0.05556rem solid var(--table-cell-border);
  }
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr td:last-child,
table.tablesaw tbody tr td:last-child {
  border-bottom: 0;
  border-right: 0;
}
@media screen and (width >= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr td:last-child,
  table.tablesaw tbody tr td:last-child {
    border-bottom: 1px solid var(--table-cell-border);
    border-bottom: 0.05556rem solid var(--table-cell-border);
  }
}
@media screen and (width >= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr,
  table.tablesaw tbody tr {
    display: table-row;
    overflow: visible;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
  }
}
@media screen and (width >= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr:last-child td,
  table.tablesaw tbody tr:last-child td {
    border-bottom: 0;
  }
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr:last-child td:last-child,
table.tablesaw tbody tr:last-child td:last-child {
  border-bottom: 0;
}
@media screen and (width >= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar),
  table.tablesaw {
    overflow: hidden;
    border: 0;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
    border-collapse: inherit;
    border-spacing: 0;
  }
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table,
table.tablesaw.open-table {
  -webkit-box-shadow: none;
          box-shadow: none;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table thead,
table.tablesaw.open-table thead {
  overflow: hidden;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table thead tr th,
table.tablesaw.open-table thead tr th {
  color: var(--table-open-head-text);
  background-color: var(--table-open-head-background);
  border: 0;
}
@media screen and (width >= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table thead tr th:first-of-type,
  table.tablesaw.open-table thead tr th:first-of-type {
    border-top-left-radius: 50px;
    border-top-left-radius: 2.77778rem;
    border-bottom-left-radius: 50px;
    border-bottom-left-radius: 2.77778rem;
  }
}
@media screen and (width >= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table thead tr th:last-of-type,
  table.tablesaw.open-table thead tr th:last-of-type {
    border-top-right-radius: 50px;
    border-top-right-radius: 2.77778rem;
    border-bottom-right-radius: 50px;
    border-bottom-right-radius: 2.77778rem;
  }
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table tbody tr td,
table.tablesaw.open-table tbody tr td {
  border: 0;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table tbody tr:nth-child(even) td,
table.tablesaw.open-table tbody tr:nth-child(even) td {
  background: var(--table-open-cell-background);
}
@media screen and (width >= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table tbody tr:nth-child(even) td:first-of-type,
  table.tablesaw.open-table tbody tr:nth-child(even) td:first-of-type {
    border-top-left-radius: 50px;
    border-top-left-radius: 2.77778rem;
    border-bottom-left-radius: 50px;
    border-bottom-left-radius: 2.77778rem;
  }
}
@media screen and (width >= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table tbody tr:nth-child(even) td:last-of-type,
  table.tablesaw.open-table tbody tr:nth-child(even) td:last-of-type {
    border-top-right-radius: 50px;
    border-top-right-radius: 2.77778rem;
    border-bottom-right-radius: 50px;
    border-bottom-right-radius: 2.77778rem;
  }
}

table.responsive-table .cell-heading {
  display: block;
  width: 100%;
  padding: 8px;
  padding: 0.44444rem;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
  background: transparent;
}
@media screen and (width >= 640px) {
  table.responsive-table .cell-heading {
    display: inline-block;
    width: 40%;
    padding: 0;
  }
}
@media screen and (width >= 990px) {
  table.responsive-table .cell-heading {
    display: none;
  }
}
table.responsive-table .cell-heading:empty {
  display: none;
}
table.responsive-table .cell-content {
  display: block;
  width: 100%;
  padding: 8px 0 8px 8px;
  padding: 0.44444rem 0 0.44444rem 0.44444rem;
}
@media screen and (width >= 640px) {
  table.responsive-table .cell-content {
    display: inline-block;
    width: 60%;
    padding: 0;
  }
}
@media screen and (width >= 990px) {
  table.responsive-table .cell-content {
    width: auto;
  }
}

table[data-arx-type].open-table {
  -webkit-box-shadow: none;
          box-shadow: none;
}
table[data-arx-type].open-table tbody tr td {
  border: 0;
}
table[data-arx-type].open-table tbody tr:nth-child(odd) td {
  background: var(--table-open-cell-background);
}
@media screen and (width >= 990px) {
  table[data-arx-type].open-table tbody tr:nth-child(odd) td:first-of-type {
    border-top-left-radius: 50px;
    border-top-left-radius: 2.77778rem;
    border-bottom-left-radius: 50px;
    border-bottom-left-radius: 2.77778rem;
  }
}
@media screen and (width >= 990px) {
  table[data-arx-type].open-table tbody tr:nth-child(odd) td:last-of-type {
    border-top-right-radius: 50px;
    border-top-right-radius: 2.77778rem;
    border-bottom-right-radius: 50px;
    border-bottom-right-radius: 2.77778rem;
  }
}

:root {
  --tab-accordion-label-color: #000;
  --tab-accordion-border-color: #737373;
  --tab-accordion-toggle-color: #737373;
  --tab-accordion-border-color-hover: #000;
  --tab-accordion-toggle-color-hover: #000;
  --tab-animated-bg-color: #eee;
  --tab-animated-bg-color-hover: #1a1a1a;
  --tab-animated-bg-color-selected: #d52527;
  --tab-animated-border-color: #ccc;
  --tab-animated-text-color: #1a1a1a;
  --tab-animated-text-color-hover: #fff;
  --tab-animated-text-color-selected: #fff;
  --tab-animated-indicator-color: #1a1a1a;
  --tab-contained-bg-color: #ccc;
  --tab-contained-bg-color-hover: #1a1a1a;
  --tab-contained-bg-color-selected: #d52527;
  --tab-contained-text-color: #1a1a1a;
  --tab-contained-text-color-hover: #fff;
  --tab-contained-text-color-selected: #fff;
  --tab-open-bg-color: #eee;
  --tab-open-bg-color-hover: #1a1a1a;
  --tab-open-bg-color-selected: #d52527;
  --tab-open-text-color: #1a1a1a;
  --tab-open-text-color-hover: #fff;
  --tab-open-text-color-selected: #fff;
  --tab-open-underlined-bg-color: #eee;
  --tab-open-underlined-bg-color-hover: #1a1a1a;
  --tab-open-underlined-bg-color-selected: #d52527;
  --tab-open-underlined-text-color: #1a1a1a;
  --tab-open-underlined-text-color-hover: #fff;
  --tab-open-underlined-text-color-selected: #fff;
  --tab-open-underlined-border-color: #ccc;
  --tab-open-underlined-border-color-hover: #1a1a1a;
  --tab-open-underlined-border-color-selected: #1a1a1a;
  --tab-icon-bg-color: #f2f2f2;
  --tab-icon-bg-color-hover: #1a1a1a;
  --tab-icon-bg-color-selected: #1a1a1a;
  --tab-icon-text-color: #1a1a1a;
  --tab-icon-text-color-hover: #fff;
  --tab-icon-text-color-selected: #fff;
}

.tabs {
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 1.11111rem;
}
.tabs .tab-label {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 40px 10px 0;
  padding: 0 2.22222rem 0.55556rem 0;
  margin: 0;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 36px;
  line-height: 2rem;
  color: var(--tab-accordion-label-color);
  cursor: pointer;
}
@media all and (min-width: 1280px) {
  .tabs .tab-label {
    display: none;
  }
}
.tabs .tab-label::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  height: 0.11111rem;
  background: var(--tab-accordion-border-color);
  border-radius: 2px;
  border-radius: 0.11111rem;
}
@media all and (min-width: 1280px) {
  .tabs .tab-label::before {
    display: none;
  }
}
.tabs .tab-label::after {
  content: "\f107";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 0 10px;
  padding: 0 0.55556rem;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-size: 26px;
  font-size: 1.44444rem;
  font-weight: 900;
  font-style: normal;
  color: var(--tab-accordion-toggle-color);
  text-rendering: auto;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
}
@media all and (min-width: 1280px) {
  .tabs .tab-label::after {
    display: none;
  }
}
.tabs.accordion.tabs-open .tab-label:after {
  content: "\f106";
}

.tabs .tab-label:hover::before, .tabs .tab-label:focus::before {
  background: var(--tab-accordion-border-color-hover);
}
.tabs .tab-label:hover::after, .tabs .tab-label:focus::after {
  color: var(--tab-accordion-toggle-color-hover);
}
.tabs .tab-indicator {
  content: "";
  position: relative;
  top: 57px;
  top: 3.16667rem;
  left: 0;
  z-index: 101;
  display: inline-block;
  width: 100%;
  height: 8px;
  height: 0.44444rem;
  background: var(--tab-animated-bg-color-selected);
  border-radius: 30px;
  border-radius: 1.66667rem;
}
.tabs.scroll-left::before, .tabs.scroll-right::after {
  content: "";
  position: absolute;
  z-index: 99;
  width: 40px;
  width: 2.22222rem;
  height: 60px;
  height: 3.33333rem;
}
.tabs.scroll-left::before {
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.tabs.scroll-right::after {
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.tab-con {
  position: relative;
  margin: 0;
  overflow: auto visible;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.tabs.accordion .tab-con {
  padding: 0;
  margin: 0;
  overflow: visible;
  white-space: normal;
}
@media all and (min-width: 1280px) {
  .tabs.accordion .tab-con {
    overflow: auto visible;
    white-space: nowrap;
  }
}

.tab-list {
  display: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.11111rem;
  text-indent: 0;
  background: #fff;
  list-style: none;
}
.tab-list li a {
  font-size: 24px;
  font-size: 1.33333rem;
}
.tab-list a[role=tab] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
.tab-list img {
  display: block;
  max-height: 35px;
  max-height: 1.94444rem;
  margin: 0 10px 0 0;
  margin: 0 0.55556rem 0 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.tab-list li {
  position: relative;
  display: inline-block;
  padding: 0;
  text-indent: 0;
  white-space: nowrap;
}
@media all and (min-width: 1280px) {
  .tab-list li {
    margin: 0 5px 0 0;
    margin: 0 0.27778rem 0 0;
  }
}
.tabs.accordion .tab-list li {
  display: block;
}
@media all and (min-width: 1280px) {
  .tabs.accordion .tab-list li {
    display: inline-block;
  }
}

.tabs.animated .tab-list li {
  margin: 0;
}
@media all and (min-width: 1280px) {
  .tabs.animated .tab-list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.tabs.animated .tab-list li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  height: 2.88889rem;
  padding: 12px 19px;
  padding: 0.66667rem 1.05556rem;
  color: var(--tab-animated-text-color);
  text-align: center;
  text-decoration: none;
  background: var(--tab-animated-bg-color);
}
.tabs.accordion .tab-list li a {
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: none;
}
@media all and (min-width: 1280px) {
  .tabs.accordion .tab-list li a {
    text-align: center;
  }
}

.tabs.animated .tab-list li a {
  color: var(--tab-animated-border-color);
}
@media all and (min-width: 1280px) {
  .tabs.animated .tab-list li a {
    text-align: center;
    background: transparent;
    border-bottom: 4px solid var(--tab-animated-border-color);
    border-bottom: 0.22222rem solid var(--tab-animated-border-color);
  }
}

.tabs.animated .tab-list li a:hover, .tabs.animated .tab-list li a:focus {
  color: var(--tab-animated-text-color);
  outline: 0;
}
.tabs.animated .tab-list li a:hover {
  color: var(--tab-animated-text-color);
}

@media all and (min-width: 1280px) {
  .tabs.animated .tab-list li a:focus {
    color: var(--tab-animated-text-color);
  }
}

.tabs.animated .tab-list li a[aria-selected] {
  padding: 12px 19px;
  padding: 0.66667rem 1.05556rem;
  color: var(--tab-animated-text-color-selected);
  background-color: var(--tab-animated-bg-color-selected);
  border-color: var(--tab-animated-bg-color);
}
@media all and (min-width: 1280px) {
  .tabs.animated .tab-list li a[aria-selected] {
    background: transparent;
  }
}
@media all and (min-width: 1280px) {
  .tabs.animated .tab-list li a[aria-selected] {
    color: var(--tab-animated-bg-color-selected);
    background: transparent;
  }
}

@media all and (min-width: 1280px) {
  .tabs.animated .tab-list li a[aria-selected]:hover,
  .tabs.animated .tab-list li a[aria-selected]:focus {
    color: var(--tab-animated-bg-color-selected);
    background-color: transparent;
    border-color: var(--tab-animated-bg-color);
  }
}

.tabs.animated .tab-list li a[aria-selected]:hover, .tabs.animated .tab-list li a[aria-selected]:focus {
  color: var(--tab-animated-text-color-selected);
  background: var(--tab-animated-bg-color-selected);
}
@media all and (min-width: 1280px) {
  .tabs.animated .tab-list li a[aria-selected]:hover, .tabs.animated .tab-list li a[aria-selected]:focus {
    color: var(--tab-animated-text-color-hover);
    background: transparent;
  }
}
.tabs.animated .tab-list li:last-child {
  margin: 0;
}

@media all and (min-width: 1280px) {
  .tabs.tab-open--underline .tab-list li {
    margin-right: 30px;
    margin-right: 1.66667rem;
  }
}

@media all and (min-width: 1280px) {
  .tabs.tab-open .tab-list li {
    margin-right: 30px;
    margin-right: 1.66667rem;
  }
}

@media all and (min-width: 1280px) {
  .tabs.icon .tab-list li {
    margin-right: 40px;
    margin-right: 2.22222rem;
  }
  .tabs.icon .tab-list li:last-of-type {
    margin-right: 0;
  }
}

.tab-list li a {
  padding: 12px 19px;
  padding: 0.66667rem 1.05556rem;
  background: var(--tab-animated-bg-color);
}
@media all and (min-width: 1280px) {
  .tab-list li a {
    padding: 12px 19px;
    padding: 0.66667rem 1.05556rem;
    background: transparent;
  }
}
.tab-list li a {
  font-family: var(--font_primary);
  font-weight: 500;
}
@media all and (min-width: 1280px) {
  .tab-list li a {
    display: inline-block;
    padding: 15px 36px;
    padding: 0.83333rem 2rem;
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 28px;
    line-height: 1.55556rem;
    color: var(--tab-contained-text-color);
    text-decoration: none;
    background: var(--tab-contained-bg-color);
    border-bottom: 0;
    border-top-right-radius: 10px;
    border-top-right-radius: 0.55556rem;
    border-top-left-radius: 10px;
    border-top-left-radius: 0.55556rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
@media all and (min-width: 1280px) {
  .tabs.icon .tab-list a {
    padding: 25px 30px 30px;
    padding: 1.38889rem 1.66667rem 1.66667rem;
    color: var(--tab-icon-text-color);
    background: var(--tab-icon-bg-color);
    border-radius: 10px;
    border-radius: 0.55556rem;
  }
  .tabs.icon .tab-list a:hover, .tabs.icon .tab-list a:focus {
    color: var(--tab-icon-text-color-hover);
    background: var(--tab-icon-bg-color-hover);
  }
  .tabs.icon .tab-list a:hover img, .tabs.icon .tab-list a:focus img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

@media all and (min-width: 1280px) {
  .tabs.tab-open .tab-list a {
    padding: 10px 0;
    padding: 0.55556rem 0;
    font-size: 18px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.66667rem;
    letter-spacing: 0.05rem;
    color: var(--tab-open-text-color);
    text-transform: uppercase;
    background: var(--tab-open-bg-color);
    border-radius: 0;
  }
}
@media all and (min-width: 1280px) and (min-width: 1280px) {
  .tabs.tab-open .tab-list a {
    background: transparent;
    opacity: 0.6;
  }
}
@media all and (min-width: 1280px) {
  .tabs.tab-open .tab-list a:hover, .tabs.tab-open .tab-list a:focus {
    color: var(--tab-open-text-color-hover);
  }
}
@media all and (min-width: 1280px) and (min-width: 1280px) {
  .tabs.tab-open .tab-list a:hover, .tabs.tab-open .tab-list a:focus {
    opacity: 1;
  }
}

@media all and (min-width: 1280px) {
  .tabs.tab-open--underline .tab-list a {
    padding: 10px 0;
    padding: 0.55556rem 0;
    font-size: 22px;
    font-size: 1.22222rem;
    line-height: 30px;
    line-height: 1.66667rem;
    color: var(--tab-open-underlined-text-color);
    background: var(--tab-open-underlined-bg-color);
    border-radius: 0;
  }
}
@media all and (min-width: 1280px) and (min-width: 1280px) {
  .tabs.tab-open--underline .tab-list a {
    background: transparent;
  }
}
@media all and (min-width: 1280px) {
  .tabs.tab-open--underline .tab-list a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    height: 0.16667rem;
    background: var(--tab-open-underlined-border-color);
    border-radius: 50px;
    border-radius: 2.77778rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .tabs.tab-open--underline .tab-list a:hover, .tabs.tab-open--underline .tab-list a:focus {
    color: var(--tab-open-underlined-text-color-hover);
  }
}
@media all and (min-width: 1280px) and (min-width: 1280px) {
  .tabs.tab-open--underline .tab-list a:hover, .tabs.tab-open--underline .tab-list a:focus {
    background: transparent;
  }
}
@media all and (min-width: 1280px) {
  .tabs.tab-open--underline .tab-list a:hover::after, .tabs.tab-open--underline .tab-list a:focus::after {
    background: var(--tab-open-underlined-border-color-hover);
  }
}

.tab-list li a::before {
  content: none;
}
.tab-list li a:hover, .tab-list li a:focus {
  color: var(--tab-contained-text-color-hover);
  background-color: var(--tab-contained-bg-color-hover);
}
.tab-list li a[aria-selected] {
  color: var(--tab-contained-text-color-selected);
  background: var(--tab-contained-bg-color-selected);
}
.tabs.tab-open .tab-list a[aria-selected] {
  padding-bottom: 10px;
  padding-bottom: 0.55556rem;
  color: var(--tab-open-text-color-selected);
}
@media all and (min-width: 1280px) {
  .tabs.tab-open .tab-list a[aria-selected] {
    background: transparent;
    opacity: 1;
  }
}

.tabs.tab-open--underline .tab-list a[aria-selected] {
  padding-bottom: 10px;
  padding-bottom: 0.55556rem;
  color: var(--tab-open-underlined-text-color-selected);
  background: var(--tab-open-underlined-bg-color-selected);
}
@media all and (min-width: 1280px) {
  .tabs.tab-open--underline .tab-list a[aria-selected] {
    background: transparent;
  }
}
.tabs.tab-open--underline .tab-list a[aria-selected]::after {
  background: var(--tab-open-underlined-border-color-selected);
}

.tabs.icon .tab-list a[aria-selected] {
  color: var(--tab-icon-text-color-selected);
  background: var(--tab-icon-bg-color-selected);
}
.tabs.icon .tab-list a[aria-selected] img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.tab-list li a[aria-selected]:hover, .tab-list li a[aria-selected]:focus {
  color: #fff;
  background: var(--tab-contained-bg-color-selected);
  border-color: var(--tab-contained-bg-color-selected);
}
.tab-list li:last-child {
  margin: 0;
}
.tab-list li::before {
  content: none;
}
.tab-list[role=tablist] {
  display: inline-block;
}
@media all and (min-width: 1280px) {
  .tabs.accordion.icon .tab-list[role=tablist] {
    width: 100%;
  }
  .tabs.accordion.icon .tab-list[role=tablist] li,
  .tabs.accordion.icon .tab-list[role=tablist] a {
    width: 100%;
  }
}

.tabs.accordion .tab-list[role=tablist] {
  position: absolute;
  top: 100%;
  z-index: 100;
  display: none;
  width: 100%;
}
@media all and (min-width: 1280px) {
  .tabs.accordion .tab-list[role=tablist] {
    position: relative;
    top: auto;
    z-index: auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    background: transparent;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.tabs.accordion.tabs-open .tab-list[role=tablist] {
  display: block;
}

@media all and (min-width: 1280px) {
  .tabs.animated .tab-list[role=tablist] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tab-title {
  font-size: 24px;
  font-size: 1.33333rem;
}

.tab-content,
.tab-content--icon {
  padding: 10px 0 0;
  padding: 0.55556rem 0 0;
}
@media all and (min-width: 1280px) {
  .tab-content,
  .tab-content--icon {
    padding: 40px;
    padding: 2.22222rem;
    border-top-right-radius: 10px;
    border-top-right-radius: 0.55556rem;
    border-bottom-right-radius: 10px;
    border-bottom-right-radius: 0.55556rem;
    border-bottom-left-radius: 10px;
    border-bottom-left-radius: 0.55556rem;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
  }
}
.tabs .tab-content p {
  font-size: 20px !important;
  font-size: 1.11111rem !important;
}

.tabs.animated .tab-content {
  padding: 10px 0 0;
  padding: 0.55556rem 0 0;
}
@media all and (min-width: 1280px) {
  .tabs.animated .tab-content {
    padding-top: 50px;
    padding-top: 2.77778rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.tabs.tab-open .tab-content {
  padding: 10px 0 0;
  padding: 0.55556rem 0 0;
}
@media all and (min-width: 1280px) {
  .tabs.tab-open .tab-content {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.tabs.tab-open--underline .tab-content {
  padding: 10px 0 0;
  padding: 0.55556rem 0 0;
}
@media all and (min-width: 1280px) {
  .tabs.tab-open--underline .tab-content {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.tab-content--icon {
  padding: 10px 0 0;
  padding: 0.55556rem 0 0;
}
@media all and (min-width: 1280px) {
  .tab-content--icon {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.tab-content .tab-icon:not([data-arx-type=image]),
.tab-content--icon .tab-icon:not([data-arx-type=image]) {
  display: none;
}
.tab-content .tab-icon[data-arx-type=image],
.tab-content--icon .tab-icon[data-arx-type=image] {
  position: relative;
  padding-top: 10px;
  padding-top: 0.55556rem;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
  background: repeating-linear-gradient(to right, rgba(0, 88, 251, 0.04), rgba(0, 88, 251, 0.04) calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns)));
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.11111rem dashed rgba(0, 88, 251, 0.2);
}
@media all and (min-width: 1280px) {
  .tab-content .tab-icon[data-arx-type=image],
  .tab-content--icon .tab-icon[data-arx-type=image] {
    padding: 40px;
    padding: 2.22222rem;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
  }
}
.tab-content .tab-icon[data-arx-type=image]::before,
.tab-content--icon .tab-icon[data-arx-type=image]::before {
  content: "Tab Icon";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 2px;
  padding: 0.11111rem;
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(0, 88, 251, 0.04);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.05556rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
}
.tab-content .tab-title:not([data-arx-type=heading]),
.tab-content--icon .tab-title:not([data-arx-type=heading]) {
  display: none;
}
.tab-content[aria-hidden=true],
.tab-content--icon[aria-hidden=true] {
  display: none;
}
.tab-content[data-arx-type=layer], .tab-content[data-arx-type=tabs], .tab-content[data-arx-type=icontabs],
.tab-content--icon[data-arx-type=layer],
.tab-content--icon[data-arx-type=tabs],
.tab-content--icon[data-arx-type=icontabs] {
  position: relative;
  padding-top: 10px;
  padding-top: 0.55556rem;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
  background: repeating-linear-gradient(to right, rgba(0, 88, 251, 0.04), rgba(0, 88, 251, 0.04) calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns)));
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.11111rem dashed rgba(0, 88, 251, 0.2);
}
@media all and (min-width: 1280px) {
  .tab-content[data-arx-type=layer], .tab-content[data-arx-type=tabs], .tab-content[data-arx-type=icontabs],
  .tab-content--icon[data-arx-type=layer],
  .tab-content--icon[data-arx-type=tabs],
  .tab-content--icon[data-arx-type=icontabs] {
    padding: 40px;
    padding: 2.22222rem;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
  }
}
.tab-content[data-arx-type=layer] .tab-title, .tab-content[data-arx-type=tabs] .tab-title, .tab-content[data-arx-type=icontabs] .tab-title,
.tab-content--icon[data-arx-type=layer] .tab-title,
.tab-content--icon[data-arx-type=tabs] .tab-title,
.tab-content--icon[data-arx-type=icontabs] .tab-title {
  display: block !important;
}
.tab-content[data-arx-type=layer] h2, .tab-content[data-arx-type=tabs] h2, .tab-content[data-arx-type=icontabs] h2,
.tab-content--icon[data-arx-type=layer] h2,
.tab-content--icon[data-arx-type=tabs] h2,
.tab-content--icon[data-arx-type=icontabs] h2 {
  display: block;
}
.tab-content[data-arx-type=layer]::before, .tab-content[data-arx-type=tabs]::before, .tab-content[data-arx-type=icontabs]::before,
.tab-content--icon[data-arx-type=layer]::before,
.tab-content--icon[data-arx-type=tabs]::before,
.tab-content--icon[data-arx-type=icontabs]::before {
  content: "Tab";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 2px;
  padding: 0.11111rem;
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(0, 88, 251, 0.04);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.05556rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
}

.tab-content.classic[data-arx-type=tabs]::before,
.tab-content.classic[data-arx-type=layer]::before {
  content: "Tab - Classic";
}

.tab-content.tab-open[data-arx-type=tabs]::before,
.tab-content.tab-open[data-arx-type=layer]::before {
  content: "Tab - Open (No Underline)";
}

.tab-content.tab-open--underline[data-arx-type=tabs]::before,
.tab-content.tab-open--underline[data-arx-type=layer]::before {
  content: "Tab - Open Underline";
}

.tab-content.animated[data-arx-type=tabs]::before,
.tab-content.animated[data-arx-type=layer]::before {
  content: "Tab - Animated";
}

.tab-content--icon[data-arx-type=icontabs]::before,
.tab-content--icon[data-arx-type=layer]::before {
  content: "Tab - Icon";
}

:root {
  --image-list-bg: transparent;
  --image-list-border-color: #ccc;
  --figcaption-text: #fff;
  --figcaption-bg: #1a1a1a;
  --image-bg-filter-color: brightness(5%) saturate(100%) invert(9%) sepia(81%) saturate(1559%) hue-rotate(309deg)
    brightness(91%) contrast(150%);
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}
@media all and (min-width: 800px) {
  img {
    max-width: 100%;
  }
}
img.retina {
  display: none;
  max-width: 50%;
}
img[class*=outset] {
  float: none;
  margin: 0 auto;
}
@media all and (min-width: 800px) {
  img[class*=outset] {
    float: none;
    margin: 0 auto;
  }
}
img[class*=left] {
  margin: 0 0 15px;
  margin: 0 0 0.83333rem;
}
@media all and (min-width: 800px) {
  img[class*=left] {
    float: left;
    max-width: 40%;
    margin: 0 50px 20px 0;
    margin: 0 2.77778rem 1.11111rem 0;
  }
}
img[class*=right] {
  margin: 0 0 15px;
  margin: 0 0 0.83333rem;
}
@media all and (min-width: 800px) {
  img[class*=right] {
    float: right;
    max-width: 40%;
    margin: 0 0 20px 50px;
    margin: 0 0 1.11111rem 2.77778rem;
  }
}
img[class*=center], img[class*=both] {
  margin: 0 auto 15px;
  margin: 0 auto 0.83333rem;
}
@media all and (min-width: 800px) {
  img[class*=center], img[class*=both] {
    margin: 0 auto 20px;
    margin: 0 auto 1.11111rem;
  }
}

figure {
  display: table;
  height: auto;
  max-width: 100%;
  margin: 0;
  -ms-interpolation-mode: bicubic;
}
figure > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
figure > a img {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
figure > a::before {
  display: none;
}
figure > a:hover img, figure > a:focus img {
  -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
          transform: scale(1.025);
}
figure img {
  display: block;
  margin: 0 auto;
}
figure img[class*=outset] {
  float: none;
  margin: 0 auto;
}
@media all and (min-width: 800px) {
  figure img[class*=outset] {
    float: none;
    margin: 0 auto;
  }
}
figure figcaption {
  display: table-caption;
  padding: 10px 25px;
  padding: 0.55556rem 1.38889rem;
  font-size: 15px;
  font-size: 0.83333rem;
  font-style: italic;
  line-height: 18px;
  line-height: 1rem;
  color: var(--figcaption-text);
  text-align: center;
  background: var(--figcaption-bg);
  margin-top: 5px;
  margin-top: 0.27778rem;
  caption-side: bottom;
}
@media all and (min-width: 800px) {
  figure {
    max-width: 100%;
  }
}
figure.max-width {
  width: 100%;
}
figure.max-width img {
  width: 100%;
}
figure.rounded-corners img {
  overflow: hidden;
  border-radius: 10px;
  border-radius: 0.55556rem;
}
figure.rounded-corners figcaption {
  border-radius: 10px;
  border-radius: 0.55556rem;
}
figure.offsetLeft {
  margin-left: -50px;
  margin-left: -2.77778rem;
}
figure.offsetRight {
  margin-right: -50px;
  margin-right: -2.77778rem;
}
figure.rounded-corners img {
  overflow: hidden;
  border-radius: 10px;
  border-radius: 0.55556rem;
}
figure.retina {
  display: none;
  max-width: 50%;
}
figure[class*=left] {
  margin: 0 0 15px;
  margin: 0 0 0.83333rem;
}
@media all and (min-width: 800px) {
  figure[class*=left] {
    float: left;
    max-width: 40%;
    margin: 0 50px 20px 0;
    margin: 0 2.77778rem 1.11111rem 0;
  }
}
figure[class*=right] {
  margin: 0 0 15px;
  margin: 0 0 0.83333rem;
}
@media all and (min-width: 800px) {
  figure[class*=right] {
    float: right;
    max-width: 40%;
    margin: 0 0 20px 50px;
    margin: 0 0 1.11111rem 2.77778rem;
  }
}
figure[class*=center], figure[class*=both] {
  margin: 0 auto 15px;
  margin: 0 auto 0.83333rem;
}
@media all and (min-width: 800px) {
  figure[class*=center], figure[class*=both] {
    margin: 0 auto 20px;
    margin: 0 auto 1.11111rem;
  }
}
.homepage .tab-current figure.zoomin {
  -webkit-animation: 3s ease-in-out fadein, 1.5s ease-in-out zoomin;
          animation: 3s ease-in-out fadein, 1.5s ease-in-out zoomin;
}

.image-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 35px 0;
  margin: 1.94444rem 0;
}
.image-list + .image-list {
  border-top: 1px solid var(--image-list-border-color);
  border-top: 0.05556rem solid var(--image-list-border-color);
  padding: 35px 0;
  padding: 1.94444rem 0;
  margin: 0;
}
.image-list h2,
.image-list h3,
.image-list h4 {
  margin-top: 0;
}
.image-list .image, .image-list__image {
  width: 100%;
  margin: 0 0 15px;
  margin: 0 0 0.83333rem;
  text-align: center;
  border-radius: 10px;
  border-radius: 0.55556rem;
}
@media all and (min-width: 800px) {
  .image-list .image, .image-list__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 220px;
    width: 12.22222rem;
    max-height: 150px;
    max-height: 8.33333rem;
    margin: 0 40px 0 0;
    margin: 0 2.22222rem 0 0;
    overflow: hidden;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .image-list .image a, .image-list__image a {
    border-bottom: 0 !important;
  }
}
@media all and (min-width: 800px) and (min-width: 800px) {
  .image-list .image img,
  .image-list .image figure, .image-list__image img,
  .image-list__image figure {
    min-height: 150px;
    min-height: 8.33333rem;
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.image-list .content, .image-list__content {
  width: 100%;
}
.image-list .content > *, .image-list__content > * {
  width: 100%;
}
.image-list .content h1,
.image-list .content h2,
.image-list .content h3, .image-list__content h1,
.image-list__content h2,
.image-list__content h3 {
  margin: 0 0 5px;
  margin: 0 0 0.27778rem;
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 30px;
  line-height: 1.66667rem;
}
.image-list .content p, .image-list__content p {
  font-size: 18px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.55556rem;
}
.image-list .content p:last-of-type, .image-list__content p:last-of-type {
  margin-bottom: 0;
}
@media all and (min-width: 800px) {
  .image-list .content, .image-list__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: calc(100% - 230px);
    width: calc(100% - 12.77778rem);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media all and (min-width: 800px) {
  .image-list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.zoom-img,
.zoom-gal {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.zoom-img img,
.zoom-gal img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.zoom-img img:hover, .zoom-img img:focus,
.zoom-gal img:hover,
.zoom-gal img:focus {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.bg-image:not([data-arx-type=image]) {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: auto;
  inset: 0;
}
.bg-image:not([data-arx-type=image]) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-image--overlay img {
  -webkit-filter: var(--image-bg-filter-color);
          filter: var(--image-bg-filter-color);
}

@media all and (min-width: 1280px) {
  .bg-image--desktop-only:not([data-arx-type=image]) {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: auto;
    inset: 0;
  }
  .bg-image--desktop-only:not([data-arx-type=image]) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

figure[data-embed-code*=script] {
  position: relative;
  width: 100%;
  max-width: 100% !important;
  padding: 40px;
  padding: 2.22222rem;
  margin: 0.625rem 0 1.25rem !important;
  background: #f2f2f2;
  outline: rgba(0, 88, 251, 0.2) dashed;
}
figure[data-embed-code*=script]::before {
  content: "Script";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 2px;
  padding: 0.11111rem;
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(0, 88, 251, 0.04);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
}
figure[data-embed-code*=script]::after {
  content: "This box contains a script that will generate the intended content on the front-end of the website. To replace the script, you can do so via HTML view.";
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px;
  padding: 0.55556rem;
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: 400;
  color: #777;
  text-align: center;
}

.grid-list {
  --gutter: 60px;
  --gutter: 3.33333rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 0;
  margin: 3.33333rem 0 0;
}
.grid-list__item {
  margin-bottom: 70px;
  margin-bottom: 3.88889rem;
}
@media all and (min-width: 1280px) {
  .grid-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.grid-list__icon {
  height: 100px;
  height: 5.55556rem;
  max-width: 100px;
  max-width: 5.55556rem;
  min-width: 100px;
  min-width: 5.55556rem;
  padding: 20px;
  padding: 1.11111rem;
  margin: 0 0 20px;
  margin: 0 0 1.11111rem;
  background: rgba(204, 204, 204, 0.35);
  border-radius: 50%;
}
.grid-list__icon svg,
.grid-list__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 1280px) {
  .grid-list__icon {
    margin: 0 20px 0 0;
    margin: 0 1.11111rem 0 0;
  }
}
.grid-list__heading {
  margin: 10px 0 5px;
  margin: 0.55556rem 0 0.27778rem;
}
.grid-list__content {
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 28px;
  line-height: 1.55556rem;
}

:root {
  --bc-background-color: #efefef;
  --bc-text-color: #1a1a1a;
  --bc-dark-background-color: #1a1a1a;
  --bc-dark-text-color: #efefef;
  --bc-darker-background-color: #333;
  --bc-darker-text-color: #fff;
}

.block-container {
  position: relative;
  z-index: 0;
  padding: 50px 30px 60px;
  padding: 2.77778rem 1.66667rem 3.33333rem;
  overflow: hidden;
}
.block-container .columns {
  margin: auto;
}
@media all and (min-width: 1280px) {
  .block-container {
    padding: 80px 55px 75px;
    padding: 4.44444rem 3.05556rem 4.16667rem;
  }
}
.block-container__inner {
  max-width: 100%;
}
@media all and (min-width: 1280px) and (min-width: 800px) {
  .homepage .block-container__inner {
    max-width: calc(100% - 240px);
    max-width: calc(100% - 13.33333rem);
  }
}
@media all and (min-width: 1280px) {
  .homepage .block-container__inner {
    max-width: calc(100% - 70px);
    max-width: calc(100% - 3.88889rem);
    margin: 0 auto;
    width: 1200px;
    width: 66.66667rem;
  }
}
@media all and (min-width: 1280px) {
  .block-container__inner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 1280px) and (min-width: 800px) {
  .block-container__inner {
    max-width: calc(100% - 240px);
    max-width: calc(100% - 13.33333rem);
  }
}
@media all and (min-width: 1280px) {
  .block-container__inner {
    max-width: calc(100% - 70px);
    max-width: calc(100% - 3.88889rem);
    margin: 0 auto;
    width: 1200px;
    width: 66.66667rem;
  }
}
.block-container.contain {
  width: 100% !important;
  margin: 0 auto !important;
  overflow: hidden;
}
.block-container.drop-shadow {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
}
.block-container.white {
  background: #fff;
}
.block-container.white h1,
.block-container.white h2,
.block-container.white h3,
.block-container.white h4,
.block-container.white h5,
.block-container.white h6,
.block-container.white p,
.block-container.white ul,
.block-container.white ol {
  color: var(--bc-text-color);
}
.block-container.light {
  background: var(--bc-background-color);
}
.block-container.light h1,
.block-container.light h2,
.block-container.light h3,
.block-container.light h4,
.block-container.light h5,
.block-container.light h6,
.block-container.light p,
.block-container.light ul,
.block-container.light ol {
  color: var(--bc-text-color);
}
.block-container.textured {
  background: url("/themes/Atlas/assets/dist/images/textured-background.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.block-container.textured h1,
.block-container.textured h2,
.block-container.textured h3,
.block-container.textured h4,
.block-container.textured h5,
.block-container.textured h6,
.block-container.textured p,
.block-container.textured ul,
.block-container.textured ol {
  color: var(--bc-dark-text-color);
}
.block-container.textured p:last-of-type,
.block-container.textured ul:last-of-type,
.block-container.textured ol:last-of-type {
  margin-bottom: 0;
}
.block-container.textured a:not(.button) {
  color: var(--bc-dark-text-color);
}
.block-container.dark {
  background: var(--bc-dark-background-color);
}
.block-container.dark h1,
.block-container.dark h2,
.block-container.dark h3,
.block-container.dark h4,
.block-container.dark h5,
.block-container.dark h6,
.block-container.dark p,
.block-container.dark ul,
.block-container.dark ol {
  color: var(--bc-dark-text-color);
}
.block-container.dark p:last-of-type,
.block-container.dark ul:last-of-type,
.block-container.dark ol:last-of-type {
  margin-bottom: 0;
}
.block-container.dark a:not(.button) {
  color: var(--bc-dark-text-color);
}
.block-container.darker {
  background: var(--bc-darker-background-color);
}
.block-container.darker h1,
.block-container.darker h2,
.block-container.darker h3,
.block-container.darker h4,
.block-container.darker h5,
.block-container.darker h6,
.block-container.darker p,
.block-container.darker ul,
.block-container.darker ol {
  color: var(--bc-darker-text-color);
}
.block-container.darker p:last-of-type,
.block-container.darker ul:last-of-type,
.block-container.darker ol:last-of-type {
  margin-bottom: 0;
}
.block-container.darker a:not(.button) {
  color: var(--bc-darker-text-color);
}
.block-container[data-arx-type] {
  position: relative;
  max-width: 100% !important;
  margin: 10px 0 20px !important;
  margin: 0.55556rem 0 1.11111rem !important;
  outline: rgba(0, 88, 251, 0.2) dashed;
}
.block-container[data-arx-type]::before {
  content: "block-container";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  display: inline-block;
  padding: 2px;
  padding: 0.11111rem;
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(0, 88, 251, 0.04);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
}
body.subpage.sidebar-layout .block-container {
  margin: 0 -30px;
  margin: 0 -1.66667rem;
}
@media all and (min-width: 1280px) {
  body.subpage.sidebar-layout .block-container {
    padding: 60px 80px 55px;
    padding: 3.33333rem 4.44444rem 3.05556rem;
    margin: 0 -80px;
    margin: 0 -4.44444rem;
  }
}

body.subpage.fullwidth .block-container, body.homepage .block-container {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
@media all and (min-width: 800px) {
  body.subpage.fullwidth .block-container__inner, body.homepage .block-container__inner {
    max-width: calc(100% - 240px);
    max-width: calc(100% - 13.33333rem);
  }
}
body.subpage.fullwidth .block-container__inner, body.homepage .block-container__inner {
  max-width: calc(100% - 70px);
  max-width: calc(100% - 3.88889rem);
  margin: 0 auto;
  width: 1200px;
  width: 66.66667rem;
}

/*
 CTA
*/
:root {
  --card-bg-color: #fff;
  --card-heading-color: #1a1a1a;
  --card-heading-underline: #818181;
  --card-text-color: #1a1a1a;
  --card-border-color: #414141;
  --cta-bg-color: #1a1a1a;
  --cta-text-color: #fff;
  --cta-button-bg-color: #1a1a1a;
  --cta-button-text-color: #fff;
  --cta-button-border-color: #fff;
  --cta-button-bg-color-hover: #fff;
  --cta-button-text-color-hover: #1a1a1a;
  --card-bg-color-white: #fff;
  --card-heading-color-white: #1a1a1a;
  --card-text-color-white: #1a1a1a;
  --card-bg-color-light: #efefef;
  --card-heading-color-light: #1a1a1a;
  --card-text-color-light: #1a1a1a;
  --card-bg-color-dark: #1a1a1a;
  --card-text-color-dark: #efefef;
}

.card,
.cta-card,
.card--contained,
.entry .card,
.entry .cta-card,
.entry .card--contained {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 40px 40px;
  padding: 1.11111rem 2.22222rem 2.22222rem;
  overflow: hidden;
  background: var(--card-bg-color);
  border-radius: 10px;
  border-radius: 0.55556rem;
}
.sidebar-layout aside .cta-card {
  height: auto;
}

.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6,
.cta-card h1,
.cta-card h2,
.cta-card h3,
.cta-card h4,
.cta-card h5,
.cta-card h6,
.card--contained h1,
.card--contained h2,
.card--contained h3,
.card--contained h4,
.card--contained h5,
.card--contained h6,
.entry .card h1,
.entry .card h2,
.entry .card h3,
.entry .card h4,
.entry .card h5,
.entry .card h6,
.entry .cta-card h1,
.entry .cta-card h2,
.entry .cta-card h3,
.entry .cta-card h4,
.entry .cta-card h5,
.entry .cta-card h6,
.entry .card--contained h1,
.entry .card--contained h2,
.entry .card--contained h3,
.entry .card--contained h4,
.entry .card--contained h5,
.entry .card--contained h6 {
  font-family: var(--font_primary);
  font-size: 22px;
  font-size: 1.22222rem;
  font-weight: 700;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--card-heading-color);
  border: 0;
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
}
.card h1 a,
.card h2 a,
.card h3 a,
.card h4 a,
.card h5 a,
.card h6 a,
.cta-card h1 a,
.cta-card h2 a,
.cta-card h3 a,
.cta-card h4 a,
.cta-card h5 a,
.cta-card h6 a,
.card--contained h1 a,
.card--contained h2 a,
.card--contained h3 a,
.card--contained h4 a,
.card--contained h5 a,
.card--contained h6 a,
.entry .card h1 a,
.entry .card h2 a,
.entry .card h3 a,
.entry .card h4 a,
.entry .card h5 a,
.entry .card h6 a,
.entry .cta-card h1 a,
.entry .cta-card h2 a,
.entry .cta-card h3 a,
.entry .cta-card h4 a,
.entry .cta-card h5 a,
.entry .cta-card h6 a,
.entry .card--contained h1 a,
.entry .card--contained h2 a,
.entry .card--contained h3 a,
.entry .card--contained h4 a,
.entry .card--contained h5 a,
.entry .card--contained h6 a {
  border: 0;
}
.card p,
.cta-card p,
.card--contained p,
.entry .card p,
.entry .cta-card p,
.entry .card--contained p {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--card-text-color);
  margin-top: 0;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}
.card p:last-of-type,
.cta-card p:last-of-type,
.card--contained p:last-of-type,
.entry .card p:last-of-type,
.entry .cta-card p:last-of-type,
.entry .card--contained p:last-of-type {
  margin-bottom: 0;
}
.card > figure,
.cta-card > figure,
.card--contained > figure,
.entry .card > figure,
.entry .cta-card > figure,
.entry .card--contained > figure {
  position: relative;
  top: -20px;
  top: -1.11111rem;
  left: -40px;
  left: -2.22222rem;
  width: calc(100% + 80px);
  width: calc(100% + 4.44444rem);
  max-width: calc(100% + 80px);
  max-width: calc(100% + 4.44444rem);
  margin: 0;
}
.card > figure a::before,
.cta-card > figure a::before,
.card--contained > figure a::before,
.entry .card > figure a::before,
.entry .cta-card > figure a::before,
.entry .card--contained > figure a::before {
  display: none !important;
}
.card > figure img,
.cta-card > figure img,
.card--contained > figure img,
.entry .card > figure img,
.entry .cta-card > figure img,
.entry .card--contained > figure img {
  width: calc(100% + 80px);
  width: calc(100% + 4.44444rem);
  margin: 0 auto;
}
.card.height-100,
.cta-card.height-100,
.card--contained.height-100,
.entry .card.height-100,
.entry .cta-card.height-100,
.entry .card--contained.height-100 {
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card__content,
.cta-card__content,
.card--contained__content,
.entry .card__content,
.entry .cta-card__content,
.entry .card--contained__content {
  padding-top: 20px;
  padding-top: 1.11111rem;
}
.card__target,
.cta-card__target,
.card--contained__target,
.entry .card__target,
.entry .cta-card__target,
.entry .card--contained__target {
  padding-top: 10px;
  padding-top: 0.55556rem;
  margin-top: auto;
}
.card__target p,
.cta-card__target p,
.card--contained__target p,
.entry .card__target p,
.entry .cta-card__target p,
.entry .card--contained__target p {
  margin-top: 10px;
  margin-top: 0.55556rem;
}
.card.remove-target-spacing .cta-card__target,
.cta-card.remove-target-spacing .cta-card__target,
.card--contained.remove-target-spacing .cta-card__target,
.entry .card.remove-target-spacing .cta-card__target,
.entry .cta-card.remove-target-spacing .cta-card__target,
.entry .card--contained.remove-target-spacing .cta-card__target {
  padding-top: 0;
  margin-top: 10px;
  margin-top: 0.55556rem;
}
.card.drop-shadow,
.cta-card.drop-shadow,
.card--contained.drop-shadow,
.entry .card.drop-shadow,
.entry .cta-card.drop-shadow,
.entry .card--contained.drop-shadow {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
}
.card.white,
.cta-card.white,
.card--contained.white,
.entry .card.white,
.entry .cta-card.white,
.entry .card--contained.white {
  background: var(--card-bg-color-white);
}
.card.white h1,
.card.white h2,
.card.white h3,
.card.white h4,
.card.white h5,
.card.white h6,
.card.white p,
.card.white ul,
.card.white ol,
.cta-card.white h1,
.cta-card.white h2,
.cta-card.white h3,
.cta-card.white h4,
.cta-card.white h5,
.cta-card.white h6,
.cta-card.white p,
.cta-card.white ul,
.cta-card.white ol,
.card--contained.white h1,
.card--contained.white h2,
.card--contained.white h3,
.card--contained.white h4,
.card--contained.white h5,
.card--contained.white h6,
.card--contained.white p,
.card--contained.white ul,
.card--contained.white ol,
.entry .card.white h1,
.entry .card.white h2,
.entry .card.white h3,
.entry .card.white h4,
.entry .card.white h5,
.entry .card.white h6,
.entry .card.white p,
.entry .card.white ul,
.entry .card.white ol,
.entry .cta-card.white h1,
.entry .cta-card.white h2,
.entry .cta-card.white h3,
.entry .cta-card.white h4,
.entry .cta-card.white h5,
.entry .cta-card.white h6,
.entry .cta-card.white p,
.entry .cta-card.white ul,
.entry .cta-card.white ol,
.entry .card--contained.white h1,
.entry .card--contained.white h2,
.entry .card--contained.white h3,
.entry .card--contained.white h4,
.entry .card--contained.white h5,
.entry .card--contained.white h6,
.entry .card--contained.white p,
.entry .card--contained.white ul,
.entry .card--contained.white ol {
  color: var(--card-text-color-white);
}
.card.white p:last-of-type,
.card.white ul:last-of-type,
.card.white ol:last-of-type,
.cta-card.white p:last-of-type,
.cta-card.white ul:last-of-type,
.cta-card.white ol:last-of-type,
.card--contained.white p:last-of-type,
.card--contained.white ul:last-of-type,
.card--contained.white ol:last-of-type,
.entry .card.white p:last-of-type,
.entry .card.white ul:last-of-type,
.entry .card.white ol:last-of-type,
.entry .cta-card.white p:last-of-type,
.entry .cta-card.white ul:last-of-type,
.entry .cta-card.white ol:last-of-type,
.entry .card--contained.white p:last-of-type,
.entry .card--contained.white ul:last-of-type,
.entry .card--contained.white ol:last-of-type {
  margin-bottom: 0;
}
.entry .card.white a:not(.button),
.entry .cta-card.white a:not(.button),
.entry .card--contained.white a:not(.button),
.entry .entry .card.white a:not(.button),
.entry .entry .cta-card.white a:not(.button),
.entry .entry .card--contained.white a:not(.button) {
  color: var(--card-text-color-white);
}
.card.light,
.cta-card.light,
.card--contained.light,
.entry .card.light,
.entry .cta-card.light,
.entry .card--contained.light {
  background: var(--card-bg-color-light);
}
.card.light h1,
.card.light h2,
.card.light h3,
.card.light h4,
.card.light h5,
.card.light h6,
.card.light p,
.card.light ul,
.card.light ol,
.cta-card.light h1,
.cta-card.light h2,
.cta-card.light h3,
.cta-card.light h4,
.cta-card.light h5,
.cta-card.light h6,
.cta-card.light p,
.cta-card.light ul,
.cta-card.light ol,
.card--contained.light h1,
.card--contained.light h2,
.card--contained.light h3,
.card--contained.light h4,
.card--contained.light h5,
.card--contained.light h6,
.card--contained.light p,
.card--contained.light ul,
.card--contained.light ol,
.entry .card.light h1,
.entry .card.light h2,
.entry .card.light h3,
.entry .card.light h4,
.entry .card.light h5,
.entry .card.light h6,
.entry .card.light p,
.entry .card.light ul,
.entry .card.light ol,
.entry .cta-card.light h1,
.entry .cta-card.light h2,
.entry .cta-card.light h3,
.entry .cta-card.light h4,
.entry .cta-card.light h5,
.entry .cta-card.light h6,
.entry .cta-card.light p,
.entry .cta-card.light ul,
.entry .cta-card.light ol,
.entry .card--contained.light h1,
.entry .card--contained.light h2,
.entry .card--contained.light h3,
.entry .card--contained.light h4,
.entry .card--contained.light h5,
.entry .card--contained.light h6,
.entry .card--contained.light p,
.entry .card--contained.light ul,
.entry .card--contained.light ol {
  color: var(--card-text-color-light);
}
.card.light p:last-of-type,
.card.light ul:last-of-type,
.card.light ol:last-of-type,
.cta-card.light p:last-of-type,
.cta-card.light ul:last-of-type,
.cta-card.light ol:last-of-type,
.card--contained.light p:last-of-type,
.card--contained.light ul:last-of-type,
.card--contained.light ol:last-of-type,
.entry .card.light p:last-of-type,
.entry .card.light ul:last-of-type,
.entry .card.light ol:last-of-type,
.entry .cta-card.light p:last-of-type,
.entry .cta-card.light ul:last-of-type,
.entry .cta-card.light ol:last-of-type,
.entry .card--contained.light p:last-of-type,
.entry .card--contained.light ul:last-of-type,
.entry .card--contained.light ol:last-of-type {
  margin-bottom: 0;
}
.entry .card.light a:not(.button),
.entry .cta-card.light a:not(.button),
.entry .card--contained.light a:not(.button),
.entry .entry .card.light a:not(.button),
.entry .entry .cta-card.light a:not(.button),
.entry .entry .card--contained.light a:not(.button) {
  color: var(--card-text-color-light);
}
.card.dark,
.cta-card.dark,
.card--contained.dark,
.entry .card.dark,
.entry .cta-card.dark,
.entry .card--contained.dark {
  background: var(--card-bg-color-dark);
}
.card.dark h1,
.card.dark h2,
.card.dark h3,
.card.dark h4,
.card.dark h5,
.card.dark h6,
.card.dark p,
.card.dark ul,
.card.dark ol,
.cta-card.dark h1,
.cta-card.dark h2,
.cta-card.dark h3,
.cta-card.dark h4,
.cta-card.dark h5,
.cta-card.dark h6,
.cta-card.dark p,
.cta-card.dark ul,
.cta-card.dark ol,
.card--contained.dark h1,
.card--contained.dark h2,
.card--contained.dark h3,
.card--contained.dark h4,
.card--contained.dark h5,
.card--contained.dark h6,
.card--contained.dark p,
.card--contained.dark ul,
.card--contained.dark ol,
.entry .card.dark h1,
.entry .card.dark h2,
.entry .card.dark h3,
.entry .card.dark h4,
.entry .card.dark h5,
.entry .card.dark h6,
.entry .card.dark p,
.entry .card.dark ul,
.entry .card.dark ol,
.entry .cta-card.dark h1,
.entry .cta-card.dark h2,
.entry .cta-card.dark h3,
.entry .cta-card.dark h4,
.entry .cta-card.dark h5,
.entry .cta-card.dark h6,
.entry .cta-card.dark p,
.entry .cta-card.dark ul,
.entry .cta-card.dark ol,
.entry .card--contained.dark h1,
.entry .card--contained.dark h2,
.entry .card--contained.dark h3,
.entry .card--contained.dark h4,
.entry .card--contained.dark h5,
.entry .card--contained.dark h6,
.entry .card--contained.dark p,
.entry .card--contained.dark ul,
.entry .card--contained.dark ol {
  color: var(--card-text-color-dark);
}
.card.dark p:last-of-type,
.card.dark ul:last-of-type,
.card.dark ol:last-of-type,
.cta-card.dark p:last-of-type,
.cta-card.dark ul:last-of-type,
.cta-card.dark ol:last-of-type,
.card--contained.dark p:last-of-type,
.card--contained.dark ul:last-of-type,
.card--contained.dark ol:last-of-type,
.entry .card.dark p:last-of-type,
.entry .card.dark ul:last-of-type,
.entry .card.dark ol:last-of-type,
.entry .cta-card.dark p:last-of-type,
.entry .cta-card.dark ul:last-of-type,
.entry .cta-card.dark ol:last-of-type,
.entry .card--contained.dark p:last-of-type,
.entry .card--contained.dark ul:last-of-type,
.entry .card--contained.dark ol:last-of-type {
  margin-bottom: 0;
}
.entry .card.dark a:not(.button),
.entry .cta-card.dark a:not(.button),
.entry .card--contained.dark a:not(.button),
.entry .entry .card.dark a:not(.button),
.entry .entry .cta-card.dark a:not(.button),
.entry .entry .card--contained.dark a:not(.button) {
  color: var(--card-text-color-dark);
}
.card__icon,
.cta-card__icon,
.card--contained__icon,
.entry .card__icon,
.entry .cta-card__icon,
.entry .card--contained__icon {
  padding-top: 40px;
  padding-top: 2.22222rem;
}
.card__icon figure,
.cta-card__icon figure,
.card--contained__icon figure,
.entry .card__icon figure,
.entry .cta-card__icon figure,
.entry .card--contained__icon figure {
  top: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  margin: 0 auto 30px;
  margin: 0 auto 1.66667rem;
}
.card--open,
.cta-card--open,
.card--contained--open,
.entry .card--open,
.entry .cta-card--open,
.entry .card--contained--open {
  padding: 20px 20px 40px;
  padding: 1.11111rem 1.11111rem 2.22222rem;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card--open figure,
.cta-card--open figure,
.card--contained--open figure,
.entry .card--open figure,
.entry .cta-card--open figure,
.entry .card--contained--open figure {
  top: -20px;
  top: -1.11111rem;
  left: -20px;
  left: -1.11111rem;
  width: calc(100% + 40px);
  width: calc(100% + 2.22222rem);
  max-width: calc(100% + 40px);
  max-width: calc(100% + 2.22222rem);
}
.card--open img,
.cta-card--open img,
.card--contained--open img,
.entry .card--open img,
.entry .cta-card--open img,
.entry .card--contained--open img {
  border-radius: 10px;
  border-radius: 0.55556rem;
}
.card--open > *,
.cta-card--open > *,
.card--contained--open > *,
.entry .card--open > *,
.entry .cta-card--open > *,
.entry .card--contained--open > * {
  margin-right: -20px;
  margin-right: -1.11111rem;
  margin-left: -20px;
  margin-left: -1.11111rem;
}
.card--open h1::after,
.card--open h2::after,
.card--open h3::after,
.card--open h4::after,
.card--open h5::after,
.card--open h6::after,
.cta-card--open h1::after,
.cta-card--open h2::after,
.cta-card--open h3::after,
.cta-card--open h4::after,
.cta-card--open h5::after,
.cta-card--open h6::after,
.card--contained--open h1::after,
.card--contained--open h2::after,
.card--contained--open h3::after,
.card--contained--open h4::after,
.card--contained--open h5::after,
.card--contained--open h6::after,
.entry .card--open h1::after,
.entry .card--open h2::after,
.entry .card--open h3::after,
.entry .card--open h4::after,
.entry .card--open h5::after,
.entry .card--open h6::after,
.entry .cta-card--open h1::after,
.entry .cta-card--open h2::after,
.entry .cta-card--open h3::after,
.entry .cta-card--open h4::after,
.entry .cta-card--open h5::after,
.entry .cta-card--open h6::after,
.entry .card--contained--open h1::after,
.entry .card--contained--open h2::after,
.entry .card--contained--open h3::after,
.entry .card--contained--open h4::after,
.entry .card--contained--open h5::after,
.entry .card--contained--open h6::after {
  content: "";
  position: relative;
  display: block;
  width: 60px;
  width: 3.33333rem;
  height: 3px;
  height: 0.16667rem;
  margin: 20px 0 15px;
  margin: 1.11111rem 0 0.83333rem;
  background: var(--card-heading-underline);
  border-radius: 20px;
  border-radius: 1.11111rem;
  opacity: 0.31;
}
.card--open__icon,
.cta-card--open__icon,
.card--contained--open__icon,
.entry .card--open__icon,
.entry .cta-card--open__icon,
.entry .card--contained--open__icon {
  padding-top: 40px;
  padding-top: 2.22222rem;
  text-align: center;
}
.card--open__icon h1::after,
.card--open__icon h2::after,
.card--open__icon h3::after,
.card--open__icon h4::after,
.card--open__icon h5::after,
.card--open__icon h6::after,
.cta-card--open__icon h1::after,
.cta-card--open__icon h2::after,
.cta-card--open__icon h3::after,
.cta-card--open__icon h4::after,
.cta-card--open__icon h5::after,
.cta-card--open__icon h6::after,
.card--contained--open__icon h1::after,
.card--contained--open__icon h2::after,
.card--contained--open__icon h3::after,
.card--contained--open__icon h4::after,
.card--contained--open__icon h5::after,
.card--contained--open__icon h6::after,
.entry .card--open__icon h1::after,
.entry .card--open__icon h2::after,
.entry .card--open__icon h3::after,
.entry .card--open__icon h4::after,
.entry .card--open__icon h5::after,
.entry .card--open__icon h6::after,
.entry .cta-card--open__icon h1::after,
.entry .cta-card--open__icon h2::after,
.entry .cta-card--open__icon h3::after,
.entry .cta-card--open__icon h4::after,
.entry .cta-card--open__icon h5::after,
.entry .cta-card--open__icon h6::after,
.entry .card--contained--open__icon h1::after,
.entry .card--contained--open__icon h2::after,
.entry .card--contained--open__icon h3::after,
.entry .card--contained--open__icon h4::after,
.entry .card--contained--open__icon h5::after,
.entry .card--contained--open__icon h6::after {
  margin: 20px auto 15px;
  margin: 1.11111rem auto 0.83333rem;
}
.card--open__icon figure,
.cta-card--open__icon figure,
.card--contained--open__icon figure,
.entry .card--open__icon figure,
.entry .cta-card--open__icon figure,
.entry .card--contained--open__icon figure {
  top: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  margin: 0 auto 30px;
  margin: 0 auto 1.66667rem;
}
.card--mix,
.cta-card--mix,
.card--contained--mix,
.entry .card--mix,
.entry .cta-card--mix,
.entry .card--contained--mix {
  text-align: center;
  -webkit-box-shadow: 0 -15px 25px -10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -15px 25px -10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 -0.83333rem 1.38889rem -0.55556rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 -0.83333rem 1.38889rem -0.55556rem rgba(0, 0, 0, 0.25);
}
.card--mix__icon,
.cta-card--mix__icon,
.card--contained--mix__icon,
.entry .card--mix__icon,
.entry .cta-card--mix__icon,
.entry .card--contained--mix__icon {
  padding-top: 40px;
  padding-top: 2.22222rem;
}
.card--mix__icon figure,
.cta-card--mix__icon figure,
.card--contained--mix__icon figure,
.entry .card--mix__icon figure,
.entry .cta-card--mix__icon figure,
.entry .card--contained--mix__icon figure {
  top: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  margin: 0 auto 30px;
  margin: 0 auto 1.66667rem;
}
.card--stroke,
.cta-card--stroke,
.card--contained--stroke,
.entry .card--stroke,
.entry .cta-card--stroke,
.entry .card--contained--stroke {
  border: 2px solid var(--card-border-color);
  border: 0.11111rem solid var(--card-border-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card--stroke figure,
.cta-card--stroke figure,
.card--contained--stroke figure,
.entry .card--stroke figure,
.entry .cta-card--stroke figure,
.entry .card--contained--stroke figure {
  border-bottom: 2px solid var(--card-border-color);
  border-bottom: 0.11111rem solid var(--card-border-color);
}
.card--circle-image,
.cta-card--circle-image,
.card--contained--circle-image,
.entry .card--circle-image,
.entry .cta-card--circle-image,
.entry .card--contained--circle-image {
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card--circle-image figure,
.cta-card--circle-image figure,
.card--contained--circle-image figure,
.entry .card--circle-image figure,
.entry .cta-card--circle-image figure,
.entry .card--contained--circle-image figure {
  right: 0;
  left: 0;
  width: 200px;
  width: 11.11111rem;
  margin: auto auto 25px;
  margin: auto auto 1.38889rem;
  overflow: hidden;
}
.card--circle-image figure img,
.cta-card--circle-image figure img,
.card--contained--circle-image figure img,
.entry .card--circle-image figure img,
.entry .cta-card--circle-image figure img,
.entry .card--contained--circle-image figure img {
  width: 200px;
  width: 11.11111rem;
  height: 200px;
  height: 11.11111rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card[data-arx-type] .cta-card__content,
.cta-card[data-arx-type] .cta-card__content,
.card--contained[data-arx-type] .cta-card__content,
.entry .card[data-arx-type] .cta-card__content,
.entry .cta-card[data-arx-type] .cta-card__content,
.entry .card--contained[data-arx-type] .cta-card__content {
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}
.card[data-arx-type] figure,
.cta-card[data-arx-type] figure,
.card--contained[data-arx-type] figure,
.entry .card[data-arx-type] figure,
.entry .cta-card[data-arx-type] figure,
.entry .card--contained[data-arx-type] figure {
  left: auto;
  width: 100%;
}
.card[data-arx-type] img,
.cta-card[data-arx-type] img,
.card--contained[data-arx-type] img,
.entry .card[data-arx-type] img,
.entry .cta-card[data-arx-type] img,
.entry .card--contained[data-arx-type] img {
  width: 100%;
  margin: 0 auto;
}
.card.card--circle-image[data-arx-type] img,
.cta-card.card--circle-image[data-arx-type] img,
.card--contained.card--circle-image[data-arx-type] img,
.entry .card.card--circle-image[data-arx-type] img,
.entry .cta-card.card--circle-image[data-arx-type] img,
.entry .card--contained.card--circle-image[data-arx-type] img {
  width: 200px;
  width: 11.11111rem;
}

:root {
  --cta-bg-color: #014174;
  --cta-text-color: #fff;
  --cta-button-bg-color: #1a1a1a;
  --cta-button-text-color: #fff;
  --cta-button-border-color: #fff;
  --cta-button-bg-color-hover: #fff;
  --cta-button-text-color-hover: #1a1a1a;
  --cta-light-background-color: #e3e9f2;
  --cta-light-background-text-color: #1a1a1a;
  --cta-dark-background-color: #014174;
  --cta-darker-background-color: #002845;
  --cta-textured-background-color: #014174;
  --cta-dark-text-color: #fff;
  --cta-dark-heading-color: #fff;
}

.cta-banner-image {
  display: block;
  width: 100%;
  margin: 15px 0;
  margin: 0.83333rem 0;
}
@media all and (min-width: 800px) {
  .cta-banner-image {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cta-banner-image .cta-banner {
  min-height: 140px;
  min-height: 7.77778rem;
  margin: 0;
}
.cta-banner-image__image {
  overflow: hidden;
  border-radius: 10px;
  border-radius: 0.55556rem;
}
@media all and (min-width: 800px) {
  .cta-banner-image__image {
    max-width: 190px;
    max-width: 10.55556rem;
    min-width: 190px;
    min-width: 10.55556rem;
    margin-right: 10px;
    margin-right: 0.55556rem;
  }
}
.cta-banner-image__image figure {
  margin: 0 auto 15px;
  margin: 0 auto 0.83333rem;
  overflow: hidden;
  border-radius: 10px;
  border-radius: 0.55556rem;
}
.cta-banner-image__image figure img {
  width: 100%;
  max-height: 140px;
  max-height: 7.77778rem;
  min-height: 140px;
  min-height: 7.77778rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-banner {
  display: block;
  width: 100%;
  padding: 36px 40px;
  padding: 2rem 2.22222rem;
  margin: 15px 0;
  margin: 0.83333rem 0;
  background: var(--cta-bg-color);
  border-radius: 10px;
  border-radius: 0.55556rem;
}
@media all and (min-width: 800px) {
  .cta-banner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 48px 60px;
    padding: 2.66667rem 3.33333rem;
  }
}
.cta-banner h1,
.cta-banner h2,
.cta-banner h3,
.cta-banner h4,
.cta-banner h5,
.cta-banner h6 {
  color: var(--cta-text-color);
}
.cta-banner p {
  font-size: 22px;
  font-size: 1.22222rem;
  line-height: 30px;
  line-height: 1.66667rem;
  color: var(--cta-text-color);
}
.cta-banner p:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 800px) {
  .cta-banner__button {
    margin-left: 60px;
    margin-left: 3.33333rem;
  }
}

:root {
  --billboard-bg-color: #1a1a1a;
  --billboard-bg-color-secondary: #efefef;
  --billboard-text-color: #fff;
  --billboard-text-color-secondary: #1a1a1a;
  --billboard-button-bg-color: transparent;
  --billboard-button-bg-color-secondary: #1a1a1a;
  --billboard-button-text-color: #fff;
  --billboard-button-text-color-secondary: #fff;
  --billboard-button-border-color: #fff;
  --billboard-button-border-color-hover: #fff;
  --billboard-button-border-color-secondary: #fff;
  --billboard-button-border-color-secondary-hover: #fff;
  --billboard-button-bg-color-hover: #fff;
  --billboard-button-bg-color-secondary-hover: #414141;
  --billboard-button-text-color-hover: #1a1a1a;
  --billboard-button-text-color-secondary-hover: #fff;
}

.cta-billboard {
  position: relative;
  width: 100%;
  max-width: 100vw;
  margin: 0 0 30px;
  margin: 0 0 1.66667rem;
  overflow: hidden;
  background: var(--billboard-bg-color);
  border-radius: 10px;
  border-radius: 0.55556rem;
}
.cta-billboard figure {
  margin: 0 auto;
}
.cta-billboard figure img {
  min-width: 100px;
  min-width: 5.55556rem;
  min-height: 100px;
  min-height: 5.55556rem;
}
.cta-billboard .button--primary {
  color: var(--billboard-button-text-color);
  background: var(--billboard-button-bg-color);
  border: 1px solid var(--billboard-button-border-color);
  border: 0.05556rem solid var(--billboard-button-border-color);
}
.cta-billboard .button--primary:hover, .cta-billboard .button--primary:focus {
  color: var(--billboard-button-text-color-hover);
  background: var(--billboard-button-bg-color-hover);
  border-color: var(--billboard-button-border-color-hover);
}
.cta-billboard h1,
.cta-billboard h2,
.cta-billboard h3,
.cta-billboard h4,
.cta-billboard h5,
.cta-billboard h6 {
  font-size: 22px;
  font-size: 1.22222rem;
  line-height: 30px;
  line-height: 1.66667rem;
  color: var(--billboard-text-color);
  margin-top: 20px;
  margin-top: 1.11111rem;
}
.cta-billboard ul,
.cta-billboard ol {
  width: 100%;
}
.cta-billboard p {
  width: 100%;
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 30px;
  line-height: 1.66667rem;
  color: var(--billboard-text-color);
}
.cta-billboard p:last-child {
  margin-bottom: 0;
}
.cta-billboard h1[data-arx-type=heading],
.cta-billboard h2[data-arx-type=heading],
.cta-billboard h3[data-arx-type=heading],
.cta-billboard h4[data-arx-type=heading],
.cta-billboard h5[data-arx-type=heading],
.cta-billboard h6[data-arx-type=heading] {
  color: var(--billboard-text-color);
}
.secondary-color h1[data-arx-type=heading],
.secondary-color h2[data-arx-type=heading],
.secondary-color h3[data-arx-type=heading],
.secondary-color h4[data-arx-type=heading],
.secondary-color h5[data-arx-type=heading],
.secondary-color h6[data-arx-type=heading],
.secondary-color p[data-arx-type=paragraph] {
  color: var(--billboard-text-color-secondary) !important;
}

.cta-billboard p[data-arx-type=paragraph] {
  color: var(--billboard-text-color);
}
.cta-billboard.secondary-color {
  background: var(--billboard-bg-color-secondary);
}
.cta-billboard.secondary-color h1,
.cta-billboard.secondary-color h2,
.cta-billboard.secondary-color h3,
.cta-billboard.secondary-color h4,
.cta-billboard.secondary-color h5,
.cta-billboard.secondary-color h6,
.cta-billboard.secondary-color p {
  color: var(--billboard-text-color-secondary);
}
.cta-billboard.secondary-color .button--primary {
  color: var(--billboard-button-text-color-secondary);
  background: var(--billboard-button-bg-color-secondary);
  border: 1px solid var(--billboard-button-border-color-secondary);
  border: 0.05556rem solid var(--billboard-button-border-color-secondary);
}
.cta-billboard.secondary-color .button--primary:hover, .cta-billboard.secondary-color .button--primary:focus {
  color: var(--billboard-button-text-color-secondary-hover);
  background: var(--billboard-button-bg-color-secondary-hover);
  border-color: var(--billboard-button-border-color-secondary-hover);
}
.cta-billboard.no-overlay .cta-billboard__image:not([data-arx-type])::after,
.cta-billboard.no-overlay .cta-billboard__image:not([data-arx-type])::after {
  display: none;
}
.cta-billboard.fullwidth {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 0;
  border-radius: 0;
}
.cta-billboard[data-arx-type] {
  margin-bottom: 30px !important;
  margin-bottom: 1.66667rem !important;
}
.cta-billboard--image:not([data-arx-type]), .cta-billboard__image:not([data-arx-type]) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}
.cta-billboard--image:not([data-arx-type]) img, .cta-billboard__image:not([data-arx-type]) img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-billboard--image:not([data-arx-type])::after, .cta-billboard__image:not([data-arx-type])::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.cta-billboard--image[data-arx-type] {
  position: relative;
  max-width: 100% !important;
  padding: 20px;
  padding: 1.11111rem;
  margin: 10px 0 20px !important;
  margin: 0.55556rem 0 1.11111rem !important;
  outline: rgba(0, 88, 251, 0.2) dashed;
}
.cta-billboard--image[data-arx-type]::before {
  content: "Billboard Background Image";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  display: inline-block;
  padding: 2px;
  padding: 0.11111rem;
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(0, 88, 251, 0.04);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
}
.cta-billboard__content,
.cta-billboard .content {
  position: relative;
  z-index: 1;
  padding: 50px 25px;
  padding: 2.77778rem 1.38889rem;
  text-align: center;
}
@media all and (min-width: 800px) {
  .cta-billboard__content,
  .cta-billboard .content {
    padding: 110px 50px;
    padding: 6.11111rem 2.77778rem;
    margin: 0 auto;
  }
}
@media all and (min-width: 800px) and (min-width: 800px) {
  .cta-billboard__content,
  .cta-billboard .content {
    max-width: calc(100% - 240px);
    max-width: calc(100% - 13.33333rem);
  }
}
@media all and (min-width: 800px) {
  .cta-billboard__content,
  .cta-billboard .content {
    max-width: calc(100% - 70px);
    max-width: calc(100% - 3.88889rem);
    margin: 0 auto;
    width: 1200px;
    width: 66.66667rem;
  }
}
.cta-billboard[data-arx-type] .img {
  left: auto;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.cta-billboard[data-arx-type] .img::after {
  display: none;
}
.cta-billboard[data-arx-type] .content {
  position: relative;
  display: block;
}

:root {
  --full-image-card-bg-color: #1a1a1a;
  --full-image-card-text-color: #fff;
  --full-image-card-link-color: #fff;
  --full-image-card-link-color-hover: #ccc;
}

.cta-image {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 400px;
  min-height: 22.22222rem;
  overflow: hidden;
  border-radius: 10px;
  border-radius: 0.55556rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cta-image figure, .cta-image__image {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.cta-image figure img, .cta-image__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-image figure::after, .cta-image__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.cta-image .content, .cta-image__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 15px 30px;
  padding: 0.83333rem 1.66667rem;
  text-align: center;
}
.cta-image .content a, .cta-image__content a {
  color: var(--full-image-card-link-color);
}
.cta-image .content a:hover, .cta-image .content a:focus, .cta-image__content a:hover, .cta-image__content a:focus {
  color: var(--full-image-card-link-color-hover);
}
.cta-image h2,
.cta-image h3 {
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 30px;
  line-height: 1.66667rem;
  color: var(--full-image-card-text-color);
  border: 0;
}
.cta-image h2 a,
.cta-image h3 a {
  border: 0;
}
.cta-image p {
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 26px;
  line-height: 1.44444rem;
  color: var(--full-image-card-text-color);
}
.cta-image[data-arx-type] {
  margin: 30px 0 0;
  margin: 1.66667rem 0 0;
}
.cta-image[data-arx-type] .content,
.cta-image[data-arx-type] .cta-image__content {
  position: relative;
}
.cta-image[data-arx-type] h3,
.cta-image[data-arx-type] p,
.cta-image[data-arx-type] a {
  color: black;
}
.cta-image[data-arx-type] a:hover, .cta-image[data-arx-type] a:focus {
  color: black;
}

:root {
  --flip-card-front-bg: #1a1a1a;
  --flip-card-back-bg: #aa4492;
  --flip-card-text-color: #fff;
}

.flip-card {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: visible;
  border-radius: 10px;
  border-radius: 0.55556rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-perspective: 100vw;
          perspective: 100vw;
}
.flip-card h1,
.flip-card h2,
.flip-card h3,
.flip-card h4,
.flip-card h5,
.flip-card h6,
.flip-card p,
.flip-card ol,
.flip-card ul,
.flip-card a:not(.button) {
  width: 100%;
  color: var(--flip-card-text-color);
}
.flip-card[data-arx-type] {
  background: #f2f2f2;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
.flip-card[data-arx-type] h1,
.flip-card[data-arx-type] h2,
.flip-card[data-arx-type] h3,
.flip-card[data-arx-type] h4,
.flip-card[data-arx-type] h5,
.flip-card[data-arx-type] h6,
.flip-card[data-arx-type] p,
.flip-card[data-arx-type] ol,
.flip-card[data-arx-type] ul,
.flip-card[data-arx-type] a:not(.button) {
  color: black;
}
.flip-card__inner {
  position: relative;
  width: 100%;
  -webkit-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.flip-card__inner[data-arx-type] {
  height: auto;
}
.flip-card--flip-over .flip-card__inner {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.flip-card--flip-over .flip-card__toggle {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.flip-card__front {
  z-index: 2;
  background-color: var(--flip-card-front-bg);
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.flip-card__back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: var(--flip-card-back-bg);
}
.flip-card__toggle {
  position: absolute;
  right: -5px;
  right: -0.27778rem;
  bottom: -5px;
  bottom: -0.27778rem;
  display: block;
  width: 50px;
  width: 2.77778rem;
  height: 50px;
  height: 2.77778rem;
  cursor: pointer;
  background: url("/themes/Atlas/assets/dist/images/flip-card-toggle.svg") no-repeat;
  background-size: contain;
  -webkit-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
}
@media all and (min-width: 800px) {
  .flip-card__toggle {
    right: 20px;
    right: 1.11111rem;
    bottom: 20px;
    bottom: 1.11111rem;
  }
}

.flip-card__front,
.flip-card__back {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  height: inherit;
  padding: 30px;
  padding: 1.66667rem;
  overflow: hidden;
  border-radius: 10px;
  border-radius: 0.55556rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-bottom-right-radius: 20px;
  border-bottom-right-radius: 1.11111rem;
}
@media all and (min-width: 800px) {
  .flip-card__front,
  .flip-card__back {
    padding: 40px 60px;
    padding: 2.22222rem 3.33333rem;
    border-bottom-right-radius: 10px;
    border-bottom-right-radius: 0.55556rem;
  }
}
@media all and (min-width: 1280px) {
  .flip-card__front,
  .flip-card__back {
    padding: 60px 80px;
    padding: 3.33333rem 4.44444rem;
  }
}
.flip-card__front[data-arx-type],
.flip-card__back[data-arx-type] {
  position: relative;
  display: block;
  width: auto;
  padding: 40px 60px;
  padding: 2.22222rem 3.33333rem;
  margin: 20px;
  margin: 1.11111rem;
  background: white;
  border: 3px dashed #d6e2ff;
  border: 0.16667rem dashed #d6e2ff;
  border-radius: 0;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.flip-card__front[data-arx-type]::before,
.flip-card__back[data-arx-type]::before {
  content: "Front of Card";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  display: inline-block;
  padding: 2px;
  padding: 0.11111rem;
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(0, 88, 251, 0.04);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
}

.flip-card__back[data-arx-type]::before {
  content: "Back of Card";
}

:root {
  --fbi-bg-color: #efefef;
  --fbi-text-color: #1a1a1a;
  --fbi-dropshadow-bg-color: #fff;
  --fbi-darkbackground-bg-color: #1a1a1a;
  --fbi-darkbackground-text-color: #fff;
}

.featured-boxed-item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 320px;
  min-height: 17.77778rem;
  overflow: hidden;
  background: var(--fbi-bg-color);
  border-radius: 10px;
  border-radius: 0.55556rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  margin-bottom: 1.11111rem;
}
@media screen and (width >= 1024px) {
  .featured-boxed-item {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 0 auto 40px;
    margin: 0 auto 2.22222rem;
  }
}
.featured-boxed-item.full-width {
  position: relative;
  width: 100vw;
  max-width: 1920;
  min-height: 500px;
  min-height: 27.77778rem;
  border-radius: 0;
  margin-left: calc(50% - 50vw);
  margin-bottom: 0;
}
@media screen and (width >= 1024px) {
  .featured-boxed-item.full-width .featured-boxed-item__content {
    width: 50%;
    padding-left: 10%;
    padding-right: 15%;
  }
}
@media screen and (min-width: 1920) {
  .featured-boxed-item.full-width {
    margin-left: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.featured-boxed-item.drop-shadow {
  background: var(--fbi-dropshadow-bg-color);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
}
@media screen and (width >= 1024px) {
  .featured-boxed-item.image-right .featured-boxed-item__image {
    left: auto;
  }
}
@media screen and (width >= 1024px) {
  .featured-boxed-item.image-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (width >= 1024px) {
  .featured-boxed-item.equal-width .featured-boxed-item__content {
    width: 50%;
  }
}
@media screen and (width >= 1024px) {
  .featured-boxed-item.equal-width .featured-boxed-item__image {
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (width >= 1024px) {
  .featured-boxed-item.image-contained .featured-boxed-item__content {
    width: 100%;
    padding: 60px 6% 75px 480px;
    padding: 3.33333rem 6% 4.16667rem 26.66667rem;
  }
}
@media screen and (width >= 1200px) {
  .featured-boxed-item.image-contained .featured-boxed-item__content {
    padding: 60px 20% 75px 560px;
    padding: 3.33333rem 20% 4.16667rem 31.11111rem;
  }
}
.featured-boxed-item.image-contained .featured-boxed-item__image {
  position: relative;
  height: 100%;
}
.featured-boxed-item.image-contained .featured-boxed-item__image img {
  position: relative;
  top: -3px;
  top: -0.16667rem;
  width: auto;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (width >= 1024px) {
  .featured-boxed-item.image-contained .featured-boxed-item__image img {
    position: absolute;
    top: 0;
    width: 460px;
    width: 25.55556rem;
    height: auto;
    min-width: 460px;
    min-width: 25.55556rem;
  }
}
@media screen and (width >= 1024px) {
  .featured-boxed-item.image-contained .featured-boxed-item__image {
    position: absolute;
    top: 0;
    width: 460px;
    width: 25.55556rem;
    height: auto;
    max-width: 50%;
    min-width: 460px;
    min-width: 25.55556rem;
  }
}
.featured-boxed-item.dark-background {
  background-color: var(--fbi-darkbackground-bg-color);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.featured-boxed-item.dark-background .featured-boxed-item__content h1,
.featured-boxed-item.dark-background .featured-boxed-item__content h2,
.featured-boxed-item.dark-background .featured-boxed-item__content h3,
.featured-boxed-item.dark-background .featured-boxed-item__content h4,
.featured-boxed-item.dark-background .featured-boxed-item__content h5,
.featured-boxed-item.dark-background .featured-boxed-item__content h6,
.featured-boxed-item.dark-background .featured-boxed-item__content p,
.featured-boxed-item.dark-background .featured-boxed-item__content ul,
.featured-boxed-item.dark-background .featured-boxed-item__content ol,
.featured-boxed-item.dark-background .featured-boxed-item__content li {
  color: var(--fbi-darkbackground-text-color);
}
.featured-boxed-item__content {
  display: block;
  width: 100%;
  padding: 30px 20px;
  padding: 1.66667rem 1.11111rem;
  margin: 0;
}
.featured-boxed-item__content h1,
.featured-boxed-item__content h2,
.featured-boxed-item__content h3,
.featured-boxed-item__content h4,
.featured-boxed-item__content h5,
.featured-boxed-item__content h6 {
  font-family: var(--font_primary);
  font-weight: 700;
  color: var(--fbi-text-color);
  margin-bottom: 0;
}
.featured-boxed-item__content p {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--fbi-text-color);
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
}
.featured-boxed-item__content p:last-of-type {
  margin-bottom: 0;
}
@media screen and (width >= 1024px) {
  .featured-boxed-item__content {
    width: 53%;
    padding: 60px 60px 75px;
    padding: 3.33333rem 3.33333rem 4.16667rem;
  }
}
.featured-boxed-item__image {
  position: relative;
  width: 100%;
  height: 300px;
  height: 16.66667rem;
}
@media screen and (width >= 1024px) {
  .featured-boxed-item__image figure {
    max-width: 50%;
  }
}
.featured-boxed-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (width >= 1024px) {
  .featured-boxed-item__image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 47%;
    min-height: auto;
  }
}

:root {
  /* Highlighted Text Block */
  --highlighted-text-block-bg: #f2f2f2;
  --highlighted-text-block-text-color: #1a1a1a;
  --highlighted-text-block-link: #1a1a1a;
  --highlighted-text-block-link-hover: #1a1a1a;
  --highlighted-text-block-border-color: #1a1a1a;
  /* Highlighted Text Block - Alternate Version */
  --highlighted-text-block-border-color-secondary: #ccc;
}
:root .dark-mode {
  /* Highlighted Text Block */
  --highlighted-text-block-bg: #f2f2f2;
  --highlighted-text-block-text-color: #1a1a1a;
  --highlighted-text-block-link: #1a1a1a;
  --highlighted-text-block-link-hover: #1a1a1a;
  --highlighted-text-block-border-color: #1a1a1a;
  /* Highlighted Text Block - Alternate Version */
  --highlighted-text-block-border-color-secondary: #ccc;
}

.highlighted-text,
.highlighted-text-block {
  position: relative;
  padding: 25px 20px;
  padding: 1.38889rem 1.11111rem;
  margin: 0 auto 25px;
  margin: 0 auto 1.38889rem;
  background-color: var(--highlighted-text-block-bg);
  border-radius: 10px;
  border-radius: 0.55556rem;
  border-left: 30px solid var(--highlighted-text-block-border-color);
  border-left: 1.66667rem solid var(--highlighted-text-block-border-color);
}
@media all and (width >= 800px) {
  .highlighted-text,
  .highlighted-text-block {
    padding: 30px 40px;
    padding: 1.66667rem 2.22222rem;
    border-left-width: 40px;
    border-left-width: 2.22222rem;
  }
}
.highlighted-text h1,
.highlighted-text h2,
.highlighted-text h3,
.highlighted-text h4,
.highlighted-text h5,
.highlighted-text h6,
.highlighted-text-block h1,
.highlighted-text-block h2,
.highlighted-text-block h3,
.highlighted-text-block h4,
.highlighted-text-block h5,
.highlighted-text-block h6 {
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 30px;
  line-height: 1.66667rem;
  color: var(--highlighted-text-block-text-color);
}
.highlighted-text p,
.highlighted-text ul,
.highlighted-text ol,
.highlighted-text-block p,
.highlighted-text-block ul,
.highlighted-text-block ol {
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 600;
  line-height: 24px;
  line-height: 1.33333rem;
  color: var(--highlighted-text-block-text-color);
}
@media all and (width >= 800px) {
  .highlighted-text p,
  .highlighted-text ul,
  .highlighted-text ol,
  .highlighted-text-block p,
  .highlighted-text-block ul,
  .highlighted-text-block ol {
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 30px;
    line-height: 1.66667rem;
  }
}
.highlighted-text p:first-of-type,
.highlighted-text ul:first-of-type,
.highlighted-text ol:first-of-type,
.highlighted-text-block p:first-of-type,
.highlighted-text-block ul:first-of-type,
.highlighted-text-block ol:first-of-type {
  margin-top: 0;
}
.highlighted-text p:last-of-type,
.highlighted-text ul:last-of-type,
.highlighted-text ol:last-of-type,
.highlighted-text-block p:last-of-type,
.highlighted-text-block ul:last-of-type,
.highlighted-text-block ol:last-of-type {
  margin-bottom: 0;
}
.highlighted-text.secondary-color,
.highlighted-text-block.secondary-color {
  border-color: var(--highlighted-text-block-border-color-secondary);
}

:root {
  /* Highlighted Text Box */
  --highlighted-text-box-bg: #1a1a1a;
  --highlighted-text-box-text-color: #fff;
  --highlighted-text-box-link: #fff;
  --highlighted-text-box-link-hover: gray;
  /* Highlighted Text Box - Version 2 */
  --highlighted-text-box-bg-secondary: #ccc;
  --highlighted-text-box-text-color-secondary: #1a1a1a;
  --highlighted-text-box-link-secondary: #1a1a1a;
  --highlighted-text-box-link-hover-secondary: gray;
  /* Highlighted Text Box - Version 3 */
  --highlighted-text-box-bg-third: #edf1f2;
  --highlighted-text-box-text-color-third: #1a1a1a;
  --highlighted-text-box-link-third: #1a1a1a;
  --highlighted-text-box-link-hover-third: gray;
}
:root .dark-mode {
  /* Highlighted Text Box */
  --highlighted-text-box-bg: #1a1a1a;
  --highlighted-text-box-text-color: #fff;
  --highlighted-text-box-link: #fff;
  --highlighted-text-box-link-hover: gray;
  /* Highlighted Text Box - Alternate Version */
  --highlighted-text-box-bg-secondary: #ccc;
  --highlighted-text-box-text-color-secondary: #1a1a1a;
  --highlighted-text-box-link-secondary: #1a1a1a;
  --highlighted-text-box-link-hover-secondary: gray;
  /* Highlighted Text Box - Version 3 */
  --highlighted-text-box-bg-third: #edf1f2;
  --highlighted-text-box-text-color-third: #1a1a1a;
  --highlighted-text-box-link-third: #1a1a1a;
  --highlighted-text-box-link-hover-third: gray;
}

.highlighted-text-box,
.highlighted-text {
  position: relative;
  padding: 40px 55px;
  padding: 2.22222rem 3.05556rem;
  margin: 0 auto;
  margin: 0 auto 25px;
  margin: 0 auto 1.38889rem;
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  line-height: 1.33333rem;
  background-color: var(--highlighted-text-box-bg);
  border-radius: 10px;
  border-radius: 0.55556rem;
}
.highlighted-text-box p:first-of-type,
.highlighted-text p:first-of-type {
  margin: 0;
}
.highlighted-text-box h1,
.highlighted-text-box h2,
.highlighted-text-box h3,
.highlighted-text-box h4,
.highlighted-text-box h5,
.highlighted-text-box h6,
.highlighted-text h1,
.highlighted-text h2,
.highlighted-text h3,
.highlighted-text h4,
.highlighted-text h5,
.highlighted-text h6 {
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 30px;
  line-height: 1.66667rem;
  color: var(--highlighted-text-box-text-color);
}
.highlighted-text-box p,
.highlighted-text-box ul,
.highlighted-text-box ol,
.highlighted-text p,
.highlighted-text ul,
.highlighted-text ol {
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 600;
  line-height: 24px;
  line-height: 1.33333rem;
  color: var(--highlighted-text-box-text-color);
}
@media all and (width >= 800px) {
  .highlighted-text-box p,
  .highlighted-text-box ul,
  .highlighted-text-box ol,
  .highlighted-text p,
  .highlighted-text ul,
  .highlighted-text ol {
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 30px;
    line-height: 1.66667rem;
  }
}
.highlighted-text-box p:first-of-type,
.highlighted-text-box ul:first-of-type,
.highlighted-text-box ol:first-of-type,
.highlighted-text p:first-of-type,
.highlighted-text ul:first-of-type,
.highlighted-text ol:first-of-type {
  margin-top: 0;
}
.highlighted-text-box p:last-of-type,
.highlighted-text-box ul:last-of-type,
.highlighted-text-box ol:last-of-type,
.highlighted-text p:last-of-type,
.highlighted-text ul:last-of-type,
.highlighted-text ol:last-of-type {
  margin-bottom: 0;
}
.highlighted-text-box a,
.highlighted-text a {
  font-family: var(--font_primary);
  font-weight: 600;
  color: var(--highlighted-text-box-link);
  text-decoration: none;
}
.highlighted-text-box a:hover, .highlighted-text-box a:focus,
.highlighted-text a:hover,
.highlighted-text a:focus {
  color: var(--highlighted-text-box-link-hover);
}
.highlighted-text-box.secondary-color,
.highlighted-text.secondary-color {
  background-color: var(--highlighted-text-box-bg-secondary);
}
.highlighted-text-box.secondary-color > *,
.highlighted-text.secondary-color > * {
  color: var(--highlighted-text-box-text-color-secondary);
}
.highlighted-text-box.third-color,
.highlighted-text.third-color {
  background-color: var(--highlighted-text-box-bg-third);
}
.highlighted-text-box.third-color > *,
.highlighted-text.third-color > * {
  color: var(--highlighted-text-box-text-color-third);
}

:root {
  --icb-content-bg: rgb(0 0 0 / 68%);
  --icb-content-bg-solid: #1a1a1a;
  --icb-text-color: #f2f2f2;
  --icb-link: #f2f2f2;
  --icb-link-hover: #ccc;
  --icb-content-bg-2: #efefef;
  --icb-text-color-2: #1a1a1a;
  --icb-link-2: #1a1a1a;
  --icb-link-2-hover: #ccc;
}

.image-content-banner {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 0;
}
.image-content-banner figure {
  position: relative;
  width: 100%;
}
.image-content-banner figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 250px;
  max-height: 13.88889rem;
  min-height: 250px;
  min-height: 13.88889rem;
}
@media all and (min-width: 1280px) {
  .image-content-banner figure img {
    height: 100%;
    max-height: 100%;
    min-height: 500px;
    min-height: 27.77778rem;
  }
}
@media all and (min-width: 1280px) {
  .image-content-banner figure {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.image-content-banner figure[data-arx-type] {
  width: auto;
}
@media all and (min-width: 1280px) {
  .image-content-banner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 700px;
    min-height: 38.88889rem;
    overflow: hidden;
  }
}
.image-content-banner--icb-left:not(.image-content-banner--solid-dark, .image-content-banner--solid-light) .image-content-banner__text-content {
  left: 0;
}
.image-content-banner--icb-right:not(.image-content-banner--solid-dark, .image-content-banner--solid-light) .image-content-banner__text-content {
  right: 0;
}
@media all and (min-width: 1280px) {
  .image-content-banner--icb-right:not(.image-content-banner--solid-dark, .image-content-banner--solid-light) .image-content-banner__text-content {
    right: -55%;
  }
}
@media all and (min-width: 1280px) {
  .homepage .image-content-banner--inner {
    max-width: 1200px;
    max-width: 66.66667rem;
  }
}
@media all and (min-width: 1280px) {
  .image-content-banner--inner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1200px;
    max-width: 66.66667rem;
    padding: 0 40px;
    padding: 0 2.22222rem;
    margin: 0 auto;
  }
}
.image-content-banner--2 .image-content-banner__text-content {
  background: var(--icb-content-bg-2);
}
.image-content-banner--2 .image-content-banner__text-content > * {
  color: var(--icb-text-color-2);
}
.image-content-banner__text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 40px;
  padding: 1.66667rem 2.22222rem;
  text-align: center;
  background: var(--icb-content-bg);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.image-content-banner__text-content > * {
  color: var(--icb-text-color);
}
.image-content-banner__text-content h2:not(.large-text),
.image-content-banner__text-content h3:not(.large-text) {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}
.image-content-banner__text-content p {
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 30px;
  line-height: 1.66667rem;
  margin-top: 0;
}
.image-content-banner__text-content a {
  color: var(--icb-link);
}
.image-content-banner__text-content a:hover, .image-content-banner__text-content a:focus {
  color: var(--icb-link-hover);
}
@media all and (min-width: 1280px) {
  .image-content-banner__text-content a.btn {
    margin-top: 28px;
    margin-top: 1.55556rem;
  }
}
.image-content-banner__text-content figure {
  position: relative;
  height: auto;
}
.image-content-banner__text-content figure img {
  width: auto;
  height: auto;
  min-height: auto;
  margin: 10px auto;
  margin: 0.55556rem auto;
}
@media all and (min-width: 1280px) {
  .image-content-banner__text-content {
    position: relative;
    top: 0;
    width: 511px;
    width: 28.38889rem;
    min-height: 100%;
    min-height: 500px;
    min-height: 27.77778rem;
    padding: 50px 60px;
    padding: 2.77778rem 3.33333rem;
    margin-top: 0;
  }
}
.image-content-banner--solid {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 0;
  background-color: var(--icb-content-bg-solid);
}
.image-content-banner--solid figure {
  position: relative;
  width: 100%;
}
.image-content-banner--solid figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 250px;
  max-height: 13.88889rem;
  min-height: 250px;
  min-height: 13.88889rem;
}
@media all and (min-width: 1280px) {
  .image-content-banner--solid figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 500px;
    width: 27.77778rem;
    height: 100vh;
    max-height: 100%;
    min-width: 425px;
    min-width: 23.61111rem;
    min-height: 100vh;
    margin: auto;
  }
}
@media all and (min-width: 1280px) {
  .image-content-banner--solid figure {
    height: 100%;
    max-width: 500px;
    max-width: 27.77778rem;
  }
}
.image-content-banner--solid figure[data-arx-type] img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: initial;
}
.image-content-banner--solid .image-content-banner__text-content {
  position: relative;
  left: auto;
  width: 100%;
  padding: 30px 40px;
  padding: 1.66667rem 2.22222rem;
  text-align: left;
  background: transparent;
}
.image-content-banner--solid .image-content-banner__text-content > * {
  color: var(--icb-text-color);
}
@media all and (min-width: 1280px) {
  .image-content-banner--solid .image-content-banner__text-content {
    max-width: 950px;
    max-width: 52.77778rem;
    padding: 40px 0 40px 70px;
    padding: 2.22222rem 0 2.22222rem 3.88889rem;
  }
}
@media all and (min-width: 1280px) {
  .image-content-banner--solid {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 372px;
    min-height: 20.66667rem;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.image-content-banner--solid[data-arx-type] figure {
  position: relative;
}
.image-content-banner--solid.dark {
  background-color: var(--icb-content-bg);
}
.image-content-banner--solid.dark[data-arx-type] {
  background-color: var(--icb-content-bg);
}
.image-content-banner--solid.dark[data-arx-type]::before {
  content: "Solid Color Content Banner - Dark";
}
.image-content-banner--solid.light {
  background-color: var(--icb-content-bg-2);
}
.image-content-banner--solid.light .image-content-banner__text-content > * {
  color: var(--icb-text-color-2);
}
.image-content-banner--solid.light[data-arx-type] {
  background-color: var(--icb-content-bg-2);
}
.image-content-banner--solid.light[data-arx-type]::before {
  content: "Solid Color Content Banner - Light";
}
.image-content-banner--solid[data-arx-type]::before {
  content: "Solid Color Content Banner";
}
.subpage .image-content-banner--solid {
  position: relative;
  width: 100vw;
  margin: 0 auto;
  margin-left: calc(50% - 50vw);
}

.image-content-banner--solid-icb-left .image-content-banner__text-content {
  left: 0;
}
.subpage .image-content-banner {
  position: relative;
  width: 100vw;
  margin: 0 auto;
  margin-left: calc(50% - 50vw);
}

.image-content-banner[data-arx-type],
.image-content-banner--solid[data-arx-type] {
  position: relative;
  max-width: 100% !important;
  margin: 10px 0 20px !important;
  margin: 0.55556rem 0 1.11111rem !important;
  outline: rgba(0, 88, 251, 0.2) dashed;
}
.image-content-banner[data-arx-type] h1,
.image-content-banner[data-arx-type] h2,
.image-content-banner[data-arx-type] h3,
.image-content-banner[data-arx-type] h4,
.image-content-banner[data-arx-type] h5,
.image-content-banner[data-arx-type] h6,
.image-content-banner[data-arx-type] p,
.image-content-banner[data-arx-type] ul,
.image-content-banner[data-arx-type] ol,
.image-content-banner[data-arx-type] li,
.image-content-banner--solid[data-arx-type] h1,
.image-content-banner--solid[data-arx-type] h2,
.image-content-banner--solid[data-arx-type] h3,
.image-content-banner--solid[data-arx-type] h4,
.image-content-banner--solid[data-arx-type] h5,
.image-content-banner--solid[data-arx-type] h6,
.image-content-banner--solid[data-arx-type] p,
.image-content-banner--solid[data-arx-type] ul,
.image-content-banner--solid[data-arx-type] ol,
.image-content-banner--solid[data-arx-type] li {
  color: var(--icb-text-color);
}
.image-content-banner[data-arx-type] p,
.image-content-banner--solid[data-arx-type] p {
  margin: 0 0 20px;
  margin: 0 0 1.11111rem;
}
.image-content-banner[data-arx-type]::before,
.image-content-banner--solid[data-arx-type]::before {
  content: "Image Content Banner";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  display: inline-block;
  padding: 2px;
  padding: 0.11111rem;
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(0, 88, 251, 0.04);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
}

.image-content-banner--solid[data-arx-type]::before {
  content: "Solid Color Content Banner";
}

.image-content-banner--2[data-arx-type] h1,
.image-content-banner--2[data-arx-type] h2,
.image-content-banner--2[data-arx-type] h3,
.image-content-banner--2[data-arx-type] h4,
.image-content-banner--2[data-arx-type] h5,
.image-content-banner--2[data-arx-type] h6,
.image-content-banner--2[data-arx-type] p,
.image-content-banner--2[data-arx-type] ul,
.image-content-banner--2[data-arx-type] ol,
.image-content-banner--2[data-arx-type] li {
  color: var(--icb-text-color-2);
}

/*
  Typography
*/
.content-section__heading {
  font-size: 30px;
  font-size: 1.66667rem;
  font-weight: bold;
  line-height: 36px;
  line-height: 2rem;
  color: #1a1a1a;
}
.content-section__heading--large {
  font-size: 36px;
  font-size: 2rem;
}
.content-section__heading--light {
  color: #fff;
}

/*
   _text.scss - Global Text & Typography Styles

   This file defines the global typography settings, including:
   - Default font sizes and line heights for headings (`h1-h6`), paragraphs, and content blocks.
   - CSS variables for colors and text-related properties, ensuring maintainability.
   - Utility classes under `.heading--*` and `.content--*` for text modifications (e.g., size, font, spacing).
   - Mobile and desktop font scaling using `@media` queries.
   - Overrides for common text styles like `text-shadow`, `uppercase`, and `underline`.

   📌 **What Belongs Here?**
   - Any global text styles or utilities meant to be reused across the site.
   - Adjustments to font sizes, weights, colors, and spacing related to textual content.
   - Variables and calculations for scalable, responsive typography.

   🚫 **What Does NOT Belong Here?**
   - Component-specific styles (should go in their respective SCSS files).
   - Non-text-related styles like layout, buttons, or spacing adjustments beyond text.
   - Custom styles that are not meant to be applied globally.

   ✅ **How to Extend It Properly**
   - Use existing CSS variables (`--base-font-size`, `--hd_color`, etc.) to maintain consistency.
   - Follow the BEM convention (`.heading--modifier`, `.content--modifier`).

   This file ensures a consistent and maintainable typography system across the project.
*/
:root {
  --hd_color: var(--color_gray-dark);
  --hd_color-two: var(--color_gray-dark);
  --hd_color-three: var(--color_gray-dark);
  --hd_underline-color: var(--color_gray-dark);
  --hd_large-mult: 1.5;
  --hd_small-mult: .9;
  --hr_color: var(--color_gray-dark);
  /* Content Settings */
  --paragraph-text-color: var(--color_gray-dark);
  --base-font-size: var(--default_font-size);
  --base-line-height: var(--default_line-height);
  /*  Heading Sizes  */
  --hd_one: 60PX;
  --hd_two: 54PX;
  --hd_three: 46PX;
  --hd_four: 24PX;
  --hd_five: 18PX;
  --hd_six: 18PX;
  /*  Mobile Heading Sizes */
  --hd-mbl_one: 30PX;
  --hd-mbl_two: 26PX;
  --hd-mbl_three: 24PX;
  --hd-mbl_four: 22PX;
  --hd-mbl_five: 18PX;
  --hd-mbl_six: 18PX;
}

/* Atlas */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--hd_color);
}

h1 {
  --hd_base: var(--hd-mbl_one);
  font-family: var(--font_secondary);
  font-size: var(--hd-mbl_one);
  font-weight: 400;
  line-height: var(--hd-mbl_one);
  margin-bottom: 20px;
  margin-bottom: 1.11111rem;
}
@media all and (width >= 800px) {
  h1 {
    --hd_base: var(--hd_one);
    font-size: var(--hd_one);
    line-height: var(--hd_one);
    margin-bottom: 10px;
    margin-bottom: 0.55556rem;
  }
}

h2 {
  --hd_base: var(--hd-mbl_two);
  font-family: var(--font_secondary);
  font-size: var(--hd-mbl_two);
  font-weight: 500;
  line-height: var(--hd-mbl_two);
  margin-bottom: 20px;
  margin-bottom: 1.11111rem;
}
@media all and (width >= 800px) {
  h2 {
    --hd_base: var(--hd_two);
    font-size: var(--hd_two);
    line-height: var(--hd_two);
    margin-bottom: 10px;
    margin-bottom: 0.55556rem;
  }
}

h3 {
  --hd_base: var(--hd-mbl_three);
  font-family: var(--font_secondary);
  font-size: var(--hd-mbl_three);
  font-weight: 500;
  line-height: var(--hd-mbl_three);
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
}
@media all and (width >= 800px) {
  h3 {
    --hd_base: var(--hd_three);
    font-size: var(--hd_three);
    line-height: var(--hd_three);
  }
}

h4 {
  --hd_base: var(--hd-mbl_four);
  font-family: var(--font_primary);
  font-size: var(--hd-mbl_four);
  font-weight: 700;
  line-height: var(--hd-mbl_four);
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
}
@media all and (width >= 800px) {
  h4 {
    --hd_base: var(--hd_four);
    font-size: var(--hd_four);
    line-height: var(--hd_four);
  }
}

h5 {
  --hd_base: var(--hd-mbl_five);
  font-family: var(--font_primary);
  font-size: var(--hd-mbl_five);
  font-weight: 700;
  line-height: var(--hd-mbl_five);
  margin-bottom: 0;
}
@media all and (width >= 800px) {
  h5 {
    --hd_base: var(--hd_five);
    font-size: var(--hd_five);
    line-height: var(--hd_five);
  }
}

h6 {
  --hd_base: var(--hd-mbl_six);
  font-family: var(--font_primary);
  font-size: var(--hd-mbl_six);
  font-weight: 400;
  font-style: italic;
  line-height: var(--hd-mbl_six);
  margin-bottom: 0;
}
@media all and (width >= 800px) {
  h6 {
    --hd_base: var(--hd_six);
    font-size: var(--hd_six);
    line-height: var(--hd_six);
  }
}

p {
  margin: 0 0 20px;
  margin: 0 0 1.11111rem;
  font-family: var(--font_primary);
  font-size: var(--base-font-size);
  font-weight: 400;
  line-height: var(--base-line-height);
  color: var(--paragraph-text-color);
}

/* Article Heading Styles */
.heading {
  /* !important to ensure that the user gets the color they expect */
}
.heading--large {
  font-size: calc(var(--hd_large-mult) * var(--hd_base));
}
.heading--small {
  font-size: calc(var(--hd_small-mult) * var(--hd_base));
  font-weight: 500;
  text-transform: uppercase;
}
.heading--no-margin {
  margin: 0 !important;
}
.heading--primary-font {
  font-family: var(--font_primary);
}
.heading--secondary-font {
  font-family: var(--font_secondary);
}
.heading--text-shadow {
  text-shadow: var(--default_text-shadow);
}
.heading--color2 {
  color: var(--hd_color-two) !important;
}
.heading--color3 {
  color: var(--hd_color-three) !important;
}
.heading--all-caps {
  text-transform: uppercase;
}
.heading--paragraph-font-size {
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}
.heading--underline {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--hd_underline-color);
  border-bottom: 0.05556rem solid var(--hd_underline-color);
  padding-bottom: 15px;
  padding-bottom: 0.83333rem;
  margin-bottom: 20px;
  margin-bottom: 1.11111rem;
}
.heading--underline-alt {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 15px;
  padding-bottom: 0.83333rem;
  margin-bottom: 60px;
  margin-bottom: 3.33333rem;
  border-bottom: 0;
  /* Need to account for article classes here */
}
.heading--underline-alt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  height: 0.16667rem;
  max-width: 160px;
  max-width: 8.88889rem;
  background: var(--hd_underline-color-alt);
  border-radius: 50px;
  border-radius: 2.77778rem;
}
.heading--underline-alt.align-center::after {
  right: 0;
  margin: auto;
}
.heading--underline-alt.align-right::after {
  right: 0;
  left: auto;
}

.content--text-shadow {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.9);
  text-shadow: 0 0.16667rem 0.33333rem rgba(0, 0, 0, 0.9);
}
.content--sm,
.content small {
  font-size: calc(var(--base-font-size) * 0.83);
  line-height: var(--base-line-height);
}
.content--md {
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}
@media all and (width >= 800px) {
  .content--md {
    font-size: calc(var(--base-font-size) * 1.1);
  }
}
.content--lg {
  font-size: calc(var(--base-font-size) * 1.2);
  line-height: var(--base-line-height);
}
@media all and (width >= 800px) {
  .content--lg {
    font-size: calc(var(--base-font-size) * 1.3);
  }
}
.content--xl {
  font-size: calc(var(--base-font-size) * 1.4);
  line-height: var(--base-line-height);
}
@media all and (width >= 800px) {
  .content--xl {
    font-size: calc(var(--base-font-size) * 2.15);
  }
}
.content--thin {
  font-weight: 300;
}

hr {
  width: 100%;
  height: 2px;
  height: 0.11111rem;
  margin: 15px 0 35px;
  margin: 0.83333rem 0 1.94444rem;
  background: var(--hr_color);
  border: 0;
}

:root {
  --ul-text-color: #1a1a1a;
  --ul-bullet-color: #1a1a1a;
  --ul-bullet-secondary-color: #ccc;
  --ol-text-color: #1a1a1a;
  --ol-number-color: #1a1a1a;
  --ol-bullet-color: #ccc;
}

main ul,
main ol,
footer ul,
footer ol {
  margin: 0 0 20px 12px;
  margin: 0 0 1.11111rem 0.66667rem;
  font-family: var(--primary-font);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  line-height: 1.55556rem;
}
main ul.no-bullets,
main ol.no-bullets,
footer ul.no-bullets,
footer ol.no-bullets {
  margin: 0 0 20px;
  margin: 0 0 1.11111rem;
  list-style: none;
  padding-left: 0;
}
@media all and (min-width: 800px) {
  main ul.list--two-column,
  main ol.list--two-column,
  footer ul.list--two-column,
  footer ol.list--two-column {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media all and (min-width: 800px) {
  main ul.list--three-column,
  main ol.list--three-column,
  footer ul.list--three-column,
  footer ol.list--three-column {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media all and (min-width: 1280px) {
  main ul.list--three-column,
  main ol.list--three-column,
  footer ul.list--three-column,
  footer ol.list--three-column {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media all and (min-width: 800px) {
  main ul.list--four-column,
  main ol.list--four-column,
  footer ul.list--four-column,
  footer ol.list--four-column {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media all and (min-width: 1280px) {
  main ul.list--four-column,
  main ol.list--four-column,
  footer ul.list--four-column,
  footer ol.list--four-column {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
main ul,
main ul.standard-list,
footer ul,
footer ul.standard-list {
  padding-left: 20px;
  padding-left: 1.11111rem;
  list-style: none;
  color: var(--ul-text-color);
}
main ul li,
main ul.standard-list li,
footer ul li,
footer ul.standard-list li {
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
}
main ul li ul,
main ul.standard-list li ul,
footer ul li ul,
footer ul.standard-list li ul {
  margin-top: 10px;
  margin-top: 0.55556rem;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 0.88889rem;
  padding-left: 20px;
  padding-left: 1.11111rem;
  margin-left: 0;
}
main ul li ul li::before,
main ul.standard-list li ul li::before,
footer ul li ul li::before,
footer ul.standard-list li ul li::before {
  background: var(--ul-bullet-secondary-color);
}
main ul li::before,
main ul.standard-list li::before,
footer ul li::before,
footer ul.standard-list li::before {
  content: "";
  position: relative;
  top: 0;
  left: -8px;
  left: -0.44444rem;
  display: inline-block;
  width: 12px;
  width: 0.66667rem;
  height: 12px;
  height: 0.66667rem;
  background: var(--ul-bullet-color);
  border-radius: 50%;
}
main ol,
main ol.standard-list,
footer ol,
footer ol.standard-list {
  list-style: none;
  counter-reset: numbers;
  padding-left: 10px;
  padding-left: 0.55556rem;
  color: var(--ol-text-color);
}
main ol li,
main ol.standard-list li,
footer ol li,
footer ol.standard-list li {
  counter-increment: numbers;
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
}
main ol li > ol,
main ol li > ul,
main ol.standard-list li > ol,
main ol.standard-list li > ul,
footer ol li > ol,
footer ol li > ul,
footer ol.standard-list li > ol,
footer ol.standard-list li > ul {
  margin-top: 10px;
  margin-top: 0.55556rem;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 0.88889rem;
  padding-left: 13px;
  padding-left: 0.72222rem;
  margin-left: 0;
}
main ol li > ol li::before,
main ol li > ul li::before,
main ol.standard-list li > ol li::before,
main ol.standard-list li > ul li::before,
footer ol li > ol li::before,
footer ol li > ul li::before,
footer ol.standard-list li > ol li::before,
footer ol.standard-list li > ul li::before {
  content: "";
  position: relative;
  top: 0;
  left: -8px;
  left: -0.44444rem;
  display: inline-block;
  width: 12px;
  width: 0.66667rem;
  height: 12px;
  height: 0.66667rem;
  background: var(--ol-bullet-color);
  border-radius: 50%;
}
main ol li::before,
main ol.standard-list li::before,
footer ol li::before,
footer ol.standard-list li::before {
  content: counter(numbers);
  position: relative;
  left: -8px;
  left: -0.44444rem;
  display: inline-block;
  font-family: var(--primary-font);
  font-weight: 500;
  color: var(--ol-number-color);
}

:root {
  --link-color: #aa4492;
  --link-color-hover: #1a1a1a;
  --link-border-color: #aa4492;
  --link-border-color-hover: #1a1a1a;
  --link-color-alt: #1a1a1a;
  --link-color-alt-hover: #aa4492;
  --link-border-alt-color: #1a1a1a;
  --link-border-alt-color-hover: #aa4492;
  --link-color-white: #fff;
  --link-color-white-hover: #ccc;
  --link-border-white-color: #ccc;
  --link-border-white-color-hover: #fff;
  --link-color-dark: #fff;
  --link-color-dark-hover: #ccc;
  --link-border-color-dark: #aa4492;
  --link-border-color-dark-hover: #fff;
  --link-color-light: #1a1a1a;
  --link-color-light-hover: #1a1a1a;
  --link-border-color-light: #aa4492;
  --link-border-color-light-hover: #1a1a1a;
}

a,
.standard-link {
  position: relative;
  font-family: var(--font_primary);
  font-weight: 700;
  color: var(--link-color);
  text-decoration: none;
  border-bottom: 1px solid var(--link-border-color);
  border-bottom: 0.05556rem solid var(--link-border-color);
}
.dark a,
.dark .standard-link {
  color: var(--link-color-dark);
}
.dark a:hover, .dark a:focus,
.dark .standard-link:hover,
.dark .standard-link:focus {
  color: var(--link-color-dark-hover);
}
.light a,
.light .standard-link {
  color: var(--link-color-light);
}
.light a:hover, .light a:focus,
.light .standard-link:hover,
.light .standard-link:focus {
  color: var(--link-color-light-hover);
}
a:hover, a:focus,
.standard-link:hover,
.standard-link:focus {
  color: var(--link-color-hover);
  border-bottom-color: var(--link-border-color-hover);
}
a.alt-link, a--alt-link,
.standard-link.alt-link,
.standard-link--alt-link {
  color: var(--link-color-alt);
  border-bottom-color: var(--link-border-alt-color);
}
a.alt-link:hover, a.alt-link:focus, a--alt-link:hover, a--alt-link:focus,
.standard-link.alt-link:hover,
.standard-link.alt-link:focus,
.standard-link--alt-link:hover,
.standard-link--alt-link:focus {
  color: var(--link-color-alt-hover);
  border-bottom-color: var(--link-border-alt-color-hover);
}
a.alt-white, a--alt-white,
.standard-link.alt-white,
.standard-link--alt-white {
  color: var(--link-color-white);
  border-bottom-color: var(--link-border-white-color);
}
a.alt-white:hover, a.alt-white:focus, a--alt-white:hover, a--alt-white:focus,
.standard-link.alt-white:hover,
.standard-link.alt-white:focus,
.standard-link--alt-white:hover,
.standard-link--alt-white:focus {
  color: var(--link-color-white-hover);
  border-bottom-color: var(--link-border-white-color-hover);
}

:root {
  /* Primary Button */
  --button-bg-color: #414141;
  --button-bg-color-hover: #1a1a1a;
  --button-text-color: #fff;
  --button-text-color-hover: #fff;
  /* Secondary Button */
  --button-secondary-bg-color: #ccc;
  --button-secondary-bg-color-hover: #1a1a1a;
  --button-secondary-text-color: #1a1a1a;
  --button-secondary-text-color-hover: #fff;
  /* Outline Button Default */
  --button-outline-bg-color: transparent;
  --button-outline-bg-color-hover: transparent;
  --button-outline-text-color: #1a1a1a;
  --button-outline-text-color-hover: #1a1a1a;
  --button-outline-border-color: #b3b3b3;
  --button-outline-border-color-hover: #1a1a1a;
  /* White Outline Button for dark backgrounds */
  --button-outline-white-bg-color: transparent;
  --button-outline-white-bg-color-hover: #fff;
  --button-outline-white-text-color: #fff;
  --button-outline-white-text-color-hover: #1a1a1a;
  --button-outline-white-border-color: #fff;
  --button-outline-white-border-color-hover: #fff;
  /* Arrow Buttons */
  --button-arrow-color: #fff;
  --button-secondary-arrow-color: #1a1a1a;
  --button-arrow-bg-color: #1a1a1a;
  --button-arrow-color-hover: white;
  --button-arrow-bg-color-hover: #414141;
  --button-outline-arrow-color: #ccc;
  --button-outline-arrow-bg-color: white;
  --button-outline-arrow-color-hover: #1a1a1a;
  --button-outline-arrow-bg-color-hover: white;
}

.button,
a.button {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  min-width: 160px;
  min-width: 8.88889rem;
  padding: 12px 20px;
  padding: 0.66667rem 1.11111rem;
  overflow: hidden;
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 24px;
  line-height: 1.33333rem;
  text-decoration: none;
  border-radius: 10px;
  border-radius: 0.55556rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button span:not(.afp),
a.button span:not(.afp) {
  font-weight: 400;
  color: var(--button-color);
  margin-right: 5px;
  margin-right: 0.27778rem;
}
.button .afp,
a.button .afp {
  margin-right: 10px;
  margin-right: 0.55556rem;
  color: currentcolor;
}
.button .afp--round,
a.button .afp--round {
  position: relative;
  left: -10px;
  left: -0.55556rem;
  margin-right: 0;
}
.button::before,
a.button::before {
  content: none;
  opacity: 1;
}
.button:hover, .button:focus,
a.button:hover,
a.button:focus {
  text-decoration: none;
}
.button--primary__arrow-left::before, .button--primary__arrow-left::after, .button--primary__arrow-right::before, .button--primary__arrow-right::after, .button--secondary__arrow-left::before, .button--secondary__arrow-left::after, .button--secondary__arrow-right::before, .button--secondary__arrow-right::after,
a.button--primary__arrow-left::before,
a.button--primary__arrow-left::after,
a.button--primary__arrow-right::before,
a.button--primary__arrow-right::after,
a.button--secondary__arrow-left::before,
a.button--secondary__arrow-left::after,
a.button--secondary__arrow-right::before,
a.button--secondary__arrow-right::after {
  content: "";
  position: absolute;
  top: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  width: 2.22222rem;
  height: 100%;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-size: 13px;
  font-size: 0.72222rem;
  font-weight: 900;
  color: var(--button-arrow-color);
  background: var(--button-arrow-bg-color);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-bottom: 0;
}
.button--primary__arrow-left:hover::before, .button--primary__arrow-left:hover::after, .button--primary__arrow-left:focus::before, .button--primary__arrow-left:focus::after, .button--primary__arrow-right:hover::before, .button--primary__arrow-right:hover::after, .button--primary__arrow-right:focus::before, .button--primary__arrow-right:focus::after, .button--secondary__arrow-left:hover::before, .button--secondary__arrow-left:hover::after, .button--secondary__arrow-left:focus::before, .button--secondary__arrow-left:focus::after, .button--secondary__arrow-right:hover::before, .button--secondary__arrow-right:hover::after, .button--secondary__arrow-right:focus::before, .button--secondary__arrow-right:focus::after,
a.button--primary__arrow-left:hover::before,
a.button--primary__arrow-left:hover::after,
a.button--primary__arrow-left:focus::before,
a.button--primary__arrow-left:focus::after,
a.button--primary__arrow-right:hover::before,
a.button--primary__arrow-right:hover::after,
a.button--primary__arrow-right:focus::before,
a.button--primary__arrow-right:focus::after,
a.button--secondary__arrow-left:hover::before,
a.button--secondary__arrow-left:hover::after,
a.button--secondary__arrow-left:focus::before,
a.button--secondary__arrow-left:focus::after,
a.button--secondary__arrow-right:hover::before,
a.button--secondary__arrow-right:hover::after,
a.button--secondary__arrow-right:focus::before,
a.button--secondary__arrow-right:focus::after {
  color: var(--button-arrow-color-hover);
  background: var(--button-arrow-bg-color-hover);
}
.button--primary__arrow-left, .button--secondary__arrow-left,
a.button--primary__arrow-left,
a.button--secondary__arrow-left {
  padding-left: 55px;
  padding-left: 3.05556rem;
}
.button--primary__arrow-left::before, .button--secondary__arrow-left::before,
a.button--primary__arrow-left::before,
a.button--secondary__arrow-left::before {
  content: "\f060";
  left: 0;
}
.button--primary__arrow-left::after, .button--secondary__arrow-left::after,
a.button--primary__arrow-left::after,
a.button--secondary__arrow-left::after {
  content: none;
}
.button--primary__arrow-right, .button--secondary__arrow-right,
a.button--primary__arrow-right,
a.button--secondary__arrow-right {
  padding-right: 55px;
  padding-right: 3.05556rem;
}
.button--primary__arrow-right::before, .button--secondary__arrow-right::before,
a.button--primary__arrow-right::before,
a.button--secondary__arrow-right::before {
  content: none;
}
.button--primary__arrow-right::after, .button--secondary__arrow-right::after,
a.button--primary__arrow-right::after,
a.button--secondary__arrow-right::after {
  content: "\f061";
  right: 0;
}
.button--primary,
a.button--primary {
  color: var(--button-text-color);
  background: var(--button-bg-color);
}
.button--primary:hover, .button--primary:focus,
a.button--primary:hover,
a.button--primary:focus {
  color: var(--button-text-color-hover);
  background: var(--button-bg-color-hover);
}
.button--secondary,
a.button--secondary {
  color: var(--button-secondary-text-color);
  background: var(--button-secondary-bg-color);
}
.button--secondary:hover, .button--secondary:focus,
a.button--secondary:hover,
a.button--secondary:focus {
  color: var(--button-secondary-text-color-hover);
  background: var(--button-secondary-bg-color-hover);
}
.button--secondary__arrow-left::before, .button--secondary__arrow-left::after, .button--secondary__arrow-right::before, .button--secondary__arrow-right::after,
a.button--secondary__arrow-left::before,
a.button--secondary__arrow-left::after,
a.button--secondary__arrow-right::before,
a.button--secondary__arrow-right::after {
  color: var(--button-secondary-arrow-color);
  background: rgba(240, 78, 37, 0.2);
}
.button--primary-pill,
a.button--primary-pill {
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border-radius: 25px;
  border-radius: 1.38889rem;
}
.button--primary-pill:hover, .button--primary-pill:focus,
a.button--primary-pill:hover,
a.button--primary-pill:focus {
  color: var(--button-text-color-hover);
  background: var(--button-bg-color-hover);
}
.button--secondary-pill,
a.button--secondary-pill {
  color: var(--button-secondary-text-color);
  background: var(--button-secondary-bg-color);
  border-radius: 25px;
  border-radius: 1.38889rem;
}
.button--secondary-pill:hover, .button--secondary-pill:focus,
a.button--secondary-pill:hover,
a.button--secondary-pill:focus {
  color: var(--button-secondary-text-color-hover);
  background: var(--button-secondary-bg-color-hover);
}
.button--primary-outline,
a.button--primary-outline {
  color: var(--button-outline-text-color);
  background: var(--button-outline-bg-color);
  border: 1px solid var(--button-outline-border-color);
  border: 0.05556rem solid var(--button-outline-border-color);
  border-radius: 10px;
  border-radius: 0.55556rem;
}
.button--primary-outline:hover, .button--primary-outline:focus,
a.button--primary-outline:hover,
a.button--primary-outline:focus {
  color: var(--button-outline-text-color-hover);
  background: var(--button-outline-bg-color-hover);
  border-color: var(--button-outline-border-color-hover);
}
.button--primary-outline__arrow-left::before, .button--primary-outline__arrow-left::after, .button--primary-outline__arrow-right::before, .button--primary-outline__arrow-right::after,
a.button--primary-outline__arrow-left::before,
a.button--primary-outline__arrow-left::after,
a.button--primary-outline__arrow-right::before,
a.button--primary-outline__arrow-right::after {
  content: "";
  position: absolute;
  top: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  width: 2.22222rem;
  height: 100%;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-size: 13px;
  font-size: 0.72222rem;
  font-weight: 900;
  color: var(--button-outline-arrow-color);
  background: var(--button-outline-arrow-bg-color);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-bottom: 0;
}
.button--primary-outline__arrow-left:hover::before, .button--primary-outline__arrow-left:hover::after, .button--primary-outline__arrow-left:focus::before, .button--primary-outline__arrow-left:focus::after, .button--primary-outline__arrow-right:hover::before, .button--primary-outline__arrow-right:hover::after, .button--primary-outline__arrow-right:focus::before, .button--primary-outline__arrow-right:focus::after,
a.button--primary-outline__arrow-left:hover::before,
a.button--primary-outline__arrow-left:hover::after,
a.button--primary-outline__arrow-left:focus::before,
a.button--primary-outline__arrow-left:focus::after,
a.button--primary-outline__arrow-right:hover::before,
a.button--primary-outline__arrow-right:hover::after,
a.button--primary-outline__arrow-right:focus::before,
a.button--primary-outline__arrow-right:focus::after {
  color: var(--button-outline-arrow-color-hover);
  border-color: var(--button-outline-border-color-hover);
}
.button--primary-outline__arrow-left,
a.button--primary-outline__arrow-left {
  padding-left: 55px;
  padding-left: 3.05556rem;
}
.button--primary-outline__arrow-left::before,
a.button--primary-outline__arrow-left::before {
  content: "\f060";
  left: 0;
  border-right: 1px solid var(--button-outline-border-color);
  border-right: 0.05556rem solid var(--button-outline-border-color);
}
.button--primary-outline__arrow-left::after,
a.button--primary-outline__arrow-left::after {
  content: none;
}
.button--primary-outline__arrow-right,
a.button--primary-outline__arrow-right {
  padding-right: 55px;
  padding-right: 3.05556rem;
}
.button--primary-outline__arrow-right::before,
a.button--primary-outline__arrow-right::before {
  content: none;
}
.button--primary-outline__arrow-right::after,
a.button--primary-outline__arrow-right::after {
  content: "\f061";
  right: 0;
  border-left: 1px solid var(--button-outline-border-color);
  border-left: 0.05556rem solid var(--button-outline-border-color);
}
.button--primary-outline-white,
a.button--primary-outline-white {
  color: var(--button-outline-white-text-color);
  background: var(--button-outline-white-bg-color);
  border: 1px solid var(--button-outline-white-border-color);
  border: 0.05556rem solid var(--button-outline-white-border-color);
  border-radius: 10px;
  border-radius: 0.55556rem;
}
.button--primary-outline-white:hover, .button--primary-outline-white:focus,
a.button--primary-outline-white:hover,
a.button--primary-outline-white:focus {
  color: var(--button-outline-white-text-color-hover);
  background: var(--button-outline-white-bg-color-hover);
  border-color: var(--button-outline-white-border-color-hover);
}
.button--primary-pill-outline,
a.button--primary-pill-outline {
  color: var(--button-outline-text-color);
  background: var(--button-outline-bg-color);
  border: 1px solid var(--button-outline-border-color);
  border: 0.05556rem solid var(--button-outline-border-color);
  border-radius: 25px;
  border-radius: 1.38889rem;
}
.button--primary-pill-outline:hover, .button--primary-pill-outline:focus,
a.button--primary-pill-outline:hover,
a.button--primary-pill-outline:focus {
  color: var(--button-outline-text-color-hover);
  background: var(--button-outline-bg-color-hover);
  border-color: var(--button-outline-border-color-hover);
}
.button--primary-pill-outline-white,
a.button--primary-pill-outline-white {
  color: var(--button-outline-white-text-color);
  background: var(--button-outline-white-bg-color);
  border: 1px solid var(--button-outline-white-border-color);
  border: 0.05556rem solid var(--button-outline-white-border-color);
  border-radius: 25px;
  border-radius: 1.38889rem;
}
.button--primary-pill-outline-white:hover, .button--primary-pill-outline-white:focus,
a.button--primary-pill-outline-white:hover,
a.button--primary-pill-outline-white:focus {
  color: var(--button-outline-white-text-color-hover);
  background: var(--button-outline-white-bg-color-hover);
  border-color: var(--button-outline-white-border-color-hover);
}
.button--call::before,
a.button--call::before {
  content: "";
}
.button--helpDesk::before,
a.button--helpDesk::before {
  content: "";
}

.button-list {
  padding-top: 20px;
  padding-top: 1.11111rem;
  padding-bottom: 35px;
  padding-bottom: 1.94444rem;
}
.button-list li .button {
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}
.button-list li:last-of-type .button {
  margin-bottom: 0;
}

:root {
  /* Blockquotes */
  --bq-background: #f2f2f2;
  --bq-text: #1a1a1a;
  --bq-cite-text: #666;
  --bq-border-color: #ccc;
  --bq-alt-cite-text: #1782c5;
}
:root .dark-mode {
  --bq-background: gray;
  --bq-text: #f2f2f2;
  --bq-border-color: #ccc;
}

blockquote:not([data-arx-type]) {
  position: relative;
  min-height: 140px;
  min-height: 7.77778rem;
  padding: 30px;
  padding: 1.66667rem;
  margin: 20px 0;
  margin: 1.11111rem 0;
  background: var(--bq-background);
  border-radius: 10px;
  border-radius: 0.55556rem;
}
@media all and (width >= 800px) {
  blockquote:not([data-arx-type]) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    width: 100%;
    padding: 30px 30px 30px 140px;
    padding: 1.66667rem 1.66667rem 1.66667rem 7.77778rem;
  }
}
blockquote:not([data-arx-type]) p {
  width: 100%;
  margin: 0;
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  line-height: 1.33333rem;
  color: var(--bq-text);
}
@media all and (width >= 1280px) {
  blockquote:not([data-arx-type]) p {
    font-size: 22px;
    font-size: 1.22222rem;
    line-height: 30px;
    line-height: 1.66667rem;
  }
}
blockquote:not([data-arx-type]) p:last-of-type {
  margin-bottom: 0;
}
blockquote:not([data-arx-type]) cite,
blockquote:not([data-arx-type]) small {
  display: block;
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 600;
  line-height: 24px;
  line-height: 1.33333rem;
  color: var(--bq-cite-text);
  text-transform: uppercase;
  margin-top: 15px;
  margin-top: 0.83333rem;
}
@media all and (width >= 800px) {
  blockquote:not([data-arx-type]) cite,
  blockquote:not([data-arx-type]) small {
    margin-top: 5px;
    margin-top: 0.27778rem;
  }
}
blockquote:not([data-arx-type])::before {
  content: "";
  position: relative;
  display: block;
  width: 40px;
  width: 2.22222rem;
  height: 40px;
  height: 2.22222rem;
  margin: 0 auto 20px;
  margin: 0 auto 1.11111rem;
  text-align: center;
  background-image: url("/themes/atlas/assets/dist/images/blockquote-quote.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (width >= 800px) {
  blockquote:not([data-arx-type])::before {
    position: absolute;
    top: 30px;
    top: 1.66667rem;
    left: 30px;
    left: 1.66667rem;
    width: 80px;
    width: 4.44444rem;
    height: 80px;
    height: 4.44444rem;
  }
}
@media all and (width >= 1280px) {
  blockquote:not([data-arx-type]).long p {
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 28px;
    line-height: 1.55556rem;
  }
}
blockquote:not([data-arx-type]).no-background {
  display: block;
  padding: 0 0 30px;
  padding: 0 0 1.66667rem;
  margin: 40px 0 20px;
  margin: 2.22222rem 0 1.11111rem;
  text-align: center;
  background: transparent;
  border-radius: 0;
  border-top: 1px solid var(--bq-border-color);
  border-top: 0.05556rem solid var(--bq-border-color);
}
blockquote:not([data-arx-type]).no-background p {
  max-width: 916px;
  max-width: 50.88889rem;
  margin: auto;
}
@media all and (width >= 1280px) {
  blockquote:not([data-arx-type]).no-background p {
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 28px;
    line-height: 1.55556rem;
  }
}
blockquote:not([data-arx-type]).no-background cite,
blockquote:not([data-arx-type]).no-background small {
  color: var(--bq-alt-cite-text);
}
blockquote:not([data-arx-type]).no-background::before {
  position: relative;
  top: -20px;
  top: -1.11111rem;
  left: 0;
  width: 45px;
  width: 2.5rem;
  height: 30px;
  height: 1.66667rem;
  padding: 0 40px;
  padding: 0 2.22222rem;
  margin: 0 auto;
  background-color: white;
  background-image: url("/themes/atlas/assets/dist/images/blockquote-quote-nobackground.svg");
  background-position: center;
}

/*
  Layout
*/
:root {
  --fc_titleColor: #fff;
  --fc_textColor: #fff;
  --fc_linkColor: #3dd8e6;
  --fc_contentBackground: linear-gradient(315deg, rgb(5 39 80 / 100%) 0%, rgb(7 24 43 / 100%) 100%);
  --lc_borderColor: rgb(52 61 64 / 10%);
  --lc-inputFocusBorder: rgb(36 180 193 / 60%);
  --lc_inputPlaceholderColor: #1a1a1a;
  --lc_inputHoverShadow: rgb(36 180 193 / 50%);
  --lo_buttonShadow: rgb(0 0 0 / 16%);
  --lo_buttonShadowHover: rgb(36 180 193 / 50%);
  --help_linkButtonColor: rgb(0 0 0 / 16%);
  --help_linkButtonColorHover: rgb(52 61 64 / 50%);
  --help_linkButtonColorFocus: rgb(52 61 64 / 50%);
}

.dark-mode {
  --fc_titleColor: #000;
}

.login {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (min-width: 1280px) {
  .login {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.login__sidebar {
  width: 100%;
  min-height: auto;
  overflow: hidden;
}
@media all and (min-width: 1280px) {
  .login__sidebar {
    min-width: 540px;
    min-width: 30rem;
    min-height: 100vh;
    overflow: visible;
  }
}
.login__sidebar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  background: url("/assets/dist/images/login-gradient.svg") no-repeat;
  background-position: right;
  background-size: cover;
}
@media all and (min-width: 1280px) {
  .login__sidebar::before {
    width: 100%;
  }
}

.login__main {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.featured-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 30px;
  padding: 1.11111rem 1.66667rem;
  margin: 0 auto;
}
@media all and (min-width: 1280px) {
  .featured-content {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    max-width: 475px;
    max-width: 26.38889rem;
    padding: 60px 80px;
    padding: 3.33333rem 4.44444rem;
  }
}
.featured-content__image {
  display: none;
}
@media all and (min-width: 1280px) {
  .featured-content__image {
    display: block;
    margin-bottom: 50px;
    margin-bottom: 2.77778rem;
  }
}
.featured-content__title {
  margin: 0 0 7px;
  margin: 0 0 0.38889rem;
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--fc_textColor);
}
@media all and (min-width: 1280px) {
  .featured-content__title {
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 28px;
    line-height: 1.55556rem;
  }
}
.featured-content__text {
  display: none;
}
@media all and (min-width: 1280px) {
  .featured-content__text {
    display: block;
    font-family: var(--font_primary);
    font-size: 18px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 28px;
    line-height: 1.55556rem;
    color: var(--fc_textColor);
    margin-top: 0;
  }
}
.featured-content__link {
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 700;
  line-height: 18px;
  line-height: 1rem;
  color: var(--fc_linkColor);
  text-decoration: none;
}
@media all and (min-width: 1280px) {
  .featured-content__link {
    font-size: 18px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1rem;
  }
}
.featured-content__link::after {
  content: "\f061";
  position: relative;
  display: inline-block;
  /*
  REPLACE WITH SVG ICON


  font-family: atlas.$fontawesome;
  */
  font-size: 12px;
  font-size: 0.66667rem;
  color: var(--fc_linkColor);
  margin-left: 7px;
  margin-left: 0.38889rem;
  opacity: 0.5;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
@media all and (min-width: 1280px) {
  .featured-content__link::after {
    font-size: 14px;
    font-size: 0.77778rem;
  }
}
.featured-content__link:hover::after, .featured-content__link:focus::after {
  opacity: 1;
  margin-left: 12px;
  margin-left: 0.66667rem;
}

.login-wrapper {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 20px 30px;
  padding: 1.11111rem 1.66667rem;
  text-align: center;
}
@media all and (min-width: 1280px) {
  .login-wrapper {
    top: 50%;
    max-width: 660px;
    max-width: 36.66667rem;
    padding: 60px 80px;
    padding: 3.33333rem 4.44444rem;
    margin: 0 auto 200px;
    margin: 0 auto 11.11111rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.login-wrapper__logo {
  position: relative;
  display: block;
  width: 190px;
  width: 10.55556rem;
  height: 100px;
  height: 5.55556rem;
  margin: auto;
  background: url("/assets/dist/images/logo-antilles-light.svg") no-repeat;
  background-size: contain;
}
.login-wrapper__login-controls {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 500px;
  max-width: 27.77778rem;
  padding: 35px 0;
  padding: 1.94444rem 0;
  margin: 0 auto 30px;
  margin: 0 auto 1.66667rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.login-wrapper__login-controls::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  height: 0.11111rem;
  max-width: 340px;
  max-width: 18.88889rem;
  margin: auto;
  background: rgba(var(--lc_border-color), 0.1);
  border-radius: 5px;
  border-radius: 0.27778rem;
}
.login-wrapper__login-controls--input {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 20px;
  padding: 0.88889rem 1.11111rem;
  border: 0;
  border-radius: 10px;
  border-radius: 0.55556rem;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 0.83333rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.83333rem rgba(0, 0, 0, 0.16);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.login-wrapper__login-controls--input:focus {
  -webkit-box-shadow: 0 0 15px rgba(var(--lc_inputFocusBorder), 0.16);
          box-shadow: 0 0 15px rgba(var(--lc_inputFocusBorder), 0.16);
  -webkit-box-shadow: 0 0 0.83333rem rgba(var(--lc_inputFocusBorder), 0.16);
          box-shadow: 0 0 0.83333rem rgba(var(--lc_inputFocusBorder), 0.16);
  outline: 1px solid rgba(var(lc_inputFocusBorder), 0.6);
  outline: 0.05556rem solid rgba(var(lc_inputFocusBorder), 0.6);
}
.login-wrapper__login-controls--input::-webkit-input-placeholder {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--lc_inputPlaceholderColor);
}
.login-wrapper__login-controls--input::-moz-placeholder {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--lc_inputPlaceholderColor);
}
.login-wrapper__login-controls--input:-ms-input-placeholder {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--lc_inputPlaceholderColor);
}
.login-wrapper__login-controls--input::-ms-input-placeholder {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--lc_inputPlaceholderColor);
}
.login-wrapper__login-controls--input::placeholder {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--lc_inputPlaceholderColor);
}
.login-wrapper__login-controls--input-button {
  position: absolute;
  right: 10px;
  right: 0.55556rem;
  width: 30px;
  width: 1.66667rem;
  height: 30px;
  height: 1.66667rem;
  cursor: pointer;
  background: url("/assets/dist/images/input-button-arrow.svg") no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 0;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.login-wrapper__login-controls--input-button:hover, .login-wrapper__login-controls--input-button:focus {
  -webkit-box-shadow: 0 0 5px var(--lc_inputHoverShadow);
          box-shadow: 0 0 5px var(--lc_inputHoverShadow);
  -webkit-box-shadow: 0 0 0.27778rem var(--lc_inputHoverShadow);
          box-shadow: 0 0 0.27778rem var(--lc_inputHoverShadow);
  outline: 1px solid rgba(var(--lc_inputHoverShadow), 0.6);
  outline: 0.05556rem solid rgba(var(--lc_inputHoverShadow), 0.6);
}
.login-wrapper__login-options {
  position: relative;
  display: block;
  max-width: 260px;
  max-width: 14.44444rem;
  padding: 0;
  margin: 0 auto 25px;
  margin: 0 auto 1.38889rem;
  text-align: center;
  list-style: none;
}
.login-wrapper__login-options li {
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
}
.login-wrapper__login-options li:last-of-type {
  margin-bottom: 0;
}
.login-wrapper__login-options a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 260px;
  width: 14.44444rem;
  padding: 13px 35px;
  padding: 0.72222rem 1.94444rem;
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  color: var(--lo_buttonShadow);
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
  border-radius: 0.55556rem;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 0.83333rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.83333rem rgba(0, 0, 0, 0.16);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-wrapper__login-options a:hover, .login-wrapper__login-options a:focus {
  -webkit-box-shadow: 0 0 15px rgba(var(--lo_buttonShadowHover), 0.5);
          box-shadow: 0 0 15px rgba(var(--lo_buttonShadowHover), 0.5);
  -webkit-box-shadow: 0 0 0.83333rem rgba(var(--lo_buttonShadowHover), 0.5);
          box-shadow: 0 0 0.83333rem rgba(var(--lo_buttonShadowHover), 0.5);
}
.login-wrapper__login-options a:focus {
  outline: 1px solid rgba(var(--lo_buttonShadowHover), 0.6);
  outline: 0.05556rem solid rgba(var(--lo_buttonShadowHover), 0.6);
}
.login-wrapper__login-options a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 24px;
  width: 1.33333rem;
  height: 24px;
  height: 1.33333rem;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  margin-right: 0.55556rem;
}
.login-wrapper__login-options--google::before {
  background-image: url("/assets/dist/images/Google__G__Logo.svg");
}
.login-wrapper__login-options--microsoft::before {
  background-image: url("/assets/dist/images/Microsoft-logo.svg");
}
.login-wrapper__antilles-version {
  display: block;
  font-family: var(--font_primary);
  font-weight: 700;
  color: #5c6d73;
  text-align: center;
}

.antilles-help {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  padding: 1.66667rem 0;
  text-align: center;
  background-image: url("/assets/dist/images/blue-circle.svg");
  background-position: top center;
  background-size: cover;
}
.antilles-help a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 14px 25px;
  padding: 0.77778rem 1.38889rem;
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  color: var(--help_linkButtonColor);
  text-decoration: none;
  background: #fff;
  border-radius: 31px;
  border-radius: 1.72222rem;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 0.83333rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.83333rem rgba(0, 0, 0, 0.16);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 1280px) {
  .antilles-help a {
    float: right;
  }
}
.antilles-help a:hover, .antilles-help a:focus {
  -webkit-box-shadow: 0 0 15px rgba(var(--help_linkButtonColorHover), 0.5);
          box-shadow: 0 0 15px rgba(var(--help_linkButtonColorHover), 0.5);
  -webkit-box-shadow: 0 0 0.83333rem rgba(var(--help_linkButtonColorHover), 0.5);
          box-shadow: 0 0 0.83333rem rgba(var(--help_linkButtonColorHover), 0.5);
}
.antilles-help a:focus {
  outline: 1px solid rgba(var(--help_linkButtonColorFocus), 0.6);
  outline: 0.05556rem solid rgba(var(--help_linkButtonColorFocus), 0.6);
}
@media all and (min-width: 1280px) {
  .antilles-help {
    position: absolute;
    right: 40px;
    right: 2.22222rem;
    bottom: 40px;
    bottom: 2.22222rem;
    z-index: 1;
    height: auto;
    padding: 0;
    text-align: left;
    background-image: none;
  }
}
.antilles-help::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 528px;
  width: 29.33333rem;
  height: 528px;
  height: 29.33333rem;
  background-image: url("/assets/dist/images/blue-circle.svg");
}
@media all and (min-width: 1280px) {
  .antilles-help::before {
    z-index: -1;
    display: block;
    width: 528px;
    width: 29.33333rem;
    height: 528px;
    height: 29.33333rem;
    inset: auto 0 0% auto;
    -webkit-transform: translate(50%, 75%);
        -ms-transform: translate(50%, 75%);
            transform: translate(50%, 75%);
  }
}

:root {
  --footer-bg-color: #1a1a1a;
  --footer-text-color: #efefef;
  --footer-link-color: #ccc;
  --footer-link-color-hover: #fff;
  --footer-container-bottom-border-color: rgb(204 204 204 / 40%);
}

.footer {
  position: relative;
  background: var(--footer-bg-color);
}
.footer p {
  color: var(--footer-text-color);
}
.footer hr {
  height: 2px;
  height: 0.11111rem;
  margin: 30px 0 35px;
  margin: 1.66667rem 0 1.94444rem;
  background: rgba(204, 204, 204, 0.4);
  border: 0;
}
.footer__container {
  padding: 30px 0;
  padding: 1.66667rem 0;
  border-bottom: 2px solid var(--footer-container-bottom-border-color);
  border-bottom: 0.11111rem solid var(--footer-container-bottom-border-color);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (min-width: 800px) {
  .footer__container {
    max-width: calc(100% - 240px);
    max-width: calc(100% - 13.33333rem);
  }
}
.footer__container {
  max-width: calc(100% - 70px);
  max-width: calc(100% - 3.88889rem);
  margin: 0 auto;
  width: 1200px;
  width: 66.66667rem;
}
@media all and (min-width: 1280px) {
  .footer__container {
    padding: 40px 0 20px;
    padding: 2.22222rem 0 1.11111rem;
  }
}
.footer__container:first-of-type {
  padding-top: 30px;
  padding-top: 1.66667rem;
}
@media all and (min-width: 1280px) {
  .footer__container:first-of-type {
    padding-top: 50px;
    padding-top: 2.77778rem;
  }
}
.footer__container:last-of-type {
  border-bottom: 0;
}
.footer__copyright {
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
  font-size: 18px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--footer-text-color);
}
@media all and (min-width: 800px) {
  .footer__copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0;
    font-size: 20px;
    font-size: 1.11111rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__copyright p {
  margin: 0 0 22px;
  margin: 0 0 1.22222rem;
}
.footer__copyright br {
  display: none;
}
.footer__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer__site-links {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  margin: 0 0 1.11111rem;
  text-indent: 0;
  list-style: none;
}
@media all and (min-width: 800px) {
  .footer__site-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (min-width: 800px) {
  .footer__site-link-container {
    margin-right: 24px;
    margin-right: 1.33333rem;
  }
}
.footer__site-link-container:last-of-type {
  margin-right: 0;
}
.footer__site-link-container:last-of-type a::after {
  content: none;
}
.footer__site-link {
  position: relative;
  display: block;
  padding-bottom: 17px;
  padding-bottom: 0.94444rem;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: bold;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--footer-link-color);
  text-decoration: none;
}
@media all and (min-width: 800px) {
  .footer__site-link {
    font-size: 18px;
    font-size: 1rem;
    white-space: nowrap;
  }
}
.footer__site-link:hover, .footer__site-link:focus {
  color: var(--footer-link-color-hover);
}

.footer-contact__container {
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
.footer-contact__header {
  margin: 0;
  font-size: 18px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 24px;
  line-height: 1.33333rem;
  color: #fff;
}
.footer-contact__content,
.footer-contact h1,
.footer-contact h2,
.footer-contact h3,
.footer-contact h4,
.footer-contact h5,
.footer-contact h6,
.footer-contact p {
  margin: 0;
  font-size: 16px;
  font-size: 0.88889rem;
  font-style: normal;
  line-height: 24px;
  line-height: 1.33333rem;
  color: var(--footer-text-color);
}
@media all and (min-width: 800px) {
  .footer-contact__content,
  .footer-contact h1,
  .footer-contact h2,
  .footer-contact h3,
  .footer-contact h4,
  .footer-contact h5,
  .footer-contact h6,
  .footer-contact p {
    font-size: 18px;
    font-size: 1rem;
  }
}
.footer-contact__content a,
.footer-contact h1 a,
.footer-contact h2 a,
.footer-contact h3 a,
.footer-contact h4 a,
.footer-contact h5 a,
.footer-contact h6 a,
.footer-contact p a {
  color: var(--footer-link-color);
  text-decoration: none;
}
.footer-contact__content a:hover, .footer-contact__content a:focus,
.footer-contact h1 a:hover,
.footer-contact h1 a:focus,
.footer-contact h2 a:hover,
.footer-contact h2 a:focus,
.footer-contact h3 a:hover,
.footer-contact h3 a:focus,
.footer-contact h4 a:hover,
.footer-contact h4 a:focus,
.footer-contact h5 a:hover,
.footer-contact h5 a:focus,
.footer-contact h6 a:hover,
.footer-contact h6 a:focus,
.footer-contact p a:hover,
.footer-contact p a:focus {
  color: var(--footer-link-color-hover);
}

/*
  Theme Overrides
*/
:root {
  --header-background: #fff;
  --header-dropshadow: none;
}

.header__container {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 100vw;
}
@media all and (width >= 1280px) {
  .header__container {
    width: auto;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media all and (width >= 1280px) and (min-width: 800px) {
  .header__container {
    max-width: calc(100% - 240px);
    max-width: calc(100% - 13.33333rem);
  }
}
@media all and (width >= 1280px) {
  .header__container {
    max-width: calc(100% - 70px);
    max-width: calc(100% - 3.88889rem);
    margin: 0 auto;
  }
}

:root {
  --footer-bg-color: var(--color_primary);
  --footer-text-color: #fff;
  --footer-link-color: #fff;
  --footer-link-color-hover: var(--color_secondary);
  --footer-container-bottom-border-color: var(--color_secondary);
}

.footer ul,
.footer ul.standard-list {
  padding-left: 0;
}
.footer ul li::before,
.footer ul.standard-list li::before {
  content: none !important;
}
.footer a {
  color: var(--footer-link-color);
  border: 0;
}
.footer a:hover, .footer a:focus {
  color: var(--footer-link-color-hover);
}
.footer__container {
  padding-top: 40px;
  padding-top: 2.22222rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (width >= 800px) {
  .footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__container:first-of-type {
  padding-bottom: 15px;
  padding-bottom: 0.83333rem;
}
@media all and (width >= 800px) {
  .footer__container:first-of-type {
    padding-bottom: 0;
  }
}
.footer__container:last-of-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
}
@media all and (width >= 800px) {
  .footer__container:last-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 50px;
    padding-bottom: 2.77778rem;
  }
}
.footer__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media all and (width >= 800px) {
  .footer__contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}
.footer__contact h2 {
  font-family: var(--font-family-primary, Montserrat);
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: 400;
  line-height: 25px;
  line-height: 1.38889rem;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
  margin-top: 10px;
  margin-top: 0.55556rem;
}
@media all and (width >= 800px) {
  .footer__contact h2 {
    margin: 0 0 10px 0;
    margin: 0 0 0.55556rem 0;
    font-size: 25px;
    font-size: 1.38889rem;
    line-height: 32px;
    line-height: 1.77778rem;
    text-align: left;
  }
}
.footer__contact ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 300;
  line-height: 26px;
  line-height: 1.44444rem;
  color: #FFF;
  list-style: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media all and (width >= 800px) {
  .footer__contact ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}
@media all and (width >= 1024px) {
  .footer__contact li {
    width: 50%;
  }
}
.footer__contact a {
  font-weight: 300;
}
.footer__contact b,
.footer__contact strong {
  color: var(--color_secondary);
}
.footer__logo {
  width: 71px;
  width: 3.94444rem;
}
@media all and (width >= 800px) {
  .footer__logo {
    margin-right: 25px;
    margin-right: 1.38889rem;
    width: auto;
  }
}
.footer__links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 20px 10px 0;
  margin: 1.11111rem 0.55556rem 0;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 600;
  line-height: 30px;
  line-height: 1.66667rem;
  color: #fff;
  text-align: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (width >= 800px) {
  .footer__links ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding-top: 10px;
    padding-top: 0.55556rem;
  }
}
.footer__links li {
  width: auto;
  margin-right: 20px;
  margin-right: 1.11111rem;
}
.footer__links li:last-child {
  margin-right: 0;
}
.footer__copyright {
  padding: 0;
  margin-top: 20px;
  margin-top: 1.11111rem;
  text-align: center;
}
@media all and (width >= 800px) {
  .footer__copyright {
    padding: 0 0 0 142px;
    padding: 0 0 0 7.88889rem;
    margin: 0;
    text-align: left;
  }
}
.footer__copyright p {
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: 400;
  line-height: 16px;
  line-height: 0.88889rem;
  color: var(--color_gray-medium);
  margin-bottom: 0;
}
.footer__socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
.footer__socials li {
  margin-right: 20px;
  margin-right: 1.11111rem;
}
@media all and (width >= 800px) {
  .footer__socials li {
    margin-bottom: 0;
  }
}
.footer__socials li:last-child {
  margin-right: 0;
}

.sp-banner-wrapper {
  height: 40px;
  height: 2.22222rem;
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/image-sp-banner.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (width >= 800px) {
  .sp-banner-wrapper {
    height: 220px;
    height: 12.22222rem;
  }
}

h1 {
  font-family: var(--font_primary);
  font-size: 42px;
  font-size: 2.33333rem;
  font-weight: 300;
  line-height: 46px;
  line-height: 2.55556rem;
  color: var(--color_gray-dark);
  text-align: center;
  text-transform: capitalize;
  margin-top: 70px;
  margin-top: 3.88889rem;
  margin-bottom: 0;
}

.branding {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (width >= 1280px) {
  .branding {
    display: block;
    width: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.branding a {
  border: 0;
}
.branding::after {
  content: attr(data-text);
  display: block;
  width: auto;
  max-width: 50%;
  font-family: var(--font_primary);
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: 400;
  line-height: 30px;
  line-height: 1.66667rem;
  color: var(--color_gray-dark);
  margin-left: 10px;
  margin-left: 0.55556rem;
}
@media all and (width >= 1280px) {
  .branding::after {
    content: none;
  }
}
.branding__logo {
  max-width: 110px;
  max-width: 6.11111rem;
  margin: 10px 0 10px 20px;
  margin: 0.55556rem 0 0.55556rem 1.11111rem;
}
@media all and (width >= 1280px) {
  .branding__logo {
    max-width: 186px;
    max-width: 10.33333rem;
    margin-bottom: -60px;
    margin-bottom: -3.33333rem;
    margin-top: 15px;
    margin-top: 0.83333rem;
  }
}

/* Procurement Opportunities - on mobile

    missing H1 on safari
*/
:root {
  --heading-text-color: #12243A;
  --heading-h2-underline-text-color: #606261;
  --text-color: #606261;
}

.page-wrapper main h1,
.page-wrapper main h2 {
  font-family: var(--font_primary);
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--heading-text-color);
  text-transform: capitalize;
}
.page-wrapper main h1.large,
.page-wrapper main h2.large {
  font-size: 44px;
  font-size: 2.44444rem;
  font-weight: 400;
  line-height: 44px;
  line-height: 2.44444rem;
  color: var(--color_gray-dark);
}
.page-wrapper main h1.underline,
.page-wrapper main h2.underline {
  color: var(--heading-h2-underline-text-color);
  padding-bottom: 15px;
  padding-bottom: 0.83333rem;
  border-bottom: 1px solid #8c8c8c;
  border-bottom: 0.05556rem solid #8c8c8c;
}
.page-wrapper main h3 {
  font-family: var(--font_primary);
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: 500;
  line-height: 18px;
  line-height: 1rem;
  color: var(--heading-text-color);
  text-transform: uppercase;
}
.page-wrapper main h4 {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 30px;
  line-height: 1.66667rem;
  color: var(--heading-text-color);
  text-transform: uppercase;
}
.page-wrapper main h5 {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 26px;
  line-height: 1.44444rem;
  color: var(--heading-text-color);
  text-transform: capitalize;
}
.page-wrapper main h6 {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 44px;
  line-height: 2.44444rem;
  color: var(--heading-text-color);
  text-transform: uppercase;
}
.page-wrapper main p {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--text-color);
}
.page-wrapper main p.decorated {
  position: relative;
  max-width: 300px;
  max-width: 16.66667rem;
  padding: 0 20px;
  padding: 0 1.11111rem;
  margin: 25px auto 0;
  margin: 1.38889rem auto 0;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 30px;
  line-height: 1.66667rem;
  color: var(--color_primary);
  text-align: center;
  border-left: 1px solid #d9d9d9;
  border-left: 0.05556rem solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-right: 0.05556rem solid #d9d9d9;
}
@media all and (width >= 700px) {
  .page-wrapper main p.decorated {
    max-width: 600px;
    max-width: 33.33333rem;
    padding: 0 15px;
    padding: 0 0.83333rem;
    margin: 45px auto;
    margin: 2.5rem auto;
    font-size: 20px;
    font-size: 1.11111rem;
  }
}
.page-wrapper main p.decorated::before, .page-wrapper main p.decorated::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -45px;
  left: -2.5rem;
  width: 24px;
  width: 1.33333rem;
  height: 64px;
  height: 3.55556rem;
  background: transparent url("/themes/Atlas/assets/dist/images/_OSPS/svgs/filigree.svg") no-repeat center;
  background-size: cover;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (width >= 700px) {
  .page-wrapper main p.decorated::before, .page-wrapper main p.decorated::after {
    width: 29px;
    width: 1.61111rem;
    height: 74px;
    height: 4.11111rem;
  }
}
.page-wrapper main p.decorated::after {
  right: -45px;
  right: -2.5rem;
  left: auto;
  -webkit-transform: translateY(-50%) scaleX(-1);
      -ms-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
.page-wrapper main p.large-text {
  font-size: 26px;
  font-size: 1.44444rem;
  line-height: 36px;
  line-height: 2rem;
}
.page-wrapper main p.medium-text {
  font-size: 18px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.55556rem;
}
.page-wrapper main p.small-text {
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 24px;
  line-height: 1.33333rem;
}

:root {
  --link-text-color: #AB763F;
  --link-border-color: #C6C6CC;
  --link-border-color-hover: #2A496F;
}

a,
.standard-link {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--link-text-color);
  border-bottom: 1px solid var(--link-border-color);
  border-bottom: 0.05556rem solid var(--link-border-color);
}
a::before,
.standard-link::before {
  background: #c6c6cc;
}
a:hover,
.standard-link:hover {
  color: #606261;
  border-bottom: 1px solid var(--link-border-color-hover);
  border-bottom: 0.05556rem solid var(--link-border-color-hover);
}
a:hover::before,
.standard-link:hover::before {
  background: #000;
}

:root {
  --bq-text: #606261;
  --bq-cite-text: #666;
  --bq-border-color: #8C8C8C;
  --bq-alt-cite-text: #12243A;
  --bq-background: transparent;
}

.page-wrapper main blockquote {
  padding: 30px 30px 30px 110px;
  padding: 1.66667rem 1.66667rem 1.66667rem 6.11111rem;
  background: var(--bq-background);
}
.page-wrapper main blockquote p {
  font-family: var(--font_primary);
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 400;
  line-height: 30px;
  line-height: 1.66667rem;
  color: var(--bq-text);
}
.page-wrapper main blockquote cite {
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 400;
  line-height: 24px;
  line-height: 1.33333rem;
  letter-spacing: 0.96px;
  letter-spacing: 0.05333rem;
  color: var(--bq-alt-cite-text);
  text-transform: uppercase;
  font-style: normal;
}
.page-wrapper main blockquote::before {
  left: 0;
  background: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/blockquote-image.svg");
}
.page-wrapper main blockquote.long p {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--bq-text);
}
.page-wrapper main blockquote.long cite {
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 400;
  line-height: 24px;
  line-height: 1.33333rem;
  letter-spacing: 0.96px;
  letter-spacing: 0.05333rem;
  color: var(--bq-alt-cite-text);
  text-transform: uppercase;
  font-style: normal;
}
.page-wrapper main blockquote.no-background {
  border-top: 1px solid var(--bq-border-color);
  border-top: 0.05556rem solid var(--bq-border-color);
  border-bottom: 1px solid var(--bq-border-color);
  border-bottom: 0.05556rem solid var(--bq-border-color);
}
.page-wrapper main blockquote.no-background p {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--bq-text);
}
.page-wrapper main blockquote.no-background cite {
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 400;
  line-height: 24px;
  line-height: 1.33333rem;
  letter-spacing: 0.96px;
  letter-spacing: 0.05333rem;
  color: var(--bq-alt-cite-text);
  text-transform: uppercase;
}
.page-wrapper main blockquote.no-background::before {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/blockquote-image-no-bg.svg");
  background-repeat: no-repeat;
}

:root {
  /* New Color 1 */
  --button-color1-bg-color: #12243A;
  --button-color1-bg-color-hover: #2A496F;
  --button-color1-text-color: #fff;
  --button-color1-text-color-hover: #fff;
  --button-color1-border-color: #12243A;
  --button-color1-border-color-hover: #2A496F;
  --button-color1-border-text-color: #1a1a1a;
  --button-color1-border-text-color-hover: #1a1a1a;
  /* New Color 2 */
  --button-color2-bg-color: #F4B73A;
  --button-color2-bg-color-hover: #2A496F;
  --button-color2-text-color: #606261;
  --button-color2-text-color-hover: #fff;
  --button-color2-border-color: #F4B73A;
  --button-color2-border-color-hover: #fff;
  --button-color2-border-text-color: #fff;
  --button-color2-border-text-color-hover: #fff;
  /* New Color 3 */
  --button-color3-bg-color: #aa4492;
  --button-color3-bg-color-hover: #2A496F;
  --button-color3-text-color: #606261;
  --button-color3-text-color-hover: #fff;
  --button-color3-border-color: #606261;
  --button-color3-border-color-hover: #12243A;
  --button-color3-border-text-color: #1a1a1a;
  --button-color3-border-text-color-hover: #1a1a1a;
}

.button,
a.button {
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  min-width: 140px;
  min-width: 7.77778rem;
  padding: 14px 36px;
  padding: 0.77778rem 2rem;
  overflow: hidden;
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  border-radius: 0.27778rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: none;
  /* Effects */
}
[data-arx-type] a.button.button--primary-outline__arrow-left::after, [data-arx-type] a.button.button--primary-outline__arrow-right::before {
  content: none;
}

.button__color1,
a.button__color1 {
  color: var(--button-color1-text-color);
  background-color: var(--button-color1-bg-color);
}
.button__color1.button__slide-over:hover, .button__color1.button__slide-over:focus,
a.button__color1.button__slide-over:hover,
a.button__color1.button__slide-over:focus {
  color: var(--button-color1-text-color);
  background-color: var(--button-color1-bg-color-hover);
}
.button__color1.button__fade:hover, .button__color1.button__fade:focus,
a.button__color1.button__fade:hover,
a.button__color1.button__fade:focus {
  color: var(--button-color1-text-color);
  background-color: var(--button-color1-bg-color-hover);
}
.button__color1.button__outline,
a.button__color1.button__outline {
  color: #15295d;
  border: 2px solid var(--button-color1-bg-color);
  border: 0.11111rem solid var(--button-color1-bg-color);
}
.button__color1.button__pill,
a.button__color1.button__pill {
  border-radius: 50px;
  border-radius: 2.77778rem;
}
.button__color1.button__dark,
a.button__color1.button__dark {
  color: #12243A;
  background-color: #fff;
}
.button__color1.button__dark.button__slide-over:hover, .button__color1.button__dark.button__slide-over:focus,
a.button__color1.button__dark.button__slide-over:hover,
a.button__color1.button__dark.button__slide-over:focus {
  color: #fff;
  background-color: #2A496F;
}
.button__color1.button__dark.button__fade:hover, .button__color1.button__dark.button__fade:focus,
a.button__color1.button__dark.button__fade:hover,
a.button__color1.button__dark.button__fade:focus {
  color: #fff;
  background-color: #2A496F;
}
.button__color1.button__dark.button__outline,
a.button__color1.button__dark.button__outline {
  color: #606261;
  background: transparent;
  border: 2px solid #fff;
  border: 0.11111rem solid #fff;
}
.button__color1.button__dark.button__pill,
a.button__color1.button__dark.button__pill {
  border-radius: 50px;
  border-radius: 2.77778rem;
}
.button__color2,
a.button__color2 {
  color: var(--button-color2-border-text-color);
  background-color: var(--button-color2-bg-color);
}
.button__color2.button__fade:focus, .button__color2.button__fade:hover,
a.button__color2.button__fade:focus,
a.button__color2.button__fade:hover {
  color: var(--button-color2-border-text-color-hover);
  background-color: var(--button-color2-bg-color-hover);
}
.button__color2.button__slide-over:hover, .button__color2.button__slide-over:focus,
a.button__color2.button__slide-over:hover,
a.button__color2.button__slide-over:focus {
  color: var(--button-color2-border-text-color-hover);
}
.button__color2.button__outline,
a.button__color2.button__outline {
  color: #fff;
  border: 2px solid var(--button-color2-border-color);
  border: 0.11111rem solid var(--button-color2-border-color);
}
.button__color2.button__outline:focus, .button__color2.button__outline:hover,
a.button__color2.button__outline:focus,
a.button__color2.button__outline:hover {
  color: var(--button-color2-text-color-hover);
  background: transparent;
  border: 2px solid #fff;
  border: 0.11111rem solid #fff;
}
.button__color2.button__border-grows:focus, .button__color2.button__border-grows:hover,
a.button__color2.button__border-grows:focus,
a.button__color2.button__border-grows:hover {
  color: #fff;
  border: 2px solid var(--button-color2-border-color-hover);
  border: 0.11111rem solid var(--button-color2-border-color-hover);
}
.button__color2.button__pill,
a.button__color2.button__pill {
  border-radius: 50px;
  border-radius: 2.77778rem;
}
.button__color2.dark,
a.button__color2.dark {
  color: #606261;
  background-color: var(--button-color2-bg-color);
}
.button__color2.dark.button__slide-over:hover, .button__color2.dark.button__slide-over:focus,
a.button__color2.dark.button__slide-over:hover,
a.button__color2.dark.button__slide-over:focus {
  color: #fff;
  background-color: #D2712A;
}
.button__color2.dark.button__fade:hover, .button__color2.dark.button__fade:focus,
a.button__color2.dark.button__fade:hover,
a.button__color2.dark.button__fade:focus {
  color: #fff;
  background-color: #D2712A;
}
.button__color2.dark.button__outline,
a.button__color2.dark.button__outline {
  color: #fff;
  background: transparent;
  border: 2px solid #D2712A;
  border: 0.11111rem solid #D2712A;
}
.button__color2.dark.button__outline:hover, .button__color2.dark.button__outline:focus,
a.button__color2.dark.button__outline:hover,
a.button__color2.dark.button__outline:focus {
  color: #fff;
  background: transparent;
  border: 2px solid #15295D;
  border: 0.11111rem solid #15295D;
}
.button__color2.dark.button__pill,
a.button__color2.dark.button__pill {
  border-radius: 50px;
  border-radius: 2.77778rem;
}
.button__color3,
a.button__color3 {
  color: var(--button-color3-text-color);
  border: 2px solid var(--button-color3-border-color);
  border: 0.11111rem solid var(--button-color3-border-color);
}
.button__color3.dark,
a.button__color3.dark {
  color: #fff;
  border: 2px solid #f05e29;
  border: 0.11111rem solid #f05e29;
}
.button__color3.dark.button__slide-over:hover, .button__color3.dark.button__slide-over:focus,
a.button__color3.dark.button__slide-over:hover,
a.button__color3.dark.button__slide-over:focus {
  color: #fff;
  border: 2px solid #fff;
  border: 0.11111rem solid #fff;
}
.button__color3.dark.button__fade:hover, .button__color3.dark.button__fade:focus,
a.button__color3.dark.button__fade:hover,
a.button__color3.dark.button__fade:focus {
  color: #fff;
  border: 2px solid #fff;
  border: 0.11111rem solid #fff;
}
.button__color3.dark.button__outline:hover, .button__color3.dark.button__outline:focus,
a.button__color3.dark.button__outline:hover,
a.button__color3.dark.button__outline:focus {
  color: #fff;
  border: 2px solid #fff;
  border: 0.11111rem solid #fff;
}
.button__color3.dark.button__pill,
a.button__color3.dark.button__pill {
  border-radius: 50px;
  border-radius: 2.77778rem;
}
.button__color3.button__fade:focus, .button__color3.button__fade:hover,
a.button__color3.button__fade:focus,
a.button__color3.button__fade:hover {
  color: var(--button-color3-text-color-hover);
  background: var(--button-color3-bg-color-hover);
}
.button__color3.button__slide-over:hover, .button__color3.button__slide-over:focus,
a.button__color3.button__slide-over:hover,
a.button__color3.button__slide-over:focus {
  color: var(--button-color3-text-color-hover);
}
.button__color3.button__pill,
a.button__color3.button__pill {
  border-radius: 50px;
  border-radius: 2.77778rem;
}
.button::before,
a.button::before {
  content: none;
  opacity: 1;
}
.button:hover, .button:focus,
a.button:hover,
a.button:focus {
  text-decoration: none;
}
.button__outline,
a.button__outline {
  background: transparent;
}
.button__arrow--left,
a.button__arrow--left {
  /* outline + pill button */
}
.button__arrow--left::after,
a.button__arrow--left::after {
  content: "";
  width: 15px;
  width: 0.83333rem;
  height: 28px;
  height: 1.55556rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  margin-right: 0.55556rem;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.button__arrow--left.button__color1::after,
a.button__arrow--left.button__color1::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-light.svg");
}
.button__arrow--left.button__color1.dark::after,
a.button__arrow--left.button__color1.dark::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-light.svg");
}
.button__arrow--left.button__color2::after,
a.button__arrow--left.button__color2::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-light.svg");
}
.button__arrow--left.button__color2:focus::after, .button__arrow--left.button__color2:hover::after,
a.button__arrow--left.button__color2:focus::after,
a.button__arrow--left.button__color2:hover::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-light.svg");
}
.button__arrow--left.button__color3::after,
a.button__arrow--left.button__color3::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-dark.svg");
}
.button__arrow--left.button__color3:focus::after, .button__arrow--left.button__color3:hover::after,
a.button__arrow--left.button__color3:focus::after,
a.button__arrow--left.button__color3:hover::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-light.svg");
}
.button__arrow--left.button__color3.dark::after,
a.button__arrow--left.button__color3.dark::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-light.svg");
}
.button__arrow--left.button__outline.button__color1::after,
a.button__arrow--left.button__outline.button__color1::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-dark.svg");
}
.button__arrow--left.button__outline.button__color1:hover::after, .button__arrow--left.button__outline.button__color1:focus::after,
a.button__arrow--left.button__outline.button__color1:hover::after,
a.button__arrow--left.button__outline.button__color1:focus::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-light.svg");
}
.button__arrow--left.button__outline.button__color2::after,
a.button__arrow--left.button__outline.button__color2::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-light.svg");
}
.button__arrow--left.button__outline.button__color2:focus::after, .button__arrow--left.button__outline.button__color2:hover::after,
a.button__arrow--left.button__outline.button__color2:focus::after,
a.button__arrow--left.button__outline.button__color2:hover::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-light.svg");
}
.button__arrow--left.button__outline.button__color3::after,
a.button__arrow--left.button__outline.button__color3::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-dark.svg");
}
.button__arrow--left.button__outline.button__color3:hover::after, .button__arrow--left.button__outline.button__color3:focus::after,
a.button__arrow--left.button__outline.button__color3:hover::after,
a.button__arrow--left.button__outline.button__color3:focus::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-light.svg");
}
.button__arrow--left.button__outline.button__color3.dark::after,
a.button__arrow--left.button__outline.button__color3.dark::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-light.svg");
}
.button__arrow--left.button__pill.button__color1::after,
a.button__arrow--left.button__pill.button__color1::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-light.svg");
}
.button__arrow--left.button__pill.button__color1:hover::after, .button__arrow--left.button__pill.button__color1:focus::after,
a.button__arrow--left.button__pill.button__color1:hover::after,
a.button__arrow--left.button__pill.button__color1:focus::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-light.svg");
}
.button__arrow--left.button__pill.button__color2::after,
a.button__arrow--left.button__pill.button__color2::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-light.svg");
}
.button__arrow--left.button__pill.button__color2:focus::after, .button__arrow--left.button__pill.button__color2:hover::after,
a.button__arrow--left.button__pill.button__color2:focus::after,
a.button__arrow--left.button__pill.button__color2:hover::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-light.svg");
}
.button__arrow--left.button__pill.button__color3::after,
a.button__arrow--left.button__pill.button__color3::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-dark.svg");
}
.button__arrow--left.button__pill.button__color3:hover::after, .button__arrow--left.button__pill.button__color3:focus::after,
a.button__arrow--left.button__pill.button__color3:hover::after,
a.button__arrow--left.button__pill.button__color3:focus::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-light.svg");
}
.button__arrow--left.button__outline.button__pill.button__color1::after,
a.button__arrow--left.button__outline.button__pill.button__color1::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-dark.svg");
}
.button__arrow--left.button__outline.button__pill.button__color1:hover::after, .button__arrow--left.button__outline.button__pill.button__color1:focus::after,
a.button__arrow--left.button__outline.button__pill.button__color1:hover::after,
a.button__arrow--left.button__outline.button__pill.button__color1:focus::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-light.svg");
}
.button__arrow--left.button__outline.button__pill.button__color2::after,
a.button__arrow--left.button__outline.button__pill.button__color2::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-light.svg");
}
.button__arrow--left.button__outline.button__pill.button__color2:focus::after, .button__arrow--left.button__outline.button__pill.button__color2:hover::after,
a.button__arrow--left.button__outline.button__pill.button__color2:focus::after,
a.button__arrow--left.button__outline.button__pill.button__color2:hover::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-light.svg");
}
.button__arrow--left.button__outline.button__pill.button__color3::after,
a.button__arrow--left.button__outline.button__pill.button__color3::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-dark.svg");
}
.button__arrow--left.button__outline.button__pill.button__color3:hover::after, .button__arrow--left.button__outline.button__pill.button__color3:focus::after,
a.button__arrow--left.button__outline.button__pill.button__color3:hover::after,
a.button__arrow--left.button__outline.button__pill.button__color3:focus::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-left-arrow-light.svg");
}
.button__arrow--right,
a.button__arrow--right {
  /* outline + pill button */
}
.button__arrow--right::after,
a.button__arrow--right::after {
  content: "";
  width: 15px;
  width: 0.83333rem;
  height: 28px;
  height: 1.55556rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0px;
  margin-right: 0;
  margin-left: 10px;
  margin-left: 0.55556rem;
}
.button__arrow--right.button__color1::after,
a.button__arrow--right.button__color1::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-light.svg");
}
.button__arrow--right.button__color1:hover::after, .button__arrow--right.button__color1:focus::after,
a.button__arrow--right.button__color1:hover::after,
a.button__arrow--right.button__color1:focus::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-light.svg");
}
.button__arrow--right.button__color2::after,
a.button__arrow--right.button__color2::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-light.svg");
}
.button__arrow--right.button__color2:focus::after, .button__arrow--right.button__color2:hover::after,
a.button__arrow--right.button__color2:focus::after,
a.button__arrow--right.button__color2:hover::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-light.svg");
}
.button__arrow--right.button__color3::after,
a.button__arrow--right.button__color3::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-dark.svg");
}
.button__arrow--right.button__color3:focus::after, .button__arrow--right.button__color3:hover::after,
a.button__arrow--right.button__color3:focus::after,
a.button__arrow--right.button__color3:hover::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-light.svg");
}
.button__arrow--right.button__outline.button__color1::after,
a.button__arrow--right.button__outline.button__color1::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-dark.svg");
}
.button__arrow--right.button__outline.button__color1:hover::after, .button__arrow--right.button__outline.button__color1:focus::after,
a.button__arrow--right.button__outline.button__color1:hover::after,
a.button__arrow--right.button__outline.button__color1:focus::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-light.svg");
}
.button__arrow--right.button__outline.button__color2::after,
a.button__arrow--right.button__outline.button__color2::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-light.svg");
}
.button__arrow--right.button__outline.button__color2:focus::after, .button__arrow--right.button__outline.button__color2:hover::after,
a.button__arrow--right.button__outline.button__color2:focus::after,
a.button__arrow--right.button__outline.button__color2:hover::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-light.svg");
}
.button__arrow--right.button__outline.button__color3::after,
a.button__arrow--right.button__outline.button__color3::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-dark.svg");
}
.button__arrow--right.button__outline.button__color3:hover::after, .button__arrow--right.button__outline.button__color3:focus::after,
a.button__arrow--right.button__outline.button__color3:hover::after,
a.button__arrow--right.button__outline.button__color3:focus::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-light.svg");
}
.button__arrow--right.button__pill.button__color1::after,
a.button__arrow--right.button__pill.button__color1::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-light.svg");
}
.button__arrow--right.button__pill.button__color1:hover::after, .button__arrow--right.button__pill.button__color1:focus::after,
a.button__arrow--right.button__pill.button__color1:hover::after,
a.button__arrow--right.button__pill.button__color1:focus::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-light.svg");
}
.button__arrow--right.button__pill.button__color2::after,
a.button__arrow--right.button__pill.button__color2::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-light.svg");
}
.button__arrow--right.button__pill.button__color2:focus::after, .button__arrow--right.button__pill.button__color2:hover::after,
a.button__arrow--right.button__pill.button__color2:focus::after,
a.button__arrow--right.button__pill.button__color2:hover::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-light.svg");
}
.button__arrow--right.button__pill.button__color3::after,
a.button__arrow--right.button__pill.button__color3::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-dark.svg");
}
.button__arrow--right.button__pill.button__color3:hover::after, .button__arrow--right.button__pill.button__color3:focus::after,
a.button__arrow--right.button__pill.button__color3:hover::after,
a.button__arrow--right.button__pill.button__color3:focus::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-light.svg");
}
.button__arrow--right.button__outline.button__pill.button__color1::after,
a.button__arrow--right.button__outline.button__pill.button__color1::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-dark.svg");
}
.button__arrow--right.button__outline.button__pill.button__color1:hover::after, .button__arrow--right.button__outline.button__pill.button__color1:focus::after,
a.button__arrow--right.button__outline.button__pill.button__color1:hover::after,
a.button__arrow--right.button__outline.button__pill.button__color1:focus::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-light.svg");
}
.button__arrow--right.button__outline.button__pill.button__color2::after,
a.button__arrow--right.button__outline.button__pill.button__color2::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-light.svg");
}
.button__arrow--right.button__outline.button__pill.button__color2:focus::after, .button__arrow--right.button__outline.button__pill.button__color2:hover::after,
a.button__arrow--right.button__outline.button__pill.button__color2:focus::after,
a.button__arrow--right.button__outline.button__pill.button__color2:hover::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-light.svg");
}
.button__arrow--right.button__outline.button__pill.button__color3::after,
a.button__arrow--right.button__outline.button__pill.button__color3::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-dark.svg");
}
.button__arrow--right.button__outline.button__pill.button__color3:hover::after, .button__arrow--right.button__outline.button__pill.button__color3:focus::after,
a.button__arrow--right.button__outline.button__pill.button__color3:hover::after,
a.button__arrow--right.button__outline.button__pill.button__color3:focus::after {
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/btn-right-arrow-light.svg");
}
.button__fade,
a.button__fade {
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.button__slide-over::before,
a.button__slide-over::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 100%;
  background: transparent;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.button__slide-over:hover::before, .button__slide-over:focus::before,
a.button__slide-over:hover::before,
a.button__slide-over:focus::before {
  width: 100%;
  color: #fff;
  background: #2A496F;
}
.button__border-grows,
a.button__border-grows {
  outline: 2px solid transparent;
  outline: 0.11111rem solid transparent;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.button__border-grows:hover, .button__border-grows:focus,
a.button__border-grows:hover,
a.button__border-grows:focus {
  outline: auto;
  outline: currentcolor solid 4px;
  outline: currentcolor solid 0.22222rem;
  outline-offset: -4px;
  outline-offset: -0.22222rem;
}
.button__arrow-appears,
a.button__arrow-appears {
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.button__arrow-appears.button__arrow--left::after, .button__arrow-appears.button__arrow--right::after,
a.button__arrow-appears.button__arrow--left::after,
a.button__arrow-appears.button__arrow--right::after {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.button__arrow-appears.button__arrow--left::after,
a.button__arrow-appears.button__arrow--left::after {
  margin-right: -15px;
  margin-right: -0.83333rem;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  opacity: 0;
}
.button__arrow-appears.button__arrow--left:hover::after, .button__arrow-appears.button__arrow--left:focus::after,
a.button__arrow-appears.button__arrow--left:hover::after,
a.button__arrow-appears.button__arrow--left:focus::after {
  margin-right: 10px;
  margin-right: 0.55556rem;
  opacity: 1;
}
.button__arrow-appears.button__arrow--right::after,
a.button__arrow-appears.button__arrow--right::after {
  margin-left: -15px;
  margin-left: -0.83333rem;
  content: "";
  opacity: 0;
}
.button__arrow-appears.button__arrow--right:hover::after, .button__arrow-appears.button__arrow--right:focus::after,
a.button__arrow-appears.button__arrow--right:hover::after,
a.button__arrow-appears.button__arrow--right:focus::after {
  margin-left: 10px;
  margin-left: 0.55556rem;
  opacity: 1;
}

.button-list {
  padding-top: 20px;
  padding-top: 1.11111rem;
  padding-bottom: 35px;
  padding-bottom: 1.94444rem;
}
.button-list li .button {
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}
.button-list li:last-of-type .button {
  margin-bottom: 0;
}

:root {
  --ul-bullet-secondary-color: #8C8C8C;
  --ol-bullet-color: #8C8C8C;
  --ol-number-color: #12243A;
  --ul-text-color: #1a1a1a;
  --ol-text-color: #1a1a1a;
  --ul-bullet-color: #F4B73A;
}

.page-wrapper .main-content ul.standard-list li {
  position: relative;
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.55556rem;
}
.page-wrapper .main-content ul.standard-list li ul li {
  position: relative;
}
.page-wrapper .main-content ul.standard-list li ul li::before {
  background: var(--ul-bullet-secondary-color);
}
.page-wrapper .main-content ul.standard-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  top: 0.44444rem;
  left: -20px;
  left: -1.11111rem;
  width: 10px;
  width: 0.55556rem;
  height: 10px;
  height: 0.55556rem;
  background: var(--ul-bullet-color);
  border-radius: 50%;
}
.page-wrapper .main-content ol.standard-list li {
  position: relative;
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  line-height: 1.55556rem;
}
.page-wrapper .main-content ol.standard-list li ol li {
  position: relative;
}
.page-wrapper .main-content ol.standard-list li ol li::before {
  content: "";
  position: absolute;
  top: 10px;
  top: 0.55556rem;
  left: -20px;
  left: -1.11111rem;
  width: 10px;
  width: 0.55556rem;
  height: 10px;
  height: 0.55556rem;
  background: var(--ol-bullet-color);
  border-radius: 50%;
}
.page-wrapper .main-content ol.standard-list li::before {
  color: var(--ol-number-color);
}

:root {
  --highlighted-text-block-color-border-primary: #12243A;
  --highlighted-text-block-color-border-secondary: #F4B73A;
  --highlighted-text-block-text-color: #606261;
}

.page-wrapper main .highlighted-text-block {
  background-color: #fff;
  border: 2px solid var(--highlighted-text-block-color-border-primary);
  border: 0.11111rem solid var(--highlighted-text-block-color-border-primary);
  border-radius: 0;
  border-left: 40px solid var(--highlighted-text-block-color-border-primary);
  border-left: 2.22222rem solid var(--highlighted-text-block-color-border-primary);
}
.page-wrapper main .highlighted-text-block p {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--highlighted-text-block-text-color);
}
.page-wrapper main .highlighted-text-block.secondary-color {
  border: 2px solid var(--highlighted-text-block-color-border-secondary);
  border: 0.11111rem solid var(--highlighted-text-block-color-border-secondary);
  border-left: 40px solid var(--highlighted-text-block-color-border-secondary);
  border-left: 2.22222rem solid var(--highlighted-text-block-color-border-secondary);
}

:root {
  --highlighted-text-box-primary-bg-color: #12243A;
  --highlighted-text-box-primary-text-color: #FFF;
  --highlighted-text-box-secondary-bg-color: #E8E8E8;
  --highlighted-text-box-secondary-text-color: #606261;
  --highlighted-text-block-text-color: #606261;
}

.page-wrapper main .highlighted-text-box {
  background: var(--highlighted-text-box-primary-bg-color);
  border-radius: 10px;
  border-radius: 0.55556rem;
}
.page-wrapper main .highlighted-text-box p {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--highlighted-text-box-primary-text-color);
}
.page-wrapper main .highlighted-text-box.secondary-color {
  background: var(--highlighted-text-box-secondary-bg-color);
}
.page-wrapper main .highlighted-text-box.secondary-color p {
  color: var(--highlighted-text-box-secondary-text-color);
  text-shadow: none;
}

:root {
  --card-heading-underline: #818181;
  --card-text-color: #262626;
  --card-border-color: #414141;
  --cta-button-bg-color: #1a1a1a;
  --cta-button-text-color: white;
  --cta-button-border-color: white;
  --cta-button-bg-color-hover: white;
  --cta-button-text-color-hover: #1a1a1a;
  --cta-text-color: white;
  --card-bg-color: white;
  --cta-bg-color: #1a1a1a;
  --cta-card-heading-color: #262626;
}

.page-wrapper main .cta-card__image img {
  border-radius: 0;
}
.page-wrapper main .cta-card__content h3 {
  font-family: var(--font_primary);
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: 32px;
  line-height: 1.77778rem;
  color: var(--cta-card-heading-color);
  text-transform: capitalize;
}
.page-wrapper main .cta-card__content p {
  color: var(--card-text-color);
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 400;
  line-height: 24px;
  line-height: 1.33333rem;
}
.page-wrapper main .cta-card.card--contained {
  border-radius: 0;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 1.66667rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.66667rem 0 rgba(0, 0, 0, 0.15);
}
.page-wrapper main .cta-card.card--contained h3 {
  color: var(--cta-card-heading-color);
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 32px;
  line-height: 1.77778rem;
  font-weight: 500;
}
.page-wrapper main .cta-card.card--contained p {
  font-weight: 400;
  color: var(--card-text-color);
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 24px;
  line-height: 1.33333rem;
}
.page-wrapper main .cta-card.card--open {
  border-radius: 0;
}
.page-wrapper main .cta-card.card--open h3 {
  color: var(--cta-card-heading-color);
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 32px;
  line-height: 1.77778rem;
  font-weight: 500;
}
.page-wrapper main .cta-card.card--open h3::after {
  background: #F4B73A;
  opacity: 1;
}
.page-wrapper main .cta-card.card--open p {
  font-weight: 400;
  color: var(--card-text-color);
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 24px;
  line-height: 1.33333rem;
}
.page-wrapper main .cta-card.card--open img {
  border-radius: 0;
}
.page-wrapper main .cta-card.card--mix {
  border-radius: 0;
}
.page-wrapper main .cta-card.card--mix h3 {
  color: var(--cta-card-heading-color);
  font-weight: 500;
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 32px;
  line-height: 1.77778rem;
}
.page-wrapper main .cta-card.card--mix p {
  font-weight: 400;
  color: var(--card-text-color);
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 24px;
  line-height: 1.33333rem;
}
.page-wrapper main .cta-card.card--stroke {
  border-radius: 0;
}
.page-wrapper main .cta-card.card--circle-image figure img {
  border-radius: 50%;
}

:root {
  --cta-button-bg-color: #1a1a1a;
  --cta-button-text-color: #fff;
  --cta-button-border-color: white;
  --cta-button-bg-color-hover: white;
  --cta-button-text-color-hover: #1a1a1a;
  --cta-text-color: #fff;
  --cta-bg-color: #12243A;
}

.page-wrapper main .cta-banner {
  background: var(--cta-bg-color);
}
.page-wrapper main .cta-banner__content h2 {
  color: var(--cta-button-text-color);
}
.page-wrapper main .cta-banner__content p {
  color: var(--cta-button-text-color);
}
.page-wrapper main .cta-banner-image__image {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  border-radius: 0;
}
.page-wrapper main .cta-banner-image__image figure {
  margin: 0 auto 15px;
  margin: 0 auto 0.83333rem;
  overflow: hidden;
  border-radius: 0;
}
.page-wrapper main .cta-banner-image__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

:root {
  /* Content Calls to Action (cta-billboard) */
  --billboard-bg-color: #E8E8E8;
  --billboard-bg-color-secondary: #efefef;
  --billboard-bg-color-dark: #12243A;
  --billboard-text-color: #fff;
  --billboard-text-color-secondary: #606261;
  --billboard-button-bg-color: transparent;
  --billboard-button-bg-color-secondary: #1a1a1a;
  --billboard-button-text-color: white;
  --billboard-button-text-color-secondary: white;
  --billboard-button-border-color: white;
  --billboard-button-border-color-hover: white;
  --billboard-button-border-color-secondary: white;
  --billboard-button-border-color-secondary-hover: white;
  --billboard-button-bg-color-hover: white;
  --billboard-button-bg-color-secondary-hover: #414141;
  --billboard-button-text-color-hover: #1a1a1a;
  --billboard-button-text-color-secondary-hover: white;
}

.page-wrapper main .cta-billboard__content p {
  color: var(--billboard-text-color);
}
.page-wrapper main .cta-billboard.light {
  background-color: var(--billboard-bg-color);
}
.page-wrapper main .cta-billboard.light .cta-billboard__content p {
  color: var(--billboard-text-color-secondary);
}
.page-wrapper main .cta-billboard.dark {
  background-color: var(--billboard-bg-color-dark);
}

.page-wrapper main .cta-image__content h3 {
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0.11111rem 0.11111rem 0.16667rem rgba(0, 0, 0, 0.5);
}
.page-wrapper main .cta-image__content p {
  margin-top: 15px;
  margin-top: 0.83333rem;
  color: #dadada;
}
.page-wrapper main .cta-image.textured {
  background: url("/themes/Atlas/assets/dist/images/_OSPS/textured_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-wrapper main .cta-image.dark {
  background-color: #12243A;
}
.page-wrapper main .cta-image.light {
  background-color: #E8E8E8;
}
.page-wrapper main .cta-image.light .cta-image__content h3 {
  color: #606261;
}
.page-wrapper main .cta-image.light .cta-image__content p {
  margin-top: 15px;
  margin-top: 0.83333rem;
  color: #606261;
}

:root {
  --form-label-text-color: #191919;
  --form-rb-dot-color: #12243a;
  --form-input-border-color: #d3d3d9;
  --form-textarea-bg-color: #fff;
  --form-checkbox-checked-bg-color: #12243a;
  --form-button-submit-bg-color: #12243a;
  --form-button-submit-bg-hover-color: #2A496F;
}

.page-wrapper .form-box-content {
  overflow: visible;
}
.page-wrapper .form-box-content .content-form {
  overflow: visible;
}
.page-wrapper .form-box-content .form-builder-section label {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--form-label-text-color);
}
.page-wrapper .form-box-content .form-builder-section input[type=file],
.page-wrapper .form-box-content .form-builder-section input[type=date],
.page-wrapper .form-box-content .form-builder-section input[type=datetime],
.page-wrapper .form-box-content .form-builder-section input[type=password],
.page-wrapper .form-box-content .form-builder-section input[type=tel],
.page-wrapper .form-box-content .form-builder-section input[type=number],
.page-wrapper .form-box-content .form-builder-section input[type=time],
.page-wrapper .form-box-content .form-builder-section input[type=url],
.page-wrapper .form-box-content .form-builder-section input[type=ssn],
.page-wrapper .form-box-content .form-builder-section input[type=email],
.page-wrapper .form-box-content .form-builder-section input[type=text] {
  background-color: var(--form-textarea-bg-color);
  border: 0;
  border-radius: 5px;
  border-radius: 0.27778rem;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 1.66667rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.66667rem 0 rgba(0, 0, 0, 0.15);
}
.page-wrapper .form-box-content .form-builder-section textarea {
  background-color: var(--form-textarea-bg-color);
  border: 0;
  border-radius: 5px;
  border-radius: 0.27778rem;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 1.66667rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.66667rem 0 rgba(0, 0, 0, 0.15);
}
.page-wrapper .form-box-content .form-builder-section select {
  background-color: var(--form-textarea-bg-color);
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/icons/icn-dropdown-arrow.svg");
  border: 0;
  border-radius: 5px;
  border-radius: 0.27778rem;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 1.66667rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.66667rem 0 rgba(0, 0, 0, 0.15);
}
.page-wrapper .form-box-content .form-builder-section input[type=radio] + label {
  cursor: pointer;
}
.page-wrapper .form-box-content .form-builder-section input[type=radio]:checked + label::after {
  background-color: var(--form-rb-dot-color);
}
.page-wrapper .form-box-content .form-builder-section input[type=checkbox] + label {
  cursor: pointer;
}
.page-wrapper .form-box-content .form-builder-section input[type=checkbox]:checked + label::before {
  background-color: var(--form-checkbox-checked-bg-color);
  border-radius: 0;
}
.page-wrapper .form-box-content .form-builder-section input[type=checkbox]:checked + label::after {
  top: 4px;
  top: 0.22222rem;
}
.page-wrapper .form-wrapper .form-builder-submit-controls input[type=submit] {
  background-color: var(--form-button-submit-bg-color);
}
.page-wrapper .form-wrapper .form-builder-submit-controls input[type=submit]:hover, .page-wrapper .form-wrapper .form-builder-submit-controls input[type=submit]:focus {
  background-color: var(--form-button-submit-bg-hover-color);
}

:root {
  /* Light Block Container */
  --bc-background-color: #e8e8e8;
  --bc-text-color: #1a1a1a;
  /* Dark Block Container */
  --bc-dark-background-color: #12243a;
  --bc-text-dark-color: #fff;
  /* waves */
  --wave-dark: #fff;
  --wave-light: #414141;
}

.page-wrapper main .block-container.light {
  background-color: var(--bc-background-color);
}
.page-wrapper main .block-container.light h2 {
  color: #606261;
}
.page-wrapper main .block-container.light p {
  color: #606261;
}
.page-wrapper main .block-container.dark {
  background-color: var(--bc-dark-background-color);
}
.page-wrapper main .block-container.dark h2 {
  color: var(--bc-dark-text-color);
}
.page-wrapper main .block-container.dark p {
  color: var(--bc-dark-text-color);
}
.page-wrapper main .block-container.textured {
  background: url("/themes/Atlas/assets/dist/images/_OSPS/textured_bg.webp") no-repeat;
  background-position: center;
  background-size: cover;
}
.page-wrapper main .block-container.textured h2 {
  color: var(--bc-text-dark-color);
}
.page-wrapper main .block-container.textured p {
  color: var(--bc-text-dark-color);
}
.sp-banner-wrapper[class*=wave] {
  min-height: 250px;
  min-height: 13.88889rem;
}

.page-wrapper main .wave--wave-top, .page-wrapper main .wave--wave-top-light,
.page-wrapper main .block-container.wave--wave-top,
.page-wrapper main .block-container.wave--wave-top-light {
  color: var(--wave-dark);
  padding-top: 120px;
  padding-top: 6.66667rem;
  padding-bottom: 80px;
  padding-bottom: 4.44444rem;
}
@media all and (min-width: 800px) {
  .page-wrapper main .wave--wave-top, .page-wrapper main .wave--wave-top-light,
  .page-wrapper main .block-container.wave--wave-top,
  .page-wrapper main .block-container.wave--wave-top-light {
    padding-top: 100px;
    padding-top: 5.55556rem;
    padding-bottom: 80px;
    padding-bottom: 4.44444rem;
  }
}
.page-wrapper main .wave--wave-top::before, .page-wrapper main .wave--wave-top-light::before,
.page-wrapper main .block-container.wave--wave-top::before,
.page-wrapper main .block-container.wave--wave-top-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 80px;
  height: 4.44444rem;
  background-color: currentcolor;
  -webkit-mask: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/wave.svg") no-repeat 50% 50%;
          mask: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/wave.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.page-wrapper main .wave--wave-bottom, .page-wrapper main .wave--wave-bottom-light,
.page-wrapper main .block-container.wave--wave-bottom,
.page-wrapper main .block-container.wave--wave-bottom-light {
  color: var(--wave-dark);
  padding-bottom: 120px;
  padding-bottom: 6.66667rem;
}
@media all and (min-width: 800px) {
  .page-wrapper main .wave--wave-bottom, .page-wrapper main .wave--wave-bottom-light,
  .page-wrapper main .block-container.wave--wave-bottom,
  .page-wrapper main .block-container.wave--wave-bottom-light {
    padding-bottom: 150px;
    padding-bottom: 8.33333rem;
  }
}
.page-wrapper main .wave--wave-bottom + .block-container:not(.wave--wave-top),
.page-wrapper main .wave--wave-bottom + .block-container:not(.wave--wave-bottom), .page-wrapper main .wave--wave-bottom-light + .block-container:not(.wave--wave-top),
.page-wrapper main .wave--wave-bottom-light + .block-container:not(.wave--wave-bottom),
.page-wrapper main .block-container.wave--wave-bottom + .block-container:not(.wave--wave-top),
.page-wrapper main .block-container.wave--wave-bottom + .block-container:not(.wave--wave-bottom),
.page-wrapper main .block-container.wave--wave-bottom-light + .block-container:not(.wave--wave-top),
.page-wrapper main .block-container.wave--wave-bottom-light + .block-container:not(.wave--wave-bottom) {
  padding-top: 0;
}
.page-wrapper main .wave--wave-bottom::after, .page-wrapper main .wave--wave-bottom-light::after,
.page-wrapper main .block-container.wave--wave-bottom::after,
.page-wrapper main .block-container.wave--wave-bottom-light::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 80px;
  height: 4.44444rem;
  background-color: currentcolor;
  -webkit-mask: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/wave.svg") no-repeat 50% 50%;
          mask: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/wave.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

:root {
  /* Featured Box Item */
  --fbi-bg-color: #efefef;
  --fbi-text-color: #262626;
  --fbi-bg-dark-color: #12243A;
  --fbi-dark-text-color: #fff;
  --fbi-dropshadow-bg-color: white;
  --fbi-darkbackground-bg-color: #12243A;
  --fbi-darkbackground-text-color: #fff;
}

.homepage .featured-boxed-item {
  width: 100vw;
  height: auto;
  min-height: 0;
  margin: 0 0 0 -35px;
  margin: 0 0 0 -1.94444rem;
  border-radius: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (width >= 800px) {
  .homepage .featured-boxed-item {
    width: auto;
    height: 300px;
    height: 16.66667rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 90px;
    margin-bottom: 5rem;
  }
}
.homepage .featured-boxed-item figure {
  width: auto;
  height: 100%;
}
.homepage .featured-boxed-item figure {
  min-width: 368px;
  min-width: 20.44444rem;
}
.homepage .featured-boxed-item figure img {
  display: block;
  width: 100%;
  height: auto;
}
.homepage .featured-boxed-item__content {
  width: 100%;
  padding: 0 20px;
  padding: 0 1.11111rem;
}
@media all and (width >= 800px) {
  .homepage .featured-boxed-item__content {
    padding: 0 80px 0 0;
    padding: 0 4.44444rem 0 0;
  }
}
.homepage .featured-boxed-item__content h2 {
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
  margin-top: 15px;
  margin-top: 0.83333rem;
}
@media all and (width >= 800px) {
  .homepage .featured-boxed-item__content h2 {
    margin-top: 50px;
    margin-top: 2.77778rem;
  }
}
.homepage .featured-boxed-item__content p {
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  margin-bottom: 20px;
  margin-bottom: 1.11111rem;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  line-height: 1.55556rem;
  color: #fff;
}
.homepage .featured-boxed-item__content > *:last-child {
  margin-bottom: 60px;
  margin-bottom: 3.33333rem;
}
.homepage__content {
  width: 100%;
  padding: 0 80px 0 0;
  padding: 0 4.44444rem 0 0;
}
.homepage__content h2 {
  font-family: var(--font_primary);
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: 500;
  line-height: 18px;
  line-height: 1rem;
  color: var(--fbi-text-color);
  text-transform: uppercase;
  margin-top: 30px;
  margin-top: 1.66667rem;
  margin-bottom: 20px;
  margin-bottom: 1.11111rem;
}
.homepage__content p {
  font-size: 18px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--fbi-text-color);
}
.homepage__content p.button {
  margin-bottom: 46px;
  margin-bottom: 2.55556rem;
}
.homepage.dark-background {
  background-color: var(--fbi-bg-dark-color);
}
.homepage.dark-background h2,
.homepage.dark-background p {
  color: var(--fbi-dark-text-color);
}

:root {
  --icb-text-container-bg-color: #12243A;
  --icb-text-container-title-color: #fff;
  --icb-text-container-text-color: #fff;
  --icb-content-bg-solid: #12243A;
}

.page-wrapper main .image-content-banner__text-content {
  height: 100%;
  background-color: var(--icb-text-container-bg-color);
  opacity: 0.9;
}
.page-wrapper main .image-content-banner__text-content h2 {
  font-family: var(--font_primary);
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 400;
  line-height: 32px;
  line-height: 1.77778rem;
  color: var(--icb-text-container-title-color);
}
.page-wrapper main .image-content-banner__text-content p {
  font-size: 18px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--icb-text-container-text-color);
}

:root {
  /* Image Content Banner */
  --flip-card-front-bg: #12243A;
  --flip-card-back-bg: #2A496F;
  --flip-card-text-color: #fff;
}

.page-wrapper main .flip-card__front {
  background-color: var(--flip-card-front-bg);
}
.page-wrapper main .flip-card__front h2,
.page-wrapper main .flip-card__front p {
  color: var(--flip-card-text-color);
}
.page-wrapper main .flip-card__back {
  background-color: var(--flip-card-back-bg);
}
.page-wrapper main .flip-card__back h2,
.page-wrapper main .flip-card__back p {
  color: var(--flip-card-text-color);
}

:root {
  --table-responsive-heading-bg-color: #12243a;
  --table-responsive-heading-text-color: #fff;
  --table-responsive-body-cell-text-color: #262626;
  --table-open-heading-bg-color: #12243a;
  --table-open-heading-text-color: #fff;
  --table-open-body-even-row-bg-color: #e8e8e8;
  --table-open-body-cell-text-color: #262626;
}

.page-wrapper main table.responsive-table {
  border-radius: 0;
}
.page-wrapper main table.responsive-table thead > tr > th {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 400;
  color: var(--table-responsive-heading-text-color);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  text-shadow: 0.05556rem 0.05556rem 0.05556rem rgba(0, 0, 0, 0.35);
  background-color: var(--table-responsive-heading-bg-color);
  border-right: 0;
}
.page-wrapper main table.responsive-table tbody > tr > td {
  position: relative;
  border-right: 0;
}
.page-wrapper main table.responsive-table tbody > tr > td .cell-content {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--table-responsive-body-cell-text-color);
}
.page-wrapper main table.responsive-table tbody > tr > td:first-of-type::before {
  content: "";
  position: absolute;
  bottom: -1px;
  bottom: -0.05556rem;
  left: 0;
  width: 35px;
  width: 1.94444rem;
  height: 1px;
  height: 0.05556rem;
  background-color: #fff;
}
.page-wrapper main table.responsive-table tbody > tr > td:last-of-type::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  bottom: -0.05556rem;
  width: 35px;
  width: 1.94444rem;
  height: 1px;
  height: 0.05556rem;
  background-color: #fff;
}
.page-wrapper main table.open-table {
  border-radius: 0;
}
.page-wrapper main table.open-table thead tr th:first-of-type {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 400;
  color: var(--table-open-heading-text-color);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  text-shadow: 0.05556rem 0.05556rem 0.05556rem rgba(0, 0, 0, 0.35);
  background-color: var(--table-open-heading-bg-color);
  border-left: 0;
  border-right: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.page-wrapper main table.open-table thead tr th:last-of-type {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 400;
  color: var(--table-open-heading-text-color);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  text-shadow: 0.05556rem 0.05556rem 0.05556rem rgba(0, 0, 0, 0.35);
  background-color: var(--table-open-heading-bg-color);
  border-left: 0;
  border-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.page-wrapper main table.open-table tbody tr td .cell-content {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--table-open-body-cell-text-color);
}
.page-wrapper main table.open-table tbody tr:nth-child(even) td {
  background-color: var(--table-open-body-even-row-bg-color);
}
.page-wrapper main table.open-table tbody tr:nth-child(even) td:first-of-type {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.page-wrapper main table.open-table tbody tr:nth-child(even) td:last-of-type {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

:root {
  --tabs-animated-tab-text-color-inactive: #262626;
  --tabs-animated-tab-text-color-active: #12243A;
  --tabs-contained-tab-text-color-active: #fff;
  --tabs-contained-tab-bg-color: #E9E9E9;
  --tabs-contained-tab-bg-color-active: #12243A;
  --tabs-contained-tab-text-color-hover: #fff;
  --tabs-contained-tab-bg-color-hover: #12243A;
  --tabs-contained-tab-text-color-inactive: #262626;
  --tabs-animated-indicator-bg-color: #12243a;
  --tab-open-underlined-border-color: #8C8C8C;
}

.page-wrapper main .tabs .tab-content p {
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.55556rem;
  color: #262626;
}
.page-wrapper main .tabs.animated .tab-indicator {
  top: 62px;
  top: 3.44444rem;
  background: var(--tabs-animated-indicator-bg-color);
}
.page-wrapper main .tabs.animated .tab-con .tab-list li a {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--tabs-animated-tab-text-color-inactive);
  border-bottom: none;
}
.page-wrapper main .tabs.animated .tab-con .tab-list li a[aria-selected] {
  color: var(--tabs-animated-tab-text-color-active);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  text-shadow: 0.05556rem 0.05556rem 0.05556rem rgba(0, 0, 0, 0.35);
}
.page-wrapper main .tabs.classic .tab-con .tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 68px;
  height: 3.77778rem;
}
.page-wrapper main .tabs.classic .tab-con .tab-list li a {
  padding: 10px 30px;
  padding: 0.55556rem 1.66667rem;
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--tabs-contained-tab-text-color-inactive);
  text-transform: capitalize;
  background: var(--tabs-contained-tab-bg-color);
  border-radius: 5px 5px 0 0;
  border-radius: 0.27778rem 0.27778rem 0 0;
  border-bottom: none;
}
.page-wrapper main .tabs.classic .tab-con .tab-list li a[aria-selected] {
  padding: 20px 30px;
  padding: 1.11111rem 1.66667rem;
  color: var(--tabs-contained-tab-text-color-active);
  background: var(--tabs-contained-tab-bg-color-active);
}
.page-wrapper main .tabs.classic .tab-con .tab-list li a:focus, .page-wrapper main .tabs.classic .tab-con .tab-list li a:hover {
  color: var(--tabs-contained-tab-text-color-hover);
  background: var(--tabs-contained-tab-bg-color-hover);
}
.page-wrapper main .tabs.tab-open--underline .tab-con .tab-list li a {
  font-family: var(--font_primary);
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: 500;
  line-height: 36px;
  line-height: 2rem;
  color: #262626;
  background: transparent !important;
  border-bottom: none;
}
.page-wrapper main .tabs.tab-open--underline .tab-con .tab-list li a::after {
  background: var(--tab-open-underlined-border-color);
}
.page-wrapper main .tabs.tab-open--underline .tab-con .tab-list li a[aria-selected] {
  color: #12243a;
  background: transparent;
}
.page-wrapper main .tabs.tab-open--underline .tab-con .tab-list li a[aria-selected]::after {
  background: #12243a;
}
.page-wrapper main .tabs.tab-open--underline .tab-con .tab-list li a:focus, .page-wrapper main .tabs.tab-open--underline .tab-con .tab-list li a:hover {
  color: #12243a;
}
.page-wrapper main .tabs.tab-open--underline .tab-con .tab-list li a:focus::after, .page-wrapper main .tabs.tab-open--underline .tab-con .tab-list li a:hover::after {
  background: #12243a;
}
.page-wrapper main .tabs.tab-open .tab-con .tab-list li a {
  font-family: var(--font_primary);
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: 500;
  line-height: 36px;
  line-height: 2rem;
  color: #262626;
  text-transform: capitalize;
  background: transparent;
  opacity: 1;
  border-bottom: none;
}
.page-wrapper main .tabs.tab-open .tab-con .tab-list li a[aria-selected] {
  font-family: var(--font_primary);
  font-weight: 500;
  color: #12243A;
  background: transparent;
}
.page-wrapper main .tabs.tab-open .tab-con .tab-list li a:focus, .page-wrapper main .tabs.tab-open .tab-con .tab-list li a:hover {
  color: #12243A;
  background: transparent;
}
.page-wrapper main .tabs.icon .tab-con .tab-list li a {
  font-family: var(--font_primary);
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: 500;
  line-height: 36px;
  line-height: 2rem;
  color: #262626;
  border: 2px solid var(--Primary, #12243A);
  border: 0.11111rem solid var(--Primary, #12243A);
  border-radius: 0;
}
.page-wrapper main .tabs.icon .tab-con .tab-list li a img {
  display: inline;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transform: translateY(0.83333rem);
      -ms-transform: translateY(0.83333rem);
          transform: translateY(0.83333rem);
  max-height: 35px;
  max-height: 1.94444rem;
  margin-right: 15px;
  margin-right: 0.83333rem;
}
.page-wrapper main .tabs.icon .tab-con .tab-list li a[aria-selected] {
  color: #fff;
  background-color: #12243A;
}
.page-wrapper main .tabs.icon .tab-con .tab-list li a:focus, .page-wrapper main .tabs.icon .tab-con .tab-list li a:hover {
  color: #fff;
}
.page-wrapper main .tabs.icon .tab-content {
  padding: 35px 0 0;
  padding: 1.94444rem 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

:root {
  --pager-button-navigation-color: #262626;
  --pager-default-bg-color:#d3d3d9;
  --pager-active-bg-color:#12243A;
}

.page-wrapper main .pager {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding-top: 25px;
  padding-top: 1.38889rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page-wrapper main .pager .next-prev {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 28px;
  line-height: 1.55556rem;
  border-bottom: none;
}
.page-wrapper main .pager .next-prev:first-child {
  color: var(--pager-button-navigation-color);
  background: url("/themes/atlas/assets/dist/images/_OSPS/icons/icn-angle-left.svg") no-repeat center left;
  background-size: 8px auto;
  background-size: 0.44444rem auto;
  padding-left: 20px;
  padding-left: 1.11111rem;
  margin-right: auto;
  margin-left: 0;
}
.page-wrapper main .pager .next-prev:last-child {
  color: var(--pager-button-navigation-color);
  background: url("/themes/atlas/assets/dist/images/_OSPS/icons/icn-angle-right.svg") no-repeat center right;
  background-size: 8px auto;
  background-size: 0.44444rem auto;
  padding-right: 20px;
  padding-right: 1.11111rem;
  margin-left: auto;
  margin-right: 0;
}
.page-wrapper main .pager a.page {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 28px;
  line-height: 1.55556rem;
  background-color: var(--pager-default-bg-color);
  border-radius: 5px;
  border-radius: 0.27778rem;
}
.page-wrapper main .pager span:not(.next, .prev) {
  background-color: var(--pager-active-bg-color);
  border-radius: 5px;
  border-radius: 0.27778rem;
}

:root {
  /* Accordions - Classic */
  --accordion-bg-color: transparent;
  --accordion-title-color: #606261;
  --accordion-title-color-hover: #12243a;
  --accordion-title-color-active: #12243a;
  --accordion-title-color-inactive-hover: #12243a;
  --accordion-content-text-color: #1a1a1a;
  --accordion-toggle-color: #1a1a1a;
  --accordion-toggle-color-hover: #1a1a1a;
  --accordion-toggle-color-active: #12243a;
  --accordion-toggle-border-color: #8C8C8C;
  --accordion-toggle-border-color-hover: #f4b73a;
  --accordion-toggle-border-color-active: #12243a;
  --accordion-border-color: rgb(140 140 140 / 50%);
  --accordion-border-color-hover: #f4b73a;
  --accordion-border-color-active: #12243a;
  /* Accordions - Alternative */
  --accordion-alt-bg-color: #fff;
  --accordion-alt-title-color: #1a1a1a;
  --accordion-alt-title-color-hover: #1a1a1a;
  --accordion-alt-content-text-color: #262626;
  --accordion-alt-toggle-color: #1a1a1a;
  --accordion-alt-toggle-color-hover: #1a1a1a;
  --accordion-alt-toggle-border-color: #1a1a1a;
  --accordion-alt-toggle-border-color-hover: #1a1a1a;
  --accordion-alt-border-color: #ccc;
  --accordion-alt-border-color-hover: #1a1a1a;
  --accordion-alt-read-more-color: #12243A;
  --accordion-alt-carot-color: #f4b73a;
}

body .page-wrapper main .accordions,
body .page-wrapper main .accordions.active {
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
body .page-wrapper main .accordions .accordion,
body .page-wrapper main .accordions.active .accordion {
  overflow: hidden;
  background-color: var(--accordion-bg-color);
  border-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body .page-wrapper main .accordions .accordion:first-of-type,
body .page-wrapper main .accordions.active .accordion:first-of-type {
  border-radius: 6px 6px 0 0;
  border-radius: 0.33333rem 0.33333rem 0 0;
}
body .page-wrapper main .accordions .accordion:last-of-type,
body .page-wrapper main .accordions.active .accordion:last-of-type {
  border-radius: 0 0 6px 6px;
  border-radius: 0 0 0.33333rem 0.33333rem;
}
body .page-wrapper main .accordions h2.accordion-title button,
body .page-wrapper main .accordions.active h2.accordion-title button {
  padding: 20px 85px 15px 0;
  padding: 1.11111rem 4.72222rem 0.83333rem 0;
  margin: 0;
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--accordion-title-color);
  border: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media all and (width >= 800px) {
  body .page-wrapper main .accordions h2.accordion-title button,
  body .page-wrapper main .accordions.active h2.accordion-title button {
    font-size: 22px;
    font-size: 1.22222rem;
  }
}
body .page-wrapper main .accordions h2.accordion-title button span::after,
body .page-wrapper main .accordions.active h2.accordion-title button span::after {
  display: none;
}
body .page-wrapper main .accordions h2.accordion-title button::before,
body .page-wrapper main .accordions.active h2.accordion-title button::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: calc(100% - 75px);
  width: calc(100% - 4.16667rem);
  height: 2px;
  height: 0.11111rem;
  background: var(--accordion-border-color);
  border-radius: 50px;
  border-radius: 2.77778rem;
}
body .page-wrapper main .accordions h2.accordion-title button:focus, body .page-wrapper main .accordions h2.accordion-title button:hover,
body .page-wrapper main .accordions.active h2.accordion-title button:focus,
body .page-wrapper main .accordions.active h2.accordion-title button:hover {
  color: var(--accordion-title-color-hover);
}
body .page-wrapper main .accordions h2.accordion-title button:focus::before, body .page-wrapper main .accordions h2.accordion-title button:hover::before,
body .page-wrapper main .accordions.active h2.accordion-title button:focus::before,
body .page-wrapper main .accordions.active h2.accordion-title button:hover::before {
  background: var(--accordion-border-color-hover);
}
body .page-wrapper main .accordions h2.accordion-title button::after,
body .page-wrapper main .accordions.active h2.accordion-title button::after {
  content: "";
  position: absolute;
  right: 20px;
  right: 1.11111rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25px;
  width: 1.38889rem;
  height: 25px;
  height: 1.38889rem;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  color: #12243a;
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/icn-plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  background-size: 0.83333rem;
  border-radius: 50px;
  border-radius: 2.77778rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body .page-wrapper main .accordions h2.accordion-title button:hover, body .page-wrapper main .accordions h2.accordion-title button:focus,
body .page-wrapper main .accordions.active h2.accordion-title button:hover,
body .page-wrapper main .accordions.active h2.accordion-title button:focus {
  border: 0;
}
body .page-wrapper main .accordions h2.accordion-title .accordion-content,
body .page-wrapper main .accordions.active h2.accordion-title .accordion-content {
  display: block !important;
  height: 0;
  padding: 0;
  overflow: hidden;
  color: #8C8C8C;
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body .page-wrapper main .accordions h2.accordion-title .accordion-content[aria-hidden=false],
body .page-wrapper main .accordions.active h2.accordion-title .accordion-content[aria-hidden=false] {
  height: 100%;
  padding: 20px 20px 0;
  padding: 1.11111rem 1.11111rem 0;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
body .page-wrapper main .accordions h2.accordion-title::after,
body .page-wrapper main .accordions.active h2.accordion-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 70px;
  width: 3.88889rem;
  height: 2px;
  height: 0.11111rem;
  background: var(--accordion-toggle-border-color);
}
body .page-wrapper main .accordions h2.accordion-title:focus::after, body .page-wrapper main .accordions h2.accordion-title:hover::after,
body .page-wrapper main .accordions.active h2.accordion-title:focus::after,
body .page-wrapper main .accordions.active h2.accordion-title:hover::after {
  background: var(--accordion-toggle-border-color-hover);
}
body .page-wrapper main .accordions h2.accordion-title.is-active,
body .page-wrapper main .accordions.active h2.accordion-title.is-active {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body .page-wrapper main .accordions h2.accordion-title.is-active button,
body .page-wrapper main .accordions.active h2.accordion-title.is-active button {
  color: #12243a;
  border: 0;
}
body .page-wrapper main .accordions h2.accordion-title.is-active button::before,
body .page-wrapper main .accordions.active h2.accordion-title.is-active button::before {
  background: var(--accordion-border-color-active);
}
body .page-wrapper main .accordions h2.accordion-title.is-active button::after,
body .page-wrapper main .accordions.active h2.accordion-title.is-active button::after {
  color: white;
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/icn-minus.svg");
}
body .page-wrapper main .accordions h2.accordion-title.is-active button:hover, body .page-wrapper main .accordions h2.accordion-title.is-active button:focus,
body .page-wrapper main .accordions.active h2.accordion-title.is-active button:hover,
body .page-wrapper main .accordions.active h2.accordion-title.is-active button:focus {
  color: #12243a;
  border: 0;
}
body .page-wrapper main .accordions h2.accordion-title.is-active::after,
body .page-wrapper main .accordions.active h2.accordion-title.is-active::after {
  background: var(--accordion-toggle-border-color-active);
}
body .page-wrapper main .accordions h2.accordion-title.is-inactive button,
body .page-wrapper main .accordions.active h2.accordion-title.is-inactive button {
  color: var(--accordion-title-color);
  background-color: var(--accordion-bg-color);
}
body .page-wrapper main .accordions h2.accordion-title.is-inactive button:focus, body .page-wrapper main .accordions h2.accordion-title.is-inactive button:hover,
body .page-wrapper main .accordions.active h2.accordion-title.is-inactive button:focus,
body .page-wrapper main .accordions.active h2.accordion-title.is-inactive button:hover {
  color: var(--accordion-title-color-inactive-hover);
}
body .page-wrapper main .accordions h2.accordion-title.is-inactive button:focus::after, body .page-wrapper main .accordions h2.accordion-title.is-inactive button:hover::after,
body .page-wrapper main .accordions.active h2.accordion-title.is-inactive button:focus::after,
body .page-wrapper main .accordions.active h2.accordion-title.is-inactive button:hover::after {
  color: white;
  background-image: url("/themes/Atlas/assets/dist/images/_OSPS/svgs/icn-plus.svg");
}
body .page-wrapper main .accordions h2.accordion-title.is-inactive button:focus::after, body .page-wrapper main .accordions h2.accordion-title.is-inactive button:hover::after,
body .page-wrapper main .accordions.active h2.accordion-title.is-inactive button:focus::after,
body .page-wrapper main .accordions.active h2.accordion-title.is-inactive button:hover::after {
  color: #12243a;
}
body .page-wrapper main .accordions .accordion-content p,
body .page-wrapper main .accordions.active .accordion-content p {
  color: #262626;
}
body .page-wrapper main .accordions-alt-list .accordion-alt-item__content .description h2 {
  font-family: var(--font_primary);
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: 32px;
  line-height: 1.77778rem;
  color: var(--accordion-alt-content-text-color);
  text-transform: capitalize;
}
body .page-wrapper main .accordions-alt-list .accordion-alt-item__content .description .blurb p,
body .page-wrapper main .accordions-alt-list .accordion-alt-item__content .description .more-alt-content p {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 28px;
  line-height: 1.55556rem;
  color: #262626;
}
body .page-wrapper main .accordions-alt-list .accordion-alt-item__content .description .read-more {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 28px;
  line-height: 1.55556rem;
  color: #12243A;
  text-transform: capitalize;
}
body .page-wrapper main .accordions-alt-list .accordion-alt-item__content .description .read-more svg {
  width: 15px;
  width: 0.83333rem;
  height: 15px;
  height: 0.83333rem;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transform: translateY(0.16667rem);
      -ms-transform: translateY(0.16667rem);
          transform: translateY(0.16667rem);
  fill: var(--accordion-alt-carot-color);
}
body .page-wrapper main .accordions-alt-list .accordion-alt-item__blurb p {
  font-size: 18px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--accordion-alt-content-text-color);
}

.featured-links {
  position: relative;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  padding: 60px 0;
  padding: 3.33333rem 0;
  background: #9f9f9f;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (width >= 800px) {
  .featured-links {
    height: 320px;
    height: 17.77778rem;
    padding: 0;
  }
}
.featured-links a.featured-links__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font_primary);
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 700;
  line-height: 32px;
  line-height: 1.77778rem;
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0.11111rem 0.16667rem rgba(0, 0, 0, 0.5);
  border: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (width >= 1280px) {
  .featured-links a.featured-links__link {
    font-size: 30px;
    font-size: 1.66667rem;
    line-height: 38px;
    line-height: 2.11111rem;
  }
}
.featured-links a.featured-links__link svg {
  width: 40px;
  width: 2.22222rem;
  height: 46px;
  height: 2.55556rem;
  margin-top: 5px;
  margin-top: 0.27778rem;
  color: rgb(152, 83, 31);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.featured-links a.featured-links__link:hover, .featured-links a.featured-links__link:focus {
  color: #fff;
  border-bottom: none;
}
.featured-links a.featured-links__link:hover svg, .featured-links a.featured-links__link:focus svg {
  color: rgb(255, 137, 50);
}
.featured-links__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 780px;
  max-width: 43.33333rem;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (width >= 800px) {
  .featured-links__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media all and (width >= 1280px) {
  .featured-links__list {
    max-width: 1120px;
    max-width: 62.22222rem;
  }
}
.featured-links__list-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 172px;
  max-width: 9.55556rem;
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 2.22222rem;
}
@media all and (width >= 800px) {
  .featured-links__list-item {
    position: static;
    margin: 0;
  }
}
.featured-links__list-item::before {
  content: none;
}
.featured-links__list-item:hover .featured-links__list-item-hover--mobile, .featured-links__list-item:focus-within .featured-links__list-item-hover--mobile {
  opacity: 1;
}
@media all and (width >= 800px) {
  .featured-links__list-item:hover .featured-links__list-item-hover--desktop, .featured-links__list-item:focus-within .featured-links__list-item-hover--desktop {
    opacity: 1;
  }
}
.featured-links__list-item-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
.featured-links__list-item-hover--mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 175%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media all and (width >= 800px) {
  .featured-links__list-item-hover--mobile {
    display: none;
  }
}
.featured-links__list-item-hover--mobile::before {
  content: "";
  position: absolute;
  top: -5%;
  left: 0;
  display: block;
  width: 100%;
  height: 35%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #9f9f9f), to(transparent));
  background: linear-gradient(to bottom, #9f9f9f 15%, transparent);
  background-size: cover;
}
.featured-links__list-item-hover--mobile::after {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 0;
  display: block;
  width: 100%;
  height: 35%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #9f9f9f), to(transparent));
  background: linear-gradient(to top, #9f9f9f 15%, transparent);
  background-size: cover;
}
.featured-links__list-item-hover--desktop {
  display: none;
}
@media all and (width >= 800px) {
  .featured-links__list-item-hover--desktop {
    display: block;
  }
}

body .image-list__content h2 {
  font-family: var(--font_primary);
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: 400;
  line-height: 18px;
  line-height: 1rem;
  color: #606261;
  text-transform: uppercase;
}
body .image-list__content p {
  font-size: 18px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.55556rem;
  color: #606261;
}

body .icon-list__content h3 {
  color: #606261;
  font-family: var(--font_primary);
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 18px;
  line-height: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
body .icon-list__content p {
  color: #606261;
  font-size: 18px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.55556rem;
}

:root {
  --stt-bg-color: #1a1a1a;
  --stt-bg-color-hover: #fff;
  --stt-icon-color: #fff;
  --stt-icon-color-hover: #1a1a1a;
  --stt-border-color: #ccc;
  --stt-border-color-hover: #1a1a1a;
}

button.scroll-to-top {
  position: fixed;
  right: 50px;
  right: 2.77778rem;
  bottom: 50px;
  bottom: 2.77778rem;
  z-index: 100;
  display: inline-block;
  width: 50px;
  width: 2.77778rem;
  height: 50px;
  height: 2.77778rem;
  text-align: center;
  cursor: pointer;
  background-color: var(--stt-bg-color);
  border: 1px solid var(--stt-border-color);
  border: 0.05556rem solid var(--stt-border-color);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
button.scroll-to-top svg {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  fill: var(--stt-icon-color);
  width: 20px;
  width: 1.11111rem;
  height: 100%;
}
@media only screen and (width <= 768px) {
  button.scroll-to-top {
    right: 25px;
    right: 1.38889rem;
    bottom: 50px;
    bottom: 2.77778rem;
  }
}
button.scroll-to-top:hover, button.scroll-to-top:focus {
  text-decoration: none;
  background-color: var(--stt-bg-color-hover);
  border: 1px solid var(--stt-border-color-hover);
  border: 0.05556rem solid var(--stt-border-color-hover);
}
button.scroll-to-top:hover svg, button.scroll-to-top:focus svg {
  fill: var(--stt-icon-color-hover);
}
button.scroll-to-top.move {
  bottom: 150px;
  bottom: 8.33333rem;
}
@media only screen and (width <= 840px) {
  button.scroll-to-top.move {
    bottom: 85px;
    bottom: 4.72222rem;
  }
}

:root {
  --search-bar-bg: var(--color_primary);
  --search-bar-icon: rgb(255 255 255 / 50%);
  --search-bar-icon-hover: #fff;
  --search-bar-text: #fff;
  --search-toggle-bg: #616161;
  --search-toggle-bg-hover: #fff;
  --search-toggle-color: #fff;
  --search-toggle-color-hover: #aa4492;
  --search-pagination-border: #616161;
  --search-pagination-bg: #aa4492;
  --search-pagination-text: #fff;
  --search-pagination-bg-hover: #333;
  --search-pagination-text-hover: #fff;
  --search-close-icon: rgb(255 255 255 / 50%);
  --search-close-icon-hover: #fff;
  --search-toggle-icon: #606261;
  --search-toggle-icon-hover: #1a1a1a;
  --search-toggle-icon-mobile: #ffffff;
  --search-toggle-icon-mobile-hover: rgb(255 255 255 / 80%);
}

.search-container {
  position: relative;
  background: var(--search-bar-bg);
  border-radius: 50px;
  border-radius: 2.77778rem;
}
.search-container input[type=text] {
  width: 240px;
  width: 13.33333rem;
  padding: 0;
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--search-bar-text);
  background: var(--search-bar-bg);
  border: 0;
  border-bottom: 2px solid #fff;
  border-bottom: 0.11111rem solid #fff;
}
.search-container input[type=text]::-webkit-input-placeholder {
  color: var(--search-bar-text);
}
.search-container input[type=text]::-moz-placeholder {
  color: var(--search-bar-text);
}
.search-container input[type=text]:-ms-input-placeholder {
  color: var(--search-bar-text);
}
.search-container input[type=text]::-ms-input-placeholder {
  color: var(--search-bar-text);
}
.search-container input[type=text]::placeholder {
  color: var(--search-bar-text);
}
.global-nav .search-container {
  border-radius: 0;
}
.global-nav .search-container input[type=text].search-container__search-input {
  height: 48px;
  height: 2.66667rem;
}
@media all and (min-width: 1280px) {
  .global-nav .search-container input[type=text].search-container__search-input {
    padding: 8px 60px 11px 15px;
    padding: 0.44444rem 3.33333rem 0.61111rem 0.83333rem;
    border-radius: 8px;
    border-radius: 0.44444rem;
    border-bottom: 0;
  }
}
.global-nav .search-container input[type=text].search-container__search-input::-webkit-input-placeholder {
  text-transform: uppercase;
}
.global-nav .search-container input[type=text].search-container__search-input::-moz-placeholder {
  text-transform: uppercase;
}
.global-nav .search-container input[type=text].search-container__search-input:-ms-input-placeholder {
  text-transform: uppercase;
}
.global-nav .search-container input[type=text].search-container__search-input::-ms-input-placeholder {
  text-transform: uppercase;
}
.global-nav .search-container input[type=text].search-container__search-input::placeholder {
  text-transform: uppercase;
}

.mic-search {
  display: none;
  position: relative;
  right: 15px;
  right: 0.83333rem;
  color: var(--search-bar-icon);
  cursor: pointer;
}
.mic-search svg {
  width: 14px;
  width: 0.77778rem;
  fill: #262626;
}
@media all and (min-width: 1280px) {
  .mic-search svg {
    fill: #fff;
  }
}
@media all and (min-width: 1280px) {
  .mic-search {
    position: absolute;
    right: 35px;
    right: 1.94444rem;
  }
}
.mic-search:hover, .mic-search:focus {
  color: var(--search-bar-icon-hover);
}
.mic-search:hover svg, .mic-search:focus svg {
  opacity: 0.5;
}

.btn-search {
  position: relative;
  right: 15px;
  right: 0.83333rem;
  color: var(--search-bar-icon);
  border-bottom: none;
}
.btn-search svg {
  width: 17px;
  width: 0.94444rem;
  fill: #262626;
}
@media all and (min-width: 1280px) {
  .btn-search svg {
    fill: #fff;
  }
}
@media all and (min-width: 1280px) {
  .btn-search {
    position: absolute;
    right: 10px;
    right: 0.55556rem;
  }
}
.btn-search:hover, .btn-search:focus {
  color: var(--search-bar-icon-hover);
}
.btn-search:hover svg, .btn-search:focus svg {
  opacity: 0.5;
}

.btn-search-toggle {
  position: relative;
  right: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  width: 1.66667rem;
  height: 30px;
  height: 1.66667rem;
  color: var(--search-toggle-color);
  cursor: pointer;
  background: var(--search-toggle-bg);
  border-radius: 50px;
  border-radius: 2.77778rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-search-toggle .fa-search {
  font-size: 14px;
  font-size: 0.77778rem;
}
@media all and (min-width: 1280px) {
  .btn-search-toggle {
    display: none;
  }
}
.btn-search-toggle:hover, .btn-search-toggle:focus {
  color: var(--search-toggle-color-hover);
  background: var(--search-toggle-bg-hover);
}
.btn-search-toggle.active {
  color: var(--search-toggle-color-hover);
  background: var(--search-toggle-bg-hover);
}

.search-results {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 22px;
  line-height: 1.22222rem;
}
.search-results .stats {
  margin: 30px 0;
  margin: 1.66667rem 0;
}
.search-results .pagination {
  border-top: 1px solid var(--search-pagination-border);
  border-top: 0.05556rem solid var(--search-pagination-border);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.search-results .pagination td {
  background: transparent !important;
}
.search-results .pagination th[scope=col] {
  display: none;
}
.search-results .pagination .cell-heading {
  display: none;
}
.search-results .pagination table {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 0 !important;
}
.search-results .pagination table tbody tr {
  background-color: transparent;
}
.search-results .pagination table tbody tr td {
  padding: 20px 10px !important;
  padding: 1.11111rem 0.55556rem !important;
  border: 0 !important;
}
.search-results .pagination table tbody tr td span > span {
  margin: 0;
}
.search-results .pagination table tbody tr td span:not(.cell-content, .cell-heading) {
  display: block;
  padding: 3px 10px;
  padding: 0.16667rem 0.55556rem;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700 !important;
  line-height: 21px;
  line-height: 1.16667rem;
  color: var(--search-pagination-text-hover);
  text-decoration: none;
  background: var(--search-pagination-bg-hover);
  border-radius: 5px;
  border-radius: 0.27778rem;
}
.search-results .pagination table tbody tr td a {
  padding: 3px 10px;
  padding: 0.16667rem 0.55556rem;
  color: var(--search-pagination-text) !important;
  text-decoration: none;
  background: var(--search-pagination-bg) !important;
  border-radius: 5px;
  border-radius: 0.27778rem;
  border-bottom: 0 !important;
}
.search-results .pagination table tbody tr td a:hover, .search-results .pagination table tbody tr td a:focus {
  color: var(--search-pagination-text-hover) !important;
  background: var(--search-pagination-bg-hover) !important;
  border-bottom: 0 !important;
}
.search-results .search-results-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
.search-results .search-results-search input[type=search] {
  float: left;
  width: calc(100% - 118px);
  width: calc(100% - 6.55556rem);
  height: 45px;
  height: 2.5rem;
  padding: 12px 20px;
  padding: 0.66667rem 1.11111rem;
  font-size: 16px;
  font-size: 0.88889rem;
  font-style: italic;
  line-height: 30px;
  line-height: 1.66667rem;
  border: 1px solid var(--form-input-border-color);
  border: 0.05556rem solid var(--form-input-border-color);
  border-radius: 10px;
  border-radius: 0.55556rem;
  margin-right: 15px;
  margin-right: 0.83333rem;
}
.search-results .search-results-search input[type=search]::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 0.88889rem;
  font-style: italic;
  line-height: 30px;
  line-height: 1.66667rem;
}
.search-results .search-results-search input[type=search]::-moz-placeholder {
  font-size: 16px;
  font-size: 0.88889rem;
  font-style: italic;
  line-height: 30px;
  line-height: 1.66667rem;
}
.search-results .search-results-search input[type=search]:-ms-input-placeholder {
  font-size: 16px;
  font-size: 0.88889rem;
  font-style: italic;
  line-height: 30px;
  line-height: 1.66667rem;
}
.search-results .search-results-search input[type=search]::-ms-input-placeholder {
  font-size: 16px;
  font-size: 0.88889rem;
  font-style: italic;
  line-height: 30px;
  line-height: 1.66667rem;
}
.search-results .search-results-search input[type=search]::placeholder {
  font-size: 16px;
  font-size: 0.88889rem;
  font-style: italic;
  line-height: 30px;
  line-height: 1.66667rem;
}
.search-results .search-results-search input[type=submit] {
  display: inline-block;
  width: 120px;
  width: 6.66667rem;
  height: 45px;
  height: 2.5rem;
  padding: 10px;
  padding: 0.55556rem;
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  line-height: 24px;
  line-height: 1.33333rem;
  color: var(--form-submit-button-text-color);
  text-decoration: none;
  cursor: pointer;
  background: var(--color_primary);
  border: 0;
  border-radius: 10px;
  border-radius: 0.55556rem;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.search-results .search-results-search input[type=submit]:hover, .search-results .search-results-search input[type=submit]:focus {
  color: var(--form-submit-button-text-color-hover);
  text-decoration: none;
  background: var(--form-submit-button-bg-color-hover);
}
.search-results .results {
  position: relative;
  padding-top: 20px;
  padding-top: 1.11111rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-results .results tr {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-results .results td {
  display: block;
  background: #efefef;
  border-radius: 10px !important;
  border-radius: 0.55556rem !important;
  margin-bottom: 0;
  border-bottom: none !important;
}
@media all and (min-width: 990px) {
  .search-results .results td {
    margin-bottom: 30px;
    margin-bottom: 1.66667rem;
  }
}
.search-results .results span {
  display: block;
  font-size: 16px;
  font-size: 0.88889rem;
}
.search-results .results span.cell-heading {
  display: none;
}
.search-results .results a {
  display: inline-block;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700 !important;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 0 !important;
}
.search-results .pagination {
  border-top: 1px solid gray;
  border-top: 0.05556rem solid gray;
}
.search-results .pagination > td {
  padding: 16px 0 0;
  padding: 0.88889rem 0 0;
}
.search-results .pagination span,
.search-results .pagination a {
  display: inline-block;
  padding: 3px 6px;
  padding: 0.16667rem 0.33333rem;
  font-size: 13px;
  font-size: 0.72222rem;
  line-height: 13px;
  line-height: 0.72222rem;
  color: gray;
  text-decoration: none;
  background: lightgray;
  border: 1px solid gray;
  border: 0.05556rem solid gray;
}
.search-results .pagination a {
  color: blue;
}
.search-results .pagination a:visited {
  color: blue;
}
.search-results .pagination a:hover, .search-results .pagination a:focus {
  color: #eb0000;
}
.search-results th[scope=col] {
  display: none;
}
.search-results tr:nth-child(n+2) > td {
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 24px;
  line-height: 1.33333rem;
  padding-bottom: 20px;
  padding-bottom: 1.11111rem;
}
.search-results tr:nth-child(n+2) > td a {
  display: inline-block;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 0.0625em;
}

.search-toggle {
  position: relative;
  right: 60px;
  right: 3.33333rem;
  z-index: 3;
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 700;
  line-height: 18px;
  line-height: 1rem;
  color: var(--search-toggle-text);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.search-toggle svg {
  fill: var(--search-toggle-icon);
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 25px;
  width: 1.38889rem;
}
@media all and (min-width: 1280px) {
  .search-toggle {
    position: absolute;
    top: 30px;
    top: 1.66667rem;
    right: 25px;
    right: 1.38889rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    width: 2.22222rem;
    height: auto;
    padding: 5px 0;
    padding: 0.27778rem 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.search-toggle:hover, .search-toggle:focus {
  color: var(--search-toggle-text-hover);
}
.search-toggle:hover svg, .search-toggle:focus svg {
  fill: var(--search-toggle-icon-hover);
}
.search-toggle--mobile {
  position: absolute;
  top: 18px;
  top: 1rem;
  right: 110px;
  right: 6.11111rem;
  display: block;
}
.search-toggle--mobile svg {
  fill: var(--search-toggle-icon-mobile);
  width: 25px;
  width: 1.38889rem;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
@media all and (min-width: 1280px) {
  .search-toggle--mobile {
    display: none;
  }
}
.search-toggle--mobile:hover svg, .search-toggle--mobile:focus svg {
  fill: var(--search-toggle-icon-mobile-hover);
}
body.header-2.search-open .search-toggle {
  display: none;
}

body.header-3.search-open .search-toggle {
  display: none;
}

.search-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  width: 100vw;
  height: 100vh;
  padding: 60px 50px;
  padding: 3.33333rem 2.77778rem;
  background: var(--search-bar-bg);
  opacity: 0.95;
}
.search-box .fa-times:hover svg, .search-box .fa-times:focus svg {
  fill: var(--search-close-icon-hover);
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  text-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
}
.search-box .fa-times svg {
  position: absolute;
  top: 40px;
  top: 2.22222rem;
  right: 50px;
  right: 2.77778rem;
  width: 35px;
  width: 1.94444rem;
  text-align: right;
  cursor: pointer;
  fill: var(--search-close-icon);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.header-2 .fa-times svg {
  top: -36px;
  top: -2rem;
  right: 20px;
  right: 1.11111rem;
  left: auto;
}
@media all and (min-width: 800px) {
  body.header-2 .fa-times svg {
    top: 50px;
    top: 2.77778rem;
    right: 50px;
    right: 2.77778rem;
  }
}

body.header-3 .fa-times svg {
  top: -36px;
  top: -2rem;
  right: 20px;
  right: 1.11111rem;
  left: auto;
}
@media all and (min-width: 800px) {
  body.header-3 .fa-times svg {
    top: 50px;
    top: 2.77778rem;
    right: 50px;
    right: 2.77778rem;
  }
}

.search-box .search-container {
  position: relative;
  top: 150px;
  top: 8.33333rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.search-box .search-container input[type=text].search-container__search-input {
  width: 100%;
  height: 60px;
  height: 3.33333rem;
  font-size: 16px;
  font-size: 0.88889rem;
  background: transparent;
  padding-right: 80px;
  padding-right: 4.44444rem;
}
@media all and (min-width: 800px) {
  .search-box .search-container input[type=text].search-container__search-input {
    height: 70px;
    height: 3.88889rem;
    font-size: 30px;
    font-size: 1.66667rem;
    padding-right: 100px;
    padding-right: 5.55556rem;
  }
}
@media all and (min-width: 1280px) {
  .search-box .search-container input[type=text].search-container__search-input {
    font-size: 48px;
    font-size: 2.66667rem;
    padding-right: 130px;
    padding-right: 7.22222rem;
  }
}
.search-box .search-container input[type=text].search-container__search-input::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 0.88889rem;
}
.search-box .search-container input[type=text].search-container__search-input::-moz-placeholder {
  font-size: 16px;
  font-size: 0.88889rem;
}
.search-box .search-container input[type=text].search-container__search-input:-ms-input-placeholder {
  font-size: 16px;
  font-size: 0.88889rem;
}
.search-box .search-container input[type=text].search-container__search-input::-ms-input-placeholder {
  font-size: 16px;
  font-size: 0.88889rem;
}
.search-box .search-container input[type=text].search-container__search-input::placeholder {
  font-size: 16px;
  font-size: 0.88889rem;
}
@media all and (min-width: 800px) {
  .search-box .search-container input[type=text].search-container__search-input::-webkit-input-placeholder {
    font-size: 30px;
    font-size: 1.66667rem;
  }
  .search-box .search-container input[type=text].search-container__search-input::-moz-placeholder {
    font-size: 30px;
    font-size: 1.66667rem;
  }
  .search-box .search-container input[type=text].search-container__search-input:-ms-input-placeholder {
    font-size: 30px;
    font-size: 1.66667rem;
  }
  .search-box .search-container input[type=text].search-container__search-input::-ms-input-placeholder {
    font-size: 30px;
    font-size: 1.66667rem;
  }
  .search-box .search-container input[type=text].search-container__search-input::placeholder {
    font-size: 30px;
    font-size: 1.66667rem;
  }
}
@media all and (min-width: 1280px) {
  .search-box .search-container input[type=text].search-container__search-input::-webkit-input-placeholder {
    font-size: 48px;
    font-size: 2.66667rem;
  }
  .search-box .search-container input[type=text].search-container__search-input::-moz-placeholder {
    font-size: 48px;
    font-size: 2.66667rem;
  }
  .search-box .search-container input[type=text].search-container__search-input:-ms-input-placeholder {
    font-size: 48px;
    font-size: 2.66667rem;
  }
  .search-box .search-container input[type=text].search-container__search-input::-ms-input-placeholder {
    font-size: 48px;
    font-size: 2.66667rem;
  }
  .search-box .search-container input[type=text].search-container__search-input::placeholder {
    font-size: 48px;
    font-size: 2.66667rem;
  }
}
.search-box .search-container input[type=text].search-container__search-input:focus {
  outline: 0;
}
.search-box .search-container .btn-search {
  position: absolute;
  top: 15px;
  top: 0.83333rem;
  right: 0;
  width: 30px;
  width: 1.66667rem;
  height: 30px;
  height: 1.66667rem;
  font-size: 30px;
  font-size: 1.66667rem;
  font-weight: 100;
  background-repeat: no-repeat;
  background-size: contain;
}
.search-box .search-container .btn-search svg {
  fill: var(--search-bar-icon);
  width: 30px;
  width: 1.66667rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media all and (min-width: 800px) {
  .search-box .search-container .btn-search svg {
    width: 40px;
    width: 2.22222rem;
  }
}
@media all and (min-width: 1280px) {
  .search-box .search-container .btn-search svg {
    width: 50px;
    width: 2.77778rem;
  }
}
@media all and (min-width: 800px) {
  .search-box .search-container .btn-search {
    width: 40px;
    width: 2.22222rem;
    height: 40px;
    height: 2.22222rem;
  }
}
@media all and (min-width: 1280px) {
  .search-box .search-container .btn-search {
    top: 5px;
    top: 0.27778rem;
    width: 50px;
    width: 2.77778rem;
    height: 50px;
    height: 2.77778rem;
  }
}
.search-box .search-container .btn-search:hover svg, .search-box .search-container .btn-search:focus svg {
  fill: var(--search-bar-icon-hover);
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  text-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
}
.search-box .search-container .mic-search {
  display: none;
  position: absolute;
  top: 15px;
  top: 0.83333rem;
  right: 40px;
  right: 2.22222rem;
  width: 30px;
  width: 1.66667rem;
  height: 30px;
  height: 1.66667rem;
  font-weight: 100;
  text-align: center;
  cursor: pointer;
}
.search-box .search-container .mic-search svg {
  fill: var(--search-bar-icon);
  width: 25px;
  width: 1.38889rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media all and (min-width: 800px) {
  .search-box .search-container .mic-search svg {
    width: 30px;
    width: 1.66667rem;
  }
}
@media all and (min-width: 1280px) {
  .search-box .search-container .mic-search svg {
    width: 40px;
    width: 2.22222rem;
  }
}
@media all and (min-width: 800px) {
  .search-box .search-container .mic-search {
    right: 55px;
    right: 3.05556rem;
    width: 40px;
    width: 2.22222rem;
    height: 50px;
    height: 2.77778rem;
  }
}
@media all and (min-width: 1280px) {
  .search-box .search-container .mic-search {
    top: 5px;
    top: 0.27778rem;
    right: 70px;
    right: 3.88889rem;
    width: 40px;
    width: 2.22222rem;
    height: 50px;
    height: 2.77778rem;
  }
}
.search-box .search-container .mic-search:hover svg, .search-box .search-container .mic-search:focus svg {
  fill: var(--search-bar-icon-hover);
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  text-shadow: 0 0 1.38889rem rgba(0, 0, 0, 0.25);
}
.header-2 .search-box {
  top: 190px;
  top: 10.55556rem;
  height: calc(100% - 190px);
  height: calc(100% - 10.55556rem);
}
@media all and (min-width: 800px) {
  .header-2 .search-box {
    top: 0;
    height: 100vh;
  }
}

.header-3 .search-box {
  top: 190px;
  top: 10.55556rem;
  height: calc(100% - 190px);
  height: calc(100% - 10.55556rem);
}
@media all and (min-width: 800px) {
  .header-3 .search-box {
    top: 0;
    height: 100vh;
  }
}

:root {
  --gdpr-bg: #fff;
  --gdpr-text-color: #000;
}

.antilles-gdpr {
  position: fixed !important;
  top: auto !important;
  bottom: 0;
  z-index: 99;
  display: none;
  width: calc(100% - 40px);
  width: calc(100% - 2.22222rem);
  max-width: 1900px;
  max-width: 105.55556rem;
  padding: 30px;
  padding: 1.66667rem;
  margin: 20px;
  margin: 1.11111rem;
  background-color: var(--gdpr-bg);
}
.antilles-gdpr p {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 24px;
  line-height: 1.33333rem;
  color: var(--gdpr-text-color);
}
.antilles-gdpr.active {
  display: block;
}
.antilles-gdpr__buttons {
  margin-top: 15px;
  margin-top: 0.83333rem;
}

:root {
  --alerts-bg: var(--color_primary);
  --alerts-text-color: #fff;
  --alerts-text-color-hover: var(--color_secondary);
  --alerts-close-bg: var(--color_primary);
  --alerts-close-bg-hover: #fff;
  --alerts-close-color: #fff;
  --alerts-close-color-hover: var(--color_secondary);
  --alerts-close-border-color: #fff;
  --alerts-close-border-color-hover: var(--color_primary);
  --alerts-arrows-color: var(--color_secondary);
  --alerts-arrows-color-hover: #fff;
}

/* Navigation */
:root {
  --nav-background: #fff;
  --nav-hover-color: #333;
  --nav-item-accessible-toggler: #1a1a1a;
  --nav-underline-hover-color: #aa4492;
  --slidenav-target-background-color: transparent;
}

.navigation.accordion-nav {
  position: relative;
  width: 100vw;
  height: 65px;
  height: 3.61111rem;
  background: var(--color_bg-dark);
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media all and (width >= 1280px) {
  .navigation.accordion-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

:root {
  --nav-level1-text-color-mobile: #1a1a1a;
  --nav-level1-text-bg-color-mobile: transparent;
  --nav-level1-text-color-desktop: #1a1a1a;
  --nav-level1-text-bg-color-desktop: transparent;
}
:root .transparent-nav {
  --nav-level1-text-color-mobile: #1a1a1a;
  --nav-level1-text-bg-color-mobile: transparent;
  --nav-level1-text-color-desktop: #1a1a1a;
  --nav-level1-text-bg-color-desktop: transparent;
}

.navigation.accordion-nav .nav-level1 {
  top: 65px;
  top: 3.61111rem;
  height: calc(100vh - 65px);
  height: calc(100vh - 3.61111rem);
}
@media all and (width >= 1280px) {
  .navigation.accordion-nav .nav-level1 {
    top: auto;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media all and (width >= 1280px) {
  .navigation.accordion-nav .nav-level1__target {
    position: relative;
  }
  .navigation.accordion-nav .nav-level1__target::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -30px;
    left: -1.66667rem;
    width: 100vw;
    height: 300px;
    height: 16.66667rem;
    background: #fff;
  }
  .navigation.accordion-nav .nav-level1__target::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.navigation.accordion-nav .nav-level1__target.has-children .nav-level1__link {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='rgb(18 36 58)'%3E%3Cpath d='M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z'/%3E%3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat no-repeat;
  background-size: 24px 24px;
  background-size: 1.33333rem 1.33333rem;
}
@media all and (width >= 1280px) {
  .navigation.accordion-nav .nav-level1__target.has-children .nav-level1__link {
    background-image: none !important;
  }
}
.navigation.accordion-nav .nav-level1__target.has-children .nav-level1__link.open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='rgb(18 36 58)'%3E%3Cpath d='M200-440v-80h560v80H200Z'/%3E%3C/svg%3E");
}
.navigation.accordion-nav .nav-level1__target.open .nav-level2 {
  top: -300px;
  top: -16.66667rem;
}
@media all and (width < 1280px) {
  .navigation.accordion-nav .nav-level1__target.open .nav-level2 {
    pointer-events: all;
    top: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
@media all and (width >= 1280px) {
  .navigation.accordion-nav .nav-level1__target.open:hover .nav-level2, .navigation.accordion-nav .nav-level1__target.open:focus .nav-level2 {
    top: 100%;
  }
}
@media all and (width >= 1280px) {
  .navigation.accordion-nav .nav-level1__target:hover, .navigation.accordion-nav .nav-level1__target:focus {
    padding-bottom: 0;
  }
  .navigation.accordion-nav .nav-level1__target:hover .nav-level2, .navigation.accordion-nav .nav-level1__target:focus .nav-level2 {
    top: 100%;
  }
  .navigation.accordion-nav .nav-level1__target:hover::after, .navigation.accordion-nav .nav-level1__target:focus::after {
    height: 10px;
    height: 0.55556rem;
    background: var(--color_primary);
  }
}
.navigation.accordion-nav .nav-level1__link {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  border: 0;
  padding-bottom: 20px;
  padding-bottom: 1.11111rem;
}
.nav-wrap-open .navigation.accordion-nav .nav-level1__link {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  border: 0;
  padding-bottom: 20px;
  padding-bottom: 1.11111rem;
}

:root {
  --nav-level2-background-mobile: var(--color_primary);
  --nav-level2-background-desktop: var(--color_primary);
  --nav-level2-text-color-mobile: #fff;
  --nav-level2-text-bg-color-mobile: transparent;
  --nav-level2-text-color-desktop: #fff;
  --nav-level2-text-bg-color-desktop: transparent;
}

.navigation.accordion-nav .nav-level2 {
  position: relative;
  padding: 35px 0;
  padding: 1.94444rem 0;
  border-radius: 0;
}
@media all and (width >= 1280px) {
  .navigation.accordion-nav .nav-level2 {
    position: absolute;
    top: -300px;
    top: -16.66667rem;
    left: -25px;
    left: -1.38889rem;
    z-index: -1;
    display: block;
    min-width: 300px;
    min-width: 16.66667rem;
    padding: 23px 24px 7px;
    padding: 1.27778rem 1.33333rem 0.38889rem;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
  }
  .navigation.accordion-nav .nav-level2__target {
    margin-bottom: 19px;
    margin-bottom: 1.05556rem;
  }
}
.navigation.accordion-nav .nav-level2::before {
  content: "";
  position: absolute;
  top: -10px;
  top: -0.55556rem;
  left: 0;
  width: 60px;
  width: 3.33333rem;
  height: 10px;
  height: 0.55556rem;
  background-color: var(--color_bg-dark);
}
.navigation.accordion-nav .nav-level2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  background: var(--color_bg-dark);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (width >= 1280px) {
  .navigation.accordion-nav .nav-level2::after {
    content: none;
  }
}
.navigation.accordion-nav .nav-level2__link {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  border: 0;
}
.nav-wrap-open .navigation.accordion-nav .nav-level2__link {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  border: 0;
}

:root {
  --nav-item-accessible-toggler: #fff;
  --nav-item-accessible-toggler-active: #fff;
}

@keyframes topIcon-open {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transform: translateY(0.55556rem);
            transform: translateY(0.55556rem);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
    -webkit-transform: translateY(0.55556rem) rotate(45deg);
            transform: translateY(0.55556rem) rotate(45deg);
  }
}
@keyframes middleIcon-open {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-transform: translateY(-0.66667rem);
            transform: translateY(-0.66667rem);
  }
  100% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg);
    -webkit-transform: translateY(-0.66667rem) rotate(-45deg);
            transform: translateY(-0.66667rem) rotate(-45deg);
  }
}
@keyframes topIcon-closed {
  0% {
    -webkit-transform: translateY(12px) rotate(45deg);
            transform: translateY(12px) rotate(45deg);
    -webkit-transform: translateY(0.66667rem) rotate(45deg);
            transform: translateY(0.66667rem) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(0);
            transform: translateY(12px) rotate(0);
    -webkit-transform: translateY(0.66667rem) rotate(0);
            transform: translateY(0.66667rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes middleIcon-closed {
  0% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg);
    -webkit-transform: translateY(-0.66667rem) rotate(-45deg);
            transform: translateY(-0.66667rem) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
            transform: translateY(-12px) rotate(0);
    -webkit-transform: translateY(-0.66667rem) rotate(0);
            transform: translateY(-0.66667rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}