@charset "UTF-8";
/* stylelint-disable order/order */
/*
* Converts an pixel value into a rem value.
*
* @param string  $values    the pixel value(s) as a number. Can convert multiple values if values separated by a space.
* @param integer $base      the base pixel value.
*
* @return string   a space-separated string of rem values.
*/
/*
* This is an abbreviated wrapper for the responsive-values function.
*/
/*
* Creates a CSS clamp value that sizes between breakpoints.
*
* @param integer $min                    the minimum pixel value.
* @param integer $max                    the maximum pixel value.
* @param string  $smallest-breakpoint    the name of the smallest breakpoint from the $grid-breakpoints variable.
* @param string  $largest-breakpoint     the name of the largest breakpoint from the $grid-breakpoints variable.
* @param string  $screen                 whether to use a horizontal (width) breakpoint or a vertical (height) breakpoint.
*
* @return string   a CSS clamp property value.
*/
/*
* Outputs a font family value from the $fonts variable.
*
* @param string  $key   the font key.
*
* @return string   a font family value.
*/
/*
* Outputs a color value from the $paints or $additional-paints variables.
*
* @param string   $key   the color name.
*
* @return string   a color value.
*/
/*
* Outputs an effect value from the $effects variable.
*
* @param string  $key   the effect name.
*
* @return string   an effect value.
*/
/* stylelint-enable order/order */
/*
* Used to target heading selectors.
*
* @param integer  $start               the first heading element to target. 1 through 6.
* @param integer  $end                 the last heading element to target. 1 through 6.
* @param string   $beforeCombinator    the CSS combinator to include before the heading classes.
* @param string   $afterCombinator     the CSS combinator to include after the heading classes.
* @param boolean  $includeFontClasses  whether or not to include the .has-t-1... classes or just output the standard heading elements.
*
* @return string  The included CSS wrapped with selectors for the specified headings.
*/
/*
* Used to add properties to a for a pseudo element to make an icon based on the iconfont set.
*
* @param string   $content     the content for the icon. Usually uses one of the iconfont variables.
* @param string   $font-size   the font size with unit.
*
* @return string  The CSS properties for the icon.
*/
/*
* Generates CSS to fit an element into the 12-column grid. Only works when used on an element where the parent element is the width of the entire page.
*
* @return string  CSS properties to set the width of the element to the specified column sizes.
*/
/*
* Used to target elements with a background color that has a text color different from the standard color.
*
* @param string   $additionalSelectors     additional comma-separated selectors to add.
*
* @return string  The included CSS wrapped with selectors for the specified background.
*/
/*
* Used to target button elements with a background color set to use the alt button colors.
*
* @param string   $additionalSelectors     additional comma-separated selectors to add.
*
* @return string  The included CSS wrapped with selectors for the specified background.
*/
/*
* Used to add the CSS Grid properties for the 12-column grid.
*
* @return string  The CSS Grid properties for the 12-column grid.
*/
/*
* Used to visually hide an element but still allow screen readers to access the element and its contents for accessibility.
*
* @return string  The styles needed to visually hide an element.
*/
/****************
 * Fonts
 *
 * The font settings are defined via the gulp figma which task creates variables in the css/__base-includes/figma/_figma-font-styles.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/*
* This array is used to specify the fonts used on the project with the following parameters:
	base - the name for use in the font() mixin.
		css - the output CSS value.
		figma-name: - the 'font-family' name ued in the _figma-font-variable.scss file.
	)
*/
/****************
 * Colors
 *
 * The primary colors are defined via the gulp figma task which creates variables in the css/__base-includes/figma/_figma-color-variables.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/* If additional colors need to be added to the _figma-color-variables.scss, they can be added to this variable: */
/* This variable controls the background colors generated in the ACF background_color field and the background color classes - bg-white, bg-neutral-10, etc: */
/* This variable controls the default text color on a light background. Used with paint(text) to generate a CSS variable that changes to use background font colors. */
/* If a background color uses a different font color than the default color, use these variables to specify the alternate colors */
/* Backgrounds specified in this variable will use the alternative text colors: */
/* Backgrounds specified in this variable will use the alternative button colors: */
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
/****************
 * Block Spacing
 *
 * These variables are based on the "Spacing" rules found in the "Foundations" section in Figma. These control the default spacing between blocks of different colors.
 ****************/
/*
This file can be used for optional additions to the Figma-generated font style mixins in the figma/_figma-font-styles.scss file.

For example, if you want to add styles to the @overline mixin, just create a mixin here called @overline-custom and that CSS will be added to the primary mixin:

@mixin overline-custom() {
	font-weight: 700;
}
*/
@import url("https://fonts.googleapis.com/css2?family=Figtree&amp;display=swap");
@font-face {
  font-weight: 400;
  font-family: iconfont-propel;
  font-style: normal;
  src: url(../eot/iconfont-propel0b73.eot);
  src: url(../eot/iconfont-propel0b73.eot#iefix) format("eot"), url(../woff2/iconfont-propel0b73.woff2) format("woff2"), url(../woff/iconfont-propel0b73.woff) format("woff"), url(../ttf/iconfont-propel0b73.ttf) format("truetype"), url(../svg/iconfont-propel0b73.svg#iconfont-propel) format("svg");
}
[class^=icon-],
[class*=" icon-"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 0;
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  font-weight: 400;
  font-size: inherit;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-line order/properties-alphabetical-order */
  -webkit-font-smoothing: antialiased;
  /* stylelint-disable-line order/properties-alphabetical-order */
}

:root {
  --icon-Subtract: "";
  --icon-UI: "";
  --icon-account: "";
  --icon-age: "";
  --icon-arrow-downward: "";
  --icon-arrow-external: "";
  --icon-arrow-left: "";
  --icon-arrow-right: "";
  --icon-arrow-upward: "";
  --icon-bathroom: "";
  --icon-bed: "";
  --icon-calendar: "";
  --icon-cancel: "";
  --icon-cart: "";
  --icon-check-box-checked: "";
  --icon-check-box-unchecked: "";
  --icon-check-circle: "";
  --icon-check: "";
  --icon-chev-collapse: "";
  --icon-chev-expand: "";
  --icon-chev-left: "";
  --icon-chev-right: "";
  --icon-close: "";
  --icon-cursor: "";
  --icon-drop-down: "";
  --icon-drop-up: "";
  --icon-email: "";
  --icon-error: "";
  --icon-facebook: "";
  --icon-filter: "";
  --icon-grid-view: "";
  --icon-icon: "";
  --icon-illustration: "";
  --icon-image: "";
  --icon-infographic: "";
  --icon-instagram: "";
  --icon-lifestyle: "";
  --icon-link: "";
  --icon-linkedin: "";
  --icon-list-view: "";
  --icon-location: "";
  --icon-maximize: "";
  --icon-menu-left: "";
  --icon-menu-right: "";
  --icon-menu: "";
  --icon-minimize: "";
  --icon-nav-down: "";
  --icon-nav-up: "";
  --icon-notification: "";
  --icon-phone: "";
  --icon-play: "";
  --icon-price: "";
  --icon-quote-aligned: "";
  --icon-quote: "";
  --icon-radio-button-checked: "";
  --icon-radio-button-unchecked: "";
  --icon-recurring: "";
  --icon-remove: "";
  --icon-reset: "";
  --icon-room-service: "";
  --icon-search: "";
  --icon-sort: "";
  --icon-square-feet: "";
  --icon-star-full: "";
  --icon-tag: "";
  --icon-time: "";
  --icon-twitter: "";
  --icon-upload: "";
  --icon-virtual: "";
  --icon-water-view: "";
  --icon-wheelchair-accessible: "";
  --icon-wifi: "";
  --icon-x: "";
  --icon-youtube: "";
}

.icon-Subtract::before {
  content: "\ea01";
}

.icon-UI::before {
  content: "\ea02";
}

.icon-account::before {
  content: "\ea03";
}

.icon-age::before {
  content: "\ea04";
}

.icon-arrow-downward::before {
  content: "\ea05";
}

.icon-arrow-external::before {
  content: "\ea06";
}

.icon-arrow-left::before {
  content: "\ea07";
}

.icon-arrow-right::before {
  content: "\ea08";
}

.icon-arrow-upward::before {
  content: "\ea09";
}

.icon-bathroom::before {
  content: "\ea0a";
}

.icon-bed::before {
  content: "\ea0b";
}

.icon-calendar::before {
  content: "\ea0c";
}

.icon-cancel::before {
  content: "\ea0d";
}

.icon-cart::before {
  content: "\ea0e";
}

.icon-check-box-checked::before {
  content: "\ea0f";
}

.icon-check-box-unchecked::before {
  content: "\ea10";
}

.icon-check-circle::before {
  content: "\ea11";
}

.icon-check::before {
  content: "\ea12";
}

.icon-chev-collapse::before {
  content: "\ea13";
}

.icon-chev-expand::before {
  content: "\ea14";
}

.icon-chev-left::before {
  content: "\ea15";
}

.icon-chev-right::before {
  content: "\ea16";
}

.icon-close::before {
  content: "\ea17";
}

.icon-cursor::before {
  content: "\ea18";
}

.icon-drop-down::before {
  content: "\ea19";
}

.icon-drop-up::before {
  content: "\ea1a";
}

.icon-email::before {
  content: "\ea1b";
}

.icon-error::before {
  content: "\ea1c";
}

.icon-facebook::before {
  content: "\ea1d";
}

.icon-filter::before {
  content: "\ea1e";
}

.icon-grid-view::before {
  content: "\ea1f";
}

.icon-icon::before {
  content: "\ea20";
}

.icon-illustration::before {
  content: "\ea21";
}

.icon-image::before {
  content: "\ea22";
}

.icon-infographic::before {
  content: "\ea23";
}

.icon-instagram::before {
  content: "\ea24";
}

.icon-lifestyle::before {
  content: "\ea25";
}

.icon-link::before {
  content: "\ea26";
}

.icon-linkedin::before {
  content: "\ea27";
}

.icon-list-view::before {
  content: "\ea28";
}

.icon-location::before {
  content: "\ea29";
}

.icon-maximize::before {
  content: "\ea2a";
}

.icon-menu-left::before {
  content: "\ea2b";
}

.icon-menu-right::before {
  content: "\ea2c";
}

.icon-menu::before {
  content: "\ea2d";
}

.icon-minimize::before {
  content: "\ea2e";
}

.icon-nav-down::before {
  content: "\ea2f";
}

.icon-nav-up::before {
  content: "\ea30";
}

.icon-notification::before {
  content: "\ea31";
}

.icon-phone::before {
  content: "\ea32";
}

.icon-play::before {
  content: "\ea33";
}

.icon-price::before {
  content: "\ea34";
}

.icon-quote-aligned::before {
  content: "\ea35";
}

.icon-quote::before {
  content: "\ea36";
}

.icon-radio-button-checked::before {
  content: "\ea37";
}

.icon-radio-button-unchecked::before {
  content: "\ea38";
}

.icon-recurring::before {
  content: "\ea39";
}

.icon-remove::before {
  content: "\ea3a";
}

.icon-reset::before {
  content: "\ea3b";
}

.icon-room-service::before {
  content: "\ea3c";
}

.icon-search::before {
  content: "\ea3d";
}

.icon-sort::before {
  content: "\ea3e";
}

.icon-square-feet::before {
  content: "\ea3f";
}

.icon-star-full::before {
  content: "\ea40";
}

.icon-tag::before {
  content: "\ea41";
}

.icon-time::before {
  content: "\ea42";
}

.icon-twitter::before {
  content: "\ea43";
}

.icon-upload::before {
  content: "\ea44";
}

.icon-virtual::before {
  content: "\ea45";
}

.icon-water-view::before {
  content: "\ea46";
}

.icon-wheelchair-accessible::before {
  content: "\ea47";
}

.icon-wifi::before {
  content: "\ea48";
}

.icon-x::before {
  content: "\ea49";
}

.icon-youtube::before {
  content: "\ea4a";
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  height: 0;
  box-sizing: content-box;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 0.8em;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  vertical-align: middle;
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

input[type=radio],
input[type=checkbox] {
  padding: 0;
  box-sizing: border-box;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  color: inherit;
  line-height: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/**
 * Base styles that aim to normalize fonts, and display of elements
 * across browsers, and make writing further styles easier.
 */
/* TODO: Don't use googleapis.com in production */
/* Set font and clear body padding */
html,
button,
input,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
}

body {
  font-weight: var(--body-1-font-weight);
  font-size: var(--body-1-font-size);
  font-family: var(--body-1-font-family);
  line-height: var(--body-1-line-height);
  min-width: 20rem;
  margin: 0;
  color: var(--blockColor, #00273d);
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 47.98rem) {
  body {
    font-size: 1rem;
    line-height: 1.5;
  }
}
body.lock-scroll {
  overflow: hidden;
}
body.overlaid #page {
  position: relative;
}
body.overlaid #page::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 9;
  display: block;
  background: rgba(20, 20, 20, 0.75);
}
@media (max-width: 74.98rem) {
  body.overlaid #page::before {
    background: #fff;
  }
}
body.overlaid #page .main-header {
  background-color: #fff;
}

/* Setting sizes is much more predictable with border-box */
*, *::before, *::after {
  box-sizing: border-box;
}

figure {
  margin: 0;
}

/* Make all images responsive */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

hr {
  margin: 3rem 0;
  border-top: 1px solid #707070;
}
@media (min-width: 48rem) {
  hr {
    margin: 5rem 0;
  }
}

/* Normalize links across browsers */
a {
  text-decoration: none;
  transition: color 0.2s linear;
}
a:hover {
  text-decoration: none;
}
a:not([class]) {
  color: #d73835;
  text-decoration: underline;
  word-wrap: break-word;
}
.bg-dark a:not([class]) {
  color: #fff;
}
.bg-dark a:not([class]):hover, .bg-dark a:not([class]):focus {
  color: #e0e0e0;
}
a:not([class]):hover, a:not([class]):focus {
  color: #af1e2d;
  text-decoration: underline;
}
a:not([class]) img {
  border: 0;
}

a:focus,
a:hover {
  color: #af1e2d;
  text-decoration: none;
}

.tablet-checker {
  display: none;
}
@media (max-width: 61.98rem) {
  .tablet-checker {
    display: block;
  }
}

@media (max-width: 47.98rem) {
  .container-fluid {
    padding: 0 1.25rem;
  }
}

@media (max-width: 61.98rem) {
  .row {
    margin: 0 -0.625rem;
  }
}
@media (max-width: 35.98rem) {
  .row {
    margin: 0 -0.46875rem;
  }
}

@media (max-width: 61.98rem) {
  *[class*=" col-"],
*[class^=col-] {
    padding: 0 0.625rem;
  }
}
@media (max-width: 35.98rem) {
  *[class*=" col-"],
*[class^=col-] {
    padding: 0 0.46875rem;
  }
}

#page {
  position: relative;
}

