/* Converted Tailwind Config to scss */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: w 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/**
 * Fonts
 * Hosting fonts locally is recommended if possible, for google fonts check out - https://google-webfonts-helper.herokuapp.com/fonts
 *
 * @include font-face($name, $path, $weight: null number, $style: null number, $exts: eot woff2 woff ttf svg) 
 * ex. @include font-face('Cardo', '../../dist/fonts/cardo-v11-latin-700', 700, normal, eot woff2 woff);
 **/

/* NotoSerif Bold */

@font-face {
  font-family: "NotoSerif";

  font-style: normal;

  font-weight: 700;

  src: url("../../dist/fonts/noto-serif-v8-latin-700.eot?") format("eot"), url("../../dist/fonts/noto-serif-v8-latin-700.woff") format("woff"), url("../../dist/fonts/noto-serif-v8-latin-700.woff2") format("woff2"), url("../../dist/fonts/noto-serif-v8-latin-700.ttf") format("truetype");

  font-display: swap;
}

/* NotoSerif Regular Italic */

@font-face {
  font-family: "NotoSerif";

  font-style: italic;

  font-weight: 400;

  src: url("../../dist/fonts/noto-serif-v8-latin-italic.eot?") format("eot"), url("../../dist/fonts/noto-serif-v8-latin-italic.woff") format("woff"), url("../../dist/fonts/noto-serif-v8-latin-italic.woff2") format("woff2"), url("../../dist/fonts/noto-serif-v8-latin-italic.ttf") format("truetype");

  font-display: swap;
}

/* Hind Regular */

@font-face {
  font-family: "Hind";

  font-style: normal;

  font-weight: 400;

  src: url("../../dist/fonts/hind-v10-latin-regular.eot?") format("eot"), url("../../dist/fonts/hind-v10-latin-regular.woff2") format("woff2"), url("../../dist/fonts/hind-v10-latin-regular.woff") format("woff"), url("../../dist/fonts/hind-v10-latin-regular.ttf") format("truetype"), url("../../dist/fonts/hind-v10-latin-regular.svg#Hind") format("svg");

  font-display: swap;
}

/* Hind Semi Bold */

@font-face {
  font-family: "Hind";

  font-style: normal;

  font-weight: 600;

  src: url("../../dist/fonts/hind-v10-latin-600.eot?") format("eot"), url("../../dist/fonts/hind-v10-latin-600.woff2") format("woff2"), url("../../dist/fonts/hind-v10-latin-600.woff") format("woff"), url("../../dist/fonts/hind-v10-latin-600.ttf") format("truetype"), url("../../dist/fonts/hind-v10-latin-600.svg#Hind") format("svg");

  font-display: swap;
}

@media (min-width: 1024px) {
  .button-primary.lg\:inline-block {
    display: inline-block !important;
  }
}

/**
 * Base Elements
 */

#wrapper {
  background-color: #fff;
  font-family: Hind;
  color: #161616;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
}

html {
  scroll-behavior: smooth;
}

body[data-scroll-enabled="false"] {
  overflow: hidden;
  position: relative;
}

body[data-scroll-enabled="false"] .header {
  position: static;
}

body *,
body button:focus {
  outline: none;
}

iframe {
  z-index: 10;
}

#gform_ajax_spinner_2 {
  position: absolute;
}

.icon svg {
  width: 100%;
  height: 100%;
  fill: none;
}

.icon.fill-blue,
.icon.fill-blue g,
.icon.fill-blue path,
.icon.fill-blue circle {
  stroke: #005fe2;
}

.icon.fill-light,
.icon.fill-light g,
.icon.fill-light path,
.icon.fill-light circle {
  stroke: #fff;
}

.gform_confirmation_wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .gform_confirmation_wrapper_1 {
    margin-bottom: 10rem;
  }
}

.flickity-page-dots {
  bottom: -12px !important;
}

.flickity-page-dots .dot {
  margin: 0 5px !important;
  background-color: #005fe2 !important;
  transition: all 0.3s ease-in-out;
  width: 7px !important;
  height: 7px !important;
}

.flickity-button-icon {
  height: 100% !important;
}

.flickity-button-icon path {
  fill: none;
  stroke: #81bad9;
  stroke-linecap: round;
  stroke-width: 4px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .object-cover {
    font-family: "object-fit: cover; object-position: center;";
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .object-contain {
    font-family: "object-fit: contain; object-position: center;";
  }
}

.icon-chevron-right {
  padding-right: 2rem;
  position: relative;
}

.icon-chevron-right::after {
  top: 0;
  bottom: 0;
  right: 8px;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  width: 24px;
  height: 16px;
  position: absolute;
  margin-left: 0.5rem;
}

.icon-chevron-right::after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 24'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%2381BAD9' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M23 7L12.518 17.48c-.068.07-.148.123-.237.16-.09.037-.184.056-.281.056-.097 0-.19-.019-.28-.056-.09-.037-.17-.09-.238-.16L1 7'/%3E %3C/svg%3E") no-repeat;
}

.icon-book-left {
  padding-left: 1.875rem;
  position: relative;
}

.icon-book-left::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  margin-right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.icon-book-left::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%2381BAD9' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M12.972 22.603c.608-.514 1.25-.982 1.924-1.404.676-.422 1.378-.792 2.106-1.113.73-.32 1.477-.586 2.245-.798.767-.212 1.545-.367 2.335-.467.093-.012.184-.033.273-.061.09-.029.175-.065.258-.11.082-.044.16-.095.233-.153.074-.058.141-.122.203-.193.062-.07.116-.146.165-.226.048-.08.088-.164.121-.252.033-.087.058-.177.075-.27.016-.091.025-.184.025-.278V6.371c0-.112-.012-.223-.035-.333-.024-.11-.059-.216-.105-.318-.046-.102-.103-.198-.17-.288-.067-.09-.143-.172-.227-.246-.085-.074-.176-.138-.275-.192-.098-.054-.201-.097-.309-.13-.107-.031-.217-.051-.329-.06-.112-.008-.223-.004-.334.011-1.509.233-2.958.666-4.347 1.299-1.389.633-2.666 1.442-3.832 2.427-.14.108-.293.19-.46.248-.167.057-.338.086-.515.086-.176 0-.348-.029-.515-.086-.167-.057-.32-.14-.46-.248-1.166-.985-2.443-1.793-3.831-2.425-1.389-.633-2.837-1.065-4.344-1.298-.111-.015-.223-.019-.335-.01-.112.008-.221.028-.329.06-.107.032-.21.074-.308.128-.099.054-.19.118-.274.192-.085.073-.16.155-.228.245-.067.09-.124.186-.17.288-.046.102-.081.208-.105.317-.024.11-.036.22-.036.333v10.907c0 .094.009.187.026.279.016.092.041.182.074.27.033.087.073.17.122.251.048.08.103.156.164.226.062.07.13.135.203.193.073.058.151.11.234.154.082.044.168.08.257.109.09.028.18.049.273.061.79.1 1.569.255 2.336.467.768.212 1.516.478 2.245.798.73.32 1.432.691 2.107 1.113.675.421 1.317.89 1.925 1.404.139.108.292.19.458.247.167.057.338.086.514.086s.347-.029.514-.086c.166-.057.32-.14.458-.247h0zm6.825-21.54c-1.253.313-2.456.763-3.608 1.348-1.152.585-2.224 1.29-3.217 2.117-.14.109-.293.191-.46.249-.167.057-.338.085-.515.085-.176 0-.348-.028-.515-.085-.167-.058-.32-.14-.46-.249-.991-.826-2.062-1.531-3.212-2.116-1.15-.585-2.352-1.034-3.603-1.349M12 8.873v14.062'/%3E %3C/svg%3E") no-repeat;
}

.icon-video-left {
  padding-left: 1.875rem;
  position: relative;
}

.icon-video-left::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  margin-right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.icon-video-left::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' viewBox='0 0 24 24' width='14' height='14'%3E%3Cg transform='matrix(1,0,0,1,0,0)'%3E%3Cpath d='M.5,8.5h23a0,0,0,0,1,0,0v12a2,2,0,0,1-2,2H2.5a2,2,0,0,1-2-2V8.5A0,0,0,0,1,.5,8.5Z' fill='none' stroke='%2381BAD9' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5,1.5h19a2,2,0,0,1,2,2v3a0,0,0,0,1,0,0H.5a0,0,0,0,1,0,0v-3A2,2,0,0,1,2.5,1.5Z' fill='none' stroke='%2381BAD9' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.416,11.9a.654.654,0,0,0-.916.6v6a.654.654,0,0,0,.916.6l6.626-2.9a.764.764,0,0,0,0-1.4Z' fill='none' stroke='%2381BAD9' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 6.5L9.5 1.5' fill='none' stroke='%2381BAD9' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 6.5L14.5 1.5' fill='none' stroke='%2381BAD9' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5 6.5L19.5 1.5' fill='none' stroke='%2381BAD9' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.5 6.5L23.323 2.677' fill='none' stroke='%2381BAD9' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.5 5.5L4.5 1.5' fill='none' stroke='%2381BAD9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
}

.icon-star-left {
  padding-left: 2.5rem;
  position: relative;
}

.icon-star-left::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  margin-left: 0.5rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.icon-star-left::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%23005FE2' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1 12c0 6.075 4.925 11 11 11s11-4.925 11-11S18.075 1 12 1 1 5.925 1 12zm13.933-2.933L12 1 9.067 9.067 1 12l8.067 2.933L12 23l2.933-8.067C18.027 13.902 23 12 23 12l-8.067-2.933zm2.2-2.2L6.867 17.133m10.266 0L6.867 6.867'/%3E %3C/svg%3E") no-repeat;
  background-position: center;
}

.alignleft,
.alignright {
  max-width: 50%;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0.3rem 2rem 2rem 2rem;
}

img {
  /* Left and right */
}

img .aligncenter,
  img .aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

img .alignleft,
  img .alignright {
  max-width: 50%;
}

img .alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0.3rem 2rem 2rem 2rem;
}

img .alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0.3rem 2rem 2rem 2rem;
}

