/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
/* Colors */
/* Margin topa nd bottom on block element items */
/* Margin on position-right and left floated items */
.about-the-author h2, .modal__header .modal__title, .block-child-pages .block-child-page h3, .nav-breadcrumbs li, html {
  font-family: "Libre Franklin", sans-serif;
}

.newsletter-callout h2, .people-callout .marquee, .work-item .client, .btn-filter, .blog-item h2,
.blog-item h3, .blog-filter h3, .related-people-item .position-title, .headline-callout h2, .testimonial-gallery-block p, .testimonial-block .testimonial-content p, .dc-dropdown .container .content .title, .font-tertiary, .font-secondary, .page-footer-main .links .tagline, .header-nav-primary, .off-canvas-nav .off-canvas-nav-container > ul > li > button::after, .off-canvas-nav .off-canvas-nav-container > ul > li > a, .nav-breadcrumbs, .block-download-callout h3, .block-accordion .accordion-toggle button, .content-highlight.position-left p, .content-highlight.position-right p, .content-highlight.position-full .content, h1,
h2,
h3,
h4,
h5,
h6, .testimonial-block .testimonial-content span, h2 .sub, h1 .sub {
  font-family: "Montserrat", sans-serif;
}

.image-tiles-callout h2, .block-featured .block-featured-intro h2, .block-split-feature h2, .side-columns h2, .related-blogs h2, .block-rich-content h2, .homepage .block-content h2 {
  font-size: 2.8rem;
}
@media (min-width: 50em) {
  .image-tiles-callout h2, .block-featured .block-featured-intro h2, .block-split-feature h2, .side-columns h2, .related-blogs h2, .block-rich-content h2, .homepage .block-content h2 {
    font-size: 3.4rem;
  }
}
@media (min-width: 87.5em) {
  .image-tiles-callout h2, .block-featured .block-featured-intro h2, .block-split-feature h2, .side-columns h2, .related-blogs h2, .block-rich-content h2, .homepage .block-content h2 {
    font-size: 5rem;
  }
}

.image-tiles-callout h3, .block-featured .block-featured-intro h3, .block-split-feature h3, .block-rich-content h3 {
  font-size: 2.2rem;
  color: #333333;
  font-weight: 800;
}
@media (min-width: 50em) {
  .image-tiles-callout h3, .block-featured .block-featured-intro h3, .block-split-feature h3, .block-rich-content h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 87.5em) {
  .image-tiles-callout h3, .block-featured .block-featured-intro h3, .block-split-feature h3, .block-rich-content h3 {
    font-size: 3.8rem;
  }
}

.block-rich-content-overlapping .callout-link, .image-tiles-callout .btn, .block-split-feature .btn, .side-columns .btn, .interior-hero .btn, .block-callout .btn, .block-rich-content .btn {
  margin-top: 25px;
}

.testimonial-block .testimonial-content span, h2 .sub, h1 .sub {
  color: #24a0c0;
  font-weight: 400;
  letter-spacing: 2px;
  color: #e02f3b;
  font-size: 1.6rem;
  display: block;
  text-transform: uppercase;
  line-height: 1.3;
}
@media (min-width: 50em) {
  .testimonial-block .testimonial-content span, h2 .sub, h1 .sub {
    letter-spacing: 3.59px;
    font-size: 2rem;
    margin-bottom: 5px;
  }
}

.alt-bg .related-work, .sg-element, .styleguide hr, .sg-colors, .page-main, .block-gallery, .nav-breadcrumbs, .pagination ul {
  zoom: 1;
}
.alt-bg .related-work:before, .sg-element:before, .styleguide hr:before, .sg-colors:before, .page-main:before, .block-gallery:before, .nav-breadcrumbs:before, .pagination ul:before, .alt-bg .related-work:after, .sg-element:after, .styleguide hr:after, .sg-colors:after, .page-main:after, .block-gallery:after, .nav-breadcrumbs:after, .pagination ul:after {
  content: "";
  display: table;
}
.alt-bg .related-work:after, .sg-element:after, .styleguide hr:after, .sg-colors:after, .page-main:after, .block-gallery:after, .nav-breadcrumbs:after, .pagination ul:after {
  clear: both;
}