/* Set custom outline styles */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
html.user-tab-nav a:focus,
html.user-tab-nav button:focus,
html.user-tab-nav input:focus,
html.user-tab-nav select:focus,
html.user-tab-nav textarea:focus {
  outline: 0.125rem solid #7aacfe;
  outline-offset: 0;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: clamp(0.5rem, -0.0714285714rem + 1.1904761905vw, 1rem);
  padding-left: clamp(0.5rem, -0.0714285714rem + 1.1904761905vw, 1rem);
  max-width: 36rem;
}
@media (min-width: 36rem) {
  .container {
    max-width: 48rem;
  }
}
@media (min-width: 48rem) {
  .container {
    max-width: 62rem;
  }
}
@media (min-width: 62rem) {
  .container {
    max-width: 75rem;
  }
}
@media (min-width: 75rem) {
  .container {
    max-width: 90rem;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: clamp(0.5rem, -0.0714285714rem + 1.1904761905vw, 1rem);
  padding-left: clamp(0.5rem, -0.0714285714rem + 1.1904761905vw, 1rem);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: clamp(-1rem, 0.0714285714rem + -1.1904761905vw, -0.5rem);
  margin-left: clamp(-1rem, 0.0714285714rem + -1.1904761905vw, -0.5rem);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=" col-"],
.no-gutters > [class^=col-] {
  padding-right: 0;
  padding-left: 0;
}

/* stylelint-disable-line order/order */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

@media (min-width: 36rem) {
  /* stylelint-disable-line order/order */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 48rem) {
  /* stylelint-disable-line order/order */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 62rem) {
  /* stylelint-disable-line order/order */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 75rem) {
  /* stylelint-disable-line order/order */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 90rem) {
  /* stylelint-disable-line order/order */
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: clamp(0.5rem, -0.0714285714rem + 1.1904761905vw, 1rem);
  padding-left: clamp(0.5rem, -0.0714285714rem + 1.1904761905vw, 1rem);
}

/**
 * WordPress specific base styles.
 */
.gm-style img {
  max-width: none;
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Make WordPress media inserted to post behave correctly */
.navigation.pagination {
  clear: both;
}

/* WP navigation menus are lists, but they don't need default list styling */
nav a {
  color: var(--blockColor, #00273d);
  text-decoration: none;
}
nav a:hover {
  color: var(--blockColor, #00273d);
  text-decoration: none;
}
nav li {
  display: inline-block;
  margin: 0;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav ul ul li::before {
  content: none;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  padding: 0.3125rem 0;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

.acf-block:not(.bg-white):not(.bg-transparent) + h1, .acf-block:not(.bg-white):not(.bg-transparent) + .has-t-1-font-size, .acf-block:not(.bg-white):not(.bg-transparent) + h2, .acf-block:not(.bg-white):not(.bg-transparent) + .has-t-2-font-size, .acf-block:not(.bg-white):not(.bg-transparent) + h3, .acf-block:not(.bg-white):not(.bg-transparent) + .has-t-3-font-size, .acf-block:not(.bg-white):not(.bg-transparent) + h4, .acf-block:not(.bg-white):not(.bg-transparent) + .has-t-4-font-size, .acf-block:not(.bg-white):not(.bg-transparent) + h5, .acf-block:not(.bg-white):not(.bg-transparent) + .has-t-5-font-size, .acf-block:not(.bg-white):not(.bg-transparent) + h6, .acf-block:not(.bg-white):not(.bg-transparent) + .has-t-6-font-size {
  margin-top: clamp(5.5rem, 2.6428571429rem + 5.9523809524vw, 8rem);
}
h1 + .acf-block:not(.bg-white):not(.bg-transparent), .has-t-1-font-size + .acf-block:not(.bg-white):not(.bg-transparent), h2 + .acf-block:not(.bg-white):not(.bg-transparent), .has-t-2-font-size + .acf-block:not(.bg-white):not(.bg-transparent), h3 + .acf-block:not(.bg-white):not(.bg-transparent), .has-t-3-font-size + .acf-block:not(.bg-white):not(.bg-transparent), h4 + .acf-block:not(.bg-white):not(.bg-transparent), .has-t-4-font-size + .acf-block:not(.bg-white):not(.bg-transparent), h5 + .acf-block:not(.bg-white):not(.bg-transparent), .has-t-5-font-size + .acf-block:not(.bg-white):not(.bg-transparent), h6 + .acf-block:not(.bg-white):not(.bg-transparent), .has-t-6-font-size + .acf-block:not(.bg-white):not(.bg-transparent) {
  margin-top: clamp(6rem, 2.5714285714rem + 7.1428571429vw, 9rem);
}

.has-display-font-size {
  font-weight: var(--display-font-weight);
  font-size: var(--display-font-size);
  font-family: var(--display-font-family);
  line-height: var(--display-line-height);
  letter-spacing: var(--display-letter-spacing);
  text-transform: var(--display-text-transform);
  margin-bottom: var(--display-margin-bottom);
  color: inherit;
}
.has-display-font-size:first-child {
  margin-top: 0;
}
.has-display-font-size:last-child {
  margin-bottom: 0;
}

h1,
.has-t-1-font-size {
  font-weight: var(--t1-font-weight);
  font-size: var(--t1-font-size);
  font-family: var(--t1-font-family);
  line-height: var(--t1-line-height);
  margin-top: calc(var(--t1-margin-bottom) * 2);
  margin-bottom: var(--t1-margin-bottom);
}
h1:first-child,
.has-t-1-font-size:first-child {
  margin-top: 0;
}
h1:last-child,
.has-t-1-font-size:last-child {
  margin-bottom: 0;
}

h2,
.has-t-2-font-size {
  font-weight: var(--t2-font-weight);
  font-size: var(--t2-font-size);
  font-family: var(--t2-font-family);
  line-height: var(--t2-line-height);
  margin-top: calc(var(--t2-margin-bottom) * 2);
  margin-bottom: var(--t2-margin-bottom);
}
h2:first-child,
.has-t-2-font-size:first-child {
  margin-top: 0;
}
h2:last-child,
.has-t-2-font-size:last-child {
  margin-bottom: 0;
}

h3,
.has-t-3-font-size {
  font-weight: var(--t3-font-weight);
  font-size: var(--t3-font-size);
  font-family: var(--t3-font-family);
  line-height: var(--t3-line-height);
  letter-spacing: var(--t3-letter-spacing);
  margin-top: calc(var(--t3-margin-bottom) * 2);
  margin-bottom: var(--t3-margin-bottom);
}
h3:first-child,
.has-t-3-font-size:first-child {
  margin-top: 0;
}
h3:last-child,
.has-t-3-font-size:last-child {
  margin-bottom: 0;
}

h4,
.has-t-4-font-size {
  font-weight: var(--t4-font-weight);
  font-size: var(--t4-font-size);
  font-family: var(--t4-font-family);
  line-height: var(--t4-line-height);
  letter-spacing: var(--t4-letter-spacing);
  margin-top: calc(var(--t4-margin-bottom) * 2);
  margin-bottom: var(--t4-margin-bottom);
}
h4:first-child,
.has-t-4-font-size:first-child {
  margin-top: 0;
}
h4:last-child,
.has-t-4-font-size:last-child {
  margin-bottom: 0;
}

h5,
.has-t-5-font-size {
  font-weight: var(--t5-font-weight);
  font-size: var(--t5-font-size);
  font-family: var(--t5-font-family);
  line-height: var(--t5-line-height);
  margin-top: calc(var(--t5-margin-bottom) * 2);
  margin-bottom: var(--t5-margin-bottom);
}
h5:first-child,
.has-t-5-font-size:first-child {
  margin-top: 0;
}
h5:last-child,
.has-t-5-font-size:last-child {
  margin-bottom: 0;
}

h6,
.has-t-6-font-size {
  font-weight: var(--t6-font-weight);
  font-size: var(--t6-font-size);
  font-family: var(--t6-font-family);
  line-height: var(--t6-line-height);
  margin-top: calc(var(--t6-margin-bottom) * 2);
  margin-bottom: var(--t6-margin-bottom);
}
h6:first-child,
.has-t-6-font-size:first-child {
  margin-top: 0;
}
h6:last-child,
.has-t-6-font-size:last-child {
  margin-bottom: 0;
}
h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6,
.has-t-6-font-size + h1,
.has-t-6-font-size + h2,
.has-t-6-font-size + h3,
.has-t-6-font-size + h4,
.has-t-6-font-size + h5,
.has-t-6-font-size + h6 {
  margin-top: 0 !important;
}

p {
  font-weight: var(--body-1-font-weight);
  font-size: var(--body-1-font-size);
  font-family: var(--body-1-font-family);
  line-height: var(--body-1-line-height);
  margin-bottom: var(--body-1-margin-bottom);
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
p:last-child {
  margin-bottom: 0;
}
p + .acf-block.bg-transparent {
  margin-top: var(--body-1-margin-bottom);
}
.acf-block:not(.bg-white):not(.bg-transparent) + p {
  margin-top: clamp(5.5rem, 2.6428571429rem + 5.9523809524vw, 8rem);
}
p + .acf-block:not(.bg-white):not(.bg-transparent) {
  margin-top: clamp(6rem, 2.5714285714rem + 7.1428571429vw, 9rem);
}

strong {
  font-weight: 600;
}

.has-body-1-font-size {
  font-weight: var(--body-1-font-weight);
  font-size: var(--body-1-font-size);
  font-family: var(--body-1-font-family);
  line-height: var(--body-1-line-height);
  margin-bottom: var(--body-1-margin-bottom);
}
.has-body-1-font-size:first-child {
  margin-top: 0;
}
.has-body-1-font-size:last-child {
  margin-bottom: 0;
}

.has-body-2-font-size {
  font-weight: var(--body-2-font-weight);
  font-size: var(--body-2-font-size);
  font-family: var(--body-2-font-family);
  line-height: var(--body-2-line-height);
  margin-bottom: var(--body-2-margin-bottom);
}
.has-body-2-font-size:first-child {
  margin-top: 0;
}
.has-body-2-font-size:last-child {
  margin-bottom: 0;
}

.has-lead-font-size {
  font-weight: var(--lead-font-weight);
  font-size: var(--lead-font-size);
  font-family: var(--lead-font-family);
  line-height: var(--lead-line-height);
  margin-top: calc(var(--lead-margin-bottom) * 1);
  margin-bottom: var(--lead-margin-bottom);
}
.has-lead-font-size:first-child {
  margin-top: 0;
}
.has-lead-font-size:last-child {
  margin-bottom: 0;
}

.has-quote-1-font-size {
  font-weight: var(--quote-1-font-weight);
  font-size: var(--quote-1-font-size);
  font-family: var(--quote-1-font-family);
  font-style: var(--quote-1-font-style);
  line-height: var(--quote-1-line-height);
  margin-top: calc(var(--quote-1-margin-bottom) * 2);
  margin-bottom: var(--quote-1-margin-bottom);
}
.has-quote-1-font-size:first-child {
  margin-top: 0;
}
.has-quote-1-font-size:last-child {
  margin-bottom: 0;
}

.has-quote-2-font-size {
  font-weight: var(--quote-2-font-weight);
  font-size: var(--quote-2-font-size);
  font-family: var(--quote-2-font-family);
  font-style: var(--quote-2-font-style);
  line-height: var(--quote-2-line-height);
  margin-top: calc(var(--quote-2-margin-bottom) * 2);
  margin-bottom: var(--quote-2-margin-bottom);
}
.has-quote-2-font-size:first-child {
  margin-top: 0;
}
.has-quote-2-font-size:last-child {
  margin-bottom: 0;
}

.has-stat-font-size {
  font-weight: var(--stat-font-weight);
  font-size: var(--stat-font-size);
  font-family: var(--stat-font-family);
  line-height: var(--stat-line-height);
  margin-bottom: var(--stat-margin-bottom);
}
.has-stat-font-size:first-child {
  margin-top: 0;
}
.has-stat-font-size:last-child {
  margin-bottom: 0;
}

.has-subtitle-1-font-size {
  font-weight: var(--subtitle-1-font-weight);
  font-size: var(--subtitle-1-font-size);
  font-family: var(--subtitle-1-font-family);
  line-height: var(--subtitle-1-line-height);
  margin-bottom: var(--subtitle-1-margin-bottom);
}
.has-subtitle-1-font-size:first-child {
  margin-top: 0;
}
.has-subtitle-1-font-size:last-child {
  margin-bottom: 0;
}

.has-subtitle-2-font-size {
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  font-family: var(--subtitle-2-font-family);
  line-height: var(--subtitle-2-line-height);
  margin-bottom: var(--subtitle-2-margin-bottom);
}
.has-subtitle-2-font-size:first-child {
  margin-top: 0;
}
.has-subtitle-2-font-size:last-child {
  margin-bottom: 0;
}

.has-overline-font-size {
  font-weight: var(--overline-font-weight);
  font-size: var(--overline-font-size);
  font-family: var(--overline-font-family);
  line-height: var(--overline-line-height);
  letter-spacing: var(--overline-letter-spacing);
  text-transform: var(--overline-text-transform);
  margin-bottom: var(--overline-margin-bottom);
}
.has-overline-font-size:first-child {
  margin-top: 0;
}
.has-overline-font-size:last-child {
  margin-bottom: 0;
}
.has-overline-font-size + h1, .has-overline-font-size + h2, .has-overline-font-size + h3, .has-overline-font-size + h4, .has-overline-font-size + h5, .has-overline-font-size + h6 {
  margin-top: 0 !important;
}

.has-title-1-font-size {
  font-weight: var(--title-1-font-weight);
  font-size: var(--title-1-font-size);
  font-family: var(--title-1-font-family);
  line-height: var(--title-1-line-height);
  margin-bottom: var(--title-1-margin-bottom);
}
.has-title-1-font-size:first-child {
  margin-top: 0;
}
.has-title-1-font-size:last-child {
  margin-bottom: 0;
}

.container {
  padding-right: clamp(1.25rem, -1.8928571429rem + 6.5476190476vw, 4rem);
  padding-left: clamp(1.25rem, -1.8928571429rem + 6.5476190476vw, 4rem);
}

.content-wrapper > .container {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 48rem) {
  .content-wrapper > .container {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.content-wrapper > .container h2:first-child,
.content-wrapper > .container h3:first-child,
.content-wrapper > .container h4:first-child,
.content-wrapper > .container h5:first-child,
.content-wrapper > .container h6:first-child {
  margin-top: 0;
}
.content-wrapper > .container h2:last-child,
.content-wrapper > .container h3:last-child,
.content-wrapper > .container h4:last-child,
.content-wrapper > .container h5:last-child,
.content-wrapper > .container h6:last-child {
  margin-bottom: -1.25rem;
}
@media (min-width: 48rem) {
  .content-wrapper > .container h2:last-child,
.content-wrapper > .container h3:last-child,
.content-wrapper > .container h4:last-child,
.content-wrapper > .container h5:last-child,
.content-wrapper > .container h6:last-child {
    margin-bottom: -2.5rem;
  }
}
.content-wrapper > .container .block-hook:first-child + h2,
.content-wrapper > .container .block-hook:first-child + h3,
.content-wrapper > .container .block-hook:first-child + h4,
.content-wrapper > .container .block-hook:first-child + h5,
.content-wrapper > .container .block-hook:first-child + h6 {
  margin-top: 0;
}

/* stylelint-disable order/order */
:root {
  --white: #fff;
  --transparent: transparent;
  --neutral-1: #00273d;
  --neutral-2: #141414;
  --neutral-3: #292929;
  --neutral-4: #3d3d3d;
  --neutral-5: #49535a;
  --neutral-6: #707070;
  --neutral-7: #b8b8b8;
  --neutral-8: #c7cdd1;
  --neutral-9: #e0e0e0;
  --neutral-10: #eaeaea;
  --neutral-11: #f4f5f6;
  --neutral-12: #f9fafa;
  --button-default: #d73835;
  --button-hover: #af1e2d;
  --blog-related: #d5e0e7;
  --error: #ad0322;
  --warning: #faa614;
  --success: #008738;
  --information: #006bb2;
  --autofill: #e3eef5;
  --display-font-family: Figtree;
  --display-font-size: clamp(2.5rem, 0.2142857143rem + 4.7619047619vw, 4.5rem);
  --display-fontpostscriptname: Figtree-Bold;
  --display-line-height: clamp(2.75rem, 0.1785714286rem + 5.3571428571vw, 5rem);
  --display-margin-bottom: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
  --display-font-weight: 700;
  --display-letter-spacing: 0.0625rem;
  --display-text-transform: uppercase;
  --t1-font-family: Figtree;
  --t1-font-size: clamp(2.25rem, 0.8214285714rem + 2.9761904762vw, 3.5rem);
  --t1-fontpostscriptname: Figtree-SemiBold;
  --t1-line-height: clamp(2.75rem, 1.6071428571rem + 2.380952381vw, 3.75rem);
  --t1-margin-bottom: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
  --t1-font-weight: 600;
  --t1-underline-font-family: Figtree;
  --t1-underline-font-size: clamp(2.25rem, 0.8214285714rem + 2.9761904762vw, 3.5rem);
  --t1-underline-fontpostscriptname: Figtree-SemiBold;
  --t1-underline-line-height: clamp(2.75rem, 1.6071428571rem + 2.380952381vw, 3.75rem);
  --t1-underline-margin-bottom: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
  --t1-underline-font-weight: 600;
  --t1-underline-text-decoration: underline;
  --t2-font-family: Figtree;
  --t2-font-size: clamp(1.75rem, 0.8928571429rem + 1.7857142857vw, 2.5rem);
  --t2-fontpostscriptname: Figtree-SemiBold;
  --t2-line-height: clamp(2.25rem, 1.6785714286rem + 1.1904761905vw, 2.75rem);
  --t2-margin-bottom: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
  --t2-font-weight: 600;
  --t2---underline-font-family: Figtree;
  --t2---underline-font-size: clamp(1.75rem, 0.8928571429rem + 1.7857142857vw, 2.5rem);
  --t2---underline-fontpostscriptname: Figtree-SemiBold;
  --t2---underline-line-height: clamp(2.25rem, 1.6785714286rem + 1.1904761905vw, 2.75rem);
  --t2---underline-margin-bottom: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
  --t2---underline-font-weight: 600;
  --t2---underline-text-decoration: underline;
  --t3-font-family: Figtree;
  --t3-font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  --t3-fontpostscriptname: Figtree-SemiBold;
  --t3-line-height: clamp(1.75rem, 1.4642857143rem + 0.5952380952vw, 2rem);
  --t3-margin-bottom: 1rem;
  --t3-font-weight: 600;
  --t3-letter-spacing: 0.03125rem;
  --t3-underline-font-family: Figtree;
  --t3-underline-font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  --t3-underline-fontpostscriptname: Figtree-SemiBold;
  --t3-underline-line-height: clamp(1.75rem, 1.4642857143rem + 0.5952380952vw, 2rem);
  --t3-underline-margin-bottom: 1rem;
  --t3-underline-font-weight: 600;
  --t3-underline-letter-spacing: 0.03125rem;
  --t3-underline-text-decoration: underline;
  --t4-font-family: Figtree;
  --t4-font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  --t4-fontpostscriptname: Figtree-SemiBold;
  --t4-line-height: 1.5rem;
  --t4-margin-bottom: 0.5rem;
  --t4-font-weight: 600;
  --t4-letter-spacing: 0.0125rem;
  --t5-font-family: Figtree;
  --t5-font-size: clamp(0.875rem, 0.7321428571rem + 0.2976190476vw, 1rem);
  --t5-fontpostscriptname: Figtree-SemiBold;
  --t5-line-height: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  --t5-margin-bottom: 0.5rem;
  --t5-font-weight: 600;
  --t6-font-family: Figtree;
  --t6-font-size: 0.75rem;
  --t6-fontpostscriptname: Figtree-SemiBold;
  --t6-line-height: 1rem;
  --t6-margin-bottom: 0.5rem;
  --t6-font-weight: 600;
  --body-1-font-family: Figtree;
  --body-1-font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  --body-1-fontpostscriptname: Figtree-Medium;
  --body-1-line-height: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
  --body-1-margin-bottom: 1.5rem;
  --body-1-font-weight: 500;
  --body-1-underline-font-family: Figtree;
  --body-1-underline-font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  --body-1-underline-fontpostscriptname: Figtree-Medium;
  --body-1-underline-line-height: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
  --body-1-underline-margin-bottom: 1.5rem;
  --body-1-underline-font-weight: 500;
  --body-1-underline-text-decoration: underline;
  --body-1-italic-font-family: Figtree;
  --body-1-italic-font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  --body-1-italic-fontpostscriptname: Figtree-MediumItalic;
  --body-1-italic-line-height: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
  --body-1-italic-margin-bottom: 1.5rem;
  --body-1-italic-font-weight: 500;
  --body-1-italic-font-style: italic;
  --body-2-font-family: Figtree;
  --body-2-font-size: 1rem;
  --body-2-fontpostscriptname: Figtree-Medium;
  --body-2-line-height: 1.5rem;
  --body-2-margin-bottom: 1.5rem;
  --body-2-font-weight: 500;
  --body-2-underline-font-family: Figtree;
  --body-2-underline-font-size: 1rem;
  --body-2-underline-fontpostscriptname: Figtree-Medium;
  --body-2-underline-line-height: 1.5rem;
  --body-2-underline-margin-bottom: 1.5rem;
  --body-2-underline-font-weight: 500;
  --body-2-underline-text-decoration: underline;
  --body-2-italic-font-family: Figtree;
  --body-2-italic-font-size: 1rem;
  --body-2-italic-fontpostscriptname: Figtree-MediumItalic;
  --body-2-italic-line-height: 1.5rem;
  --body-2-italic-margin-bottom: 1.5rem;
  --body-2-italic-font-weight: 500;
  --body-2-italic-font-style: italic;
  --lead-font-family: Figtree;
  --lead-font-size: clamp(1.75rem, 1.1785714286rem + 1.1904761905vw, 2.25rem);
  --lead-fontpostscriptname: Figtree-Medium;
  --lead-line-height: clamp(2.25rem, 1.6785714286rem + 1.1904761905vw, 2.75rem);
  --lead-margin-bottom: clamp(2rem, 0.8571428571rem + 2.380952381vw, 3rem);
  --lead-font-weight: 500;
  --quote-1-font-family: Figtree;
  --quote-1-font-size: clamp(1.5rem, 0.3571428571rem + 2.380952381vw, 2.5rem);
  --quote-1-fontpostscriptname: Figtree-Italic;
  --quote-1-line-height: clamp(2rem, 0.2857142857rem + 3.5714285714vw, 3.5rem);
  --quote-1-margin-bottom: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
  --quote-1-font-weight: 400;
  --quote-1-font-style: italic;
  --quote-2-font-family: Figtree;
  --quote-2-font-size: clamp(1.5rem, 1.0714285714rem + 0.8928571429vw, 1.875rem);
  --quote-2-fontpostscriptname: Figtree-Italic;
  --quote-2-line-height: clamp(2rem, 1.4285714286rem + 1.1904761905vw, 2.5rem);
  --quote-2-margin-bottom: 1.5rem;
  --quote-2-font-weight: 400;
  --quote-2-font-style: italic;
  --stat-font-family: Figtree;
  --stat-font-size: clamp(2.5rem, 1.3571428571rem + 2.380952381vw, 3.5rem);
  --stat-fontpostscriptname: Figtree-SemiBold;
  --stat-line-height: clamp(3rem, 1.8571428571rem + 2.380952381vw, 4rem);
  --stat-margin-bottom: 0.25rem;
  --stat-font-weight: 600;
  --nav-1-font-family: Figtree;
  --nav-1-font-size: clamp(0.8125rem, 1.4821428571rem + -0.744047619vw, 1.125rem);
  --nav-1-fontpostscriptname: Figtree-SemiBold;
  --nav-1-line-height: clamp(1.25rem, 1.7857142857rem + -0.5952380952vw, 1.5rem);
  --nav-1-font-weight: 600;
  --nav-1-letter-spacing: 0.05rem;
  --nav-1-text-transform: uppercase;
  --nav-2-font-family: Figtree;
  --nav-2-font-size: clamp(0.875rem, 1.1428571429rem + -0.2976190476vw, 1rem);
  --nav-2-fontpostscriptname: Figtree-SemiBold;
  --nav-2-line-height: 1.25rem;
  --nav-2-font-weight: 600;
  --nav-2-letter-spacing: 0.05rem;
  --nav-2-text-transform: uppercase;
  --nav-3-font-family: Figtree;
  --nav-3-font-size: clamp(0.6875rem, 1.0892857143rem + -0.4464285714vw, 0.875rem);
  --nav-3-fontpostscriptname: Figtree-Medium;
  --nav-3-line-height: clamp(1rem, 1.5357142857rem + -0.5952380952vw, 1.25rem);
  --nav-3-font-weight: 500;
  --title-1-font-family: Figtree;
  --title-1-font-size: 1.125rem;
  --title-1-fontpostscriptname: Figtree-SemiBold;
  --title-1-line-height: 1.5rem;
  --title-1-margin-bottom: 1rem;
  --title-1-font-weight: 600;
  --title-1-underline-font-family: Figtree;
  --title-1-underline-font-size: 1.125rem;
  --title-1-underline-fontpostscriptname: Figtree-SemiBold;
  --title-1-underline-line-height: 1.5rem;
  --title-1-underline-margin-bottom: 1rem;
  --title-1-underline-font-weight: 600;
  --title-1-underline-text-decoration: underline;
  --title-2-font-family: Figtree;
  --title-2-font-size: 1rem;
  --title-2-fontpostscriptname: Figtree-SemiBold;
  --title-2-line-height: 1.5rem;
  --title-2-margin-bottom: 0.5rem;
  --title-2-font-weight: 600;
  --title-2-underline-font-family: Figtree;
  --title-2-underline-font-size: 1rem;
  --title-2-underline-fontpostscriptname: Figtree-SemiBold;
  --title-2-underline-line-height: 1.5rem;
  --title-2-underline-margin-bottom: 0.5rem;
  --title-2-underline-font-weight: 600;
  --title-2-underline-text-decoration: underline;
  --title-3-font-family: Figtree;
  --title-3-font-size: 0.875rem;
  --title-3-fontpostscriptname: Figtree-SemiBold;
  --title-3-line-height: 1rem;
  --title-3-margin-bottom: 0.5rem;
  --title-3-font-weight: 600;
  --title-3-underline-font-family: Figtree;
  --title-3-underline-font-size: 0.875rem;
  --title-3-underline-fontpostscriptname: Figtree-SemiBold;
  --title-3-underline-line-height: 1rem;
  --title-3-underline-margin-bottom: 0.5rem;
  --title-3-underline-font-weight: 600;
  --title-3-underline-text-decoration: underline;
  --subtitle-1-font-family: Figtree;
  --subtitle-1-font-size: 1rem;
  --subtitle-1-fontpostscriptname: Figtree-Medium;
  --subtitle-1-line-height: 1.5rem;
  --subtitle-1-margin-bottom: 1rem;
  --subtitle-1-font-weight: 500;
  --subtitle-1-underline-font-family: Figtree;
  --subtitle-1-underline-font-size: 1rem;
  --subtitle-1-underline-fontpostscriptname: Figtree-Medium;
  --subtitle-1-underline-line-height: 1.5rem;
  --subtitle-1-underline-margin-bottom: 1rem;
  --subtitle-1-underline-font-weight: 500;
  --subtitle-1-underline-text-decoration: underline;
  --subtitle-2-font-family: Figtree;
  --subtitle-2-font-size: 0.875rem;
  --subtitle-2-fontpostscriptname: Figtree-Medium;
  --subtitle-2-line-height: 1.25rem;
  --subtitle-2-margin-bottom: 0.5rem;
  --subtitle-2-font-weight: 500;
  --subtitle-2-underline-font-family: Figtree;
  --subtitle-2-underline-font-size: 0.875rem;
  --subtitle-2-underline-fontpostscriptname: Figtree-Medium;
  --subtitle-2-underline-line-height: 1.25rem;
  --subtitle-2-underline-margin-bottom: 0.5rem;
  --subtitle-2-underline-font-weight: 500;
  --subtitle-2-underline-text-decoration: underline;
  --subtitle-3-font-family: Figtree;
  --subtitle-3-font-size: 0.75rem;
  --subtitle-3-fontpostscriptname: Figtree-Medium;
  --subtitle-3-line-height: 1rem;
  --subtitle-3-font-weight: 500;
  --subtitle-3-underline-font-family: Figtree;
  --subtitle-3-underline-font-size: 0.75rem;
  --subtitle-3-underline-fontpostscriptname: Figtree-Medium;
  --subtitle-3-underline-line-height: 1rem;
  --subtitle-3-underline-margin-bottom: 1rem;
  --subtitle-3-underline-font-weight: 500;
  --subtitle-3-underline-text-decoration: underline;
  --link-1-font-family: Figtree;
  --link-1-font-size: 1rem;
  --link-1-fontpostscriptname: Figtree-Bold;
  --link-1-line-height: 1.5rem;
  --link-1-margin-bottom: 1rem;
  --link-1-font-weight: 700;
  --link-1-letter-spacing: 0.03125rem;
  --link-1-text-transform: uppercase;
  --link-1-underline-font-family: Figtree;
  --link-1-underline-font-size: 1rem;
  --link-1-underline-fontpostscriptname: Figtree-Bold;
  --link-1-underline-line-height: 1.5rem;
  --link-1-underline-margin-bottom: 1rem;
  --link-1-underline-font-weight: 700;
  --link-1-underline-letter-spacing: 0.03125rem;
  --link-1-underline-text-decoration: underline;
  --link-1-underline-text-transform: uppercase;
  --link-2-font-family: Figtree;
  --link-2-font-size: 0.75rem;
  --link-2-fontpostscriptname: Figtree-Bold;
  --link-2-line-height: 1.25rem;
  --link-2-margin-bottom: 0.5rem;
  --link-2-font-weight: 700;
  --link-2-letter-spacing: 0.05rem;
  --link-2-text-transform: uppercase;
  --link-2-underline-font-family: Figtree;
  --link-2-underline-font-size: 0.75rem;
  --link-2-underline-fontpostscriptname: Figtree-Bold;
  --link-2-underline-line-height: 1.25rem;
  --link-2-underline-margin-bottom: 0.5rem;
  --link-2-underline-font-weight: 700;
  --link-2-underline-letter-spacing: 0.05rem;
  --link-2-underline-text-decoration: underline;
  --link-2-underline-text-transform: uppercase;
  --link-3-font-family: Figtree;
  --link-3-font-size: 1rem;
  --link-3-fontpostscriptname: Figtree-SemiBold;
  --link-3-line-height: 1.5rem;
  --link-3-font-weight: 600;
  --link-3-underline-font-family: Figtree;
  --link-3-underline-font-size: 1rem;
  --link-3-underline-fontpostscriptname: Figtree-SemiBold;
  --link-3-underline-line-height: 1.5rem;
  --link-3-underline-font-weight: 600;
  --link-3-underline-text-decoration: underline;
  --overline-font-family: Figtree;
  --overline-font-size: 0.875rem;
  --overline-fontpostscriptname: Figtree-Bold;
  --overline-line-height: 1rem;
  --overline-margin-bottom: 0.5rem;
  --overline-font-weight: 700;
  --overline-letter-spacing: 0.09375rem;
  --overline-text-transform: uppercase;
  --containerWidth: calc(var(--vw, 1vw) * 100 - clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem));
  --containerMaxWidth: calc(36rem - clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem));
  --gutterWidth: clamp(clamp(1.25rem, -1.8928571429rem + 6.5476190476vw, 4rem), 100%, calc((var(--vw, 1vw) * 100 - 36rem + clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem)) / 2));
  --columnWidth: calc((36rem - clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem)) / 12);
  --columnMaxWidth: calc((100% - clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem)) / 12);
}
@media (min-width: 36rem) {
  :root {
    --containerWidth: calc(var(--vw, 1vw) * 100 - clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem));
    --containerMaxWidth: calc(48rem - clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem));
    --gutterWidth: clamp(clamp(1.25rem, -1.8928571429rem + 6.5476190476vw, 4rem), 100%, calc((var(--vw, 1vw) * 100 - 48rem + clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem)) / 2));
    --columnWidth: calc((48rem - clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem)) / 12);
    --columnMaxWidth: calc((100% - clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem)) / 12);
  }
}
@media (min-width: 48rem) {
  :root {
    --containerWidth: calc(var(--vw, 1vw) * 100 - clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem));
    --containerMaxWidth: calc(62rem - clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem));
    --gutterWidth: clamp(clamp(1.25rem, -1.8928571429rem + 6.5476190476vw, 4rem), 100%, calc((var(--vw, 1vw) * 100 - 62rem + clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem)) / 2));
    --columnWidth: calc((62rem - clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem)) / 12);
    --columnMaxWidth: calc((100% - clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem)) / 12);
  }
}
@media (min-width: 62rem) {
  :root {
    --containerWidth: calc(var(--vw, 1vw) * 100 - clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem));
    --containerMaxWidth: calc(75rem - clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem));
    --gutterWidth: clamp(clamp(1.25rem, -1.8928571429rem + 6.5476190476vw, 4rem), 100%, calc((var(--vw, 1vw) * 100 - 75rem + clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem)) / 2));
    --columnWidth: calc((75rem - clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem)) / 12);
    --columnMaxWidth: calc((100% - clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem)) / 12);
  }
}
@media (min-width: 75rem) {
  :root {
    --containerWidth: calc(var(--vw, 1vw) * 100 - clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem));
    --containerMaxWidth: calc(90rem - clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem));
    --gutterWidth: clamp(clamp(1.25rem, -1.8928571429rem + 6.5476190476vw, 4rem), 100%, calc((var(--vw, 1vw) * 100 - 90rem + clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem)) / 2));
    --columnWidth: calc((90rem - clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem)) / 12);
    --columnMaxWidth: calc((100% - clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem)) / 12);
  }
}