.button-primary {
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #de5833;
  display: block;
  font-weight: 600;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #de5833;
  color: #fff;
  padding: 0.8rem 2.25rem;
  background: linear-gradient(to right, #bf3813 50%, #de5833 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  text-align: center;
  cursor: pointer;
  border-radius: 1.5625rem;
  text-transform: uppercase;
}

.button-primary span {
  background: linear-gradient(to right, #bf3813 50%, #de5833 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  height: 100%;
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  color: #fff;
}

.button-primary span:hover {
  background-position: left bottom;
}

.button-primary.inline-block {
  display: inline-block;
}

.button-primary:hover {
  background-position: left bottom;
}

.button-primary.hidden {
  display: none !important;
}

@media (min-width: 1024px) {
  .button-primary.lg\:block {
    display: block;
  }
}

@media (min-width: 1024px) {
  .button-primary.lg\:inline-block {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .button-primary.lg\:hidden {
    display: none;
  }
}

@media (max-width: 1023px) {
  .button-primary.upto-lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.button-outline {
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #de5833;
  display: block;
  height: 3.125rem;
  width: 18rem;
  margin: 0 auto;
  background: transparent;
  display: block;
  height: auto;
  text-align: center;
  padding: 0.8rem 2.25rem;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  border: 1px solid #de5833;
  color: #de5833;
  cursor: pointer;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #de5833;
}

@media (min-width: 600px) {
  .button-outline {
    max-width: 18rem;
  }
}

.button-outline:hover {
  background: #de5833;
  border: 1px solid #fff;
  color: #fff;
}

@media (max-width: 1023px) {
  .button-outline.upto-lg\:w-full {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .button-outline.lg\:hidden {
    display: none;
  }
}

.button-arrow {
  color: #de5833;
  text-transform: uppercase;
  padding-right: 2rem;
  position: relative;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #de5833;
}

.button-arrow::after {
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  margin-left: 0.5rem;
}

.button-arrow::after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%23de5833' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M22.5 11.75H0m18.75 3.75l3.75-3.75L18.75 8'/%3E %3C/svg%3E") no-repeat;
}

.button-arrow:hover {
  text-decoration: underline;
}

#field_2_4 {
  display: none;
}

/*
body {
  &::-webkit-scrollbar {
    width: .7rem;
    background-color: $brand__gray;
  }

  &::-webkit-scrollbar-track {
    border-radius: .7rem;
    -webkit-box-shadow: inset 0 0 4px $brand__gray;
  }

  &::-webkit-scrollbar-thumb {
    border-radius: .5rem;
    -webkit-box-shadow: inset 0 0 4px $brand__gray;
    background-color: $brand__gray--light;
  }
}
 */

@media (min-width: 1024px) {
  .button-primary.lg\:inline-block {
    display: inline-block !important;
  }
}

.debug-template {
  background-color: yellow;
  bottom: 0;
  font-size: 10px;
  max-width: 500px;
  overflow: hidden;
  padding: 1em;
  position: fixed;
}

.object-fit {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.object-fit img {
  height: inherit;
  object-fit: cover;
  object-position: 50% 50%;
  width: inherit;
}

.object-fit video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.object-fit__fallback-support {
  opacity: 0;
}

@media (min-width: 600px) {
  .grid-max-4 .grid-container {
    display: flex;
    flex-wrap: wrap;
  }
}

.grid-max-4 .grid-item {
  width: 100%;
}

@media (min-width: 768px) {
  .grid-max-4 .grid-item {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .grid-max-4 .grid-item {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .grid-max-4 .grid-item:nth-child(odd) .grid-item-inner {
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .grid-max-4 .grid-item:nth-child(odd) .grid-item-inner {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .grid-max-4 .grid-item:nth-child(even) .grid-item-inner {
    margin-left: 1rem;
  }
}

@media (min-width: 1024px) {
  .grid-max-4 .grid-item:nth-child(even) .grid-item-inner {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .grid-max-4 .grid-item:nth-child(4n+1) .grid-item-inner {
    margin-right: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .grid-max-4 .grid-item:nth-child(4n+2) .grid-item-inner {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .grid-max-4 .grid-item:nth-child(4n+3) .grid-item-inner {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .grid-max-4 .grid-item:nth-child(4n+4) .grid-item-inner {
    margin-left: 0.5rem;
  }
}

.grid-max-3 .grid-item {
  width: 100%;
}

@media (min-width: 768px) {
  .grid-max-3 .grid-item {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .grid-max-3 .grid-item {
    width: 33.333333%;
  }
}

@media (min-width: 768px) {
  .grid-max-3 .grid-item:nth-child(odd) .grid-item-inner {
    margin-right: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .grid-max-3 .grid-item:nth-child(odd) .grid-item-inner {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .grid-max-3 .grid-item:nth-child(even) .grid-item-inner {
    margin-left: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .grid-max-3 .grid-item:nth-child(even) .grid-item-inner {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .grid-max-3 .grid-item:nth-child(3n+1) .grid-item-inner {
    margin-right: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .grid-max-3 .grid-item:nth-child(3n+2) .grid-item-inner {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}

@media (min-width: 1024px) {
  .grid-max-3 .grid-item:nth-child(3n+3) .grid-item-inner {
    margin-left: 0.5rem;
  }
}

.wp-block-button a {
  color: #333;
}

.wp-block-gallery li::before {
  content: none !important;
}

.wp-block-gallery img {
  height: auto !important;
  margin: 0 !important;
}

.wp-block-gallery.alignfull, .wp-block-gallery.alignwide {
  margin: 2rem calc(50% - 50vw);
  max-width: 100vw;
  padding-left: 1em;
  padding-right: 1em;
  width: 100vw;
}

@media screen and (min-width: 1000px) {
  .wp-block-gallery.alignwide {
    margin: 2rem calc((40rem - 77rem) / 2);
    max-width: 100vw;
    width: 77rem;
  }
}

/**
 * @prettier
 */

.wp-block-image.alignfull, .wp-block-image.alignwide {
  margin: 2rem calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

@media screen and (min-width: 1000px) {
  .wp-block-image.alignwide {
    margin: 2rem calc((40rem - 77rem) / 2);
    max-width: 100vw;
    width: 77rem;
  }
}

@media screen and (max-width: 600px) {
  .wp-block-media-text {
    display: block;
  }
}

.classic .alignnone {
  margin: 5px 20px 20px 0;
}

.classic .aligncenter,
.classic div.aligncenter {
  display: block;
  margin: 5px auto;
}

.classic .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.classic .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.classic a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.classic a img.alignnone {
  margin: 5px 20px 20px 0;
}

.classic a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.classic a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.classic .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.classic .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.classic .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.classic .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.classic .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.classic .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.classic .size-auto,
.classic .size-full,
.classic .size-large,
.classic .size-medium,
.classic .size-thumbnail {
  height: auto;
  max-width: 100%;
}

.bottom-bar {
  display: flex;
  justify-content: center;
  /* This is a selector that will only affect IE 11 browser */
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bottom-bar {
    justify-content: flex-start;
  }
}

.bottom-bar a,
  .bottom-bar p {
  font-family: Hind, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #818385;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .bottom-bar a,
  .bottom-bar p {
    padding-left: 0;
    padding-right: 0;
  }
}

.bottom-bar .menu {
  display: flex;
  justify-content: space-evenly;
}

@media (min-width: 768px) {
  .bottom-bar .menu {
    display: flex;
    justify-content: space-between;
  }
}

.bottom-bar .menu a:hover {
  --text-opacity: 1;
  color: #4c4d4e;
  color: rgba(76, 77, 78, var(--text-opacity));
}

.bottom-bar .bottom-bar__primary {
  margin-bottom: 0.75rem;
}

.bottom-bar .bottom-bar__primary .menu--bottom-bar {
  justify-content: inherit;
}

.bottom-bar .bottom-bar__primary .menu-link {
  font-weight: 400;
}

.bottom-bar .bottom-bar__primary .menu-item {
  padding-left: 0;
}

.bottom-bar .bottom-bar__primary .menu--bottom-bar .divider {
  display: inline-block;
}

@media (min-width: 1024px) {
  .bottom-bar .bottom-bar__wrapper .bottom-bar__privacy {
    flex: 1;
  }

  .bottom-bar .bottom-bar__wrapper .bottom-bar__privacy .menu {
    justify-content: flex-start;
  }

  .bottom-bar .bottom-bar__wrapper .bottom-bar__privacy .menu li {
    padding-right: 0.75rem;
  }

  .bottom-bar .bottom-bar__wrapper .bottom-bar__privacy .menu li:not(:last-child)::after {
    content: "|";
    padding-left: 0.5rem;
    font-weight: 200;
    font-family: Hind, sans-serif;
    font-size: 14px;
    line-height: 1.43;
    color: #818385;
  }

  .bottom-bar .bottom-bar__wrapper .bottom-bar__copyright {
    flex: 1;
    text-align: center;
  }

  .bottom-bar .bottom-bar__wrapper .bottom-bar__social {
    flex: 1;
  }
}

.footer {
  background: #f3f4f6;
}

.footer .footer_first .divider {
  margin-top: 2.4375rem;
  margin-bottom: 2.3125rem;
}

.footer .divider-2 {
  margin-top: 2.4375rem;
  margin-bottom: 2.3125rem;
}

.footer .footer__primary {
  margin-bottom: 1.6875rem;
}

@media (min-width: 1024px) {
  .footer .footer__primary {
    margin-bottom: 1.5rem;
  }
}

.footer .footer__primary .footer__logo {
  width: 140px;
  height: 23px;
}

@media (min-width: 1024px) {
  .footer .footer__primary .footer__logo {
    width: 138px;
    height: 31px;
  }
}

.footer .footer__primary .footer__logo.logo-inverse {
  display: none;
}

.footer .footer__primary .footer__harpoon {
  height: 1.0625rem;
  width: 9.875rem;
}

@media (min-width: 1024px) {
  .footer .footer__primary .footer__harpoon {
    height: 2.1rem;
    width: 19.25rem;
  }
}

.footer .footer__wrapper {
  max-width: 1140px;
  margin: auto;
  width: 100%;
  justify-content: space-between;
}

.footer .footer__wrapper .footer__top {
  flex-direction: column;
  color: #001742;
  padding: 0 !important;
}

.footer .footer__wrapper .footer__top .menu {
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .footer .footer__wrapper .footer__top .menu {
    margin-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: auto;
  }
}

.footer .footer__wrapper .footer__top .menu-item {
  padding-top: 0.75rem;
  text-transform: uppercase;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #001742;
}

@media (max-width: 1023px) {
  .footer .footer__wrapper .footer__top .menu-item {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .footer .footer__wrapper .footer__top .menu-item {
    text-align: left;
    width: 50%;
  }

  .footer .footer__wrapper .footer__top .menu-item a {
    padding-left: 0;
  }
}

.footer .footer__wrapper .footer__top .menu-item a:hover {
  color: #005fe2;
}

.footer .footer__wrapper .footer__form .hs-richtext {
  font-family: NotoSerif, serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.3px;
  text-align: center;
  color: #001742;
}

@media (min-width: 1024px) {
  .footer .footer__wrapper .footer__form .hs-richtext {
    font-family: NotoSerif, serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: #001742;
    text-align: left;
  }
}

.footer .footer__wrapper .footer__form input {
  border-radius: 4px;
}

.footer .footer__wrapper .footer__form input:focus {
  border: solid 2px #005fe2;
  border-radius: 4px;
}

.footer .footer__wrapper .footer__social {
  width: 280px;
}

.footer .footer__wrapper .footer__button-scroll {
  font-family: Hind, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 0.4px;
  text-align: center;
  color: #de5833;
}

.footer .footer__wrapper .gform_wrapper {
  height: 7.5rem;
}

.footer .footer__wrapper label {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.footer .footer__wrapper .gform_footer .gform_button {
  color: transparent;
  cursor: pointer;
  background: url("/src/svgs/sprite/send.svg");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  position: relative;
  width: 1rem;
  top: -2.5rem;
  right: -15.5rem;
}

@media (min-width: 1024px) {
  .footer .footer__wrapper .gform_footer .gform_button {
    right: -19rem;
  }
}

.footer .footer__wrapper .hs-form-field input {
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 1.56;
  color: #818385;
  height: 3.875rem;
  width: 17.5rem !important;
  padding: 1rem !important;
}

@media (min-width: 1024px) {
  .footer .footer__wrapper .hs-form-field input {
    height: 3.875rem;
    width: 21.375rem !important;
  }
}

.footer .footer__wrapper .hs-recaptcha {
  display: none;
}

.footer .footer__wrapper .hs-submit {
  text-align: right;
}

.footer .footer__wrapper .hs-button {
  color: transparent;
  cursor: pointer;
  background: url(/src/svgs/sprite/send.svg);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  position: relative;
  width: 1rem;
  top: -2.5rem;
  right: 1rem;
}

.footer .footer__wrapper .footer_secondary {
  display: flex;
  flex-direction: column;
}

.footer .footer__wrapper .footer_secondary .social_menu__list {
  margin: auto;
  height: 42px;
}

.footer .footer__wrapper .footer_secondary .social_menu__list li a {
  padding: 0 !important;
}

.footer .footer__wrapper .footer_secondary .social_menu__list li a svg {
  height: 6.25rem;
  width: 6.25rem;
}

@media (min-width: 1024px) {
  .header-desktop,
  .header-desktop > .header-menu > .menu,
  .header-desktop > .header-menu > .menu > li {
    height: 70px;
    display: flex;
    align-items: center;
    outline-offset: -5px;
  }
}

.header-desktop .menu--primary > .menu-item > .menu-link {
  display: inline-block;
  text-transform: uppercase;
  color: #001742;
  white-space: nowrap;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #001742;
  position: relative;
}

.header-desktop .menu--primary > .menu-item > .menu-link:hover {
  color: #004db7 !important;
}

.header-desktop .menu--primary > .menu-item > .menu-link:hover::before {
  opacity: 1;
}

.header-desktop .menu--primary > .menu-item > .menu-link::before {
  opacity: 0;
  content: "";
  width: calc(100% - 2.5rem);
  height: 2px;
  background-color: #000918;
  position: absolute;
  bottom: 8px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.3s ease-in;
}

.header-desktop .menu-at-page-within {
  color: #005fe2 !important;
}

.header-desktop span.menu-item--cat {
  position: relative;
  padding-right: 1.5rem;
}

.header-desktop span.menu-item--cat::after {
  content: "";
  position: absolute;
  height: 12px;
  width: 19px;
  right: 2px;
  top: -2px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0.75rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 24'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%2381BAD9' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M23 7L12.518 17.48c-.068.07-.148.123-.237.16-.09.037-.184.056-.281.056-.097 0-.19-.019-.28-.056-.09-.037-.17-.09-.238-.16L1 7'/%3E %3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -ms-transform: scale(0.65);
  transform: scale(0.65);
  transition: transform 0.2s ease-in-out;
}

.header-desktop .menu-item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-desktop .menu-item:hover span::before {
  opacity: 1 !important;
}

.header-desktop .menu-item:hover span::after {
  -ms-transform: scale(-0.65);
  transform: scale(-0.65);
}

.header-menu-mobile {
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.06), 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}

body.sticky-header .header {
  margin-bottom: -100%;
}

.admin-bar body.sticky-header .header {
  top: 32px;
}

.top-bar .menu {
  display: flex;
}

.top-bar .menu a {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

.breadcrumbs a {
  display: inline;
  font-family: Hind, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: #818385;
  padding-right: 1.25rem;
  position: relative;
}

.breadcrumbs a::after {
  content: "";
  width: 13px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 6px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0.5rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%2381BAD9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7 1l10.482 10.482c.137.137.215.324.215.518s-.078.38-.215.518L7 23'/%3E %3C/svg%3E") no-repeat;
}

.breadcrumbs a:last-child {
  color: #005fe2;
}

.breadcrumbs a:last-child::after {
  content: none;
}

.breadcrumbs a.text-navy-3 {
  color: #334568;
}

.breadcrumbs a.text-grey-3 {
  color: #818385;
}

@media (min-width: 1140px) {
  .featured-preview {
    width: 730px;
    height: 350px;
  }
}

@media (min-width: 1140px) {
  .featured-preview.featured-preview--hover-state .featured-preview__link, .featured-preview:hover .featured-preview__link {
    opacity: 1;
    max-height: 40px;
    visibility: visible;
  }
}

.featured-preview__image {
  width: 100%;
  height: 202px;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 1140px) {
  .featured-preview__image {
    height: 100%;
    width: 350px;
  }
}

.featured-preview__image img {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.featured-preview__image-cat {
  font-family: Hind, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #005fe2;
  font-weight: 300;
  padding: 4px 10px 2px;
  left: 16px;
  bottom: 9px;
}

@media (min-width: 1140px) {
  .featured-preview__image-cat {
    left: 20px;
    bottom: 20px;
  }
}

.featured-preview__title {
  font-family: NotoSerif, serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #001742;
  height: 70px;
  overflow: hidden;
}

@media (min-width: 1140px) {
  .featured-preview__title {
    height: 96px;
    font-family: NotoSerif, serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: #001742;
  }
}

.featured-preview__excerpt {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: #181818;
}

@media (min-width: 1140px) {
  .featured-preview__excerpt {
    height: 90px;
    overflow: hidden;
  }
}

.featured-preview__details {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #818385;
  font-weight: 300;
}

.featured-preview__link {
  border-top: 1px solid #edeeef;
}

.featured-preview__link span {
  padding-top: 14px;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #de5833;
  color: #de5833;
  text-transform: uppercase;
}

.featured-preview__link span:hover {
  text-decoration: underline;
}

.featured-preview__link svg {
  margin-left: 8px;
}

@media (min-width: 1140px) {
  .featured-preview__link {
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    transition: all 0.45s ease-in-out;
  }
}

.interrupter {
  color: #fff;
}

.interrupter__title {
  font-family: NotoSerif, serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.19;
  color: #ffffff;
}

.interrupter__link {
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.interrupter__link svg {
  margin-left: 0.5rem;
}

.interrupter__link path {
  stroke: #fff;
}

.leader {
  width: 256px;
  height: 400px;
}

.leader:hover .leader__body {
  --bg-opacity: 1;
  background-color: #e2f2ff;
  background-color: rgba(226, 242, 255, var(--bg-opacity));
}

.leader img {
  width: 100%;
  object-position: top;
  font-family: "object-fit: cover; object-position: top;";
}

.leader__name {
  font-family: NotoSerif, serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  color: #001742;
}

@media (min-width: 768px) {
  .leader__name {
    font-family: NotoSerif, serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    color: #001742;
    text-align: left;
  }
}

.leader__position {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: -0.2px;
  text-align: center;
  color: #161616;
}

@media (min-width: 768px) {
  .leader__position {
    font-family: Hind, sans-serif;
    font-size: 14px;
    line-height: 1.43;
    color: #000918;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .leader img {
    height: 195px;
    min-height: 195px;
  }
}

@media (min-width: 768px) {
  .leader {
    width: 350px;
    height: 160px;
  }

  .leader img {
    min-width: 160px;
    width: 160px;
    height: 100%;
  }
}

.leader__link {
  border-top: 1px solid #edeeef;
}

.leader__link span,
    .leader__link a {
  padding-top: 14px;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #de5833;
  color: #de5833;
  text-transform: uppercase;
}

.leader__link span:hover,
      .leader__link a:hover {
  text-decoration: underline;
}

.leader__link svg {
  margin-left: 8px;
}

@media (min-width: 1140px) {
  .preview.preview--hover-state .preview__image, .preview:hover .preview__image {
    height: 165px;
  }

  .preview.preview--hover-state .preview__link, .preview:hover .preview__link {
    opacity: 1;
    visibility: visible;
  }
}

.preview__image {
  width: 100%;
  height: 202px;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 1140px) {
  .preview__image {
    height: 209px;
  }
}

.preview__image img {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.preview__image-cat {
  font-family: Hind, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #005fe2;
  font-weight: 300;
  padding: 4px 10px 2px;
  left: 16px;
  bottom: 9px;
}

@media (min-width: 1140px) {
  .preview__image-cat {
    left: 20px;
    bottom: 20px;
  }
}

.preview__title {
  font-family: NotoSerif, serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #001742;
  height: 70px;
  overflow: hidden;
}

.preview__details {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #818385;
  font-weight: 300;
}

.preview__link {
  border-top: 1px solid #edeeef;
}

.preview__link span {
  padding-top: 14px;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #de5833;
  color: #de5833;
  text-transform: uppercase;
}

.preview__link span:hover {
  text-decoration: underline;
}

.preview__link svg {
  margin-left: 8px;
}

@media (min-width: 1140px) {
  .preview__link {
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s ease-in-out;
  }
}

.mega-menu {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  margin-top: 2px;
  transition: all 0.2s ease-in-out;
}

.mega-menu__container {
  overflow-y: scroll;
  max-height: 90vh;
}

.mega-menu .menu-link:hover .menu-item-title {
  text-decoration: underline !important;
}

.mega-menu a {
  text-decoration: none;
  outline-offset: 12px;
}

.mega-menu__header {
  font-family: NotoSerif, serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.19;
  text-align: center;
  color: #001742;
}

.mega-menu__menu {
  justify-content: normal;
}

.mega-menu__menu--normal-layout {
  width: calc(100% - 350px);
}

.mega-menu__menu--icon-squeeze {
  justify-content: space-between;
  width: calc(100% - 350px);
}

.mega-menu__menu--icon-squeeze li:first-child {
  margin-left: 0;
  margin-right: 0;
  flex: 0;
}

.mega-menu__menu--icon-squeeze li,
      .mega-menu__menu--icon-squeeze a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mega-menu__menu--icon-squeeze a {
  margin-left: auto;
  margin-right: auto;
}

.mega-menu__menu a {
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #000918;
  font-weight: normal;
}

.mega-menu-panels .mega-menu-item {
  height: 355px;
  width: 254px;
}

.mega-menu-panels picture {
  width: 100%;
  height: 11.685rem;
  display: flex;
}

.mega-menu-panels img {
  margin-left: 0;
  max-height: 100%;
  width: 100%;
  object-fit: contain;
  margin-top: auto;
  margin-bottom: auto;
}

.mega-menu-industry ul {
  height: 20rem;
  width: calc((18rem * 2) + 3.75rem);
}

.mega-menu-industry .mega-menu-item {
  flex: 0 0;
  width: 50%;
}

.mega-menu-industry .mega-menu-cta {
  width: 27.813rem;
}

.mega-search {
  display: none;
}

.mega-search form {
  display: flex;
  width: 80%;
  flex-direction: row;
}

@media (min-width: 768px) {
  .mega-search form {
    width: 50%;
  }
}

.mega-search form .input-wrapper {
  flex-basis: 85%;
}

.mega-search form .input-wrapper input {
  height: 44px;
  outline-offset: -2px;
}

.mega-search form button {
  margin: 0 auto;
  width: 33%;
  background: url(/src/svgs/sprite/send-white.svg);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: center;
  flex-basis: 15%;
  background-color: #de5833;
  height: 44px;
}

.menu-mobile {
  transition: all 0.4s ease-in-out;
}

.menu-mobile[aria-hidden="true"] {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .menu-mobile[aria-hidden="true"] {
    display: none;
    flex: 0;
  }
}

.menu-mobile__content {
  width: 85%;
}

.menu-mobile__toggle {
  width: 15%;
}

.menu-mobile .menu {
  background-color: #f3f4f6;
  padding-bottom: 1.5rem;
  flex-direction: column;
}

.menu-mobile .menu--primary > li {
  height: 48px;
}

.menu-mobile .menu--primary > li > span,
    .menu-mobile .menu--primary > li > a {
  padding-right: 2rem;
  position: relative;
  padding-right: 0;
}

.menu-mobile .menu--primary > li > span::after,
      .menu-mobile .menu--primary > li > a::after {
  top: 0;
  bottom: 0;
  right: 8px;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  width: 24px;
  height: 16px;
  position: absolute;
  margin-left: 0.5rem;
}

.menu-mobile .menu--primary > li > span::after,
      .menu-mobile .menu--primary > li > a::after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 24'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%2381BAD9' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M23 7L12.518 17.48c-.068.07-.148.123-.237.16-.09.037-.184.056-.281.056-.097 0-.19-.019-.28-.056-.09-.037-.17-.09-.238-.16L1 7'/%3E %3C/svg%3E") no-repeat;
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.menu-mobile li {
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #001742;
  height: 58px;
  padding-left: 17px;
  color: #001742;
  text-transform: uppercase;
  outline-color: #005fe2;
  outline-offset: -6px;
}

.menu-mobile li:not(.submenu-header):hover {
  background-color: #fff;
}

.menu-mobile li span,
    .menu-mobile li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  border-bottom: 1px solid #fff;
}

.menu-mobile .menu-item-icon svg {
  width: 58px;
  height: 58px;
}

.menu-mobile .menu-item-icon svg circle {
  display: none;
}

.menu-mobile .menu-item-icon svg,
    .menu-mobile .menu-item-icon svg * {
  stroke-width: 4px;
}

.menu-mobile .menu--submenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: translateX(-100vw);
  transform: translateX(-100vw);
  transition: 0.5s all linear;
  padding-bottom: 8rem;
}

.menu-mobile .menu--submenu .submenu-header {
  padding-top: 0;
  padding-left: 0;
  padding-right: 1rem;
  border-bottom: 1px solid #fff;
  height: 60px;
  cursor: pointer;
}

.menu-mobile .menu--submenu .submenu-header span,
      .menu-mobile .menu--submenu .submenu-header a {
  padding-top: 3px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
}

.menu-mobile .menu--submenu li a {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  color: #000918;
  font-weight: normal;
  text-transform: none;
}

.menu-mobile .menu--submenu li a:hover {
  text-decoration: underline;
}

.menu-mobile .slideOut {
  -ms-transform: translateX(100vw);
  transform: translateX(100vw);
}

.menu-mobile__wrapper {
  transition: 0.25s all ease-in-out;
}

.menu-mobile__cta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 85%;
  margin-top: auto;
}

.menu-mobile .menu--capabilities li:nth-child(2n + 6) path {
  stroke: #005fe2;
}

.menu-mobile .menu--capabilities li:nth-child(2n + 7) path {
  stroke: #cc421b;
}

.icon svg {
  stroke: currentColor;
  --text-opacity: 1;
  color: #005fe2;
  color: rgba(0, 95, 226, var(--text-opacity));
}

body.mobile-menu-active::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 50;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}

.menu-item {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .menu a:hover .svg-hover-blue circle {
    fill: #005fe2;
  }

  .menu a:hover .svg-hover-blue path {
    stroke: #fff;
  }

  .menu a:hover .svg-hover-red circle {
    fill: #cc421b;
  }

  .menu a:hover .svg-hover-red path {
    stroke: #fff;
  }

  .menu a:hover .svg-hover-grey circle {
    fill: #5b616a;
  }

  .menu a:hover .svg-hover-grey path {
    stroke: #fff;
  }

  .menu a:hover .svg-hover-orange circle {
    fill: #e38b04;
  }

  .menu a:hover .svg-hover-orange path {
    stroke: #fff;
  }
}

.pagination__prev, .pagination__next {
  padding-left: 0.5em;
}

.page-number {
  padding: 0.25em;
}

@media (min-width: 1140px) {
  .preview.preview--hover-state .preview__image, .preview:hover .preview__image {
    height: 165px;
  }

  .preview.preview--hover-state .preview__link, .preview:hover .preview__link {
    opacity: 1;
    visibility: visible;
  }
}

.preview__image {
  width: 100%;
  height: 202px;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 1140px) {
  .preview__image {
    height: 209px;
  }
}

.preview__image img {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.preview__image-cat {
  font-family: Hind, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #005fe2;
  font-weight: 300;
  padding: 4px 10px 2px;
  left: 16px;
  bottom: 9px;
}

@media (min-width: 1140px) {
  .preview__image-cat {
    left: 20px;
    bottom: 20px;
  }
}

.preview__title {
  font-family: NotoSerif, serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #001742;
  height: 70px;
  overflow: hidden;
}

.preview__details {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #818385;
  font-weight: 300;
}

.preview__link {
  border-top: 1px solid #edeeef;
}

.preview__link span {
  padding-top: 14px;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #de5833;
  color: #de5833;
  text-transform: uppercase;
}

.preview__link span:hover {
  text-decoration: underline;
}

.preview__link svg {
  margin-left: 8px;
}

@media (min-width: 1140px) {
  .preview__link {
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s ease-in-out;
  }
}

.resource .result__body {
  height: 14.625rem;
  padding: 1.5rem 1rem 0;
}

.resource .result__body .result__details {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #818385;
}

@media (min-width: 768px) {
  .resource .result__body {
    height: 350px;
    padding: 1.5rem 1rem 0.5rem 2.5rem;
  }
}

.resource .result__title {
  font-family: NotoSerif, serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #001742;
}

@media (min-width: 768px) {
  .resource .result__title {
    font-family: NotoSerif, serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: #001742;
  }
}

.resource .result__image {
  height: 13.0625rem;
}

@media (min-width: 768px) {
  .resource .result__image {
    height: 100%;
  }
}

.resource .result__link {
  border-top: 1px solid #edeeef;
}

@media (min-width: 768px) {
  .resource .result__link {
    border-top: none;
  }
}

@media (min-width: 1024px) {
  .capabilities .result__body__top {
    margin-top: 3rem;
  }
}

.capabilities .result__body__top .result__title {
  font-family: NotoSerif, serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.3px;
  text-align: center;
  color: #001742;
}

@media (min-width: 1024px) {
  .capabilities .result__body__top .result__title {
    font-family: NotoSerif, serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.19;
    color: #001742;
  }
}

.opco__image {
  width: 100%;
  height: 165px;
}

@media (min-width: 768px) {
  .opco__image {
    width: 350px;
    height: 100%;
  }
}

.opco__image img {
  font-family: "object-fit: cover; object-position: center;";
}

.opco__details {
  margin-top: 2.0625rem;
}

@media (max-width: 767px) {
  .opco__details {
    height: 120px;
    overflow: hidden;
  }
}

.opco__icon,
.opco__icon img {
  max-height: 126px;
}

.opco__icon img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

@media (min-width: 768px) {
  .contract_vehicle {
    width: 45.625rem !important;
    height: 284px !important;
  }
}

@media (min-width: 768px) {
  .contract_vehicle.result,
  .contract_vehicle .result {
    width: 45.625rem !important;
    height: 284px !important;
  }
}

.contract_vehicle.result__body,
.contract_vehicle .result__body {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .contract_vehicle.result__body,
  .contract_vehicle .result__body {
    padding-top: 1.5rem !important;
  }
}

.contract_vehicle.result__body__top .result__title,
  .contract_vehicle .result__body__top .result__title {
  font-family: NotoSerif, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #001742;
}

@media (min-width: 768px) {
  .contract_vehicle.result__body__top .result__title,
  .contract_vehicle .result__body__top .result__title {
    font-family: NotoSerif, serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.19;
    color: #001742;
    text-align: left;
  }
}

.contract_vehicle.result__body__top .result__details .result__best-in-class,
  .contract_vehicle .result__body__top .result__details .result__best-in-class {
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #005fe2;
  padding-left: 2.5rem;
  position: relative;
  height: 20px;
}

.contract_vehicle.result__body__top .result__details .result__best-in-class::before,
    .contract_vehicle .result__body__top .result__details .result__best-in-class::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  margin-left: 0.5rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.contract_vehicle.result__body__top .result__details .result__best-in-class::before,
    .contract_vehicle .result__body__top .result__details .result__best-in-class::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%23005FE2' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1 12c0 6.075 4.925 11 11 11s11-4.925 11-11S18.075 1 12 1 1 5.925 1 12zm13.933-2.933L12 1 9.067 9.067 1 12l8.067 2.933L12 23l2.933-8.067C18.027 13.902 23 12 23 12l-8.067-2.933zm2.2-2.2L6.867 17.133m10.266 0L6.867 6.867'/%3E %3C/svg%3E") no-repeat;
  background-position: center;
}

.contract_vehicle.result__body__top .result__details .result__best-in-class::before,
    .contract_vehicle .result__body__top .result__details .result__best-in-class::before {
  background-position: center;
}

.contract_vehicle.result__body__top .result__content,
  .contract_vehicle .result__body__top .result__content {
  width: 15rem;
}

@media (min-width: 768px) {
  .contract_vehicle.result__body__top .result__content,
  .contract_vehicle .result__body__top .result__content {
    width: 100%;
    max-height: 4rem;
  }
}

.contract_vehicle.result__body__top .result__content *,
    .contract_vehicle .result__body__top .result__content * {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: #181818;
}

@media (min-width: 768px) {
  .contract_vehicle.result__body__top .result__content *,
  .contract_vehicle .result__body__top .result__content * {
    font-family: Hind, sans-serif;
    font-size: 18px;
    line-height: 1.33;
    color: #000918;
  }
}

.contract_vehicle.result .result__link,
.contract_vehicle .result .result__link {
  margin-bottom: 1.5rem;
}

.contract_vehicle.result .result__link a,
  .contract_vehicle.result .result__link span,
  .contract_vehicle .result .result__link a,
  .contract_vehicle .result .result__link span {
  padding-top: 1.5rem;
}

.result {
  height: 27.6875rem;
}

@media (max-width: 1139px) {
  .result {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .result {
    width: 730px;
    display: flex;
    height: 350px;
  }
}

.result .result__link {
  opacity: 1;
  visibility: visible;
  margin-bottom: 1rem;
}

.result__image {
  height: 10.3125rem;
}

@media (min-width: 768px) {
  .result__image {
    max-height: 350px;
    max-width: 350px;
    height: 100%;
    width: 100%;
  }
}

.result__image img {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.result__image-cat {
  font-family: Hind, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #005fe2;
  padding: 4px 10px 2px;
  left: 1rem;
  bottom: 9px;
}

@media (min-width: 768px) {
  .result__image-cat {
    left: 1.25rem;
    bottom: 1.25rem;
  }
}

.result__body {
  height: 17.375rem;
}

@media (min-width: 768px) {
  .result__body {
    padding-top: 0;
    margin-top: 0;
    height: 100%;
    max-height: 350px;
    max-width: 365px;
  }
}

.result__title {
  font-family: NotoSerif, serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.19;
  color: #001742;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .result__title {
    font-family: NotoSerif, serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.19;
    color: #001742;
  }
}

.result__details {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #818385;
}

@media (min-width: 1024px) {
  .result__details {
    font-family: Hind, sans-serif;
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
    color: #000918;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .result__link {
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s ease-in-out;
  }
}

.result__link span,
  .result__link a {
  padding-top: 14px;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #de5833;
  color: #de5833;
  text-transform: uppercase;
}

.result__link span:hover,
    .result__link a:hover {
  text-decoration: underline;
}

.result__link svg {
  margin-left: 8px;
}

.search__input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}

.search .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.search.search-no-results .featurette--primary img {
  margin: 2rem auto;
}

.search.search-no-results .featurette--primary .featurette__image-wrapper {
  width: 90%;
  margin: 2rem auto;
  height: auto;
}

.search.search-no-results .blurbs .button-primary {
  width: 90%;
}

.embed-container {
  height: auto;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.embed-container iframe,
  .embed-container object,
  .embed-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .button-primary.lg\:inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) {
  .button-primary.lg\:inline-block {
    display: inline-block !important;
  }
}

.careers__leadin {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000918;
  text-transform: uppercase;
}

.careers__heading {
  font-family: NotoSerif, serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.19;
  color: #001742;
}

@media (min-width: 768px) {
  .careers__heading {
    font-family: NotoSerif, serif;
    font-size: 56px;
    font-weight: bold;
    line-height: 1.21;
    letter-spacing: -0.75px;
    color: #001742;
    margin-bottom: 42px;
  }
}

.careers__list, .careers__content,
.careers__content p {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: #181818;
}

@media (min-width: 768px) {
  .careers__list, .careers__content,
  .careers__content p {
    font-family: Hind, sans-serif;
    font-size: 22px;
    line-height: 1.36;
    color: #000918;
  }
}

.careers__list a, .careers__content a,
  .careers__content p a {
  color: #de5833;
}

.careers__list a:hover, .careers__content a:hover,
    .careers__content p a:hover {
  text-decoration: underline;
}

.careers__list {
  margin-left: 1.25rem;
  margin-bottom: 0.75rem;
}

.careers__list li {
  margin-bottom: 1rem;
}

.careers__list li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #de5833;
  font-size: 16px;
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1rem;
  /* Also needed for space (tweak if needed) */
  margin-left: -1rem;
  /* Also needed for space (tweak if needed) */
  margin-bottom: 0.35rem;
}

@media (min-width: 1024px) {
  .careers__list li::before {
    margin-bottom: 0.65rem;
  }
}

.careers__card {
  height: 420px;
  transition: 0.3s all ease-in-out;
}

@media (min-width: 1024px) {
  .careers__card:hover .careers__card-image {
    height: 130px;
    min-height: 130px;
  }

  .careers__card:hover .careers__card-title {
    font-family: NotoSerif, serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    color: #001742;
    text-align: left;
    padding-left: 0;
    margin-right: auto;
    height: 39px;
    display: block;
  }

  .careers__card:hover .careers__card-content {
    opacity: 1;
  }

  .careers__card:hover .careers__card-link {
    display: block;
    opacity: 1;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .careers__card:hover .careers__card-title {
    margin-top: 1rem;
  }
}

.careers__card-image {
  height: 130px;
  min-height: 130px;
  transition: inherit;
}

@media (min-width: 1024px) {
  .careers__card-image {
    height: 260px;
    min-height: 260px;
  }
}

.careers__card-title {
  font-family: NotoSerif, serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #001742;
}

@media (min-width: 768px) {
  .careers__card-title {
    font-family: NotoSerif, serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: -0.1px;
    text-align: center;
    color: #001742;
  }
}

@media (min-width: 1024px) {
  .careers__card-title {
    height: calc(388px - 260px - 48px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width: 1024px) {
  .careers__card-title {
    height: auto;
    margin-top: 2.5rem;
  }
}

.careers__card-content {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: #181818;
  transition: 0.5s all ease-in-out;
}

@media (min-width: 1024px) {
  .careers__card-content {
    opacity: 0;
    height: 132px;
  }
}

.careers__card-link {
  border-top: 1px solid #edeeef;
  transition: 0.8s all ease-in-out;
}

.careers__card-link a {
  padding-top: 14px;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #de5833;
  color: #de5833;
  text-transform: uppercase;
}

.careers__card-link a:hover {
  text-decoration: underline;
}

.careers__card-link svg {
  margin-left: 8px;
}

@media (min-width: 1024px) {
  .careers__card-link {
    opacity: 0;
  }
}

@media (min-width: 1024px) {
  .button-primary.lg\:inline-block {
    display: inline-block !important;
  }
}

.form-styles .form__title,
.form-styles .gform_heading h3 {
  font-family: NotoSerif, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: -0.1px;
  text-align: center;
  color: #001742;
  margin-bottom: 14px;
}

@media (min-width: 1024px) {
  .form-styles .form__title,
  .form-styles .gform_heading h3 {
    margin-bottom: 40;
    font-family: NotoSerif, serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.28;
    letter-spacing: -0.5px;
    text-align: center;
    color: #001742;
  }
}

.form-styles .gfield_required {
  display: none;
}

.form-styles .hs-form-field {
  position: relative;
}

.form-styles .hs-form-field.filled label {
  opacity: 1;
}

.form-styles .hs-form-field.filled select,
  .form-styles .hs-form-field.filled input,
  .form-styles .hs-form-field.filled textarea {
  color: #000918;
  background-color: #fff;
  border-radius: 4px;
  border-color: #d7dade;
}

.form-styles .hs-form-field:focus-within label {
  opacity: 1;
  color: #005fe2;
}

.form-styles .hs-form-field:focus-within select,
  .form-styles .hs-form-field:focus-within input,
  .form-styles .hs-form-field:focus-within textarea {
  background-color: #fff;
  border: solid 2px #005fe2;
  border-radius: 4px;
}

.form-styles label {
  opacity: 0;
  position: relative;
  top: 12px;
  left: 12px;
  padding: 0 0.35rem;
  font-size: 14px;
  font-family: Hind, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #818385;
  background-image: linear-gradient(to bottom, #fff 60%, transparent 60%);
}

.form-styles label.hs-error-msg {
  opacity: 1;
  color: #005fe2;
}

.form-styles .hs-recaptcha {
  margin-top: 15px;
}

.form-styles .hs-richtext {
  display: none;
}

.form-styles select,
.form-styles textarea,
.form-styles input[type="text"],
.form-styles input[type="email"],
.form-styles input[type="tel"] {
  border-radius: 2px;
  border: solid 2px transparent;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #000918;
  background-color: #f3f4f6;
}

.form-styles select::-webkit-input-placeholder, .form-styles textarea::-webkit-input-placeholder, .form-styles input[type="text"]::-webkit-input-placeholder, .form-styles input[type="email"]::-webkit-input-placeholder, .form-styles input[type="tel"]::-webkit-input-placeholder {
  color: #818385;
}

.form-styles select:-ms-input-placeholder, .form-styles textarea:-ms-input-placeholder, .form-styles input[type="text"]:-ms-input-placeholder, .form-styles input[type="email"]:-ms-input-placeholder, .form-styles input[type="tel"]:-ms-input-placeholder {
  color: #818385;
}

.form-styles select::-ms-input-placeholder, .form-styles textarea::-ms-input-placeholder, .form-styles input[type="text"]::-ms-input-placeholder, .form-styles input[type="email"]::-ms-input-placeholder, .form-styles input[type="tel"]::-ms-input-placeholder {
  color: #818385;
}

.form-styles select::placeholder,
  .form-styles textarea::placeholder,
  .form-styles input[type="text"]::placeholder,
  .form-styles input[type="email"]::placeholder,
  .form-styles input[type="tel"]::placeholder {
  color: #818385;
}

.form-styles select {
  color: #818385;
}

.form-styles input[type="submit"], .form-styles input[type="button"] {
  margin-top: 20px !important;
  width: 100%;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #de5833;
  display: block;
  padding: 0.8rem 2.25rem;
  font-weight: 600;
  width: 100%;
  background: linear-gradient(to right, #bf3813 50%, #de5833 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  margin: auto;
  text-align: center;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.form-styles input[type="submit"]:not(:disabled):hover, .form-styles input[type="button"]:not(:disabled):hover {
  background-position: left bottom;
}

.form-styles input[type="submit"]:disabled, .form-styles input[type="button"]:disabled {
  opacity: 0.5;
}

.form-styles .ginput_container_select {
  position: relative;
}

.form-styles .ginput_container_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-styles .ginput_container_select select::-ms-expand {
  display: none;
}

.form-styles .ginput_container_select::after {
  content: "";
  height: 14px;
  width: 21px;
  right: 1rem;
  top: 12px;
  pointer-events: none;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  bottom: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 24'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%2381BAD9' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M23 7L12.518 17.48c-.068.07-.148.123-.237.16-.09.037-.184.056-.281.056-.097 0-.19-.019-.28-.056-.09-.037-.17-.09-.238-.16L1 7'/%3E %3C/svg%3E") no-repeat;
}

.form-styles textarea {
  height: 100px;
}

.form-styles .gfield_list {
  width: 100%;
}

.form-styles .gfield_list td.gfield_list_icons {
  padding-top: 18px;
  padding-left: 3px;
}

.form-styles .gfield_list td.gfield_list_icons img {
  margin: auto;
  margin-bottom: 4px;
}

.form-styles .gfield_checkbox {
  margin-top: 16px;
}

.form-styles .gfield_checkbox label {
  display: inline;
  opacity: 1;
  position: static;
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #000918;
  color: #818385;
}

.form-styles .gform_confirmation_message {
  font-family: Hind, sans-serif;
  font-size: 22px;
  line-height: 1.36;
  color: #000918;
}

.form-styles .gform_confirmation_message_3 {
  padding: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-width: 1px;
  border-radius: 0.25rem;
}

.form-styles .validation_message {
  font-size: 14px;
  padding: 1rem;
  color: #de5833;
}

.form-styles .validation_error {
  padding: 1rem;
  color: #de5833;
}

ul.gform_fields,
ol.gform_fields {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#gform_2 .gfield_description.validation_message {
  position: absolute;
}

.contact {
  background-color: #f3f4f6;
}

@media (max-width: 1023px) {
  .contact.contact--default-bg .contact__body {
    background-image: url("/src/images/contact-back-day.jpg");
  }
}

@media (min-width: 1024px) {
  .contact.contact--default-bg {
    background-image: url("/src/images/contact-back-day.jpg");
  }
}

@media (max-width: 1023px) {
  .contact--dark.contact--default-bg .contact__body {
    background-image: url("/src/images/contact-back-night.jpg");
  }
}

@media (min-width: 1024px) {
  .contact--dark.contact--default-bg {
    background-image: url("/src/images/contact-back-night.jpg");
  }
}

@media (min-width: 1024px) {
  .contact.contact--manual-bg .contact__body {
    background-image: none !important;
  }
}

@media (max-width: 1023px) {
  .contact.contact--manual-bg {
    background-image: none !important;
  }
}

@media (min-width: 1024px) {
  .contact {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.contact--dark {
  background-color: #001742;
}

@media (min-width: 1024px) {
  .contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.contact .contact__body {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .contact .contact__body {
    max-width: 500px;
  }
}

@media (max-width: 1023px) {
  .contact .contact__body {
    padding-top: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.contact .contact__body .contact__svg {
  margin-bottom: 22px;
}

.contact .contact__body .contact__content,
    .contact .contact__body .contact__content p {
  font-family: NotoSerif, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.56;
  color: #000918;
}

@media (min-width: 1024px) {
  .contact .contact__body .contact__content,
  .contact .contact__body .contact__content p {
    font-family: NotoSerif, serif;
    font-size: 24px;
    font-style: italic;
    line-height: 1.75;
    color: #000918;
  }
}

.contact .contact__body .contact__author {
  margin-top: 26px;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: #181818;
}

@media (min-width: 1024px) {
  .contact .contact__body .contact__author {
    font-family: Hind, sans-serif;
    font-size: 18px;
    line-height: 1.33;
    color: #000918;
  }
}

@media (min-width: 1024px) {
  .contact .form-styles {
    padding-top: 70px;
    padding-bottom: 86px;
    padding-left: 112px;
    padding-right: 112px;
  }
}

.contact__curve--mobile {
  height: 50px;
  background-color: #fff;
  border-bottom-left-radius: 75%;
  border-bottom-right-radius: 75%;
}

.hbspt-form h2 {
  font-family: NotoSerif, serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #001742;
}

.archive__mobile-filters {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease-in-out;
}

.archive__mobile-filters[aria-hidden="true"] {
  opacity: 0;
  pointer-events: none;
}

.archive .facet-reset {
  font-family: Hind, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.4px;
  padding-top: 3px;
  color: #005fe2;
}

.archive__filter-mobile-ui {
  border-radius: 20px;
  overflow: hidden;
  border: solid 2px #005fe2;
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #005fe2;
}

.archive__filter-mobile-ui > *:hover {
  outline: none;
  color: #fff;
  background-color: #005fe2;
}

.archive__filter-mobile-ui .archive__filter-open {
  border-right: solid 2px #005fe2;
  text-align: center;
  padding: 6px 27px;
  font-weight: 600;
  padding-right: 2rem;
  position: relative;
}

.archive__filter-mobile-ui .archive__filter-open::after {
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  margin-left: 0.5rem;
}

.archive__filter-mobile-ui .archive__filter-open::after {
  top: 9px;
  right: 11px;
  height: 18px;
  width: 18px;
  pointer-events: none;
  background-size: contain;
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='18px' height='16px' viewBox='0 0 18 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EFilter-16x16%3C/title%3E %3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E %3Cg id='Group' transform='translate(1.000000, 0.000000)' stroke='%23005FE2' stroke-width='1.5'%3E %3Cg id='A-/-Icons-/-Filter'%3E %3Cpath d='M15.4666667,1.36933333 C15.4756902,1.23133181 15.4272297,1.09574434 15.3327777,0.994726176 C15.2383257,0.893708014 15.106296,0.836257749 14.968,0.836 L1,0.836 C0.861640785,0.836 0.729492133,0.89345146 0.634997123,0.994515643 C0.540502112,1.09557983 0.492109371,1.23128191 0.501333333,1.36933333 C0.742292938,4.72450878 3.18695246,7.50921903 6.48266667,8.18266667 L6.48266667,14.766 C6.48273937,14.9599533 6.5949719,15.1363671 6.77061948,15.2186216 C6.94626706,15.3008761 7.15363785,15.2741301 7.30266667,15.15 L9.30266667,13.4833333 C9.41681834,13.3884953 9.4827969,13.247741 9.48266667,13.0993333 L9.48266667,8.18266667 C12.7795515,7.51047567 15.2256213,4.72540056 15.4666667,1.36933333 Z' id='Shape'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat;
}

.archive__filter-mobile-ui .facetwp-sort-select {
  text-align: left;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .archive .filter {
    width: 300px;
  }
}

.archive .filter-toggle {
  border-bottom: 1px solid #d7dade;
  outline-offset: 4px;
}

.archive .filter-toggle[aria-expanded="true"]::after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.archive .filter-title {
  font-family: NotoSerif, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #001742;
}

.archive .filter-label {
  font-family: NotoSerif, serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #001742;
}

.archive .filter-content[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.archive .facetwp-checkbox {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: #181818;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='18' viewBox='0 0 18 18'%3E %3Cdefs%3E %3Cpath id='wa2makyg3a' d='M15 16H3c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zm1-16H2C.9 0 0 .9 0 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cuse fill='%23B8BABD' fill-rule='nonzero' xlink:href='%23wa2makyg3a'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0 25%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  margin: 1rem 0;
  padding-left: 32px;
}

.archive .facetwp-checkbox.checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 25 24'%3E %3Crect width='24' height='24' x='.5' fill='%23005fe2' rx='3'/%3E %3Cpath fill='%23fff' d='M9.854 18.448l-5.362-5.85c-.323-.352-.323-.921 0-1.273l1.166-1.273c.322-.351.845-.351 1.167 0l3.612 3.941 7.738-8.44c.322-.352.845-.352 1.167 0l1.166 1.272c.323.352.323.922 0 1.273l-9.487 10.35c-.322.351-.845.351-1.167 0z'/%3E %3C/svg%3E");
}

.archive .facetwp-facet-search .facetwp-input-wrap {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.archive .facetwp-facet-search .facetwp-input-wrap::before {
  content: "";
  height: 24px;
  width: 24px;
  left: 14px;
  top: -4px;
  z-index: 10;
  pointer-events: none;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  bottom: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%23005FE2' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.54 18.803c4.095-1.74 6.004-6.47 4.264-10.565-1.74-4.095-6.47-6.004-10.566-4.264-4.094 1.74-6.003 6.47-4.263 10.566 1.74 4.094 6.47 6.003 10.565 4.263zm2.545-1.719l6.248 6.25'/%3E %3C/svg%3E") no-repeat center center;
}

.archive .facetwp-facet-search input.facetwp-search {
  padding: 16px 20px;
  padding-left: 48px;
  padding-right: 90px;
  height: 62px;
  width: 100%;
  outline-offset: -2px;
}

.archive .facetwp-facet-search .facetwp-icon {
  opacity: 1;
  width: 72px;
  z-index: 10;
}

.archive .facetwp-facet-search .facetwp-icon:hover {
  opacity: 0.7;
}

.archive .facetwp-facet-search .facetwp-icon::before {
  animation: none !important;
  width: 72px;
  background: #de5833 url(/src/svgs/sprite/send-white.svg) no-repeat center center;
}

.archive .facetwp-facet-count {
  margin-bottom: 0;
}

.archive__applied li {
  margin-bottom: 0.5rem;
}

.archive__applied li .facetwp-selection-value {
  background-position: 95% 50%;
  font-family: Hind, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #4c4d4e;
  padding-left: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding-bottom: 0;
  border: 1px solid #818385;
  border-radius: 50px;
  padding-right: 26px !important;
}

.archive__mobile-sort {
  padding: 6px 10px;
  padding-right: 2rem;
  position: relative;
  padding-right: 0;
}

.archive__mobile-sort::after {
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  margin-left: 0.5rem;
}

.archive__mobile-sort::after {
  top: -2px;
  right: 0;
  pointer-events: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%23005FE2' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7 6.943l4.667-4.667c.368-.368.965-.368 1.333 0l4.667 4.667m0 10.114L13 21.724c-.368.368-.965.368-1.333 0L7 17.057'/%3E %3C/svg%3E") no-repeat;
}

.archive__mobile-sort::after {
  top: 9px;
  right: 24px;
  height: 16px;
  width: 16px;
  pointer-events: none;
  background-size: contain;
}

.archive__mobile-sort .facetwp-sort-select {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
}

.archive__mobile-sort .facetwp-sort {
  width: 7rem;
  overflow: visible;
  padding-left: 0.5rem;
}

.archive__desktop-sort .facetwp-sort {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-right: 2rem;
  position: relative;
  padding-right: 0;
}

.archive__desktop-sort .facetwp-sort::after {
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  margin-left: 0.5rem;
}

.archive__desktop-sort .facetwp-sort::after {
  top: -2px;
  right: 0;
  pointer-events: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%23005FE2' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7 6.943l4.667-4.667c.368-.368.965-.368 1.333 0l4.667 4.667m0 10.114L13 21.724c-.368.368-.965.368-1.333 0L7 17.057'/%3E %3C/svg%3E") no-repeat;
}

.archive__desktop-sort .facetwp-sort-select {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: -0.2px;
  color: #005fe2;
  padding-right: 1.5rem;
}

.archive__desktop-sort .facetwp-sort-select::-ms-expand {
  display: none;
}

.archive .facetwp-btn {
  opacity: 1;
  background-color: #de5833;
  height: 100%;
  width: 72px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.archive .facetwp-btn:hover {
  padding-left: 4px;
}

.archive .facetwp-btn::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2.177 4.068c-.073-.13-.123-.267-.151-.413-.029-.145-.034-.291-.015-.439.018-.147.06-.287.123-.421s.146-.255.248-.362c.102-.108.219-.197.35-.267.13-.07.268-.118.414-.144.146-.026.292-.029.439-.008.147.02.287.064.42.13l17.615 8.948c.117.06.21.145.277.256.069.112.103.233.103.363 0 .131-.034.252-.103.364-.068.111-.16.197-.277.256L4.005 21.29c-.133.066-.273.11-.42.13-.147.02-.293.018-.44-.008-.145-.026-.283-.074-.414-.144-.13-.07-.247-.16-.349-.267-.102-.107-.185-.228-.248-.362-.064-.134-.105-.274-.123-.422-.019-.147-.014-.293.015-.438.028-.146.078-.283.15-.413l4.687-7.656-4.686-7.643zM22 11.71H6.858'/%3E %3C/svg%3E") no-repeat;
  background-position: center;
}

.archive .facetwp-search-wrap {
  font-weight: normal;
  font-family: Hind, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.56 !important;
  color: #818385 !important;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}

.archive .facetwp-search-wrap input {
  height: 100%;
  padding: 19px 64px 15px 20px !important;
}

.archive .facetwp-load-more {
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #de5833;
  display: block;
  height: 3.125rem;
  width: 18rem;
  margin: 0 auto;
  background: transparent;
  display: block;
  height: auto;
  text-align: center;
  padding: 0.8rem 2.25rem;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  border: 1px solid #de5833;
  color: #de5833;
  cursor: pointer;
  margin-top: 1rem;
}

@media (min-width: 600px) {
  .archive .facetwp-load-more {
    max-width: 18rem;
  }
}

.archive .facetwp-load-more:hover {
  background: #de5833;
  border: 1px solid #fff;
  color: #fff;
}

.archive .posts-list .featured-preview,
.archive .posts-list .preview,
.archive .posts-list .interrupter {
  margin-top: 0;
  margin-bottom: 1.875rem;
}

@media (min-width: 1024px) {
  .archive .hero--full {
    min-height: 607px;
  }
}

.archive .hero--full-mobile-img {
  max-height: 216px;
}

.archive .hero--full-mobile-curve {
  box-shadow: 0 1px 31px 0 rgba(0, 0, 0, 0.12);
  height: 50px;
  background-color: #f0f7fc;
  border-bottom-left-radius: 75%;
  border-bottom-right-radius: 75%;
}

.archive .hero--full-wrapper {
  background-image: linear-gradient(to bottom, #fff, #f0f7fc);
}

.archive .hero--full-overline {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000918;
}

.archive .hero--full-heading {
  font-family: NotoSerif, serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #001742;
}

@media (min-width: 768px) {
  .archive .hero--full-heading {
    font-family: NotoSerif, serif;
    font-size: 70px;
    font-weight: bold;
    line-height: 1.07;
    letter-spacing: -1px;
    color: #001742;
  }
}

.archive .hero--full-form {
  max-width: 525px;
}

.archive .hero--full-form .ginput_container_text {
  position: relative;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.05);
  max-width: 100%;
}

@media (min-width: 768px) {
  .archive .hero--full-form .ginput_container_text {
    width: 526px;
  }
}

.archive .hero--full-form input[type="text"] {
  height: 62px;
  width: 100%;
  padding: 20px !important;
  font-weight: normal;
  font-family: Hind, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.56 !important;
  color: #818385 !important;
  margin: 0;
}

.archive .hero--full-form input[type="text"]::-webkit-input-placeholder {
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 1.56;
  color: #818385;
  --text-opacity: 1;
  color: #818385;
  color: rgba(129, 131, 133, var(--text-opacity));
}

.archive .hero--full-form input[type="text"]:-ms-input-placeholder {
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 1.56;
  color: #818385;
  --text-opacity: 1;
  color: #818385;
  color: rgba(129, 131, 133, var(--text-opacity));
}

.archive .hero--full-form input[type="text"]::-ms-input-placeholder {
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 1.56;
  color: #818385;
  --text-opacity: 1;
  color: #818385;
  color: rgba(129, 131, 133, var(--text-opacity));
}

.archive .hero--full-form input[type="text"]::placeholder {
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 1.56;
  color: #818385;
  --text-opacity: 1;
  color: #818385;
  color: rgba(129, 131, 133, var(--text-opacity));
}

.archive .hero--full-form input[type="submit"] {
  border-radius: 50px;
  position: absolute;
  height: 48px;
  bottom: -65px;
  left: 0;
  width: 100%;
  margin: 0;
  font-family: Hind, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.5px !important;
  text-align: center !important;
  color: #ffffff !important;
  text-transform: uppercase;
  background-color: #de5833;
}

@media (min-width: 1024px) {
  .archive .hero--full-form input[type="submit"] {
    border-radius: 0 !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    bottom: 0;
    left: auto;
    right: 0;
    height: 64px;
    width: 129px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width: 1024px) {
  .archive .hero--full-form input[type="submit"] {
    height: 69px;
  }
}

.archive .hero--full-form .gfield_html {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.archive .hero--full-form label {
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.blurbs {
  max-width: 600px;
}

@media (min-width: 1140px) {
  .blurbs {
    max-width: 1140px;
  }
}

.blurbs header {
  max-width: 46rem;
}

.blurbs__heading {
  font-family: NotoSerif, serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.19;
  text-align: center;
  color: #001742;
}

@media (min-width: 768px) {
  .blurbs__heading {
    font-family: NotoSerif, serif;
    font-size: 56px;
    font-weight: bold;
    line-height: 1.21;
    letter-spacing: -0.75px;
    text-align: center;
    color: #001742;
  }
}

.blurbs__content {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: -0.2px;
  text-align: center;
  color: #161616;
}

@media (min-width: 768px) {
  .blurbs__content {
    font-family: Hind, sans-serif;
    font-size: 22px;
    line-height: 1.36;
    text-align: center;
    color: #161616;
  }
}

.blurbs .blurb {
  width: 255px;
  height: 375px;
}

.blurbs .blurb:hover .blurb__image {
  height: 130px;
}

.blurbs .blurb:hover .blurb__title {
  font-family: NotoSerif, serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.3px;
  text-align: center;
  color: #001742;
}

@media (min-width: 1024px) {
  .blurbs .blurb:hover .blurb__title {
    margin-top: 16px;
  }
}

.blurbs .blurb:hover .blurb__content,
    .blurbs .blurb:hover .blurb__link {
  opacity: 1;
  visibility: visible;
}

.blurbs .blurb__image {
  height: 130px;
  font-family: "object-fit: cover; object-position: center;";
  transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .blurbs .blurb__image {
    height: 187px;
  }
}

.blurbs .blurb__body {
  height: 242px;
  transition: all 0.2s ease-in-out;
}

.blurbs .blurb__title {
  font-family: NotoSerif, serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.3px;
  text-align: center;
  color: #001742;
}

@media (min-width: 768px) {
  .blurbs .blurb__title {
    font-family: NotoSerif, serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: -0.1px;
    text-align: center;
    color: #001742;
  }
}

.blurbs .blurb__content {
  height: 66px;
  overflow: hidden;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: -0.2px;
  text-align: center;
  color: #161616;
}

@media (min-width: 768px) {
  .blurbs .blurb__content {
    transition: inherit;
    opacity: 0;
    visibility: hidden;
  }
}

.blurbs .blurb__link {
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #de5833;
}

@media (min-width: 768px) {
  .blurbs .blurb__link {
    transition: inherit;
    opacity: 0;
    visibility: hidden;
  }
}

.blurbs .blurb__link svg {
  margin-left: 8px;
}

.blurbs .blurb__link a {
  max-width: 136px;
}

@media (min-width: 1024px) {
  .button-primary.lg\:inline-block {
    display: inline-block !important;
  }
}

.featurette__overline {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000918;
}

.featurette__heading {
  font-family: NotoSerif, serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.19;
  color: #001742;
}

@media (min-width: 768px) {
  .featurette__heading {
    font-family: NotoSerif, serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: -0.5px;
    color: #001742;
  }
}

.featurette__list, .featurette__content {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: #181818;
}

@media (min-width: 768px) {
  .featurette__list, .featurette__content {
    font-family: Hind, sans-serif;
    font-size: 22px;
    line-height: 1.36;
    color: #000918;
  }
}

.featurette__list li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #de5833;
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

@media (min-width: 768px) {
  .featurette--primary .featurette__wrapper {
    min-height: 677px;
  }
}

.featurette--primary .featurette__image-wrapper {
  height: 292px;
  width: 100%;
}

@media (min-width: 768px) {
  .featurette--primary .featurette__image-wrapper {
    width: 477px;
    height: 477px;
  }
}

@media (max-width: 599px) {
  .featurette--primary .featurette__image-wrapper svg {
    -ms-transform: scaleX(1.5);
    transform: scaleX(1.5);
  }
}

@media (max-width: 767px) {
  .featurette--primary img {
    width: 100%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .featurette--full {
    height: 738px;
  }
}

.featurette--full .featurette__image-wrapper {
  height: 100vw;
  max-height: 600px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .featurette--full .featurette__image-wrapper {
    height: 100%;
    min-height: 100%;
    max-height: unset;
    font-family: "object-fit: cover; object-position: center;";
  }
}

.featurette--full .featurette__image-wrapper .featurette__image {
  overflow: hidden;
}

.featurette--full .featurette__image-wrapper svg {
  -ms-transform: scale(1.001);
  transform: scale(1.001);
  position: absolute;
  top: calc((738px - 1024px) / 2);
  right: -10px;
  bottom: 0;
}

@media (max-width: 1024px) {
  .featurette--full .featurette__image-wrapper svg {
    display: none;
  }
}

.featurette--full .featurette__image-wrapper.initLeftWrapper {
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
}

.featurette--full .featurette__image-wrapper.initRightWrapper {
  -ms-transform: translateX(200px);
  transform: translateX(200px);
}

.featurette--full .featurette__image-wrapper.slideWrapper {
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  transition: 1.2s transform ease-in-out;
}

.featurette--full .featurette__image.initImage {
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-transform-origin: center right;
  transform-origin: center right;
}

.featurette--full .featurette__image.growImage {
  -ms-transform: scale(1.1) translate(-1px);
  transform: scale(1.1) translate(-1px);
  transition: 1.2s transform ease-in-out;
}

.featurette--full .button-primary {
  margin-left: 0px;
}

.featurette--full.featurette--right svg {
  -ms-transform: rotate(180deg) scale(1.001);
  transform: rotate(180deg) scale(1.001);
  left: -10px;
}

.featurette--full.featurette--dark .featurette__image-wrapper path {
  fill: #e2f2ff;
}

@media (min-width: 1024px) {
  .button-primary.lg\:inline-block {
    display: inline-block !important;
  }
}

.form-styles .form__title,
.form-styles .gform_heading h3 {
  font-family: NotoSerif, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: -0.1px;
  text-align: center;
  color: #001742;
  margin-bottom: 14px;
}

@media (min-width: 1024px) {
  .form-styles .form__title,
  .form-styles .gform_heading h3 {
    margin-bottom: 40;
    font-family: NotoSerif, serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.28;
    letter-spacing: -0.5px;
    text-align: center;
    color: #001742;
  }
}

.form-styles .gfield_required {
  display: none;
}

.form-styles .hs-form-field {
  position: relative;
}

.form-styles .hs-form-field.filled label {
  opacity: 1;
}

.form-styles .hs-form-field.filled select,
  .form-styles .hs-form-field.filled input,
  .form-styles .hs-form-field.filled textarea {
  color: #000918;
  background-color: #fff;
  border-radius: 4px;
  border-color: #d7dade;
}

.form-styles .hs-form-field:focus-within label {
  opacity: 1;
  color: #005fe2;
}

.form-styles .hs-form-field:focus-within select,
  .form-styles .hs-form-field:focus-within input,
  .form-styles .hs-form-field:focus-within textarea {
  background-color: #fff;
  border: solid 2px #005fe2;
  border-radius: 4px;
}

.form-styles label {
  opacity: 0;
  position: relative;
  top: 12px;
  left: 12px;
  padding: 0 0.35rem;
  font-size: 14px;
  font-family: Hind, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #818385;
  background-image: linear-gradient(to bottom, #fff 60%, transparent 60%);
}

.form-styles label.hs-error-msg {
  opacity: 1;
  color: #005fe2;
}

.form-styles .hs-recaptcha {
  margin-top: 15px;
}

.form-styles .hs-richtext {
  display: none;
}

.form-styles select,
.form-styles textarea,
.form-styles input[type="text"],
.form-styles input[type="email"],
.form-styles input[type="tel"] {
  border-radius: 2px;
  border: solid 2px transparent;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #000918;
  background-color: #f3f4f6;
}

.form-styles select::-webkit-input-placeholder, .form-styles textarea::-webkit-input-placeholder, .form-styles input[type="text"]::-webkit-input-placeholder, .form-styles input[type="email"]::-webkit-input-placeholder, .form-styles input[type="tel"]::-webkit-input-placeholder {
  color: #818385;
}

.form-styles select:-ms-input-placeholder, .form-styles textarea:-ms-input-placeholder, .form-styles input[type="text"]:-ms-input-placeholder, .form-styles input[type="email"]:-ms-input-placeholder, .form-styles input[type="tel"]:-ms-input-placeholder {
  color: #818385;
}

.form-styles select::-ms-input-placeholder, .form-styles textarea::-ms-input-placeholder, .form-styles input[type="text"]::-ms-input-placeholder, .form-styles input[type="email"]::-ms-input-placeholder, .form-styles input[type="tel"]::-ms-input-placeholder {
  color: #818385;
}

.form-styles select::placeholder,
  .form-styles textarea::placeholder,
  .form-styles input[type="text"]::placeholder,
  .form-styles input[type="email"]::placeholder,
  .form-styles input[type="tel"]::placeholder {
  color: #818385;
}

.form-styles select {
  color: #818385;
}

.form-styles input[type="submit"], .form-styles input[type="button"] {
  margin-top: 20px !important;
  width: 100%;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #de5833;
  display: block;
  padding: 0.8rem 2.25rem;
  font-weight: 600;
  width: 100%;
  background: linear-gradient(to right, #bf3813 50%, #de5833 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  margin: auto;
  text-align: center;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.form-styles input[type="submit"]:not(:disabled):hover, .form-styles input[type="button"]:not(:disabled):hover {
  background-position: left bottom;
}

.form-styles input[type="submit"]:disabled, .form-styles input[type="button"]:disabled {
  opacity: 0.5;
}

.form-styles .ginput_container_select {
  position: relative;
}

.form-styles .ginput_container_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-styles .ginput_container_select select::-ms-expand {
  display: none;
}

.form-styles .ginput_container_select::after {
  content: "";
  height: 14px;
  width: 21px;
  right: 1rem;
  top: 12px;
  pointer-events: none;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  bottom: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 24'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%2381BAD9' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M23 7L12.518 17.48c-.068.07-.148.123-.237.16-.09.037-.184.056-.281.056-.097 0-.19-.019-.28-.056-.09-.037-.17-.09-.238-.16L1 7'/%3E %3C/svg%3E") no-repeat;
}

.form-styles textarea {
  height: 100px;
}

.form-styles .gfield_list {
  width: 100%;
}

.form-styles .gfield_list td.gfield_list_icons {
  padding-top: 18px;
  padding-left: 3px;
}

.form-styles .gfield_list td.gfield_list_icons img {
  margin: auto;
  margin-bottom: 4px;
}

.form-styles .gfield_checkbox {
  margin-top: 16px;
}

.form-styles .gfield_checkbox label {
  display: inline;
  opacity: 1;
  position: static;
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #000918;
  color: #818385;
}

.form-styles .gform_confirmation_message {
  font-family: Hind, sans-serif;
  font-size: 22px;
  line-height: 1.36;
  color: #000918;
}

.form-styles .gform_confirmation_message_3 {
  padding: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-width: 1px;
  border-radius: 0.25rem;
}

.form-styles .validation_message {
  font-size: 14px;
  padding: 1rem;
  color: #de5833;
}

.form-styles .validation_error {
  padding: 1rem;
  color: #de5833;
}

ul.gform_fields,
ol.gform_fields {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#gform_2 .gfield_description.validation_message {
  position: absolute;
}

.contact {
  background-color: #f3f4f6;
}

@media (max-width: 1023px) {
  .contact.contact--default-bg .contact__body {
    background-image: url("/src/images/contact-back-day.jpg");
  }
}

@media (min-width: 1024px) {
  .contact.contact--default-bg {
    background-image: url("/src/images/contact-back-day.jpg");
  }
}

@media (max-width: 1023px) {
  .contact--dark.contact--default-bg .contact__body {
    background-image: url("/src/images/contact-back-night.jpg");
  }
}

@media (min-width: 1024px) {
  .contact--dark.contact--default-bg {
    background-image: url("/src/images/contact-back-night.jpg");
  }
}

@media (min-width: 1024px) {
  .contact.contact--manual-bg .contact__body {
    background-image: none !important;
  }
}

@media (max-width: 1023px) {
  .contact.contact--manual-bg {
    background-image: none !important;
  }
}

@media (min-width: 1024px) {
  .contact {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.contact--dark {
  background-color: #001742;
}

@media (min-width: 1024px) {
  .contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.contact .contact__body {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .contact .contact__body {
    max-width: 500px;
  }
}

@media (max-width: 1023px) {
  .contact .contact__body {
    padding-top: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.contact .contact__body .contact__svg {
  margin-bottom: 22px;
}

.contact .contact__body .contact__content,
    .contact .contact__body .contact__content p {
  font-family: NotoSerif, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.56;
  color: #000918;
}

@media (min-width: 1024px) {
  .contact .contact__body .contact__content,
  .contact .contact__body .contact__content p {
    font-family: NotoSerif, serif;
    font-size: 24px;
    font-style: italic;
    line-height: 1.75;
    color: #000918;
  }
}

.contact .contact__body .contact__author {
  margin-top: 26px;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: #181818;
}

@media (min-width: 1024px) {
  .contact .contact__body .contact__author {
    font-family: Hind, sans-serif;
    font-size: 18px;
    line-height: 1.33;
    color: #000918;
  }
}

@media (min-width: 1024px) {
  .contact .form-styles {
    padding-top: 70px;
    padding-bottom: 86px;
    padding-left: 112px;
    padding-right: 112px;
  }
}

.contact__curve--mobile {
  height: 50px;
  background-color: #fff;
  border-bottom-left-radius: 75%;
  border-bottom-right-radius: 75%;
}

.hbspt-form h2 {
  font-family: NotoSerif, serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #001742;
}

body.search .blurbs {
  background: none !important;
}

.search-results__header {
  background: #f3f4f6;
}

@media (min-width: 1024px) {
  .search-results__header {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  }
}

.search-results__header--description {
  margin: 2rem 1rem;
  font-family: NotoSerif, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: -0.1px;
  text-align: center;
  color: #001742;
}

@media (min-width: 1024px) {
  .search-results__header--description {
    font-family: NotoSerif, serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.19;
    text-align: center;
    color: #001742;
    margin: 3.5rem 0 1.5rem;
  }
}

.search-results__heading {
  font-family: NotoSerif, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: -0.1px;
  text-align: center;
  color: #001742;
}

@media (min-width: 768px) {
  .search-results__heading {
    font-family: NotoSerif, serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.19;
    text-align: center;
    color: #001742;
  }
}

.search-results__subheading {
  font-family: NotoSerif, serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.3px;
  text-align: center;
  color: #001742;
}

@media (min-width: 1024px) {
  .search-results__subheading {
    font-family: NotoSerif, serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
    color: #001742;
  }
}

.search-results__tips {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: #181818;
}

@media (min-width: 768px) {
  .search-results__tips li {
    font-family: Hind, sans-serif;
    font-size: 18px;
    line-height: 1.33;
    color: #000918;
    position: relative;
    white-space: nowrap;
  }

  .search-results__tips li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #de5833;
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    padding-left: 1.25em;
    /* Also needed for space (tweak if needed) */
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .search-results__tips li:before {
    padding-left: 3em;
    /* Also needed for space (tweak if needed) */
    margin-right: 1rem;
  }
}

.search-results .facetwp-facet-search_post_types {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .search-results .facetwp-facet-search_post_types {
    font-family: Hind, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    color: #000918;
  }
}

.search-results .facetwp-radio {
  background: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 1rem;
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #000918;
  font-weight: 400;
}

.search-results .facetwp-radio.checked {
  background-image: none;
  border-bottom: 3px solid #005fe2;
}

@media (min-width: 1024px) {
  .search-results .facetwp-radio.checked {
    font-family: Hind, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    color: #005fe2;
    font-weight: 600;
  }
}

.search-results .facetwp-radio[data-value="post"]:before {
  content: "Resources";
  visibility: visible;
}

.search-results .facetwp-radio[data-value="post"] {
  visibility: hidden;
}

.search-results .facetwp-radio[data-value="post"]:before {
  content: "Resources";
  visibility: visible;
}

.search-results .facetwp-radio[data-value="post"] .facetwp-counter {
  visibility: visible;
  margin-left: -64px;
}

.search-results .search-results__container {
  flex-direction: column;
}

.search-results .search-results__container .search {
  margin-bottom: 1.5rem;
  height: 4rem;
}

.search-results .search-results__container .search .input-wrapper .search__input {
  height: 100%;
  outline: none;
}

@media (min-width: 1024px) {
  .search-results .search-results__container .search .input-wrapper {
    width: 100%;
    max-width: 42.125rem;
  }
}

.search-results .search-results__container .search .btn {
  background: #ffffff;
}

.search-results .search-results__container .search .btn svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.search-results .search-results__container .search .search-form__clear {
  background: #ffffff;
}

.search-results .search-results__container .search .search-form__clear svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .search-results .search-results__container .search {
    max-width: 45.625rem;
    height: 3.875rem;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .search-results .search-results__container {
    height: 100%;
    margin-bottom: 0;
  }
}

.search-results__posts .mobile {
  width: 100vw;
  background: #f3f4f6;
}

.search-results__posts .mobile .facetwp-facet-search_post_types {
  margin: auto;
  display: flex;
  margin-bottom: 0;
  flex-direction: column;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: #181818;
}

.search-results__posts .mobile .facetwp-radio {
  margin-bottom: 0;
  padding-left: 0;
  background: none;
  padding: 0 1rem 0 1rem;
  border-bottom: 1px #d7dade solid;
  height: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.search-results__posts .mobile .facetwp-radio::after {
  display: block;
  content: "";
  background-image: url("/src/svgs/sprite/little-blue-down-arrow.svg");
  height: 1.25rem;
  position: absolute;
  width: 2.25rem !important;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  right: 1rem;
}

.search-results__posts .mobile .facetwp-radio.checked {
  background-image: none;
  background: #edf6fe;
  width: 100%;
}

.search-results__posts .mobile .facetwp-radio.checked::after {
  width: 100%;
  margin-top: 0;
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.search-results__posts .facetwp-facet-count {
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  color: #000918;
  margin: 2rem 0 1.25rem;
  padding: 0;
}

@media (min-width: 1024px) {
  .search-results__posts .facetwp-facet-count {
    margin: 2rem 0 1.25rem;
    text-align: center;
    font-family: Hind, sans-serif;
    font-size: 22px;
    line-height: 1.36;
    color: #000918;
  }
}

.search-results__posts--mobile .cat-toggle {
  border-bottom: 1px solid #d7dade;
  outline-offset: -4px;
}

.search-results__posts--mobile .cat-toggle::after {
  margin-right: 1rem;
}

.search-results__posts--mobile .cat-toggle[aria-expanded="true"] {
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  color: #001742;
  background-color: #edf6fe;
}

.search-results__posts--mobile .cat-toggle[aria-expanded="true"]::after {
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.search-results__posts--mobile .cat-label {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: #181818;
}

.search-results__posts--mobile .cat-content[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.search-results .facetwp-load-more {
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #de5833;
  display: block;
  padding: 0.8rem 2.25rem;
  font-weight: 600;
  width: 100%;
  background: linear-gradient(to right, #bf3813 50%, #de5833 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  margin: auto;
  text-align: center;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 325px;
}

.search-results .facetwp-load-more:not(:disabled):hover {
  background-position: left bottom;
}

.search-results .facetwp-load-more:disabled {
  opacity: 0.5;
}

@media (min-width: 1024px) {
  .search-results .facetwp-load-more {
    margin: 4.0625rem auto 4rem auto;
    padding: 0.75rem 6.25rem;
    width: 100%;
  }
}

.search-results__cta-top {
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #de5833;
  display: block;
  font-weight: 600;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  color: #fff;
  margin-bottom: 2rem;
}

.search-results__cta-top span {
  background: linear-gradient(to right, #bf3813 50%, #de5833 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  height: 100%;
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  color: #fff;
}

.search-results__cta-top span:hover {
  background-position: left bottom;
}

@media (min-width: 1024px) {
  .search-results__cta-top {
    display: none;
  }
}

@media (min-width: 1024px) {
  .button-primary.lg\:inline-block {
    display: inline-block !important;
  }
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 1023px) {
  .hero .upto-lg\:rounded-none {
    border-radius: 0 !important;
  }
}

.hero video {
  font-family: "object-fit: cover; object-position: center;";
}

.hero--secondary .hero__title {
  font-family: NotoSerif, serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.19;
  color: #001742;
}

@media (min-width: 1024px) {
  .hero--secondary .hero__title {
    font-family: NotoSerif, serif;
    font-size: 56px;
    font-weight: bold;
    line-height: 1.21;
    letter-spacing: -0.75px;
    color: #001742;
  }
}

@media (min-width: 1024px) {
  .hero--secondary .hero__description p,
  .hero--secondary .hero__title,
  .hero--secondary .hero__leadin {
    width: 88% !important;
  }

  .hero--secondary .hero__content-container {
    width: 608px !important;
  }

  .hero--secondary .hero__img {
    -webkit-clip-path: ellipse(125% 60% at 50% 39%);
    clip-path: ellipse(125% 60% at 50% 39%);
  }

  .hero--secondary .hero__image-container img {
    top: 1.75rem !important;
    left: -1.75rem;
  }

  .hero--secondary .hero__wrapper-2 {
    min-height: 38.75rem !important;
    max-height: 38.75rem !important;
    overflow: visible;
  }
}

.hero--tertiary .hero__title {
  font-family: NotoSerif, serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.19;
  color: #001742;
}

@media (min-width: 1024px) {
  .hero--tertiary .hero__title {
    font-family: NotoSerif, serif;
    font-size: 56px;
    font-weight: bold;
    line-height: 1.21;
    letter-spacing: -0.75px;
    color: #001742;
    font-size: 46px;
  }
}

@media (min-width: 1024px) {
  .hero--tertiary .hero__content-container {
    height: 620px !important;
    width: 620px !important;
  }

  .hero--tertiary .hero__img {
    -webkit-clip-path: ellipse(125% 60% at 50% 39%);
    clip-path: ellipse(125% 60% at 50% 39%);
  }

  .hero--tertiary .hero__image-container img {
    top: 1.75rem !important;
    left: -1.75rem;
  }

  .hero--tertiary .hero__wrapper-3 {
    min-height: 760px !important;
    max-height: 760px !important;
    overflow: visible;
  }
}

.hero .hero__svg {
  overflow: hidden;
  animation: 2s ease-out 0s 1 slideInFromLeft;
  width: 45%;
}

.hero .hero__wrapper {
  min-height: 43.75rem;
  max-height: 63.75rem;
}

.hero .hero__wrapper-2 {
  min-height: 43.75rem;
  border-radius: 0 0 50% 50% / 1.188rem;
}

@media (max-width: 1023px) {
  .hero .hero__wrapper-2 {
    min-height: 0;
    background-image: linear-gradient(to bottom, #fff, #f0f7fc);
    box-shadow: 0 1px 31px 0 rgba(0, 0, 0, 0.12);
  }
}

.hero .hero__wrapper-2 .hero__content-2 {
  padding: 0;
  margin: 0;
}

@media (min-width: 1024px) {
  .hero .hero__wrapper-2 .hero__content-2 {
    margin: auto;
  }
}

.hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 {
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

.hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .hero__content-container {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 4rem;
}

.hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .hero__content-container .hero__description {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: #181818;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width: 768px) {
  .hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .hero__content-container {
    min-width: 600px;
    max-width: 98vw;
  }
}

.hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .hero__svg-2 {
  position: absolute;
  left: -7.5rem;
  margin-top: 1rem;
}

.hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .hero__image-container {
  width: 100vw;
  margin: 0;
  padding: 0;
  position: relative;
}

@media (min-width: 1024px) {
  .hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .hero__image-container img {
    position: absolute;
    width: 40rem;
    height: 40rem;
    min-width: 40rem;
    min-height: 40rem;
    border-radius: 50%;
    top: 3rem;
  }
}

@media (max-width: 1023px) {
  .hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .hero__image-container img {
    max-height: 50vh;
    min-height: 320px;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .hero__heading {
  font-family: "NotoSerif";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  color: #001742;
  line-height: 1.25;
  letter-spacing: -0.5px;
  letter-spacing: -0.75px;
  line-height: 1.11;
  height: -webkit-max-content;
  height: max-content;
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .hero__leadin {
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000918;
}

@media (min-width: 1024px) {
  .hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .hero__leadin {
    padding-left: 2px;
  }
}

.hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .hero__svg {
  top: 3rem;
  left: -3rem;
}

.hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .hero__leadin,
      .hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .hero__heading,
      .hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 p {
  color: #000918;
}

.hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .search {
  width: 100%;
  height: 2.9375rem;
  margin: 1rem auto;
  display: flex;
  background: #fff;
  border-radius: 0 10% 10% 0;
}

.hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .search .search__svg {
  fill: #005fe2;
  position: absolute;
  height: 2.3rem;
  width: 1.5rem;
  top: 0.5rem;
  left: 1rem;
}

@media (min-width: 1024px) {
  .hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .search .search__svg {
    top: 1rem;
  }
}

.hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .search input {
  height: 100%;
  width: 100%;
  text-align: left;
  color: #000;
  outline: none;
  padding-left: 4rem;
}

.hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .search button {
  width: 80px;
  background: url("/src/svgs/sprite/orange-send.svg");
  background-position: center;
  border-radius: 0 10% 10% 0;
}

.hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .hero__cta {
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #de5833;
  display: block;
  font-weight: 600;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  width: 100% !important;
  height: 2.5rem !important;
}

.hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .hero__cta span {
  background: linear-gradient(to right, #bf3813 50%, #de5833 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  height: 100%;
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  color: #fff;
}

.hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .hero__cta span:hover {
  background-position: left bottom;
}

.hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .hero__cta span {
  margin: 0 !important;
}

@media (min-width: 1024px) {
  .hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 {
    flex-direction: row;
    background: transparent;
  }

  .hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .hero__cta {
    width: 207px !important;
    margin-top: 2.5rem;
  }

  .hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .hero__heading {
    width: 38.25rem;
    height: -webkit-max-content;
    height: max-content;
    font-family: NotoSerif, serif;
    font-size: 70px;
    font-weight: bold;
    line-height: 1.07;
    letter-spacing: -1px;
    color: #001742;
  }

  .hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 p {
    font-family: Hind, sans-serif;
    font-size: 22px;
    line-height: 1.36;
    color: #000918;
    width: 35.5rem;
  }

  .hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .search {
    width: 27.8125rem;
    height: 3.875rem;
    margin: 2.5rem 0 0;
  }

  .hero .hero__wrapper-2 .hero__content-2 .hero__content-inner-2 .hero__image--two {
    width: 48rem;
    height: 48rem;
    border-radius: 50%;
  }
}

.hero .hero__wrapper-3 {
  min-height: 43.75rem;
  border-radius: 0 0 50% 50% / 1.188rem;
}

@media (max-width: 1023px) {
  .hero .hero__wrapper-3 {
    min-height: 0;
  }
}

@media (min-width: 1024px) {
  .hero .hero__wrapper-3 .hero__content-3 {
    margin: auto;
  }
}

.hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

.hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .hero__content-container .hero__description {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: #181818;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width: 768px) {
  .hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .hero__content-container {
    min-width: 600px;
    max-width: 98vw;
  }
}

.hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .hero__harpoon {
  width: 400px;
  left: -6rem;
}

.hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .hero__image-container {
  width: 100vw;
  margin: 0;
  padding: 0;
  position: relative;
}

@media (min-width: 1024px) {
  .hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .hero__image-container img {
    position: absolute;
    width: 40rem;
    height: 40rem;
    min-width: 40rem;
    min-height: 40rem;
    border-radius: 50%;
    top: 3rem;
  }
}

@media (max-width: 1023px) {
  .hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .hero__image-container img {
    max-height: 50vh;
    min-height: 320px;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .hero__heading {
  font-family: "NotoSerif";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  color: #001742;
  line-height: 1.25;
  letter-spacing: -0.5px;
  letter-spacing: -0.75px;
  line-height: 1.11;
  height: -webkit-max-content;
  height: max-content;
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .hero__leadin {
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000918;
}

@media (min-width: 1024px) {
  .hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .hero__leadin {
    padding-left: 2px;
  }
}

.hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .hero__svg {
  top: 3rem;
  left: -3rem;
}

.hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .hero__leadin,
    .hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .hero__heading,
    .hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 p {
  color: #000918;
}

.hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .search {
  width: 100%;
  height: 2.9375rem;
  margin: 1rem auto;
  display: flex;
  background: #fff;
  border-radius: 0 10% 10% 0;
}

.hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .search .search__svg {
  fill: #005fe2;
  position: absolute;
  height: 2.3rem;
  width: 1.5rem;
  top: 0.5rem;
  left: 1rem;
}

@media (min-width: 1024px) {
  .hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .search .search__svg {
    top: 1rem;
  }
}

.hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .search input {
  height: 100%;
  width: 100%;
  text-align: left;
  color: #000;
  outline: none;
  padding-left: 4rem;
}

.hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .search button {
  width: 80px;
  background: url("/src/svgs/sprite/orange-send.svg");
  background-position: center;
  border-radius: 0 10% 10% 0;
}

.hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .hero__cta {
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #de5833;
  display: block;
  font-weight: 600;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  width: 100% !important;
  height: 2.5rem !important;
}

.hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .hero__cta span {
  background: linear-gradient(to right, #bf3813 50%, #de5833 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  height: 100%;
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  color: #fff;
}

.hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .hero__cta span:hover {
  background-position: left bottom;
}

.hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .hero__cta span {
  margin: 0 !important;
}

@media (min-width: 1024px) {
  .hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 {
    flex-direction: row;
    background: transparent;
  }

  .hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .hero__cta {
    width: 207px !important;
    margin-top: 2.5rem;
  }

  .hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 .hero__heading {
    height: -webkit-max-content;
    height: max-content;
    font-family: NotoSerif, serif;
    font-size: 70px;
    font-weight: bold;
    line-height: 1.07;
    letter-spacing: -1px;
    color: #001742;
  }

  .hero .hero__wrapper-3 .hero__content-3 .hero__content-inner-3 p {
    font-family: Hind, sans-serif;
    font-size: 22px;
    line-height: 1.36;
    color: #000918;
    color: #04183F;
    opacity: 0.7;
  }
}

@media (max-width: 1023px) {
  .hero .hero__img {
    max-height: 500px;
    width: 100%;
  }
}

.hero .hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .hero .hero__content {
    background-image: linear-gradient(to bottom, #fff, #f0f7fc);
    border-radius: 0 0 50% 50% / 1.188rem;
    box-shadow: 0 1px 31px 0 rgba(0, 0, 0, 0.12);
  }
}

.hero .hero__content .hero__heading {
  font-family: NotoSerif, serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #001742;
}

.hero .hero__content .hero__description {
  color: #001742;
  font-family: Hind;
  letter-spacing: -0.2px;
  width: 18.125rem !important;
}

.hero .hero__content .hero__svg {
  top: 0.25rem;
  left: -7rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .hero .hero__content .hero__content-inner {
    max-width: 97vw;
  }
}

.hero .hero__content .hero__content-inner .hero__image-two {
  bottom: 70rem;
  left: 50rem;
}

.hero .hero__content .hero__content-inner p {
  margin-bottom: 2.5rem;
  margin-top: 1.75rem;
  color: #001742;
}

.hero .hero__content .hero__content-inner .hero__cta {
  display: block;
  height: 3rem !important;
}

.hero .hero__content .hero__content-inner .hero__cta span {
  background: linear-gradient(to right, #bf3813 50%, #de5833 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  height: 100%;
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5625rem;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .hero .hero__content .hero__content-inner .hero__cta {
    width: 208px;
  }
}

.hero .hero__content .hero__content-inner .hero__cta span:hover {
  background-position: left bottom;
}

@media (min-width: 1024px) {
  .hero .hero__content {
    /* STYLES FOR ALL OTHER LARGE SCREENS */
    width: 50.6875rem;
    height: 50.6875rem;
    margin-left: 0;
    left: -4rem;
    align-items: center !important;
    top: -9rem;
    border-radius: 50%;
    opacity: 0.95;
  }

  .hero .hero__content .hero__svg {
    z-index: 55 !important;
    margin: 0 !important;
    top: 12rem !important;
    left: -3rem;
  }

  .hero .hero__content .hero__heading {
    font-family: NotoSerif, serif;
    font-size: 70px;
    font-weight: bold;
    line-height: 1.07;
    letter-spacing: -1px;
    color: #001742;
  }

  .hero .hero__content p {
    font-family: Hind;
    font-size: 1.375rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    width: 39.6875rem;
    letter-spacing: normal;
  }

  .hero .hero__content .hero__content-inner {
    max-width: 674px;
  }

  .hero .hero__content .hero__content-inner .hero__description {
    margin-bottom: 2.5rem !important;
    width: 39.6875rem !important;
  }
}

@media (min-width: 1140px) {
  .hero .hero__content {
    left: -6rem;
  }
}

.hero--opco {
  background-color: #001742;
}

.hero--opco .hero__wrapper {
  background-color: transparent;
}

@media (max-width: 1023px) {
  .hero--opco .hero__wrapper {
    min-height: 0;
  }
}

@media (min-width: 1024px) {
  .hero--opco .hero__wrapper {
    background-color: #001742;
  }
}

.hero--opco .button-primary {
  padding-left: 3rem;
  padding-right: 3rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .hero--opco .button-primary {
    display: inline-block;
    width: auto;
    margin-bottom: 1.5rem;
  }
}

.hero--opco .hero__content {
  opacity: 1;
}

.hero--opco .hero__content .hero__heading {
  font-family: NotoSerif, serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #001742;
}

@media (min-width: 1024px) {
  .hero--opco .hero__content .hero__heading {
    font-family: NotoSerif, serif;
    font-size: 70px;
    font-weight: bold;
    line-height: 1.07;
    letter-spacing: -1px;
    color: #001742;
  }
}

@media (max-width: 1023px) {
  .hero--opco .hero__content {
    border-radius: 0;
    box-shadow: none;
  }
}

@media (min-width: 1024px) {
  .hero--opco .hero__content {
    /* STYLES FOR ALL OTHER LARGE SCREENS */
    width: 734px;
    height: auto;
    margin-left: 3.875rem;
    align-items: center !important;
    top: 5.5rem;
    border-radius: 0;
  }
}

.hero--opco .hero__content .hero__content-inner p {
  margin-bottom: 2.1rem;
  margin-top: 0.75rem;
  color: #001742;
}

@media (min-width: 1024px) {
  .hero--opco .hero__content .hero__content-inner p {
    margin-top: 1.5rem;
    margin-bottom: 1.75rem;
  }
}

.hero--opco .hero__content .hero__content-inner .hero__leadin,
    .hero--opco .hero__content .hero__content-inner .hero__link,
    .hero--opco .hero__content .hero__content-inner .hero__desc p,
    .hero--opco .hero__content .hero__content-inner .hero__heading {
  width: auto !important;
}

@media (min-width: 1024px) {
  .hero--opco {
    background-color: #001742 !important;
  }
}

@media upto-lg {
  .hero--opco .hero__wrapper {
    background-color: #001742;
    position: static !important;
    height: auto !important;
  }

  .hero--opco .hero__wrapper .hero__asset {
    position: static !important;
    height: auto !important;
    min-height: 148px;
  }

  .hero--opco .hero__wrapper .hero__asset .hero__img {
    height: 100% !important;
    min-height: 148px !important;
    width: 100%;
  }

  .hero--opco .hero__wrapper .hero__content-inner {
    margin: 0 !important;
  }
}

.hero--leader .hero__wrapper-2
.hero__content-2
.hero__content-inner-2
.hero__image-container
img {
  top: 1rem;
}

.hero--leader .hero__wrapper-2 {
  border-radius: none !important;
}

.hero--leader .hero__asset-2 {
  max-height: 600px !important;
}

.hero--leader .hero__leadin {
  margin: 0 !important;
}

.hero--leader .hero__heading {
  margin-top: 0.75rem !important;
  margin-bottom: 0 !important;
}

.hero--leader .hero__description {
  margin-top: 2rem !important;
  font-size: 22px !important;
}

@media (min-width: 1024px) {
  .button-primary.lg\:inline-block {
    display: inline-block !important;
  }
}

.featurette__overline {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000918;
}

.featurette__heading {
  font-family: NotoSerif, serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.19;
  color: #001742;
}

@media (min-width: 768px) {
  .featurette__heading {
    font-family: NotoSerif, serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: -0.5px;
    color: #001742;
  }
}

.featurette__list, .featurette__content {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: #181818;
}

@media (min-width: 768px) {
  .featurette__list, .featurette__content {
    font-family: Hind, sans-serif;
    font-size: 22px;
    line-height: 1.36;
    color: #000918;
  }
}

.featurette__list li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #de5833;
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

@media (min-width: 768px) {
  .featurette--primary .featurette__wrapper {
    min-height: 677px;
  }
}

.featurette--primary .featurette__image-wrapper {
  height: 292px;
  width: 100%;
}

@media (min-width: 768px) {
  .featurette--primary .featurette__image-wrapper {
    width: 477px;
    height: 477px;
  }
}

@media (max-width: 599px) {
  .featurette--primary .featurette__image-wrapper svg {
    -ms-transform: scaleX(1.5);
    transform: scaleX(1.5);
  }
}

@media (max-width: 767px) {
  .featurette--primary img {
    width: 100%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .featurette--full {
    height: 738px;
  }
}

.featurette--full .featurette__image-wrapper {
  height: 100vw;
  max-height: 600px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .featurette--full .featurette__image-wrapper {
    height: 100%;
    min-height: 100%;
    max-height: unset;
    font-family: "object-fit: cover; object-position: center;";
  }
}

.featurette--full .featurette__image-wrapper .featurette__image {
  overflow: hidden;
}

.featurette--full .featurette__image-wrapper svg {
  -ms-transform: scale(1.001);
  transform: scale(1.001);
  position: absolute;
  top: calc((738px - 1024px) / 2);
  right: -10px;
  bottom: 0;
}

@media (max-width: 1024px) {
  .featurette--full .featurette__image-wrapper svg {
    display: none;
  }
}

.featurette--full .featurette__image-wrapper.initLeftWrapper {
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
}

.featurette--full .featurette__image-wrapper.initRightWrapper {
  -ms-transform: translateX(200px);
  transform: translateX(200px);
}

.featurette--full .featurette__image-wrapper.slideWrapper {
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  transition: 1.2s transform ease-in-out;
}

.featurette--full .featurette__image.initImage {
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-transform-origin: center right;
  transform-origin: center right;
}

.featurette--full .featurette__image.growImage {
  -ms-transform: scale(1.1) translate(-1px);
  transform: scale(1.1) translate(-1px);
  transition: 1.2s transform ease-in-out;
}

.featurette--full .button-primary {
  margin-left: 0px;
}

.featurette--full.featurette--right svg {
  -ms-transform: rotate(180deg) scale(1.001);
  transform: rotate(180deg) scale(1.001);
  left: -10px;
}

.featurette--full.featurette--dark .featurette__image-wrapper path {
  fill: #e2f2ff;
}

@media (min-width: 1024px) {
  .button-primary.lg\:inline-block {
    display: inline-block !important;
  }
}

.form-styles .form__title,
.form-styles .gform_heading h3 {
  font-family: NotoSerif, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: -0.1px;
  text-align: center;
  color: #001742;
  margin-bottom: 14px;
}

@media (min-width: 1024px) {
  .form-styles .form__title,
  .form-styles .gform_heading h3 {
    margin-bottom: 40;
    font-family: NotoSerif, serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.28;
    letter-spacing: -0.5px;
    text-align: center;
    color: #001742;
  }
}

.form-styles .gfield_required {
  display: none;
}

.form-styles .hs-form-field {
  position: relative;
}

.form-styles .hs-form-field.filled label {
  opacity: 1;
}

.form-styles .hs-form-field.filled select,
  .form-styles .hs-form-field.filled input,
  .form-styles .hs-form-field.filled textarea {
  color: #000918;
  background-color: #fff;
  border-radius: 4px;
  border-color: #d7dade;
}

.form-styles .hs-form-field:focus-within label {
  opacity: 1;
  color: #005fe2;
}

.form-styles .hs-form-field:focus-within select,
  .form-styles .hs-form-field:focus-within input,
  .form-styles .hs-form-field:focus-within textarea {
  background-color: #fff;
  border: solid 2px #005fe2;
  border-radius: 4px;
}

.form-styles label {
  opacity: 0;
  position: relative;
  top: 12px;
  left: 12px;
  padding: 0 0.35rem;
  font-size: 14px;
  font-family: Hind, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #818385;
  background-image: linear-gradient(to bottom, #fff 60%, transparent 60%);
}

.form-styles label.hs-error-msg {
  opacity: 1;
  color: #005fe2;
}

.form-styles .hs-recaptcha {
  margin-top: 15px;
}

.form-styles .hs-richtext {
  display: none;
}

.form-styles select,
.form-styles textarea,
.form-styles input[type="text"],
.form-styles input[type="email"],
.form-styles input[type="tel"] {
  border-radius: 2px;
  border: solid 2px transparent;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #000918;
  background-color: #f3f4f6;
}

.form-styles select::-webkit-input-placeholder, .form-styles textarea::-webkit-input-placeholder, .form-styles input[type="text"]::-webkit-input-placeholder, .form-styles input[type="email"]::-webkit-input-placeholder, .form-styles input[type="tel"]::-webkit-input-placeholder {
  color: #818385;
}

.form-styles select:-ms-input-placeholder, .form-styles textarea:-ms-input-placeholder, .form-styles input[type="text"]:-ms-input-placeholder, .form-styles input[type="email"]:-ms-input-placeholder, .form-styles input[type="tel"]:-ms-input-placeholder {
  color: #818385;
}

.form-styles select::-ms-input-placeholder, .form-styles textarea::-ms-input-placeholder, .form-styles input[type="text"]::-ms-input-placeholder, .form-styles input[type="email"]::-ms-input-placeholder, .form-styles input[type="tel"]::-ms-input-placeholder {
  color: #818385;
}

.form-styles select::placeholder,
  .form-styles textarea::placeholder,
  .form-styles input[type="text"]::placeholder,
  .form-styles input[type="email"]::placeholder,
  .form-styles input[type="tel"]::placeholder {
  color: #818385;
}

.form-styles select {
  color: #818385;
}

.form-styles input[type="submit"], .form-styles input[type="button"] {
  margin-top: 20px !important;
  width: 100%;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #de5833;
  display: block;
  padding: 0.8rem 2.25rem;
  font-weight: 600;
  width: 100%;
  background: linear-gradient(to right, #bf3813 50%, #de5833 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  margin: auto;
  text-align: center;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.form-styles input[type="submit"]:not(:disabled):hover, .form-styles input[type="button"]:not(:disabled):hover {
  background-position: left bottom;
}

.form-styles input[type="submit"]:disabled, .form-styles input[type="button"]:disabled {
  opacity: 0.5;
}

.form-styles .ginput_container_select {
  position: relative;
}

.form-styles .ginput_container_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-styles .ginput_container_select select::-ms-expand {
  display: none;
}

.form-styles .ginput_container_select::after {
  content: "";
  height: 14px;
  width: 21px;
  right: 1rem;
  top: 12px;
  pointer-events: none;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  bottom: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 24'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%2381BAD9' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M23 7L12.518 17.48c-.068.07-.148.123-.237.16-.09.037-.184.056-.281.056-.097 0-.19-.019-.28-.056-.09-.037-.17-.09-.238-.16L1 7'/%3E %3C/svg%3E") no-repeat;
}

.form-styles textarea {
  height: 100px;
}

.form-styles .gfield_list {
  width: 100%;
}

.form-styles .gfield_list td.gfield_list_icons {
  padding-top: 18px;
  padding-left: 3px;
}

.form-styles .gfield_list td.gfield_list_icons img {
  margin: auto;
  margin-bottom: 4px;
}

.form-styles .gfield_checkbox {
  margin-top: 16px;
}

.form-styles .gfield_checkbox label {
  display: inline;
  opacity: 1;
  position: static;
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #000918;
  color: #818385;
}

.form-styles .gform_confirmation_message {
  font-family: Hind, sans-serif;
  font-size: 22px;
  line-height: 1.36;
  color: #000918;
}

.form-styles .gform_confirmation_message_3 {
  padding: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-width: 1px;
  border-radius: 0.25rem;
}

.form-styles .validation_message {
  font-size: 14px;
  padding: 1rem;
  color: #de5833;
}

.form-styles .validation_error {
  padding: 1rem;
  color: #de5833;
}

ul.gform_fields,
ol.gform_fields {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#gform_2 .gfield_description.validation_message {
  position: absolute;
}

.contact {
  background-color: #f3f4f6;
}

@media (max-width: 1023px) {
  .contact.contact--default-bg .contact__body {
    background-image: url("/src/images/contact-back-day.jpg");
  }
}

@media (min-width: 1024px) {
  .contact.contact--default-bg {
    background-image: url("/src/images/contact-back-day.jpg");
  }
}

@media (max-width: 1023px) {
  .contact--dark.contact--default-bg .contact__body {
    background-image: url("/src/images/contact-back-night.jpg");
  }
}

@media (min-width: 1024px) {
  .contact--dark.contact--default-bg {
    background-image: url("/src/images/contact-back-night.jpg");
  }
}

@media (min-width: 1024px) {
  .contact.contact--manual-bg .contact__body {
    background-image: none !important;
  }
}

@media (max-width: 1023px) {
  .contact.contact--manual-bg {
    background-image: none !important;
  }
}

@media (min-width: 1024px) {
  .contact {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.contact--dark {
  background-color: #001742;
}

@media (min-width: 1024px) {
  .contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.contact .contact__body {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .contact .contact__body {
    max-width: 500px;
  }
}

@media (max-width: 1023px) {
  .contact .contact__body {
    padding-top: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.contact .contact__body .contact__svg {
  margin-bottom: 22px;
}

.contact .contact__body .contact__content,
    .contact .contact__body .contact__content p {
  font-family: NotoSerif, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.56;
  color: #000918;
}

@media (min-width: 1024px) {
  .contact .contact__body .contact__content,
  .contact .contact__body .contact__content p {
    font-family: NotoSerif, serif;
    font-size: 24px;
    font-style: italic;
    line-height: 1.75;
    color: #000918;
  }
}

.contact .contact__body .contact__author {
  margin-top: 26px;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: #181818;
}

@media (min-width: 1024px) {
  .contact .contact__body .contact__author {
    font-family: Hind, sans-serif;
    font-size: 18px;
    line-height: 1.33;
    color: #000918;
  }
}

@media (min-width: 1024px) {
  .contact .form-styles {
    padding-top: 70px;
    padding-bottom: 86px;
    padding-left: 112px;
    padding-right: 112px;
  }
}

.contact__curve--mobile {
  height: 50px;
  background-color: #fff;
  border-bottom-left-radius: 75%;
  border-bottom-right-radius: 75%;
}

.hbspt-form h2 {
  font-family: NotoSerif, serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #001742;
}

.leadership-template-default .hero .hero__wrapper-2 {
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
}

.leadership-template-default .hero .hero__wrapper-2 .hero__content-inner-2 {
  flex-direction: column !important;
  background: #ffffff;
}

.leadership-template-default .hero .hero__wrapper-2 .hero__content-inner-2 .breadcrumbs {
  padding: 1rem 1rem;
  background: #fcfcfc;
  box-shadow: 0 1px 31px 0 rgba(0, 0, 0, 0.12);
  font-family: Hind, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: #818385;
}

.leadership-template-default .hero .hero__wrapper-2 .hero__content-inner-2 .breadcrumbs span {
  color: #005fe2;
}

@media (min-width: 1024px) {
  .leadership-template-default .hero .hero__wrapper-2 .hero__content-inner-2 .breadcrumbs {
    margin-top: 2rem;
    background: transparent;
    box-shadow: none;
    padding: 1rem 0;
  }
}

.leadership-template-default .hero .hero__wrapper-2 .hero__content-inner-2 .hero__content-container {
  margin-bottom: 0 !important;
}

.leadership-template-default .hero .hero__wrapper-2 .hero__content-inner-2 .hero__content-container .hero__leadin {
  margin-top: 3.125rem !important;
  display: none;
}

@media (min-width: 1024px) {
  .leadership-template-default .hero .hero__wrapper-2 .hero__content-inner-2 .hero__content-container .hero__leadin {
    display: inline-block;
    font-family: Hind, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #000918;
  }
}

.leadership-template-default .hero .hero__wrapper-2 .hero__content-inner-2 .hero__content-container .hero__heading {
  margin-top: 1.75rem;
}

@media (min-width: 1024px) {
  .leadership-template-default .hero .hero__wrapper-2 .hero__content-inner-2 .hero__content-container {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .leadership-template-default .hero .hero__wrapper-2 .hero__content-inner-2 {
    background: transparent;
  }
}

.leadership-template-default .hero .hero__wrapper-2 .hero__image-container {
  width: 100% !important;
}

.leadership-template-default .hero .hero__wrapper-2 .hero__image-container img {
  max-height: 700px !important;
  object-position: 50% 25%;
  border-radius: 0 0 50% 50% / 1.188rem;
}

@media (min-width: 1024px) {
  .leadership-template-default .hero .hero__wrapper-2 {
    min-height: 43.75rem;
    border-radius: 0 0 50% 50% / 1.188rem;
  }
}

.leadership-template-default .content {
  max-width: 1140px;
  margin: auto;
  padding: 0 1rem 50px 1rem;
}

@media (min-width: 1024px) {
  .leadership-template-default .content p {
    font-family: Hind, sans-serif;
    font-size: 22px;
    line-height: 1.36;
    color: #000918;
    margin: auto;
    max-width: 37.5rem;
  }
}

@media (min-width: 1024px) {
  .leadership-template-default .content {
    padding-top: 1.5rem;
    margin-bottom: 2.5rem;
  }
}

.leadership-template-default .featurette {
  background: #f3f4f6;
}

.opco-content {
  position: relative;
}

.opco-content a.h-0 {
  top: -6rem;
  position: relative;
}

@media (min-width: 1024px) {
  .opco-content a.h-0 {
    top: -9.5rem;
  }
}

.opco-content .hero.custom-block.alignfull {
  --bg-opacity: 1;
  background-color: #001742;
  background-color: rgba(0, 23, 66, var(--bg-opacity));
}

.opco-content .hero.custom-block.alignfull .hero__content-container {
  background-color: #fff;
  margin-top: 8.125rem;
  padding-top: 3.4rem !important;
  padding-bottom: 4.7rem !important;
  padding-left: 4.7rem !important;
  padding-right: 4.7rem !important;
}

.opco-content .hero.custom-block.alignfull .hero__content-container p.hero__leadin {
  margin-top: 0 !important;
}

.opco-content .value_props {
  --bg-opacity: 1;
  background-color: #001742;
  background-color: rgba(0, 23, 66, var(--bg-opacity));
}

.opco-content .value_props .value_props__wrapper.container {
  max-width: 1110px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2.5rem;
  padding-bottom: 3.6875rem;
  border-bottom: 1px solid #b1daf0;
}

.opco-content .value_props .value_props__title {
  color: #b1daf0 !important;
  text-align: left;
  font-size: 1.75rem !important;
}

.opco-content .value_props .value_props__text {
  color: #b1daf0 !important;
}

.opco-content .value_props .value_props-bottom-2 p {
  color: #fff;
}

.opco-content .value_props svg,
    .opco-content .value_props path,
    .opco-content .value_props circle,
    .opco-content .value_props g {
  stroke: #81bad9;
  stroke-width: 0.7px;
}

.opco-content .value_props hr {
  display: block;
}

.opco-content .basic {
  --bg-opacity: 1;
  background-color: #001742;
  background-color: rgba(0, 23, 66, var(--bg-opacity));
}

.opco-content .basic hr {
  display: block;
}

.opco-content .basic h2,
    .opco-content .basic p {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  text-align: center;
}

.opco-content .basic .carousel-cell a {
  color: #de5833;
}

.opco-content .basic .carousel-cell a:hover {
  text-decoration: underline;
}

.opco-content .basic .button-primary {
  display: inline-block;
  background: transparent;
  color: #b1daf0 !important;
  border: 1px solid #b1daf0;
  width: auto;
  transition: 0.3s all ease-in-out;
}

.opco-content .basic .button-primary:hover {
  color: #001742 !important;
  background: #b1daf0;
  text-decoration: none;
}

.opco-content .service-tabs {
  --bg-opacity: 1;
  background-color: #001742;
  background-color: rgba(0, 23, 66, var(--bg-opacity));
}

.opco-content .service-tabs__tab-toggle {
  border-bottom: 1px solid #314c6f;
}

.opco-content .service-tabs__tab-toggle[aria-expanded="true"], .opco-content .service-tabs__tab-toggle:hover {
  background-color: #042157 !important;
}

.opco-content .service-tabs__overline, .opco-content .service-tabs__heading {
  color: #fff;
}

.opco-content .service-tabs__tab-label {
  color: #fff;
  font-weight: 400;
}

.opco-content .service-tabs__panel__content a {
  color: #de5833;
}

.opco-content .service-tabs__panel__content a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .opco-content .service-tabs hr {
    display: block;
  }
}

.opco-content .video {
  background-color: #001742;
}

.opco-content .video * {
  color: #fff !important;
}

.opco-content .critical-information {
  --bg-opacity: 1;
  background-color: #001742;
  background-color: rgba(0, 23, 66, var(--bg-opacity));
  color: #fff;
}

.opco-content .careers {
  --bg-opacity: 1;
  background-color: #001742;
  background-color: rgba(0, 23, 66, var(--bg-opacity));
}

.opco-content .careers .careers__leadin {
  color: #b1daf0;
}

.opco-content .careers .careers__heading,
    .opco-content .careers .careers__content p,
    .opco-content .careers .careers__list li {
  color: #fff !important;
}

.opco-content .careers .careers__heading a,
      .opco-content .careers .careers__content p a,
      .opco-content .careers .careers__list li a {
  color: #005fe2 !important;
}

.opco-content .careers hr {
  display: block;
}

.opco-content .cards-icons {
  --bg-opacity: 1;
  background-color: #001742;
  background-color: rgba(0, 23, 66, var(--bg-opacity));
}

.opco-content .cards-icons__overline {
  color: #b1daf0 !important;
}

.opco-content .cards-icons__description {
  color: #fff !important;
}

.opco-content .cards-icons .button-primary {
  background: transparent;
  color: #b1daf0 !important;
  border: 1px solid #b1daf0;
  width: 100%;
  transition: 0.3s all ease-in-out;
}

@media (min-width: 600px) {
  .opco-content .cards-icons .button-primary {
    width: auto;
  }
}

.opco-content .cards-icons .button-primary:hover {
  color: #001742 !important;
  background: #b1daf0;
  text-decoration: none;
}

.opco-content .testimonials {
  --bg-opacity: 1;
  background-color: #001742;
  background-color: rgba(0, 23, 66, var(--bg-opacity));
}

.opco-content .testimonials .testimonials__content p,
    .opco-content .testimonials .testimonials__author {
  color: #fff;
}

.opco-content .testimonials .flickity-button svg.flickity-button-icon {
  fill: #b1daf0;
}

.opco-content .testimonials .flickity-page-dots .dot {
  background: #b1daf0;
}

.opco-content .contact__body * {
  color: #fff !important;
}

.opco-content .contact__curve--desktop path {
  fill: #001742 !important;
}

.opco-content .cta-cards {
  background-color: #001742;
}

@media (max-width: 1023px) {
  .contact_info__divider {
    display: block;
  }
}

.opco-template-default .footer {
  --bg-opacity: 1;
  background-color: #001742;
  background-color: rgba(0, 23, 66, var(--bg-opacity));
}

.opco-template-default .footer .footer__logo {
  display: none;
  height: 35px;
  margin-bottom: 1rem;
}

.opco-template-default .footer .footer__logo.logo-inverse {
  display: block;
}

.opco-template-default .footer .footer__wrapper {
  --bg-opacity: 1;
  background-color: #001742;
  background-color: rgba(0, 23, 66, var(--bg-opacity));
  padding-bottom: 65px;
}

.opco-template-default .footer .footer__wrapper a.menu-link {
  color: #fff !important;
}

.opco-template-default .footer .footer__wrapper .gform_body h3 {
  color: #fff !important;
}

.opco-template-default .footer .footer_secondary,
  .opco-template-default .footer .divider-2 {
  display: none;
}

.opco-template-default .bottom-bar {
  background: #042157;
}

.opco-template-default .bottom-bar .bottom-bar__copyright,
  .opco-template-default .bottom-bar a.menu-link,
  .opco-template-default .bottom-bar .bottom-bar__tertiary {
  --text-opacity: 1;
  color: #f3f4f6;
  color: rgba(243, 244, 246, var(--text-opacity));
}

@media (min-width: 1024px) {
  .button-primary.lg\:inline-block {
    display: inline-block !important;
  }
}

.posts {
  background: #f3f4f6;
}

.posts.posts--dark {
  background: #001742;
}

.posts.posts--dark .posts__title,
    .posts.posts--dark .posts__description {
  color: #fff !important;
}

.posts.posts--dark .button-outline {
  background: transparent;
  color: #b1daf0 !important;
  border: 1px solid #b1daf0;
}

.posts.posts--dark .button-outline:hover {
  color: #001742 !important;
  background: #b1daf0;
  text-decoration: none;
}

.posts .posts__wrapper {
  max-width: 1140px;
}

.posts .posts__wrapper .posts__header {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .posts .posts__wrapper .posts__header {
    margin-bottom: 56px;
  }
}

.posts .posts__wrapper .posts__header .posts__title {
  max-width: 33.75rem;
  margin-left: auto;
  margin-right: auto;
  font-family: NotoSerif, serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: -0.5px;
  text-align: center;
  color: #001742;
}

@media (min-width: 1024px) {
  .posts .posts__wrapper .posts__header .posts__title {
    font-family: NotoSerif, serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.19;
    text-align: center;
    color: #001742;
    height: 38px;
  }
}

.posts .posts__wrapper .posts__list {
  margin-bottom: 2.25rem;
  padding: 0.5rem;
}

@media (min-width: 1024px) {
  .posts .posts__wrapper .posts__list {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .posts .posts__wrapper .posts__list {
    padding: 0;
  }

  .posts .posts__wrapper .posts__list .mobile-flickity {
    display: none;
  }

  .posts .posts__wrapper .posts__list .grid-container {
    flex-wrap: nowrap;
  }

  .posts .posts__wrapper .posts__list .grid-container .posts__column .preview {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.posts .posts__cta {
  display: block;
  height: 3.125rem;
  width: 18rem;
  margin: 0 auto;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #de5833;
}

@media (min-width: 600px) {
  .posts .posts__cta {
    max-width: 18rem;
  }
}

.posts .posts__cta span {
  background: transparent;
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  border: 1px solid #de5833;
  color: #de5833;
  cursor: pointer;
}

.posts .posts__cta span:hover {
  background: #de5833;
  border: 1px solid #fff;
  color: #fff;
}

@media (min-width: 1024px) {
  .posts {
    padding: 6.25rem 0 6.25rem 0;
  }
}

@media (min-width: 1024px) {
  .button-primary.lg\:inline-block {
    display: inline-block !important;
  }
}

.form-styles .form__title,
.form-styles .gform_heading h3 {
  font-family: NotoSerif, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: -0.1px;
  text-align: center;
  color: #001742;
  margin-bottom: 14px;
}

@media (min-width: 1024px) {
  .form-styles .form__title,
  .form-styles .gform_heading h3 {
    margin-bottom: 40;
    font-family: NotoSerif, serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.28;
    letter-spacing: -0.5px;
    text-align: center;
    color: #001742;
  }
}

.form-styles .gfield_required {
  display: none;
}

.form-styles .hs-form-field {
  position: relative;
}

.form-styles .hs-form-field.filled label {
  opacity: 1;
}

.form-styles .hs-form-field.filled select,
  .form-styles .hs-form-field.filled input,
  .form-styles .hs-form-field.filled textarea {
  color: #000918;
  background-color: #fff;
  border-radius: 4px;
  border-color: #d7dade;
}

.form-styles .hs-form-field:focus-within label {
  opacity: 1;
  color: #005fe2;
}

.form-styles .hs-form-field:focus-within select,
  .form-styles .hs-form-field:focus-within input,
  .form-styles .hs-form-field:focus-within textarea {
  background-color: #fff;
  border: solid 2px #005fe2;
  border-radius: 4px;
}

.form-styles label {
  opacity: 0;
  position: relative;
  top: 12px;
  left: 12px;
  padding: 0 0.35rem;
  font-size: 14px;
  font-family: Hind, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #818385;
  background-image: linear-gradient(to bottom, #fff 60%, transparent 60%);
}

.form-styles label.hs-error-msg {
  opacity: 1;
  color: #005fe2;
}

.form-styles .hs-recaptcha {
  margin-top: 15px;
}

.form-styles .hs-richtext {
  display: none;
}

.form-styles select,
.form-styles textarea,
.form-styles input[type="text"],
.form-styles input[type="email"],
.form-styles input[type="tel"] {
  border-radius: 2px;
  border: solid 2px transparent;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #000918;
  background-color: #f3f4f6;
}

.form-styles select::-webkit-input-placeholder, .form-styles textarea::-webkit-input-placeholder, .form-styles input[type="text"]::-webkit-input-placeholder, .form-styles input[type="email"]::-webkit-input-placeholder, .form-styles input[type="tel"]::-webkit-input-placeholder {
  color: #818385;
}

.form-styles select:-ms-input-placeholder, .form-styles textarea:-ms-input-placeholder, .form-styles input[type="text"]:-ms-input-placeholder, .form-styles input[type="email"]:-ms-input-placeholder, .form-styles input[type="tel"]:-ms-input-placeholder {
  color: #818385;
}

.form-styles select::-ms-input-placeholder, .form-styles textarea::-ms-input-placeholder, .form-styles input[type="text"]::-ms-input-placeholder, .form-styles input[type="email"]::-ms-input-placeholder, .form-styles input[type="tel"]::-ms-input-placeholder {
  color: #818385;
}

.form-styles select::placeholder,
  .form-styles textarea::placeholder,
  .form-styles input[type="text"]::placeholder,
  .form-styles input[type="email"]::placeholder,
  .form-styles input[type="tel"]::placeholder {
  color: #818385;
}

.form-styles select {
  color: #818385;
}

.form-styles input[type="submit"], .form-styles input[type="button"] {
  margin-top: 20px !important;
  width: 100%;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #de5833;
  display: block;
  padding: 0.8rem 2.25rem;
  font-weight: 600;
  width: 100%;
  background: linear-gradient(to right, #bf3813 50%, #de5833 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  margin: auto;
  text-align: center;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.form-styles input[type="submit"]:not(:disabled):hover, .form-styles input[type="button"]:not(:disabled):hover {
  background-position: left bottom;
}

.form-styles input[type="submit"]:disabled, .form-styles input[type="button"]:disabled {
  opacity: 0.5;
}

.form-styles .ginput_container_select {
  position: relative;
}

.form-styles .ginput_container_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-styles .ginput_container_select select::-ms-expand {
  display: none;
}

.form-styles .ginput_container_select::after {
  content: "";
  height: 14px;
  width: 21px;
  right: 1rem;
  top: 12px;
  pointer-events: none;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  bottom: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 24'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%2381BAD9' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M23 7L12.518 17.48c-.068.07-.148.123-.237.16-.09.037-.184.056-.281.056-.097 0-.19-.019-.28-.056-.09-.037-.17-.09-.238-.16L1 7'/%3E %3C/svg%3E") no-repeat;
}

.form-styles textarea {
  height: 100px;
}

.form-styles .gfield_list {
  width: 100%;
}

.form-styles .gfield_list td.gfield_list_icons {
  padding-top: 18px;
  padding-left: 3px;
}

.form-styles .gfield_list td.gfield_list_icons img {
  margin: auto;
  margin-bottom: 4px;
}

.form-styles .gfield_checkbox {
  margin-top: 16px;
}

.form-styles .gfield_checkbox label {
  display: inline;
  opacity: 1;
  position: static;
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #000918;
  color: #818385;
}

.form-styles .gform_confirmation_message {
  font-family: Hind, sans-serif;
  font-size: 22px;
  line-height: 1.36;
  color: #000918;
}

.form-styles .gform_confirmation_message_3 {
  padding: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-width: 1px;
  border-radius: 0.25rem;
}

.form-styles .validation_message {
  font-size: 14px;
  padding: 1rem;
  color: #de5833;
}

.form-styles .validation_error {
  padding: 1rem;
  color: #de5833;
}

ul.gform_fields,
ol.gform_fields {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#gform_2 .gfield_description.validation_message {
  position: absolute;
}

.contact {
  background-color: #f3f4f6;
}

@media (max-width: 1023px) {
  .contact.contact--default-bg .contact__body {
    background-image: url("/src/images/contact-back-day.jpg");
  }
}

@media (min-width: 1024px) {
  .contact.contact--default-bg {
    background-image: url("/src/images/contact-back-day.jpg");
  }
}

@media (max-width: 1023px) {
  .contact--dark.contact--default-bg .contact__body {
    background-image: url("/src/images/contact-back-night.jpg");
  }
}

@media (min-width: 1024px) {
  .contact--dark.contact--default-bg {
    background-image: url("/src/images/contact-back-night.jpg");
  }
}

@media (min-width: 1024px) {
  .contact.contact--manual-bg .contact__body {
    background-image: none !important;
  }
}

@media (max-width: 1023px) {
  .contact.contact--manual-bg {
    background-image: none !important;
  }
}

@media (min-width: 1024px) {
  .contact {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.contact--dark {
  background-color: #001742;
}

@media (min-width: 1024px) {
  .contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.contact .contact__body {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .contact .contact__body {
    max-width: 500px;
  }
}

@media (max-width: 1023px) {
  .contact .contact__body {
    padding-top: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.contact .contact__body .contact__svg {
  margin-bottom: 22px;
}

.contact .contact__body .contact__content,
    .contact .contact__body .contact__content p {
  font-family: NotoSerif, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.56;
  color: #000918;
}

@media (min-width: 1024px) {
  .contact .contact__body .contact__content,
  .contact .contact__body .contact__content p {
    font-family: NotoSerif, serif;
    font-size: 24px;
    font-style: italic;
    line-height: 1.75;
    color: #000918;
  }
}

.contact .contact__body .contact__author {
  margin-top: 26px;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: #181818;
}

@media (min-width: 1024px) {
  .contact .contact__body .contact__author {
    font-family: Hind, sans-serif;
    font-size: 18px;
    line-height: 1.33;
    color: #000918;
  }
}

@media (min-width: 1024px) {
  .contact .form-styles {
    padding-top: 70px;
    padding-bottom: 86px;
    padding-left: 112px;
    padding-right: 112px;
  }
}

.contact__curve--mobile {
  height: 50px;
  background-color: #fff;
  border-bottom-left-radius: 75%;
  border-bottom-right-radius: 75%;
}

.hbspt-form h2 {
  font-family: NotoSerif, serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #001742;
}

body.single-post main {
  --bg-opacity: 1;
  background-color: #fcfcfc;
  background-color: rgba(252, 252, 252, var(--bg-opacity));
}

@media (min-width: 1024px) {
  .post.container {
    padding-left: 0;
    padding-right: 0;
  }
}

.post {
  max-width: 40rem;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.post .post__header .post__intro .post__details .post__title {
  font-family: NotoSerif, serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.19;
  color: #001742;
  margin: 1rem 0;
}

@media (min-width: 1024px) {
  .post .post__header .post__intro .post__details .post__title {
    font-family: NotoSerif, serif;
    font-size: 56px;
    font-weight: bold;
    line-height: 1.21;
    letter-spacing: -0.75px;
    color: #001742;
    margin-bottom: 1.25rem;
  }
}

.post .post__header .post__intro .post__details .post__subtitle {
  font-family: NotoSerif, serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #001742;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .post .post__header .post__intro .post__details .post__subtitle {
    font-family: NotoSerif, serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: #001742;
    padding-bottom: 1.875rem;
    border-bottom: 1px #edeeef solid;
  }
}

.post .post__header .post__intro .post__details .post__top-share-btn {
  border-bottom: 1px #edeeef solid;
  width: 100%;
  padding-bottom: 14px;
}

.post .post__header .post__intro .post__details .post__content-info {
  margin: 1rem 0;
}

.post .post__header .post__intro .post__details .post__content-info .post__date {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #818385;
}

.post .post__header .post__intro .post__details .post__content-info .post__readtime {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: right;
  color: #818385;
}

.post .post__header .post__intro .post__details .post__content-info .post__readtime::after {
  right: 1rem;
  width: 0.8125rem;
  margin: 1rem;
  background-position: center;
}

@media (min-width: 1024px) {
  .post .post__header .post__intro .post__details .post__content-info {
    margin: 1.875rem 0;
  }
}

.post .post__header .post__intro .post__details ul {
  display: flex;
  margin: 1rem 0;
}

.post .post__header .post__intro .post__details ul li {
  font-family: Hind, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #005fe2;
  width: -webkit-min-content;
  width: min-content;
  background: #ffffff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem;
}

@media (min-width: 1024px) {
  .post .post__header .post__intro .post__details ul li {
    width: 7.6875rem;
    font-family: Hind, sans-serif;
    font-size: 18px;
    line-height: 1.33;
    color: #005fe2;
  }
}

.post .post__header .post__intro .post__details ul li:not(:last-child) {
  margin-right: 1rem;
}

@media (min-width: 1024px) {
  .post .post__header .post__intro .post__details ul {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 600px) {
  .post .post__header .post__intro .post__details .post__categories {
    width: 75%;
  }
}

.post .post__header .post__intro .post__details .post__bottom-share-btn {
  height: 50px;
  margin-top: -11px;
}

.post .content {
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  .post .content {
    font-family: Hind, sans-serif;
    font-size: 22px;
    line-height: 1.36;
    color: #000918;
  }
}

.post .content p {
  margin-bottom: 1.5rem;
  line-height: 1.75;
}

.post .content a {
  color: #004db7;
}

.post .content h1,
    .post .content h2,
    .post .content h3,
    .post .content h4,
    .post .content h5,
    .post .content h6 {
  margin-bottom: 1rem;
  line-height: 1.1;
}

.post .content h1 * {
  font-size: 36px;
}

.post .content h2 {
  font-size: 32px;
}

.post .content h3 {
  font-size: 26px;
}

.post .content h4 {
  font-size: 22px;
}

.post .content h5 {
  font-size: 18px;
}

.post .content h6 {
  font-size: 16px;
}

.post .content ul,
    .post .content ol {
  padding-left: 1.5rem;
  list-style-type: initial;
}

@media (min-width: 1024px) {
  .post {
    margin-top: 10px;
    margin-bottom: 5rem;
  }
}

.simple-page {
  background-color: #f3f4f6;
}

.simple-page p {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.simple-page ul {
  list-style: disc;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.simple-page ul li {
  margin-left: 1.5rem;
}

.simple-page a {
  color: #005fe2;
}

.simple-page a:hover {
  text-decoration: underline;
}

@media (max-width: 599px) {
}

@media (min-width: 600px) {
}

@media (min-width: 600px) and (max-width: 768px) {
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
}

@media (min-width: 600px) and (max-width: 1023px) {
}

@media (max-width: 1023px) {
}

@media (min-width: 769px) and (max-width: 1139px) {
}

@media (max-width: 1139px) {
}

@media (min-width: 1024px) {
}

@media (min-width: 1140px) {
}

@media (min-width: 1280px) {
}

@media (min-width: 1440px) {
}