.block-cards .cards, .fui-progress-end .fui-progress, .block-location, .block-rich-content-overlapping, .logo-grid, .newsletter-callout, .container > .image-tiles, .image-tiles-callout, .block-featured, .block-split-feature, .multi-column-block, .table-of-contents, .work-grid, .prev-next-blogs, .about-the-author, .blog-listing, .dark-interior-hero, .people-listing .related-people-grid, .people-listing, .related-people, .related-blogs, .headline-callout, .testimonial-gallery-block, .testimonial-block, .related-work, .block-callout, .block-rich-content, table, .styleguide hr, .alt-bg, .block-child-pages, .block-video, .block-gallery, .pagination, .block-download-callout, .content-highlight + .content-highlight-bottom-design, .content-highlight, .search-listing, .block-image, .block-disclaimer, .block-form, ul,
ol, .fancy-heading {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (min-width: 78.125em) {
  .block-cards .cards, .fui-progress-end .fui-progress, .block-location, .block-rich-content-overlapping, .logo-grid, .newsletter-callout, .container > .image-tiles, .image-tiles-callout, .block-featured, .block-split-feature, .multi-column-block, .table-of-contents, .work-grid, .prev-next-blogs, .about-the-author, .blog-listing, .dark-interior-hero, .people-listing .related-people-grid, .people-listing, .related-people, .related-blogs, .headline-callout, .testimonial-gallery-block, .testimonial-block, .related-work, .block-callout, .block-rich-content, table, .styleguide hr, .alt-bg, .block-child-pages, .block-video, .block-gallery, .pagination, .block-download-callout, .content-highlight + .content-highlight-bottom-design, .content-highlight, .search-listing, .block-image, .block-disclaimer, .block-form, ul,
ol, .fancy-heading {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

.position-right {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .position-right {
    margin-left: 65px;
    margin-right: 0;
  }
}

.position-left {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .position-left {
    margin-right: 65px;
    margin-left: 0;
  }
}

html {
  height: 100%;
  color: #333333;
  font-weight: 400;
  line-height: 1.5;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  padding: 0 15px;
  width: 100%;
  margin: 0;
  background-color: #75c8e1;
  position: relative;
  min-height: 100%;
  color: #333333;
  transition: left 0.5s, right 0.5s;
  background-repeat: repeat;
}
@media (max-width: 34.3125em) {
  body {
    font-size: 1.6rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  body {
    font-size: 1.65rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  body {
    font-size: 1.7rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  body {
    font-size: 1.75rem;
  }
}
@media (min-width: 78.125em) {
  body {
    font-size: 1.8rem;
  }
}
@media (min-width: 64em) {
  body {
    padding: 0 40px;
  }
}
body.open {
  left: calc(100vw - 78px);
}
body.search-open {
  right: calc(100vw - 78px);
}
body::before {
  content: "";
  width: 40px;
  height: 20%;
  position: absolute;
  left: 0;
  top: 10%;
  background-color: #24a0c0;
}
body::after {
  content: "";
  width: 40px;
  height: 20%;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #f8de32;
  z-index: -1;
}

.body-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.body-background::before {
  content: "";
  width: 40px;
  height: 10%;
  position: absolute;
  left: 0;
  top: 80%;
  background-color: #f8de32;
}
.body-background .body-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

html,
body {
  height: auto;
}

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

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  line-height: 1.1;
  color: #333333;
  font-weight: 700;
}

h1 {
  font-weight: 800;
}
@media (max-width: 34.3125em) {
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  h1 {
    font-size: 3.85rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  h1 {
    font-size: 4.7rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  h1 {
    font-size: 5.55rem;
  }
}
@media (min-width: 78.125em) {
  h1 {
    font-size: 6.4rem;
  }
}
h2 {
  font-weight: 800;
}
@media (max-width: 34.3125em) {
  h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  h2 {
    font-size: 2.825rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  h2 {
    font-size: 3.15rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  h2 {
    font-size: 3.475rem;
  }
}
@media (min-width: 78.125em) {
  h2 {
    font-size: 3.8rem;
  }
}
h3 {
  color: #24a0c0;
  font-weight: 400;
}
@media (max-width: 34.3125em) {
  h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  h3 {
    font-size: 2.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 78.125em) {
  h3 {
    font-size: 3rem;
  }
}
h3.alt-color {
  color: #7c7c7c;
}

h4 {
  color: #7c7c7c;
  font-weight: 400;
}
@media (max-width: 34.3125em) {
  h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  h4 {
    font-size: 2.3rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  h4 {
    font-size: 2.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  h4 {
    font-size: 2.5rem;
  }
}
@media (min-width: 78.125em) {
  h4 {
    font-size: 2.6rem;
  }
}

h5 {
  letter-spacing: 4.31px;
  font-weight: 700;
  color: #7c7c7c;
}
@media (max-width: 34.3125em) {
  h5 {
    font-size: 2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  h5 {
    font-size: 2.1rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  h5 {
    font-size: 2.2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  h5 {
    font-size: 2.3rem;
  }
}
@media (min-width: 78.125em) {
  h5 {
    font-size: 2.4rem;
  }
}

h6 {
  color: #e02f3b;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3.59px;
}
@media (max-width: 34.3125em) {
  h6 {
    font-size: 1.6rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  h6 {
    font-size: 1.7rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  h6 {
    font-size: 1.8rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  h6 {
    font-size: 1.9rem;
  }
}
@media (min-width: 78.125em) {
  h6 {
    font-size: 2rem;
  }
}

.fancy-heading {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #7c7c7c;
  letter-spacing: 4px;
}
@media (max-width: 34.3125em) {
  .fancy-heading {
    font-size: 2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .fancy-heading {
    font-size: 2.1rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .fancy-heading {
    font-size: 2.2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .fancy-heading {
    font-size: 2.3rem;
  }
}
@media (min-width: 78.125em) {
  .fancy-heading {
    font-size: 2.4rem;
  }
}
@media (min-width: 50em) {
  .fancy-heading {
    text-align: left;
    display: flex;
    letter-spacing: 8px;
  }
  .fancy-heading::before, .fancy-heading::after {
    display: block;
    content: " ";
    border-top: 1px solid rgba(46, 42, 37, 0.5);
    flex: 1 1 auto;
    margin-top: 13px;
  }
  .fancy-heading::before {
    margin-right: 35px;
  }
  .fancy-heading::after {
    margin-left: 35px;
  }
}

p + h2, p + h3 {
  margin-top: 30px;
}

/* Links */
a {
  color: #e02f3b;
  text-decoration: none;
  transition: color 0.2s, -webkit-text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s, -webkit-text-decoration 0.2s;
  font-weight: 700;
}
a:hover, a:focus {
  text-decoration: underline;
}
a[href^=tel] {
  color: inherit;
  text-decoration: underline;
}

hr {
  border: none;
  height: 1px;
  background-color: rgba(46, 42, 37, 0.5);
  clear: both;
  margin: 30px 0;
  width: 100%;
}
hr.white {
  background-color: #fff;
  margin: 0;
  padding: 10px 0;
}
@media (min-width: 50em) {
  hr.white {
    padding: 15px 0;
  }
}
hr.invisible {
  background-color: transparent;
}

strong {
  font-weight: 700;
}

@media (min-width: 34.375em) {
  .two-column ul,
.two-column ol {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}

/* Lists */
ul,
ol {
  text-align: left;
  margin-left: 30px;
  margin-top: 20px;
  padding: 0;
}
ul li,
ol li {
  position: relative;
  margin-bottom: 5px;
}

ul {
  list-style: disc;
}

ol {
  list-style: numeric;
}

.position-left {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (min-width: 50em) {
  .position-left {
    float: left;
  }
}

.position-right {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 50em) {
  .position-right {
    float: right;
  }
}

.container {
  max-width: 1450px;
  margin: 0 auto;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 50em) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 78.125em) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.error {
  color: #e02f3b;
}

.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.text-center {
  text-align: center;
}
.text-center.short {
  margin-left: auto;
  margin-right: auto;
}

.short {
  max-width: 950px;
}

.clipped-svg {
  width: 0;
  height: 0;
  position: absolute;
}

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

.md-padding-top {
  padding-top: 20px;
}
@media (min-width: 50em) {
  .md-padding-top {
    padding-top: 40px;
  }
}

.sm-padding-top {
  padding-top: 0px;
}
@media (min-width: 50em) {
  .sm-padding-top {
    padding-top: 20px;
  }
}

@media (min-width: 50em) {
  .list-columns ul {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
    list-style: inside disc;
  }
  .list-columns ul li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

.spacer {
  display: block;
  clear: both;
  padding: 5px 0;
}
@media (min-width: 50em) {
  .spacer {
    padding: 15px 0;
  }
}
.spacer.space-medium {
  padding: 10px 0;
}
@media (min-width: 50em) {
  .spacer.space-medium {
    padding: 30px 0;
  }
}
.spacer.space-large {
  padding: 20px 0 0;
}
@media (min-width: 50em) {
  .spacer.space-large {
    padding: 60px 0;
  }
}

.expand-description,
.ellipsis {
  display: inline;
  color: #e02f3b;
  font-weight: 700;
}

.description {
  display: none;
}

.expand-description {
  background-color: transparent;
  border: 0;
  color: #e02f3b;
  font-weight: 700;
  font-weight: 700;
  padding: 0;
}

.expand-description.open,
.ellipsis.open {
  display: none;
}
.expand-description.open + .description,
.ellipsis.open + .description {
  display: inline;
}

.block-form {
  position: relative;
  max-width: 850px;
}
.block-form.form-center {
  margin: auto;
}

.freeform-pages {
  display: flex;
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}

.freeform-pages li {
  margin: 0 10px 0 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding-left: 0;
  padding: 10px 20px;
  vertical-align: middle;
}

.freeform-row {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
@media (max-width: 49.99em) {
  .freeform-row {
    display: block !important;
  }
}

.freeform-column {
  flex: 1 1 auto;
  padding: 15px 0;
  margin: 0 15px;
  box-sizing: border-box;
}
.freeform-column.freeform-column-content-align-left {
  display: flex;
  justify-content: flex-start;
}
.freeform-column.freeform-column-content-align-left > button:not(:first-of-type) {
  margin-left: 5px;
}
.freeform-column.freeform-column-content-align-center {
  display: flex;
  justify-content: center;
}
.freeform-column.freeform-column-content-align-center > button:not(:first-of-type) {
  margin-left: 5px;
}
.freeform-column.freeform-column-content-align-right {
  display: flex;
  justify-content: flex-end;
}
.freeform-column.freeform-column-content-align-right > button:not(:first-of-type) {
  margin-left: 5px;
}
.freeform-column.freeform-column-content-align-spread {
  display: flex;
  justify-content: space-between;
}
.freeform-column.freeform-column-content-align-spread > button:not(:first-of-type) {
  margin-left: 5px;
}
.freeform-column fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.freeform-column label {
  display: block;
}

.freeform-label {
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

.freeform-label.freeform-required:after {
  content: "*";
  color: #e02f3b;
}

.freeform-input:not([type=submit]):not([type=button]) {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.freeform-input-only-label {
  font-weight: normal;
}

.freeform-input-only-label > .freeform-input {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}

.freeform-errors {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
}
.freeform-errors > li {
  color: #e02f3b;
}

.freeform-instructions {
  margin: 0 0 10px;
  color: #2e2a25;
  font-style: italic;
  font-size: 0.9em;
}

.freeform-form-has-errors {
  color: #e02f3b;
}

.freeform-column {
  /* Custom form styles */
}
.freeform-column input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]),
.freeform-column select,
.freeform-column textarea {
  border: 1px solid #2e2a25;
  line-height: 32px;
  padding: 8px 15px;
  background: #fff;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 100px;
  width: 100%;
}
@media (max-width: 34.3125em) {
  .freeform-column input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]),
.freeform-column select,
.freeform-column textarea {
    font-size: 1.6rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .freeform-column input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]),
.freeform-column select,
.freeform-column textarea {
    font-size: 1.6rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .freeform-column input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]),
.freeform-column select,
.freeform-column textarea {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .freeform-column input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]),
.freeform-column select,
.freeform-column textarea {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  .freeform-column input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]),
.freeform-column select,
.freeform-column textarea {
    font-size: 1.6rem;
  }
}
.freeform-column input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]):focus,
.freeform-column select:focus,
.freeform-column textarea:focus {
  border-color: #24a0c0;
}
.freeform-column select {
  padding-right: 40px;
  background-position: right 15px center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  text-align: left;
  background-image: url("/assets/images/select-arrow.svg");
}
.freeform-column textarea {
  border-radius: 34px;
  padding: 8px 20px;
}
.freeform-column input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]),
.freeform-column select {
  height: 53px;
}
.freeform-column .invalid input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]),
.freeform-column .invalid textarea {
  background: #fff;
  color: #e02f3b;
  border-color: #e02f3b;
}
.freeform-column .invalid input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]):focus,
.freeform-column .invalid textarea:focus {
  border-color: #e02f3b;
}

.form-control-file {
  max-width: 100%;
}

.btn,
.freeform-button-submit,
.fui-btn:not(.fui-signature-clear-btn) {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 14px 35px;
  border-radius: 1000px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s, border 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 34.3125em) {
  .btn,
.freeform-button-submit,
.fui-btn:not(.fui-signature-clear-btn) {
    font-size: 1.6rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .btn,
.freeform-button-submit,
.fui-btn:not(.fui-signature-clear-btn) {
    font-size: 1.65rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .btn,
.freeform-button-submit,
.fui-btn:not(.fui-signature-clear-btn) {
    font-size: 1.7rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .btn,
.freeform-button-submit,
.fui-btn:not(.fui-signature-clear-btn) {
    font-size: 1.75rem;
  }
}
@media (min-width: 78.125em) {
  .btn,
.freeform-button-submit,
.fui-btn:not(.fui-signature-clear-btn) {
    font-size: 1.8rem;
  }
}
.btn::before,
.freeform-button-submit::before,
.fui-btn:not(.fui-signature-clear-btn)::before {
  content: "";
  width: 100%;
  height: 0;
  background-color: transparent;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  transition: height 0.2s;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 1000px;
}
.btn::after,
.freeform-button-submit::after,
.fui-btn:not(.fui-signature-clear-btn)::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.btn:active, .btn.active,
.freeform-button-submit:active,
.freeform-button-submit.active,
.fui-btn:not(.fui-signature-clear-btn):active,
.fui-btn:not(.fui-signature-clear-btn).active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn,
.freeform-button-submit.disabled,
.freeform-button-submit[disabled],
fieldset[disabled] .freeform-button-submit,
.fui-btn:not(.fui-signature-clear-btn).disabled,
.fui-btn:not(.fui-signature-clear-btn)[disabled],
fieldset[disabled] .fui-btn:not(.fui-signature-clear-btn) {
  cursor: disabled;
  opacity: 0.65;
  box-shadow: non;
}
.btn span,
.freeform-button-submit span,
.fui-btn:not(.fui-signature-clear-btn) span {
  z-index: 5;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn,
.btn-default {
  color: #000;
  background-color: #EEE;
  border-color: #000;
}
.btn.disabled:hover, .btn.disabled:focus, .btn[disabled]:hover, .btn[disabled]:focus, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus {
  background-color: #EEE;
  border-color: #000;
}
.btn:focus, .btn:hover, .btn:active,
.btn-default:focus,
.btn-default:hover,
.btn-default:active {
  color: #000;
  text-decoration: none;
}
.btn:focus::before, .btn:hover::before, .btn:active::before,
.btn-default:focus::before,
.btn-default:hover::before,
.btn-default:active::before {
  height: 100%;
  background-color: #FFF;
}
.btn:focus::after, .btn:hover::after, .btn:active::after,
.btn-default:focus::after,
.btn-default:hover::after,
.btn-default:active::after {
  height: 20px;
  bottom: -20px;
}

.btn-primary,
.freeform-button-submit,
.fui-btn:not(.fui-signature-clear-btn) {
  color: #fff;
  background-color: #e02f3b;
  border-color: #e02f3b;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus,
.freeform-button-submit.disabled:hover,
.freeform-button-submit.disabled:focus,
.freeform-button-submit[disabled]:hover,
.freeform-button-submit[disabled]:focus,
fieldset[disabled] .freeform-button-submit:hover,
fieldset[disabled] .freeform-button-submit:focus,
.fui-btn:not(.fui-signature-clear-btn).disabled:hover,
.fui-btn:not(.fui-signature-clear-btn).disabled:focus,
.fui-btn:not(.fui-signature-clear-btn)[disabled]:hover,
.fui-btn:not(.fui-signature-clear-btn)[disabled]:focus,
fieldset[disabled] .fui-btn:not(.fui-signature-clear-btn):hover,
fieldset[disabled] .fui-btn:not(.fui-signature-clear-btn):focus {
  background-color: #e02f3b;
  border-color: #e02f3b;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active,
.freeform-button-submit:focus,
.freeform-button-submit:hover,
.freeform-button-submit:active,
.fui-btn:not(.fui-signature-clear-btn):focus,
.fui-btn:not(.fui-signature-clear-btn):hover,
.fui-btn:not(.fui-signature-clear-btn):active {
  color: #333333;
  text-decoration: none;
}
.btn-primary:focus::before, .btn-primary:hover::before, .btn-primary:active::before,
.freeform-button-submit:focus::before,
.freeform-button-submit:hover::before,
.freeform-button-submit:active::before,
.fui-btn:not(.fui-signature-clear-btn):focus::before,
.fui-btn:not(.fui-signature-clear-btn):hover::before,
.fui-btn:not(.fui-signature-clear-btn):active::before {
  height: 100%;
  background-color: #f8de32;
}
.btn-primary:focus::after, .btn-primary:hover::after, .btn-primary:active::after,
.freeform-button-submit:focus::after,
.freeform-button-submit:hover::after,
.freeform-button-submit:active::after,
.fui-btn:not(.fui-signature-clear-btn):focus::after,
.fui-btn:not(.fui-signature-clear-btn):hover::after,
.fui-btn:not(.fui-signature-clear-btn):active::after {
  height: 20px;
  bottom: -20px;
}

.btn-white {
  color: #e02f3b;
  background-color: #fff;
  border-color: #fff;
}
.btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white[disabled]:hover, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus {
  background-color: #fff;
  border-color: #fff;
}
.btn-white:focus, .btn-white:hover, .btn-white:active {
  color: #fff;
  text-decoration: none;
}
.btn-white:focus::before, .btn-white:hover::before, .btn-white:active::before {
  height: 100%;
  background-color: #333333;
}
.btn-white:focus::after, .btn-white:hover::after, .btn-white:active::after {
  height: 20px;
  bottom: -20px;
}

.callout-link {
  text-decoration: none;
  text-transform: uppercase;
  color: #e02f3b;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

/* custom select variables */
/* Container used for styling the custom select, the buttom class below adds the
 * bg gradient, corners, etc. */
.custom-select {
  color: #2e2a25;
  background-color: #fff;
  border-radius: 100px;
  position: relative;
  /* This is the native select */
  /* Custom arrow sits on top of the select - could be an image, SVG, icon font,
   * etc. or the arrow could just baked into the bg image on the select. */
  /* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
  /* Firefox <= 34 has a false positive on @supports( -moz-appearance: none )
   * @supports ( mask-type: alpha ) is Firefox 35+
   */
  /* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance. Targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
  /* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
}
@media (max-width: 34.3125em) {
  .custom-select {
    font-size: 1.6rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .custom-select {
    font-size: 1.6rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .custom-select {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .custom-select {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  .custom-select {
    font-size: 1.6rem;
  }
}
.custom-select select {
  box-shadow: none;
  border-radius: 100px;
  border-width: 1px;
  border-color: #2e2a25;
  border-style: solid;
  width: 100%;
  margin: 0;
  outline: none;
  padding: 10px 60px 10px 15px;
  background: transparent;
  color: #2e2a25;
  /* Prefixed box-sizing rules necessary for older browsers */
  box-sizing: border-box;
}
.custom-select select:focus {
  border-color: #24a0c0;
  box-shadow: none;
}
.custom-select::before, .custom-select::after {
  color: #fff;
  position: absolute;
  display: block;
  z-index: 2;
  /* Arrow positioning */
  width: 45px;
  border: 0;
  /* These hacks make the select behind the arrow clickable in some browsers */
  pointer-events: none;
}
.custom-select::before {
  content: "";
  top: 4px;
  right: 4px;
  bottom: 4px;
}
.custom-select::after {
  font-weight: 900;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 10px 0 10px;
  border-color: #e02f3b transparent transparent transparent;
  text-align: center;
  right: 18px;
  top: 50%;
  margin-top: -7px;
}
.custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #2e2a25;
}
@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) or ((-moz-appearance: none) and (mask-type: alpha)) {
  .custom-select {
    /* Show custom arrow */
    /* Remove select styling */
  }
  .custom-select::before, .custom-select::after {
    display: block;
  }
  .custom-select select {
    padding-right: 2em;
    /* inside @supports so that iOS <= 8 display the native arrow */
    background: none;
    /* inside @supports so that Android <= 4.3 display the native arrow */
    border-width: 1px;
    border-color: #2e2a25;
    border-style: solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .custom-select select:focus {
    border-color: #24a0c0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-select select::-ms-expand {
    display: none;
  }
  .custom-select select:focus {
    border-width: 1px;
    border-color: #24a0c0;
    border-style: solid;
  }
  .custom-select select:focus::-ms-value {
    color: #2e2a25;
    background: transparent;
  }
  .custom-select select {
    padding-right: 0.5em;
    background: none;
  }
  .custom-select::before, .custom-select::after {
    display: block;
  }
}

.ie9 .custom-select select {
  padding-right: 0.5em;
}

.block-content ul,
.block-content ol,
.accordion-content ul,
.accordion-content ol,
.block-rich-content ul,
.block-rich-content ol,
.multi-column-block ul,
.multi-column-block ol,
.block-rich-content-overlapping ul,
.block-rich-content-overlapping ol,
.block-split-feature ul,
.block-split-feature ol {
  padding-left: 25px;
  margin-bottom: 20px;
  margin-top: 0;
  margin-left: 0;
}
.block-content ul li,
.block-content ol li,
.accordion-content ul li,
.accordion-content ol li,
.block-rich-content ul li,
.block-rich-content ol li,
.multi-column-block ul li,
.multi-column-block ol li,
.block-rich-content-overlapping ul li,
.block-rich-content-overlapping ol li,
.block-split-feature ul li,
.block-split-feature ol li {
  padding-left: 0;
  text-indent: 0;
  position: relative;
  margin-bottom: 8px;
}
@media (max-width: 34.3125em) {
  .block-content ul li,
.block-content ol li,
.accordion-content ul li,
.accordion-content ol li,
.block-rich-content ul li,
.block-rich-content ol li,
.multi-column-block ul li,
.multi-column-block ol li,
.block-rich-content-overlapping ul li,
.block-rich-content-overlapping ol li,
.block-split-feature ul li,
.block-split-feature ol li {
    font-size: 1.6rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-content ul li,
.block-content ol li,
.accordion-content ul li,
.accordion-content ol li,
.block-rich-content ul li,
.block-rich-content ol li,
.multi-column-block ul li,
.multi-column-block ol li,
.block-rich-content-overlapping ul li,
.block-rich-content-overlapping ol li,
.block-split-feature ul li,
.block-split-feature ol li {
    font-size: 1.6rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-content ul li,
.block-content ol li,
.accordion-content ul li,
.accordion-content ol li,
.block-rich-content ul li,
.block-rich-content ol li,
.multi-column-block ul li,
.multi-column-block ol li,
.block-rich-content-overlapping ul li,
.block-rich-content-overlapping ol li,
.block-split-feature ul li,
.block-split-feature ol li {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-content ul li,
.block-content ol li,
.accordion-content ul li,
.accordion-content ol li,
.block-rich-content ul li,
.block-rich-content ol li,
.multi-column-block ul li,
.multi-column-block ol li,
.block-rich-content-overlapping ul li,
.block-rich-content-overlapping ol li,
.block-split-feature ul li,
.block-split-feature ol li {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  .block-content ul li,
.block-content ol li,
.accordion-content ul li,
.accordion-content ol li,
.block-rich-content ul li,
.block-rich-content ol li,
.multi-column-block ul li,
.multi-column-block ol li,
.block-rich-content-overlapping ul li,
.block-rich-content-overlapping ol li,
.block-split-feature ul li,
.block-split-feature ol li {
    font-size: 1.6rem;
  }
}
.block-content ul li ul,
.block-content ul li ol,
.block-content ol li ul,
.block-content ol li ol,
.accordion-content ul li ul,
.accordion-content ul li ol,
.accordion-content ol li ul,
.accordion-content ol li ol,
.block-rich-content ul li ul,
.block-rich-content ul li ol,
.block-rich-content ol li ul,
.block-rich-content ol li ol,
.multi-column-block ul li ul,
.multi-column-block ul li ol,
.multi-column-block ol li ul,
.multi-column-block ol li ol,
.block-rich-content-overlapping ul li ul,
.block-rich-content-overlapping ul li ol,
.block-rich-content-overlapping ol li ul,
.block-rich-content-overlapping ol li ol,
.block-split-feature ul li ul,
.block-split-feature ul li ol,
.block-split-feature ol li ul,
.block-split-feature ol li ol {
  margin: 0;
  padding-left: 20px;
  padding-top: 5px;
}

.block-disclaimer {
  font-style: italic;
}
@media (max-width: 34.3125em) {
  .block-disclaimer {
    font-size: 1.6rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-disclaimer {
    font-size: 1.6rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-disclaimer {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-disclaimer {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  .block-disclaimer {
    font-size: 1.6rem;
  }
}

.block-image {
  display: block;
  position: relative;
  z-index: 5;
}
.block-image.position-left, .block-image.position-right {
  max-width: 520px;
  width: auto;
  display: table;
  text-align: center;
}
@media (min-width: 50em) {
  .block-image.position-left, .block-image.position-right {
    max-width: calc(50% - 60px);
  }
}
.block-image.position-full {
  margin-left: 0;
  margin-right: 0;
}
.block-image.position-center {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 50em) {
  .block-image.position-center {
    max-width: 85%;
  }
}
.block-image img {
  display: block;
  width: 100%;
  max-height: 100%;
  height: auto;
  z-index: 5;
  position: relative;
}

figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
}
figcaption .trigger {
  display: block;
  width: 43px;
  height: 41px;
  background-color: #e02f3b;
  color: #fff;
  text-align: center;
  margin-left: 0;
  text-decoration: none;
  transition: all 0.3s;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (min-width: 50em) {
  figcaption .trigger {
    width: 83px;
    height: 81px;
  }
}
figcaption .trigger::before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  background-image: url("/assets/images/icons/caption.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 50em) {
  figcaption .trigger::before {
    width: 40px;
    height: 40px;
  }
}
figcaption .trigger:hover, figcaption .trigger:focus {
  text-decoration: none;
  background: #2e2a25;
}
figcaption .trigger:hover.open, figcaption .trigger:focus.open {
  background-color: #e02f3b;
}
figcaption .trigger.open {
  background-color: #e02f3b;
}
figcaption .trigger.open + .caption {
  display: block;
}
figcaption .trigger.open::before {
  content: "";
  width: 38px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transition: transform 0.2s;
}
figcaption .trigger.open::after {
  content: "";
  width: 2px;
  height: 38px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transition: transform 0.2s;
}
figcaption .caption {
  display: none;
  padding: 10px 15px;
  color: #fff;
  background: #e02f3b;
  line-height: 1.2;
}
@media (min-width: 50em) {
  figcaption .caption {
    padding: 20px 40px;
  }
}

.image-parallax {
  height: 250px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (-webkit-touch-callout: inherit) {
  .image-parallax {
    background-attachment: scroll;
  }
}
@media (min-width: 34.375em) {
  .image-parallax {
    height: 300px;
  }
}
@media (min-width: 50em) {
  .image-parallax {
    height: 500px;
  }
}
@media (min-width: 64em) {
  .image-parallax {
    height: 800px;
  }
}
.image-parallax.block-image {
  margin: 0;
}

.search-form {
  display: none;
  opacity: 0;
  transform: scale(0);
  transform-origin: top right;
  position: absolute;
  right: 60px;
  width: 260px;
  height: 50px;
  background-color: #e02f3b;
  z-index: 50;
  padding: 6px 15px 6px 15px;
  border-radius: 1000px;
  transition: opacity 0.5s, transform 0.5s;
}
.search-form.open {
  display: block;
  transform: scale(1);
  opacity: 1;
  -webkit-animation: grow 0.3s ease-in-out forwards;
          animation: grow 0.3s ease-in-out forwards;
}
@-webkit-keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.search-form form {
  margin-left: 35px;
}
.search-form form input {
  height: 35px;
  width: 150px;
  padding: 5px 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border: 0px solid transparent;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #fff;
}
.search-form form input::-moz-placeholder {
  color: #fff;
}
.search-form form input:-ms-input-placeholder {
  color: #fff;
}
.search-form form input::placeholder {
  color: #fff;
}
.search-form form input:focus {
  border-color: #fff;
}
.search-form form button {
  margin-left: 8px;
  height: 28px;
  position: relative;
  padding: 0;
  width: 30px;
  border: 0;
  background: none;
}
.search-form form button:hover, .search-form form button:focus {
  background: none;
  border: 0;
  transform: unset;
}
.search-form form button:hover::before, .search-form form button:focus::before {
  border-color: #f8de32;
  background: transparent;
  height: 19px;
}
.search-form form button:hover::after, .search-form form button:focus::after {
  background-color: #f8de32;
}
.search-form form button::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 2px solid #fff;
  top: 2px;
  left: 2px;
  transition: color 0.2s;
}
.search-form form button::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  border-radius: 100px;
  background-color: #fff;
  transform: rotate(-45deg);
  left: 22px;
  top: 15px;
  transition: color 0.2s;
}
.search-form .close-btn {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 0;
  vertical-align: middle;
  margin-left: 0px;
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 0;
  background: #fff;
}
.search-form .close-btn:hover, .search-form .close-btn:focus {
  outline: 0;
}
.search-form .close-btn:hover::before, .search-form .close-btn:hover::after, .search-form .close-btn:focus::before, .search-form .close-btn:focus::after {
  background-color: #333333;
}
.search-form .close-btn::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 1px;
  background-color: #e02f3b;
  transform: rotate(45deg);
}
@media (min-width: 50em) {
  .search-form .close-btn::before {
    top: 10px;
    left: 4px;
    width: 13px;
  }
}
.search-form .close-btn::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 1px;
  background-color: #e02f3b;
  transform: rotate(-45deg);
}
@media (min-width: 50em) {
  .search-form .close-btn::after {
    top: 10px;
    left: 4px;
    width: 13px;
  }
}

.search-box-btn {
  position: relative;
  background: transparent;
  border: 0;
  width: 28px;
  height: 28px;
}
.search-box-btn::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 2px solid #e02f3b;
  top: 0;
  left: 0;
  transition: color 0.2s;
}
.search-box-btn::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 13px;
  border-radius: 100px;
  background-color: #e02f3b;
  transform: rotate(-45deg);
  left: 18px;
  top: 14px;
  transition: color 0.2s;
}
.search-box-btn:hover::before, .search-box-btn:focus::before {
  border-color: #24a0c0;
}
.search-box-btn:hover::after, .search-box-btn:focus::after {
  background-color: #24a0c0;
}

.search-form-mobile form {
  margin-left: 0px;
  position: relative;
}
.search-form-mobile form input {
  height: 50px;
  width: 100%;
  padding: 10px 25px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 1000px;
  border: 1px solid transparent;
  background: #333333;
  color: #fff;
}
.search-form-mobile form input::-moz-placeholder {
  color: #fff;
}
.search-form-mobile form input:-ms-input-placeholder {
  color: #fff;
}
.search-form-mobile form input::placeholder {
  color: #fff;
}
.search-form-mobile form input:focus {
  border-color: #fff;
}
.search-form-mobile form button {
  margin-left: 8px;
  height: 28px;
  position: absolute;
  padding: 0;
  width: 32px;
  border: 0;
  background: none;
  right: 18px;
  top: 12px;
}
.search-form-mobile form button:hover, .search-form-mobile form button:focus {
  background: none;
  border: 0;
  transform: unset;
}
.search-form-mobile form button:hover::before, .search-form-mobile form button:focus::before {
  border-color: #f8de32;
  background: transparent;
  height: 19px;
}
.search-form-mobile form button:hover::after, .search-form-mobile form button:focus::after {
  background-color: #f8de32;
}
.search-form-mobile form button::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 2px solid #fff;
  top: 2px;
  left: 2px;
  transition: color 0.2s;
}
.search-form-mobile form button::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  border-radius: 100px;
  background-color: #fff;
  transform: rotate(-45deg);
  left: 22px;
  top: 15px;
  transition: color 0.2s;
}

.search-listing .search-item {
  width: 100%;
  margin-bottom: 60px;
  -ms-grid-columns: 40px 1fr;
  grid-template-columns: 40px 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
  color: #2e2a25;
  display: -ms-grid;
  display: grid;
  position: relative;
  text-decoration: none;
}
@media (min-width: 34.375em) {
  .search-listing .search-item {
    -ms-grid-columns: 73px 1fr;
    grid-template-columns: 73px 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.search-listing .search-item:hover {
  text-decoration: none;
}
.search-listing .search-item:hover .icon {
  background-color: #24a0c0;
}
.search-listing .search-item:focus-within {
  text-decoration: none;
}
.search-listing .search-item:focus-within .icon {
  background-color: #24a0c0;
}
.search-listing .search-item .icon {
  width: 40px;
  height: 40px;
  background-color: #75c8e1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 34.375em) {
  .search-listing .search-item .icon {
    width: 73px;
    height: 73px;
  }
}
.search-listing .search-item .icon img {
  margin: auto;
  width: 15px;
  height: auto;
  display: block;
  text-align: center;
}
@media (min-width: 34.375em) {
  .search-listing .search-item .icon img {
    width: 26px;
  }
}
.search-listing .search-item h3 {
  color: #333333;
  font-weight: 700;
}
@media (max-width: 34.3125em) {
  .search-listing .search-item h3 {
    font-size: 2.6rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .search-listing .search-item h3 {
    font-size: 2.825rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .search-listing .search-item h3 {
    font-size: 3.05rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .search-listing .search-item h3 {
    font-size: 3.275rem;
  }
}
@media (min-width: 78.125em) {
  .search-listing .search-item h3 {
    font-size: 3.5rem;
  }
}
.search-listing .search-item .callout-link {
  text-transform: none;
  color: #e02f3b;
  font-weight: 700;
}
.search-listing .search-item .callout-link:focus {
  outline-style: dashed;
  outline-offset: 3px;
  outline-width: 3px;
  outline-color: #046179;
  text-decoration: none;
}
.search-listing .search-item .callout-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.search-keyword-area {
  background: #e02f3b;
  padding: 25px;
  color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 50em) {
  .search-keyword-area {
    -ms-grid-columns: 1fr 375px;
    grid-template-columns: 1fr 375px;
    justify-content: flex-start;
  }
}
.search-keyword-area .keyword-search-form form {
  position: relative;
}
.search-keyword-area .keyword-search-form input {
  border-radius: 100px;
  border: 1px solid #fff;
  height: 53px;
  padding: 10px 55px 10px 25px;
  width: 100%;
}
.search-keyword-area .keyword-search-form input:focus {
  border-color: #2e2a25;
  outline: 0;
}
.search-keyword-area .keyword-search-form button {
  margin-left: 8px;
  height: 28px;
  position: absolute;
  padding: 0;
  width: 32px;
  border: 0;
  background: none;
  right: 18px;
  top: 12px;
}
.search-keyword-area .keyword-search-form button:hover, .search-keyword-area .keyword-search-form button:focus {
  background: none;
  border: 0;
  transform: unset;
}
.search-keyword-area .keyword-search-form button:hover::before, .search-keyword-area .keyword-search-form button:focus::before {
  border-color: #24a0c0;
  background: transparent;
  height: 19px;
}
.search-keyword-area .keyword-search-form button:hover::after, .search-keyword-area .keyword-search-form button:focus::after {
  background-color: #24a0c0;
}
.search-keyword-area .keyword-search-form button::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 2px solid #e02f3b;
  top: 2px;
  left: 2px;
  transition: color 0.2s;
}
.search-keyword-area .keyword-search-form button::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  border-radius: 100px;
  background-color: #e02f3b;
  transform: rotate(-45deg);
  left: 22px;
  top: 15px;
  transition: color 0.2s;
}

ul.social-icons {
  text-align: left;
  margin: 0 auto;
}
@media (min-width: 50em) {
  ul.social-icons {
    margin: 0;
  }
}
ul.social-icons li {
  display: inline-block;
  margin: 0 12px 0 0;
  padding: 0;
}
@media (max-width: 34.3125em) {
  ul.social-icons li {
    font-size: 2.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  ul.social-icons li {
    font-size: 2.4rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  ul.social-icons li {
    font-size: 2.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  ul.social-icons li {
    font-size: 2.4rem;
  }
}
@media (min-width: 78.125em) {
  ul.social-icons li {
    font-size: 2.4rem;
  }
}
@media (min-width: 34.375em) {
  ul.social-icons li {
    margin: 0 25px 0 0;
  }
}
@media (min-width: 64em) {
  ul.social-icons li {
    margin: 0 15px 0 0;
  }
}
@media (min-width: 84.375em) {
  ul.social-icons li {
    margin: 0 25px 0 0;
  }
}
ul.social-icons li:last-child {
  margin-right: 0;
}
ul.social-icons li a {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.social-icons li a:hover, ul.social-icons li a:focus {
  background-color: #24a0c0;
}
ul.social-icons li a img {
  height: 27px;
}

.content-highlight {
  padding: 20px 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.content-highlight + .content-highlight-bottom-design {
  position: relative;
  height: 5vw;
  width: 100%;
  left: 0;
  top: 100%;
  margin-top: 0;
}
@media (min-width: 50em) {
  .content-highlight + .content-highlight-bottom-design {
    height: 3vw;
  }
}
.content-highlight + .content-highlight-bottom-design::after {
  content: "";
  width: 80%;
  height: 5vw;
  background-image: url("/assets/images/patterns/block-bottom-shape-reverse.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 50em) {
  .content-highlight + .content-highlight-bottom-design::after {
    width: 55%;
    height: 3vw;
  }
}
.content-highlight.position-full {
  clear: both;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 40px;
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .content-highlight.position-full {
    padding: 80px 40px;
  }
}
@media (min-width: 78.125em) {
  .content-highlight.position-full {
    padding: 200px 0;
  }
}
.content-highlight.position-full .content {
  background-color: #fff;
  max-width: 950px;
  margin: 0 auto;
  padding: 20px;
  z-index: 5;
  position: relative;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 34.3125em) {
  .content-highlight.position-full .content {
    font-size: 2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .content-highlight.position-full .content {
    font-size: 2.4rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .content-highlight.position-full .content {
    font-size: 2.8rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .content-highlight.position-full .content {
    font-size: 3.2rem;
  }
}
@media (min-width: 78.125em) {
  .content-highlight.position-full .content {
    font-size: 3.6rem;
  }
}
@media (min-width: 50em) {
  .content-highlight.position-full .content {
    padding: 40px;
  }
}
@media (min-width: 64em) {
  .content-highlight.position-full .content {
    padding: 100px;
  }
}
.content-highlight.position-full cite {
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
}
@media (max-width: 34.3125em) {
  .content-highlight.position-full cite {
    font-size: 1.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .content-highlight.position-full cite {
    font-size: 1.4rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .content-highlight.position-full cite {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .content-highlight.position-full cite {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .content-highlight.position-full cite {
    font-size: 1.4rem;
  }
}
.content-highlight picture {
  line-height: 0;
}
.content-highlight picture img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
  filter: grayscale(100%);
}
.content-highlight picture img.full-color {
  filter: unset;
}
.content-highlight.position-left p, .content-highlight.position-right p {
  font-weight: 800;
  line-height: 1.2;
}
@media (max-width: 34.3125em) {
  .content-highlight.position-left p, .content-highlight.position-right p {
    font-size: 3.5rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .content-highlight.position-left p, .content-highlight.position-right p {
    font-size: 3.875rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .content-highlight.position-left p, .content-highlight.position-right p {
    font-size: 4.25rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .content-highlight.position-left p, .content-highlight.position-right p {
    font-size: 4.625rem;
  }
}
@media (min-width: 78.125em) {
  .content-highlight.position-left p, .content-highlight.position-right p {
    font-size: 5rem;
  }
}
@media (min-width: 50em) {
  .content-highlight.position-left, .content-highlight.position-right {
    max-width: calc(50% - 60px);
  }
}
.content-highlight cite {
  font-style: normal;
  margin-top: 20px;
  display: block;
}
.content-highlight p {
  margin: 0;
}

.block-accordion {
  margin: 45px 0;
  padding: 0 0;
  clear: both;
}
.block-accordion + .block-accordion {
  margin-top: -15px;
}
.block-accordion .accordion-toggle {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.block-accordion .accordion-toggle button {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 20px 80px 20px 30px;
  color: #333333;
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #7c7c7c;
  width: 100%;
  font-weight: 600;
  text-align: left;
  transition: color 0.2s, background-color 0.2s, border 0.2s;
}
@media (max-width: 34.3125em) {
  .block-accordion .accordion-toggle button {
    font-size: 2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-accordion .accordion-toggle button {
    font-size: 2.1rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-accordion .accordion-toggle button {
    font-size: 2.2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-accordion .accordion-toggle button {
    font-size: 2.3rem;
  }
}
@media (min-width: 78.125em) {
  .block-accordion .accordion-toggle button {
    font-size: 2.4rem;
  }
}
@media (min-width: 50em) {
  .block-accordion .accordion-toggle button {
    padding: 30px 100px 30px 50px;
  }
}
.block-accordion .accordion-toggle button::before {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #e02f3b;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s;
}
@media (min-width: 50em) {
  .block-accordion .accordion-toggle button::before {
    right: 50px;
  }
}
.block-accordion .accordion-toggle button::after {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #e02f3b;
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s;
}
@media (min-width: 50em) {
  .block-accordion .accordion-toggle button::after {
    right: 65px;
  }
}
.block-accordion .accordion-toggle button:hover, .block-accordion .accordion-toggle button:focus {
  background-color: #f7f7f7;
  border-color: #24a0c0;
}
.block-accordion .accordion-toggle.open button {
  color: #333333;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  background-color: transparent;
}
.block-accordion .accordion-toggle.open button::after {
  opacity: 0;
}
.block-accordion .accordion-toggle.open + .accordion-content {
  display: block;
}
.block-accordion .accordion-content {
  display: none;
  background-color: transparent;
  padding: 0px 50px 40px 30px;
  border-radius: 0 0 20px 20px;
  border: 1px solid #7c7c7c;
  border-top: 0;
}
@media (min-width: 50em) {
  .block-accordion .accordion-content {
    padding: 0px 50px 40px;
  }
}
.block-accordion .accordion-content > * {
  max-width: 950px;
}
.block-accordion .accordion-content *:first-child {
  margin-top: 0;
}
.block-accordion .accordion-content *:last-child {
  margin-bottom: 0;
}

.block-download-callout {
  display: block;
  width: 100%;
  background-color: #fff;
  border-bottom: 6px solid #e02f3b;
  padding: 35px 0;
  position: relative;
  text-decoration: none;
  color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 1fr;
  grid-template-columns: 30px 1fr;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
@media (min-width: 50em) {
  .block-download-callout {
    -ms-grid-columns: 30px 1fr 165px;
    grid-template-columns: 30px 1fr 165px;
  }
}
.block-download-callout::after {
  content: "";
  width: 80%;
  height: 5vw;
  background-image: url("/assets/images/patterns/block-bottom-shape-full.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(100% + 10px);
  left: 25px;
}
@media (min-width: 50em) {
  .block-download-callout::after {
    width: 75%;
    height: 3vw;
  }
}
.block-download-callout .icon {
  width: 100%;
}
.block-download-callout h3 {
  color: #333333;
  margin-bottom: 0;
  letter-spacing: 0px;
  font-weight: 400;
}
@media (max-width: 34.3125em) {
  .block-download-callout h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-download-callout h3 {
    font-size: 2.25rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-download-callout h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-download-callout h3 {
    font-size: 2.35rem;
  }
}
@media (min-width: 78.125em) {
  .block-download-callout h3 {
    font-size: 2.4rem;
  }
}
.block-download-callout .btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 300px;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media (min-width: 50em) {
  .block-download-callout .btn {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
    justify-self: flex-end;
  }
}

.pagination {
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  padding-top: 50px;
  margin-top: 85px;
}
.pagination ul {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 0;
}
.pagination li {
  display: inline-block;
  margin-right: 8px;
  vertical-align: bottom;
  margin-bottom: 0;
}
@media (max-width: 34.3125em) {
  .pagination li {
    font-size: 2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .pagination li {
    font-size: 2rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .pagination li {
    font-size: 2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .pagination li {
    font-size: 2rem;
  }
}
@media (min-width: 78.125em) {
  .pagination li {
    font-size: 2rem;
  }
}
@media (min-width: 50em) and (max-width: 34.3125em) {
  .pagination li {
    font-size: 2.6rem;
  }
}
@media (min-width: 50em) and (min-width: 34.375em) and (max-width: 49.9375em) {
  .pagination li {
    font-size: 2.6rem;
  }
}
@media (min-width: 50em) and (min-width: 50em) and (max-width: 63.9375em) {
  .pagination li {
    font-size: 2.6rem;
  }
}
@media (min-width: 50em) and (min-width: 64em) and (max-width: 78.0625em) {
  .pagination li {
    font-size: 2.6rem;
  }
}
@media (min-width: 50em) and (min-width: 78.125em) {
  .pagination li {
    font-size: 2.6rem;
  }
}
.pagination li a,
.pagination li button {
  display: block;
  text-align: center;
  color: #333333;
  text-decoration: none;
  border: 1px solid rgba(46, 42, 37, 0.5);
  display: block;
  width: 30px;
  padding: 0;
  height: 30px;
  background-color: #fff;
  cursor: pointer;
}
@media (min-width: 50em) {
  .pagination li a,
.pagination li button {
    width: 48px;
    height: 48px;
  }
}
.pagination li a:hover, .pagination li a:focus,
.pagination li button:hover,
.pagination li button:focus {
  background-color: #24a0c0;
  border-color: #24a0c0;
  color: #fff;
}
.pagination li.current {
  z-index: 5;
}
.pagination li.current a,
.pagination li.current button {
  background-color: #e02f3b;
  border-color: #e02f3b;
  color: #fff;
}
.pagination li.previous a,
.pagination li.previous button, .pagination li.next a,
.pagination li.next button {
  border: 0;
  background: transparent;
  height: 30px;
  width: 29px;
  top: 5px;
}
@media (min-width: 50em) {
  .pagination li.previous a,
.pagination li.previous button, .pagination li.next a,
.pagination li.next button {
    height: 48px;
  }
}
.pagination li.previous a::before,
.pagination li.previous button::before, .pagination li.next a::before,
.pagination li.next button::before {
  content: "";
  width: 29px;
  height: 2px;
  background-color: #e02f3b;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  border-radius: 2px;
}
.pagination li.previous a::after,
.pagination li.previous button::after, .pagination li.next a::after,
.pagination li.next button::after {
  content: "";
  font-size: 0;
  width: 20px;
  height: 20px;
  border: 3px solid #e02f3b;
  transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  right: 2px;
  top: 5px;
  border-radius: 2px;
}
@media (min-width: 50em) {
  .pagination li.previous a::after,
.pagination li.previous button::after, .pagination li.next a::after,
.pagination li.next button::after {
    top: 14px;
  }
}
.pagination li.previous a:hover::before, .pagination li.previous a:focus::before,
.pagination li.previous button:hover::before,
.pagination li.previous button:focus::before, .pagination li.next a:hover::before, .pagination li.next a:focus::before,
.pagination li.next button:hover::before,
.pagination li.next button:focus::before {
  background-color: #24a0c0;
}
.pagination li.previous a:hover::after, .pagination li.previous a:focus::after,
.pagination li.previous button:hover::after,
.pagination li.previous button:focus::after, .pagination li.next a:hover::after, .pagination li.next a:focus::after,
.pagination li.next button:hover::after,
.pagination li.next button:focus::after {
  border-color: #24a0c0;
}
.pagination li.previous button,
.pagination li.previous a {
  margin-right: 10px;
}
.pagination li.previous button::before,
.pagination li.previous a::before {
  left: 0;
  right: auto;
}
.pagination li.previous button::after,
.pagination li.previous a::after {
  transform: rotate(-135deg);
  left: 1px;
  right: auto;
}
.pagination li.next {
  margin-left: 10px;
  margin-right: 0;
}

.nav-breadcrumbs {
  padding: 30px 0 30px;
  position: relative;
  width: 100%;
  font-weight: 400;
  display: none;
  z-index: 3000;
}
@media (max-width: 34.3125em) {
  .nav-breadcrumbs {
    font-size: 1.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .nav-breadcrumbs {
    font-size: 1.4rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .nav-breadcrumbs {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .nav-breadcrumbs {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .nav-breadcrumbs {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) {
  .nav-breadcrumbs {
    display: block;
    padding: 30px 0 45px;
  }
}
.nav-breadcrumbs + .block-content h1 {
  margin-top: 20px;
}
@media (min-width: 64em) {
  .nav-breadcrumbs + .block-content h1 {
    margin-top: 0;
  }
}
.nav-breadcrumbs.callout-link {
  font-weight: 600;
  text-align: left;
  color: #046179;
}
@media (max-width: 34.3125em) {
  .nav-breadcrumbs.callout-link {
    font-size: 1.6rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .nav-breadcrumbs.callout-link {
    font-size: 1.6rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .nav-breadcrumbs.callout-link {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .nav-breadcrumbs.callout-link {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  .nav-breadcrumbs.callout-link {
    font-size: 1.6rem;
  }
}
.nav-breadcrumbs.callout-link:hover, .nav-breadcrumbs.callout-link:focus {
  color: #e02f3b;
}
.nav-breadcrumbs ul {
  display: flex;
  align-items: center;
  margin: 0;
  list-style: none;
}
.nav-breadcrumbs li {
  display: inline-block;
  color: #333333;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.nav-breadcrumbs li:first-child a {
  margin-left: 0;
}
.nav-breadcrumbs li:last-child a::after {
  display: none;
}
.nav-breadcrumbs li.current-page {
  margin-left: 15px;
  color: #333333;
}
.nav-breadcrumbs li a {
  color: #046179;
  font-weight: 400;
  margin-right: 15px;
  margin-left: 15px;
  text-decoration: underline;
  display: block;
}
.nav-breadcrumbs li a::after {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  border-radius: 50%;
}
.nav-breadcrumbs li a:hover, .nav-breadcrumbs li a:focus {
  color: #e02f3b;
  text-decoration: underline;
}

.freeform-field-type--checkbox_group .form-check-inline label,
.freeform-field-type--radio_group .form-check-inline label {
  display: inline-block;
  margin-right: 10px;
}

/* This is to fix an issue with IE and having singular checkboxes unclickable without this css. Height and width can be changed based on checkbox size */
.custom-checkbox .freeform-input[type=checkbox] {
  width: 28px;
  height: 28px;
  z-index: 5;
}

.custom-checkbox input[type=checkbox],
.custom-radio input[type=radio] {
  display: block;
  position: absolute;
  opacity: 0;
  position: absolute;
  width: auto;
}
.custom-checkbox input[type=checkbox] + span,
.custom-radio input[type=radio] + span {
  padding-left: 38px;
  position: relative;
  display: inline-block;
  line-height: 1.7;
  margin-bottom: 8px;
}

.custom-checkbox input[type=checkbox] + span::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #2e2a25;
  background: #fff;
  content: "";
  color: transparent;
  font-size: 0.7em;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
}
.custom-checkbox input[type=checkbox]:focus + span::before {
  background: #fff;
}
.custom-checkbox input[type=checkbox]:checked + span::before {
  color: #fff;
  background: #fff;
  border: 1px solid #2e2a25;
}
.custom-checkbox input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #e02f3b;
}

.custom-radio input[type=radio] + span::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #2e2a25;
  background: #fff;
  color: #fff;
  content: "";
  font-size: 0.7em;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
}
.custom-radio input[type=radio]:focus + span::before {
  border-color: #2e2a25;
}
.custom-radio input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
  background: #e02f3b;
  border-radius: 50%;
}

.custom-checkbox.custom-mailing-list span {
  padding-left: 2em;
  position: relative;
  display: inline-block;
}
.custom-checkbox.custom-mailing-list span::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 22px;
  height: 22px;
  border: 1px solid #2e2a25;
  background: #fff;
  content: "";
  color: transparent;
  font-size: 0.7em;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
}
.custom-checkbox.custom-mailing-list span.checked::before {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.custom-checkbox.custom-mailing-list label {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 500;
}
.custom-checkbox.custom-mailing-list input {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 65;
}

.invalid .custom-select select {
  color: #e02f3b;
  border-color: #e02f3b;
}
.invalid .custom-select select:focus {
  border-color: #e02f3b;
}
.invalid .custom-checkbox span {
  color: #e02f3b;
}
.invalid .custom-checkbox input[type=checkbox] + span::before {
  border-color: #e02f3b;
}
.invalid .custom-radio span {
  color: #e02f3b;
}
.invalid .custom-radio input[type=radio] + span::before {
  border-color: #e02f3b;
}

.hero + .main-content,
.interior-hero-full + .main-content {
  background-color: #fff;
  padding-top: 30px;
  position: relative;
}
.hero + .main-content::after,
.interior-hero-full + .main-content::after {
  content: "";
  width: 80%;
  height: 5vw;
  background-image: url("/assets/images/patterns/block-bottom-shape.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 50em) {
  .hero + .main-content::after,
.interior-hero-full + .main-content::after {
    width: 55%;
    height: 3vw;
  }
}

.hero,
.interior-hero-full {
  position: relative;
  min-height: 500px;
  height: calc(100vh - 110px);
  overflow: hidden;
}
@media (min-width: 64em) {
  .hero,
.interior-hero-full {
    min-height: 700px;
  }
}
.hero figure,
.interior-hero-full figure {
  margin: 0;
}
.hero figure img,
.interior-hero-full figure img {
  line-height: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .container,
.interior-hero-full .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 150px;
  text-align: center;
}
@media (min-width: 34.375em) {
  .hero .container,
.interior-hero-full .container {
    padding-bottom: 40px;
    text-align: left;
  }
}
@media (min-width: 50em) {
  .hero .container,
.interior-hero-full .container {
    padding-bottom: 140px;
  }
}
.hero h1,
.interior-hero-full h1 {
  color: #fff;
  z-index: 3;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 34.3125em) {
  .hero h1,
.interior-hero-full h1 {
    font-size: 3rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .hero h1,
.interior-hero-full h1 {
    font-size: 3.2rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .hero h1,
.interior-hero-full h1 {
    font-size: 3.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .hero h1,
.interior-hero-full h1 {
    font-size: 3.6rem;
  }
}
@media (min-width: 78.125em) {
  .hero h1,
.interior-hero-full h1 {
    font-size: 3.8rem;
  }
}
@media (min-width: 34.375em) {
  .hero h1,
.interior-hero-full h1 {
    width: calc(50% - 50px);
  }
}
.hero .scroll,
.interior-hero-full .scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
@media (min-width: 50em) {
  .hero .scroll,
.interior-hero-full .scroll {
    bottom: 95px;
  }
}
.hero .scroll::before,
.interior-hero-full .scroll::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: -55px;
  transform: translateX(-50%);
  left: 50%;
}
@media (min-width: 50em) {
  .hero .scroll::before,
.interior-hero-full .scroll::before {
    height: 70px;
    top: -85px;
  }
}
.hero .scroll img,
.interior-hero-full .scroll img {
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
@-webkit-keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0);
  }
}

.interior-hero-full h1 {
  text-shadow: 0px 2px 14px rgba(0, 0, 0, 0.5);
}
@media (max-width: 34.3125em) {
  .interior-hero-full h1 {
    font-size: 3rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .interior-hero-full h1 {
    font-size: 3.85rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .interior-hero-full h1 {
    font-size: 4.7rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .interior-hero-full h1 {
    font-size: 5.55rem;
  }
}
@media (min-width: 78.125em) {
  .interior-hero-full h1 {
    font-size: 6.4rem;
  }
}
@media (max-width: 49.99em) {
  .interior-hero-full h1 {
    width: 100%;
  }
}
.interior-hero-full video {
  width: 100%;
  background: #333333;
}
@media (min-width: 64em) {
  .interior-hero-full video {
    display: block;
  }
}
.interior-hero-full .container {
  align-items: center;
  text-align: center;
  justify-content: center;
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
}
.overlay.show {
  display: block;
}

.off-canvas-slidebar {
  height: 100%;
  width: calc(100% - 78px);
  position: fixed;
  z-index: 3000;
  top: 0;
  left: -100%;
  background-color: #e02f3b;
  overflow-x: hidden;
  padding-top: 0px;
  transition: left 0.5s;
}
.off-canvas-slidebar .off-canvas-nav {
  display: none;
}
.off-canvas-slidebar.open {
  width: calc(100vw - 78px);
  left: 0;
}
.off-canvas-slidebar.open .off-canvas-nav {
  display: block;
}

.off-canvas-nav .off-canvas-nav-container > ul {
  list-style: none;
  margin: 0 42px;
  padding: 40px 0 0;
}
.off-canvas-nav .off-canvas-nav-container > ul > li {
  padding: 0;
  margin: 0 0 42px;
  position: relative;
}
.off-canvas-nav .off-canvas-nav-container > ul > li.open > ul {
  display: block;
}
.off-canvas-nav .off-canvas-nav-container > ul > li.open button::after {
  transform: rotate(45deg);
}
.off-canvas-nav .off-canvas-nav-container > ul > li > a {
  padding: 0 35px 0 0;
  display: block;
  position: relative;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5.2px;
}
@media (max-width: 34.3125em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li > a {
    font-size: 2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li > a {
    font-size: 2rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li > a {
    font-size: 2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li > a {
    font-size: 2rem;
  }
}
@media (min-width: 78.125em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li > a {
    font-size: 2rem;
  }
}
.off-canvas-nav .off-canvas-nav-container > ul > li > a:hover, .off-canvas-nav .off-canvas-nav-container > ul > li > a:focus {
  text-decoration: none;
}
.off-canvas-nav .off-canvas-nav-container > ul > li > button {
  display: block;
  position: absolute;
  width: 30px;
  height: 22px;
  background: none;
  border: 0;
  top: 4px;
  right: 0;
}
.off-canvas-nav .off-canvas-nav-container > ul > li > button::after {
  content: "+";
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  font-weight: 400;
  line-height: 0.5;
  transition: transform 0.2s;
}
@media (max-width: 34.3125em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li > button::after {
    font-size: 3rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li > button::after {
    font-size: 3rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li > button::after {
    font-size: 3rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li > button::after {
    font-size: 3rem;
  }
}
@media (min-width: 78.125em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li > button::after {
    font-size: 3rem;
  }
}
.off-canvas-nav .off-canvas-nav-container > ul > li ul {
  display: none;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  margin-top: 35px;
  list-style: none;
}
.off-canvas-nav .off-canvas-nav-container > ul > li ul::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 5px);
  background: #f8de32;
  bottom: 12px;
  left: -1px;
}
.off-canvas-nav .off-canvas-nav-container > ul > li ul li {
  padding: 0 0 0 25px;
  margin: 0 0 30px;
  border-bottom: 0px;
  list-style: none;
}
.off-canvas-nav .off-canvas-nav-container > ul > li ul li:before {
  content: "";
  width: 13px;
  height: 1px;
  border-top: 1px solid #f8de32;
  left: 0px;
  top: 50%;
  display: block;
  position: absolute;
}
.off-canvas-nav .off-canvas-nav-container > ul > li ul li a {
  padding: 0;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 34.3125em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li ul li a {
    font-size: 1.8rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li ul li a {
    font-size: 1.8rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li ul li a {
    font-size: 1.8rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li ul li a {
    font-size: 1.8rem;
  }
}
@media (min-width: 78.125em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li ul li a {
    font-size: 1.8rem;
  }
}
.off-canvas-nav .search-form {
  padding: 10px;
}
.off-canvas-nav .search-form input {
  width: 100%;
  margin-bottom: 5px;
}
.off-canvas-nav .search-form button {
  margin-top: 0;
  float: right;
}

.off-canvas-search {
  height: 100%;
  width: calc(100% - 78px);
  position: fixed;
  z-index: 3000;
  top: 0;
  right: -100%;
  background-color: #e02f3b;
  overflow-x: hidden;
  padding-top: 0px;
  transition: right 0.5s;
}
.off-canvas-search .off-canvas-search-container {
  display: none;
}
.off-canvas-search.open {
  width: calc(100vw - 78px);
  right: 0;
}
.off-canvas-search.open .off-canvas-search-container {
  display: block;
  padding: 20px 30px;
}

/**
 * Swiper 8.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 1, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

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

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

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

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.block-gallery {
  position: relative;
  clear: both;
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 50em) {
  .block-gallery {
    margin-bottom: 80px;
  }
}
.block-gallery .carousel {
  overflow: hidden;
}
.block-gallery .swiper-slide {
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
}
.block-gallery .swiper-slide figure {
  position: relative;
  margin: 0;
  line-height: 0;
  overflow: hidden;
}
.block-gallery .swiper-slide img {
  width: 100%;
}
.block-gallery .swiper-pagination {
  bottom: -20px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 64em) {
  .block-gallery .swiper-pagination {
    bottom: -40px;
  }
}
.block-gallery .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 2px solid #e02f3b;
  opacity: 1;
  margin: 0 6px;
  border-radius: 50%;
  display: inline-block;
}
@media (min-width: 64em) {
  .block-gallery .swiper-pagination .swiper-pagination-bullet {
    width: 23px;
    height: 23px;
    margin: 0 10px;
  }
}
.block-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e02f3b;
}
.block-gallery .swiper-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
}
@media (min-width: 64em) {
  .block-gallery .swiper-button {
    width: 112px;
    height: 112px;
  }
}
.block-gallery .swiper-button.swiper-button-disabled::before {
  background-color: #d3d3d3;
}
.block-gallery .swiper-button.swiper-button-disabled::after {
  border-color: #d3d3d3;
}
.block-gallery .swiper-button.swiper-button-next::before {
  left: 5px;
  right: auto;
}
@media (min-width: 64em) {
  .block-gallery .swiper-button.swiper-button-next::before {
    left: 15px;
  }
}
.block-gallery .swiper-button.swiper-button-next::after {
  right: auto;
  left: 13px;
}
@media (min-width: 64em) {
  .block-gallery .swiper-button.swiper-button-next::after {
    left: 33px;
  }
}
.block-gallery .swiper-button.swiper-button-prev::before {
  right: 5px;
  left: auto;
}
@media (min-width: 64em) {
  .block-gallery .swiper-button.swiper-button-prev::before {
    right: 15px;
  }
}
.block-gallery .swiper-button.swiper-button-prev::after {
  left: auto;
  right: 13px;
}
@media (min-width: 64em) {
  .block-gallery .swiper-button.swiper-button-prev::after {
    right: 33px;
  }
}

.swiper-button {
  background: transparent;
  height: 22px;
  width: 29px;
  top: 50%;
}
@media (min-width: 64em) {
  .swiper-button {
    height: 45px;
    width: 58px;
  }
}
.swiper-button.swiper-button-disabled::before {
  background-color: #7c7c7c;
}
.swiper-button.swiper-button-disabled::after {
  border-color: #7c7c7c;
}
.swiper-button::before {
  content: "";
  width: 29px;
  height: 2px;
  background-color: #e02f3b;
  position: absolute;
  right: 0;
  border-radius: 2px;
}
@media (min-width: 64em) {
  .swiper-button::before {
    width: 58px;
    height: 3px;
  }
}
.swiper-button::after {
  font-size: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #e02f3b;
  transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  right: 2px;
  border-radius: 2px;
}
@media (min-width: 64em) {
  .swiper-button::after {
    width: 34px;
    height: 34px;
    right: 4px;
    border-width: 3px;
  }
}
.swiper-button:hover.swiper-button-prev::before, .swiper-button:hover.swiper-button-next::before, .swiper-button:focus.swiper-button-prev::before, .swiper-button:focus.swiper-button-next::before {
  background-color: #24a0c0;
}
.swiper-button:hover.swiper-button-prev::after, .swiper-button:hover.swiper-button-next::after, .swiper-button:focus.swiper-button-prev::after, .swiper-button:focus.swiper-button-next::after {
  border-color: #24a0c0;
}
.swiper-button.swiper-button-prev {
  left: -17px;
}
@media (min-width: 64em) {
  .swiper-button.swiper-button-prev {
    left: -56px;
  }
}
.swiper-button.swiper-button-prev::after {
  transform: rotate(-135deg);
  left: 2px;
}
@media (min-width: 50em) {
  .swiper-button.swiper-button-prev::after {
    left: 4px;
  }
}
.swiper-button.swiper-button-next {
  right: -17px;
}
@media (min-width: 64em) {
  .swiper-button.swiper-button-next {
    right: -56px;
  }
}

.video-play-button {
  padding: 0;
  border: 0;
  background: transparent;
  width: 100%;
  position: relative;
}
.video-play-button:hover .play-button, .video-play-button:focus .play-button {
  transform: translateX(-50%) translateY(-50%) scale(1.05);
  background-color: rgba(224, 47, 59, 0.9);
}
.video-play-button span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.video-play-button span .play-button {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: rgba(224, 47, 59, 0.75);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: transform 0.2s;
}
@media (min-width: 64em) {
  .video-play-button span .play-button {
    width: 205px;
    height: 205px;
  }
}
.video-play-button span .play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 12px;
  left: 17px;
}
@media (min-width: 64em) {
  .video-play-button span .play-button::before {
    border-width: 48px 0 48px 79px;
    top: 55px;
    left: 75px;
  }
}

.block-video {
  position: relative;
  line-height: 0;
}
.block-video.position-full {
  margin-left: 0;
  margin-right: 0;
  clear: both;
}
.block-video.position-full button::after {
  content: "";
  box-shadow: inset 0px 0px 37px #2e2a25;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media (min-width: 50em) {
  .block-video.position-left, .block-video.position-right {
    width: calc(50% - 60px);
  }
}
.block-video img {
  display: block;
  width: 100%;
  height: auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-child-pages {
  clear: both;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 40px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (min-width: 37.5em) {
  .block-child-pages {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 78.125em) {
  .block-child-pages {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
}
.block-child-pages .block-child-page {
  height: 100%;
  display: block;
  position: relative;
  padding: 0 0 20px 15px;
  border-left: 2px solid #d3d3d3;
}
.block-child-pages .block-child-page h3 {
  margin-bottom: 25px;
  color: #333333;
  font-weight: 700;
}
@media (max-width: 34.3125em) {
  .block-child-pages .block-child-page h3 {
    font-size: 2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-child-pages .block-child-page h3 {
    font-size: 2.05rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-child-pages .block-child-page h3 {
    font-size: 2.1rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-child-pages .block-child-page h3 {
    font-size: 2.15rem;
  }
}
@media (min-width: 78.125em) {
  .block-child-pages .block-child-page h3 {
    font-size: 2.2rem;
  }
}
.block-child-pages .block-child-page a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -2px;
}
.block-child-pages .block-child-page a:hover, .block-child-pages .block-child-page a:focus {
  text-decoration: none;
}
.block-child-pages .block-child-page a:hover::before, .block-child-pages .block-child-page a:focus::before {
  border-left: 4px solid #24a0c0;
}

.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.skip-link a,
button.skip-link {
  color: #fff;
  background: #333333;
  padding: 3px 15px;
  width: auto;
  display: block;
  border-radius: 0 0 5px 5px;
  position: absolute;
  top: 0;
  left: 45px;
  z-index: 4500;
  font-weight: 400;
  text-transform: uppercase;
  left: -10000px;
}
@media (max-width: 34.3125em) {
  .skip-link a,
button.skip-link {
    font-size: 1.6rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .skip-link a,
button.skip-link {
    font-size: 1.6rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .skip-link a,
button.skip-link {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .skip-link a,
button.skip-link {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  .skip-link a,
button.skip-link {
    font-size: 1.6rem;
  }
}
.skip-link a:hover, .skip-link a:focus,
button.skip-link:hover,
button.skip-link:focus {
  text-decoration: none;
  color: #fff;
  left: 45px;
}

.page-header {
  z-index: 1000;
  position: absolute;
  transition: right 0.5s;
  background-color: #fff;
  width: calc(100% + 15px);
  left: calc(15px * -1);
  /* Default, mobile-first page header setup */
  /* Hide .page-header-* components according to the width of viewport */
}
@media (min-width: 64em) {
  .page-header {
    width: calc(100% + 40px);
    left: calc(40px * -1);
  }
}
.page-header.headroom .page-header-full {
  will-change: opacity;
  transition: opacity 0.5s linear;
}
.page-header.headroom--not-top {
  position: fixed;
  top: 0;
}
.page-header.headroom--not-top .page-header-full {
  height: 80px;
  padding-top: 5px;
}
.page-header.headroom--not-top .page-header-full,
.page-header.headroom--not-top .page-header-compact {
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.2);
}
.page-header .page-header-full {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.page-header .page-header-compact {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.page-header .page-header-compact.open, .page-header .page-header-compact.search-open {
  position: fixed;
  top: 0;
}
.page-header .page-header-compact.open {
  left: calc(100vw - 63px);
}
.page-header .page-header-compact.search-open {
  right: calc(100vw - 63px);
  left: auto;
}
@media (min-width: 64em) {
  .page-header .page-header-full {
    display: block;
  }
  .page-header .page-header-compact {
    display: none;
  }
}

/*
 * Full desktop version of the header. All the bells and whistles.
 */
.page-header-full {
  background-color: #fff;
  height: 110px;
  padding-top: 25px;
}
.page-header-full .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 175px 1fr 30px;
  grid-template-columns: 175px 1fr 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: flex-start;
  max-width: 1450px;
}
@media (min-width: 64em) {
  .page-header-full .container {
    padding-left: 120px;
    padding-right: 80px;
  }
}
@media (min-width: 96.875em) {
  .page-header-full .container {
    padding-left: 80px;
    padding-right: 40px;
  }
}
@media (min-width: 84.375em) {
  .page-header-full .container {
    -ms-grid-columns: 250px 1fr 30px;
    grid-template-columns: 250px 1fr 30px;
  }
}
.page-header-full .logo {
  display: inline-block;
  width: 175px;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-top: 5px;
}
@media (min-width: 78.125em) {
  .page-header-full .logo {
    padding-top: 10px;
  }
}
@media (min-width: 84.375em) {
  .page-header-full .logo {
    width: 250px;
    padding-top: 0;
  }
}
.page-header-full .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.page-header-full .search {
  -ms-grid-row-align: center;
      align-self: center;
}

/* Header Nav Primary */
.header-nav-primary {
  position: relative;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  height: 100%;
  align-items: flex-start;
  justify-self: flex-start;
  font-weight: 400;
  width: 100%;
  display: flex;
}
@media (max-width: 78.0625em) {
  .header-nav-primary {
    padding-left: 35px;
  }
}
@media (min-width: 78.125em) {
  .header-nav-primary {
    padding-left: 55px;
  }
}
@media (min-width: 90.625em) {
  .header-nav-primary {
    padding-left: 75px;
  }
}
.header-nav-primary::after {
  content: "";
  display: block;
  border-top: 1px solid #979797;
  margin-top: 35px;
  margin-left: 35px;
  flex: 1 1 auto;
}
.header-nav-primary > ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  height: 100%;
  list-style: none;
}
.header-nav-primary > ul > li {
  position: relative;
  margin: 0 25px 0 0;
}
@media (min-width: 78.125em) {
  .header-nav-primary > ul > li {
    margin: 0 30px 0 0;
  }
}
.header-nav-primary > ul > li:last-child {
  margin-right: 0;
}
.header-nav-primary > ul > li:last-child ul {
  right: 0;
}
.header-nav-primary > ul > li:hover::after, .header-nav-primary > ul > li:focus::after, .header-nav-primary > ul > li:focus-within::after, .header-nav-primary > ul > li.open::after {
  content: "";
  height: 30px;
  left: 0;
  right: 0;
  bottom: -17px;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-color: transparent;
}
.header-nav-primary > ul > li:hover > a, .header-nav-primary > ul > li:focus > a, .header-nav-primary > ul > li:focus-within > a, .header-nav-primary > ul > li.open > a {
  color: #e02f3b;
}
.header-nav-primary > ul > li:hover > a::after, .header-nav-primary > ul > li:focus > a::after, .header-nav-primary > ul > li:focus-within > a::after, .header-nav-primary > ul > li.open > a::after {
  background-color: #e02f3b;
  bottom: 0px;
}
.header-nav-primary > ul > li:hover > ul, .header-nav-primary > ul > li:focus > ul, .header-nav-primary > ul > li:focus-within > ul, .header-nav-primary > ul > li.open > ul {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.header-nav-primary > ul > li > a {
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  padding: 22px 0 18px;
  color: #333333;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  letter-spacing: 1px;
  position: relative;
}
@media (max-width: 34.3125em) {
  .header-nav-primary > ul > li > a {
    font-size: 1rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .header-nav-primary > ul > li > a {
    font-size: 1.2rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .header-nav-primary > ul > li > a {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .header-nav-primary > ul > li > a {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  .header-nav-primary > ul > li > a {
    font-size: 1.8rem;
  }
}
@media (min-width: 78.125em) {
  .header-nav-primary > ul > li > a {
    letter-spacing: 4.23px;
  }
}
.header-nav-primary > ul > li > a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: transparent;
  bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  transition: background-color 0.1s, bottom 0.3s;
}
.header-nav-primary > ul > li ul {
  list-style: none;
  display: block;
  visibility: hidden;
  width: 262px;
  position: absolute;
  top: 65px;
  margin: 0;
  padding: 15px 0;
  z-index: 1000;
  opacity: 0;
  transform: scale(0);
  background: #e02f3b;
  transition: transform 0.3s;
  transform-origin: top center;
}
.header-nav-primary > ul > li ul li {
  display: block;
  padding: 5px 0;
  margin: 0;
}
.header-nav-primary > ul > li ul li a {
  border-right: 0;
  color: #fff;
  font-weight: normal;
  display: block;
  padding: 10px 25px;
  text-decoration: none;
}
.header-nav-primary > ul > li ul li a:hover, .header-nav-primary > ul > li ul li a:focus {
  background-color: #f8de32;
  color: #333333;
}

/*
 * Compact version of the header. Usually for mobile screens. Use this if adapting
 * the full desktop version to a mobile-friendly version is unreasonable.
 */
.page-header-compact {
  background: #FFF;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-header-compact .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 140px 1fr;
  grid-template-columns: 1fr 140px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
  padding-left: 40px;
}
@media (min-width: 50em) {
  .page-header-compact .container {
    padding-left: 50px;
  }
}
.page-header-compact .logo {
  display: inline-block;
  width: 140px;
  line-height: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-header-compact .logo img {
  width: 100%;
  height: auto;
}
.page-header-compact .off-canvas-trigger {
  background-color: transparent;
  border: 0;
  padding: 0;
  justify-self: flex-start;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-header-compact .off-canvas-trigger.open .bar:first-child {
  transform: rotate(45deg);
  margin-top: 5px;
}
.page-header-compact .off-canvas-trigger.open .bar:nth-child(2) {
  transform: rotate(-45deg);
  margin-top: -5px;
}
.page-header-compact .off-canvas-trigger.open .bar:last-child {
  display: none;
}
.page-header-compact .off-canvas-trigger .bar {
  width: 20px;
  height: 1px;
  margin-bottom: 4px;
  background-color: #e02f3b;
  display: block;
  transition: transform 0.2s;
}
.page-header-compact .off-canvas-trigger .bar:last-child {
  margin-bottom: 0;
}
.page-header-compact .search-box-btn {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
  justify-self: flex-end;
  position: relative;
  margin-top: 3px;
}
.page-header-compact .search-box-btn.open::before {
  width: 20px;
  height: 1px;
  margin-top: 15px;
  transform: rotate(45deg);
  border: 0;
  border-radius: 0;
  background-color: #e02f3b;
  left: 8px;
}
.page-header-compact .search-box-btn.open::after {
  width: 20px;
  height: 1px;
  margin-top: 1px;
  transform: rotate(-45deg);
  left: 8px;
  background-color: #e02f3b;
}

.page-main {
  padding-top: 50px;
  background-color: #fff;
  margin: 0;
  z-index: 2;
  position: relative;
}
@media (min-width: 64em) {
  .page-main {
    padding-top: 110px;
    overflow: hidden;
  }
}

#content {
  transition: margin-right 0.5s;
}

.page-footer {
  background-color: #333333;
  background-repeat: repeat;
  width: calc(100% + (15px * 2));
  margin-left: calc(15px * -1);
  position: relative;
}
@media (min-width: 64em) {
  .page-footer {
    width: calc(100% + (40px * 2));
    margin-left: calc(40px * -1);
  }
}

/*
 * Full desktop version of the footer. All the bells and whistles.
 */
.page-footer-main {
  padding: 50px 0;
}
.page-footer-main .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 40px;
}
@media (min-width: 64em) {
  .page-footer-main .container {
    -ms-grid-columns: 1fr 180px 143px;
    grid-template-columns: 1fr 180px 143px;
  }
}
@media (min-width: 78.125em) {
  .page-footer-main .container {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
.page-footer-main .links {
  color: #fff;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media (min-width: 64em) {
  .page-footer-main .links {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.page-footer-main .links .tagline {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 6.28px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 34.3125em) {
  .page-footer-main .links .tagline {
    font-size: 2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .page-footer-main .links .tagline {
    font-size: 2.1rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .page-footer-main .links .tagline {
    font-size: 2.2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .page-footer-main .links .tagline {
    font-size: 2.3rem;
  }
}
@media (min-width: 78.125em) {
  .page-footer-main .links .tagline {
    font-size: 2.4rem;
  }
}
@media (max-width: 63.99em) {
  .page-footer-main .links .tagline {
    text-align: center;
    max-width: 330px;
    margin: 0 auto 30px;
  }
}
.page-footer-main .links .tagline img {
  margin-right: 20px;
}
.page-footer-main .links .buttons {
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (min-width: 64em) {
  .page-footer-main .links .buttons {
    flex-flow: row;
    margin-bottom: 35px;
  }
}
@media (min-width: 78.125em) {
  .page-footer-main .links .buttons {
    padding-left: 45px;
  }
}
.page-footer-main .links .buttons .btn {
  width: 100%;
  max-width: 300px;
  margin-bottom: 23px;
}
@media (min-width: 64em) {
  .page-footer-main .links .buttons .btn {
    margin-right: 20px;
    width: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 84.375em) {
  .page-footer-main .links .buttons .btn {
    width: 235px;
    margin-right: 40px;
  }
}
.page-footer-main .links .buttons ul {
  margin: 0;
  list-style: none;
}
@media (min-width: 64em) {
  .page-footer-main .links .buttons ul {
    margin: 0 0 0 30px;
  }
}
.page-footer-main .links .buttons ul li {
  display: inline-block;
  border-right: 1px solid #7c7c7c;
  padding-right: 12px;
  margin-right: 12px;
  margin-bottom: 0;
}
.page-footer-main .links .buttons ul li:last-child {
  margin-right: 0;
  border-right: 0;
  padding-right: 0;
}
.page-footer-main .links .buttons ul li a {
  color: #fff;
}
.page-footer-main .contact {
  position: relative;
  padding-top: 10px;
  text-align: center;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media (min-width: 64em) {
  .page-footer-main .contact {
    text-align: left;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .page-footer-main .contact::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: -25px;
    position: absolute;
  }
}
@media (min-width: 64em) and (min-width: 78.125em) {
  .page-footer-main .contact::before {
    left: -50px;
  }
}
@media (min-width: 64em) {
  .page-footer-main .contact::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: -25px;
    position: absolute;
  }
}
@media (min-width: 64em) and (min-width: 78.125em) {
  .page-footer-main .contact::after {
    right: -50px;
  }
}
.page-footer-main .contact a {
  color: #fff;
  text-decoration: none;
}
.page-footer-main .contact a:hover, .page-footer-main .contact a:focus {
  color: #f8de32;
}
.page-footer-main .contact .address {
  margin-bottom: 15px;
  display: block;
  font-weight: 400;
}
@media (min-width: 64em) {
  .page-footer-main .contact .address {
    margin-bottom: 30px;
  }
}
.page-footer-main .contact .phone {
  font-weight: 700;
}
.page-footer-main .logos {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media (min-width: 64em) {
  .page-footer-main .logos {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    -ms-grid-column: 3;
    grid-column: 3;
  }
}
.page-footer-main .logos a {
  margin-bottom: 25px;
  display: block;
}
.page-footer-main .logos a:hover img, .page-footer-main .logos a:focus img {
  transform: scale(1.1);
}
.page-footer-main .logos a:last-child {
  margin-bottom: 0;
}
.page-footer-main .logos img {
  height: auto;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  transition: transform 0.2s;
  display: block;
}
@media (max-width: 46.8125em) {
  .page-footer-main .logos img {
    max-width: 115px;
  }
}

/*
 *------------------------------------------------------------------------------
 * Footer Primary
 *------------------------------------------------------------------------------
 */
.page-footer-bottom {
  padding: 20px 0;
  background-color: #202020;
}
.page-footer-bottom .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  align-items: center;
}
@media (min-width: 50em) {
  .page-footer-bottom .container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.footer-nav-bottom {
  position: relative;
  display: inline-block;
}
@media (min-width: 50em) {
  .footer-nav-bottom {
    justify-self: flex-end;
  }
}
.footer-nav-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 64em) {
  .footer-nav-bottom ul {
    text-align: left;
  }
}
.footer-nav-bottom ul li {
  margin: 0;
  display: inline-block;
  color: #fff;
}
@media (max-width: 34.3125em) {
  .footer-nav-bottom ul li {
    font-size: 1.6rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .footer-nav-bottom ul li {
    font-size: 1.65rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .footer-nav-bottom ul li {
    font-size: 1.7rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .footer-nav-bottom ul li {
    font-size: 1.75rem;
  }
}
@media (min-width: 78.125em) {
  .footer-nav-bottom ul li {
    font-size: 1.8rem;
  }
}
.footer-nav-bottom ul li a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}
.footer-nav-bottom ul li a:hover, .footer-nav-bottom ul li a:focus {
  color: #f8de32;
}

.interior {
  z-index: 5;
  position: relative;
}

.container .block-content:first-child {
  padding-top: 35px;
}
@media (min-width: 50em) {
  .container .block-content:first-child {
    padding-top: 65px;
  }
}

.alt-bg {
  background-color: #333333;
}
.alt-bg h1, .alt-bg h2, .alt-bg h3, .alt-bg h4, .alt-bg h5, .alt-bg h6 {
  color: #fff;
}
.alt-bg .fancy-heading::before, .alt-bg .fancy-heading::after {
  border-color: #fff;
}

.sg-colors li {
  display: block;
  float: left;
  margin: 10px;
}

.sg-swatch {
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #000;
}

.styleguide {
  padding-top: 50px;
  padding-bottom: 50px;
}
.styleguide hr {
  display: block;
}

.font-tertiary {
  font-weight: 400;
}

.sg-subheading {
  border-bottom: 2px solid #666;
  margin-top: 60px;
  margin-bottom: 30px;
}

.sg-dark-bg {
  background-color: #898989;
}

.bg.black {
  background: #333333;
}
.bg.white {
  background: #fff;
}
.bg.lt-primary-color {
  background: #75c8e1;
}
.bg.md-primary-color {
  background: #24a0c0;
}
.bg.md-secondary-color {
  background: #e02f3b;
}
.bg.md-tertiary-color {
  background: #f8de32;
}
.bg.error {
  background: #e02f3b;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
table thead tr th,
table tfoot tr th {
  padding: 10px 10px;
  background-color: #333333;
  color: #fff;
}
table tbody tr:nth-child(even) {
  background: rgba(124, 124, 124, 0.2);
}
table tbody tr td {
  padding: 10px 10px;
}

@media (max-width: 49.99em) {
  table:not(.scroll-table) {
    text-align: left;
  }
  table:not(.scroll-table) thead,
table:not(.scroll-table) tfoot {
    display: none;
  }
  table:not(.scroll-table) tbody td {
    border-right: 0;
    display: table-row;
  }
  table:not(.scroll-table) tbody td:before {
    content: attr(data-label);
    display: table-cell;
    font-weight: bold;
    padding: 0.2em 0.6em 0.2em 0;
    text-align: left;
  }
  table:not(.scroll-table) tbody td:last-child:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #333333;
  }
  table:not(.scroll-table) tr {
    display: block;
    position: relative;
    padding: 10px 10px;
  }
  table:not(.scroll-table) tr:first-of-type {
    border-top: 1px solid #333333;
  }
}
.block-rich-content {
  position: relative;
  clear: both;
  background-color: #fff;
  z-index: 3;
}
.block-rich-content .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 30px;
  align-items: center;
}
@media (min-width: 50em) {
  .block-rich-content .container {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%;
  }
}
@media (min-width: 50em) {
  .block-rich-content.inverse-order .container {
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
  }
}
.block-rich-content.inverse-order .block-rich-content-area {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media (min-width: 50em) {
  .block-rich-content.inverse-order .block-rich-content-area {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.block-rich-content.inverse-order figure {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.block-rich-content .block-rich-content-area {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media (min-width: 50em) {
  .block-rich-content .block-rich-content-area {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.block-rich-content video {
  width: 100%;
  height: auto;
}
.block-rich-content figure {
  margin: 0;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  overflow: hidden;
  position: relative;
}
@media (min-width: 50em) {
  .block-rich-content figure {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.block-rich-content figure img {
  width: 100%;
  height: auto;
}
.block-rich-content h2 span {
  margin-bottom: 5px;
}
.open .hello-bar,
.search-open .hello-bar {
  display: none;
}

.hello-bar {
  background: #1b7f98;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  z-index: 20;
  position: relative;
  width: calc(100% + (15px * 2));
  margin-left: calc(15px * -1);
}
@media (min-width: 50em) {
  .hello-bar {
    width: calc(100% + (40px * 2));
    margin-left: calc(40px * -1);
  }
}
.hello-bar p {
  margin: 5px 0;
}
.hello-bar a {
  text-decoration: underline;
  color: #fff;
}

.block-callout {
  text-align: center;
  padding: 35px 0;
  clear: both;
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 50em) {
  .block-callout {
    padding: 95px 0;
  }
}
.block-callout::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat;
  background-position: top left;
}
.block-callout.pattern-bg::before {
  background-image: url("/assets/images/patterns/pattern-blue.webp");
}
.block-callout.dark-bg, .block-callout.blue-bg, .block-callout.red-bg {
  color: #fff;
}
.block-callout.dark-bg h2,
.block-callout.dark-bg h3, .block-callout.blue-bg h2,
.block-callout.blue-bg h3, .block-callout.red-bg h2,
.block-callout.red-bg h3 {
  color: #fff;
}
.block-callout.dark-bg p a,
.block-callout.dark-bg p a[href^=tel], .block-callout.blue-bg p a,
.block-callout.blue-bg p a[href^=tel], .block-callout.red-bg p a,
.block-callout.red-bg p a[href^=tel] {
  color: #fff;
  text-decoration: underline;
}
.block-callout.dark-bg {
  background-color: #333333;
}
.block-callout.dark-bg::before {
  background-image: url("/assets/images/patterns/pattern-blue.webp");
  opacity: 0.4;
}
.block-callout.blue-bg {
  background-color: #1b7f98;
}
.block-callout.blue-bg::before {
  background-image: url("/assets/images/patterns/pattern-charcoal.webp");
  opacity: 0.05;
}
.block-callout.red-bg {
  background-color: #e02f3b;
}
.block-callout.red-bg::before {
  background-image: url("/assets/images/patterns/pattern-red.webp");
  opacity: 0.5;
}
.block-callout.red-bg .btn {
  color: #e02f3b;
  background-color: #fff;
  border-color: #fff;
}
.block-callout.red-bg .btn.disabled:hover, .block-callout.red-bg .btn.disabled:focus, .block-callout.red-bg .btn[disabled]:hover, .block-callout.red-bg .btn[disabled]:focus, fieldset[disabled] .block-callout.red-bg .btn:hover, fieldset[disabled] .block-callout.red-bg .btn:focus {
  background-color: #fff;
  border-color: #fff;
}
.block-callout.red-bg .btn:focus, .block-callout.red-bg .btn:hover, .block-callout.red-bg .btn:active {
  color: #fff;
  text-decoration: none;
}
.block-callout.red-bg .btn:focus::before, .block-callout.red-bg .btn:hover::before, .block-callout.red-bg .btn:active::before {
  height: 100%;
  background-color: #333333;
}
.block-callout.red-bg .btn:focus::after, .block-callout.red-bg .btn:hover::after, .block-callout.red-bg .btn:active::after {
  height: 20px;
  bottom: -20px;
}
.block-callout .block-callout-content {
  z-index: 4;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.block-callout h3 {
  font-weight: 400;
  color: #333333;
}
.cookie-popup {
  background: #1b7f98;
  color: #fff;
  text-align: left;
  display: none;
  padding: 15px 15px 15px 15px;
  max-width: 500px;
  border-radius: 1000px;
  font-weight: 700;
  border: 1px solid #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.35);
}
@media (max-width: 34.3125em) {
  .cookie-popup {
    font-size: 1.5rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .cookie-popup {
    font-size: 1.55rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .cookie-popup {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .cookie-popup {
    font-size: 1.65rem;
  }
}
@media (min-width: 78.125em) {
  .cookie-popup {
    font-size: 1.7rem;
  }
}
@media (min-width: 50em) {
  .cookie-popup {
    padding: 15px 25px 15px 30px;
  }
}
.cookie-popup.active {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 1fr;
  grid-template-columns: 40px 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  left: 10px;
  z-index: 500;
}
.cookie-popup.active img {
  width: 100%;
  height: auto;
}
@media (min-width: 50em) {
  .cookie-popup.active {
    bottom: 20px;
    left: auto;
    right: 25px;
    -ms-grid-columns: 70px 1fr;
    grid-template-columns: 70px 1fr;
  }
}
.cookie-popup .icon {
  line-height: 0;
}
.cookie-popup h2 {
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 34.3125em) {
  .cookie-popup h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .cookie-popup h2 {
    font-size: 1.925rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .cookie-popup h2 {
    font-size: 2.05rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .cookie-popup h2 {
    font-size: 2.175rem;
  }
}
@media (min-width: 78.125em) {
  .cookie-popup h2 {
    font-size: 2.3rem;
  }
}
.cookie-popup p {
  margin: 0;
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 34.3125em) {
  .cookie-popup p {
    font-size: 1.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .cookie-popup p {
    font-size: 1.45rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .cookie-popup p {
    font-size: 1.5rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .cookie-popup p {
    font-size: 1.55rem;
  }
}
@media (min-width: 78.125em) {
  .cookie-popup p {
    font-size: 1.6rem;
  }
}
.cookie-popup .btn-primary {
  padding: 3px 12px;
  margin-top: 10px;
  border: 1px solid #fff;
}
@media (min-width: 50em) {
  .cookie-popup .btn-primary {
    padding: 5px 20px;
  }
}
.cookie-popup .btn-close {
  width: 27px;
  height: 27px;
  border: 1px solid #fff;
  background-color: #e02f3b;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: -2px;
}
.cookie-popup .btn-close::before, .cookie-popup .btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 15px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.cookie-popup .btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cookie-popup .btn-close:hover, .cookie-popup .btn-close:focus {
  background-color: #333333;
}

div.anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
  z-index: -1;
}

.dc-dropdown {
  background-color: #24a0c0;
  color: #fff;
  height: auto !important;
}
.dc-dropdown.show {
  transition: transform 0.1s ease-in, max-height 2s ease-in;
  transform: translateY(0%) !important;
  max-height: 300px !important;
  position: fixed;
  bottom: 0;
  z-index: 50;
  width: calc(100% + (15px * 2));
  left: calc(15px * -1);
}
@media (min-width: 50em) {
  .dc-dropdown.show {
    width: calc(100% + (40px * 2));
    left: calc(40px * -1);
  }
}
.dc-dropdown .container {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  align-items: center;
  text-align: center;
}
@media (min-width: 50em) {
  .dc-dropdown .container {
    flex-flow: row;
    text-align: left;
  }
}
.dc-dropdown .container .content {
  padding-bottom: 20px;
}
@media (min-width: 50em) {
  .dc-dropdown .container .content {
    padding-bottom: 0;
    padding-right: 20px;
  }
}
.dc-dropdown .container .content p {
  line-height: 1.3;
  margin: 0;
}
.dc-dropdown .container .content .title {
  font-weight: 800;
  letter-spacing: 0.5px;
  display: block;
  text-transform: uppercase;
}

.modal.micromodal-fly-right.is-open .modal__container, .modal.micromodal-fly-left.is-open .modal__container {
  position: fixed;
  bottom: 15px;
  right: 20px;
}
@media (min-width: 50em) {
  .modal.micromodal-fly-right.is-open .modal__container, .modal.micromodal-fly-left.is-open .modal__container {
    right: 5%;
  }
}
.modal.micromodal-fly-right .modal__header, .modal.micromodal-fly-left .modal__header {
  margin: 0;
}
.modal.micromodal-fly-right .modal__container, .modal.micromodal-fly-left .modal__container {
  padding: 0;
  position: relative;
  max-width: 400px;
  min-width: 400px;
}
.modal.micromodal-fly-right .modal__container a:hover, .modal.micromodal-fly-right .modal__container a:focus, .modal.micromodal-fly-left .modal__container a:hover, .modal.micromodal-fly-left .modal__container a:focus {
  outline: 0;
}
.modal.micromodal-fly-right .modal__close, .modal.micromodal-fly-left .modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal.micromodal-fly-right .modal__content, .modal.micromodal-fly-left .modal__content {
  display: flex;
  flex-flow: row;
  min-height: 200px;
}
.modal.micromodal-fly-right .modal__content .bg-image, .modal.micromodal-fly-left .modal__content .bg-image {
  margin: 0;
  flex: 0 0 150px;
  line-height: 0;
  background-position: top center;
  background-size: cover;
}
.modal.micromodal-fly-right .modal__content .content, .modal.micromodal-fly-left .modal__content .content {
  flex: 1 1 calc(100% - 150px);
  padding: 30px 15px 30px;
  -ms-grid-row-align: center;
      align-self: center;
}
.modal.micromodal-fly-right .modal__content .content h2, .modal.micromodal-fly-left .modal__content .content h2 {
  letter-spacing: 1px;
  margin-bottom: 5px;
  padding-right: 25px;
  font-weight: 800;
}
@media (max-width: 34.3125em) {
  .modal.micromodal-fly-right .modal__content .content h2, .modal.micromodal-fly-left .modal__content .content h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .modal.micromodal-fly-right .modal__content .content h2, .modal.micromodal-fly-left .modal__content .content h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .modal.micromodal-fly-right .modal__content .content h2, .modal.micromodal-fly-left .modal__content .content h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .modal.micromodal-fly-right .modal__content .content h2, .modal.micromodal-fly-left .modal__content .content h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 78.125em) {
  .modal.micromodal-fly-right .modal__content .content h2, .modal.micromodal-fly-left .modal__content .content h2 {
    font-size: 2.4rem;
  }
}
.modal.micromodal-fly-right .modal__content .content p, .modal.micromodal-fly-left .modal__content .content p {
  margin: 0;
  line-height: 1.1;
}
.modal.micromodal-fly-left.is-open .modal__container {
  left: 20px;
  right: auto;
}
@media (min-width: 50em) {
  .modal.micromodal-fly-left.is-open .modal__container {
    left: 5%;
  }
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
  position: relative;
  z-index: 5000;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 20px;
  max-width: 1000px;
  min-width: 95%;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-shadow: 0px 2px 2px rgba(51, 51, 51, 0.2);
  position: relative;
}
@media (min-width: 50em) {
  .modal__container {
    padding: 30px;
    min-width: 70%;
  }
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.modal__header .modal__title {
  text-transform: none;
  padding-right: 20px;
  padding-left: 40px;
}
@media (max-width: 34.3125em) {
  .modal__header .modal__title {
    font-size: 3rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .modal__header .modal__title {
    font-size: 3.25rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .modal__header .modal__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .modal__header .modal__title {
    font-size: 3.75rem;
  }
}
@media (min-width: 78.125em) {
  .modal__header .modal__title {
    font-size: 4rem;
  }
}

.modal__close {
  background: transparent;
  border: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 0;
  vertical-align: middle;
  margin-left: 0px;
  position: absolute;
  right: 3px;
  top: 3px;
  padding: 0;
  background: #e02f3b;
}
@media (min-width: 50em) {
  .modal__close {
    right: 7px;
    top: 7px;
  }
}
.modal__close:hover, .modal__close:focus {
  outline: 0;
  background-color: #24a0c0;
}
.modal__close::before {
  content: "" !important;
  position: absolute;
  top: 10px;
  left: 4px;
  width: 13px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
}
.modal__close::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 13px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
}

.modal__header .modal__close:before {
  content: "✕";
}

.micromodal-slide[aria-hidden=true] .modal__overlay,
.micromodal-pop[aria-hidden=true] .modal__overlay,
.micromodal-fly-left[aria-hidden=true] .modal__overlay,
.micromodal-fly-right[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 1s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 1s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__overlay,
.micromodal-fly-left[aria-hidden=false] .modal__overlay,
.micromodal-fly-right[aria-hidden=false] .modal__overlay,
.micromodal-pop[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 1s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 1s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmDropIn 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: mmDropIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmDropOut 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: mmDropOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-fly-left[aria-hidden=false] .modal__container {
  -webkit-animation: mmFlyInLeft 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: mmFlyInLeft 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-fly-right[aria-hidden=false] .modal__container {
  -webkit-animation: mmFlyInRight 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: mmFlyInRight 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-fly[aria-hidden=true] .modal__container {
  -webkit-animation: mmFlyOut 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: mmFlyOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-pop[aria-hidden=false] .modal__container {
  -webkit-animation: mmPopIn 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: mmPopIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-fly[aria-hidden=true] .modal__container {
  -webkit-animation: mmPopOut 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: mmPopOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmDropIn {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmDropIn {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes mmDropOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes mmDropOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@-webkit-keyframes mmFlyInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mmFlyInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes mmFlyInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mmFlyInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes mmFlyOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes mmFlyOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@-webkit-keyframes mmPopIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes mmPopIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes mmPopOut {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.7);
  }
}
@keyframes mmPopOut {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.7);
  }
}
.modal.micromodal-pop .modal__container {
  text-align: center;
  border-radius: 0;
  position: relative;
}
.modal.micromodal-pop .modal__container .modal__header {
  margin-bottom: 0;
}
.modal.micromodal-pop .modal__container .modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal.micromodal-pop .modal__container h2 {
  margin-bottom: 10px;
}
.modal.micromodal-pop .modal__container h2 + p {
  margin-top: 10px;
}
.modal.micromodal-pop .modal__container .btn {
  margin-top: 30px;
}

.modal__content .block-image {
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 70%;
}
@media (min-width: 50em) {
  .modal__content .block-image {
    margin-bottom: 0;
    max-width: 50%;
  }
}
@media (min-width: 50em) {
  .modal__content.dc-modal-overlay-content {
    display: flex;
    flex-flow: row;
    align-items: center;
  }
  .modal__content.dc-modal-overlay-content figure {
    flex: 0 0 420px;
  }
  .modal__content.dc-modal-overlay-content .content {
    flex: 1 1 calc(100% - 420px);
    max-width: 100%;
  }
}

.alt-bg .related-work::before {
  content: "";
  width: calc(100vw - 15px * 2);
  height: 60%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #fff;
  display: block;
}
@media (min-width: 64em) {
  .alt-bg .related-work::before {
    width: calc(100vw - 40px * 2);
  }
}

.related-work {
  clear: both;
  position: relative;
}
.related-work .fancy-heading {
  margin-top: 0;
}
.related-work .our-work-grid {
  display: block;
  margin: 20px 30px 40px;
  position: relative;
}
@media (min-width: 64em) {
  .related-work .our-work-grid {
    margin: 20px 60px 60px;
  }
}
.related-work .our-work-grid .swiper {
  padding-top: 30px;
}
.related-work .our-work-grid .swiper-button {
  top: 55%;
}
.related-work .our-work-grid .swiper-button-prev {
  left: -37px;
}
@media (min-width: 64em) {
  .related-work .our-work-grid .swiper-button-prev {
    left: -80px;
  }
}
@media (min-width: 78.125em) {
  .related-work .our-work-grid .swiper-button-prev {
    left: -100px;
  }
}
.related-work .our-work-grid .swiper-button-next {
  right: -37px;
}
@media (min-width: 64em) {
  .related-work .our-work-grid .swiper-button-next {
    right: -80px;
  }
}
@media (min-width: 78.125em) {
  .related-work .our-work-grid .swiper-button-next {
    right: -100px;
  }
}
.related-work .our-work-grid .swiper .swiper-slide {
  margin-right: 15px;
}
@media (min-width: 34.375em) {
  .related-work .our-work-grid .swiper .swiper-slide {
    max-width: calc(50% - 15px);
    margin-right: 30px;
  }
}
@media (min-width: 64em) {
  .related-work .our-work-grid .swiper .swiper-slide {
    max-width: calc(33.3333333333% - 20px);
    margin-right: 80px;
  }
}
.related-work .our-work-grid .swiper.swiper-initialized .swiper-slide {
  max-width: unset;
  margin-right: unset;
}
.related-work .our-work-item {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: block;
  height: auto;
  width: 100%;
  text-align: center;
  color: #333333;
  position: relative;
}
.related-work .our-work-item:hover figure {
  transform: translateY(-25px);
}
.related-work .our-work-item:hover figure figcaption {
  display: block;
}
.related-work .our-work-item:focus-within figure {
  transform: translateY(-25px);
}
.related-work .our-work-item:focus-within figure figcaption {
  display: block;
}
.related-work .our-work-item h3 {
  margin-bottom: 0;
  font-weight: 700;
  color: #333333;
}
@media (max-width: 34.3125em) {
  .related-work .our-work-item h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .related-work .our-work-item h3 {
    font-size: 1.9rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .related-work .our-work-item h3 {
    font-size: 2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .related-work .our-work-item h3 {
    font-size: 2.1rem;
  }
}
@media (min-width: 78.125em) {
  .related-work .our-work-item h3 {
    font-size: 2.2rem;
  }
}
.related-work .our-work-item .client {
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}
@media (max-width: 34.3125em) {
  .related-work .our-work-item .client {
    font-size: 1.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .related-work .our-work-item .client {
    font-size: 1.4rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .related-work .our-work-item .client {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .related-work .our-work-item .client {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .related-work .our-work-item .client {
    font-size: 1.4rem;
  }
}
.related-work .our-work-item a {
  color: #333333;
}
.related-work .our-work-item a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.related-work .our-work-item a:hover, .related-work .our-work-item a:focus {
  text-decoration: none;
  color: #e02f3b;
}
.related-work .our-work-item a:focus {
  outline-style: dashed;
  outline-offset: 3px;
  outline-width: 3px;
  outline-color: #046179;
}
.related-work .our-work-item figure {
  margin: 0 0 30px;
  border: 2px solid #fff;
  line-height: 0;
  overflow: hidden;
  box-shadow: 2px 2px 11px rgba(51, 51, 51, 0.22);
  position: relative;
  transition: transform 0.2s;
}
.related-work .our-work-item figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.related-work .our-work-item figure figcaption .btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 22px 10px;
  font-weight: 700;
  box-shadow: 0px 2px 4px rgba(51, 51, 51, 0.5);
  width: 135px;
}
.related-work .our-work-item figure img {
  width: 100%;
  height: auto;
  transition: transform 0.2s;
}

.testimonial-block {
  position: relative;
  padding-top: 4%;
  overflow: hidden;
}
@media (min-width: 50em) {
  .testimonial-block {
    padding-top: 6%;
    margin-bottom: 105px;
  }
}
.testimonial-block picture {
  display: block;
  line-height: 0;
}
.testimonial-block .bg-image {
  width: 100%;
  height: auto;
  top: 1%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 50em) {
  .testimonial-block .bg-image {
    top: 4%;
  }
}
.testimonial-block .main-image {
  width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
  line-height: 0;
  margin-bottom: 20px;
}
@media (min-width: 50em) {
  .testimonial-block .main-image {
    margin-bottom: 0;
  }
}
.testimonial-block .testimonial-content {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  padding: 25px 20px 0;
  z-index: 3;
}
@media (min-width: 50em) {
  .testimonial-block .testimonial-content {
    position: absolute;
    width: 75%;
    padding: 35px 45px;
  }
}
@media (min-width: 64em) {
  .testimonial-block .testimonial-content {
    width: 50%;
  }
}
@media (min-width: 78.125em) {
  .testimonial-block .testimonial-content {
    padding: 85px 95px;
  }
}
.testimonial-block .testimonial-content blockquote {
  margin: 0;
  padding: 0;
}
.testimonial-block .testimonial-content p {
  font-style: italic;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 34.3125em) {
  .testimonial-block .testimonial-content p {
    font-size: 2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .testimonial-block .testimonial-content p {
    font-size: 2.1rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .testimonial-block .testimonial-content p {
    font-size: 2.2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .testimonial-block .testimonial-content p {
    font-size: 2.3rem;
  }
}
@media (min-width: 78.125em) {
  .testimonial-block .testimonial-content p {
    font-size: 2.4rem;
  }
}
.testimonial-block .testimonial-content cite {
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
}
@media (max-width: 34.3125em) {
  .testimonial-block .testimonial-content cite {
    font-size: 1.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .testimonial-block .testimonial-content cite {
    font-size: 1.4rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .testimonial-block .testimonial-content cite {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .testimonial-block .testimonial-content cite {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .testimonial-block .testimonial-content cite {
    font-size: 1.4rem;
  }
}
.testimonial-block .testimonial-content span {
  margin-bottom: 15px;
  font-style: normal;
}
@media (max-width: 34.3125em) {
  .testimonial-block .testimonial-content span {
    font-size: 2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .testimonial-block .testimonial-content span {
    font-size: 2rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .testimonial-block .testimonial-content span {
    font-size: 2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .testimonial-block .testimonial-content span {
    font-size: 2rem;
  }
}
@media (min-width: 78.125em) {
  .testimonial-block .testimonial-content span {
    font-size: 2rem;
  }
}

.testimonial-gallery-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 45px;
  width: calc(100% + (70px) - 20px);
  margin-left: calc(-35px + 10px);
}
@media (min-width: 37.5em) {
  .testimonial-gallery-block {
    width: 100%;
    margin-left: auto;
  }
}
@media (min-width: 50em) {
  .testimonial-gallery-block {
    padding: 10px 85px;
  }
}
.testimonial-gallery-block .swiper-slide {
  box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.22);
  padding: 20px 15% 20px 20px;
  margin: 0;
  position: relative;
}
@media (min-width: 50em) {
  .testimonial-gallery-block .swiper-slide {
    padding: 40px 32% 40px 40px;
  }
}
.testimonial-gallery-block .swiper-slide::after {
  content: "";
  width: 30%;
  height: 100%;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: url("/assets/images/patterns/testimonial-gallery-shape.svg");
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.testimonial-gallery-block figure {
  margin: 0;
}
.testimonial-gallery-block figure img {
  max-height: 70px;
  width: auto;
  height: auto;
}
.testimonial-gallery-block p {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media (max-width: 34.3125em) {
  .testimonial-gallery-block p {
    font-size: 1.8rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .testimonial-gallery-block p {
    font-size: 2rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .testimonial-gallery-block p {
    font-size: 2.2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .testimonial-gallery-block p {
    font-size: 2.4rem;
  }
}
@media (min-width: 78.125em) {
  .testimonial-gallery-block p {
    font-size: 2.6rem;
  }
}
@media (min-width: 50em) {
  .testimonial-gallery-block p {
    margin-top: 30px;
  }
}
.testimonial-gallery-block cite {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: normal;
  margin-right: 20%;
  line-height: 1.3;
  display: block;
}
@media (max-width: 34.3125em) {
  .testimonial-gallery-block cite {
    font-size: 1.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .testimonial-gallery-block cite {
    font-size: 1.4rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .testimonial-gallery-block cite {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .testimonial-gallery-block cite {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .testimonial-gallery-block cite {
    font-size: 1.4rem;
  }
}
@media (min-width: 50em) {
  .testimonial-gallery-block cite {
    letter-spacing: 2px;
  }
}
.testimonial-gallery-block .swiper-button.swiper-button-prev {
  left: 2px;
}
@media (min-width: 50em) {
  .testimonial-gallery-block .swiper-button.swiper-button-prev {
    left: 5px;
  }
}
.testimonial-gallery-block .swiper-button.swiper-button-next {
  right: 2px;
}
@media (min-width: 50em) {
  .testimonial-gallery-block .swiper-button.swiper-button-next {
    right: 5px;
  }
}

.headline-callout {
  display: -ms-grid;
  display: grid;
  z-index: 5;
  position: relative;
  padding: 35px 25px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  row-gap: 15px;
  -moz-column-gap: 35px;
       column-gap: 35px;
  background-color: #e02f3b;
  color: #fff;
  align-items: center;
  text-align: center;
}
@media (min-width: 50em) {
  .headline-callout {
    -ms-grid-columns: 1fr 300px;
    grid-template-columns: 1fr 300px;
    padding: 45px 60px;
    text-align: left;
  }
}
.headline-callout::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat;
  background-position: top left;
  opacity: 0.18;
}
.headline-callout.dark-bg {
  background-color: #333333;
}
.headline-callout.dark-bg::before {
  background-image: url("/assets/images/patterns/pattern-blue.webp");
}
.headline-callout.blue-bg {
  background-color: #75c8e1;
  color: #333333;
}
.headline-callout.blue-bg::before {
  background-image: url("/assets/images/patterns/pattern-white.webp");
}
.headline-callout.blue-bg h2 {
  color: #333333;
}
.headline-callout.red-bg {
  background-color: #e02f3b;
}
.headline-callout.red-bg::before {
  opacity: 0.05;
  background-image: url("/assets/images/patterns/pattern-charcoal.webp");
}
.headline-callout.red-bg .btn {
  color: #e02f3b;
  background-color: #fff;
  border-color: #fff;
}
.headline-callout.red-bg .btn.disabled:hover, .headline-callout.red-bg .btn.disabled:focus, .headline-callout.red-bg .btn[disabled]:hover, .headline-callout.red-bg .btn[disabled]:focus, fieldset[disabled] .headline-callout.red-bg .btn:hover, fieldset[disabled] .headline-callout.red-bg .btn:focus {
  background-color: #fff;
  border-color: #fff;
}
.headline-callout.red-bg .btn:focus, .headline-callout.red-bg .btn:hover, .headline-callout.red-bg .btn:active {
  color: #fff;
  text-decoration: none;
}
.headline-callout.red-bg .btn:focus::before, .headline-callout.red-bg .btn:hover::before, .headline-callout.red-bg .btn:active::before {
  height: 100%;
  background-color: #333333;
}
.headline-callout.red-bg .btn:focus::after, .headline-callout.red-bg .btn:hover::after, .headline-callout.red-bg .btn:active::after {
  height: 20px;
  bottom: -20px;
}
.headline-callout h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 34.3125em) {
  .headline-callout h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .headline-callout h2 {
    font-size: 2.775rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .headline-callout h2 {
    font-size: 3.05rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .headline-callout h2 {
    font-size: 3.325rem;
  }
}
@media (min-width: 78.125em) {
  .headline-callout h2 {
    font-size: 3.6rem;
  }
}
.headline-callout h2 + p {
  margin-top: 15px;
}
@media (min-width: 50em) {
  .headline-callout .buttons {
    text-align: right;
  }
}
.headline-callout p {
  margin-bottom: 0;
}

.related-blogs {
  clear: both;
  position: relative;
}
.related-blogs h2 {
  text-align: center;
}

.related-blogs-alt {
  margin-top: 45px;
  margin-bottom: 45px;
  clear: both;
  position: relative;
}
.related-blogs-alt h2 {
  text-align: center;
}
.related-blogs-alt .related-blogs-grid {
  display: block;
  margin-top: 20px;
  margin-bottom: 25px;
  padding-bottom: 35px;
  margin: 20px 30px 40px;
  position: relative;
}
@media (min-width: 64em) {
  .related-blogs-alt .related-blogs-grid {
    margin: 20px 120px 60px;
  }
}
@media (min-width: 50em) {
  .related-blogs-alt .related-blogs-grid {
    -moz-column-gap: 50px;
         column-gap: 50px;
    margin-top: 50px;
    margin-bottom: 45px;
  }
}
@media (min-width: 64em) {
  .related-blogs-alt .related-blogs-grid {
    padding-bottom: 0;
  }
}
@media (min-width: 78.125em) {
  .related-blogs-alt .related-blogs-grid {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
.related-blogs-alt .related-blogs-grid.swiper-container {
  width: 100%;
  height: 100%;
}
.related-blogs-alt .related-blogs-grid .swiper-button-blog-prev {
  left: -37px;
}
@media (min-width: 64em) {
  .related-blogs-alt .related-blogs-grid .swiper-button-blog-prev {
    left: -100px;
  }
}
.related-blogs-alt .related-blogs-grid .swiper-button-blog-next {
  right: -37px;
}
@media (min-width: 64em) {
  .related-blogs-alt .related-blogs-grid .swiper-button-blog-next {
    right: -100px;
  }
}
.related-blogs-alt .related-blogs-item {
  width: 100%;
  margin: 0 30px 0 0;
  height: auto;
  padding: 0 25px;
  position: relative;
}
@media (min-width: 34.375em) {
  .related-blogs-alt .related-blogs-item {
    width: calc(50% - 15px);
  }
}
@media (min-width: 64em) {
  .related-blogs-alt .related-blogs-item {
    width: calc(33.3333333333% - 20px);
  }
}
.related-blogs-alt .related-blogs-item:hover figure::before {
  background-image: url("/assets/images/patterns/blog-blue-shape.svg");
}
.related-blogs-alt .related-blogs-item:focus-within figure::before {
  background-image: url("/assets/images/patterns/blog-blue-shape.svg");
}
.related-blogs-alt .related-blogs-item a::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 5;
}
.related-blogs-alt .related-blogs-item a:focus {
  text-decoration: underline;
}
.related-blogs-alt .related-blogs-item figure {
  width: 100%;
  height: auto;
  background-size: cover;
  line-height: 0;
  margin: 0 0 40px;
  position: relative;
}
.related-blogs-alt .related-blogs-item figure::before {
  content: "";
  width: calc(100% + 40px);
  max-height: calc(100% + 25px);
  height: calc(100% + 25px);
  position: absolute;
  left: -20px;
  bottom: -28px;
  background-image: url("/assets/images/patterns/blog-gray-shape.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (min-width: 64em) {
  .related-blogs-alt .related-blogs-item figure::before {
    width: calc(100% + 45px);
    left: -20px;
  }
}
.related-blogs-alt .related-blogs-item figure img {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  transition: transform 0.2s;
  z-index: 2;
  position: relative;
}
.related-blogs-alt .related-blogs-item h3 {
  margin-bottom: 20px;
  color: #333333;
  font-weight: 700;
}
@media (max-width: 34.3125em) {
  .related-blogs-alt .related-blogs-item h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .related-blogs-alt .related-blogs-item h3 {
    font-size: 1.9rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .related-blogs-alt .related-blogs-item h3 {
    font-size: 2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .related-blogs-alt .related-blogs-item h3 {
    font-size: 2.1rem;
  }
}
@media (min-width: 78.125em) {
  .related-blogs-alt .related-blogs-item h3 {
    font-size: 2.2rem;
  }
}
.related-blogs-alt .related-blogs-item .callout-link {
  font-weight: 700;
  color: #e02f3b;
}
@media (max-width: 34.365em) {
  .related-blogs-alt .buttons .btn {
    width: 100%;
  }
}

.related-people {
  background-color: #fff;
  z-index: 5;
  position: relative;
  clear: both;
}
.related-people .related-people-grid {
  display: block;
  margin: 20px 30px 40px;
  position: relative;
}
@media (min-width: 64em) {
  .related-people .related-people-grid {
    margin: 20px 120px 60px;
  }
}
.related-people .related-people-grid .swiper .related-people-item {
  max-width: 100%;
  margin-right: 15px;
  height: auto;
}
@media (min-width: 37.5em) {
  .related-people .related-people-grid .swiper .related-people-item {
    max-width: calc(50% - 60px);
    margin-right: 30px;
  }
}
@media (min-width: 64em) {
  .related-people .related-people-grid .swiper .related-people-item {
    max-width: calc(33.3333333333% - 15px);
    margin-right: 30px;
  }
}
.related-people .related-people-grid .swiper.swiper-initialized .related-people-item {
  max-width: unset;
  margin-right: unset;
}
.related-people .related-people-grid + .buttons {
  margin-top: 30px;
}
@media (min-width: 64em) {
  .related-people .related-people-grid + .buttons {
    margin-top: 60px;
  }
}
.related-people .swiper-button-prev {
  left: -37px;
}
@media (min-width: 64em) {
  .related-people .swiper-button-prev {
    left: -80px;
  }
}
@media (min-width: 78.125em) {
  .related-people .swiper-button-prev {
    left: -100px;
  }
}
.related-people .swiper-button-next {
  right: -37px;
}
@media (min-width: 64em) {
  .related-people .swiper-button-next {
    right: -80px;
  }
}
@media (min-width: 78.125em) {
  .related-people .swiper-button-next {
    right: -100px;
  }
}
.related-people .link-callout {
  border-top: 6px solid #e02f3b;
  padding-top: 15px;
  position: relative;
}
.related-people .link-callout a {
  max-width: 40%;
}
@media (min-width: 50em) {
  .related-people .link-callout::after {
    content: "";
    background-image: url("/assets/images/patterns/block-bottom-shape-full.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 55%;
    height: 3vw;
    top: calc(100% - 25px);
  }
}

.related-people-item {
  width: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  background-color: #24a0c0;
}
.related-people-item:hover figure, .related-people-item:focus-within figure {
  position: relative;
}
.related-people-item:hover figure::before, .related-people-item:focus-within figure::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(117, 200, 225, 0.6);
  z-index: 1;
}
@media (min-width: 50em) {
  .related-people-item {
    text-align: left;
  }
}
.related-people-item.career figure, .related-people-item.career-item figure {
  background-color: #d8d8d8;
}
.related-people-item .content {
  border-top: 5px solid #75c8e1;
  color: #fff;
  padding: 30px 20px 20px;
}
.related-people-item h3 {
  margin-bottom: 0;
}
@media (max-width: 34.3125em) {
  .related-people-item h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .related-people-item h3 {
    font-size: 1.925rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .related-people-item h3 {
    font-size: 2.05rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .related-people-item h3 {
    font-size: 2.175rem;
  }
}
@media (min-width: 78.125em) {
  .related-people-item h3 {
    font-size: 2.3rem;
  }
}
.related-people-item h3 a {
  display: block;
  font-weight: 700;
  color: #fff;
}
.related-people-item h3 a:hover, .related-people-item h3 a:focus {
  text-decoration: none;
}
.related-people-item h3 a:focus {
  outline-style: dashed;
  outline-offset: 3px;
  outline-width: 3px;
  outline-color: #046179;
}
.related-people-item h3 a::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 5;
}
.related-people-item h3 + p {
  margin-top: 5px;
}
.related-people-item .position-title {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  margin-top: 12px;
  letter-spacing: 2.15px;
  z-index: 7;
}
@media (max-width: 34.3125em) {
  .related-people-item .position-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .related-people-item .position-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .related-people-item .position-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .related-people-item .position-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .related-people-item .position-title {
    font-size: 1.4rem;
  }
}
.related-people-item figure {
  margin: 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.related-people-item figure picture > img {
  width: 100%;
  height: auto;
  transition: transform 0.2s;
  position: relative;
}

.people-listing .related-people-grid {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 34.375em) {
  .people-listing .related-people-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64em) {
  .people-listing .related-people-grid {
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-top: 50px;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.career-grid {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 50px;
  justify-content: center;
}
@media (min-width: 37.5em) {
  .career-grid .career-item {
    flex: 0 0 calc(50% - 25px);
  }
}
@media (min-width: 64em) {
  .career-grid .career-item {
    flex: 0 0 calc(25% - 37.5px);
  }
}

.interior-hero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  position: relative;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (min-width: 64em) {
  .interior-hero {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0px;
  }
}
@media (max-width: 34.3125em) {
  .interior-hero h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .interior-hero h1 {
    font-size: 4.125rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .interior-hero h1 {
    font-size: 4.75rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .interior-hero h1 {
    font-size: 5.375rem;
  }
}
@media (min-width: 78.125em) {
  .interior-hero h1 {
    font-size: 6rem;
  }
}
.interior-hero .breadcrumb-container {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  width: 100%;
}
.interior-hero .breadcrumb-container .nav-breadcrumbs {
  width: 45%;
}
.interior-hero picture {
  margin: 0;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  line-height: 0;
  position: relative;
  align-self: flex-start;
}
@media (min-width: 64em) {
  .interior-hero picture {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
}
.interior-hero picture::after {
  content: "";
  width: 80%;
  height: 5vw;
  background-image: url("/assets/images/patterns/block-bottom-shape.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 100%;
  right: 0;
}
@media (min-width: 50em) {
  .interior-hero picture::after {
    height: 3vw;
    width: 55%;
  }
}
.interior-hero picture img {
  width: 100%;
  height: auto;
  line-height: 0;
  margin-left: auto;
  display: block;
}
@media (min-width: 64em) {
  .interior-hero picture img {
    width: 75%;
  }
}
.interior-hero .content {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  background-color: #fff;
  padding: 40px 0 20px 0;
  z-index: 5;
  align-self: flex-start;
  margin: -50px 30px 0;
}
@media (min-width: 34.375em) {
  .interior-hero .content {
    padding: 40px 5% 20px 0;
  }
}
@media (min-width: 64em) {
  .interior-hero .content {
    width: 100%;
    padding: 60px 5% 40px 0;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-top: 120px;
  }
}
.dark-interior-hero {
  margin-top: 0;
}
.dark-interior-hero .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media (min-width: 50em) {
  .dark-interior-hero .container {
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
  }
}
@media (min-width: 64em) {
  .dark-interior-hero .container {
    -moz-column-gap: 110px;
         column-gap: 110px;
  }
}
.dark-interior-hero .top {
  background-color: #333333;
  color: #fff;
  padding-top: 45px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 64em) {
  .dark-interior-hero .top {
    padding-top: 115px;
    padding-bottom: 100px;
  }
}
.dark-interior-hero .top::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat;
  background-position: top left;
  background-image: url("/assets/images/patterns/pattern-blue.webp");
  opacity: 0.4;
}
.dark-interior-hero h1 {
  color: #fff;
  z-index: 5;
  position: relative;
}
@media (min-width: 50em) {
  .dark-interior-hero h1 {
    margin-bottom: 240px;
  }
}
.dark-interior-hero h1 .sub {
  color: #fff;
  margin-bottom: 25px;
}
@media (min-width: 50em) {
  .dark-interior-hero h1 .sub {
    margin-bottom: 45px;
  }
}
.dark-interior-hero .content {
  align-self: flex-end;
}
.dark-interior-hero .bottom-content {
  -ms-grid-row-align: center;
      align-self: center;
  padding: 50px 0;
}
@media (min-width: 50em) {
  .dark-interior-hero .bottom-content {
    padding: 100px 0;
  }
}
.dark-interior-hero .bottom-content .table-of-contents {
  margin-top: 0;
  margin-bottom: 35px;
}
@media (min-width: 50em) {
  .dark-interior-hero .bottom-content .table-of-contents {
    margin-bottom: 95px;
  }
}
.dark-interior-hero .bottom-content .table-of-contents h2 {
  color: #333333;
}
.dark-interior-hero .bottom-content h2 {
  color: #e02f3b;
  text-transform: uppercase;
  letter-spacing: 3.59px;
  font-weight: 400;
}
@media (max-width: 34.3125em) {
  .dark-interior-hero .bottom-content h2 {
    font-size: 2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .dark-interior-hero .bottom-content h2 {
    font-size: 2rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .dark-interior-hero .bottom-content h2 {
    font-size: 2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .dark-interior-hero .bottom-content h2 {
    font-size: 2rem;
  }
}
@media (min-width: 78.125em) {
  .dark-interior-hero .bottom-content h2 {
    font-size: 2rem;
  }
}
.dark-interior-hero video {
  width: 100%;
  height: auto;
}
.dark-interior-hero figure {
  margin: -50px 0 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 50em) {
  .dark-interior-hero figure {
    margin: -280px 0 0;
  }
}
.dark-interior-hero figure img {
  width: 100%;
  height: auto;
}

.featured-blogs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-top: 45px;
  row-gap: 40px;
}
@media (min-width: 64em) {
  .featured-blogs {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 75em) {
  .featured-blogs {
    -ms-grid-columns: 3fr 2fr;
    grid-template-columns: 3fr 2fr;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
.featured-blogs .blog-item:first-child {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 64em) {
  .featured-blogs .blog-item:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media (min-width: 75em) {
  .featured-blogs .blog-item:first-child {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
}
.featured-blogs .blog-item:first-child:hover .content::before {
  background-image: url("/assets/images/patterns/blog-red-shape.svg");
}
.featured-blogs .blog-item:first-child:focus-within .content::before {
  background-image: url("/assets/images/patterns/blog-red-shape.svg");
}
@media (max-width: 34.3125em) {
  .featured-blogs .blog-item:first-child h2,
.featured-blogs .blog-item:first-child h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .featured-blogs .blog-item:first-child h2,
.featured-blogs .blog-item:first-child h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .featured-blogs .blog-item:first-child h2,
.featured-blogs .blog-item:first-child h3 {
    font-size: 2.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .featured-blogs .blog-item:first-child h2,
.featured-blogs .blog-item:first-child h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 78.125em) {
  .featured-blogs .blog-item:first-child h2,
.featured-blogs .blog-item:first-child h3 {
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .featured-blogs .blog-item:first-child figure {
    width: 80%;
  }
}
.featured-blogs .blog-item:first-child .content {
  position: relative;
}
@media (min-width: 50em) {
  .featured-blogs .blog-item:first-child .content {
    position: absolute;
    min-height: 80%;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    width: 55%;
  }
}
@media (max-width: 34.3125em) {
  .featured-blogs .blog-item:first-child .content p {
    font-size: 1.5rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .featured-blogs .blog-item:first-child .content p {
    font-size: 1.5rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .featured-blogs .blog-item:first-child .content p {
    font-size: 1.5rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .featured-blogs .blog-item:first-child .content p {
    font-size: 1.5rem;
  }
}
@media (min-width: 78.125em) {
  .featured-blogs .blog-item:first-child .content p {
    font-size: 1.5rem;
  }
}
.featured-blogs .blog-item:first-child .content .content-container {
  z-index: 2;
  background-color: #fff;
  position: relative;
}
@media (min-width: 50em) {
  .featured-blogs .blog-item:first-child .content .content-container {
    padding: 25px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    min-width: 275px;
  }
}
@media (min-width: 50em) {
  .featured-blogs .blog-item:first-child .content::before {
    content: "";
    width: calc(100% + 60px);
    max-height: 100%;
    height: 100%;
    position: absolute;
    left: -40px;
    top: -10px;
    background-image: url("/assets/images/patterns/blog-blue-shape.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
  }
}
.featured-blogs .blog-item:nth-child(2), .featured-blogs .blog-item:nth-child(3) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 20px;
  align-items: center;
}
@media (min-width: 37.5em) {
  .featured-blogs .blog-item:nth-child(2), .featured-blogs .blog-item:nth-child(3) {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.featured-blogs .blog-item:nth-child(2) figure, .featured-blogs .blog-item:nth-child(3) figure {
  margin-bottom: 0;
}
.featured-blogs .blog-item:nth-child(2) h2,
.featured-blogs .blog-item:nth-child(2) h3, .featured-blogs .blog-item:nth-child(3) h2,
.featured-blogs .blog-item:nth-child(3) h3 {
  margin-bottom: 15px;
}
@media (max-width: 34.3125em) {
  .featured-blogs .blog-item:nth-child(2) p, .featured-blogs .blog-item:nth-child(3) p {
    font-size: 1.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .featured-blogs .blog-item:nth-child(2) p, .featured-blogs .blog-item:nth-child(3) p {
    font-size: 1.4rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .featured-blogs .blog-item:nth-child(2) p, .featured-blogs .blog-item:nth-child(3) p {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .featured-blogs .blog-item:nth-child(2) p, .featured-blogs .blog-item:nth-child(3) p {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .featured-blogs .blog-item:nth-child(2) p, .featured-blogs .blog-item:nth-child(3) p {
    font-size: 1.4rem;
  }
}
.featured-blogs .blog-item:nth-child(2) .callout-link, .featured-blogs .blog-item:nth-child(3) .callout-link {
  margin-top: 15px;
}

.blog-filter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding: 0 30px;
}
@media (min-width: 50em) {
  .blog-filter {
    -ms-grid-columns: 140px 1fr;
    grid-template-columns: 140px 1fr;
    margin-top: 40px;
  }
}
.blog-filter h3 {
  text-transform: uppercase;
  letter-spacing: 6.5px;
  margin-bottom: 0;
  display: none;
  color: #333333;
  font-weight: 700;
}
@media (max-width: 34.3125em) {
  .blog-filter h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .blog-filter h3 {
    font-size: 2.425rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .blog-filter h3 {
    font-size: 2.45rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .blog-filter h3 {
    font-size: 2.475rem;
  }
}
@media (min-width: 78.125em) {
  .blog-filter h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 50em) {
  .blog-filter h3 {
    display: block;
  }
}
@media (min-width: 64em) {
  .blog-filter .blog-category-column {
    flex: 0 0 35%;
  }
}
.blog-filter .freeform-row {
  margin: 0;
}
@media (max-width: 63.9375em) {
  .blog-filter .freeform-row {
    display: block !important;
  }
}
.blog-filter .keyword-search {
  position: relative;
}
.blog-filter .keyword-search input {
  width: 100%;
}
.blog-filter .keyword-search button {
  height: 53px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #e02f3b;
  width: 100%;
}
.blog-filter .freeform-column.freeform-column-btn {
  width: 205px;
  margin: 0 auto;
}
@media (min-width: 50em) {
  .blog-filter .freeform-column.freeform-column-btn {
    width: 105px;
    flex: 0 0 105px;
  }
}

.blog-listing {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 35px;
  align-items: flex-start;
}
@media (min-width: 37.5em) {
  .blog-listing {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 55px;
  }
}
@media (min-width: 64em) {
  .blog-listing {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    row-gap: 85px;
  }
}
@media (min-width: 78.125em) {
  .blog-listing {
    -moz-column-gap: 65px;
         column-gap: 65px;
  }
}
.blog-listing.loading .blog-item.loading {
  display: -ms-grid;
  display: grid;
}
.blog-listing.loading .blog-item.loaded {
  display: none;
}
.blog-listing .blog-item.loading {
  display: none;
}
.blog-listing .blog-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
  position: relative;
}
.blog-listing .blog-item:hover figure::before {
  background-image: url("/assets/images/patterns/blog-blue-shape.svg");
}
.blog-listing .blog-item:focus-within figure::before {
  background-image: url("/assets/images/patterns/blog-blue-shape.svg");
}
.blog-listing .blog-item:first-child, .blog-listing .blog-item:nth-child(2), .blog-listing .blog-item:nth-child(11), .blog-listing .blog-item:nth-child(12) {
  row-gap: 40px;
}
@media (min-width: 37.5em) {
  .blog-listing .blog-item:first-child, .blog-listing .blog-item:nth-child(2), .blog-listing .blog-item:nth-child(11), .blog-listing .blog-item:nth-child(12) {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 64em) {
  .blog-listing .blog-item:first-child, .blog-listing .blog-item:nth-child(2), .blog-listing .blog-item:nth-child(11), .blog-listing .blog-item:nth-child(12) {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.blog-listing .blog-item:first-child:hover figure::before, .blog-listing .blog-item:nth-child(2):hover figure::before, .blog-listing .blog-item:nth-child(11):hover figure::before, .blog-listing .blog-item:nth-child(12):hover figure::before {
  background-image: url("/assets/images/patterns/blog-blue-shape.svg");
}
.blog-listing .blog-item:first-child:focus-within figure::before, .blog-listing .blog-item:nth-child(2):focus-within figure::before, .blog-listing .blog-item:nth-child(11):focus-within figure::before, .blog-listing .blog-item:nth-child(12):focus-within figure::before {
  background-image: url("/assets/images/patterns/blog-blue-shape.svg");
}
.blog-listing .blog-item:first-child figure, .blog-listing .blog-item:nth-child(2) figure, .blog-listing .blog-item:nth-child(11) figure, .blog-listing .blog-item:nth-child(12) figure {
  margin-bottom: 0;
}
.blog-listing .blog-item:first-child figure::before, .blog-listing .blog-item:nth-child(2) figure::before, .blog-listing .blog-item:nth-child(11) figure::before, .blog-listing .blog-item:nth-child(12) figure::before {
  background-image: url("/assets/images/patterns/blog-red-shape.svg");
}
.blog-listing .blog-item:first-child h2,
.blog-listing .blog-item:first-child h3, .blog-listing .blog-item:nth-child(2) h2,
.blog-listing .blog-item:nth-child(2) h3, .blog-listing .blog-item:nth-child(11) h2,
.blog-listing .blog-item:nth-child(11) h3, .blog-listing .blog-item:nth-child(12) h2,
.blog-listing .blog-item:nth-child(12) h3 {
  margin-bottom: 15px;
}
@media (max-width: 34.3125em) {
  .blog-listing .blog-item:first-child p, .blog-listing .blog-item:nth-child(2) p, .blog-listing .blog-item:nth-child(11) p, .blog-listing .blog-item:nth-child(12) p {
    font-size: 1.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .blog-listing .blog-item:first-child p, .blog-listing .blog-item:nth-child(2) p, .blog-listing .blog-item:nth-child(11) p, .blog-listing .blog-item:nth-child(12) p {
    font-size: 1.4rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .blog-listing .blog-item:first-child p, .blog-listing .blog-item:nth-child(2) p, .blog-listing .blog-item:nth-child(11) p, .blog-listing .blog-item:nth-child(12) p {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .blog-listing .blog-item:first-child p, .blog-listing .blog-item:nth-child(2) p, .blog-listing .blog-item:nth-child(11) p, .blog-listing .blog-item:nth-child(12) p {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .blog-listing .blog-item:first-child p, .blog-listing .blog-item:nth-child(2) p, .blog-listing .blog-item:nth-child(11) p, .blog-listing .blog-item:nth-child(12) p {
    font-size: 1.4rem;
  }
}
.blog-listing .blog-item:first-child .callout-link, .blog-listing .blog-item:nth-child(2) .callout-link, .blog-listing .blog-item:nth-child(11) .callout-link, .blog-listing .blog-item:nth-child(12) .callout-link {
  margin-top: 15px;
}
.blog-listing .blog-item:first-child, .blog-listing .blog-item:nth-child(11) {
  align-self: flex-start;
}
@media (min-width: 37.5em) {
  .blog-listing .blog-item:first-child, .blog-listing .blog-item:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media (min-width: 64em) {
  .blog-listing .blog-item:first-child, .blog-listing .blog-item:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
}
@media (min-width: 37.5em) {
  .blog-listing .blog-item:nth-child(2), .blog-listing .blog-item:nth-child(12) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media (min-width: 64em) {
  .blog-listing .blog-item:nth-child(2), .blog-listing .blog-item:nth-child(12) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/span 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.blog-listing .blog-item figure {
  position: relative;
  margin-bottom: 40px;
  max-width: 400px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 37.5em) {
  .blog-listing .blog-item figure {
    max-width: 100%;
    width: 100%;
  }
}
.blog-listing .blog-item figure::before {
  content: "";
  width: calc(100% + 50px);
  max-height: calc(100% + 25px);
  height: calc(100% + 25px);
  position: absolute;
  left: -20px;
  bottom: -28px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.blog-listing .blog-item figure img {
  z-index: 2;
  position: relative;
}

.blog-item {
  display: block;
  position: relative;
}
.blog-item:hover {
  text-decoration: none;
}
.blog-item:hover figure::before {
  background-image: url("/assets/images/patterns/blog-blue-shape.svg");
}
.blog-item:focus-within {
  text-decoration: none;
}
.blog-item:focus-within figure::before {
  background-image: url("/assets/images/patterns/blog-blue-shape.svg");
}
.blog-item a::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 5;
}
.blog-item a:focus {
  text-decoration: underline;
}
.blog-item p {
  color: #333333;
  font-weight: 400;
}
.blog-item .callout-link {
  margin-top: 15px;
}
@media (min-width: 78.125em) {
  .blog-item .callout-link {
    margin-top: 25px;
  }
}
.blog-item h2,
.blog-item h3 {
  margin-bottom: 15px;
  color: #333333;
  font-weight: 700;
}
@media (max-width: 34.3125em) {
  .blog-item h2,
.blog-item h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .blog-item h2,
.blog-item h3 {
    font-size: 1.9rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .blog-item h2,
.blog-item h3 {
    font-size: 2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .blog-item h2,
.blog-item h3 {
    font-size: 2.1rem;
  }
}
@media (min-width: 78.125em) {
  .blog-item h2,
.blog-item h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 78.125em) {
  .blog-item h2,
.blog-item h3 {
    margin-bottom: 25px;
  }
}
.blog-item h2 + p,
.blog-item h3 + p {
  margin-top: 10px;
}
.blog-item figure {
  width: 100%;
  height: auto;
  padding: 0;
  background-size: cover;
  line-height: 0;
  margin: 0 0 25px;
}
.blog-item figure img {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  transition: transform 0.2s;
}

.blog-detail-hero {
  text-align: center;
  position: relative;
  background-color: #fff;
  z-index: 5;
}
.blog-detail-hero .blog-detail-hero-content {
  position: relative;
  padding-top: 25px;
}
@media (min-width: 50em) {
  .blog-detail-hero .blog-detail-hero-content {
    padding-top: 53px;
  }
}
.blog-detail-hero .blog-detail-hero-content:before {
  content: "";
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f7f7f7;
  position: absolute;
}
@media (min-width: 50em) {
  .blog-detail-hero .blog-detail-hero-content:before {
    height: 60%;
  }
}
.blog-detail-hero .blog-detail-hero-content figure {
  margin: 30px 0 0;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 50em) {
  .blog-detail-hero .blog-detail-hero-content figure {
    margin: 50px 0 0;
  }
}
.blog-detail-hero .blog-detail-hero-content figure::before {
  content: "";
  width: calc(100% + 35px);
  max-height: calc(100% + 25px);
  height: calc(100% + 25px);
  position: absolute;
  left: -20px;
  bottom: -28px;
  background-image: url("/assets/images/patterns/blog-detail-bg-shape.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (min-width: 64em) {
  .blog-detail-hero .blog-detail-hero-content figure::before {
    left: -30px;
    width: calc(100% + 50px);
    max-height: calc(100% + 60px);
    height: calc(100% + 60px);
  }
}
@media (min-width: 95.3125em) {
  .blog-detail-hero .blog-detail-hero-content figure::before {
    left: -90px;
    width: calc(100% + 150px);
  }
}
.blog-detail-hero .blog-detail-hero-content figure img {
  width: 100%;
  height: auto;
  z-index: 5;
  position: relative;
}
.blog-detail-hero .blog-meta {
  text-transform: uppercase;
  letter-spacing: 2.59px;
  color: #e02f3b;
  margin-bottom: 20px;
}
@media (max-width: 34.3125em) {
  .blog-detail-hero .blog-meta {
    font-size: 1.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .blog-detail-hero .blog-meta {
    font-size: 1.4rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .blog-detail-hero .blog-meta {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .blog-detail-hero .blog-meta {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .blog-detail-hero .blog-meta {
    font-size: 1.4rem;
  }
}
@media (min-width: 50em) {
  .blog-detail-hero .blog-meta {
    margin-bottom: 40px;
  }
}
.blog-detail-hero .blog-meta .category {
  margin-right: 10px;
}
@media (min-width: 50em) {
  .blog-detail-hero .blog-meta .category {
    margin-right: 20px;
  }
}
.blog-detail-hero .blog-meta .category a {
  font-weight: 400;
  text-decoration: underline;
}
.blog-detail-hero .blog-meta .date {
  margin-left: 10px;
}
@media (min-width: 50em) {
  .blog-detail-hero .blog-meta .date {
    margin-left: 20px;
  }
}
.blog-detail-hero h1 {
  margin-bottom: 20px;
  text-transform: none;
}
@media (min-width: 50em) {
  .blog-detail-hero h1 {
    margin-bottom: 40px;
  }
}
.blog-detail-hero .author {
  margin-bottom: 20px;
}
@media (min-width: 50em) {
  .blog-detail-hero .author {
    margin-bottom: 40px;
  }
}
.blog-detail-hero .author a {
  text-decoration: underline;
  font-weight: 400;
  margin-right: 10px;
}
.blog-detail-hero .author .title {
  margin-left: 10px;
}

.about-the-author {
  clear: both;
  width: 100%;
  background-color: #f7f7f7;
  padding: 25px 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -moz-column-gap: 45px;
       column-gap: 45px;
  row-gap: 30px;
  align-items: center;
}
@media (min-width: 40.625em) {
  .about-the-author {
    -ms-grid-columns: 200px 1fr;
    grid-template-columns: 200px 1fr;
  }
}
@media (min-width: 64em) {
  .about-the-author {
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
  }
}
.about-the-author figure {
  margin: 0 auto;
  line-height: 0;
  overflow: hidden;
  position: relative;
  padding: 0;
  max-width: 300px;
  border: 5px solid #24a0c0;
}
.about-the-author figure img {
  width: 100%;
  height: auto;
}
.about-the-author figure picture > img {
  width: 100%;
  height: auto;
  transition: transform 0.2s;
  position: relative;
}
.about-the-author .content {
  padding: 15px 30px 15px 0;
}
.about-the-author h2 {
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 34.3125em) {
  .about-the-author h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .about-the-author h2 {
    font-size: 1.9rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .about-the-author h2 {
    font-size: 2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .about-the-author h2 {
    font-size: 2.1rem;
  }
}
@media (min-width: 78.125em) {
  .about-the-author h2 {
    font-size: 2.2rem;
  }
}
.about-the-author h2 + p {
  margin-top: 10px;
}
.about-the-author h2 .sub {
  margin-bottom: 15px;
  color: #d9202d;
}
@media (max-width: 34.3125em) {
  .about-the-author h2 .sub {
    font-size: 1.6rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .about-the-author h2 .sub {
    font-size: 1.7rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .about-the-author h2 .sub {
    font-size: 1.8rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .about-the-author h2 .sub {
    font-size: 1.9rem;
  }
}
@media (min-width: 78.125em) {
  .about-the-author h2 .sub {
    font-size: 2rem;
  }
}
.about-the-author a {
  color: #d9202d;
}
.about-the-author a:hover, .about-the-author a:focus {
  color: #333333;
}

.prev-next-blogs {
  clear: both;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  width: 100%;
}
.prev-next-blogs .previous {
  text-align: left;
  -ms-grid-column: 1;
  grid-column: 1;
}
.prev-next-blogs .next {
  text-align: right;
  margin-left: auto;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media (min-width: 50em) {
  .prev-next-blogs > div {
    max-width: 65%;
  }
}
.prev-next-blogs > div a:hover, .prev-next-blogs > div a:focus {
  text-decoration: none;
}
.prev-next-blogs > div a:hover .title, .prev-next-blogs > div a:focus .title {
  text-decoration: underline;
}
.prev-next-blogs > div .headline {
  color: #e02f3b;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 34.3125em) {
  .prev-next-blogs > div .headline {
    font-size: 1.6rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .prev-next-blogs > div .headline {
    font-size: 1.65rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .prev-next-blogs > div .headline {
    font-size: 1.7rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .prev-next-blogs > div .headline {
    font-size: 1.75rem;
  }
}
@media (min-width: 78.125em) {
  .prev-next-blogs > div .headline {
    font-size: 1.8rem;
  }
}
.prev-next-blogs > div .title {
  color: #333333;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 34.3125em) {
  .prev-next-blogs > div .title {
    font-size: 1.8rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .prev-next-blogs > div .title {
    font-size: 1.9rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .prev-next-blogs > div .title {
    font-size: 2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .prev-next-blogs > div .title {
    font-size: 2.1rem;
  }
}
@media (min-width: 78.125em) {
  .prev-next-blogs > div .title {
    font-size: 2.2rem;
  }
}

.btn-work {
  border: 1px solid;
  color: #2e2a25;
  background-color: #fff;
  border-color: #2e2a25;
  margin: 10px 15px 10px;
  position: relative;
}
.btn-work.disabled:hover, .btn-work.disabled:focus, .btn-work[disabled]:hover, .btn-work[disabled]:focus, fieldset[disabled] .btn-work:hover, fieldset[disabled] .btn-work:focus {
  background-color: #fff;
  border-color: #2e2a25;
}
.btn-work:focus, .btn-work:hover, .btn-work:active {
  color: #fff;
  text-decoration: none;
}
.btn-work:focus::before, .btn-work:hover::before, .btn-work:active::before {
  height: 100%;
  background-color: #e02f3b;
}
.btn-work:focus::after, .btn-work:hover::after, .btn-work:active::after {
  height: 20px;
  bottom: -20px;
}
.btn-work.active {
  color: #fff;
  background-color: #e02f3b;
  border-color: #e02f3b;
  padding-left: 45px;
}
.btn-work.active.disabled:hover, .btn-work.active.disabled:focus, .btn-work.active[disabled]:hover, .btn-work.active[disabled]:focus, fieldset[disabled] .btn-work.active:hover, fieldset[disabled] .btn-work.active:focus {
  background-color: #e02f3b;
  border-color: #e02f3b;
}
.btn-work.active::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #fff;
}
.btn-work.active span {
  position: unset;
}
.btn-work.active span::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 19px;
  width: 13px;
  height: 1px;
  background-color: #e02f3b;
  transform: rotate(45deg);
  z-index: 5;
}
.btn-work.active span::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 19px;
  width: 13px;
  height: 1px;
  background-color: #e02f3b;
  transform: rotate(-45deg);
  z-index: 5;
}

.btn-filter {
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  color: #e02f3b;
  font-weight: 400;
  letter-spacing: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}
@media (min-width: 50em) {
  .btn-filter {
    display: none;
  }
}
.btn-filter.active span {
  transform: rotate(0);
}
.btn-filter.active + .work-filtering {
  display: flex;
}
.btn-filter span {
  width: 21px;
  height: 21px;
  background-color: #e02f3b;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  transform: rotate(45deg);
}
.btn-filter span::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 13px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
  z-index: 5;
}
.btn-filter span::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 13px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
  z-index: 5;
}

.work-filtering {
  display: none;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 50em) {
  .work-filtering {
    display: flex !important;
  }
}
.work-filtering .btn {
  width: 100%;
}
@media (min-width: 37.5em) {
  .work-filtering .btn {
    width: auto;
  }
}

.work-grid {
  display: block;
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  row-gap: 45px;
  -moz-column-gap: 0px;
       column-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  align-items: flex-start;
}
@media (min-width: 50em) {
  .work-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 75px;
  }
}
.work-grid + .buttons {
  margin-top: 30px;
}
@media (min-width: 50em) {
  .work-grid + .buttons {
    margin-top: 60px;
  }
}

.work-item {
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: 400;
  vertical-align: top;
  position: relative;
}
.work-item:hover figure {
  transform: scale(0.9);
  box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.22);
}
.work-item:hover figure figcaption {
  display: block;
}
.work-item:hover h3 a {
  color: #e02f3b;
}
.work-item:focus-within figure {
  transform: scale(0.9);
  box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.22);
}
.work-item:focus-within figure figcaption {
  display: block;
}
.work-item:focus-within h3 a {
  color: #e02f3b;
}
.work-item h3 {
  max-width: 55%;
  margin: 0 auto 15px;
}
@media (max-width: 34.3125em) {
  .work-item h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .work-item h3 {
    font-size: 1.9rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .work-item h3 {
    font-size: 2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .work-item h3 {
    font-size: 2.1rem;
  }
}
@media (min-width: 78.125em) {
  .work-item h3 {
    font-size: 2.2rem;
  }
}
.work-item h3 a {
  font-weight: 700;
  color: #333333;
}
.work-item h3 a:hover, .work-item h3 a:focus {
  text-decoration: none;
}
.work-item h3 a:focus {
  outline-style: dashed;
  outline-offset: 3px;
  outline-width: 3px;
  outline-color: #046179;
  display: block;
}
.work-item h3 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.work-item h3 + p {
  margin-top: 5px;
}
.work-item .client {
  text-transform: uppercase;
  font-weight: 400;
  color: #333333;
  letter-spacing: 2px;
}
@media (max-width: 34.3125em) {
  .work-item .client {
    font-size: 1.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .work-item .client {
    font-size: 1.4rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .work-item .client {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .work-item .client {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .work-item .client {
    font-size: 1.4rem;
  }
}
.work-item figure {
  margin: 0 0 20px;
  line-height: 0;
  position: relative;
  width: 100%;
  transition: transform 0.2s;
}
.work-item figure img {
  width: 100%;
  height: auto;
}
.work-item figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.work-item figure figcaption .btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 22px 10px;
  font-weight: 700;
  box-shadow: 0px 2px 4px rgba(51, 51, 51, 0.5);
  width: 135px;
}

.table-of-contents {
  text-decoration: none;
  display: block;
  height: 100%;
  background-color: #f7f7f7;
  transition: background-color 0.2s, color 0.2s;
  padding: 35px 40px 30px;
  font-weight: 400;
  color: #2e2a25;
}
.table-of-contents h2 {
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 3.29px;
  font-weight: 400;
}
@media (max-width: 34.3125em) {
  .table-of-contents h2 {
    font-size: 2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .table-of-contents h2 {
    font-size: 2rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .table-of-contents h2 {
    font-size: 2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .table-of-contents h2 {
    font-size: 2rem;
  }
}
@media (min-width: 78.125em) {
  .table-of-contents h2 {
    font-size: 2rem;
  }
}
.table-of-contents ol {
  display: block;
  margin: 0;
}
@media (min-width: 34.375em) {
  .table-of-contents ol {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.table-of-contents ol li {
  margin-right: 0;
  flex: 0 0 auto;
  list-style: none;
}
.table-of-contents ol li:last-child {
  margin-right: 0;
}
.table-of-contents ol li a {
  text-decoration: none;
  position: relative;
  margin-right: 35px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #d9202d;
}
.table-of-contents ol li a:hover, .table-of-contents ol li a:focus {
  text-decoration: underline;
}

.multi-column-block {
  clear: both;
  display: -ms-grid;
  display: grid;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 35px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.multi-column-block.column-2 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media (min-width: 37.5em) {
  .multi-column-block.column-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 37.5em) {
  .multi-column-block.column-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64em) {
  .multi-column-block.column-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 37.5em) {
  .multi-column-block.column-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64em) {
  .multi-column-block.column-4 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 78.125em) {
  .multi-column-block.column-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.multi-column-block.fancy .column {
  border-left: 4px solid #d8d8d8;
  padding-left: 10px;
}
.multi-column-block figure {
  margin: 0;
}
.multi-column-block figure img {
  width: 100%;
  height: auto;
}
.multi-column-block .stat {
  color: #24a0c0;
  display: block;
}
@media (max-width: 34.3125em) {
  .multi-column-block .stat {
    font-size: 3rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .multi-column-block .stat {
    font-size: 3.45rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .multi-column-block .stat {
    font-size: 3.9rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .multi-column-block .stat {
    font-size: 4.35rem;
  }
}
@media (min-width: 78.125em) {
  .multi-column-block .stat {
    font-size: 4.8rem;
  }
}
@media (max-width: 34.3125em) {
  .multi-column-block .column.truncated {
    font-size: 1.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .multi-column-block .column.truncated {
    font-size: 1.4rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .multi-column-block .column.truncated {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .multi-column-block .column.truncated {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .multi-column-block .column.truncated {
    font-size: 1.4rem;
  }
}
@media (max-width: 34.3125em) {
  .multi-column-block h3 {
    font-size: 2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .multi-column-block h3 {
    font-size: 2.05rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .multi-column-block h3 {
    font-size: 2.1rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .multi-column-block h3 {
    font-size: 2.15rem;
  }
}
@media (min-width: 78.125em) {
  .multi-column-block h3 {
    font-size: 2.2rem;
  }
}

.column-centering {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  justify-content: center;
}
@media (min-width: 34.375em) {
  .column-centering {
    margin-left: -60px;
    width: calc(100% + 60px);
  }
}
@media (min-width: 78.125em) {
  .column-centering {
    margin-left: -100px;
    width: calc(100% + 100px);
  }
}
.column-centering.column-4 {
  -moz-column-gap: 0;
       column-gap: 0;
}
@media (min-width: 78.125em) {
  .column-centering.column-4 .multi-column-column {
    flex: 0 0 calc(25% - 100px);
    margin-left: 100px;
  }
}
.column-centering.column-2 {
  -moz-column-gap: 0;
       column-gap: 0;
}
@media (min-width: 34.375em) {
  .column-centering.column-2 .multi-column-column {
    flex: 0 0 calc(50% - 60px);
    margin-left: 60px;
  }
}
@media (min-width: 78.125em) {
  .column-centering.column-2 .multi-column-column {
    flex: 0 0 calc(33% - 100px);
    margin-left: 100px;
  }
}
.column-centering .multi-column-column {
  flex: 0 0 100%;
  margin-left: 0px;
  margin-bottom: 30px;
}
@media (min-width: 34.375em) {
  .column-centering .multi-column-column {
    flex: 0 0 calc(50% - 60px);
    margin-left: 60px;
  }
}
@media (min-width: 78.125em) {
  .column-centering .multi-column-column {
    flex: 0 0 calc(33% - 100px);
    margin-left: 100px;
    margin-bottom: 60px;
  }
}

.side-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 40px;
}
@media (min-width: 34.375em) {
  .side-columns {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 64em) {
  .side-columns {
    -ms-grid-columns: 2fr 3fr 2fr;
    grid-template-columns: 2fr 3fr 2fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
.side-columns .column:first-child {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  text-align: left;
}
@media (min-width: 34.375em) {
  .side-columns .column:first-child {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media (min-width: 64em) {
  .side-columns .column:first-child {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.side-columns .column:nth-child(2) {
  text-align: left;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
@media (min-width: 34.375em) {
  .side-columns .column:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    text-align: right;
  }
}
@media (min-width: 64em) {
  .side-columns .column:nth-child(2) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.side-columns .animation, .side-columns .image-area {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  position: relative;
}
@media (min-width: 34.375em) {
  .side-columns .animation, .side-columns .image-area {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media (min-width: 64em) {
  .side-columns .animation, .side-columns .image-area {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.side-columns .animation .bg-image, .side-columns .animation img, .side-columns .image-area .bg-image, .side-columns .image-area img {
  max-width: 500px;
  width: 68%;
  height: auto;
  margin: auto;
  display: block;
}
.side-columns .animation #lottie-animation, .side-columns .image-area #lottie-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.people-callout {
  position: relative;
  overflow: hidden;
}
.people-callout .image-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 34.375em) {
  .people-callout .image-grid {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
.people-callout figure {
  margin: 0;
  line-height: 0;
}
@media (max-width: 34.3125em) {
  .people-callout figure:nth-child(4), .people-callout figure:nth-child(5), .people-callout figure:nth-child(9), .people-callout figure:nth-child(10) {
    display: none;
  }
}
.people-callout figure img {
  width: 100%;
  height: auto;
}
.people-callout .marquee {
  background-color: #75c8e1;
  width: 120%;
  padding: 15px 0;
  display: block;
  font-weight: 800;
  letter-spacing: 3.18px;
  text-transform: uppercase;
  position: absolute;
  left: -10%;
  top: 50%;
  transform: translateY(-50%) rotate(-1.5deg);
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 34.3125em) {
  .people-callout .marquee {
    font-size: 2.6rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .people-callout .marquee {
    font-size: 2.6rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .people-callout .marquee {
    font-size: 2.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .people-callout .marquee {
    font-size: 2.6rem;
  }
}
@media (min-width: 78.125em) {
  .people-callout .marquee {
    font-size: 2.6rem;
  }
}
@media (min-width: 50em) {
  .people-callout .marquee {
    padding: 25px 0;
    letter-spacing: 7.18px;
  }
}
@media (min-width: 50em) and (max-width: 34.3125em) {
  .people-callout .marquee {
    font-size: 4rem;
  }
}
@media (min-width: 50em) and (min-width: 34.375em) and (max-width: 49.9375em) {
  .people-callout .marquee {
    font-size: 4rem;
  }
}
@media (min-width: 50em) and (min-width: 50em) and (max-width: 63.9375em) {
  .people-callout .marquee {
    font-size: 4rem;
  }
}
@media (min-width: 50em) and (min-width: 64em) and (max-width: 78.0625em) {
  .people-callout .marquee {
    font-size: 4rem;
  }
}
@media (min-width: 50em) and (min-width: 78.125em) {
  .people-callout .marquee {
    font-size: 4rem;
  }
}
.people-callout .marquee #marquee1 {
  display: inline-block;
  -webkit-animation: marquee1 20s linear infinite;
          animation: marquee1 20s linear infinite;
  padding: 0 0 0 25px;
}
@media (min-width: 50em) {
  .people-callout .marquee #marquee1 {
    padding: 0 0 0 20px;
  }
}
.people-callout .marquee #marquee2 {
  display: inline-block;
  -webkit-animation: marquee2 20s linear infinite;
          animation: marquee2 20s linear infinite;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  padding: 0 25px 0 0;
}
@media (min-width: 50em) {
  .people-callout .marquee #marquee2 {
    padding: 0 20px 0 0;
  }
}
@-webkit-keyframes marquee1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes marquee2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translate(7%, 0);
  }
  100% {
    transform: translate(-25%, 0);
  }
}
@keyframes marquee {
  0% {
    transform: translate(7%, 0);
  }
  100% {
    transform: translate(-25%, 0);
  }
}
.people-callout .marquee .white {
  color: #fff;
  text-shadow: -1px 0 #333333, 0 1px #333333, 1px 0 #333333, 0 -1px #333333;
}

.block-split-feature {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 0;
  background-color: #fff;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 30px;
  align-items: center;
  position: relative;
}
@media (min-width: 64em) {
  .block-split-feature {
    padding-bottom: 3vw;
  }
}
@media (min-width: 64em) {
  .block-split-feature {
    -ms-grid-columns: 40% 1fr;
    grid-template-columns: 40% 1fr;
  }
}
@media (min-width: 64em) {
  .block-split-feature.fancy::after {
    content: "";
    width: 80%;
    height: 5vw;
    background-image: url("/assets/images/patterns/block-bottom-shape-reverse.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(100% - 3vw);
    left: 0;
  }
}
.block-split-feature.inverse-order.fancy::after {
  left: auto;
  right: 0;
  background-image: url("/assets/images/patterns/block-bottom-shape.webp");
}
@media (min-width: 64em) {
  .block-split-feature.inverse-order {
    -ms-grid-columns: 1fr 40%;
    grid-template-columns: 1fr 40%;
  }
}
.block-split-feature.inverse-order .feature-image {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media (min-width: 64em) {
  .block-split-feature.inverse-order .feature-image {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.block-split-feature.inverse-order .block-split-feature-content {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media (min-width: 64em) {
  .block-split-feature.inverse-order .block-split-feature-content {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media (min-width: 64em) {
  .block-split-feature.inverse-order .block-split-feature-content .half-container {
    margin-right: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 60px;
  }
}
.block-split-feature .feature-image {
  position: relative;
  overflow: hidden;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media (min-width: 64em) {
  .block-split-feature .feature-image {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.block-split-feature .feature-image figure {
  margin: 0;
  line-height: 0;
}
.block-split-feature .feature-image figure picture {
  line-height: 0;
  display: block;
}
.block-split-feature .feature-image figure img {
  width: 100%;
  height: auto;
}
.block-split-feature .block-split-feature-content {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  padding: 0 20px;
}
@media (min-width: 64em) {
  .block-split-feature .block-split-feature-content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 0;
  }
}
@media (min-width: 64em) {
  .block-split-feature .block-split-feature-content .half-container {
    max-width: calc(1450px * .4);
    margin-left: auto;
    padding-left: 60px;
  }
}
.block-featured {
  clear: both;
  padding: 40px 0 50px;
  position: relative;
}
@media (min-width: 50em) {
  .block-featured {
    padding: 120px 0 100px;
  }
}
.block-featured.fancy .fancy-top {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.block-featured.fancy .fancy-top::before {
  content: "";
  width: 80%;
  height: 5vw;
  background-image: url("/assets/images/patterns/block-top-shape.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -5vw;
  right: 0;
  background-position: top right;
}
@media (min-width: 50em) {
  .block-featured.fancy .fancy-top::before {
    width: 55%;
    height: 3vw;
    top: -3vw;
  }
}
.block-featured.fancy::after {
  content: "";
  width: 80%;
  height: 5vw;
  background-image: url("/assets/images/patterns/block-bottom-shape.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 100%;
  right: 0;
}
@media (min-width: 50em) {
  .block-featured.fancy::after {
    width: 55%;
    height: 3vw;
  }
}
.block-featured.light-bg::before, .block-featured.dark-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat;
  background-position: top left;
}
.block-featured.light-bg {
  background-color: #f7f7f7;
}
.block-featured.light-bg::before {
  background-image: url("/assets/images/patterns/pattern-white.webp");
}
.block-featured.dark-bg {
  background-color: #333333;
  color: #fff;
}
.block-featured.dark-bg::before {
  background-image: url("/assets/images/patterns/pattern-blue.webp");
  opacity: 0.47;
}
.block-featured.dark-bg .block-featured-intro h2, .block-featured.dark-bg .block-featured-intro h3 {
  color: #fff;
}
.block-featured .block-featured-container {
  display: -ms-grid;
  display: grid;
  flex-flow: column;
  width: 100%;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media (min-width: 64em) {
  .block-featured .block-featured-container {
    -ms-grid-columns: 3fr 7fr;
    grid-template-columns: 3fr 7fr;
  }
}
.block-featured .block-featured-content {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (min-width: 37.5em) {
  .block-featured .block-featured-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.block-featured .block-featured-content-item {
  height: 100%;
  color: #333333;
  background-color: #fff;
  padding: 25px 20px;
  display: block;
  width: 100%;
  transition: border-color 0.2s;
  text-decoration: none;
  border: 1px solid #24a0c0;
  font-weight: 400;
  line-height: 2;
  position: relative;
}
@media (max-width: 34.3125em) {
  .block-featured .block-featured-content-item {
    font-size: 1.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-featured .block-featured-content-item {
    font-size: 1.4rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-featured .block-featured-content-item {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-featured .block-featured-content-item {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .block-featured .block-featured-content-item {
    font-size: 1.4rem;
  }
}
@media (min-width: 50em) {
  .block-featured .block-featured-content-item {
    padding: 35px 30px;
  }
}
.block-featured .block-featured-content-item > a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-featured .block-featured-content-item > a:hover, .block-featured .block-featured-content-item > a:focus {
  text-decoration: none;
}
.block-featured .block-featured-content-item > a:hover::after, .block-featured .block-featured-content-item > a:focus::after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #24a0c0;
}
.block-featured h3,
.block-featured h4 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
}
@media (max-width: 34.3125em) {
  .block-featured h3,
.block-featured h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-featured h3,
.block-featured h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-featured h3,
.block-featured h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-featured h3,
.block-featured h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 78.125em) {
  .block-featured h3,
.block-featured h4 {
    font-size: 2.2rem;
  }
}
.block-featured h3 + p,
.block-featured h4 + p {
  margin-top: 20px;
}

.image-tiles-callout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 30px;
  align-items: center;
}
@media (min-width: 64em) {
  .image-tiles-callout {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 78.125em) {
  .image-tiles-callout {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
.image-tiles-callout h2 span {
  margin-bottom: 5px;
}
@media (min-width: 64em) {
  .image-tiles-callout.inverse-order {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 64em) {
  .image-tiles-callout.inverse-order .image-tiles {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media (min-width: 64em) {
  .image-tiles-callout.inverse-order .content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.image-tiles {
  margin: 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  line-height: 0;
  position: relative;
}
@media (min-width: 34.375em) {
  .image-tiles {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.image-tiles.inverse-order figure {
  display: block;
  line-height: 0;
}
.image-tiles.inverse-order figure:first-child {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
.image-tiles.inverse-order figure:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.image-tiles.inverse-order figure:nth-child(3) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.image-tiles video {
  width: 100%;
  height: auto;
}
.image-tiles figure {
  display: block;
  line-height: 0;
  margin: 0;
  position: relative;
}
.image-tiles figure:first-child {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
.image-tiles figure:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  align-self: flex-start;
}
.image-tiles figure:nth-child(3) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  align-self: flex-end;
}
.image-tiles img {
  width: 100%;
  height: auto;
  line-height: 0;
}

.newsletter-callout {
  display: -ms-grid;
  display: grid;
  z-index: 5;
  position: relative;
  padding: 32px 25px 25px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  row-gap: 5px;
  -moz-column-gap: 35px;
       column-gap: 35px;
  background-color: #e02f3b;
  color: #fff;
  align-items: center;
  text-align: center;
}
@media (min-width: 50em) {
  .newsletter-callout {
    -ms-grid-columns: 1fr 210px;
    grid-template-columns: 1fr 210px;
    padding: 25px 50px;
    text-align: left;
  }
}
@media (min-width: 78.125em) {
  .newsletter-callout {
    -ms-grid-columns: 375px 2fr 210px;
    grid-template-columns: 375px 2fr 210px;
  }
}
.newsletter-callout::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat;
  background-position: top left;
  opacity: 0.18;
}
.newsletter-callout.dark-bg {
  background-color: #333333;
}
.newsletter-callout.dark-bg::before {
  background-image: url("/assets/images/patterns/pattern-blue.webp");
}
.newsletter-callout.blue-bg {
  background-color: #24a0c0;
}
.newsletter-callout.blue-bg::before {
  background-image: url("/assets/images/patterns/pattern-white.webp");
}
.newsletter-callout.red-bg {
  background-color: #e02f3b;
}
.newsletter-callout.red-bg::before {
  opacity: 0.05;
  background-image: url("/assets/images/patterns/pattern-charcoal.webp");
}
.newsletter-callout.red-bg .btn {
  color: #e02f3b;
  background-color: #fff;
  border-color: #fff;
}
.newsletter-callout.red-bg .btn.disabled:hover, .newsletter-callout.red-bg .btn.disabled:focus, .newsletter-callout.red-bg .btn[disabled]:hover, .newsletter-callout.red-bg .btn[disabled]:focus, fieldset[disabled] .newsletter-callout.red-bg .btn:hover, fieldset[disabled] .newsletter-callout.red-bg .btn:focus {
  background-color: #fff;
  border-color: #fff;
}
.newsletter-callout.red-bg .btn:focus, .newsletter-callout.red-bg .btn:hover, .newsletter-callout.red-bg .btn:active {
  color: #fff;
  text-decoration: none;
}
.newsletter-callout.red-bg .btn:focus::before, .newsletter-callout.red-bg .btn:hover::before, .newsletter-callout.red-bg .btn:active::before {
  height: 100%;
  background-color: #333333;
}
.newsletter-callout.red-bg .btn:focus::after, .newsletter-callout.red-bg .btn:hover::after, .newsletter-callout.red-bg .btn:active::after {
  height: 20px;
  bottom: -20px;
}
.newsletter-callout picture img {
  -o-object-fit: fill;
     object-fit: fill;
}
.newsletter-callout h2 {
  color: #fff;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media (max-width: 34.3125em) {
  .newsletter-callout h2 {
    font-size: 2.1rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .newsletter-callout h2 {
    font-size: 2.475rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .newsletter-callout h2 {
    font-size: 2.85rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .newsletter-callout h2 {
    font-size: 3.225rem;
  }
}
@media (min-width: 78.125em) {
  .newsletter-callout h2 {
    font-size: 3.6rem;
  }
}
@media (min-width: 50em) {
  .newsletter-callout .excerpt {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media (min-width: 78.125em) {
  .newsletter-callout .excerpt {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media (min-width: 50em) {
  .newsletter-callout .buttons {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    -ms-grid-row-align: center;
        align-self: center;
    justify-self: flex-end;
  }
}
@media (min-width: 78.125em) {
  .newsletter-callout .buttons {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.modal-newsletter-popup {
  text-align: center;
}
.modal-newsletter-popup form {
  max-width: 500px;
  margin: 0 auto;
}

.logo-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 30px;
  align-items: center;
}
@media (min-width: 34.375em) {
  .logo-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 50em) {
  .logo-grid {
    -moz-column-gap: 80px;
         column-gap: 80px;
    row-gap: 60px;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.logo-grid figure {
  margin: 0 auto;
  height: auto;
  width: 100%;
}
.logo-grid figure a:hover img, .logo-grid figure a:focus img {
  filter: unset;
}
.logo-grid figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(100%);
  transition: filter 0.2s;
}

.block-rich-content-overlapping {
  position: relative;
  clear: both;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
  background-color: #fff;
}
@media (min-width: 50em) {
  .block-rich-content-overlapping {
    -ms-grid-columns: 25% 15% 1fr;
    grid-template-columns: 25% 15% 1fr;
  }
}
@media (min-width: 50em) {
  .block-rich-content-overlapping.inverse-order {
    -ms-grid-columns: 1fr 15% 25%;
    grid-template-columns: 1fr 15% 25%;
  }
}
.block-rich-content-overlapping.inverse-order .block-rich-content-area {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media (min-width: 50em) {
  .block-rich-content-overlapping.inverse-order .block-rich-content-area {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.block-rich-content-overlapping.inverse-order figure {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media (min-width: 50em) {
  .block-rich-content-overlapping.inverse-order figure {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.block-rich-content-overlapping .block-rich-content-area {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  z-index: 5;
  background-color: #fff;
  padding: 0;
  align-self: flex-start;
}
@media (min-width: 50em) {
  .block-rich-content-overlapping .block-rich-content-area {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-top: 100px;
    padding: 65px 100px;
  }
}
.block-rich-content-overlapping figure {
  margin: 0;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media (min-width: 50em) {
  .block-rich-content-overlapping figure {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.block-rich-content-overlapping figure img {
  width: 100%;
  height: auto;
}
.block-rich-content-overlapping h2 span {
  margin-bottom: 5px;
}
.block-rich-content-overlapping h3 {
  font-weight: 400;
  color: #333333;
}
.block-rich-content-overlapping .callout-link {
  display: inline-block;
}

.block-location {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media (min-width: 64em) {
  .block-location {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%;
  }
}
@media (min-width: 64em) {
  .block-location.inverse-order .map {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media (min-width: 64em) {
  .block-location.inverse-order .form {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.block-location .map {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media (min-width: 64em) {
  .block-location .map {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.block-location .map #location-map {
  height: 325px;
}
@media (min-width: 50em) {
  .block-location .map #location-map {
    height: 475px;
  }
}
.block-location .map p {
  line-height: 2;
}
@media (max-width: 34.3125em) {
  .block-location .map p {
    font-size: 1.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-location .map p {
    font-size: 1.4rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-location .map p {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-location .map p {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .block-location .map p {
    font-size: 1.4rem;
  }
}
.block-location .form {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media (min-width: 64em) {
  .block-location .form {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.block-location .form .block-form {
  margin: 0;
}

.gm-style .gm-style-iw-d {
  color: #65686a;
}
@media (max-width: 34.3125em) {
  .gm-style .gm-style-iw-d {
    font-size: 1.6rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .gm-style .gm-style-iw-d {
    font-size: 1.6rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .gm-style .gm-style-iw-d {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .gm-style .gm-style-iw-d {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  .gm-style .gm-style-iw-d {
    font-size: 1.6rem;
  }
}
.gm-style .gm-style-iw-d h2 {
  color: #24a0c0;
  font-weight: 700;
  margin-bottom: 20px;
  padding-right: 30px;
}
@media (max-width: 34.3125em) {
  .gm-style .gm-style-iw-d h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .gm-style .gm-style-iw-d h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .gm-style .gm-style-iw-d h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .gm-style .gm-style-iw-d h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  .gm-style .gm-style-iw-d h2 {
    font-size: 1.6rem;
  }
}
.gm-style .gm-style-iw-d a {
  display: block;
  text-decoration: none;
}
.gm-style .gm-style-iw-d a:hover, .gm-style .gm-style-iw-d a:focus {
  text-decoration: underline;
}
.gm-style .gm-style-iw-d .phone {
  margin-top: 20px;
  color: #333333;
}

.gm-style-iw-c button.gm-ui-hover-effect {
  background: #333333 !important;
  border-radius: 50%;
  opacity: 1;
  top: 5px !important;
  right: 5px !important;
  width: 16px !important;
  height: 16px !important;
}
.gm-style-iw-c button.gm-ui-hover-effect > span {
  background-color: #fff;
  margin: 1px !important;
}

.gm-style .gm-style-iw-c {
  border-radius: 0;
  border: 2px solid #878E96;
}

.gm-style .gm-style-iw-t::after {
  display: none;
}

.row {
  display: block;
  justify-content: space-between;
  align-items: flex-end;
  margin-inline: -10px;
}
@media (width >= 1024px) {
  .row {
    display: flex;
  }
}

.column {
  flex: 1 1 auto;
  padding-block: 8px;
  margin-inline: 10px;
  box-sizing: border-box;
}
@media (width >= 750px) {
  .column {
    padding-block: 15px;
  }
}

:root {
  --fui-label-font-size: 1.8rem;
  --fui-check-font-size: 1.8rem;
  --fui-input-font-size: 1.6rem;
  --fui-instructions-font-size: 1.6rem;
  --fui-error-font-size: 1.6rem;
  --fui-tabs-font-size: 1.6rem;
  --fui-btn-font-size: 1.6rem;
  --fui-progress-font-size: 1.6rem;
  --fui-table-th-font-size: 1.6rem;
  --fui-tabs-margin-block-end: 30px;
  --fui-progress-height: 30px;
  --fui-required-color: #e02f3b;
  --fui-font: "Libre Franklin", sans-serif;
  --fui-color: #000;
  --fui-label-color: #000;
  --fui-primary-color: #000;
  --fui-primary-color-hover: #24a0c0;
  --fui-border-radius: 100px;
  --fui-border-color: #000;
  --fui-focus-border-color: #000;
  --fui-focus-shadow: 0 0 0 3px rgba(0, 0, 0, #000);
  --fui-check-label-bg-color: #fff;
  --fui-check-bg-color: #fff;
  --fui-check-check-border-radius: 2px;
  --fui-check-label-width: 20px;
  --fui-check-label-height: 20px;
  --fui-check-bg-color-checked: #24a0c0;
  --fui-input-background-color: #fff;
  --fui-input-error-color: #e02f3b;
  --fui-input-error-border-color: #e02f3b;
  --fui-table-th-color: #fff;
  --fui-progress-color: #fff;
  --fui-tab-active-bg-color: #24a0c0;
  --fui-font-size: 1.8rem;
  --fui-error: #e02f3b;
  --fui-success: $dk-primary-color;
  --fui-row-gutter: 20px;
  --fui-row-gutter-inset-block-start: 20px;
  --fui-field-gutter: 15px;
  --fui-loading-min-height: 20px;
  --fui-loading-height: 20px;
  --fui-loading-width: 20px;
  --fui-loading-margin-block-start: -10px;
  --fui-loading-margin-inline-start: -10px;
  --fui-loading-border-width: 2px;
  --fui-alert-padding: 20px;
  --fui-alert-font-size: 1.6rem;
  --fui-alert-font-weight: 500;
  --fui-alert-margin-block-end: 30px;
  --fui-btn-font-size: 1.6rem;
  --fui-btn-padding: 10px 15px;
  --fui-title-margin: 0 0 20px;
  --fui-title-font-size: 2.4rem;
  --fui-title-font-weight: 700;
  --fui-page-title-margin: 0 0 20px;
  --fui-page-title-font-size: 2.2rem;
  --fui-page-title-font-weight: 600;
  --fui-tabs-margin-block-end: 20px;
  --fui-tabs-font-size: 1.6rem;
  --fui-tab-padding: 10px 20px;
  --fui-progress-font-size: 1.6rem;
  --fui-progress-bar-bg-color: #24a0c0;
  --fui-error-font-size: 1.6rem;
  --fui-error-margin-block-start: 5px;
  --fui-label-line-height: 1.25;
  --fui-label-font-weight: 500;
  --fui-label-margin: 5px;
  --fui-label-error-color: #e02f3b;
  --fui-label-error-border-color: #e02f3b;
  --fui-instructions-font-size: 13px;
  --fui-instructions-line-height: 1.5;
  --fui-instructions-margin: 8px;
  --fui-instructions-color: #aba7a7;
  --fui-check-font-size: 1.6rem;
  --fui-check-line-height: 1.5;
  --fui-check-margin-block-end: 3px;
  --fui-check-margin-inline-end: 30px;
  --fui-check-label-padding-inline-start: 30px;
  --fui-check-label-line-height: 2;
  --fui-check-label-inset-block-start: 5px;
  --fui-check-check-bg-size: 8px auto;
  --fui-check-radio-border-radius: 50%;
  --fui-check-radio-bg-size: 8px auto;
  --fui-group-padding: 25px;
  --fui-input-font-size: 1.6rem;
  --fui-input-padding: 10px 20px;
  --fui-repeater-row-padding: 20px;
  --fui-repeater-row-margin-block-end: 20px;
  --fui-table-margin-block-end: 20px;
  --fui-table-row-padding: 15px;
  --fui-table-th-font-size: 1.6rem;
  --fui-select-bg-size: 18px 18px;
  --fui-select-bg-position: right 15px center;
  --fui-signature-height: 100px;
  --fui-summary-padding: 20px;
}

.fui-tabs .fui-tab.fui-tab-active a {
  color: #fff;
}

.fui-table th:first-child,
.fui-table td:first-child {
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}

.fui-row {
  flex-flow: column;
}
@media (width >= 750px) {
  .fui-row {
    flex-flow: row;
  }
}

.fui-legend {
  font-size: 1.8rem;
}

.fui-label,
.fui-legend {
  font-weight: bold;
  text-align: start;
  -webkit-margin-after: 2px;
          margin-block-end: 2px;
}

.fui-input,
.fui-select,
.fui-textarea {
  border: 1px solid #2e2a25;
  line-height: 32px;
  padding: 8px 15px;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 34.3125em) {
  .fui-input,
.fui-select,
.fui-textarea {
    font-size: 1.6rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .fui-input,
.fui-select,
.fui-textarea {
    font-size: 1.6rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .fui-input,
.fui-select,
.fui-textarea {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .fui-input,
.fui-select,
.fui-textarea {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  .fui-input,
.fui-select,
.fui-textarea {
    font-size: 1.6rem;
  }
}
.fui-input::-moz-placeholder, .fui-select::-moz-placeholder, .fui-textarea::-moz-placeholder {
  color: #2e2a25;
  opacity: 1;
}
.fui-input:-ms-input-placeholder, .fui-select:-ms-input-placeholder, .fui-textarea:-ms-input-placeholder {
  color: #2e2a25;
  opacity: 1;
}
.fui-input::placeholder,
.fui-select::placeholder,
.fui-textarea::placeholder {
  color: #2e2a25;
  opacity: 1;
}
.fui-input:focus,
.fui-select:focus,
.fui-textarea:focus {
  border-color: #24a0c0;
}

textarea.fui-input,
.fui-textarea {
  border-radius: 34px;
  padding: 8px 20px;
}

.fui-input[type=file] {
  border: 0;
  border-radius: 0.25rem;
  padding: 0;
}
.fui-input[type=file]:focus {
  outline: 2px solid #24a0c0;
  outline-offset: 2px;
}

.fui-select:not([multiple], [size]) {
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
  background-position: right 15px center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  text-align: start;
  color: #000;
  background-image: url("/assets/images/select-arrow.svg") !important;
}

.fui-checkbox,
.fui-radio {
  font-weight: 400;
  color: #000;
}
.fui-checkbox label,
.fui-radio label {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-start: var(--fui-check-label-padding-inline-start);
          padding-inline-start: var(--fui-check-label-padding-inline-start);
}
.fui-checkbox label::before,
.fui-radio label::before {
  inset-inline-start: 0;
}

.fui-checkbox input:focus + label::before,
.fui-radio input:focus + label::before {
  outline: 2px solid #24a0c0;
  outline-offset: 2px;
}

.fui-checkbox input:checked + label::before,
.fui-radio input:checked + label::before {
  border: 1px solid #24a0c0;
}

.fui-btn:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #24a0c0;
}

.fui-instructions {
  font-style: italic;
}

.dynamic-content-section {
  display: none;
  -webkit-animation: fadeIn ease 2s;
          animation: fadeIn ease 2s;
}
.dynamic-content-section.dynamic-content-show {
  display: block;
}
.dynamic-content-section.dynamic-content-show.flex {
  display: flex;
}
.dynamic-content-section.dynamic-content-show.grid {
  display: -ms-grid;
  display: grid;
}
.dynamic-content-section.dynamic-content-show.inline {
  display: inline;
}
.dynamic-content-section.dynamic-content-show.inline-block {
  display: inline-block;
}
.dynamic-content-section.dynamic-content-invisible {
  display: block;
  visibility: hidden;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scroll-progress--bar {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  height: 4px;
  width: 100%;
  background-color: #f7f7f7;
  z-index: 999;
}
@media (min-width: 64em) {
  .scroll-progress--bar {
    height: 6px;
    top: 80px;
  }
}
.scroll-progress--bar .scroll-progress--fill {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #e02f3b;
}

.block-sectioned-table.dark .sectioned-table table {
  background: #4d4d4d;
}
.block-sectioned-table.dark .sectioned-table table thead tr th {
  background: #24a0c0;
  color: #fff;
}
.block-sectioned-table.dark .sectioned-table table thead tr th span {
  color: #fff;
  font-weight: 700;
}
.block-sectioned-table.dark .sectioned-table table thead tr::before {
  background-image: url("/assets/images/patterns/pattern-white.webp");
}
.block-sectioned-table.dark .sectioned-table table tbody .subsection-title th {
  background: #4d4d4d;
  color: #fff;
  text-align: start;
  padding-inline: 25px;
}
.block-sectioned-table .sectioned-table {
  max-width: 100%;
  overflow-x: auto;
  position: relative;
  margin: 30px auto;
}
.block-sectioned-table .sectioned-table table {
  background: #24a0c0;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
}
.block-sectioned-table .sectioned-table table tr > th:first-child,
.block-sectioned-table .sectioned-table table tr > td:first-child {
  position: -webkit-sticky;
  position: sticky;
  text-align: start;
  padding: 20px 25px;
  left: 0;
  z-index: 3;
  min-width: 180px;
}
.block-sectioned-table .sectioned-table table thead tr th {
  padding: 120px 25px;
  background: #fff;
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 34.3125em) {
  .block-sectioned-table .sectioned-table table thead tr th {
    font-size: 2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-sectioned-table .sectioned-table table thead tr th {
    font-size: 2.375rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-sectioned-table .sectioned-table table thead tr th {
    font-size: 2.75rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-sectioned-table .sectioned-table table thead tr th {
    font-size: 3.125rem;
  }
}
@media (min-width: 78.125em) {
  .block-sectioned-table .sectioned-table table thead tr th {
    font-size: 3.5rem;
  }
}
.block-sectioned-table .sectioned-table table thead tr th::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: repeat;
  background-position: top left;
  opacity: 0.4;
  background-image: url("/assets/images/patterns/pattern-white.webp");
}
.block-sectioned-table .sectioned-table table thead tr th span {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  line-height: 20px;
  letter-spacing: 6.5px;
  text-transform: uppercase;
  color: #e02f3b;
}
@media (max-width: 34.3125em) {
  .block-sectioned-table .sectioned-table table thead tr th span {
    font-size: 1.8rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-sectioned-table .sectioned-table table thead tr th span {
    font-size: 1.85rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-sectioned-table .sectioned-table table thead tr th span {
    font-size: 1.9rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-sectioned-table .sectioned-table table thead tr th span {
    font-size: 1.95rem;
  }
}
@media (min-width: 78.125em) {
  .block-sectioned-table .sectioned-table table thead tr th span {
    font-size: 2rem;
  }
}
.block-sectioned-table .sectioned-table table thead tr .table-title {
  font-family: "Montserrat", sans-serif;
  line-height: 45px;
  font-weight: 800;
  -webkit-padding-end: 120px;
          padding-inline-end: 120px;
  color: #fff;
  background: #24a0c0;
}
@media (max-width: 34.3125em) {
  .block-sectioned-table .sectioned-table table thead tr .table-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-sectioned-table .sectioned-table table thead tr .table-title {
    font-size: 2.8rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-sectioned-table .sectioned-table table thead tr .table-title {
    font-size: 3.2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-sectioned-table .sectioned-table table thead tr .table-title {
    font-size: 3.6rem;
  }
}
@media (min-width: 78.125em) {
  .block-sectioned-table .sectioned-table table thead tr .table-title {
    font-size: 4rem;
  }
}
.block-sectioned-table .sectioned-table table tbody .subsection-title th {
  background: #24a0c0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 40px;
  padding: 15px 25px;
}
@media (max-width: 34.3125em) {
  .block-sectioned-table .sectioned-table table tbody .subsection-title th {
    font-size: 2.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-sectioned-table .sectioned-table table tbody .subsection-title th {
    font-size: 2.675rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-sectioned-table .sectioned-table table tbody .subsection-title th {
    font-size: 2.95rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-sectioned-table .sectioned-table table tbody .subsection-title th {
    font-size: 3.225rem;
  }
}
@media (min-width: 78.125em) {
  .block-sectioned-table .sectioned-table table tbody .subsection-title th {
    font-size: 3.5rem;
  }
}
.block-sectioned-table .sectioned-table table tbody tr td {
  background: #fff;
  color: #333333;
  -webkit-border-end: 1px solid #d8d8d8;
          border-inline-end: 1px solid #d8d8d8;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 34.3125em) {
  .block-sectioned-table .sectioned-table table tbody tr td {
    font-size: 1.8rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-sectioned-table .sectioned-table table tbody tr td {
    font-size: 1.8rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-sectioned-table .sectioned-table table tbody tr td {
    font-size: 1.8rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-sectioned-table .sectioned-table table tbody tr td {
    font-size: 1.8rem;
  }
}
@media (min-width: 78.125em) {
  .block-sectioned-table .sectioned-table table tbody tr td {
    font-size: 1.8rem;
  }
}
.block-sectioned-table .sectioned-table table tbody tr td:first-child {
  background: #eef8fd;
  border: none;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 6.5px;
  font-weight: 300;
}
@media (max-width: 34.3125em) {
  .block-sectioned-table .sectioned-table table tbody tr td:first-child {
    font-size: 1.8rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-sectioned-table .sectioned-table table tbody tr td:first-child {
    font-size: 1.95rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-sectioned-table .sectioned-table table tbody tr td:first-child {
    font-size: 2.1rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-sectioned-table .sectioned-table table tbody tr td:first-child {
    font-size: 2.25rem;
  }
}
@media (min-width: 78.125em) {
  .block-sectioned-table .sectioned-table table tbody tr td:first-child {
    font-size: 2.4rem;
  }
}
@media (width <= 1200px) {
  .block-sectioned-table .sectioned-table.col-2 table thead tr th {
    line-height: 115%;
  }
  .block-sectioned-table .sectioned-table.col-2 table thead tr .table-title {
    -webkit-padding-end: 60px;
            padding-inline-end: 60px;
    line-height: 115%;
  }
  .block-sectioned-table .sectioned-table.col-2 table tbody tr td:first-child {
    letter-spacing: 4px;
  }
}
@media (width < 990px) {
  .block-sectioned-table .sectioned-table.col-2 {
    max-width: 1500px;
  }
  .block-sectioned-table .sectioned-table.col-2 tr > th,
.block-sectioned-table .sectioned-table.col-2 tr > td {
    min-width: 200px;
  }
  .block-sectioned-table .sectioned-table.col-2 tr > th:first-child,
.block-sectioned-table .sectioned-table.col-2 tr > td:first-child {
    min-width: 180px;
  }
  .block-sectioned-table .sectioned-table.col-2 table {
    table-layout: auto;
  }
  .block-sectioned-table .sectioned-table.col-2 table thead tr th {
    padding: 60px 25px;
  }
  .block-sectioned-table .sectioned-table.col-2 table tbody tr td:first-child {
    letter-spacing: 1px;
  }
}
@media (width < 485px) {
  .block-sectioned-table .sectioned-table.col-2 table tr > th:first-child,
.block-sectioned-table .sectioned-table.col-2 table tr > td:first-child {
    position: unset;
  }
}
.block-sectioned-table .sectioned-table.col-3 table tr > th:first-child,
.block-sectioned-table .sectioned-table.col-3 table tr > td:first-child {
  min-width: 400px;
}
.block-sectioned-table .sectioned-table.col-3 table thead tr .table-title {
  -webkit-padding-end: 25px;
          padding-inline-end: 25px;
}
@media (width <= 1350px) {
  .block-sectioned-table .sectioned-table.col-3 table tr > th:first-child,
.block-sectioned-table .sectioned-table.col-3 table tr > td:first-child {
    min-width: 200px;
  }
  .block-sectioned-table .sectioned-table.col-3 table thead tr th {
    line-height: 115%;
  }
  .block-sectioned-table .sectioned-table.col-3 table thead tr .table-title {
    -webkit-padding-end: 25px;
            padding-inline-end: 25px;
    line-height: 115%;
  }
  .block-sectioned-table .sectioned-table.col-3 table tbody tr td:first-child {
    letter-spacing: 4px;
  }
}
@media (width < 1300px) {
  .block-sectioned-table .sectioned-table.col-3 {
    max-width: 1500px;
  }
  .block-sectioned-table .sectioned-table.col-3 tr > th,
.block-sectioned-table .sectioned-table.col-3 tr > td {
    min-width: 200px;
  }
  .block-sectioned-table .sectioned-table.col-3 tr > th:first-child,
.block-sectioned-table .sectioned-table.col-3 tr > td:first-child {
    min-width: 180px;
  }
  .block-sectioned-table .sectioned-table.col-3 table {
    table-layout: auto;
  }
  .block-sectioned-table .sectioned-table.col-3 table thead tr th {
    padding: 60px 25px;
  }
  .block-sectioned-table .sectioned-table.col-3 table tbody tr td:first-child {
    letter-spacing: 1px;
  }
}
@media (width < 485px) {
  .block-sectioned-table .sectioned-table.col-3 table tr > th:first-child,
.block-sectioned-table .sectioned-table.col-3 table tr > td:first-child {
    min-width: 180px;
    position: unset;
  }
}
.block-sectioned-table .sectioned-table.col-4 table tr > th:first-child,
.block-sectioned-table .sectioned-table.col-4 table tr > td:first-child {
  width: 350px;
}
.block-sectioned-table .sectioned-table.col-4 table thead th {
  line-height: 36px;
}
@media (max-width: 34.3125em) {
  .block-sectioned-table .sectioned-table.col-4 table thead th {
    font-size: 2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-sectioned-table .sectioned-table.col-4 table thead th {
    font-size: 2.1rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-sectioned-table .sectioned-table.col-4 table thead th {
    font-size: 2.2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-sectioned-table .sectioned-table.col-4 table thead th {
    font-size: 2.3rem;
  }
}
@media (min-width: 78.125em) {
  .block-sectioned-table .sectioned-table.col-4 table thead th {
    font-size: 2.4rem;
  }
}
.block-sectioned-table .sectioned-table.col-4 table thead tr .table-title {
  -webkit-padding-end: 25px;
          padding-inline-end: 25px;
}
@media (max-width: 34.3125em) {
  .block-sectioned-table .sectioned-table.col-4 table thead tr .table-title {
    font-size: 2rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-sectioned-table .sectioned-table.col-4 table thead tr .table-title {
    font-size: 2.375rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-sectioned-table .sectioned-table.col-4 table thead tr .table-title {
    font-size: 2.75rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-sectioned-table .sectioned-table.col-4 table thead tr .table-title {
    font-size: 3.125rem;
  }
}
@media (min-width: 78.125em) {
  .block-sectioned-table .sectioned-table.col-4 table thead tr .table-title {
    font-size: 3.5rem;
  }
}
@media (width <= 1450px) {
  .block-sectioned-table .sectioned-table.col-4 table tr > th:first-child,
.block-sectioned-table .sectioned-table.col-4 table tr > td:first-child {
    min-width: 200px;
  }
  .block-sectioned-table .sectioned-table.col-4 table thead tr th {
    line-height: 115%;
  }
  .block-sectioned-table .sectioned-table.col-4 table thead tr .table-title {
    -webkit-padding-end: 25px;
            padding-inline-end: 25px;
    line-height: 115%;
  }
  .block-sectioned-table .sectioned-table.col-4 table tbody tr td:first-child {
    letter-spacing: 4px;
  }
}
@media (width < 1400px) {
  .block-sectioned-table .sectioned-table.col-4 {
    max-width: 1500px;
  }
  .block-sectioned-table .sectioned-table.col-4 tr > th,
.block-sectioned-table .sectioned-table.col-4 tr > td {
    min-width: 200px;
  }
  .block-sectioned-table .sectioned-table.col-4 tr > th:first-child,
.block-sectioned-table .sectioned-table.col-4 tr > td:first-child {
    min-width: 180px;
  }
  .block-sectioned-table .sectioned-table.col-4 table {
    table-layout: auto;
  }
  .block-sectioned-table .sectioned-table.col-4 table thead tr th {
    padding: 60px 25px;
  }
  .block-sectioned-table .sectioned-table.col-4 table tbody tr td:first-child {
    letter-spacing: 1px;
  }
}
@media (width < 485px) {
  .block-sectioned-table .sectioned-table.col-4 table tr > th:first-child,
.block-sectioned-table .sectioned-table.col-4 table tr > td:first-child {
    min-width: 180px;
    position: unset;
  }
}

.block-cards .cards {
  /* cards grid set up */
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  /* card base styles and colors */
  /* chart cards */
  /* stats, no chart */
  /* quote cards */
}
.block-cards .cards.col-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.block-cards .cards.col-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (width <= 1400px) {
  .block-cards .cards.col-4, .block-cards .cards.col-3, .block-cards .cards.col-2 {
    gap: 10px;
  }
}
@media (width <= 1375px) {
  .block-cards .cards.col-4 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width <= 990px) {
  .block-cards .cards.col-4, .block-cards .cards.col-3, .block-cards .cards.col-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 650px) {
  .block-cards .cards.col-4, .block-cards .cards.col-3, .block-cards .cards.col-2 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.block-cards .cards .card {
  max-width: 100%;
  color: #fff;
  background: #24a0c0;
  padding: 24px;
  position: relative;
  z-index: 2;
}
.block-cards .cards .card::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: repeat;
  background-position: top left;
  opacity: 0.4;
  background-image: url("/assets/images/patterns/pattern-white.webp");
}
.block-cards .cards .card h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 4px;
  margin-block: 0 20px;
}
@media (max-width: 34.3125em) {
  .block-cards .cards .card h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-cards .cards .card h3 {
    font-size: 1.95rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-cards .cards .card h3 {
    font-size: 2.1rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-cards .cards .card h3 {
    font-size: 2.25rem;
  }
}
@media (min-width: 78.125em) {
  .block-cards .cards .card h3 {
    font-size: 2.4rem;
  }
}
.block-cards .cards .card p {
  margin-block: 12px 28px;
}
@media (max-width: 34.3125em) {
  .block-cards .cards .card p {
    font-size: 1.6rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-cards .cards .card p {
    font-size: 1.6rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-cards .cards .card p {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-cards .cards .card p {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  .block-cards .cards .card p {
    font-size: 1.6rem;
  }
}
.block-cards .cards .card .emphasized-text {
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  line-height: 108%;
}
@media (max-width: 34.3125em) {
  .block-cards .cards .card .emphasized-text {
    font-size: 2.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-cards .cards .card .emphasized-text {
    font-size: 3.05rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-cards .cards .card .emphasized-text {
    font-size: 3.7rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-cards .cards .card .emphasized-text {
    font-size: 4.35rem;
  }
}
@media (min-width: 78.125em) {
  .block-cards .cards .card .emphasized-text {
    font-size: 5rem;
  }
}
.block-cards .cards .bg-blue {
  background: #75c8e1;
  color: #333333;
}
.block-cards .cards .bg-blue h3 {
  color: #333333;
}
.block-cards .cards .bg-blue::before {
  opacity: 0.8;
}
.block-cards .cards .bg-red {
  background: #e02f3b;
}
.block-cards .cards .bg-red::before {
  background-image: url("/assets/images/patterns/pattern-charcoal.webp");
  opacity: 0.09;
}
.block-cards .cards .bg-black {
  background: #333333;
}
.block-cards .cards .bg-black::before {
  background-image: url("/assets/images/patterns/pattern-blue.webp");
  opacity: 0.4;
}
.block-cards .cards .bg-white {
  background: #fff;
  border: 1px solid #75c8e1;
  color: #333333;
}
.block-cards .cards .bg-white .emphasized-text {
  color: #24a0c0;
}
.block-cards .cards .bg-white h3 {
  color: #333333;
}
.block-cards .cards .bg-white::before {
  background-image: url("/assets/images/patterns/pattern-blue.webp");
  opacity: 1;
}
.block-cards .cards .chart {
  height: 170px;
  width: 99%;
  position: relative;
}
.block-cards .cards .chart .raingauge {
  position: relative;
  width: 100%;
  min-height: 170px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 30px;
}
.block-cards .cards .chart .raindrop {
  position: relative;
  width: 100%;
  width: auto;
}
.block-cards .cards .chart .raindrop svg {
  position: absolute;
  height: auto;
  width: 100%;
  max-height: 170px;
}
.block-cards .cards .chart .raindrop .mask-fill {
  -webkit-clip-path: inset(var(--mask-inset) 0px 0px 0px);
          clip-path: inset(var(--mask-inset) 0px 0px 0px);
}
.block-cards .cards .chart .raindrop .border {
  transform: translateY(-2px);
}
.block-cards .cards .chart .raindrop path {
  fill: #fff;
}
.block-cards .cards .chart .percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 20px));
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #333333;
}
@media (max-width: 34.3125em) {
  .block-cards .cards .chart .percentage {
    font-size: 1.8rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-cards .cards .chart .percentage {
    font-size: 2.225rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-cards .cards .chart .percentage {
    font-size: 2.65rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-cards .cards .chart .percentage {
    font-size: 3.075rem;
  }
}
@media (min-width: 78.125em) {
  .block-cards .cards .chart .percentage {
    font-size: 3.5rem;
  }
}
.block-cards .cards .bg-white .chart .raindrop svg path {
  fill: #75c8e1;
}
.block-cards .cards .bg-black .chart .raindrop svg path {
  fill: #24a0c0;
}
.block-cards .cards .bg-black .chart .percentage {
  color: #fff;
}
.block-cards .cards .stat-card-no-chart {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (width <= 1400px) {
  .block-cards .cards .stat-card-no-chart {
    gap: 10px;
  }
}
.block-cards .cards .stat-card-no-chart .card {
  height: 100%;
}
.block-cards .cards .stat-card-no-chart .card h3 {
  letter-spacing: 2px;
}
@media (max-width: 34.3125em) {
  .block-cards .cards .stat-card-no-chart .card h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-cards .cards .stat-card-no-chart .card h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-cards .cards .stat-card-no-chart .card h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-cards .cards .stat-card-no-chart .card h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 78.125em) {
  .block-cards .cards .stat-card-no-chart .card h3 {
    font-size: 1.8rem;
  }
}
.block-cards .cards .stat-card-no-chart .card p {
  margin-block: 12px 0;
}
.block-cards .cards .quote-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block-cards .cards .quote-card .quote {
  line-height: 120%;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 34.3125em) {
  .block-cards .cards .quote-card .quote {
    font-size: 1.8rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-cards .cards .quote-card .quote {
    font-size: 1.95rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-cards .cards .quote-card .quote {
    font-size: 2.1rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-cards .cards .quote-card .quote {
    font-size: 2.25rem;
  }
}
@media (min-width: 78.125em) {
  .block-cards .cards .quote-card .quote {
    font-size: 2.4rem;
  }
}
.block-cards .cards .quote-card p {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media (max-width: 34.3125em) {
  .block-cards .cards.col-4 .quote-card .quote {
    font-size: 1.8rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .block-cards .cards.col-4 .quote-card .quote {
    font-size: 1.9rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .block-cards .cards.col-4 .quote-card .quote {
    font-size: 2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-cards .cards.col-4 .quote-card .quote {
    font-size: 2.1rem;
  }
}
@media (min-width: 78.125em) {
  .block-cards .cards.col-4 .quote-card .quote {
    font-size: 2.2rem;
  }
}

.stats-hero {
  overflow: hidden;
  position: relative;
  height: 750px;
  background: #24a0c0;
  position: relative;
  margin-bottom: 20px;
  margin-top: 0;
}
.stats-hero .raindrop {
  position: absolute;
  right: -120px;
  bottom: 141px;
  width: 697px;
  height: 1173px;
}
.stats-hero .raindrop path {
  fill: #24a0c0;
  stroke-width: 2px;
  stroke: rgba(117, 200, 225, 0.5);
}
.stats-hero::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat;
  background-position: top left;
  background-image: url("/assets/images/patterns/pattern-white.webp");
  opacity: 0.4;
}
.stats-hero .content {
  position: relative;
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  z-index: 2;
}
.stats-hero .content .container {
  position: relative;
}
.stats-hero .content h1 {
  color: #fff;
  max-width: 75%;
}
.stats-hero .content p {
  max-width: 520px;
}
@media (max-width: 34.3125em) {
  .stats-hero .content p {
    font-size: 2.4rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .stats-hero .content p {
    font-size: 2.4rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .stats-hero .content p {
    font-size: 2.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .stats-hero .content p {
    font-size: 2.4rem;
  }
}
@media (min-width: 78.125em) {
  .stats-hero .content p {
    font-size: 2.4rem;
  }
}
.stats-hero p {
  color: #fff;
}
.stats-hero .hero-barchart {
  margin: 0 auto;
  max-width: 1450px;
  padding-inline: 60px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-end;
  gap: 74px;
}
.stats-hero .hero-barchart h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
@media (max-width: 34.3125em) {
  .stats-hero .hero-barchart h2 {
    font-size: 3rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .stats-hero .hero-barchart h2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .stats-hero .hero-barchart h2 {
    font-size: 6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .stats-hero .hero-barchart h2 {
    font-size: 7.5rem;
  }
}
@media (min-width: 78.125em) {
  .stats-hero .hero-barchart h2 {
    font-size: 9rem;
  }
}
.stats-hero .hero-barchart p {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
@media (max-width: 34.3125em) {
  .stats-hero .hero-barchart p {
    font-size: 1.6rem;
  }
}
@media (min-width: 34.375em) and (max-width: 49.9375em) {
  .stats-hero .hero-barchart p {
    font-size: 1.8rem;
  }
}
@media (min-width: 50em) and (max-width: 63.9375em) {
  .stats-hero .hero-barchart p {
    font-size: 2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .stats-hero .hero-barchart p {
    font-size: 2.2rem;
  }
}
@media (min-width: 78.125em) {
  .stats-hero .hero-barchart p {
    font-size: 2.4rem;
  }
}
.stats-hero .hero-barchart .bar {
  position: relative;
  width: 100%;
  padding: 30px;
}
.stats-hero .hero-barchart .bar .raindrop {
  position: absolute;
  width: 33px;
  height: 56px;
  right: 7.6%;
  bottom: 15px;
}
.stats-hero .hero-barchart .bar .raindrop path {
  fill: #fff;
  stroke-width: 0;
}
.stats-hero .hero-barchart .bar.bg-light {
  background: #fff;
}
.stats-hero .hero-barchart .bar.bg-light h2 {
  color: #24a0c0;
}
.stats-hero .hero-barchart .bar.bg-light p {
  color: #333333;
}
.stats-hero .hero-barchart .bar.bg-light .raindrop path {
  fill: #24a0c0;
}
.stats-hero .hero-barchart .bar.bg-dark {
  background: #4d4d4d;
}
.stats-hero .hero-barchart .bar.short-bar {
  height: 255px;
}
.stats-hero .hero-barchart .bar.md-bar {
  height: 400px;
}
.stats-hero .hero-barchart .bar.tall-bar {
  height: 605px;
}
@media (width <= 850px) {
  .stats-hero {
    height: auto;
  }
  .stats-hero .raindrop {
    height: 875px;
    width: auto;
    bottom: auto;
    top: -400px;
  }
  .stats-hero .content {
    -webkit-margin-after: 500px;
            margin-block-end: 500px;
  }
  .stats-hero .content h1 {
    max-width: 100%;
  }
  .stats-hero .content p {
    width: calc(65% - 30px);
    max-width: 520px;
  }
}
@media (width <= 850px) and (max-width: 34.3125em) {
  .stats-hero .content p {
    font-size: 2.4rem;
  }
}
@media (width <= 850px) and (min-width: 34.375em) and (max-width: 49.9375em) {
  .stats-hero .content p {
    font-size: 2.4rem;
  }
}
@media (width <= 850px) and (min-width: 50em) and (max-width: 63.9375em) {
  .stats-hero .content p {
    font-size: 2.4rem;
  }
}
@media (width <= 850px) and (min-width: 64em) and (max-width: 78.0625em) {
  .stats-hero .content p {
    font-size: 2.4rem;
  }
}
@media (width <= 850px) and (min-width: 78.125em) {
  .stats-hero .content p {
    font-size: 2.4rem;
  }
}
@media (width <= 850px) {
  .stats-hero .hero-barchart {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    justify-items: end;
    padding-inline: 0;
    padding-block: 60px;
    gap: 30px;
  }
  .stats-hero .hero-barchart p {
    max-width: 200px;
  }
}
@media (width <= 850px) and (max-width: 34.3125em) {
  .stats-hero .hero-barchart p {
    font-size: 1.6rem;
  }
}
@media (width <= 850px) and (min-width: 34.375em) and (max-width: 49.9375em) {
  .stats-hero .hero-barchart p {
    font-size: 1.6rem;
  }
}
@media (width <= 850px) and (min-width: 50em) and (max-width: 63.9375em) {
  .stats-hero .hero-barchart p {
    font-size: 1.6rem;
  }
}
@media (width <= 850px) and (min-width: 64em) and (max-width: 78.0625em) {
  .stats-hero .hero-barchart p {
    font-size: 1.6rem;
  }
}
@media (width <= 850px) and (min-width: 78.125em) {
  .stats-hero .hero-barchart p {
    font-size: 1.6rem;
  }
}
@media (width <= 850px) {
  .stats-hero .hero-barchart .bar {
    padding: 20px;
  }
  .stats-hero .hero-barchart .bar .raindrop {
    width: auto;
    height: 36px;
    right: 15px;
    top: 20px;
  }
  .stats-hero .hero-barchart .bar.short-bar {
    height: 100%;
    width: 35%;
  }
  .stats-hero .hero-barchart .bar.md-bar {
    height: 100%;
    width: 55%;
  }
  .stats-hero .hero-barchart .bar.tall-bar {
    height: 100%;
    width: 80%;
  }
}
@media (width <= 550px) {
  .stats-hero {
    height: auto;
  }
  .stats-hero .raindrop {
    height: 575px;
    top: -200px;
    right: -80px;
  }
  .stats-hero .content {
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-padding-before: 30px;
            padding-block-start: 30px;
  }
  .stats-hero .content p {
    width: 100%;
  }
  .stats-hero .hero-barchart {
    position: relative;
    padding-block: 20px;
    gap: 15px;
  }
  .stats-hero .hero-barchart .bar .raindrop {
    width: auto;
    height: 20px;
  }
  .stats-hero .hero-barchart .bar.short-bar {
    width: 45%;
    min-width: 240px;
  }
  .stats-hero .hero-barchart .bar.md-bar {
    width: 70%;
    min-width: 280px;
  }
  .stats-hero .hero-barchart .bar.tall-bar {
    width: 90%;
    min-width: 320px;
  }
}