/* stylelint-enable order/order */
.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: #fff;
  --blockBackgroundColor: #fff;
}

.bg-neutral-10 {
  background-color: #eaeaea;
  --blockBackgroundColor: #eaeaea;
}

.bg-neutral-11 {
  background-color: #f4f5f6;
  --blockBackgroundColor: #f4f5f6;
}

.bg-dark {
  background-color: #141414;
  --blockBackgroundColor: #141414;
  --blockColor: #fff;
  color: #fff;
  --blockHoverColor: #c7cdd1;
}

.bg-blog-related {
  background-color: #d5e0e7;
  --blockBackgroundColor: #d5e0e7;
}

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

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

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

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

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

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.visually-hidden,
.sr-only {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  pointer-events: none;
}

.acf-block {
  padding: clamp(6rem, 2.5714285714rem + 7.1428571429vw, 9rem) 0;
}
.acf-block > h1:first-child, .acf-block > h2:first-child, .acf-block > h3:first-child, .acf-block > h4:first-child, .acf-block > h5:first-child, .acf-block > h6:first-child {
  margin-top: clamp(-1rem, 0.0714285714rem + -1.1904761905vw, -0.5rem);
}
.acf-block.bg-transparent + .acf-block.bg-transparent {
  padding-top: 0;
}
.acf-block.bg-white + .acf-block.bg-white {
  padding-top: 0;
}
.acf-block.bg-neutral-10 + .acf-block.bg-neutral-10 {
  padding-top: 0;
}
.acf-block.bg-neutral-11 + .acf-block.bg-neutral-11 {
  padding-top: 0;
}
.acf-block.bg-dark + .acf-block.bg-dark {
  padding-top: 0;
}
.acf-block.bg-blog-related + .acf-block.bg-blog-related {
  padding-top: 0;
}
.acf-block > .content-wrapper:first-of-type > h1:first-child, .acf-block > .content-wrapper:first-of-type > h2:first-child, .acf-block > .content-wrapper:first-of-type > h3:first-child, .acf-block > .content-wrapper:first-of-type > h4:first-child, .acf-block > .content-wrapper:first-of-type > h5:first-child, .acf-block > .content-wrapper:first-of-type > h6:first-child,
.acf-block > .container:first-of-type > h1:first-child,
.acf-block > .container:first-of-type > h2:first-child,
.acf-block > .container:first-of-type > h3:first-child,
.acf-block > .container:first-of-type > h4:first-child,
.acf-block > .container:first-of-type > h5:first-child,
.acf-block > .container:first-of-type > h6:first-child {
  margin-top: clamp(-1rem, 0.0714285714rem + -1.1904761905vw, -0.5rem);
}
.acf-block > .content-wrapper:first-of-type > p:first-child,
.acf-block > .content-wrapper:first-of-type > .wp-block-columns-wrapper:first-child,
.acf-block > .container:first-of-type > p:first-child,
.acf-block > .container:first-of-type > .wp-block-columns-wrapper:first-child {
  margin-top: clamp(-1rem, 0.0714285714rem + -1.1904761905vw, -0.5rem);
}

.acf-innerblocks-container {
  display: contents;
}

body:not(.post-type-archive-library_block):not(.wp-admin) .block-inactive {
  display: none;
}

