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

html {
  box-sizing: border-box;
}

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: articulat-cf, sans-serif;
}
body p,
body ul li,
body ol li {
  font-family: articulat-cf, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
p,
.p,
ul,
ol {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
p:not(:last-child),
.p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child) {
  margin-block-end: 1.5em;
}
p:last-child,
.p:last-child,
ul:last-child,
ol:last-child {
  margin-block-end: 0;
}

strong {
  font-weight: 700;
}

main p > a:not(.btn),
main h1 > a:not(.btn),
main h2 > a:not(.btn),
main h3 > a:not(.btn),
main h4 > a:not(.btn),
main h5 > a:not(.btn),
main h6 > a:not(.btn),
main li > a:not(.btn) {
  font-weight: 400;
  transition: all 0.3s ease-out;
  color: black;
  text-decoration-color: black;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
main p > a:not(.btn):hover, main p > a:not(.btn):focus,
main h1 > a:not(.btn):hover,
main h1 > a:not(.btn):focus,
main h2 > a:not(.btn):hover,
main h2 > a:not(.btn):focus,
main h3 > a:not(.btn):hover,
main h3 > a:not(.btn):focus,
main h4 > a:not(.btn):hover,
main h4 > a:not(.btn):focus,
main h5 > a:not(.btn):hover,
main h5 > a:not(.btn):focus,
main h6 > a:not(.btn):hover,
main h6 > a:not(.btn):focus,
main li > a:not(.btn):hover,
main li > a:not(.btn):focus {
  color: #AE132A;
  text-decoration-color: #AE132A;
}
main ul li:not(:last-child),
main ol li:not(:last-child) {
  margin-block-end: 1ch;
}

ul,
ol {
  padding-left: 1.5em;
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
dl {
  margin-block-start: 0;
  margin-block-end: 0;
}

dl {
  padding-left: 1em;
}
dl:not(:last-child) {
  margin-block-end: 1.5em;
}

dd {
  margin-inline-start: 0;
}

h1,
.h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
}
@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 42px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1400px) {
  h1,
  .h1 {
    font-size: 52px;
    line-height: 72px;
  }
}
h1.is-style-underline-yellow,
.h1.is-style-underline-yellow {
  position: relative;
}
h1.is-style-underline-yellow::after,
.h1.is-style-underline-yellow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25em;
  width: 100%;
  height: 2px;
  background-color: #ECB11F;
  z-index: 0;
}

h2,
.h2 {
  color: #AE132A;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-block-end: 1.5em;
}
h2:last-child,
.h2:last-child {
  margin-block-end: 0;
}
@media only screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
h2.is-style-uppecase-600,
.h2.is-style-uppecase-600 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  h2.is-style-uppecase-600,
  .h2.is-style-uppecase-600 {
    font-size: 36px;
  }
}
h2.is-style-underline-yellow,
.h2.is-style-underline-yellow {
  position: relative;
}
h2.is-style-underline-yellow::after,
.h2.is-style-underline-yellow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25em;
  width: 100%;
  height: 2px;
  background-color: #ECB11F;
  z-index: 0;
}

h3,
.h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-block-end: 1.5em;
}
h3:last-child,
.h3:last-child {
  margin-block-end: 0;
}
@media only screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}

address:not(:last-child) {
  margin-block-end: 1.5em;
}
address p {
  margin-block-end: 0 !important;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

/* Overwrite mobile image width in Galleries block with nested images */
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  width: 100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) img {
  border-radius: 40px 0 40px 0;
}

.flex-column {
  flex-direction: column;
}

@media only screen and (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1200px) {
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-basis-auto {
  flex-basis: auto !important;
}

.flex-basis-fit-content {
  flex-basis: fit-content !important;
}

.w-auto {
  width: auto !important;
}

.w-fit-content {
  width: fit-content !important;
}

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

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

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}
@media only screen and (min-width: 1720px) {
  .container {
    max-width: 1720px;
  }
}
.container.container--wide {
  max-width: 100%;
}

