@charset "UTF-8";
@import "https://unpkg.com/open-props";
@import "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.0.1/css/bootstrap-grid.min.css";
@import "https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css";
@import "https://code.jquery.com/ui/1.13.2/themes/base/jquery-ui.css";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  opacity: 0.75;
  color: var(--c-blue);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

@media screen and (min-width: 1201px) {
  .slick-prev {
    left: -35px;
  }
  .slick-next {
    right: -35px;
  }
}
@media screen and (min-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }
  .slick-prev::before,
  .slick-next::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .slick-prev,
  .slick-next {
    z-index: 2;
  }
  .slick-prev {
    left: 15px;
  }
  .slick-next {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: 5px;
  }
  .slick-next {
    right: 5px;
  }
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("../fonts/AGaramondPro-Bold.eot");
  src: url("../fonts/AGaramondPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AGaramondPro-Bold.woff2") format("woff2"), url("../fonts/AGaramondPro-Bold.woff") format("woff"), url("../fonts/AGaramondPro-Bold.ttf") format("truetype"), url("../fonts/AGaramondPro-Bold.svg#AGaramondPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("../fonts/AGaramondPro-BoldItalic.eot");
  src: url("../fonts/AGaramondPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AGaramondPro-BoldItalic.woff2") format("woff2"), url("../fonts/AGaramondPro-BoldItalic.woff") format("woff"), url("../fonts/AGaramondPro-BoldItalic.ttf") format("truetype"), url("../fonts/AGaramondPro-BoldItalic.svg#AGaramondPro-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("../fonts/AGaramondPro-Regular.eot");
  src: url("../fonts/AGaramondPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AGaramondPro-Regular.woff2") format("woff2"), url("../fonts/AGaramondPro-Regular.woff") format("woff"), url("../fonts/AGaramondPro-Regular.ttf") format("truetype"), url("../fonts/AGaramondPro-Regular.svg#AGaramondPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("../fonts/AGaramondPro-Italic.eot");
  src: url("../fonts/AGaramondPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/AGaramondPro-Italic.woff2") format("woff2"), url("../fonts/AGaramondPro-Italic.woff") format("woff"), url("../fonts/AGaramondPro-Italic.ttf") format("truetype"), url("../fonts/AGaramondPro-Italic.svg#AGaramondPro-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Bold.eot");
  src: url("../fonts/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Bold.woff2") format("woff2"), url("../fonts/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSans-Bold.ttf") format("truetype"), url("../fonts/NotoSans-Bold.svg#NotoSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-BoldItalic.eot");
  src: url("../fonts/NotoSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-BoldItalic.woff2") format("woff2"), url("../fonts/NotoSans-BoldItalic.woff") format("woff"), url("../fonts/NotoSans-BoldItalic.ttf") format("truetype"), url("../fonts/NotoSans-BoldItalic.svg#NotoSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Italic.eot");
  src: url("../fonts/NotoSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Italic.woff2") format("woff2"), url("../fonts/NotoSans-Italic.woff") format("woff"), url("../fonts/NotoSans-Italic.ttf") format("truetype"), url("../fonts/NotoSans-Italic.svg#NotoSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans.eot");
  src: url("../fonts/NotoSans.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans.woff2") format("woff2"), url("../fonts/NotoSans.woff") format("woff"), url("../fonts/NotoSans.ttf") format("truetype"), url("../fonts/NotoSans.svg#NotoSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.light-theme {
  --background-primary: #ffffff;
  --text-primary: #121212;
}

.dark-theme {
  --background-primary: #121212;
  --text-primary: #ffffff;
}

:root {
  --ff-primary: Noto Sans, serif;
  --ff-secondary: Adobe Garamond Pro;
  --fs-100: 12px;
  --fs-300: 14px;
  --fs-400: 16px;
  --fs-500: 18px;
  --fs-600: 24px;
  --fs-700: 28px;
  --fs-800: 32px;
  --fs-900: 36px;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-bold: 700;
  --c-black: #000;
  --c-white: #fff;
  --c-blue: #094a6e;
  --c-blue-dark: #0c344b;
  --c-yellow: #fefbf3;
  --c-orange: #f7ece1;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  font-family: var(--ff-primary);
  font-size: var(--fs-400);
  font-weight: var(--fw-regular);
  font-style: normal;
  line-height: 1.2;
  color: var(--c-blue);
  background: var(--c-yellow);
  padding-top: 81px;
  position: relative;
}
body.page-template-page-legal {
  background: var(--c-orange);
}
body.prevent-scroll {
  overflow: hidden;
  height: 100vh;
}
body.show-cta {
  padding-bottom: 50px !important;
}

h1,
.h1 {
  font-family: var(--ff-secondary);
  font-size: var(--fs-900);
  line-height: 1.1;
}

h2,
.h2 {
  font-family: var(--ff-secondary);
  font-size: var(--fs-800);
  line-height: 1.1;
}

h3,
.h3 {
  font-size: var(--fs-700);
}

h4,
.h4 {
  font-size: var(--fs-600);
}

h5,
.h5 {
  font-size: var(--fs-500);
}

@media (width < 991px) {
  body {
    padding-top: 79px;
  }
}
@media (width < 767px) {
  body {
    padding-top: 62px;
    font-size: var(--fs-300);
  }
  h1,
  .h1 {
    font-size: var(--fs-700);
  }
  h2,
  .h2 {
    font-size: var(--fs-600);
  }
  h3,
  .h3 {
    font-size: var(--fs-500);
  }
  h4,
  .h4,
  h5,
  .h5 {
    font-size: var(--fs-400);
  }
}
.btn {
  display: inline-block;
  padding: 14px 25px 15px;
  font-size: var(--fs-500);
  color: var(--c-white);
  background: var(--c-blue);
  max-width: 280px;
  width: 100%;
  text-align: center;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
.btn:hover {
  background: var(--c-blue-dark);
}
.btn.submitting {
  pointer-events: none;
  cursor: default;
}
.btn.success {
  background: #4caf50;
}
.btn.invalid {
  background: #dc3232;
}
.btn.btn-large {
  max-width: max-content;
}
.rtf .btn {
  text-decoration: none;
}

@media (width < 767px) {
  .btn {
    font-size: var(--fs-400);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--c-yellow);
  padding: 30px 60px;
  z-index: 1032;
  overflow: hidden;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (width < 1200px) {
  .header {
    padding: 30px 30px;
  }
}
@media (width < 767px) {
  .header {
    padding: 20px;
  }
}
.nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav ul a {
  font-size: var(--fs-300);
}
.nav ul a:hover {
  text-decoration: underline;
}

@media (width < 767px) {
  .nav {
    position: fixed;
    top: 59px;
    left: 0;
    width: 320px;
    height: calc(100vh - 59px);
    background: var(--c-yellow);
    z-index: 1031;
    padding: 20px;
    transform: translateX(-320px);
    transition: transform 0.6s ease-in-out;
  }
  .nav ul {
    display: block;
  }
  .nav ul li + li {
    margin-top: 20px;
  }
  .nav-active .nav {
    transform: translateX(0);
  }
}
.logo {
  font-size: var(--fs-500);
}
.logo a:hover {
  text-decoration: underline;
}

@media (width < 991px) {
  .logo {
    font-size: var(--fs-400);
  }
}
.toggler {
  display: none;
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
}
.toggler span {
  background-color: var(--c-blue);
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 3px;
  transition-duration: 500ms;
}
.toggler span:nth-child(1) {
  top: 0;
  left: 0;
}
.toggler span:nth-child(2) {
  top: 10px;
  left: 0;
  opacity: 1;
}
.toggler span:nth-child(3) {
  bottom: 0;
  left: 0;
}
.toggler:hover span {
  background-color: var(--c-blue);
}
.toggler.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}
.toggler.open span:nth-child(2) {
  opacity: 0;
}
.toggler.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}
.toggler.close {
  position: fixed;
  top: 30px;
  right: 20px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.nav-active .toggler.close {
  display: inline-block;
  opacity: 1;
}

@media (width < 767px) {
  .toggler {
    display: inline-block;
  }
}
.hero {
  position: relative;
}
.hero-slider-image {
  height: 800px;
}
.hero-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (width < 1440px) {
  .hero-slider-image {
    height: 600px;
  }
}
@media (width < 767px) {
  .hero-slider-image {
    height: 400px;
  }
}
.slick-dots {
  display: flex;
  gap: 12px;
  width: auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li {
  width: 16px;
  height: 16px;
}
.slick-dots li button {
  display: inline-block;
  background: var(--c-white);
  overflow: hidden;
  text-indent: -999px;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}
.slick-dots li button::before {
  text-indent: -9000px;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots .slick-active button {
  opacity: 1;
}

@media (width < 767px) {
  .slick-dots {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    bottom: 8px;
  }
  .slick-dots li {
    width: 12px;
    height: 15px;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
.page-title {
  margin: 0 0 40px;
  text-align: center;
}

.rtf {
  margin: 0 auto;
  max-width: 1030px;
  text-align: center;
}
.rtf-section {
  margin: 80px 0;
}
.rtf-section.rtf-bg {
  margin: 0;
  padding: 80px 0;
  background: var(--c-orange);
}
.rtf h1,
.rtf h2,
.rtf h3 {
  margin-bottom: 24px;
}
.rtf h4,
.rtf h5,
.rtf h6,
.rtf p,
.rtf ul,
.rtf ol {
  margin: 24px 0;
  line-height: 1.4;
}
.rtf h4:not(.h5),
.rtf h5:not(.h5),
.rtf h6:not(.h5),
.rtf p:not(.h5),
.rtf ul:not(.h5),
.rtf ol:not(.h5) {
  line-height: 1.6;
}
.rtf ul,
.rtf ol {
  padding-left: 20px;
}
.rtf ul ul,
.rtf ul ol,
.rtf ol ul,
.rtf ol ol {
  margin: 0;
}
.rtf ul {
  list-style-type: disc;
}
.rtf ul > li > ul {
  list-style: circle;
}
.rtf ol {
  list-style-type: decimal;
}
.rtf ol > li > ol {
  list-style: lower-alpha;
}
.rtf a {
  text-decoration: underline;
}
.rtf a:hover {
  text-decoration: none;
}
.rtf > *:last-child {
  margin-bottom: 0;
}
.rtf.rtf-legal {
  text-align: left;
}

@media (width < 767px) {
  .rtf-section {
    margin: 60px 0;
  }
  .rtf-section.rtf-bg {
    padding: 60px 0;
  }
  .rtf h1,
  .rtf h2,
  .rtf h3 {
    margin-bottom: 16px;
  }
  .rtf h4,
  .rtf h5,
  .rtf h6,
  .rtf p,
  .rtf ul,
  .rtf ol {
    margin: 16px 0;
  }
}
.map iframe {
  width: 100%;
}
.map .cmplz-placeholder-parent {
  height: 450px !important;
}

@media (width < 767px) {
  .map iframe,
  .map .cmplz-placeholder-parent {
    height: 300px !important;
  }
}
.media-block {
  background: var(--c-orange);
}
.media-block-row {
  display: flex;
  align-items: center;
}
.media-block-col {
  flex: 1 1 50%;
}
.media-block-image {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.media-block-image img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.media-block-content {
  padding: 40px 30px;
  text-align: center;
}
.media-block-content h1 {
  margin-bottom: 16px;
}
.media-block-content p {
  margin: 16px 0;
}
.media-block-content p:not(.h5) {
  line-height: 1.6;
}

@media (width < 1440px) {
  .media-block-image img {
    height: 500px;
  }
}
@media (width < 991px) {
  .media-block-row {
    display: block;
  }
  .media-block-image {
    background: none !important;
  }
  .media-block-image img {
    opacity: 1;
    width: 100%;
    height: auto;
  }
  .media-block-content {
    padding: 40px 12px 24px;
  }
}
.gallery {
  margin: 80px 0;
}
.gallery .container {
  max-width: 1030px;
}
.gallery-row + .gallery-row {
  margin-top: 80px;
}
.gallery-content {
  margin: 0 0 50px;
  text-align: center;
}
.gallery-content p {
  margin: 16px 0;
  line-height: 1.6;
}
.gallery-content p:not(:last-child) {
  margin-bottom: 0;
}
.gallery-slider-image img {
  max-width: 100%;
  max-height: 670px;
  margin: 0 auto;
}

@media (width < 767px) {
  .gallery {
    margin: 60px 0;
  }
  .gallery-row + .gallery-row {
    margin-top: 40px;
  }
  .gallery-content {
    margin: 0 0 30px;
  }
}
.cta {
  padding: 70px 0;
  background: var(--c-orange);
}
.cta .container {
  max-width: 1140px;
}
.cta-image {
  padding: 30px;
  position: relative;
}
.cta-image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.cta-image::after {
  content: "";
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background: var(--c-blue);
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}
.cta-content {
  text-align: center;
}
.cta-content p {
  margin: 16px 0;
}
.cta-content p:not(.h5) {
  line-height: 1.6;
}
.cta-content a:not(.btn):hover {
  text-decoration: underline;
}
.cta-content .btn {
  margin: 8px 0 16px;
}
.cta-content *:last-child {
  margin-bottom: 0;
}

@media (width < 1200px) {
  .cta {
    padding: 60px 0;
  }
}
@media (width < 991px) {
  .cta {
    padding: 60px 0 80px;
  }
  .cta-image {
    max-width: 420px;
    margin: 0 auto 40px;
    padding: 20px;
  }
  .cta-image::after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: var(--c-blue);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (width < 767px) {
  .cta {
    padding: 40px 0 60px;
  }
}
.contact-cta {
  position: absolute;
  top: 9.5%;
  right: 0;
  z-index: 99;
}
.contact-cta img {
  max-width: 80px;
  width: 100%;
  height: auto;
}
.contact-cta.sticky {
  position: fixed;
}

@media (width < 991px) {
  .contact-cta {
    top: 6.5%;
  }
}
@media (width < 767px) {
  .contact-cta {
    display: none;
    top: 7%;
  }
  .contact-cta img {
    max-width: 40px;
  }
}
.mobile-cta {
  display: none;
  padding: 14px 25px 15px;
  font-size: var(--fs-500);
  color: var(--c-white);
  background: var(--c-blue);
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 9;
}
.mobile-cta:hover {
  background: var(--c-blue-dark);
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--c-blue);
  opacity: 0.4;
  z-index: 1038;
}

.modal {
  display: none;
  padding: 40px 30px;
  max-width: 1060px;
  width: 100%;
  max-height: calc(100vh - 60px);
  background: var(--c-yellow);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: hidden;
  z-index: 1039;
}
.modal-content {
  height: 100%;
  max-height: calc(100vh - 140px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-content::-webkit-scrollbar {
  display: none;
}
.modal-header {
  margin: 0 0 30px;
  text-align: center;
}
.modal-close:after {
  content: "×";
  display: inline-block;
  font-size: 42px;
  line-height: 11px;
  position: absolute;
  top: 12px;
  right: 12px;
}
.modal-close:hover {
  color: var(--c-blue-dark);
}

@media screen and (max-width: 1100px) {
  .modal {
    top: 30px;
    left: 30px;
    max-width: calc(100% - 60px);
    transform: translate(0, 0);
  }
}
@media (width < 767px) {
  .modal {
    padding: 30px 20px;
    top: 20px;
    left: 20px;
    max-width: calc(100% - 40px);
    transform: translate(0, 0);
  }
  .modal-header {
    margin: 0 0 20px;
    text-align: center;
  }
  .modal-close:after {
    top: 10px;
    right: 6px;
  }
}
.form-field label {
  display: block;
  margin: 0 0 8px;
  font-size: var(--fs-300);
}
.form-field input:not([type=submit]),
.form-field select,
.form-field textarea {
  display: block;
  margin: 0;
  padding: 0 0 6px;
  width: 100%;
  outline: 0;
  border-bottom: 1px solid var(--c-blue);
}
.form-field textarea {
  height: 100px;
  resize: none;
}
.form-field.form-field-date .wpcf7-form-control-wrap {
  position: relative;
}
.form-field.form-field-date .wpcf7-form-control-wrap::after {
  content: url("../images/calendar.png");
  position: absolute;
  bottom: 4px;
  right: 0;
}

.field-row {
  display: flex;
  gap: 30px;
}
.field-row .form-field {
  flex: 1;
}
.field-row + .field-row {
  margin-top: 24px;
}

.form-submit,
.wpcf7-form-control-wrap.recaptcha {
  display: block;
  margin: 24px 0 0;
}

.form-subtitle {
  margin: 0 0 16px;
}
.field-row + .form-subtitle {
  margin-top: 40px;
}

.form-required {
  margin: 24px 0 0;
  font-size: var(--fs-300);
}

.form-checkbox {
  margin: 32px 0 0;
}

label.error {
  margin: 0;
  padding: 8px 0 0;
  font-size: var(--fs-100);
  color: #dc3232;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7-spinner {
  display: none !important;
}

.ui-widget.ui-widget-content {
  position: absolute !important;
  transform: translateY(100%);
}

.checkbox {
  display: flex;
  gap: 12px;
  position: relative;
}
.checkbox input {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: rgba(9, 74, 110, 0.1);
  border: 1px solid var(--c-blue);
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.checkbox input::after {
  content: "";
  display: none;
  position: absolute;
  left: 8px;
  top: 3px;
  width: 7px;
  height: 13px;
  border: solid var(--c-blue);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox input:checked::after {
  display: block;
}
.checkbox a {
  text-decoration: underline;
}
.checkbox a:hover {
  text-decoration: none;
}
.checkbox-container {
  min-width: 24px;
}
.checkbox .wpcf7-list-item {
  margin: 0;
}
.checkbox .wpcf7-form-control-wrap {
  position: static;
}
.checkbox label.error {
  padding: 0;
  position: absolute;
  left: 0;
  bottom: -20px;
}

@media (width < 767px) {
  .form-field + .form-field {
    margin-top: 24px;
  }
  .field-row {
    display: block;
  }
  .checkbox input {
    width: 18px;
    height: 18px;
    top: -1px;
  }
  .checkbox input::after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
  }
  .checkbox-container {
    min-width: 18px;
  }
}
.page-404 {
  display: table;
  width: 100%;
  height: 400px;
  text-align: center;
}
.page-404-content {
  display: table-cell;
  vertical-align: middle;
}
.page-404-content h1 {
  font-size: 50px;
  display: inline-block;
  padding-right: 12px;
  animation: type 0.5s alternate infinite;
}

@keyframes type {
  from {
    box-shadow: inset -3px 0px 0px #888;
  }
  to {
    box-shadow: inset -3px 0px 0px transparent;
  }
}
@media screen and (max-width: 991px) {
  .page-404 {
    height: 300px;
  }
}
.footer {
  padding: 40px 60px;
}
.footer-content {
  margin: 0 0 40px;
  text-align: center;
}
.footer-content h5 {
  margin: 0 0 16px;
}
.footer-content h5,
.footer-content p {
  line-height: 1.6;
}
.footer-row {
  display: flex;
  align-items: center;
}
.footer-col {
  flex: 1 1 39%;
}
.footer-col:nth-child(2) {
  text-align: center;
  flex: 1 1 22%;
}
.footer-col a:hover {
  text-decoration: underline;
}
.footer-col ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-col ul li + li {
  margin-left: 10px;
  padding-left: 11px;
  border-left: 1px solid var(--c-blue);
}

@media screen and (max-width: 1439px) {
  .footer-row {
    flex-direction: column;
    justify-content: center;
  }
  .footer-col {
    flex: 1;
    text-align: center;
  }
  .footer-col:first-child {
    margin-top: 16px;
    order: 3;
  }
  .footer-col:nth-child(2) {
    flex: 1;
    margin-bottom: 16px;
    line-height: 1.6;
  }
  .footer-col:nth-child(3) {
    margin-top: 16px;
    text-align: center;
  }
}
@media (width < 1200px) {
  .footer {
    padding: 40px 30px;
  }
  .footer-content {
    margin: 0 0 30px;
  }
}
@media (width < 767px) {
  .footer {
    padding: 30px 20px;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li + li {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    margin-top: 10px;
  }
}
.grid-flow {
  display: grid;
  gap: 1rem;
}

.flex-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.container-fluid {
  max-width: 1200;
  margin: 0 auto;
}

.flow > *:where(:not(:first-child)) {
  margin-top: 30px;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

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