/* stylelint-disable no-descending-specificity */
.content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) {
  width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 36rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) {
    width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 48rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) {
    width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 62rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) {
    width: calc(var(--columnWidth) * 10 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 10 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 75rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) {
    width: calc(var(--columnWidth) * 8 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 8 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
.content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) > h1:first-child, .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) > h2:first-child, .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) > h3:first-child, .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) > h4:first-child, .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) > h5:first-child, .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) > h6:first-child {
  padding-top: clamp(5.5rem, 2.6428571429rem + 5.9523809524vw, 8rem) !important;
}
.content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block):first-child {
  padding-top: clamp(6rem, 2.5714285714rem + 7.1428571429vw, 9rem);
}
.content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block):last-child {
  padding-bottom: clamp(6rem, 2.5714285714rem + 7.1428571429vw, 9rem);
}
.content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-narrow {
  width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
}
@media (min-width: 36rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-narrow {
    width: calc(var(--columnWidth) * 9 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 9 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 48rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-narrow {
    width: calc(var(--columnWidth) * 8 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 8 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 62rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-narrow {
    width: calc(var(--columnWidth) * 7 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 7 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 75rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-narrow {
    width: calc(var(--columnWidth) * 6 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 6 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
.content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-full {
  width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
}
@media (min-width: 36rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-full {
    width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 48rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-full {
    width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
.content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-wide {
  width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
}
@media (min-width: 36rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-wide {
    width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 48rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-wide {
    width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 62rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-wide {
    width: calc(var(--columnWidth) * 10 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 10 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
.acf-block .content-wrapper > h1:first-child, .acf-block .content-wrapper > h2:first-child, .acf-block .content-wrapper > h3:first-child, .acf-block .content-wrapper > h4:first-child, .acf-block .content-wrapper > h5:first-child, .acf-block .content-wrapper > h6:first-child {
  margin-top: clamp(-1rem, 0.0714285714rem + -1.1904761905vw, -0.5rem);
}
.acf-block .content-wrapper > :first-child {
  padding-top: 0 !important;
}
.acf-block .content-wrapper > :last-child {
  padding-bottom: 0 !important;
}
.acf-block .content-wrapper > p:first-child {
  margin-top: clamp(-1rem, 0.0714285714rem + -1.1904761905vw, -0.5rem);
}

.default-content {
  width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 36rem) {
  .default-content {
    width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 48rem) {
  .default-content {
    width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 62rem) {
  .default-content {
    width: calc(var(--columnWidth) * 10 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 10 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 75rem) {
  .default-content {
    width: calc(var(--columnWidth) * 8 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 8 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
.default-content .alignleft {
  float: left;
}
.default-content .alignright {
  float: right;
}
.default-content img.alignleft {
  margin: 0.375rem 1.5rem 1.5rem 0rem;
}
.default-content img.alignright {
  margin: 0.375rem 0rem 1.5rem 1.5rem;
}

/* stylelint-enable no-descending-specificity */
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

.c-btn:hover .icon:first-child, .c-btn:focus .icon:first-child {
  transform: translateX(-0.1875rem);
}
.c-btn:hover .icon:last-child, .c-btn:focus .icon:last-child {
  transform: translateX(0.1875rem);
}
.c-btn .icon {
  font-size: 1.25em;
  transition: transform 0.2s linear;
}
.c-btn .icon:first-child {
  margin-right: 0.25rem;
}
.c-btn .icon:last-child {
  margin-left: 0.25rem;
}

.c-btn--primary {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  letter-spacing: var(--link-1-letter-spacing);
  text-transform: var(--link-1-text-transform);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.875rem;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  color: #fff;
  border: 0.125rem solid #d73835;
  border-radius: 2rem;
  background-color: #d73835;
}
@media (max-width: 35.98rem) {
  .c-btn--primary {
    width: 100%;
  }
}
.bg-dark .c-btn--primary {
  color: #d73835;
  border-color: #fff;
  background-color: #fff;
}
.bg-dark .c-btn--primary.hover, a:hover .bg-dark .c-btn--primary, a:focus .bg-dark .c-btn--primary, .bg-dark .c-btn--primary:hover, .bg-dark .c-btn--primary:focus {
  color: #af1e2d;
  border-color: #fff;
  background-color: #fff;
}
.c-btn--primary.hover, a:hover .c-btn--primary, a:focus .c-btn--primary, .c-btn--primary:hover, .c-btn--primary:focus {
  color: #fff;
  border-color: #af1e2d;
  background-color: #af1e2d;
}
.bg-white .c-btn--primary {
  color: #fff;
  border: 2px solid #d73835;
  background-color: #d73835;
}
.bg-white .c-btn--primary.hover, a:hover .bg-white .c-btn--primary, a:focus .bg-white .c-btn--primary, .bg-white .c-btn--primary:hover, .bg-white .c-btn--primary:focus {
  color: #fff;
  border-color: #af1e2d;
  background-color: #af1e2d;
}

.c-btn--secondary {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  letter-spacing: var(--link-1-letter-spacing);
  text-transform: var(--link-1-text-transform);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.875rem;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  color: #d73835;
  border: 2px solid #d73835;
  background-color: transparent;
}
@media (max-width: 35.98rem) {
  .c-btn--secondary {
    width: 100%;
  }
}
.bg-dark .c-btn--secondary {
  color: #fff;
  border-color: #fff;
}
.bg-dark .c-btn--secondary.hover, a:hover .bg-dark .c-btn--secondary, a:focus .bg-dark .c-btn--secondary, .bg-dark .c-btn--secondary:hover, .bg-dark .c-btn--secondary:focus {
  color: #af1e2d;
  border-color: #fff;
  background-color: #fff;
}
.c-btn--secondary.hover, a:hover .c-btn--secondary, a:focus .c-btn--secondary, .c-btn--secondary:hover, .c-btn--secondary:focus {
  color: #fff;
  border-color: #af1e2d;
  background-color: #af1e2d;
}
.bg-white .c-btn--secondary {
  color: #d73835;
  border: 2px solid #d73835;
  background-color: transparent;
}
.bg-white .c-btn--secondary.hover, a:hover .bg-white .c-btn--secondary, a:focus .bg-white .c-btn--secondary, .bg-white .c-btn--secondary:hover, .bg-white .c-btn--secondary:focus {
  color: #fff;
  border-color: #af1e2d;
  background-color: #af1e2d;
}

.c-btn--tertiary {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  letter-spacing: var(--link-1-letter-spacing);
  text-transform: var(--link-1-text-transform);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.875rem;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  position: relative;
  padding: 0 !important;
  color: #d73835;
  text-transform: unset;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.bg-dark .c-btn--tertiary {
  color: #fff;
}
.bg-dark .c-btn--tertiary.hover, a:hover .bg-dark .c-btn--tertiary, a:focus .bg-dark .c-btn--tertiary, .bg-dark .c-btn--tertiary:hover, .bg-dark .c-btn--tertiary:focus {
  color: #c7cdd1;
}
.c-btn--tertiary::before {
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: currentcolor;
}
.c-btn--tertiary.hover, a:hover .c-btn--tertiary, a:focus .c-btn--tertiary, .c-btn--tertiary:hover, .c-btn--tertiary:focus {
  color: #af1e2d;
}
.bg-white .c-btn--tertiary {
  color: #d73835;
}
.bg-white .c-btn--tertiary:hover, .bg-white .c-btn--tertiary:focus {
  color: #af1e2d;
}
.c-btn--tertiary.c-btn--icon::before {
  display: none;
}

.c-btn--small {
  font-weight: var(--link-2-font-weight);
  font-size: var(--link-2-font-size);
  font-family: var(--link-2-font-family);
  line-height: var(--link-2-line-height);
  letter-spacing: var(--link-2-letter-spacing);
  text-transform: var(--link-2-text-transform);
  padding: 0.25rem 0.875rem;
}

.c-btn--play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  color: #fff;
  border: 2px solid #00273d;
  border-radius: 50%;
  background-color: #00273d;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: background-color 0.2s linear, color 0.2s linear, border-color 0.2s linear;
}
.bg-dark .c-btn--play {
  color: #00273d;
  background-color: #fff;
}
.bg-dark .c-btn--play.hover, a:hover .bg-dark .c-btn--play, a:focus .bg-dark .c-btn--play, .bg-dark .c-btn--play:hover, .bg-dark .c-btn--play:focus {
  color: #00273d;
  background-color: #eaeaea;
}
.bg-dark .c-btn--play.c-btn--secondary {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.bg-dark .c-btn--play.c-btn--secondary.hover, a:hover .bg-dark .c-btn--play.c-btn--secondary, a:focus .bg-dark .c-btn--play.c-btn--secondary, .bg-dark .c-btn--play.c-btn--secondary:hover, .bg-dark .c-btn--play.c-btn--secondary:focus {
  color: #00273d;
  border-color: #fff;
  background-color: #fff;
}
.c-btn--play::before {
  content: "\ea33";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
}
.c-btn--play.hover, a:hover .c-btn--play, a:focus .c-btn--play, .c-btn--play:hover, .c-btn--play:focus {
  color: #fff;
  border-color: #292929;
  background-color: #292929;
}
.c-btn--play.c-btn--secondary {
  color: #00273d;
  border-color: #00273d;
  background-color: transparent;
}
.c-btn--play.c-btn--secondary.hover, a:hover .c-btn--play.c-btn--secondary, a:focus .c-btn--play.c-btn--secondary, .c-btn--play.c-btn--secondary:hover, .c-btn--play.c-btn--secondary:focus {
  color: #fff;
  border-color: #00273d;
  background-color: #00273d;
}

.c-btn--close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  color: #00273d;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  background-color: #eaeaea;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: background-color 0.2s linear, color 0.2s linear, border-color 0.2s linear;
}
.bg-dark .c-btn--close, .c-btn--close.c-btn--color-alt {
  color: #fff;
  border-color: #292929;
  background-color: #292929;
}
.bg-dark .c-btn--close.hover, a:hover .bg-dark .c-btn--close, a:focus .bg-dark .c-btn--close, .bg-dark .c-btn--close:hover, .bg-dark .c-btn--close:focus, .c-btn--close.c-btn--color-alt.hover, a:hover .c-btn--close.c-btn--color-alt, a:focus .c-btn--close.c-btn--color-alt, .c-btn--close.c-btn--color-alt:hover, .c-btn--close.c-btn--color-alt:focus {
  color: #fff;
  border-color: #3d3d3d;
  background-color: #3d3d3d;
}
.c-btn--close::before {
  content: "\ea17";
  font-weight: 400;
  font-size: 1rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
}
.c-btn--close.hover, a:hover .c-btn--close, a:focus .c-btn--close, .c-btn--close:hover, .c-btn--close:focus {
  color: #00273d;
  border-color: #e0e0e0;
  background-color: #e0e0e0;
}

.c-btn--back {
  font-weight: var(--link-2-font-weight);
  font-size: var(--link-2-font-size);
  font-family: var(--link-2-font-family);
  line-height: var(--link-2-line-height);
  letter-spacing: var(--link-2-letter-spacing);
  text-transform: var(--link-2-text-transform);
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--blockColor, #00273d);
  transition: color 0.2s linear;
}
.bg-dark .c-btn--back {
  color: #fff;
}
.bg-dark .c-btn--back:hover, .bg-dark .c-btn--back:focus {
  color: #c7cdd1;
}
.c-btn--back::before {
  content: "\ea15";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-btn--back:hover, .c-btn--back:focus {
  color: #af1e2d;
}
.c-btn--back__all-posts {
  color: #d73835;
}
.c-btn--back__wrapper {
  display: flex;
  margin: clamp(-5rem, -0.7142857143rem + -4.7619047619vw, -3rem) auto clamp(3rem, 0.7142857143rem + 4.7619047619vw, 5rem) var(--gutterWidth, 1.25rem);
}
.block-editor-block-list__block .c-btn--back__wrapper {
  margin-left: 3.75rem;
}

/* Embed Video Styles */
.iframe-wrapper {
  position: relative;
  height: 0;
  max-width: 100%;
  margin: 3.25rem auto 3.25rem;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.iframe-wrapper__overlay {
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  bottom: -0.625rem;
  right: -0.625rem;
  z-index: 1;
  background-color: var(--blockColor, #00273d);
  background-position: center;
  background-size: cover;
}
.iframe-wrapper__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

body:not(.wp-admin) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button),
body:not(.wp-admin) textarea,
body:not(.wp-admin) select,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button),
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select {
  font-weight: var(--subtitle-1-font-weight);
  font-size: var(--subtitle-1-font-size);
  font-family: var(--subtitle-1-font-family);
  line-height: var(--subtitle-1-line-height);
  display: block;
  width: 100%;
  padding: 0.6875rem 0.75rem;
  color: #00273d;
  border: 1px solid #c7cdd1;
  border-radius: 0.25rem;
  background-color: #fff;
  outline: none;
  transition: color 0.2s linear, border 0.2s linear, background-color 0.2s linear;
}
body:not(.wp-admin) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button):focus,
body:not(.wp-admin) textarea:focus,
body:not(.wp-admin) select:focus,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button):focus,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea:focus,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select:focus {
  border: 1px solid var(--blockColor, #00273d);
}
body:not(.wp-admin) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button).error,
body:not(.wp-admin) textarea.error,
body:not(.wp-admin) select.error,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button).error,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea.error,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select.error {
  border-color: #ad0322;
}
body:not(.wp-admin) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::-webkit-input-placeholder,
body:not(.wp-admin) textarea::-webkit-input-placeholder,
body:not(.wp-admin) select::-webkit-input-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::-webkit-input-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea::-webkit-input-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select::-webkit-input-placeholder {
  color: #707070;
}
body:not(.wp-admin) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::-moz-placeholder,
body:not(.wp-admin) textarea::-moz-placeholder,
body:not(.wp-admin) select::-moz-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::-moz-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea::-moz-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select::-moz-placeholder {
  color: #707070;
}
body:not(.wp-admin) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::-ms-placeholder,
body:not(.wp-admin) textarea::-ms-placeholder,
body:not(.wp-admin) select::-ms-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::-ms-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea::-ms-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select::-ms-placeholder {
  color: #707070;
}
body:not(.wp-admin) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::placeholder,
body:not(.wp-admin) textarea::placeholder,
body:not(.wp-admin) select::placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea::placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select::placeholder {
  color: #707070;
}
body:not(.wp-admin) textarea,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea {
  min-height: 9rem;
}

select {
  -webkit-appearance: none;
}
select:not([multiple]) {
  padding-right: 2.625rem !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%2302040C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
}

/* stylelint-disable scss/at-extend-no-missing-placeholder */
.checkbox-label, .gform_wrapper .gfield_checkbox label,
.checkbox-wrapper label, .hs-form-checkbox-display > span,
.hs-form-booleancheckbox-display > span,
.radio-label,
.gform_wrapper .gfield_radio label,
.radio-wrapper label,
.hs-form-radio-display > span {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
  padding-left: 1.75rem;
  cursor: pointer;
}
@media (min-width: 36rem) {
  .checkbox-label, .gform_wrapper .gfield_checkbox label,
.checkbox-wrapper label, .hs-form-checkbox-display > span,
.hs-form-booleancheckbox-display > span,
.radio-label,
.gform_wrapper .gfield_radio label,
.radio-wrapper label,
.hs-form-radio-display > span {
    margin-bottom: 1.5rem;
  }
}
.checkbox-label::before, .gform_wrapper .gfield_checkbox label::before,
.checkbox-wrapper label::before, .hs-form-checkbox-display > span::before,
.hs-form-booleancheckbox-display > span::before,
.radio-label::before,
.gform_wrapper .gfield_radio label::before,
.radio-wrapper label::before,
.hs-form-radio-display > span::before {
  content: "\ea10";
  font-weight: 400;
  font-size: 1.25rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: calc(50% - 0.9375rem);
  left: -0.3125rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0;
  background-color: transparent;
  transition: color 0.2s linear;
}

input:checked + .checkbox-label::before, .gform_wrapper .gfield_checkbox input:checked + label::before,
.checkbox-wrapper input:checked + label::before, .hs-form-checkbox-display > input:checked + span::before,
.hs-form-booleancheckbox-display > input:checked + span::before {
  content: "\ea0f";
}

.radio-label::before, .gform_wrapper .gfield_radio label::before,
.radio-wrapper label::before, .hs-form-radio-display > span::before {
  content: "\ea38";
}
input:checked + .radio-label::before, .gform_wrapper .gfield_radio input:checked + label::before,
.radio-wrapper input:checked + label::before, .hs-form-radio-display > input:checked + span::before {
  content: "\ea37";
}

.hs-fieldtype-checkbox > label,
.hs-fieldtype-radio > label {
  display: block;
  margin-bottom: 1rem;
}

.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio,
.hbspt-form ul[role=checkbox],
.hbspt-form ul[role=radio],
.hs_single_checkbox ul {
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
}
.gform_wrapper .gfield_checkbox input[type=radio],
.gform_wrapper .gfield_checkbox input[type=checkbox],
.gform_wrapper .gfield_radio input[type=radio],
.gform_wrapper .gfield_radio input[type=checkbox],
.hbspt-form ul[role=checkbox] input[type=radio],
.hbspt-form ul[role=checkbox] input[type=checkbox],
.hbspt-form ul[role=radio] input[type=radio],
.hbspt-form ul[role=radio] input[type=checkbox],
.hs_single_checkbox ul input[type=radio],
.hs_single_checkbox ul input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.gform_wrapper .gfield_checkbox input[type=radio]:focus ~ label::before,
.gform_wrapper .gfield_checkbox input[type=checkbox]:focus ~ label::before,
.gform_wrapper .gfield_radio input[type=radio]:focus ~ label::before,
.gform_wrapper .gfield_radio input[type=checkbox]:focus ~ label::before,
.hbspt-form ul[role=checkbox] input[type=radio]:focus ~ label::before,
.hbspt-form ul[role=checkbox] input[type=checkbox]:focus ~ label::before,
.hbspt-form ul[role=radio] input[type=radio]:focus ~ label::before,
.hbspt-form ul[role=radio] input[type=checkbox]:focus ~ label::before,
.hs_single_checkbox ul input[type=radio]:focus ~ label::before,
.hs_single_checkbox ul input[type=checkbox]:focus ~ label::before {
  color: #d73835;
}
.bg-dark .gform_wrapper .gfield_checkbox input[type=radio]:focus ~ label::before,
.bg-dark .gform_wrapper .gfield_checkbox input[type=checkbox]:focus ~ label::before,
.bg-dark .gform_wrapper .gfield_radio input[type=radio]:focus ~ label::before,
.bg-dark .gform_wrapper .gfield_radio input[type=checkbox]:focus ~ label::before,
.bg-dark .hbspt-form ul[role=checkbox] input[type=radio]:focus ~ label::before,
.bg-dark .hbspt-form ul[role=checkbox] input[type=checkbox]:focus ~ label::before,
.bg-dark .hbspt-form ul[role=radio] input[type=radio]:focus ~ label::before,
.bg-dark .hbspt-form ul[role=radio] input[type=checkbox]:focus ~ label::before,
.bg-dark .hs_single_checkbox ul input[type=radio]:focus ~ label::before,
.bg-dark .hs_single_checkbox ul input[type=checkbox]:focus ~ label::before {
  color: #c7cdd1;
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li,
.hbspt-form ul[role=checkbox] li,
.hbspt-form ul[role=radio] li,
.hs_single_checkbox ul li {
  margin-bottom: 0 !important;
}
.gform_wrapper .gfield_checkbox br,
.gform_wrapper .gfield_radio br,
.hbspt-form ul[role=checkbox] br,
.hbspt-form ul[role=radio] br,
.hs_single_checkbox ul br {
  display: none;
}

.hs-form-checkbox-display > span,
.hs-form-radio-display > span,
.hs-form-booleancheckbox-display > span {
  font-weight: var(--subtitle-1-font-weight);
  font-size: var(--subtitle-1-font-size);
  font-family: var(--subtitle-1-font-family);
  line-height: var(--subtitle-1-line-height);
  margin-bottom: var(--subtitle-1-margin-bottom);
  margin-bottom: 1rem !important;
  cursor: pointer;
}
.hs-form-checkbox-display > span:first-child,
.hs-form-radio-display > span:first-child,
.hs-form-booleancheckbox-display > span:first-child {
  margin-top: 0;
}
.hs-form-checkbox-display > span:last-child,
.hs-form-radio-display > span:last-child,
.hs-form-booleancheckbox-display > span:last-child {
  margin-bottom: 0;
}
.hs-form-checkbox-display > span:hover::before, .hs-form-checkbox-display > span:focus::before,
.hs-form-radio-display > span:hover::before,
.hs-form-radio-display > span:focus::before,
.hs-form-booleancheckbox-display > span:hover::before,
.hs-form-booleancheckbox-display > span:focus::before {
  color: #d73835;
}
.bg-dark .hs-form-checkbox-display > span:hover::before, .bg-dark .hs-form-checkbox-display > span:focus::before,
.bg-dark .hs-form-radio-display > span:hover::before,
.bg-dark .hs-form-radio-display > span:focus::before,
.bg-dark .hs-form-booleancheckbox-display > span:hover::before,
.bg-dark .hs-form-booleancheckbox-display > span:focus::before {
  color: #c7cdd1;
}

.hs-form-checkbox-display input:checked ~ span::before,
.hs-form-booleancheckbox-display input:checked ~ span::before {
  content: "\ea0f";
}

.hs-form-radio-display input:checked ~ span::before {
  content: "\ea37";
}

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label,
.checkbox-wrapper label,
.radio-wrapper label {
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  font-family: var(--subtitle-2-font-family);
  line-height: var(--subtitle-2-line-height);
  margin-bottom: 1rem;
  cursor: pointer;
}
.gform_wrapper .gfield_checkbox label:hover::before, .gform_wrapper .gfield_checkbox label:focus::before,
.gform_wrapper .gfield_radio label:hover::before,
.gform_wrapper .gfield_radio label:focus::before,
.checkbox-wrapper label:hover::before,
.checkbox-wrapper label:focus::before,
.radio-wrapper label:hover::before,
.radio-wrapper label:focus::before {
  color: #af1e2d;
}
.bg-dark .gform_wrapper .gfield_checkbox label:hover::before, .bg-dark .gform_wrapper .gfield_checkbox label:focus::before,
.bg-dark .gform_wrapper .gfield_radio label:hover::before,
.bg-dark .gform_wrapper .gfield_radio label:focus::before,
.bg-dark .checkbox-wrapper label:hover::before,
.bg-dark .checkbox-wrapper label:focus::before,
.bg-dark .radio-wrapper label:hover::before,
.bg-dark .radio-wrapper label:focus::before {
  color: #c7cdd1;
}

.radio-buttons label {
  display: inline-block !important;
  margin: 0rem 0.5rem 0.75rem 0rem !important;
  padding: 0.4375rem 0.9375rem !important;
  border: 1px solid #c7cdd1;
  border-radius: 100rem;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
}
.radio-buttons label::before {
  display: none !important;
}
.radio-buttons label:hover, .radio-buttons label:focus {
  color: #fff;
  border-color: #af1e2d;
  background-color: #af1e2d;
}
.radio-buttons .gchoice {
  display: inline-block;
}
.radio-buttons .gfield_radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -0.75rem !important;
}

/* stylelint-enable scss/at-extend-no-missing-placeholder */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.pagination__item {
  margin: 0 0.15625rem;
}
.pagination__item--ellipses {
  min-width: 2rem;
}
.pagination__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--blockColor, #00273d);
  border-radius: 50%;
}
.pagination__link:hover {
  color: #fff;
  background: #d73835;
}

.pagination__item--current .pagination__link {
  color: #fff;
  background: #d73835;
}

.image-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}
.image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}

.booking-widget-container {
  padding: 0 1rem;
  margin-bottom: 7.5rem;
}
.booking-widget-container .booking-button {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  letter-spacing: var(--link-1-letter-spacing);
  text-transform: var(--link-1-text-transform);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.875rem;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  color: #fff;
  border: 0.125rem solid #d73835;
  border-radius: 2rem;
  background-color: #d73835;
}
@media (max-width: 35.98rem) {
  .booking-widget-container .booking-button {
    width: 100%;
  }
}
.bg-dark .booking-widget-container .booking-button {
  color: #d73835;
  border-color: #fff;
  background-color: #fff;
}
.bg-dark .booking-widget-container .booking-button.hover, a:hover .bg-dark .booking-widget-container .booking-button, a:focus .bg-dark .booking-widget-container .booking-button, .bg-dark .booking-widget-container .booking-button:hover, .bg-dark .booking-widget-container .booking-button:focus {
  color: #af1e2d;
  border-color: #fff;
  background-color: #fff;
}
.booking-widget-container .booking-button.hover, a:hover .booking-widget-container .booking-button, a:focus .booking-widget-container .booking-button, .booking-widget-container .booking-button:hover, .booking-widget-container .booking-button:focus {
  color: #fff;
  border-color: #af1e2d;
  background-color: #af1e2d;
}
.bg-white .booking-widget-container .booking-button {
  color: #fff;
  border: 2px solid #d73835;
  background-color: #d73835;
}
.bg-white .booking-widget-container .booking-button.hover, a:hover .bg-white .booking-widget-container .booking-button, a:focus .bg-white .booking-widget-container .booking-button, .bg-white .booking-widget-container .booking-button:hover, .bg-white .booking-widget-container .booking-button:focus {
  color: #fff;
  border-color: #af1e2d;
  background-color: #af1e2d;
}
.booking-widget-container .booking-button::after {
  content: "Book Your Trip";
}
.booking-widget-container .booking-form-wrapper {
  position: relative;
}
.booking-widget-container .booking-form-wrapper .notes-container {
  position: absolute;
  top: calc(100% + 1.15rem);
  color: #006bb2;
  text-align: center;
  left: 0;
  right: 0;
  padding-bottom: 0.5rem;
  z-index: 2;
}
.booking-widget-container .booking-form-wrapper .notes-container div div {
  background: #f4f5f6;
  width: fit-content;
  margin: auto;
  padding: 0 4.5rem;
  border-radius: 5.5rem;
  color: #141414 !important;
}
.booking-widget-container.inner-page-booking-form {
  height: 0;
  transition: all 0.5s ease-out;
  padding: 0;
  margin-bottom: 0;
  background: #f9fafa;
}
.booking-widget-container.inner-page-booking-form.is-expanded {
  height: 11rem;
}
.booking-widget-container.inner-page-booking-form.is-expanded .booking-form {
  display: block;
  opacity: 1;
  transition: all 0.5s 0.5s ease-out;
  max-height: none;
}
@media (max-width: 74.98rem) {
  .booking-widget-container.inner-page-booking-form.is-expanded {
    height: auto;
    display: block;
    position: sticky;
    padding: 2.5rem;
  }
  .booking-widget-container.inner-page-booking-form.is-expanded .booking-box {
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    gap: 1.25rem;
  }
  .booking-widget-container.inner-page-booking-form.is-expanded .booking-box .booking-form-col {
    border: 0;
    border-left: none !important;
    padding: 0.75rem 1.25rem 0.75rem 1.75rem !important;
    border-radius: 6.25rem;
    box-shadow: 0 0.3125rem 1.25rem 0 rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: none !important;
  }
  .booking-widget-container.inner-page-booking-form.is-expanded .booking-box .booking-form-col:last-of-type {
    box-shadow: none !important;
    padding: 0 !important;
  }
  .booking-widget-container.inner-page-booking-form.is-expanded .booking-box .booking-form-col .booking-form-section {
    border-left: none;
    padding-left: 0;
  }
  .booking-widget-container.inner-page-booking-form.is-expanded .booking-box .booking-form-col .booking-form-section .passengers-pop-over {
    position: absolute;
    z-index: 100;
    top: auto;
    left: 0;
    right: 0;
    bottom: calc(100% - 10rem);
  }
  .booking-widget-container.inner-page-booking-form.is-expanded .booking-box .booking-form-col .booking-form-section .passengers-pop-over .passenger-selection {
    min-width: 100%;
  }
  .booking-widget-container.inner-page-booking-form.is-expanded .booking-box .booking-form-col .booking-form-section .date-inputs {
    top: 0;
  }
  .booking-widget-container.inner-page-booking-form.is-expanded .booking-box .booking-form-col .booking-button {
    width: max-content;
  }
}
.booking-widget-container.inner-page-booking-form .date-inputs {
  bottom: auto;
  top: 100%;
  z-index: 100;
}
.booking-widget-container.inner-page-booking-form:first-child {
  padding-top: 5.5rem !important;
}
.booking-widget-container.inner-page-booking-form.show-mobile {
  position: fixed;
  background-color: #fff;
  height: auto;
  z-index: 100;
}
.booking-widget-container.inner-page-booking-form .booking-form {
  background: transparent !important;
  border-radius: 0 !important;
  opacity: 0;
}
.booking-widget-container.inner-page-booking-form .booking-form .passengers-pop-over {
  bottom: auto;
  top: 100%;
}
.booking-widget-container.inner-page-booking-form .booking-button {
  background: #faa614;
  border: #faa614;
}
.booking-widget-container.inner-page-booking-form .booking-button::after {
  content: "Let's Go!";
}
@media (max-width: 74.98rem) {
  .booking-widget-container {
    display: none;
  }
  .booking-widget-container.show-mobile {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
    top: 1.25rem;
    background: #fff;
    border-radius: 1.25rem;
    padding: 0;
    z-index: 10000000;
    box-shadow: 0 0 0 10rem rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 74.98rem) and (min-width: 62rem) {
  .booking-widget-container.show-mobile {
    top: 4.25rem;
  }
}
@media (max-width: 74.98rem) {
  .booking-widget-container.show-mobile .booking-form {
    width: 100%;
    padding: 2rem;
  }
  .booking-widget-container.show-mobile .booking-form .booking-form-col {
    min-width: 100%;
  }
}
@media (max-width: 74.98rem) {
  .booking-widget-container.show-mobile .booking-form-header {
    color: #00273d;
    font-size: 1rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin: 2.5rem 2.5rem 0 2.5rem;
  }
  .booking-widget-container.show-mobile .booking-form-header::after {
    content: "";
    font-weight: 400;
    font-size: 1.5rem;
    font-family: "iconfont-propel";
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: var(--icon-close);
    margin-right: -1.5rem;
    margin-top: -1.5rem;
  }
}
@media (max-width: 74.98rem) {
  .booking-widget-container.show-mobile .booking-box {
    flex-direction: column;
  }
}
@media (max-width: 74.98rem) {
  .booking-widget-container.show-mobile .booking-form-section {
    border-left: none !important;
    padding: 0.75rem 1.25rem 0.75rem 2rem !important;
    margin: 0.75rem 0;
    border-radius: 6.25rem;
    box-shadow: 0 0.3125rem 1.25rem 0 rgba(0, 0, 0, 0.1);
    position: relative;
  }
}
@media (max-width: 74.98rem) {
  .booking-widget-container.show-mobile .date-inputs {
    margin-left: 0 !important;
    left: 0;
    top: calc(100% - 5rem);
    z-index: 3;
  }
}
@media (max-width: 74.98rem) {
  .booking-widget-container.show-mobile .ui-datepicker-inline {
    box-shadow: 0 0.3125rem 1.25rem 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (max-width: 74.98rem) {
  .booking-widget-container.show-mobile .passengers-pop-over {
    position: absolute;
    bottom: calc(100% - 5rem);
    right: 0;
    border-radius: 6.25rem;
    min-width: 100%;
  }
  .booking-widget-container.show-mobile .passengers-pop-over .passenger-selection {
    box-shadow: 0 0.3125rem 1.25rem 0 rgba(0, 0, 0, 0.1) !important;
    width: 100% !important;
  }
}
@media (max-width: 74.98rem) {
  .booking-widget-container.show-mobile .booking-button {
    margin-top: 1rem;
  }
}
.booking-widget-container h4 {
  margin-bottom: 1.5rem;
  line-height: 1rem;
}
.booking-widget-container .booking-form {
  max-width: 82rem;
  margin: auto;
  color: #00273d;
  border-radius: 2.5rem;
  background: #fff;
}
@media (max-width: 89.98rem) {
  .booking-widget-container .booking-form {
    max-height: unset;
  }
}
@media (min-width: 75rem) {
  .booking-widget-container .booking-form {
    max-height: 5rem;
  }
}
.booking-widget-container .booking-form .booking-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: 5rem;
  padding: 0;
  position: relative;
}
.booking-widget-container .booking-form .booking-box .date-inputs {
  position: absolute;
  bottom: 100%;
  width: max-content;
  padding-bottom: 0.625rem;
  margin-left: -1.875rem;
  display: none;
}
.booking-widget-container .booking-form .booking-box .date-inputs .ui-datepicker-inline {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.25rem;
  opacity: 0;
  font-size: 1rem;
}
.booking-widget-container .booking-form .booking-box .date-inputs .ui-datepicker-inline th {
  padding: 0.5rem;
  color: #00273d;
  font-weight: 300;
}
.booking-widget-container .booking-form .booking-box .date-inputs .ui-datepicker-inline td {
  padding: 0.5rem;
  color: #707070;
}
.booking-widget-container .booking-form .booking-box .date-inputs .ui-datepicker-inline td a {
  color: #00273d;
}
.booking-widget-container .booking-form .booking-box .date-inputs .ui-datepicker-inline td a:hover {
  color: #d73835;
}
.booking-widget-container .booking-form .booking-box .date-inputs .ui-datepicker-inline .ui-datepicker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.booking-widget-container .booking-form .booking-box .date-inputs .ui-datepicker-inline .ui-datepicker-header .ui-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.booking-widget-container .booking-form .booking-box .date-inputs .ui-datepicker-inline .ui-datepicker-header .ui-icon::after {
  position: absolute;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.booking-widget-container .booking-form .booking-box .date-inputs .ui-datepicker-inline .ui-datepicker-header .ui-icon.ui-icon-circle-triangle-e::after {
  content: "\ea16";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.booking-widget-container .booking-form .booking-box .date-inputs .ui-datepicker-inline .ui-datepicker-header .ui-icon.ui-icon-circle-triangle-w::after {
  content: "\ea15";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.booking-widget-container .booking-form .booking-box .date-inputs .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next {
  order: 3;
}
.booking-widget-container .booking-form .booking-box .passengers-pop-over {
  display: none;
}
@media (min-width: 36rem) {
  .booking-widget-container .booking-form .booking-box .passengers-pop-over {
    z-index: 100;
    position: absolute;
    bottom: 100%;
    right: 0;
    min-width: 100%;
    padding-bottom: 0.625rem;
  }
}
@media (max-width: 47.98rem) {
  .booking-widget-container .booking-form .booking-box .passengers-pop-over {
    flex-direction: column;
  }
  .booking-widget-container .booking-form .booking-box .passengers-pop-over .passenger-selection-inner {
    flex-direction: column;
  }
}
.booking-widget-container .booking-form .booking-box .passenger-details {
  position: relative;
}
.booking-widget-container .booking-form .booking-box .passenger-selection {
  width: max-content;
  padding: 1.25rem;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  font-size: 1rem;
}
.booking-widget-container .booking-form .booking-box .passenger-selection .passenger-selection-inner {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
}
.booking-widget-container .booking-form .booking-box .passenger-selection .custom-inputs-box {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.booking-widget-container .booking-form .booking-box .passenger-selection .custom-inputs-box .custom-input-wrapper {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.booking-widget-container .booking-form .booking-box .passenger-selection .custom-inputs-box .custom-input-wrapper::before, .booking-widget-container .booking-form .booking-box .passenger-selection .custom-inputs-box .custom-input-wrapper::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  background: #d73835;
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  padding: 0;
}
.booking-widget-container .booking-form .booking-box .passenger-selection .custom-inputs-box .custom-input-wrapper::before {
  content: "-";
}
.booking-widget-container .booking-form .booking-box .passenger-selection .custom-inputs-box .custom-input-wrapper::after {
  content: "+";
}
.booking-widget-container .booking-form .booking-box .passenger-selection .custom-inputs-box .custom-input-wrapper input {
  width: 4rem !important;
  margin: 0.3125rem 0;
  padding: 0.3125rem !important;
  text-align: center;
  border: solid 1px #00273d !important;
  border-radius: 0 !important;
  -moz-appearance: none;
}
.booking-widget-container .booking-form .booking-box .passenger-selection .custom-inputs-box .custom-input-wrapper input::-webkit-outer-spin-button, .booking-widget-container .booking-form .booking-box .passenger-selection .custom-inputs-box .custom-input-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.booking-widget-container .booking-form .booking-box .booking-form-col {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 36rem) {
  .booking-widget-container .booking-form .booking-box .booking-form-col:nth-child(1) {
    max-width: 17.5rem;
  }
  .booking-widget-container .booking-form .booking-box .booking-form-col:nth-child(1) .booking-form-section {
    max-width: inherit;
    border-left: none;
  }
  .booking-widget-container .booking-form .booking-box .booking-form-col:nth-child(2) {
    max-width: 11.5625rem;
  }
  .booking-widget-container .booking-form .booking-box .booking-form-col:last-child {
    flex-grow: 0;
    flex-shrink: 1;
    max-width: 15rem;
    padding-right: 1.875rem;
  }
}
.booking-widget-container .booking-form .booking-box .booking-form-col .booking-form-section {
  display: flex;
  flex-flow: column;
  padding-left: 3.75rem;
  border-left: 1px #c7cdd1 solid;
}
.booking-widget-container .booking-form .booking-box .booking-form-col.is-active .passengers-pop-over {
  display: block !important;
}
.booking-widget-container .booking-form .booking-box .booking-form-col.is-active .date-inputs {
  display: block;
}
.booking-widget-container .booking-form .booking-box .booking-form-col.is-active .date-inputs .ui-datepicker-inline {
  transition: opacity 500ms;
  opacity: 1;
}
.booking-widget-container .booking-form .booking-box .booking-form-col label.booking-form-label {
  font-weight: var(--t5-font-weight);
  font-size: var(--t5-font-size);
  font-family: var(--t5-font-family);
  line-height: var(--t5-line-height);
  margin-top: calc(var(--t5-margin-bottom) * 2);
  margin-bottom: var(--t5-margin-bottom);
  margin: 0;
  padding: 0;
  text-align: left;
}
.booking-widget-container .booking-form .booking-box .booking-form-col label.booking-form-label:first-child {
  margin-top: 0;
}
.booking-widget-container .booking-form .booking-box .booking-form-col label.booking-form-label:last-child {
  margin-bottom: 0;
}
.booking-widget-container .booking-form .booking-box .booking-form-col .selection-display {
  font-weight: var(--body-2-font-weight);
  font-size: var(--body-2-font-size);
  font-family: var(--body-2-font-family);
  line-height: var(--body-2-line-height);
  margin-bottom: var(--body-2-margin-bottom);
  margin: 0;
  padding: 0;
  color: #707070;
  text-align: left;
  cursor: pointer;
}
.booking-widget-container .booking-form .booking-box .booking-form-col .selection-display:first-child {
  margin-top: 0;
}
.booking-widget-container .booking-form .booking-box .booking-form-col .selection-display:last-child {
  margin-bottom: 0;
}
.booking-widget-container .booking-form .booking-box .booking-form-col .custom-select {
  font-weight: var(--body-2-font-weight);
  font-size: var(--body-2-font-size);
  font-family: var(--body-2-font-family);
  line-height: var(--body-2-line-height);
  margin-bottom: var(--body-2-margin-bottom);
  width: fit-content;
  padding: 0;
  color: #707070;
  border: none;
  background: transparent;
  cursor: pointer;
  appearance: none;
}
.booking-widget-container .booking-form .booking-box .booking-form-col .custom-select:first-child {
  margin-top: 0;
}
.booking-widget-container .booking-form .booking-box .booking-form-col .custom-select:last-child {
  margin-bottom: 0;
}
.booking-widget-container .booking-form .booking-box .booking-form-col .custom-select optgroup,
.booking-widget-container .booking-form .booking-box .booking-form-col .custom-select optgroup option {
  padding-left: 0;
}

.leadparagraph {
  margin-bottom: 3rem;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 48rem) {
  .leadparagraph {
    margin-bottom: 5rem;
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}

.highlight-text {
  padding: 0.1875rem 0;
  background: rgba(215, 56, 53, 0.1);
}

/* Main Header */
/* stylelint-disable order/order */
/*
* Converts an pixel value into a rem value.
*
* @param string  $values    the pixel value(s) as a number. Can convert multiple values if values separated by a space.
* @param integer $base      the base pixel value.
*
* @return string   a space-separated string of rem values.
*/
/*
* This is an abbreviated wrapper for the responsive-values function.
*/
/*
* Creates a CSS clamp value that sizes between breakpoints.
*
* @param integer $min                    the minimum pixel value.
* @param integer $max                    the maximum pixel value.
* @param string  $smallest-breakpoint    the name of the smallest breakpoint from the $grid-breakpoints variable.
* @param string  $largest-breakpoint     the name of the largest breakpoint from the $grid-breakpoints variable.
* @param string  $screen                 whether to use a horizontal (width) breakpoint or a vertical (height) breakpoint.
*
* @return string   a CSS clamp property value.
*/
/*
* Outputs a font family value from the $fonts variable.
*
* @param string  $key   the font key.
*
* @return string   a font family value.
*/
/*
* Outputs a color value from the $paints or $additional-paints variables.
*
* @param string   $key   the color name.
*
* @return string   a color value.
*/
/*
* Outputs an effect value from the $effects variable.
*
* @param string  $key   the effect name.
*
* @return string   an effect value.
*/
/* stylelint-enable order/order */
/*
* Used to target heading selectors.
*
* @param integer  $start               the first heading element to target. 1 through 6.
* @param integer  $end                 the last heading element to target. 1 through 6.
* @param string   $beforeCombinator    the CSS combinator to include before the heading classes.
* @param string   $afterCombinator     the CSS combinator to include after the heading classes.
* @param boolean  $includeFontClasses  whether or not to include the .has-t-1... classes or just output the standard heading elements.
*
* @return string  The included CSS wrapped with selectors for the specified headings.
*/
/*
* Used to add properties to a for a pseudo element to make an icon based on the iconfont set.
*
* @param string   $content     the content for the icon. Usually uses one of the iconfont variables.
* @param string   $font-size   the font size with unit.
*
* @return string  The CSS properties for the icon.
*/
/*
* Generates CSS to fit an element into the 12-column grid. Only works when used on an element where the parent element is the width of the entire page.
*
* @return string  CSS properties to set the width of the element to the specified column sizes.
*/
/*
* Used to target elements with a background color that has a text color different from the standard color.
*
* @param string   $additionalSelectors     additional comma-separated selectors to add.
*
* @return string  The included CSS wrapped with selectors for the specified background.
*/
/*
* Used to target button elements with a background color set to use the alt button colors.
*
* @param string   $additionalSelectors     additional comma-separated selectors to add.
*
* @return string  The included CSS wrapped with selectors for the specified background.
*/
/*
* Used to add the CSS Grid properties for the 12-column grid.
*
* @return string  The CSS Grid properties for the 12-column grid.
*/
/*
* Used to visually hide an element but still allow screen readers to access the element and its contents for accessibility.
*
* @return string  The styles needed to visually hide an element.
*/
/****************
 * Fonts
 *
 * The font settings are defined via the gulp figma which task creates variables in the css/__base-includes/figma/_figma-font-styles.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/*
* This array is used to specify the fonts used on the project with the following parameters:
	base - the name for use in the font() mixin.
		css - the output CSS value.
		figma-name: - the 'font-family' name ued in the _figma-font-variable.scss file.
	)
*/
/****************
 * Colors
 *
 * The primary colors are defined via the gulp figma task which creates variables in the css/__base-includes/figma/_figma-color-variables.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/* If additional colors need to be added to the _figma-color-variables.scss, they can be added to this variable: */
/* This variable controls the background colors generated in the ACF background_color field and the background color classes - bg-white, bg-neutral-10, etc: */
/* This variable controls the default text color on a light background. Used with paint(text) to generate a CSS variable that changes to use background font colors. */
/* If a background color uses a different font color than the default color, use these variables to specify the alternate colors */
/* Backgrounds specified in this variable will use the alternative text colors: */
/* Backgrounds specified in this variable will use the alternative button colors: */
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
/****************
 * Block Spacing
 *
 * These variables are based on the "Spacing" rules found in the "Foundations" section in Figma. These control the default spacing between blocks of different colors.
 ****************/
/*
This file can be used for optional additions to the Figma-generated font style mixins in the figma/_figma-font-styles.scss file.

For example, if you want to add styles to the @overline mixin, just create a mixin here called @overline-custom and that CSS will be added to the primary mixin:

@mixin overline-custom() {
	font-weight: 700;
}
*/
.block-card-image {
  position: relative;
  display: flex;
  flex-direction: column;
}
.block-card-image__alt-1 {
  overflow: hidden;
}
.block-card-image__alt-1 a:hover .custom-gradient-animation {
  opacity: 100%;
}
.block-card-image__alt-1 a:hover .wp-block-heading::after {
  margin-bottom: 0;
  opacity: 100%;
}
.block-card-image__alt-1 a.editor {
  cursor: default;
  pointer-events: none;
}
.block-card-image__alt-1 a.editor .custom-gradient-animation {
  display: none;
}
.block-card-image__alt-1 a .custom-gradient-animation {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 73%);
  opacity: 60%;
  transition: opacity 1s ease;
}
.block-card-image__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: stretch;
}
.block-card-image__content__alt-1 .wp-block-heading {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 2;
  padding: 0;
  color: #fff;
}
.block-card-image__content__alt-1 .wp-block-heading::after {
  content: "Learn More";
  display: block;
  width: fit-content;
  margin-top: 16px;
  margin-bottom: -44px;
  padding: 0 16px;
  color: var(--neutral-neutral-1, #00273d);
  font-weight: 700;
  font-size: 12px;
  font-style: normal;
  font-feature-settings: "clig" off, "liga" off;
  line-height: 32px;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 32px;
  background: var(--primary-white, #fff);
  opacity: 0;
  transition: margin-bottom 0.5s ease, opacity 0.5s ease;
}
.block-card-image__content__alt-1 .wp-block-button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  margin-bottom: 0;
  border: none;
  background: transparent;
}
.block-card-image__image-wrapper {
  padding-bottom: 56.25%;
  border-radius: 10px;
}
@media (min-width: 36rem) {
  .block-card-image__image-wrapper__alt-1 {
    width: 26rem;
    height: 19.4375rem;
  }
}
@media (max-width: 47.98rem) {
  .block-card-image__image-wrapper__alt-1 {
    width: 100%;
    height: 15.625rem;
  }
}
.block-card-image .wp-block-button {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 3.25rem;
  margin-top: auto;
  padding: 0.375rem 0rem;
}
.block-card-image .wp-block-button.is-style-tertiary .wp-block-button__link {
  font-weight: var(--title-2-font-weight);
  font-size: var(--title-2-font-size);
  font-family: var(--title-2-font-family);
  line-height: var(--title-2-line-height);
  color: var(--blockColor, #00273d);
}
.block-card-image .wp-block-button .wp-block-button__link {
  position: static;
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}
.block-card-image .wp-block-button .wp-block-button__link:hover, .block-card-image .wp-block-button .wp-block-button__link:focus {
  color: var(--blockHoverColor, #af1e2d);
}
.block-card-image .wp-block-button .wp-block-button__link:hover::before, .block-card-image .wp-block-button .wp-block-button__link:focus::before {
  border-color: #af1e2d;
}

/* stylelint-disable order/order */
/*
* Converts an pixel value into a rem value.
*
* @param string  $values    the pixel value(s) as a number. Can convert multiple values if values separated by a space.
* @param integer $base      the base pixel value.
*
* @return string   a space-separated string of rem values.
*/
/*
* This is an abbreviated wrapper for the responsive-values function.
*/
/*
* Creates a CSS clamp value that sizes between breakpoints.
*
* @param integer $min                    the minimum pixel value.
* @param integer $max                    the maximum pixel value.
* @param string  $smallest-breakpoint    the name of the smallest breakpoint from the $grid-breakpoints variable.
* @param string  $largest-breakpoint     the name of the largest breakpoint from the $grid-breakpoints variable.
* @param string  $screen                 whether to use a horizontal (width) breakpoint or a vertical (height) breakpoint.
*
* @return string   a CSS clamp property value.
*/
/*
* Outputs a font family value from the $fonts variable.
*
* @param string  $key   the font key.
*
* @return string   a font family value.
*/
/*
* Outputs a color value from the $paints or $additional-paints variables.
*
* @param string   $key   the color name.
*
* @return string   a color value.
*/
/*
* Outputs an effect value from the $effects variable.
*
* @param string  $key   the effect name.
*
* @return string   an effect value.
*/
/* stylelint-enable order/order */
/*
* Used to target heading selectors.
*
* @param integer  $start               the first heading element to target. 1 through 6.
* @param integer  $end                 the last heading element to target. 1 through 6.
* @param string   $beforeCombinator    the CSS combinator to include before the heading classes.
* @param string   $afterCombinator     the CSS combinator to include after the heading classes.
* @param boolean  $includeFontClasses  whether or not to include the .has-t-1... classes or just output the standard heading elements.
*
* @return string  The included CSS wrapped with selectors for the specified headings.
*/
/*
* Used to add properties to a for a pseudo element to make an icon based on the iconfont set.
*
* @param string   $content     the content for the icon. Usually uses one of the iconfont variables.
* @param string   $font-size   the font size with unit.
*
* @return string  The CSS properties for the icon.
*/
/*
* Generates CSS to fit an element into the 12-column grid. Only works when used on an element where the parent element is the width of the entire page.
*
* @return string  CSS properties to set the width of the element to the specified column sizes.
*/
/*
* Used to target elements with a background color that has a text color different from the standard color.
*
* @param string   $additionalSelectors     additional comma-separated selectors to add.
*
* @return string  The included CSS wrapped with selectors for the specified background.
*/
/*
* Used to target button elements with a background color set to use the alt button colors.
*
* @param string   $additionalSelectors     additional comma-separated selectors to add.
*
* @return string  The included CSS wrapped with selectors for the specified background.
*/
/*
* Used to add the CSS Grid properties for the 12-column grid.
*
* @return string  The CSS Grid properties for the 12-column grid.
*/
/*
* Used to visually hide an element but still allow screen readers to access the element and its contents for accessibility.
*
* @return string  The styles needed to visually hide an element.
*/
/****************
 * Fonts
 *
 * The font settings are defined via the gulp figma which task creates variables in the css/__base-includes/figma/_figma-font-styles.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/*
* This array is used to specify the fonts used on the project with the following parameters:
	base - the name for use in the font() mixin.
		css - the output CSS value.
		figma-name: - the 'font-family' name ued in the _figma-font-variable.scss file.
	)
*/
/****************
 * Colors
 *
 * The primary colors are defined via the gulp figma task which creates variables in the css/__base-includes/figma/_figma-color-variables.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/* If additional colors need to be added to the _figma-color-variables.scss, they can be added to this variable: */
/* This variable controls the background colors generated in the ACF background_color field and the background color classes - bg-white, bg-neutral-10, etc: */
/* This variable controls the default text color on a light background. Used with paint(text) to generate a CSS variable that changes to use background font colors. */
/* If a background color uses a different font color than the default color, use these variables to specify the alternate colors */
/* Backgrounds specified in this variable will use the alternative text colors: */
/* Backgrounds specified in this variable will use the alternative button colors: */
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
/****************
 * Block Spacing
 *
 * These variables are based on the "Spacing" rules found in the "Foundations" section in Figma. These control the default spacing between blocks of different colors.
 ****************/
/*
This file can be used for optional additions to the Figma-generated font style mixins in the figma/_figma-font-styles.scss file.

For example, if you want to add styles to the @overline mixin, just create a mixin here called @overline-custom and that CSS will be added to the primary mixin:

@mixin overline-custom() {
	font-weight: 700;
}
*/
.wp-block-button {
  margin-top: clamp(1.5rem, 0.6428571429rem + 1.7857142857vw, 2.25rem);
  margin-bottom: clamp(1.5rem, 0.6428571429rem + 1.7857142857vw, 2.25rem);
  line-height: 0;
}
.wp-block-button--icon-left .wp-block-button__link::before {
  content: "";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--buttonIcon);
  margin-right: 0.25rem;
  font-size: 1.25em;
}
.wp-block-button--icon-right .wp-block-button__link::after {
  content: "";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--buttonIcon);
  margin-left: 0.25rem;
  font-size: 1.25em;
}
.wp-block-button__nav-bar-button {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-button__nav-bar-button .wp-block-button__link {
  color: #00273d !important;
  border-color: #fff !important;
  background-color: #fff !important;
}
.wp-block-buttons .wp-block-button {
  margin-top: auto;
  margin-bottom: auto;
}
.wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-button.alignleft {
  text-align: left;
}
.wp-block-button.alignright {
  text-align: right;
}
.wp-block-button:not([class*=is-style-]) .wp-block-button__link, .wp-block-button.is-style-primary .wp-block-button__link {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  letter-spacing: var(--link-1-letter-spacing);
  text-transform: var(--link-1-text-transform);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.875rem;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  color: #fff;
  border: 0.125rem solid #d73835;
  border-radius: 2rem;
  background-color: #d73835;
}
@media (max-width: 35.98rem) {
  .wp-block-button:not([class*=is-style-]) .wp-block-button__link, .wp-block-button.is-style-primary .wp-block-button__link {
    width: 100%;
  }
}
.bg-dark .wp-block-button:not([class*=is-style-]) .wp-block-button__link, .bg-dark .wp-block-button.is-style-primary .wp-block-button__link {
  color: #d73835;
  border-color: #fff;
  background-color: #fff;
}
.bg-dark .wp-block-button:not([class*=is-style-]) .wp-block-button__link.hover, a:hover .bg-dark .wp-block-button:not([class*=is-style-]) .wp-block-button__link, a:focus .bg-dark .wp-block-button:not([class*=is-style-]) .wp-block-button__link, .bg-dark .wp-block-button:not([class*=is-style-]) .wp-block-button__link:hover, .bg-dark .wp-block-button:not([class*=is-style-]) .wp-block-button__link:focus, .bg-dark .wp-block-button.is-style-primary .wp-block-button__link.hover, a:hover .bg-dark .wp-block-button.is-style-primary .wp-block-button__link, a:focus .bg-dark .wp-block-button.is-style-primary .wp-block-button__link, .bg-dark .wp-block-button.is-style-primary .wp-block-button__link:hover, .bg-dark .wp-block-button.is-style-primary .wp-block-button__link:focus {
  color: #af1e2d;
  border-color: #fff;
  background-color: #fff;
}
.wp-block-button:not([class*=is-style-]) .wp-block-button__link.hover, a:hover .wp-block-button:not([class*=is-style-]) .wp-block-button__link, a:focus .wp-block-button:not([class*=is-style-]) .wp-block-button__link, .wp-block-button:not([class*=is-style-]) .wp-block-button__link:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link:focus, .wp-block-button.is-style-primary .wp-block-button__link.hover, a:hover .wp-block-button.is-style-primary .wp-block-button__link, a:focus .wp-block-button.is-style-primary .wp-block-button__link, .wp-block-button.is-style-primary .wp-block-button__link:hover, .wp-block-button.is-style-primary .wp-block-button__link:focus {
  color: #fff;
  border-color: #af1e2d;
  background-color: #af1e2d;
}
.bg-white .wp-block-button:not([class*=is-style-]) .wp-block-button__link, .bg-white .wp-block-button.is-style-primary .wp-block-button__link {
  color: #fff;
  border: 2px solid #d73835;
  background-color: #d73835;
}
.bg-white .wp-block-button:not([class*=is-style-]) .wp-block-button__link.hover, a:hover .bg-white .wp-block-button:not([class*=is-style-]) .wp-block-button__link, a:focus .bg-white .wp-block-button:not([class*=is-style-]) .wp-block-button__link, .bg-white .wp-block-button:not([class*=is-style-]) .wp-block-button__link:hover, .bg-white .wp-block-button:not([class*=is-style-]) .wp-block-button__link:focus, .bg-white .wp-block-button.is-style-primary .wp-block-button__link.hover, a:hover .bg-white .wp-block-button.is-style-primary .wp-block-button__link, a:focus .bg-white .wp-block-button.is-style-primary .wp-block-button__link, .bg-white .wp-block-button.is-style-primary .wp-block-button__link:hover, .bg-white .wp-block-button.is-style-primary .wp-block-button__link:focus {
  color: #fff;
  border-color: #af1e2d;
  background-color: #af1e2d;
}
.wp-block-button.is-style-secondary .wp-block-button__link {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  letter-spacing: var(--link-1-letter-spacing);
  text-transform: var(--link-1-text-transform);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.875rem;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  color: #d73835;
  border: 2px solid #d73835;
  background-color: transparent;
}
@media (max-width: 35.98rem) {
  .wp-block-button.is-style-secondary .wp-block-button__link {
    width: 100%;
  }
}
.bg-dark .wp-block-button.is-style-secondary .wp-block-button__link {
  color: #fff;
  border-color: #fff;
}
.bg-dark .wp-block-button.is-style-secondary .wp-block-button__link.hover, a:hover .bg-dark .wp-block-button.is-style-secondary .wp-block-button__link, a:focus .bg-dark .wp-block-button.is-style-secondary .wp-block-button__link, .bg-dark .wp-block-button.is-style-secondary .wp-block-button__link:hover, .bg-dark .wp-block-button.is-style-secondary .wp-block-button__link:focus {
  color: #af1e2d;
  border-color: #fff;
  background-color: #fff;
}
.wp-block-button.is-style-secondary .wp-block-button__link.hover, a:hover .wp-block-button.is-style-secondary .wp-block-button__link, a:focus .wp-block-button.is-style-secondary .wp-block-button__link, .wp-block-button.is-style-secondary .wp-block-button__link:hover, .wp-block-button.is-style-secondary .wp-block-button__link:focus {
  color: #fff;
  border-color: #af1e2d;
  background-color: #af1e2d;
}
.bg-white .wp-block-button.is-style-secondary .wp-block-button__link {
  color: #d73835;
  border: 2px solid #d73835;
  background-color: transparent;
}
.bg-white .wp-block-button.is-style-secondary .wp-block-button__link.hover, a:hover .bg-white .wp-block-button.is-style-secondary .wp-block-button__link, a:focus .bg-white .wp-block-button.is-style-secondary .wp-block-button__link, .bg-white .wp-block-button.is-style-secondary .wp-block-button__link:hover, .bg-white .wp-block-button.is-style-secondary .wp-block-button__link:focus {
  color: #fff;
  border-color: #af1e2d;
  background-color: #af1e2d;
}
.wp-block-button.is-style-tertiary {
  margin-top: clamp(1.25rem, 0.3928571429rem + 1.7857142857vw, 2rem);
  margin-bottom: clamp(1.25rem, -0.75rem + 4.1666666667vw, 3rem);
}
.wp-block-button.is-style-tertiary:first-child {
  margin-top: 0;
}
.wp-block-button.is-style-tertiary:last-child {
  margin-bottom: 0;
}
.wp-block-buttons .wp-block-button.is-style-tertiary {
  margin-top: auto;
  margin-bottom: auto;
}
.wp-block-button.is-style-tertiary.wp-block-button--small .wp-block-button__link {
  font-weight: var(--link-2-font-weight);
  font-size: var(--link-2-font-size);
  font-family: var(--link-2-font-family);
  line-height: var(--link-2-line-height);
  letter-spacing: var(--link-2-letter-spacing);
  text-transform: var(--link-2-text-transform);
}
.wp-block-button.is-style-tertiary .wp-block-button__link {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  letter-spacing: var(--link-1-letter-spacing);
  text-transform: var(--link-1-text-transform);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.875rem;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  position: relative;
  padding: 0 !important;
  color: #d73835;
  text-transform: unset;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.bg-dark .wp-block-button.is-style-tertiary .wp-block-button__link {
  color: #fff;
}
.bg-dark .wp-block-button.is-style-tertiary .wp-block-button__link.hover, a:hover .bg-dark .wp-block-button.is-style-tertiary .wp-block-button__link, a:focus .bg-dark .wp-block-button.is-style-tertiary .wp-block-button__link, .bg-dark .wp-block-button.is-style-tertiary .wp-block-button__link:hover, .bg-dark .wp-block-button.is-style-tertiary .wp-block-button__link:focus {
  color: #c7cdd1;
}
.wp-block-button.is-style-tertiary .wp-block-button__link::before {
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: currentcolor;
}
.wp-block-button.is-style-tertiary .wp-block-button__link.hover, a:hover .wp-block-button.is-style-tertiary .wp-block-button__link, a:focus .wp-block-button.is-style-tertiary .wp-block-button__link, .wp-block-button.is-style-tertiary .wp-block-button__link:hover, .wp-block-button.is-style-tertiary .wp-block-button__link:focus {
  color: #af1e2d;
}
.bg-white .wp-block-button.is-style-tertiary .wp-block-button__link {
  color: #d73835;
}
.bg-white .wp-block-button.is-style-tertiary .wp-block-button__link:hover, .bg-white .wp-block-button.is-style-tertiary .wp-block-button__link:focus {
  color: #af1e2d;
}
.wp-block-button.is-style-tertiary.wp-block-button--icon-left .wp-block-button__link::before {
  position: relative;
  left: auto;
  bottom: auto;
  content: var(--buttonIcon);
  width: auto;
  height: auto;
  background-color: transparent;
}
.wp-block-button.is-style-tertiary.wp-block-button--icon-right .wp-block-button__link::before {
  display: none;
}
@media (max-width: 35.98rem) {
  .wp-block-button:not([class*=is-style-]), .wp-block-button.is-style-primary, .wp-block-button.is-style-secondary {
    width: 100%;
  }
}
@media (max-width: 35.98rem) {
  .wp-block-button:not([class*=is-style-]) .wp-block-button__link, .wp-block-button.is-style-primary .wp-block-button__link, .wp-block-button.is-style-secondary .wp-block-button__link {
    width: 100%;
  }
}
.wp-block-button:not([class*=is-style-]).wp-block-button--icon-left .wp-block-button__link, .wp-block-button.is-style-primary.wp-block-button--icon-left .wp-block-button__link, .wp-block-button.is-style-secondary.wp-block-button--icon-left .wp-block-button__link {
  padding-left: 1.625rem;
}
.wp-block-button:not([class*=is-style-]).wp-block-button--icon-right .wp-block-button__link, .wp-block-button.is-style-primary.wp-block-button--icon-right .wp-block-button__link, .wp-block-button.is-style-secondary.wp-block-button--icon-right .wp-block-button__link {
  padding-right: 1.625rem;
}
.wp-block-button:not([class*=is-style-]).wp-block-button--small .wp-block-button__link, .wp-block-button.is-style-primary.wp-block-button--small .wp-block-button__link, .wp-block-button.is-style-secondary.wp-block-button--small .wp-block-button__link {
  font-weight: var(--link-2-font-weight);
  font-size: var(--link-2-font-size);
  font-family: var(--link-2-font-family);
  line-height: var(--link-2-line-height);
  letter-spacing: var(--link-2-letter-spacing);
  text-transform: var(--link-2-text-transform);
  padding: 0.25rem 0.875rem;
}
.wp-block-button:not([class*=is-style-]).wp-block-button--hidden-label .wp-block-button__link, .wp-block-button.is-style-primary.wp-block-button--hidden-label .wp-block-button__link, .wp-block-button.is-style-secondary.wp-block-button--hidden-label .wp-block-button__link {
  width: 3rem;
  height: 3rem;
  padding: 0;
  font-size: 0;
  border-radius: 50%;
}
.wp-block-button:not([class*=is-style-]).wp-block-button--hidden-label .wp-block-button__link::after, .wp-block-button.is-style-primary.wp-block-button--hidden-label .wp-block-button__link::after, .wp-block-button.is-style-secondary.wp-block-button--hidden-label .wp-block-button__link::after {
  margin: auto;
  font-size: 1.25rem;
}
.wp-block-button.is-style-social .wp-block-button__link {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.6875rem;
  color: var(--blockColor, #00273d);
  font-size: 0;
  line-height: 0;
  text-align: center;
  border: 1px solid #c7cdd1;
  border-radius: 100rem;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.2s linear;
}
.bg-dark .wp-block-button.is-style-social .wp-block-button__link {
  border-color: #707070;
}
.bg-dark .wp-block-button.is-style-social .wp-block-button__link.hover, a:hover .bg-dark .wp-block-button.is-style-social .wp-block-button__link, a:focus .bg-dark .wp-block-button.is-style-social .wp-block-button__link, .bg-dark .wp-block-button.is-style-social .wp-block-button__link:hover, .bg-dark .wp-block-button.is-style-social .wp-block-button__link:focus {
  border-color: #fff;
}
.wp-block-button.is-style-social .wp-block-button__link::after {
  margin: 0;
  font-size: 1.5rem;
  transform: none;
}
.wp-block-button.is-style-social .wp-block-button__link.hover, a:hover .wp-block-button.is-style-social .wp-block-button__link, a:focus .wp-block-button.is-style-social .wp-block-button__link, .wp-block-button.is-style-social .wp-block-button__link:hover, .wp-block-button.is-style-social .wp-block-button__link:focus {
  border-color: var(--blockColor, #00273d);
}
.block-editor-block-list__block .wp-block-button.is-style-social .wp-block-button__link {
  font-size: 0.875rem;
  line-height: 1.4;
}
.block-editor-block-list__block .wp-block-button.is-style-social .wp-block-button__link::before {
  content: "Screen Reader Label:" !important;
  display: block !important;
  font-size: 0.625rem;
}
.wp-block-button.is-style-social.wp-block-button--icon-left .wp-block-button__link::before {
  position: relative;
  left: auto;
  bottom: auto;
  content: var(--buttonIcon);
  width: auto;
  height: auto;
  background-color: transparent;
}
.wp-block-button.is-style-social.wp-block-button--icon-right .wp-block-button__link::before {
  display: none;
}
.wp-block-button__link.aligncenter {
  text-align: center;
}
.wp-block-button__link.alignleft {
  text-align: left;
}
.wp-block-button__link.alignright {
  text-align: right;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main-header {
  position: relative;
  z-index: 100;
}
.main-header__left {
  display: flex;
  align-items: center;
}
.main-header__logo {
  display: block;
  max-width: 12.5rem;
  margin-right: 3rem;
  min-width: max-content;
}
.main-header__logo img {
  max-height: 3.75rem;
  filter: brightness(0) invert(1);
  object-fit: contain;
}
.main-header__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 4rem;
  margin: 0 auto;
}
@media (max-width: 47.98rem) {
  .main-header__wrapper {
    padding: 0 1.25rem;
  }
}
@media (min-width: 36rem) {
  .main-header__wrapper {
    padding: 0 1.875rem;
  }
}
.main-header.opaque {
  background-color: #fff;
  box-shadow: 0 0.375rem 0.8125rem 0 rgba(0, 0, 0, 0.04);
  transition: background-color 0.5s ease, box-shadow 0.5s ease;
}
.main-header.opaque .menu li a {
  color: #00273d;
}
.main-header.opaque .main-header__logo img {
  filter: unset;
}
.main-header.opaque a.nav-1 {
  color: #00273d;
}
.main-header.opaque a.nav-1::before {
  color: #fff;
  background-color: #d73835;
}
.main-header.opaque .wp-block-button__link {
  color: #fff !important;
  border-color: #d73835 !important;
  background-color: #d73835 !important;
}
.main-header .wp-block-button__link:hover {
  color: initial;
  border-color: #af1e2d;
  background-color: #af1e2d;
}
.main-header__nav {
  position: static;
  display: none;
}
@media (min-width: 62rem) {
  .main-header__nav {
    display: block;
  }
}
.main-header__nav #menu-main-menu {
  white-space: nowrap;
}
@media (max-width: 89.98rem) {
  .main-header__nav #menu-main-menu li:last-of-type {
    display: none;
  }
}
.main-header__nav .block-card-image__image-wrapper__alt-1 {
  width: 19rem;
  height: 10.75rem;
}
.main-header__nav .block-card-image__content__alt-1 .wp-block-heading::after {
  line-height: 1.25rem;
}
.main-header__nav a {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}
.main-header__nav .highlight-text {
  padding: 0;
}
.main-header__nav > .menu {
  gap: 1.25rem;
}
.main-header__nav > .menu > li {
  margin-top: 0.125rem;
  margin-right: 1rem;
  padding: 1.25rem 0;
  border-bottom: solid 0.125rem transparent;
}
@media (max-width: 74.98rem) {
  .main-header__nav > .menu > li {
    padding: 0;
    margin-right: 0.5rem;
  }
}
.main-header__nav > .menu > li:last-child {
  margin-right: 0;
}
.main-header__nav > .menu > li:hover {
  border-bottom: solid 0.125rem #d73835;
}
.main-header__nav > .menu > li:hover > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: max-content;
  gap: 0 2rem;
  max-width: fit-content;
  padding-top: 3rem;
  padding-right: clamp(1.25rem, -1.8928571429rem + 6.5476190476vw, 4rem);
  padding-bottom: 3rem;
  padding-left: clamp(1.25rem, -1.8928571429rem + 6.5476190476vw, 4rem);
  animation-play-state: running;
}
.main-header__nav > .menu > li:hover > .sub-menu .custom-card {
  grid-row: span 4;
  max-width: fit-content;
}
.main-header__nav > .menu > li:hover.menu-item-has-children a::after {
  transform: rotate(180deg);
}
.main-header__nav > .menu > li > a {
  font-weight: var(--nav-1-font-weight);
  font-size: var(--nav-1-font-size);
  font-family: var(--nav-1-font-family);
  line-height: var(--nav-1-line-height);
  letter-spacing: var(--nav-1-letter-spacing);
  text-transform: var(--nav-1-text-transform);
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #fff;
}
@media (max-width: 89.98rem) {
  .main-header__nav > .menu > li > a {
    font-size: 0.75rem;
  }
}
.main-header__nav > .menu > li.menu-item-object-ccs_custom_menu_item a::after, .main-header__nav > .menu > li.menu-item-has-children a::after {
  content: "\ea14";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  padding-left: 0 0.25rem;
  font-size: 1rem;
}
.main-header__nav .sub-menu {
  z-index: 20;
  display: none;
  text-transform: none;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-play-state: paused;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.main-header__nav .sub-menu.container {
  min-width: 90rem;
}
.main-header__nav .sub-menu a {
  font-weight: var(--nav-2-font-weight);
  font-size: var(--nav-2-font-size);
  font-family: var(--nav-2-font-family);
  line-height: var(--nav-2-line-height);
  letter-spacing: var(--nav-2-letter-spacing);
  color: #00273d;
  text-decoration: none;
}
.main-header__nav .sub-menu a::after {
  display: none !important;
}
.main-header__nav .sub-menu .modify-booking {
  position: absolute;
  bottom: 0;
  left: 3.75rem;
}
.main-header__nav .sub-menu .modify-booking a {
  color: #d73835 !important;
  text-decoration: underline;
}
.main-header__nav .sub-menu .modify-booking a:hover {
  color: #00273d !important;
}
.main-header__right {
  display: flex;
  gap: 1.25rem;
  justify-content: right;
  min-width: max-content;
}
@media (min-width: 62rem) {
  .main-header__right {
    display: flex;
    align-items: center;
  }
}
.main-header__right .c-btn + .c-btn {
  margin-left: 0.71875rem;
}
.main-header__right #travel-alerts-link {
  position: relative;
}
.main-header__right #travel-alerts-link #travel-alerts-widget {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 20px;
  z-index: 1000;
  width: 25rem;
  height: 70vh;
  overflow: auto;
  right: 0;
  top: 1.5rem;
}
@media (max-width: 89.98rem) {
  .main-header__right #travel-alerts-link span {
    display: none;
  }
}
.main-header__right #travel-alerts-link:hover #travel-alerts-widget {
  display: block;
}
.main-header a.nav-1 {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: var(--nav-1-font-size);
  text-transform: uppercase;
}
.main-header a.nav-1::before {
  content: "";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-notification);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  color: #00273d;
  font-size: 1.25rem;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.main-header .search-bar {
  display: flex;
  justify-content: space-between;
  height: 1.5rem;
  background-color: #00273d;
}
.main-header .search-bar .util-links {
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
}
.main-header .search-bar .util-links.left {
  justify-content: flex-start;
  border-right: solid 0.0625rem var(--neutral-neutral-5, #49535a);
}
.main-header .search-bar .util-links.left a {
  display: flex;
  gap: 0.3125rem;
  justify-content: flex-start;
  align-items: center;
}
.main-header .search-bar .util-links.left a.is-search::before {
  content: "";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-search);
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  font-size: 0.71875rem;
}
.main-header .search-bar .util-links.right {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0;
}
.main-header .search-bar .util-links.right a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.75rem;
  border-left: solid 0.0625rem var(--neutral-neutral-5, #49535a);
}
.main-header .search-bar .util-links a {
  color: #fff;
  font-size: 0.71875rem;
  line-height: 0.875rem;
}
.main-header .search-bar .util-links a.is-search {
  color: #fff !important;
}

.page-has-hero .main-header {
  position: fixed;
  top: var(--alert-bar-height);
  left: 0;
  z-index: 10;
  width: 100%;
  margin-bottom: 0;
}
.page-has-hero .main-header.active {
  background-color: #fff;
}

:root {
  --alert-start: 0;
}

.admin-bar {
  --alert-start: 46px;
}
@media (min-width: 48rem) {
  .admin-bar {
    --alert-start: 32px;
  }
}

.alert-bar {
  position: fixed;
  top: var(--alert-start);
  left: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
}
.alert-bar__item {
  --alert-bg-color: #070b3a;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: var(--alert-bg-color);
}
.alert-bar__item + .alert-bar__item {
  border-top: 1px solid #fff;
}
.alert-bar__item.viewed {
  display: none;
}
.alert-bar__content {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
}
.alert-bar__content p {
  margin: 0;
  font-size: 0.75rem;
  line-height: normal;
}
.alert-bar__content a {
  color: inherit;
  text-decoration: underline;
}
.alert-bar__message {
  flex: 1;
}
@media (min-width: 48rem) {
  .alert-bar__message {
    text-align: center;
  }
}
.alert-bar__close {
  position: relative;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 100%;
  background: transparent;
}
.alert-bar__close::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  padding: 1px;
  background: #fff;
  -webkit-mask-image: url(../close.html);
  -webkit-mask-size: cover;
  mask-image: url(../close.html);
  mask-size: cover;
}

/* Mega Menu */
.mega-menu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -999;
  width: 100%;
  padding-top: 2.0625rem;
  padding-bottom: 0.9375rem;
  border-top: 1px solid #e0e0e0;
  background: transparent;
  visibility: hidden;
}
.mega-menu-wrapper li {
  display: block;
  padding: 0 0 0.9375rem 0;
}
.mega-menu-wrapper li.current-menu-item > a {
  color: #d73835;
}
.mega-menu-wrapper a {
  padding: 0;
  color: var(--blockColor, #00273d);
  font-weight: 700;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.3125rem);
  transition: none;
}
.mega-menu-wrapper a:hover {
  color: var(--blockColor, #00273d);
  transition: color 0.1s;
}
.mega-menu-wrapper a.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.mega-menu-wrapper h1,
.mega-menu-wrapper h2,
.mega-menu-wrapper h3,
.mega-menu-wrapper h4,
.mega-menu-wrapper h5,
.mega-menu-wrapper h6,
.mega-menu-wrapper p,
.mega-menu-wrapper blockquote {
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.3125rem);
  transition: none;
}
.mega-menu-wrapper h1.active,
.mega-menu-wrapper h2.active,
.mega-menu-wrapper h3.active,
.mega-menu-wrapper h4.active,
.mega-menu-wrapper h5.active,
.mega-menu-wrapper h6.active,
.mega-menu-wrapper p.active,
.mega-menu-wrapper blockquote.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.mega-menu-wrapper.active {
  z-index: 999;
  visibility: visible;
}
.mega-menu-wrapper.active a {
  transform: none;
}
.mega-menu-wrapper .sub-menu {
  margin: 1.25rem 0 0.9375rem;
}
.mega-menu-wrapper .sub-menu li {
  padding-bottom: 0.9375rem;
  padding-left: 0;
}
.mega-menu-wrapper .sub-menu li:last-child {
  padding-bottom: 0;
}
.mega-menu-wrapper .sub-menu a {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.714286;
}

.mega-menu-background {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  width: 100%;
  height: 300px;
  transition: background-color 0.5s ease;
}

.sub-menu-opened .mega-menu-background {
  display: block;
  background-color: #fff;
}

/* Main Header Mobile */
.mobile-nav-btn-back {
  position: absolute;
  top: 1.25rem;
  left: 1.875rem;
  display: none;
  align-items: center;
  color: #d73835;
}

.btn-hamburger {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  z-index: 9999;
  display: block;
  width: 1.5625rem;
  height: 1.125rem;
  margin: -0.125rem 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  transform: translate(0, -50%);
  display: none;
}
@media (max-width: 61.98rem) {
  .btn-hamburger {
    display: block;
    width: 1.25rem;
    height: 0.9375rem;
    margin: 0;
  }
}
.btn-hamburger:hover, .btn-hamburger:focus {
  outline: 0;
}
.btn-hamburger span {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5625rem;
  height: 0.125rem;
  border-radius: 9px;
  background: #fff;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.45s ease-in-out;
}
@media (max-width: 61.98rem) {
  .btn-hamburger span {
    width: 1.25rem;
  }
}
.btn-hamburger span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
.btn-hamburger span:nth-child(2) {
  top: 0.5rem;
  transform-origin: left center;
}
@media (max-width: 61.98rem) {
  .btn-hamburger span:nth-child(2) {
    top: 0.375rem;
  }
}
.btn-hamburger span:nth-child(3) {
  top: 1rem;
  transform-origin: left center;
}
@media (max-width: 61.98rem) {
  .btn-hamburger span:nth-child(3) {
    top: 0.75rem;
  }
}
.btn-hamburger.open span:nth-child(1) {
  top: -0.0625rem;
  left: 0.125rem;
  transform: rotate(45deg);
}
.btn-hamburger.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.btn-hamburger.open span:nth-child(3) {
  top: 1rem;
  left: 0.125rem;
  transform: rotate(-45deg);
}
@media (max-width: 61.98rem) {
  .btn-hamburger.open span:nth-child(3) {
    top: 0.8125rem;
  }
}

.overlaid .btn-hamburger span {
  background: var(--blockColor, #00273d);
}
@media (max-width: 61.98rem) {
  .overlaid .main-header .secondary-mobile-nav a.is-search {
    color: #00273d;
  }
  .overlaid .main-header .secondary-mobile-nav a.nav-1::before {
    color: #fff;
    background: #d73835;
  }
}
.overlaid .main-header__logo img {
  filter: none;
}

@media (min-width: 36rem) {
  .main-header .secondary-mobile-nav {
    display: none;
  }
}
@media (max-width: 61.98rem) {
  .main-header__right, .main-header__nav,
.main-header .search-bar {
    display: none;
  }
  .main-header .secondary-mobile-nav {
    display: flex;
    flex-grow: 1;
    gap: 0.75rem;
    justify-content: end;
    padding-right: 2.8125rem;
  }
  .main-header .secondary-mobile-nav a.is-search {
    display: flex;
    align-items: center;
    color: #fff;
    transition: color 0.5s ease;
  }
  .main-header .secondary-mobile-nav a.is-search::before {
    content: "";
    font-weight: 400;
    font-size: 1.5rem;
    font-family: "iconfont-propel";
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: var(--icon-search);
    display: block;
    font-size: 1.5rem;
  }
}
.main-header.opaque .btn-hamburger span {
  background: var(--blockColor, #00273d);
}
.main-header.opaque a.is-search {
  color: #00273d;
}
.main-header .mobile-only {
  display: none;
}
@media (max-width: 61.98rem) {
  .main-header .mobile-only {
    display: initial;
  }
}
.main-header__nav-mobile {
  height: 100vh;
  font-size: 1.125rem;
  line-height: 2rem;
  overflow-y: auto;
}
.main-header__nav-mobile--wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
}
.main-header__nav-mobile--wrapper.active {
  display: block;
}
.main-header__nav-mobile--wrapper nav li {
  display: block;
}
.main-header__nav-mobile--wrapper .c-btn {
  width: 100%;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
@media (max-width: 61.98rem) {
  .main-header__nav-mobile {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.main-header__nav-mobile .mobile-cta-container {
  position: absolute;
  left: 0;
  bottom: 13vh;
  right: 0;
  z-index: 100;
  padding: 1.875rem;
}
.main-header__nav-mobile .mobile-cta-container .wp-block-button__link {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  letter-spacing: var(--link-1-letter-spacing);
  text-transform: var(--link-1-text-transform);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.875rem;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  color: #fff;
  border: 0.125rem solid #d73835;
  border-radius: 2rem;
  background-color: #d73835;
}
@media (max-width: 35.98rem) {
  .main-header__nav-mobile .mobile-cta-container .wp-block-button__link {
    width: 100%;
  }
}
.bg-dark .main-header__nav-mobile .mobile-cta-container .wp-block-button__link {
  color: #d73835;
  border-color: #fff;
  background-color: #fff;
}
.bg-dark .main-header__nav-mobile .mobile-cta-container .wp-block-button__link.hover, a:hover .bg-dark .main-header__nav-mobile .mobile-cta-container .wp-block-button__link, a:focus .bg-dark .main-header__nav-mobile .mobile-cta-container .wp-block-button__link, .bg-dark .main-header__nav-mobile .mobile-cta-container .wp-block-button__link:hover, .bg-dark .main-header__nav-mobile .mobile-cta-container .wp-block-button__link:focus {
  color: #af1e2d;
  border-color: #fff;
  background-color: #fff;
}
.main-header__nav-mobile .mobile-cta-container .wp-block-button__link.hover, a:hover .main-header__nav-mobile .mobile-cta-container .wp-block-button__link, a:focus .main-header__nav-mobile .mobile-cta-container .wp-block-button__link, .main-header__nav-mobile .mobile-cta-container .wp-block-button__link:hover, .main-header__nav-mobile .mobile-cta-container .wp-block-button__link:focus {
  color: #fff;
  border-color: #af1e2d;
  background-color: #af1e2d;
}
.bg-white .main-header__nav-mobile .mobile-cta-container .wp-block-button__link {
  color: #fff;
  border: 2px solid #d73835;
  background-color: #d73835;
}
.bg-white .main-header__nav-mobile .mobile-cta-container .wp-block-button__link.hover, a:hover .bg-white .main-header__nav-mobile .mobile-cta-container .wp-block-button__link, a:focus .bg-white .main-header__nav-mobile .mobile-cta-container .wp-block-button__link, .bg-white .main-header__nav-mobile .mobile-cta-container .wp-block-button__link:hover, .bg-white .main-header__nav-mobile .mobile-cta-container .wp-block-button__link:focus {
  color: #fff;
  border-color: #af1e2d;
  background-color: #af1e2d;
}
.main-header__nav-mobile .menu > li.parent-open {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  transform: translateX(0) translateY(0);
}
.main-header__nav-mobile .menu > li > a {
  position: relative;
  padding: 1.125rem 2.5rem 0.875rem;
  font-weight: 500;
}
@media (max-width: 61.98rem) {
  .main-header__nav-mobile .menu > li > a {
    padding: 1.125rem 1.25rem 0.875rem;
  }
}
.main-header__nav-mobile .menu > li > a.open {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f4f5f6;
}
.main-header__nav-mobile .menu > li > a.open + .sub-menu {
  position: fixed;
  top: 3.75rem;
  bottom: 3.75rem;
  display: flex;
  flex-flow: column;
  gap: 1.25rem;
  padding: 1.25rem;
  transform: translateX(0) translateY(0);
  overflow: auto;
  transition: translatex 0.5s ease;
}
.main-header__nav-mobile .menu > li .block-card-image a {
  padding: 0;
}
@media (max-width: 61.98rem) {
  .main-header__nav-mobile .menu > li .block-card-image__image-wrapper__alt-1 {
    width: 100%;
    height: 11.8125rem;
  }
}
.main-header__nav-mobile .menu > li.menu-item-has-children > a {
  color: #00273d;
  text-transform: uppercase;
  text-decoration: none;
}
.main-header__nav-mobile .menu > li.menu-item-has-children > a::after {
  position: absolute;
  top: 50%;
  right: 2.5rem !important;
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  margin-top: -0.375rem;
  border: 2px solid var(--blockColor, #00273d);
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  transition: margin-top 0.2s linear, transform 0.2s linear;
}
@media (max-width: 61.98rem) {
  .main-header__nav-mobile .menu > li.menu-item-has-children > a::after {
    right: 1.625rem;
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
.main-header__nav-mobile .menu > li.menu-item-has-children > a.open::after {
  display: none;
  margin-top: 0;
}
.main-header__nav-mobile .sub-menu {
  display: none;
  padding: 1.0625rem 0 0.8125rem;
  transform: translateX(100%) translateY(0);
}
.main-header__nav-mobile .sub-menu li {
  margin: 0;
}
.main-header__nav-mobile .sub-menu li:last-child {
  margin: 0;
}
.main-header__nav-mobile .sub-menu a {
  padding: 0;
  color: #00273d;
  font-weight: 500;
  text-decoration: none;
}
.main-header__nav-mobile a {
  display: block;
}
.main-header__nav-mobile a:hover, .main-header__nav-mobile a:focus {
  color: var(--blockColor, #00273d);
}
@media (max-width: 61.98rem) {
  .main-header__subnav {
    text-align: left;
  }
  .main-header__subnav a {
    display: block;
    padding: 0.5625rem 2.5rem;
  }
  .main-header__subnav li {
    margin: 0 0 1rem;
  }
  .main-header__subnav li:last-child {
    margin: 0;
  }
}
@media (max-width: 61.98rem) {
  .main-header__subnav {
    padding: 0.375rem 0;
  }
  .main-header__subnav a {
    padding: 0.5625rem 1.25rem;
  }
  .main-header__subnav li {
    margin: 0;
  }
}
.main-header__cta-wrapper--mobile {
  padding: 11.5625rem 0 0;
}
@media (max-width: 61.98rem) {
  .main-header__cta-wrapper--mobile {
    padding: 0;
  }
}

.main-footer {
  position: relative;
  z-index: 1;
  margin-top: -3.125rem;
  padding-top: 4rem;
  color: var(--blockColor, #00273d);
  background: #fff;
  overflow-x: hidden;
}
@media (min-width: 36rem) {
  .main-footer {
    border-radius: 3.125rem 3.125rem 0 0;
  }
}
@media (max-width: 47.98rem) {
  .main-footer {
    border-radius: 1.875rem 1.875rem 0 0;
  }
}
@media (min-width: 62rem) {
  .main-footer {
    padding-top: 5rem;
  }
}
.main-footer a {
  font-weight: var(--link-3-font-weight);
  font-size: var(--link-3-font-size);
  font-family: var(--link-3-font-family);
  line-height: var(--link-3-line-height);
  text-decoration: none;
  color: #00273d;
}
.main-footer a:hover, .main-footer a:focus {
  color: #d73835;
}
.main-footer .overline {
  margin: 0 0 1.5rem;
  color: #707070;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.main-footer .subtitle-2 {
  font-size: 0.875rem;
}
.main-footer .wp-block-button {
  margin: 1.5rem 0;
}
@media (min-width: 36rem) {
  .main-footer__wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    margin-bottom: 7rem;
  }
}
@media (max-width: 47.98rem) {
  .main-footer__wrapper {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0.9375rem;
  }
  .main-footer__wrapper > :nth-child(3) {
    order: 4;
  }
  .main-footer__wrapper > :nth-child(4) {
    order: 3;
  }
}
.main-footer__logo {
  display: flex;
  flex-direction: column;
  margin: 0 0 2rem;
  line-height: 1.25rem;
}
@media (max-width: 47.98rem) {
  .main-footer__logo {
    gap: 0.75rem;
    max-width: 11rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 62rem) {
  .main-footer__logo {
    margin: -0.1875rem 0 2.5rem;
  }
  .main-footer__logo img {
    max-width: 14rem;
  }
}
.main-footer__logo a {
  color: #d73835;
  text-decoration: underline;
}
@media (min-width: 36rem) {
  .main-footer__logo a {
    margin-top: 0.9375rem;
  }
}
.main-footer__social {
  display: flex;
  align-items: center;
}
.main-footer__social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0.75rem 0 0;
}
.main-footer__social-link i::before {
  font-size: 1.25rem;
}
.main-footer__menu {
  margin-bottom: 6.25rem;
}
@media (max-width: 47.98rem) {
  .main-footer__menu {
    margin: 0 0 3rem 0;
  }
}
.main-footer__menu ul {
  list-style: none;
}
@media (min-width: 36rem) {
  .main-footer__menu ul {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 0 33% 0 0;
  }
}
@media (max-width: 47.98rem) {
  .main-footer__menu ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 0;
  }
}
.main-footer__menu ul li {
  font-weight: var(--link-3-font-weight);
  font-size: var(--link-3-font-size);
  font-family: var(--link-3-font-family);
  line-height: var(--link-3-line-height);
  text-decoration: none;
}
.main-footer__contact a {
  font-weight: var(--link-3-font-weight);
  font-size: var(--link-3-font-size);
  font-family: var(--link-3-font-family);
  line-height: var(--link-3-line-height);
  text-decoration: none;
  display: block;
  margin-bottom: 1.5rem;
}
.main-footer__contact a[href^=tel]::before {
  content: "\ea32";
  font-weight: 400;
  font-size: 0.75rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.125rem;
  vertical-align: middle;
}
.main-footer__form {
  margin: 0 0 1.5rem;
}
@media (min-width: 62rem) {
  .main-footer__form {
    margin: 0 0 4rem;
  }
}
.main-footer__copyright {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 4rem;
  margin: 0 auto;
  padding: 0 1.875rem;
}
@media (min-width: 36rem) {
  .main-footer__copyright {
    border-top: solid 0.0625rem #eaeaea;
  }
}
@media (max-width: 47.98rem) {
  .main-footer__copyright {
    flex-direction: column;
  }
  .main-footer__copyright > :nth-child(1) {
    order: 2;
  }
  .main-footer__copyright > :nth-child(2) {
    order: 1;
  }
}
.main-footer__copyright ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  padding: 0;
  font-size: 0.75rem;
  list-style: none;
}
@media (min-width: 36rem) {
  .main-footer__copyright ul {
    margin-bottom: 2rem;
    padding: 1.5rem 0 0;
    border-top: 1px solid #fff;
  }
}
.main-footer__copyright li {
  margin-right: 0.9375rem;
}
@media (max-width: 47.98rem) {
  .main-footer__copyright li {
    line-height: 1.5rem;
  }
}
.main-footer__copyright a {
  font-weight: var(--subtitle-3-font-weight);
  font-size: var(--subtitle-3-font-size);
  font-family: var(--subtitle-3-font-family);
  line-height: var(--subtitle-3-line-height);
}