.wp-element-button,
.btn,
button {
  display: inline-block;
  width: fit-content;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  background-color: transparent;
  background-image: linear-gradient(90deg, #002957 0%, #AE132A 100%);
  color: #FFFFFF;
  font-family: articulat-cf, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 20px;
  border: 0;
  transition: all 0.3s ease-out;
  position: relative;
}
.wp-element-button > span,
.btn > span,
button > span {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.wp-element-button::before,
.btn::before,
button::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 25px;
  background-color: white;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.wp-element-button:hover > span,
.btn:hover > span,
button:hover > span {
  color: #002957;
}
.wp-element-button:hover::before,
.btn:hover::before,
button:hover::before {
  opacity: 1;
}
.wp-element-button--outline-white,
.btn--outline-white,
button--outline-white {
  background-image: none;
  box-shadow: inset 0 0 0 2px #FFFFFF;
}
.wp-element-button--outline-white::before,
.btn--outline-white::before,
button--outline-white::before {
  display: none;
}
.wp-element-button--outline-white:hover,
.btn--outline-white:hover,
button--outline-white:hover {
  background-color: #ECB11F;
  color: #002957;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .wp-element-button,
  .btn,
  button {
    font-size: 16px;
    padding: 10px 30px;
  }
}

.wp-block-button.is-style-outline > .wp-element-button {
  background-image: none;
  box-shadow: inset 0 0 0 2px #FFFFFF;
}
.wp-block-button.is-style-outline > .wp-element-button:hover {
  background-color: #ECB11F;
  color: #002957;
  box-shadow: none;
}

.has-white-color .wp-block-button.is-style-outline.is-style-outline--1 > .wp-element-button {
  background-image: none;
  box-shadow: inset 0 0 0 2px #FFFFFF;
  border-width: 0 !important;
}
.has-white-color .wp-block-button.is-style-outline.is-style-outline--1 > .wp-element-button:hover {
  background-color: #fff;
  color: #002957;
  box-shadow: none;
  background-color: transparent;
  background-image: linear-gradient(90deg, #002957 0%, #AE132A 100%);
}

.site-header {
  background-color: #FFFFFF;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 16px;
  height: 54px;
}
@media only screen and (min-width: 1720px) {
  .site-header__inner {
    padding-inline: 100px;
    height: auto;
    padding-block: 14px;
  }
}
.site-header__logo {
  display: block;
  flex-shrink: 0;
  line-height: 0;
}
.site-header__logo img {
  display: block;
  width: 116px;
  height: 32px;
}
@media only screen and (min-width: 1720px) {
  .site-header__logo img {
    width: 178px;
    height: 50px;
  }
}
.site-header__nav {
  display: none;
}
@media only screen and (min-width: 1720px) {
  .site-header__nav {
    display: flex;
    align-items: center;
  }
}
.site-header__nav-list {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__nav-item {
  position: relative;
}
.site-header__nav-item.is-open > .site-header__mega-menu {
  display: block;
}
.site-header__nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #002957;
  text-decoration: none;
  white-space: nowrap;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  padding-block-end: 10px;
  position: relative;
}
.site-header__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #AE132A;
  transform: scaleX(0);
  transition: transform 0.25s ease-out;
  transform-origin: left center;
}
.site-header__nav-link:hover::after, .site-header__nav-link:focus-visible::after {
  transform: scaleX(1);
}
.site-header__nav-arrow {
  display: inline-block;
  width: 10px;
  height: 7px;
  background-image: url("../images/nav-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.2s ease-out;
  flex-shrink: 0;
}
[aria-expanded=true] > .site-header__nav-arrow {
  transform: rotate(-180deg);
}
.site-header__mega-menu {
  display: none;
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  border-top: 2px solid #ECB11F;
}
.site-header__mega-menu-inner {
  display: flex;
  align-items: stretch;
}
.site-header__mega-menu-lobby {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.site-header__mega-menu-image {
  width: 410px;
  height: 310px;
  overflow: hidden;
  flex-shrink: 0;
}
.site-header__mega-menu-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-header__mega-menu-lobby-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  padding-inline: 30px;
  padding-block: 10px;
  text-decoration: none;
}
.site-header__mega-menu-lobby-title {
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #AE132A;
  text-transform: uppercase;
  text-align: center;
  word-break: break-word;
  hyphens: none;
  width: 141px;
  position: relative;
}
.site-header__mega-menu-lobby-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #AE132A;
  margin-top: 10px;
  transform: scaleX(0);
  transition: transform 0.25s ease-out;
  transform-origin: left center;
}
a:hover .site-header__mega-menu-lobby-title::after, a:focus-visible .site-header__mega-menu-lobby-title::after {
  transform: scaleX(1);
}
.site-header__mega-menu-links {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 10px;
  padding-inline-start: 40px;
  border-left: 1px solid #AE132A;
  align-self: center;
}
.site-header__mega-menu-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  margin-block-end: 0;
  padding: 10px;
  min-width: 220px;
  column-count: 1;
}
.site-header__mega-menu-link {
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #002957;
  text-decoration: none;
  display: block;
  padding-block-end: 10px;
  position: relative;
  white-space: nowrap;
}
.site-header__mega-menu-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #AE132A;
  transform: scaleX(0);
  transition: transform 0.25s ease-out;
  transform-origin: left center;
}
.site-header__mega-menu-link:hover::after, .site-header__mega-menu-link:focus-visible::after {
  transform: scaleX(1);
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media only screen and (min-width: 1720px) {
  .site-header__actions {
    gap: 40px;
  }
}
.site-header__cta {
  font-size: 13px;
  padding-inline: 20px;
  padding-block: 0;
  height: 33px;
  line-height: 33px;
}
@media only screen and (min-width: 1720px) {
  .site-header__cta {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-inline: 30px;
  }
}
.site-header__hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  width: 38px;
  height: 31px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 1720px) {
  .site-header__hamburger {
    display: none;
  }
}
.site-header__hamburger-bar {
  display: block;
  width: 100%;
  height: 7px;
  background-color: #002957;
  border-radius: 8px;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
  transform-origin: center center;
}
.site-header.is-nav-open .site-header__hamburger-bar:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}
.site-header.is-nav-open .site-header__hamburger-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.site-header.is-nav-open .site-header__hamburger-bar:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}
.site-header__mobile-divider {
  height: 2px;
  background-color: #ECB11F;
}
.site-header__mobile-nav {
  display: none;
  background-color: #FFFFFF;
  overflow-y: auto;
  max-height: calc(100dvh - 54px);
}
@media only screen and (min-width: 1720px) {
  .site-header__mobile-nav {
    display: none !important;
  }
}
.site-header__mobile-nav[aria-hidden=false] {
  display: block;
}
.site-header__mobile-nav-inner {
  padding-inline: 20px;
  padding-block-start: 30px;
  padding-block-end: 60px;
}
.site-header__mobile-nav-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__mobile-nav-parent {
  display: flex;
  align-items: center;
}
.site-header__mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #002957;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  padding-block-end: 10px;
  position: relative;
  white-space: nowrap;
}
.site-header__mobile-nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #AE132A;
  transform: scaleX(0);
  transition: transform 0.25s ease-out;
  transform-origin: left center;
}
.site-header__mobile-nav-link:hover::after, .site-header__mobile-nav-link:focus-visible::after {
  transform: scaleX(1);
}
.site-header__mobile-nav-link--toggle[aria-expanded=true] .site-header__nav-arrow {
  transform: rotate(-180deg);
}
.site-header__mobile-submenu {
  display: none;
  flex-direction: column;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 10px 10px 10px 10px;
}
.site-header__mobile-submenu[aria-hidden=false] {
  display: flex;
}
.site-header__mobile-submenu-link {
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #002957;
  text-decoration: none;
  display: block;
  padding-block-end: 10px;
  position: relative;
}
.site-header__mobile-submenu-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #AE132A;
  transform: scaleX(0);
  transition: transform 0.25s ease-out;
  transform-origin: left center;
}
.site-header__mobile-submenu-link:hover::after, .site-header__mobile-submenu-link:focus-visible::after {
  transform: scaleX(1);
}

