@charset "UTF-8";
/*
Theme Name: 211 Alameda County
Theme URI: https://appliedimagination.com/
Description: A custom theme built by the team at Applied Imagination.
Author: Applied Imagination
Version: 2.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

figure {
  margin: 0;
}

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

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

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

.justify-align {
  text-align: justify !important;
}

.top-align {
  vertical-align: top !important;
}

.middle-align {
  vertical-align: middle !important;
}

.bottom-align {
  vertical-align: bottom !important;
}

.no-padding {
  padding: 0 !important;
}

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

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

.no-right {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.no-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.no-left {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

@font-face {
  font-family: "Public Sans";
  src: url("./assets/fonts/subset-PublicSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("./assets/fonts/subset-PublicSans-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("./assets/fonts/subset-PublicSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("./assets/fonts/subset-PublicSans-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("./assets/fonts/subset-PublicSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "edenir-icons";
  src: url("./assets/fonts/edenir-icons.ttf?ji65eh") format("truetype"), url("./assets/fonts/edenir-icons.woff?ji65eh") format("woff"), url("./assets/fonts/edenir-icons.svg?ji65eh#edenir-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "edenir-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.icon-globe:before {
  content: "\e908";
}

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

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

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

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

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

.icon-arrow-down:before {
  content: "\e904";
}

.icon-previous:before {
  content: "\e905";
}

.icon-next:before {
  content: "\e906";
}

.site .gform_wrapper.gravity-theme {
  padding: 0;
  border-radius: 0;
  position: relative;
}
.site .gform_wrapper.gravity-theme img.gform_ajax_spinner, .site .gform_wrapper.gravity-theme .gform-loader {
  display: none !important;
}
.site .gform_wrapper.gravity-theme .gform_fields {
  -webkit-column-gap: 11px;
  -moz-column-gap: 11px;
  column-gap: 11px;
  row-gap: 11px;
}
.site .gform_wrapper.gravity-theme form input,
.site .gform_wrapper.gravity-theme form input[type=color],
.site .gform_wrapper.gravity-theme form input[type=date],
.site .gform_wrapper.gravity-theme form input[type=datetime-local],
.site .gform_wrapper.gravity-theme form input[type=datetime],
.site .gform_wrapper.gravity-theme form input[type=email],
.site .gform_wrapper.gravity-theme form input[type=month],
.site .gform_wrapper.gravity-theme form input[type=number],
.site .gform_wrapper.gravity-theme form input[type=password],
.site .gform_wrapper.gravity-theme form input[type=search],
.site .gform_wrapper.gravity-theme form input[type=tel],
.site .gform_wrapper.gravity-theme form input[type=text],
.site .gform_wrapper.gravity-theme form input[type=time],
.site .gform_wrapper.gravity-theme form input[type=url],
.site .gform_wrapper.gravity-theme form input[type=week],
.site .gform_wrapper.gravity-theme form select,
.site .gform_wrapper.gravity-theme form textarea {
  background-color: #fff;
  border: 0 !important;
  border-radius: 20px;
  font-family: "Public Sans", sans-serif;
  font-size: 24px;
  color: #000;
  line-height: 1 !important;
  min-height: auto !important;
  padding: 16px 27px 18px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
}
.site .gform_wrapper.gravity-theme form input::-webkit-input-placeholder,
.site .gform_wrapper.gravity-theme form textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.6;
}
.site .gform_wrapper.gravity-theme form input::-moz-placeholder,
.site .gform_wrapper.gravity-theme form textarea::-moz-placeholder {
  color: inherit;
  opacity: 0.6;
}
.site .gform_wrapper.gravity-theme form input::-ms-input-placeholder,
.site .gform_wrapper.gravity-theme form textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 0.6;
}
.site .gform_wrapper.gravity-theme form input::placeholder,
.site .gform_wrapper.gravity-theme form textarea::placeholder {
  color: inherit;
  opacity: 0.6;
}
.site .gform_wrapper.gravity-theme form input {
  height: 64px;
}
.site .gform_wrapper.gravity-theme form input::-webkit-file-upload-button, .site .gform_wrapper.gravity-theme form inputinput::file-selector-button {
  border: 0;
  height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
}
.site .gform_wrapper.gravity-theme form textarea {
  height: 125px !important;
  display: block;
}
.site .gform_wrapper.gravity-theme .gfield--type-fileupload {
  position: relative;
}
.site .gform_wrapper.gravity-theme .gfield--type-fileupload label {
  padding-left: 30px;
}
.site .gform_wrapper.gravity-theme .gfield--type-fileupload .ginput_container_fileupload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site .gform_wrapper.gravity-theme .gfield--type-fileupload .ginput_container_fileupload input {
  padding-top: 8px;
  padding-bottom: 10px;
}
.site .gform_wrapper.gravity-theme .description,
.site .gform_wrapper.gravity-theme .gfield_description,
.site .gform_wrapper.gravity-theme .gsection_description,
.site .gform_wrapper.gravity-theme .instruction {
  display: none;
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  padding-top: 0 !important;
}
.site .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: #ec5f5f;
  color: #000;
  background-color: #fde4e4;
}
.site .gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent;
  color: #ec5f5f;
  margin-bottom: 1.5em;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.site .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.site .gform_wrapper.gravity-theme .gform_validation_errors > h2 span {
  display: none !important;
}
.site .gform_wrapper.gravity-theme .gform-footer {
  margin: 33px 0 0;
  padding: 0;
}
.site .gform_wrapper.gravity-theme .gform-footer .button,
.site .gform_wrapper.gravity-theme .gfield--type-submit .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px solid transparent;
  background-color: #FFA86A;
  border-radius: 7px;
  cursor: pointer;
  color: #000;
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  padding: 11px 24px 13px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  vertical-align: middle;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  will-change: transform;
}
.site .gform_wrapper.gravity-theme .gform-footer .button:hover, .site .gform_wrapper.gravity-theme .gform-footer .button:focus,
.site .gform_wrapper.gravity-theme .gfield--type-submit .button:hover,
.site .gform_wrapper.gravity-theme .gfield--type-submit .button:focus {
  text-decoration: none;
  background-color: #ffb049;
  color: #000;
}
@media (max-width: 767px) {
  .site .gform_wrapper.gravity-theme .gform-footer .button,
  .site .gform_wrapper.gravity-theme .gfield--type-submit .button {
    font-size: 18px;
    padding: 8px 24px 10px;
  }
}
@media only screen and (min-width: 641px) {
  .site .gform_wrapper.gravity-theme .gform_fields .gfield {
    grid-column: 1/-1;
  }
}
@media (max-width: 1079px) {
  .site .gform_wrapper.gravity-theme .gform_fields#gform_fields_3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .site .gform_wrapper.gravity-theme .gform_fields#gform_fields_3 .gfield.gfield--type-submit .button {
    width: 100%;
  }
}
@media (max-width: 574px) {
  .site .gform_wrapper.gravity-theme .gform_fields#gform_fields_3 {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.site .gform_wrapper.gform-theme--orbital .gf_progressbar .percentbar_blue {
  background-color: #00B3FF;
}
.site .gform_wrapper.gform-theme--orbital .gform-page-footer .button,
.site .gform_wrapper.gform-theme--orbital .gfield--type-submit .button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0px solid transparent !important;
  background-color: #00B3FF !important;
  border-radius: 7px !important;
  cursor: pointer;
  color: #000 !important;
  display: inline-block !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1;
  margin: 0 !important;
  padding: 11px 24px 13px !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  vertical-align: middle;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  will-change: transform;
}
.site .gform_wrapper.gform-theme--orbital .gform-page-footer .button:hover, .site .gform_wrapper.gform-theme--orbital .gform-page-footer .button:focus,
.site .gform_wrapper.gform-theme--orbital .gfield--type-submit .button:hover,
.site .gform_wrapper.gform-theme--orbital .gfield--type-submit .button:focus {
  text-decoration: none;
  background-color: #A5D4f1 !important;
  color: #000;
}
@media (max-width: 767px) {
  .site .gform_wrapper.gform-theme--orbital .gform-page-footer .button,
  .site .gform_wrapper.gform-theme--orbital .gfield--type-submit .button {
    font-size: 18px;
    padding: 8px 24px 10px;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  html {
    line-height: 1.3;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  color: #000;
  font-size: 20px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  min-width: 320px;
}
.nav-on body {
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

#page {
  max-width: 100%;
  overflow: hidden;
}

section,
.module {
  margin: 64px 0;
}
@media (max-width: 1079px) {
  section,
  .module {
    margin: 40px 0;
  }
}

.wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 40px;
}
@media (min-width: 768px) and (max-width: 1600px) {
  section:not(.subpage-hero) .wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 20px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Public Sans", sans-serif;
  color: #000;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1em;
  letter-spacing: 0em;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

h1, .h1 {
  font-size: 64px;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  font-size: 48px;
  margin-top: 48px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 32px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
}

h3, .h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
  margin-top: 48px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 22px;
    margin-top: 24px;
  }
}

h4, .h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 14px;
    font-weight: normal;
  }
}

h5, .h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 18px;
  }
}

h6, .h6 {
  font-size: 16px;
}

p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #123AB3;
  text-decoration: underline;
  text-underline-offset: 4px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
  color: #000;
  outline: none;
}
a:focus-visible {
  outline: 2px solid #00B3FF;
  outline-offset: 2px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.more {
  color: #00B3FF;
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.more:hover, .more:focus {
  color: #000;
  outline: none;
  text-decoration: underline;
}
.more:focus-visible {
  outline: 2px solid #00B3FF;
  outline-offset: 2px;
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  color: #000;
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  padding: 11px 24px 13px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  vertical-align: middle;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  will-change: transform;
}
.button:hover, .button:focus {
  text-decoration: none;
}
.button:focus-visible {
  outline: 2px solid #00B3FF;
  outline-offset: 2px;
}
.button.primary {
  background-color: #00B3FF;
  color: #000;
}
.button.primary:hover, .button.primary:focus {
  background-color: #A5D4f1;
  color: #000;
}
.button.secondary {
  background-color: #FFA86A;
  color: #000;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #ffb049;
  color: #000;
}
@media (max-width: 767px) {
  .button {
    font-size: 18px;
    padding: 8px 24px 10px;
  }
}

.button-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

hr {
  margin: 50px 0;
  height: 2px;
  background-color: #000;
  border: 0;
}
@media (max-width: 1279px) {
  hr {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  hr {
    margin: 40px 0;
  }
}

blockquote {
  color: #FFA86A;
  font-weight: 700;
  margin: 3em 0;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote strong {
  display: block;
  margin-top: 30px;
  font-size: 0.9em;
}
blockquote strong:before {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #FFA86A;
}

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

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

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

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

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

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

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

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

.wp-caption {
  background: #fff;
  max-width: 100%;
  padding: 0;
}

.wp-caption.alignnone {
  margin: 48px 0;
}

.wp-caption.alignleft {
  margin: 48px auto 48px 0;
}

.wp-caption.alignright {
  margin: 48px 0 48px auto;
}

.wp-caption.aligncenter {
  margin: 48px auto 48px;
  max-width: 782px;
}

.wp-caption img {
  border: 0 none;
  border-radius: 40px;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  margin-top: 12px;
  color: #000;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

.site-content ul, .site-content ol {
  padding: 0 0 0 1em;
  margin: 0 0 1em;
}
.site-content ul ul, .site-content ul ol, .site-content ol ul, .site-content ol ol {
  margin: 0;
}
.site-content ul {
  padding-left: 1.4em;
}
.site-content ul li::marker {
  font-size: 0.75em;
}
.site-content .wysiwyg-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin: 0 0 1em;
}
.site-content .wysiwyg-columns.three {
  grid-template-columns: 1fr 1fr 1fr;
}
.site-content .wysiwyg-columns.three img {
  width: 100%;
}
@media (max-width: 1279px) {
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1079px) {
  .site-content .wysiwyg-columns {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three img {
    width: unset;
  }
}

.background-image {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.bg-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: 50% 50%;
}

.background-video {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.bg-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.youtube-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  display: block;
}
.youtube-video iframe {
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  position: absolute;
}

.language-switcher .gt_selector {
  border: 0;
  height: 48px;
  padding: 0 10px 0 40px;
  font-family: "Public Sans";
  font-weight: 700;
  font-size: 16px;
  background-image: url(/wp-content/themes/ace/assets/globe-icon.svg);
  background-position-x: 10px;
  background-position-y: center;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-appearance: base-select;
  -moz-appearance: base-select;
  appearance: base-select;
  line-height: 45px;
}

figure.ace-figure {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
figure.ace-figure.static {
  position: static;
}
figure.ace-figure.static .placeholder {
  display: none;
}
figure.ace-figure.static .display {
  position: static;
  background-color: transparent;
}
figure.ace-figure.static .display img {
  position: static;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
figure.ace-figure .placeholder {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
figure.ace-figure .display {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
figure.ace-figure .display img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.social a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
  font-size: 40px;
}
.social a:hover, .social a:focus {
  color: #00B3FF;
}

@media (max-width: 767px) {
  .show-on-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .show-on-mobile {
    display: none !important;
  }
}
.item-post {
  border: solid 2px #E9E9E9;
  border-radius: 21px;
  padding: 24px;
  text-decoration: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}
.item-post .ace-figure .placeholder {
  padding-bottom: 56.44%;
}
.item-post .ace-figure img {
  border-radius: 20px;
}
.item-post aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.item-post aside > * {
  margin: 0;
}
.item-post:hover, .item-post:focus {
  color: #00B3FF;
}
@media (max-width: 767px) {
  .item-post .ace-figure .placeholder {
    padding-bottom: 73%;
  }
  .item-post aside {
    gap: 12px;
  }
}

.language-switcher {
  position: relative;
  display: inline-block;
}

.pagination {
  margin: 48px 0 0;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.pagination .nav-links .page-numbers {
  text-decoration: none;
  border: solid 3px #00B3FF;
  border-radius: 10px;
  font-weight: bold;
  padding: 8px 17px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers:focus {
  color: #000;
  background-color: #00B3FF;
}
.pagination .nav-links .page-numbers.first, .pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.last {
  color: #000;
  border-color: #000;
}
.pagination .nav-links .page-numbers.first:hover, .pagination .nav-links .page-numbers.first:focus, .pagination .nav-links .page-numbers.prev:hover, .pagination .nav-links .page-numbers.prev:focus, .pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.next:focus, .pagination .nav-links .page-numbers.last:hover, .pagination .nav-links .page-numbers.last:focus {
  background-color: #000;
  color: #fff;
}
.pagination .nav-links .page-numbers.current {
  border-color: #00B3FF;
  background-color: #00B3FF;
  color: #000;
}
.pagination .nav-links .page-numbers.inactive {
  opacity: 50%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .pagination {
    margin: 30px 0 0;
  }
  .pagination .nav-links {
    gap: 8px;
  }
  .pagination .nav-links .page-numbers {
    padding: 6px 12px 8px;
    font-size: 14px;
    border-width: 2px;
  }
  .pagination .nav-links .page-numbers.first, .pagination .nav-links .page-numbers.last {
    display: none !important;
  }
}

.article-content .wrapper {
  max-width: 1200px;
}

.site-header {
  padding-top: 20px;
  background-color: #fff;
}
.site-header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1840px;
}
.site-header .top {
  gap: 40px;
  position: relative;
}
.site-header .top .site-logo {
  width: 100%;
  max-width: 432px;
}
.site-header .top .site-logo svg, .site-header .top .site-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.site-header .top aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  gap: 12px;
}
.site-header .top aside p {
  margin: 0;
}
.site-header .top .button-container {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.site-header .nav-bar {
  background-color: #E9E9E9;
  margin-top: 12px;
}
.site-header .nav-bar .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.site-header .nav {
  position: relative;
  z-index: 9999;
}
.site-header .nav > .nav-element {
  position: relative;
}
.site-header .nav > .nav-element > a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  display: block;
}
.site-header .nav .sub-menu {
  font-size: 16px;
}
.site-header .nav .sub-menu a {
  text-decoration: none;
  display: block;
  line-height: 1.3em;
  color: #000;
}
.site-header .nav .sub-menu a:hover, .site-header .nav .sub-menu a:focus {
  text-decoration: underline;
}
@media (min-width: 1280px) {
  .site-header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-left: auto;
  }
  .site-header .nav > .nav-element > a {
    padding: 10px 0 11px;
    line-height: 1.5em;
  }
  .site-header .nav > .nav-element:hover > a, .site-header .nav > .nav-element:focus-within > a {
    color: #000;
  }
  .site-header .nav > .nav-element:hover .sub-menu, .site-header .nav > .nav-element:focus-within .sub-menu {
    pointer-events: initial;
    opacity: 1;
    visibility: visible;
  }
  .site-header .nav .sub-menu {
    position: absolute;
    background-color: #E9E9E9;
    left: -20px;
    top: 100%;
    min-width: 200px;
    width: calc(100% + 40px);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .site-header .nav .sub-menu a {
    padding: 5px 20px;
  }
}
@media (max-width: 1279px) {
  .site-header {
    padding-top: 12px;
  }
  .site-header .top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .site-header .top .site-logo {
    max-width: 214px;
  }
  .site-header .top aside {
    background-color: #E9E9E9;
    padding: 14px 40px;
    margin: 0 -40px;
    width: 100vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .site-header .top .button-container > .button:nth-child(2) {
    display: none;
  }
  .site-header .nav-bar {
    margin: 0;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    pointer-events: none;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    height: calc(100vh - 64px);
    overflow: auto;
    padding-bottom: 100px;
  }
  .site-header .nav-bar .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  .nav-on .site-header .nav-bar {
    opacity: 1;
    pointer-events: initial;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .site-header .nav {
    z-index: initial;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
  .site-header .nav > .nav-element {
    padding: 10px 0;
  }
  .site-header .nav > .nav-element > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 0 0 40px;
  }
  .site-header .nav > .nav-element > a i {
    width: 60px;
    text-align: center;
    font-style: normal;
    font-size: 32px;
    font-weight: normal;
    line-height: 32px;
  }
  .site-header .nav > .nav-element > a i::after {
    font-family: sans-serif;
    content: "+";
  }
  .site-header .nav > .nav-element:hover > a, .site-header .nav > .nav-element:focus > a {
    color: #000;
  }
  .site-header .nav > .nav-element.on > a i::after {
    content: "–";
  }
  .site-header .nav > .nav-element.on .sub-menu {
    max-height: 1000px;
  }
  .site-header .nav .sub-menu {
    overflow: hidden;
    max-height: 0px;
    width: 100%;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .site-header .nav .sub-menu a {
    padding: 5px 40px;
  }
  .site-header .nav .sub-menu a:hover, .site-header .nav .sub-menu a:focus {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .site-header .top .site-logo {
    margin-left: -10px;
  }
  .site-header .top aside {
    padding: 14px 20px;
    margin: 0 -20px;
    font-size: 14px;
  }
  .site-header .nav > .nav-element > a {
    padding: 0 0 0 20px;
  }
  .site-header .nav .sub-menu a {
    padding: 5px 20px;
  }
}

.nav-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  display: none;
  width: 47px;
  height: 27px;
  position: absolute;
  top: 7px;
  right: 40px;
  z-index: 100;
  cursor: pointer;
  outline: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav-toggle i,
.nav-toggle i:before,
.nav-toggle i:after {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  height: 5px;
  width: 47px;
  top: 9px;
  left: 0;
  background-color: #00B3FF;
  border-radius: 5px;
}
.nav-toggle i:before {
  content: "";
  top: -12px;
}
.nav-toggle i:after {
  content: "";
  top: 12px;
}
.nav-on .nav-toggle i {
  background: transparent;
}
.nav-on .nav-toggle i:before {
  -webkit-transform: rotateZ(45deg) translate(8.5px, 8.5px);
  transform: rotateZ(45deg) translate(8.5px, 8.5px);
}
.nav-on .nav-toggle i:after {
  -webkit-transform: rotateZ(-45deg) translate(8.5px, -8.5px);
  transform: rotateZ(-45deg) translate(8.5px, -8.5px);
}
@media (max-width: 1279px) {
  .nav-toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  .nav-toggle {
    right: 20px;
  }
}

.bottom-form {
  background-color: #00B3FF;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding: 80px 0;
}
.bottom-form .wrapper {
  max-width: 1600px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.bottom-form .wrapper p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 1.2em;
  max-width: 740px;
}
.bottom-form .wrapper h2 {
  font-size: 90px;
  line-height: 1em;
  margin: 0;
  font-weight: 700;
}
@media (max-width: 1079px) {
  .bottom-form .wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .bottom-form .wrapper h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .bottom-form {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 40px 0;
  }
}

.site-footer {
  background-color: #fff;
}
.site-footer .site-logo {
  max-width: 460px;
  width: 100%;
}
.site-footer .site-logo svg, .site-footer .site-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.site-footer .top {
  background-color: #E9E9E9;
  padding: 20px 0;
}
.site-footer .top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1840px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 90px;
}
.site-footer .top aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
  font-size: 16px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-footer .top aside p {
  margin: 0;
  max-width: 288px;
  text-align: right;
}
.site-footer .top .site-logo {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-footer .footer-nav {
  padding: 24px 0 98px;
}
.site-footer .footer-nav .wrapper {
  max-width: 1400px;
}
.site-footer .footer-nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.site-footer .footer-nav .nav .column {
  min-width: 146px;
  max-width: 190px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 11px;
}
.site-footer .footer-nav .nav .column .column-title {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  display: block;
  line-height: 1.3;
}
.site-footer .footer-nav .nav .column > .nav-element > a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  display: block;
  line-height: 1.3;
}
.site-footer .footer-nav .nav .column .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.site-footer .footer-nav .nav .column .sub-menu a {
  text-decoration: none;
  display: block;
  line-height: 1.3em;
  color: #000;
  font-size: 16px;
}
.site-footer .footer-nav .nav .column .sub-menu a:hover, .site-footer .footer-nav .nav .column .sub-menu a:focus {
  text-decoration: underline;
}
@media (max-width: 1279px) {
  .site-footer .top {
    padding: 40px 0 48px;
  }
  .site-footer .top .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 48px;
  }
  .site-footer .top aside {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .site-footer .top aside p {
    max-width: none;
    text-align: center;
  }
  .site-footer .top .site-logo {
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: 390px;
  }
  .site-footer .footer-nav .nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1079px) {
  .site-footer .footer-nav .nav {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-nav {
    padding-bottom: 20px;
  }
  .site-footer .footer-nav .nav {
    row-gap: 24px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }
}

.filters {
  margin: 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  row-gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filters .search-filter-field--input-type-checkbox {
  width: 100%;
  max-width: 238px;
  position: relative;
}
@media (max-width: 574px) {
  .filters .search-filter-field--input-type-checkbox {
    max-width: 100%;
  }
}
.filters .search-filter-field--input-type-checkbox .search-filter-label {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  color: #000;
  cursor: pointer;
}
.filters .search-filter-field--input-type-checkbox .search-filter-label i {
  color: #00B3FF;
  font-style: normal;
  margin-left: -6px;
}
.filters .search-filter-field--input-type-checkbox .search-filter-label .search-filter-icon {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.filters .search-filter-field--input-type-checkbox .search-filter-label .search-filter-icon:before {
  content: "\e909";
  font-family: "edenir-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #00B3FF;
}
.filters .search-filter-field--input-type-checkbox .search-filter-label .search-filter-icon svg {
  display: none !important;
}
.filters .search-filter-field--input-type-checkbox .search-filter-input-group {
  position: absolute;
  left: 0;
  top: calc(100% - 12px);
  background-color: #fff;
  z-index: 999;
  border-radius: 0 0 10px 10px;
  padding: 24px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
  width: 100%;
}
.filters .search-filter-field--input-type-checkbox .search-filter-input-group.search-filter-field__input--hidden {
  display: none;
}
.filters .search-filter-field--input-type-checkbox .search-filter-input-group .search-filter-input-checkbox {
  padding: 0;
}
.filters .search-filter-field--input-type-checkbox .search-filter-input-checkbox .search-filter-input-checkbox__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filters .search-filter-field--input-type-checkbox .search-filter-input-checkbox .search-filter-input-checkbox__container .search-filter-input-checkbox__label {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.filters .search-filter-field--input-type-checkbox .search-filter-input-checkbox .search-filter-input-checkbox__container .search-filter-input-checkbox__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
.filters .search-filter-field--input-type-checkbox .search-filter-input-checkbox .search-filter-input-checkbox__container .search-filter-input-checkbox__control::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #E9E9E9;
  border-radius: 6px;
  font-family: "edenir-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #00B3FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.filters .search-filter-field--input-type-checkbox .search-filter-input-checkbox .search-filter-input-checkbox__container .search-filter-input-checkbox__control svg {
  display: none !important;
}
.filters .search-filter-field--input-type-checkbox .search-filter-input-checkbox.search-filter-input-checkbox--is-active .search-filter-input-checkbox__container .search-filter-input-checkbox__control::before {
  content: "\e90a";
}
.filters .search-filter-field--control-type-sort {
  width: 100%;
  max-width: 238px;
  cursor: pointer;
}
@media (max-width: 574px) {
  .filters .search-filter-field--control-type-sort {
    max-width: 100%;
  }
}
.filters .search-filter-field--control-type-sort .search-filter-component-combobox {
  padding: 0 12px;
  border: 0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5em;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}
.filters .search-filter-field--control-type-sort .search-filter-component-combobox .search-filter-component-combobox__actions-input,
.filters .search-filter-field--control-type-sort .search-filter-component-combobox .search-filter-component-combobox__selection {
  font-size: 16px;
  color: #000;
}
.filters .search-filter-field--control-type-sort .search-filter-component-combobox .search-filter-component-combobox__actions-input {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.filters .search-filter-field--control-type-sort .search-filter-component-combobox .search-filter-component-combobox__actions-input::-webkit-input-placeholder {
  font-size: 16px;
  color: #000;
  opacity: 1;
}
.filters .search-filter-field--control-type-sort .search-filter-component-combobox .search-filter-component-combobox__actions-input::-moz-placeholder {
  font-size: 16px;
  color: #000;
  opacity: 1;
}
.filters .search-filter-field--control-type-sort .search-filter-component-combobox .search-filter-component-combobox__actions-input::-ms-input-placeholder {
  font-size: 16px;
  color: #000;
  opacity: 1;
}
.filters .search-filter-field--control-type-sort .search-filter-component-combobox .search-filter-component-combobox__actions-input::placeholder {
  font-size: 16px;
  color: #000;
  opacity: 1;
}
.filters .search-filter-field--control-type-sort .search-filter-component-combobox .search-filter-component-combobox__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.filters .search-filter-field--control-type-sort .search-filter-component-combobox .search-filter-component-combobox__header .search-filter-component-combobox__input-divider {
  display: none;
}
.filters .search-filter-field--control-type-sort .search-filter-component-combobox .search-filter-component-combobox__header .search-filter-component-combobox__actions {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 0;
}
.filters .search-filter-field--control-type-sort .search-filter-component-combobox .search-filter-component-combobox__header .search-filter-component-combobox__actions .search-filter-component-combobox__selection + .search-filter-component-combobox__actions-input {
  cursor: pointer;
  field-sizing: content;
  width: auto;
  min-width: 0;
  max-width: 100%;
}
.filters .search-filter-field--control-type-sort .search-filter-component-combobox .search-filter-component-combobox__header .search-filter-component-combobox__actions .search-filter-component-combobox__selection + .search-filter-component-combobox__actions-input[placeholder=""] {
  display: none;
}
.filters .search-filter-field--control-type-sort .search-filter-component-combobox .search-filter-component-combobox__header .search-filter-component-combobox__actions .search-filter-component-combobox__selection:has(+ .search-filter-component-combobox__actions-input[placeholder=""]) {
  position: relative;
}
.filters .search-filter-field--control-type-sort .search-filter-component-combobox .search-filter-component-combobox__header .search-filter-component-combobox__listbox-toggle {
  padding: 0;
}
.filters .search-filter-field--control-type-sort .search-filter-component-combobox__clear-selection {
  display: none !important;
}
.filters .search-filter-field--control-type-sort .search-filter-component-combobox__listbox-toggle {
  border: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}
.filters .search-filter-field--control-type-sort .search-filter-component-combobox__listbox-toggle::before {
  display: none;
}
.filters .search-filter-field--control-type-sort .search-filter-component-combobox__listbox-toggle .search-filter-icon {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.filters .search-filter-field--control-type-sort .search-filter-component-combobox__listbox-toggle .search-filter-icon:before {
  content: "\e909";
  font-family: "edenir-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #00B3FF;
}
.filters .search-filter-field--control-type-sort .search-filter-component-combobox__listbox-toggle .search-filter-icon svg {
  display: none !important;
}

ul.search-filter-component-popup {
  background-color: #fff;
  margin-top: -6px;
  border-radius: 0 0 10px 10px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 12px 0 24px;
}
ul.search-filter-component-popup.search-filter-component-popup--hidden {
  display: none !important;
}
ul.search-filter-component-popup .search-filter-component-combobox-base__listbox-option {
  padding: 0 24px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
ul.search-filter-component-popup .search-filter-component-combobox-base__listbox-option--selected {
  background-color: #fff;
}
ul.search-filter-component-popup .search-filter-component-combobox-base__listbox-option--active {
  background-color: #fff;
}
ul.search-filter-component-popup .search-filter-component-combobox-base__listbox-option--active:before {
  content: "\e90a";
  font-family: "edenir-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #00B3FF;
  margin-right: 12px;
}

.search-filter-component-combobox-base__listbox--attached.search-filter-component-popover {
  background-color: #fff;
  margin-top: -6px;
  border-radius: 0 0 10px 10px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 12px 0 24px;
}
.search-filter-component-combobox-base__listbox--attached.search-filter-component-popover .search-filter-component-combobox-base__listbox-option {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding: 8px 12px;
  cursor: pointer;
}
.search-filter-component-combobox-base__listbox--attached.search-filter-component-popover .search-filter-component-combobox-base__listbox-option--selected,
.search-filter-component-combobox-base__listbox--attached.search-filter-component-popover .search-filter-component-combobox-base__listbox-option--active {
  background: #00B3FF;
}
.search-filter-component-combobox-base__listbox--attached.search-filter-component-popover .search-filter-component-combobox-base__listbox-option--active {
  color: #fff;
}

.search-filter-component-combobox-base__listbox--attached.search-filter-component-popover--position-top {
  margin-top: 6px;
  border-radius: 10px 10px 0 0;
}

.homepage-hero {
  margin: 0;
  position: relative;
}
.homepage-hero .top {
  background-color: #00B3FF;
  position: relative;
}
.homepage-hero .top .wrapper {
  max-width: 2000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 3;
}
.homepage-hero .top aside {
  padding: 150px 0 180px;
  max-width: 75%;
}
.homepage-hero .top aside.text-white {
  color: #fff;
}
.homepage-hero .top aside.text-white h1, .homepage-hero .top aside.text-white .h1, .homepage-hero .top aside.text-white h2, .homepage-hero .top aside.text-white .h2, .homepage-hero .top aside.text-white h3, .homepage-hero .top aside.text-white .h3, .homepage-hero .top aside.text-white h4, .homepage-hero .top aside.text-white .h4, .homepage-hero .top aside.text-white h5, .homepage-hero .top aside.text-white .h5, .homepage-hero .top aside.text-white h6, .homepage-hero .top aside.text-white .h6, .homepage-hero .top aside.text-white p {
  color: #fff;
}
.homepage-hero .top aside > * {
  margin-bottom: 24px;
  margin-top: 0;
}
.homepage-hero .top aside > *:last-child {
  margin-bottom: 0;
}
.homepage-hero .top figure {
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: absolute;
  bottom: 0;
  left: 70%;
}
.homepage-hero .bar {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: -188px;
  z-index: 3;
  position: relative;
}
.homepage-hero .bar .box {
  background-color: #E4E17F;
  padding: 30px;
  max-width: 1098px;
  margin: 0 auto;
  border-radius: 56px;
  text-align: center;
  height: 188px;
}
.homepage-hero .bar .box h2 {
  margin: 0 0 24px;
}
.homepage-hero .bar .box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 608px;
  background-color: #fff;
  border-radius: 20px;
  height: 58px;
  display: flex;
  overflow: hidden;
}
.homepage-hero .bar .box form input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  font-family: "Public Sans", sans-serif;
  font-size: 20px;
  color: #000;
  padding: 10px 0 12px 28px;
  height: 58px;
  outline: none;
}
.homepage-hero .bar .box form input:placeholder {
  opacity: 0.6;
}
.homepage-hero .bar .box form button {
  width: 85px;
  font-size: 36px;
  color: #ec5f5f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}
.homepage-hero .bottom {
  background-color: #E9E9E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 130px 0 54px;
  position: relative;
  z-index: 2;
}
.homepage-hero .bottom .swiper {
  margin: 0 auto;
  overflow: visible;
  max-width: 320px;
  z-index: 1;
}
.homepage-hero .bottom .swiper .swiper-slide {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.homepage-hero .bottom .swiper .swiper-slide a {
  display: block;
  text-decoration: none;
  color: #000;
}
.homepage-hero .bottom .swiper .swiper-slide svg {
  width: 100%;
  height: auto;
  max-width: 150px;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: scale(0.55);
  transform: scale(0.55);
}
.homepage-hero .bottom .swiper .swiper-slide .description {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
}
.homepage-hero .bottom .swiper .swiper-slide.swiper-slide-active svg {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.homepage-hero .bottom .swiper .swiper-slide.swiper-slide-active .description {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.homepage-hero .bottom .swiper-button-prev,
.homepage-hero .bottom .swiper-button-next {
  width: 66px;
  height: 70px;
  background-color: #fff;
  border-radius: 66px;
  color: #000;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  font-size: 30px;
}
.homepage-hero .bottom .swiper-button-prev:after,
.homepage-hero .bottom .swiper-button-next:after {
  font-family: "edenir-icons";
  font-size: 40px;
}
.homepage-hero .bottom .swiper-button-prev {
  left: 0;
}
.homepage-hero .bottom .swiper-button-prev:after {
  content: "\e905";
}
.homepage-hero .bottom .swiper-button-next {
  right: 0;
}
.homepage-hero .bottom .swiper-button-next:after {
  content: "\e906";
}
@media (max-width: 1079px) {
  .homepage-hero .top figure {
    display: none;
  }
  .homepage-hero .top aside {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .homepage-hero {
    padding: 40px 0;
    background-color: #00B3FF;
  }
  .homepage-hero .top {
    margin-bottom: 20px;
  }
  .homepage-hero .top aside {
    padding: 0;
  }
  .homepage-hero .bar {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: 0;
  }
  .homepage-hero .bar .box {
    border-radius: 30px;
    padding: 24px 17px;
    min-height: 0;
    height: auto;
  }
  .homepage-hero .bar .box h2 {
    font-size: 24px;
  }
  .homepage-hero .bottom {
    display: none;
  }
}

.subpage-hero {
  margin: 40px 0;
}
.subpage-hero.hasbg {
  padding: 40px 0;
  margin: 0;
}
.subpage-hero.hasbg + .content-box {
  margin-top: 0;
}
.subpage-hero .wrapper {
  max-width: 1840px;
}
.subpage-hero .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 80px;
  padding: 60px 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 40px;
  min-height: 520px;
}
.subpage-hero figure {
  border-radius: 40px;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
  min-width: 600px;
}
.subpage-hero figure img {
  display: block;
  width: 100%;
  height: auto;
}
.subpage-hero aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.subpage-hero aside > * {
  margin: 0;
}
@media (max-width: 1839px) {
  .subpage-hero .grid {
    padding: 60px;
    gap: 60px;
  }
  .subpage-hero figure {
    min-width: 32.6vw;
  }
}
@media (max-width: 1279px) {
  .subpage-hero .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    min-height: auto;
  }
  .subpage-hero aside {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}
@media (max-width: 767px) {
  .subpage-hero {
    margin: 20px 0;
  }
  .subpage-hero.hasbg {
    padding: 20px 0;
  }
  .subpage-hero .grid {
    padding: 20px 20px 40px;
    gap: 12px;
  }
}

.image-text.hasbg {
  padding: 64px 0;
  margin: 0;
  border-radius: 56px;
}
.image-text.right aside {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding-left: 0;
  padding-right: 80px;
}
.image-text.img-center figure {
  -ms-flex-item-align: center;
  align-self: center;
}
.image-text .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.image-text figure {
  border-radius: 40px;
  overflow: hidden;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.image-text figure img {
  width: 100%;
  height: auto;
  display: block;
}
.image-text aside {
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
}
.image-text aside > * {
  margin: 0;
}
@media (max-width: 1839px) {
  .image-text.right aside {
    padding-right: 40px;
  }
  .image-text aside {
    padding-left: 40px;
  }
}
@media (max-width: 1079px) {
  .image-text.right aside {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    padding-right: 0;
  }
  .image-text .wrapper {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
  .image-text aside {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .image-text {
    margin: 24px 0;
  }
  .image-text.hasbg {
    padding: 24px 0 40px;
    border-radius: 40px;
  }
  .image-text aside {
    row-gap: 16px;
  }
}

.text-cards .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.text-cards article {
  border-radius: 56px;
  padding: 48px;
  background-color: #E9E9E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.text-cards article > * {
  margin: 0;
}
@media (max-width: 1079px) {
  .text-cards .wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .text-cards {
    margin: 24px 0;
  }
  .text-cards .wrapper {
    gap: 12px;
  }
  .text-cards article {
    border-radius: 40px;
    padding: 24px 20px;
    gap: 12px;
  }
  .text-cards article .button-container {
    margin-top: 12px;
  }
}

.article-columns .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1302px;
}
.article-columns article {
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.article-columns article > * {
  margin: 0;
}
@media (max-width: 1079px) {
  .article-columns .wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .article-columns {
    margin: 24px 0;
  }
  .article-columns .wrapper {
    gap: 12px;
  }
  .article-columns article {
    padding: 24px 0 36px;
    gap: 12px;
  }
  .article-columns article .button-container {
    margin-top: 12px;
  }
}

.standard-text.hasbg {
  border-radius: 56px;
  padding: 64px 0;
  margin: 0;
}
@media (max-width: 767px) {
  .standard-text.hasbg {
    border-radius: 40px;
    padding: 32px 0;
    margin: 0;
  }
}

.content-box .content {
  padding: 80px 120px;
  border-radius: 56px;
  background-color: #fff;
}
.content-box hr {
  background-color: #00B3FF;
  height: 2px;
  border: 0;
  margin: 24px 0;
}
.content-box hr + .button {
  margin-top: 48px;
}
.content-box h3 {
  margin: 24px 0 12px;
}
.content-box .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content-box h5 + .button-container {
  margin-top: 24px;
}
@media (max-width: 1279px) {
  .content-box .content {
    padding: 40px 60px;
  }
}
@media (max-width: 767px) {
  .content-box .content {
    padding: 20px 20px;
    border-radius: 40px;
  }
  .content-box .content h3:first-child {
    margin-top: 0;
  }
  .content-box .button-container {
    margin-top: 20px;
  }
}

.pathway-cards.hasbg {
  margin: 0;
  padding: 64px 0;
  border-radius: 56px;
}
.home .pathway-cards.hasbg {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pathway-cards .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.home .pathway-cards .content {
  gap: 28px;
}
.pathway-cards .content > * {
  margin: 0;
}
.pathway-cards .bottom-content p {
  font-weight: 600;
}
.pathway-cards .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  row-gap: 20px;
  margin: 24px 0;
}
.pathway-cards .grid *:first-child {
  margin-top: 0;
}
.pathway-cards .grid *:last-child {
  margin-bottom: 0;
}
.pathway-cards .grid > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.333% - 16px);
  flex: 1 1 calc(33.333% - 16px);
}
.pathway-cards .grid.x1 > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  border-radius: 56px;
}
.pathway-cards .grid.x2 > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 12px);
  flex: 1 1 calc(50% - 12px);
  border-radius: 56px;
}
.pathway-cards .grid.x4 > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 12px);
  flex: 1 1 calc(50% - 12px);
  border-radius: 56px;
}
.pathway-cards .grid.x3 > *, .pathway-cards .grid.x5 > *, .pathway-cards .grid.x6plus > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.333% - 16px);
  flex: 1 1 calc(33.333% - 16px);
}
.pathway-cards .grid > * {
  border-radius: 40px;
  background-color: #fff;
  padding: 24px 48px;
  text-decoration: none;
  font-weight: normal;
  color: #000;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.pathway-cards .grid > * figure {
  margin: 0;
  width: 100%;
  height: auto;
}
.pathway-cards .grid > * figure svg, .pathway-cards .grid > * figure img {
  width: auto;
  height: 100%;
  max-height: min(200px, 13.15vw);
  min-height: 135px;
}
.pathway-cards .grid > *:not([href]), .pathway-cards .grid > *[href=""] {
  pointer-events: none;
  cursor: default;
}
.pathway-cards .grid > *:hover, .pathway-cards .grid > *:focus {
  text-decoration: none;
  background-color: #E9E9E9;
}
.pathway-cards .grid > * aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.pathway-cards .grid > * aside > * {
  margin: 0;
}
@media (max-width: 1279px) {
  .pathway-cards .grid > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 12px);
    flex: 1 1 calc(50% - 12px);
    border-radius: 56px;
  }
  .pathway-cards .grid.x3 > *, .pathway-cards .grid.x5 > *, .pathway-cards .grid.x6plus > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 12px);
    flex: 1 1 calc(50% - 12px);
    border-radius: 56px;
  }
}
@media (max-width: 1079px) {
  .pathway-cards .grid > * {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .pathway-cards {
    margin: 40px 0;
  }
  .pathway-cards.hasbg {
    padding: 40px 0;
    border-radius: 40px;
  }
  .home .pathway-cards.hasbg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home .pathway-cards .content {
    gap: 12px;
  }
  .pathway-cards .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .pathway-cards .grid > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    border-radius: 40px !important;
  }
  .pathway-cards .grid > * figure {
    min-width: 120px;
    max-width: 120px;
  }
  .pathway-cards .grid > * figure svg, .pathway-cards .grid > * figure img {
    display: block;
    margin: 0 auto;
  }
  .pathway-cards .grid > * aside {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media (max-width: 574px) {
  .pathway-cards .grid > * {
    gap: 12px;
  }
}

.stats.hasbg {
  padding: 64px 0;
  margin: 0;
  border-radius: 56px;
}
.stats .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
.stats .wrapper.third-2thirds {
  grid-template-columns: 368px auto;
}
.stats aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
}
.stats aside > * {
  margin: 0;
}
.stats .stats-content p.h4 {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 15px;
}
.stats .stats-content p.h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
}
.stats .stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 24px;
}
.stats .stats-grid .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 6px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  position: relative;
  padding-bottom: 27px;
}
.stats .stats-grid .item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
}
.stats .stats-grid .item:last-child:nth-child(odd) {
  grid-column: span 2;
}
.stats .stats-grid .stat {
  font-size: 80px;
  font-weight: 800;
  line-height: 1em;
}
@media (max-width: 1079px) {
  .stats .wrapper {
    grid-template-columns: 1fr;
    row-gap: 64px;
  }
  .stats .wrapper.third-2thirds {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .stats {
    margin: 40px 0;
  }
  .stats.hasbg {
    padding: 40px 0;
    margin: 0;
    border-radius: 40px;
  }
  .stats .wrapper {
    row-gap: 40px;
  }
  .stats .stats-grid {
    grid-template-columns: 1fr;
  }
  .stats .stats-grid .item:last-child:nth-child(odd) {
    grid-column: initial;
  }
}

.team-cards.hasbg {
  border-radius: 56px;
  padding: 64px 0;
  margin: 0;
}
.team-cards .content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
  max-width: 1140px;
  margin: 0 auto 48px;
}
.team-cards .content > * {
  margin: 0;
}
.team-cards .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.team-cards .grid.x3 .member {
  width: calc(33.33333% - 16px);
}
.team-cards .grid {
  /*
  &.x3plus {
  	.member {
  		width: calc(50% - 12px);
  		&:nth-child(1),
  		&:nth-child(2),
  		&:nth-child(3) {
  			width: calc(33.33333% - 16px);
  		}
  	}
  }
  */
}
.team-cards .grid.x3plus {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 24px;
}
.team-cards .grid.x3plus .member {
  width: 100%;
}
.team-cards .member {
  background-color: #fff;
  width: calc(50% - 12px);
  padding: 24px 48px;
  border-radius: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.team-cards .member figure {
  width: 100%;
  max-width: 136px;
}
.team-cards .member figure img {
  border-radius: 136px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.team-cards .member .name {
  margin: 0 0 12px;
}
.team-cards .member .name:last-child {
  margin-bottom: 0;
}
.team-cards .member .title {
  margin: 0;
  font-weight: normal;
}
@media (max-width: 1479px) {
  .team-cards .grid.x3plus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
  }
  .team-cards .grid.x3plus .member {
    width: 100%;
  }
}
@media (max-width: 1079px) {
  .team-cards .member {
    padding: 20px;
  }
  .team-cards .grid.x3plus {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
  }
  .team-cards .grid.x3plus .member {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .team-cards.hasbg {
    border-radius: 40px;
    padding: 32px 0;
    margin: 0;
  }
  .team-cards .member {
    width: 100% !important;
  }
  .team-cards .grid.x3plus {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
  }
  .team-cards .grid.x3plus .member {
    width: 100%;
  }
}

.featured-team .content {
  text-align: center;
  max-width: 1140px;
  margin: 0 auto 48px;
}
.featured-team .content h2, .featured-team .content .h2 {
  margin: 0 0 24px;
}
.featured-team .content h3, .featured-team .content .h3 {
  margin: 0 0 12px;
}
.featured-team .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.featured-team .member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px;
  background-color: #fff;
  border-radius: 21px;
  gap: 24px;
}
.featured-team .member figure {
  width: 100%;
  max-width: 300px;
  min-width: 300px;
  -ms-flex-item-align: center;
  align-self: center;
}
.featured-team .member figure img {
  border-radius: 20px;
}
.featured-team .member aside {
  -ms-flex-item-align: center;
  align-self: center;
}
.featured-team .member aside p {
  margin: 0 0 6px 0;
}
.featured-team .member aside p:last-child {
  margin-bottom: 0;
}
.featured-team .member .name {
  margin: 0 0 10px;
}
.featured-team .member .name:last-child {
  margin-bottom: 0;
}
.featured-team .member .h4 {
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .featured-team .member figure {
    max-width: 240px;
    min-width: 240px;
  }
}
@media (max-width: 767px) {
  .featured-team .member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featured-team .member figure {
    min-width: auto;
  }
}

.featured-article .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-article figure.ace-figure {
  border-radius: 40px;
  overflow: hidden;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.featured-article figure.ace-figure .placeholder {
  padding-bottom: 65.78%;
}
.featured-article aside {
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.featured-article aside > * {
  margin: 0;
}
@media (max-width: 1079px) {
  .featured-article aside {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .featured-article .wrapper {
    grid-template-columns: 1fr;
  }
  .featured-article figure.ace-figure {
    border-radius: 30px;
  }
  .featured-article aside {
    gap: 12px;
  }
}

.news-social h3.news-header {
  margin: 0 0 24px;
  padding: 0 0 17px;
  position: relative;
}
.news-social h3.news-header:before {
  background-color: #00B3FF;
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 3px;
  bottom: 0;
  left: 0;
  right: 0;
}
.news-social h3.news-header.social-header:before {
  background-color: #E4E17F;
}
.news-social .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin: 0 0 48px;
}
.news-social .grid:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .news-social .grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
#ctf .ctf-header-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
#ctf .ctf-header-follow svg {
  width: 14px;
  height: 14px;
}
#ctf .ctf-screenreader {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#ctf .ctf-tweet-actions a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.articles-main {
  background-color: #E4E17F;
  margin: 0;
  padding: 64px 0;
  border-radius: 56px;
}
.articles-main h2 {
  margin: 0 0 24px;
}
.articles-main h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #00B3FF;
  margin-top: 20px;
  border-radius: 2px;
}
.articles-main .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.articles-main .grid .item-post {
  background-color: #fff;
}
@media (max-width: 1079px) {
  .articles-main .grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .articles-main {
    padding: 40px 0;
    border-radius: 40px;
  }
}

.reports-main .content {
  padding: 80px 120px;
  border-radius: 56px;
  background-color: #fff;
}
.reports-main hr {
  background-color: #00B3FF;
  height: 2px;
  border: 0;
  margin: 24px 0;
}
.reports-main h2 {
  text-align: center;
}
.reports-main h3 {
  margin: 24px 0 12px;
}
.reports-main .item-report {
  text-decoration: none;
  color: #000;
}
.reports-main + .reports-main {
  margin-top: -40px;
}
@media (max-width: 1279px) {
  .reports-main .content {
    padding: 40px 60px;
  }
}
@media (max-width: 1079px) {
  .reports-main + .reports-main {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .reports-main .content {
    padding: 40px 20px;
    border-radius: 40px;
  }
}

.article-hero {
  background-color: #D3C9FF;
}

.article-content .tags {
  margin: 48px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.article-content .tags__list {
  color: #00B3FF;
  font-weight: bold;
}
.article-content .tags__list strong {
  color: #000;
  font-weight: bold;
}
@media (max-width: 767px) {
  .article-content .tags {
    margin: 24px 0 0;
    gap: 6px;
  }
}
/*# sourceMappingURL=style.css.map */