body.mobile-nav-open {
  overflow: hidden;
}

.pre-footer {
  display: flex;
  flex-direction: column;
}
.pre-footer__texture {
  height: 26px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .pre-footer__texture {
    height: 60px;
  }
}
.pre-footer__texture-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.pre-footer__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 393/127;
}
@media only screen and (min-width: 1200px) {
  .pre-footer__image {
    aspect-ratio: 1920/296;
  }
}
.pre-footer__image-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.pre-footer__image-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.pre-footer__partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #FFFFFF;
  padding-block: 20px;
  padding-inline: 16px;
  max-width: 1200px;
  align-self: center;
}
@media only screen and (min-width: 1200px) {
  .pre-footer__partners {
    padding-inline: 100px;
    padding-block: 30px;
  }
}
.pre-footer__partner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .pre-footer__partner {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1200px) {
  .pre-footer__partner {
    width: 25%;
  }
}
.pre-footer__partner-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pre-footer__partner-logo {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
}
@media only screen and (min-width: 1200px) {
  .pre-footer__partner-logo {
    max-height: 140px;
  }
}

.site-footer {
  background-color: #002957;
  padding-block: 20px 30px;
}
@media only screen and (min-width: 1200px) {
  .site-footer {
    padding-block: 40px 60px;
  }
}
.site-footer__inner {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media only screen and (min-width: 1200px) {
  .site-footer__inner {
    padding-inline: 100px;
    gap: 60px;
  }
}
.site-footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .site-footer__top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
  }
}
.site-footer__logo {
  display: block;
  flex-shrink: 0;
}
.site-footer__logo img {
  display: block;
  width: 157px;
  height: 43px;
}
@media only screen and (min-width: 1200px) {
  .site-footer__logo img {
    width: 220px;
    height: 61px;
  }
}
.site-footer__nav .site-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 1200px) {
  .site-footer__nav .site-footer__nav-list {
    flex-direction: row;
    gap: 60px;
  }
}
.site-footer__nav li a {
  display: block;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 2px;
}
@media only screen and (min-width: 1200px) {
  .site-footer__nav li a {
    font-size: 18px;
  }
}
.site-footer__nav li a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #AE132A;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.site-footer__nav li a:hover::after, .site-footer__nav li a:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
}
.site-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.site-footer__email {
  color: #ECB11F;
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 1200px) {
  .site-footer__email {
    font-size: 18px;
  }
}
.site-footer__email:hover, .site-footer__email:focus-visible {
  text-decoration: underline;
}
.site-footer__social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}
.site-footer__social-link .icon {
  font-size: 36px;
  line-height: 1;
}
.site-footer__social-link:hover, .site-footer__social-link:focus-visible {
  opacity: 0.75;
}
.site-footer__copyright {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  margin: 0;
}

.wp-block-group.has-background {
  background-position: center center;
}
.wp-block-group.has-overlay-red {
  background-color: #AE132A;
  background-blend-mode: multiply;
  position: relative;
}
.wp-block-group.has-overlay-red .wp-block-columns {
  position: relative;
  z-index: 1;
}

.wp-block-columns {
  margin-block-start: 0 !important;
}
.wp-block-columns .wp-block-spacer {
  margin-block-start: 0 !important;
}

:root :where(.is-layout-flow) > :first-child {
  margin-block-start: 0 !important;
}

.wp-block-spacer {
  margin-block-start: 0 !important;
}
.wp-block-spacer.is-style-20-24px {
  height: 20px !important;
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-20-24px {
    height: 24px !important;
  }
}
.wp-block-spacer.is-style-20-60px {
  height: 20px !important;
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-20-60px {
    height: 40px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-20-60px {
    height: 60px !important;
  }
}
.wp-block-spacer.is-style-30-50px {
  height: 30px !important;
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-30-50px {
    height: 40px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-30-50px {
    height: 50px !important;
  }
}
.wp-block-spacer.is-style-50-100px {
  height: 50px !important;
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-50-100px {
    height: 75px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-50-100px {
    height: 100px !important;
  }
}
.wp-block-spacer.is-style-50-80px {
  height: 50px !important;
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-50-80px {
    height: 80px !important;
  }
}
.wp-block-spacer.is-style-40-120px {
  height: 40px !important;
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-40-120px {
    height: 80px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-40-120px {
    height: 120px !important;
  }
}
.wp-block-spacer.is-style-20-40px {
  height: 20px !important;
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-20-40px {
    height: 40px !important;
  }
}
.wp-block-spacer.is-style-50-123px {
  height: 50px !important;
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-50-123px {
    height: 75px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-50-123px {
    height: 123px !important;
  }
}

.subpage-hero {
  background-position: center;
}

#fleet-hero {
  height: 88px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  #fleet-hero {
    height: 120px;
  }
}
@media only screen and (min-width: 992px) {
  #fleet-hero {
    height: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  #fleet-hero {
    height: 200px;
  }
}
@media only screen and (min-width: 1400px) {
  #fleet-hero {
    height: 260px;
  }
}
#fleet-hero > .wp-block-columns {
  width: 100%;
}

iframe {
  max-width: 100%;
}

/*# sourceMappingURL=main.css.map */
