@charset "UTF-8";
/* stylelint-disable max-line-length */
/* stylelint-enable max-line-length */
/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);

*/
/* stylelint-disable no-empty-source */
/* stylelint-enable no-empty-source */
.form-style .gform_required_legend {
  display: none;
}
.form-style .gfield_description {
  font-size: 0.875rem;
}
.form-style .honeypot {
  display: none;
}
.form-style .gfield {
  padding: 0 10px;
}
.form-style .gfield--width-half {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .form-style .gfield--width-half {
    width: 100%;
  }
}
.form-style .gfield .gfield_checkbox input,
.form-style .gfield .ginput_container_consent input {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(1px, 1px, 1px, 1px);
}
.form-style .gfield .gfield_checkbox label,
.form-style .gfield .ginput_container_consent label {
  position: relative;
  display: block;
  padding-left: 26px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.form-style .gfield .gfield_checkbox label::before, .form-style .gfield .gfield_checkbox label::after,
.form-style .gfield .ginput_container_consent label::before,
.form-style .gfield .ginput_container_consent label::after {
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
}
.form-style .gfield .gfield_checkbox label::before,
.form-style .gfield .ginput_container_consent label::before {
  content: "";
  border: 1px solid #cbcbcb;
  background-color: #fff;
}
.form-style .gfield .gfield_checkbox label::after,
.form-style .gfield .ginput_container_consent label::after {
  background-color: #0696db;
  background-image: url(/app/themes/appeal-base/dist/img/checked.svg?837866e1ddf9681cfb01d1fb2dd3ea3b);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
}
.form-style .gfield .gfield_checkbox input:checked + label::after,
.form-style .gfield .ginput_container_consent input:checked + label::after {
  content: "";
}
.form-style .gfield .gfield_checkbox input:checked + label::before,
.form-style .gfield .ginput_container_consent input:checked + label::before {
  border-color: #0696db;
}
.form-style .gfield .gfield_checkbox .gchoice,
.form-style .gfield .ginput_container_consent .gchoice {
  margin-bottom: 16px;
}
.form-style .gfield .gfield_radio input {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(1px, 1px, 1px, 1px);
}
.form-style .gfield .gfield_radio label {
  position: relative;
  display: block;
  padding-left: 26px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.form-style .gfield .gfield_radio label::before, .form-style .gfield .gfield_radio label::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.form-style .gfield .gfield_radio label::before {
  content: "";
  border: 1px solid #0696db;
  background-color: #fff;
}
.form-style .gfield .gfield_radio label::after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: #0696db;
}
.form-style .gfield .gfield_radio input:checked + label::after {
  content: "";
}
.form-style .gfield .gfield_radio .gchoice {
  margin-bottom: 16px;
}
.form-style .gfield .gfield_select {
  border: 0;
  border-bottom: 4px solid #00acff;
  border-radius: 4px;
  outline: none;
  padding: 11px 35px 9px 10px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  background-color: #fff;
  background-image: url(/app/themes/appeal-base/dist/img/select-down-arrow.svg?9714532d0bf0e8f429e78b5ee948c712);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 12px;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}
.form-style .gfield .ginput_preview {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 4px solid #00acff;
  border-radius: 4px;
  margin-bottom: 5px;
  padding: 5px 15px;
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  background-color: #fff;
  gap: 10px;
}
.form-style .gfield .ginput_preview .gfield_fileupload_progress_complete {
  display: none;
}
.form-style .gfield .ginput_preview button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  transition: opacity 0.3s;
  cursor: pointer;
}
.form-style .gfield .ginput_preview button * {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.form-style .gfield .ginput_preview button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.form-style .gfield .ginput_preview button:hover {
  opacity: 0.4;
}
.form-style .gfield .ginput_container_fileupload input[type=file] {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  border: none;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  outline: none;
  padding: 12px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  color: #000;
  background-color: #fff;
}
.form-style .gfield .ginput_container_fileupload input[type=file]::placeholder {
  font-style: normal;
  color: #505050;
  opacity: 1;
}
.form-style .gfield .ginput_container_fileupload input[type=file] span, .form-style .gfield .ginput_container_fileupload input[type=file]::placeholder {
  float: left;
}
.form-style .gfield .ginput_container_fileupload input[type=file]::-webkit-file-upload-button, .form-style .gfield .ginput_container_fileupload input[type=file]::file-selector-button {
  border: 0;
  margin: 0;
  padding: 0 20px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  text-align: left;
  text-decoration: underline;
  color: #000;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}
.form-style .gfield .gform_fileupload_multifile {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  border: none;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  outline: none;
  padding: 12px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  color: #000;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-style .gfield .gform_fileupload_multifile::placeholder {
  font-style: normal;
  color: #505050;
  opacity: 1;
}
.form-style .gfield .gform_fileupload_multifile::-moz-placeholder {
  font-style: normal;
  color: #505050;
  opacity: 1;
}
.form-style .gfield .gform_fileupload_multifile:-ms-input-placeholder {
  font-style: normal;
  color: #505050;
  opacity: 1;
}
.form-style .gfield .gform_fileupload_multifile button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  margin-right: 5px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  color: #000;
  cursor: pointer;
}
.form-style .gfield .gform_fileupload_multifile button * {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.form-style .gfield .gform_fileupload_multifile button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.form-style .gfield .gform_fileupload_multifile .gform_drop_instructions,
.form-style .gfield .gform_fileupload_multifile .gform_fileupload_rules {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.125rem;
  color: #000;
}
.form-style .gfield .gform_fileupload_multifile .gform_fileupload_rules {
  font-weight: 300;
}
.form-style .gfield .ginput_complex > span {
  display: flex;
  flex-direction: column;
}
.form-style .gfield .ginput_complex > span > .gform-field-label {
  order: -1;
}
.form-style .gfield .ginput_complex > span + span {
  margin-top: 10px;
}
.form-style .gfield_html {
  font-size: 0.875rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.125rem;
  color: #000;
}
.form-style .gform_hidden,
.form-style .gfield_visibility_hidden,
.form-style .hidden_label {
  display: none;
}
.form-style .gform_footer {
  padding: 0 10px;
}
.form-style .gform_footer .btn--submit {
  min-width: 180px;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .form-style .gform_footer .btn--submit {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 18px 30px 15px;
  }
}
.form-style .gform_validation_errors {
  border-radius: 4px;
  margin: 20px 10px;
  padding: 13px 15px 11px;
  text-align: center;
  background: red;
}
.form-style .gform_validation_errors .gform_submission_error {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #fff;
}
.form-style .gform_confirmation_wrapper {
  border-radius: 4px;
  padding: 13px 15px 9px;
  text-align: center;
  background: #f7f7f7;
}
.form-style .gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #fff;
}

.ui-datepicker {
  width: 100%;
  max-width: 292px;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  background: #f7f7f7;
}
@media only screen and (max-width: 599px) {
  .ui-datepicker {
    max-width: 275px;
  }
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker .ui-datepicker-calendar a {
  text-decoration: none;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar th {
  font-weight: 500;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td a:hover {
  text-decoration: underline;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
  font-weight: 500;
  text-decoration: underline;
}
.ui-datepicker .ui-state-default {
  padding-left: 9px;
}
.ui-datepicker .ui-state-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  padding-left: 6px;
  padding-right: 6px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  text-decoration: underline;
}
.ui-datepicker .ui-datepicker-title {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.ui-datepicker .ui-datepicker-title select {
  border: 0;
  border-bottom: 4px solid #00acff;
  border-radius: 4px;
  outline: none;
  padding: 11px 35px 9px 10px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  background-color: #fff;
  background-image: url(/app/themes/appeal-base/dist/img/select-down-arrow.svg?9714532d0bf0e8f429e78b5ee948c712);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 12px;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  width: 48%;
  border: none;
  padding: 10px 35px 9px 14px;
  line-height: 1;
  cursor: pointer;
}
/* stylelint-disable max-line-length */
/* stylelint-enable max-line-length */
/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);

*/
.choices {
  position: relative;
  background-color: #fff;
}
.choices__inner {
  border: 1px solid #cbcbcb;
  border-radius: 8px;
}
.choices__inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 12px;
  height: 8px;
  margin: auto;
  font-size: 1.375rem;
  background-image: url(/app/themes/appeal-base/dist/img/select-down-arrow.svg?9714532d0bf0e8f429e78b5ee948c712);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 150ms;
}
.choices__item {
  height: 48px;
  padding: 15px 25px 15px 16px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
  line-height: 1.25rem;
  transition: background-color 150ms;
  cursor: pointer;
}
.choices__item.is-highlighted {
  color: #fff;
  background-color: #0696db;
}
.choices__item.is-selected {
  color: #fff;
  background-color: #0696db;
}
.choices__list--single {
  height: 48px;
}
.choices__list--single .choices__item {
  padding-right: 47px;
}
.choices__list--dropdown {
  position: absolute;
  top: calc(100% + 16px);
  z-index: 20;
  display: none;
  box-sizing: border-box;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  border: 1px solid #00acff;
  border-top: none;
  border-radius: 8px;
  background-color: #fff;
}
.choices__list--dropdown.is-active {
  display: block;
}
.choices__list--dropdown .choices__list {
  position: relative;
  top: -1px;
}
.choices.is-focused {
  outline: none;
}
.choices.is-open .choices__inner::after {
  transform: rotate(-180deg);
}

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

h1 span,
h1 strong,
.h1 span,
.h1 strong,
h2 span,
h2 strong,
.h2 span,
.h2 strong,
h3 span,
h3 strong,
.h3 span,
.h3 strong {
  font-weight: 700;
  color: #00acff;
}

h1,
.h1 {
  font-family: "Geologica", sans-serif;
  font-size: 3.375rem;
  font-weight: 600;
  letter-spacing: -0.0625rem;
  line-height: 3.25rem;
}
@media only screen and (max-width: 599px) {
  h1,
  .h1 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}

h2,
.h2 {
  font-family: "Geologica", sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: -0.0625rem;
  line-height: 3.25rem;
}
@media only screen and (max-width: 599px) {
  h2,
  .h2 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}

h3,
.h3 {
  font-family: "Geologica", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.0625rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 599px) {
  h3,
  .h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

h4,
.h4 {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2.125rem;
}
@media only screen and (max-width: 599px) {
  h4,
  .h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h5,
.h5 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.875rem;
}
@media only screen and (max-width: 599px) {
  h5,
  .h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

h6,
.h6 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
}
@media only screen and (max-width: 599px) {
  h6,
  .h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

p,
li,
.paragraph {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
}
@media only screen and (max-width: 599px) {
  p,
  li,
  .paragraph {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}

a:not(.btn) {
  font-weight: 500;
  text-decoration: underline;
  color: #000;
  transition: color 0.3s;
}

.subtitle {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.625rem;
  color: #00acff;
}
@media only screen and (max-width: 767px) {
  .subtitle {
    font-size: 0.75rem;
  }
}

*::selection {
  color: #fff;
  background-color: #000;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  margin: -1px;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  word-wrap: normal !important;
  word-break: normal;
}

.wysiwyg > *:first-child {
  margin-top: 0;
}
.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin: 0 0 25px;
}
.wysiwyg a:not(.btn) {
  font-weight: 500;
  text-decoration: underline;
  /* one or more available input mechanism(s) can hover over elements with ease */
}
@media screen and (any-hover: hover) {
  .wysiwyg a:not(.btn):hover {
    color: #00acff;
  }
}
.wysiwyg li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 13px;
}
.wysiwyg li:last-child {
  margin-bottom: 0;
}
.wysiwyg ul,
.wysiwyg ol {
  padding: 0;
  list-style-position: inside;
}
.wysiwyg ul {
  padding-left: 10px;
  list-style: none;
}
.wysiwyg ul > li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}
.wysiwyg ol {
  list-style: none;
  counter-reset: counter;
}
.wysiwyg ol > li {
  padding-left: 13px;
  counter-increment: counter;
}
.wysiwyg ol > li::before {
  content: counter(counter) ".";
  position: absolute;
  top: 0;
  left: -3px;
  font-size: 1rem;
  color: #000;
}
.wysiwyg blockquote {
  position: relative;
  margin: 30px 0;
  padding: 24px 50px;
  font-family: "Geologica", sans-serif;
  background-color: #f7f7f7;
}
.wysiwyg blockquote::before, .wysiwyg blockquote::after {
  position: absolute;
  font-family: "Geologica", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 2.5rem;
  color: #00acff;
}
.wysiwyg blockquote::before {
  content: "“";
  top: 24px;
  left: 20px;
}
.wysiwyg blockquote::after {
  content: "”";
  bottom: 24px;
  right: 24px;
}
.wysiwyg blockquote p {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.875rem;
}
.wysiwyg blockquote p + p {
  margin-top: 20px;
}
.wysiwyg blockquote cite {
  font-size: 1rem;
  line-height: 1.5rem;
}
.wysiwyg .wp-block-pullquote {
  margin: 0;
  padding: 0;
}
.wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.wysiwyg .wp-block-image {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  margin: 0;
}
.wysiwyg .wp-block-image figure {
  margin: 0;
}
.wysiwyg .has-text-align-center,
.wysiwyg .has-text-align-right {
  margin-left: auto !important;
  margin-right: auto !important;
}
.wysiwyg .aligncenter,
.wysiwyg .has-text-align-center {
  text-align: center;
}
.wysiwyg .alignright,
.wysiwyg .has-text-align-right {
  text-align: right;
}
.wysiwyg ._brlbs-responsive-table {
  text-align: left;
}

*,
::before,
::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  overflow-x: hidden;
  margin: 0;
  color: #000;
}
body.no-scroll {
  overflow-y: hidden;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms, visibility 400ms;
}
body.show-overlay::before {
  opacity: 1;
  visibility: visible;
}

.svg-icon-wrapper {
  position: relative;
  display: inline-block;
}

.svg-icon {
  width: 40px;
  height: 40px;
}
.svg-icon--spinner {
  width: 40px;
  height: 40px;
}
.svg-icon--spinner circle {
  stroke: #000;
}

.icon {
  position: relative;
  display: inline-block;
}

.icon--hamburger {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 25px;
  background-color: #000;
}
.icon--hamburger::before, .icon--hamburger::after {
  content: "";
  position: relative;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: 25px;
  background-color: #000;
}
.icon--hamburger::before {
  top: -13px;
}
.icon--hamburger::after {
  top: 9px;
}
@media only screen and (max-width: 599px) {
  .icon--hamburger span {
    height: 2px;
  }
  .icon--hamburger span::before {
    top: -9px;
  }
  .icon--hamburger span::after {
    top: 8px;
  }
}

.icon--cross {
  width: 100%;
  height: 2px;
}
.icon--cross,
.icon--cross * {
  cursor: pointer;
}
.icon--cross::before, .icon--cross::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 25px;
  background-color: #000;
  opacity: 1;
  transform: rotate(45deg);
}
.icon--cross::after {
  transform: rotate(-45deg);
}

.icon--plus-minus {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #000;
}
.icon--plus-minus,
.icon--plus-minus * {
  cursor: pointer;
}
.icon--plus-minus::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 7px;
  width: 2px;
  height: 16px;
  background-color: #000;
  transition: opacity 300ms, transform 300ms;
}
.icon--plus-minus.collapse::before {
  transform: rotate(-90deg);
}

.btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  font-family: "Geologica", sans-serif;
}
.btn * {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn--primary {
  width: 100%;
  max-width: 285px;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  background-color: #fff;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  /* one or more available input mechanism(s) can hover over elements with ease */
}
@media screen and (any-hover: hover) {
  .btn--primary:hover {
    border-color: #000;
    color: #fff;
    background-color: #000;
  }
}
.btn--primary:active {
  border-color: #000;
  color: #fff;
  background-color: #000;
}
@media only screen and (max-width: 599px) {
  .btn--primary {
    font-size: 0.875rem;
  }
}
.btn--primary[disabled] {
  color: #a6b5bd !important;
  cursor: default !important;
}
.btn--white {
  border-color: #000;
  background-color: #fff;
}
.btn--black {
  border-color: #000;
  color: #fff;
  background-color: #000;
  /* one or more available input mechanism(s) can hover over elements with ease */
}
@media screen and (any-hover: hover) {
  .btn--black:hover {
    border-color: #000;
    color: #000;
    background-color: #fff;
  }
}
.btn--black:active {
  border-color: #000;
  color: #000;
  background-color: #fff;
}
.btn--blue {
  border-color: #0696db;
  color: #fff;
  background-color: #0696db;
}
.btn--link {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2rem;
  color: #000;
  transition: color 0.3s;
  /* one or more available input mechanism(s) can hover over elements with ease */
}
.btn--link::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: background-color 0.3s;
}
.btn--link.btn--blue {
  color: #0696db;
  background-color: transparent;
}
.btn--link.btn--blue::before {
  background-color: #0696db;
}
.btn--link.btn--white {
  color: #fff;
  background-color: transparent;
}
.btn--link.btn--white::before {
  background-color: #fff;
}
@media screen and (any-hover: hover) {
  .btn--link:hover {
    color: #0696db;
  }
  .btn--link:hover::before {
    background-color: #0696db;
  }
}

.arrow-btn {
  display: flex;
  width: 48px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  height: 48px;
  border-radius: 50%;
  background-color: #f3f3f6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 17px;
  transition: background-color 0.3s, background-image 0.3s;
  /* one or more available input mechanism(s) can hover over elements with ease */
}
.arrow-btn * {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.arrow-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media screen and (any-hover: hover) {
  .arrow-btn:hover {
    background-color: #0696db;
  }
}
.arrow-btn--left {
  background-image: url(/app/themes/appeal-base/dist/img/black-chevron-left.svg?523774433ed73ab1356221b7de5fc293);
  /* one or more available input mechanism(s) can hover over elements with ease */
}
@media screen and (any-hover: hover) {
  .arrow-btn--left:hover {
    background-image: url(/app/themes/appeal-base/dist/img/white-chevron-left.svg?7872710f8c65c8280ce6bdf4832a530e);
  }
}
.arrow-btn--right {
  background-image: url(/app/themes/appeal-base/dist/img/black-chevron-right.svg?608a129b153161667a0aa5a1fc76b736);
  /* one or more available input mechanism(s) can hover over elements with ease */
}
@media screen and (any-hover: hover) {
  .arrow-btn--right:hover {
    background-image: url(/app/themes/appeal-base/dist/img/white-chevron-right.svg?3f5cfbc859bc8f3d242bb2e6bb6b0f16);
  }
}

[data-lazy] {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
[data-lazy]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: -webkit-backdrop-filter 0.1s;
  transition: backdrop-filter 0.1s;
  transition: backdrop-filter 0.1s, -webkit-backdrop-filter 0.1s;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  pointer-events: none;
}
[data-lazy] img {
  width: 100%;
  height: auto;
}
[data-lazy] [data-lazy-placeholder] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: -webkit-backdrop-filter 0.3s;
  transition: backdrop-filter 0.3s;
  transition: backdrop-filter 0.3s, -webkit-backdrop-filter 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
[data-lazy] [data-lazy-full] {
  opacity: 0;
  transition: -webkit-backdrop-filter 0.3s;
  transition: backdrop-filter 0.3s;
  transition: backdrop-filter 0.3s, -webkit-backdrop-filter 0.3s;
}
[data-lazy][data-lazy="1"]::after {
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
[data-lazy][data-lazy="1"] [data-lazy-placeholder] {
  opacity: 0;
}
[data-lazy][data-lazy="1"] [data-lazy-full] {
  opacity: 1;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1270px + (2 * 50px));
  padding-left: 50px;
  padding-right: 50px;
}
.container--default {
  max-width: calc(1270px + (2 * 50px));
  padding-left: 50px;
  padding-right: 50px;
}
.container--964 {
  max-width: calc(964px + (2 * 50px));
  padding-left: 50px;
  padding-right: 50px;
}
.container--880 {
  max-width: calc(880px + (2 * 50px));
  padding-left: 50px;
  padding-right: 50px;
}
.container--726 {
  max-width: calc(726px + (2 * 50px));
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .container {
    max-width: initial;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media only screen and (max-width: 599px) {
  .container {
    max-width: initial;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.container--wp-columns {
  margin: 0 auto;
}
.container--wp-columns .wp-block-columns {
  margin: 0;
}
@media only screen and (max-width: 599px) {
  .container--wp-columns .wp-block-columns .wp-block-column.order-0 {
    order: 0;
  }
  .container--wp-columns .wp-block-columns .wp-block-column.order-1 {
    order: 1;
  }
  .container--wp-columns .wp-block-columns .wp-block-column.order-2 {
    order: 2;
  }
  .container--wp-columns .wp-block-columns .wp-block-column.order-3 {
    order: 3;
  }
  .container--wp-columns .wp-block-columns .wp-block-column.order-4 {
    order: 4;
  }
  .container--wp-columns .wp-block-columns .wp-block-column.order-5 {
    order: 5;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .container--wp-columns .wp-block-columns .wp-block-column.order-0 {
    order: 0;
  }
  .container--wp-columns .wp-block-columns .wp-block-column.order-1 {
    order: 1;
  }
  .container--wp-columns .wp-block-columns .wp-block-column.order-2 {
    order: 2;
  }
  .container--wp-columns .wp-block-columns .wp-block-column.order-3 {
    order: 3;
  }
  .container--wp-columns .wp-block-columns .wp-block-column.order-4 {
    order: 4;
  }
  .container--wp-columns .wp-block-columns .wp-block-column.order-5 {
    order: 5;
  }
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-table table {
  border-collapse: separate;
  border-spacing: 24px 0;
  margin-left: -24px;
}
.wp-block-table td {
  vertical-align: top;
  border: 0;
  padding: 15px 0 16px;
  font-size: 1.125rem;
}
.wp-block-table tr td {
  border-bottom: 1px solid #00acff;
}
.wp-block-table tr:first-child td {
  border-width: 3px;
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
}
.wp-block-table tr:last-child td {
  border-bottom: 0;
}

.form-style fieldset {
  border: none;
  margin: 0 0 40px;
  padding: 0;
}
.form-style .gfield,
.form-style .form-group {
  margin-bottom: 24px;
}
.form-style .gfield .gfield_label,
.form-style .gfield .gform-field-label--type-sub,
.form-style .gfield .col-form-label,
.form-style .form-group .gfield_label,
.form-style .form-group .gform-field-label--type-sub,
.form-style .form-group .col-form-label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #000;
}
.form-style .gfield input[type=date],
.form-style .gfield input[type=password],
.form-style .gfield input[type=text],
.form-style .gfield input[type=url],
.form-style .gfield input[type=number],
.form-style .gfield input[type=email],
.form-style .gfield input[type=tel],
.form-style .gfield textarea,
.form-style .form-group input[type=date],
.form-style .form-group input[type=password],
.form-style .form-group input[type=text],
.form-style .form-group input[type=url],
.form-style .form-group input[type=number],
.form-style .form-group input[type=email],
.form-style .form-group input[type=tel],
.form-style .form-group textarea {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  border: none;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  outline: none;
  padding: 12px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  color: #000;
  background-color: #fff;
}
.form-style .gfield input[type=date]::placeholder,
.form-style .gfield input[type=password]::placeholder,
.form-style .gfield input[type=text]::placeholder,
.form-style .gfield input[type=url]::placeholder,
.form-style .gfield input[type=number]::placeholder,
.form-style .gfield input[type=email]::placeholder,
.form-style .gfield input[type=tel]::placeholder,
.form-style .gfield textarea::placeholder,
.form-style .form-group input[type=date]::placeholder,
.form-style .form-group input[type=password]::placeholder,
.form-style .form-group input[type=text]::placeholder,
.form-style .form-group input[type=url]::placeholder,
.form-style .form-group input[type=number]::placeholder,
.form-style .form-group input[type=email]::placeholder,
.form-style .form-group input[type=tel]::placeholder,
.form-style .form-group textarea::placeholder {
  font-style: normal;
  color: #505050;
  opacity: 1;
}
.form-style .gfield input[type=date]::-moz-placeholder,
.form-style .gfield input[type=password]::-moz-placeholder,
.form-style .gfield input[type=text]::-moz-placeholder,
.form-style .gfield input[type=url]::-moz-placeholder,
.form-style .gfield input[type=number]::-moz-placeholder,
.form-style .gfield input[type=email]::-moz-placeholder,
.form-style .gfield input[type=tel]::-moz-placeholder,
.form-style .gfield textarea::-moz-placeholder,
.form-style .form-group input[type=date]::-moz-placeholder,
.form-style .form-group input[type=password]::-moz-placeholder,
.form-style .form-group input[type=text]::-moz-placeholder,
.form-style .form-group input[type=url]::-moz-placeholder,
.form-style .form-group input[type=number]::-moz-placeholder,
.form-style .form-group input[type=email]::-moz-placeholder,
.form-style .form-group input[type=tel]::-moz-placeholder,
.form-style .form-group textarea::-moz-placeholder {
  font-style: normal;
  color: #505050;
  opacity: 1;
}
.form-style .gfield input[type=date]:-ms-input-placeholder,
.form-style .gfield input[type=password]:-ms-input-placeholder,
.form-style .gfield input[type=text]:-ms-input-placeholder,
.form-style .gfield input[type=url]:-ms-input-placeholder,
.form-style .gfield input[type=number]:-ms-input-placeholder,
.form-style .gfield input[type=email]:-ms-input-placeholder,
.form-style .gfield input[type=tel]:-ms-input-placeholder,
.form-style .gfield textarea:-ms-input-placeholder,
.form-style .form-group input[type=date]:-ms-input-placeholder,
.form-style .form-group input[type=password]:-ms-input-placeholder,
.form-style .form-group input[type=text]:-ms-input-placeholder,
.form-style .form-group input[type=url]:-ms-input-placeholder,
.form-style .form-group input[type=number]:-ms-input-placeholder,
.form-style .form-group input[type=email]:-ms-input-placeholder,
.form-style .form-group input[type=tel]:-ms-input-placeholder,
.form-style .form-group textarea:-ms-input-placeholder {
  font-style: normal;
  color: #505050;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .form-style .gfield input[type=date],
  .form-style .gfield input[type=password],
  .form-style .gfield input[type=text],
  .form-style .gfield input[type=url],
  .form-style .gfield input[type=number],
  .form-style .gfield input[type=email],
  .form-style .gfield input[type=tel],
  .form-style .gfield textarea,
  .form-style .form-group input[type=date],
  .form-style .form-group input[type=password],
  .form-style .form-group input[type=text],
  .form-style .form-group input[type=url],
  .form-style .form-group input[type=number],
  .form-style .form-group input[type=email],
  .form-style .form-group input[type=tel],
  .form-style .form-group textarea {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.form-style .gfield textarea,
.form-style .form-group textarea {
  height: 120px;
  resize: none;
}
.form-style .gfield.text .ginput_container,
.form-style .form-group.text .ginput_container {
  position: relative;
}
.form-style .gfield.text .ginput_container::before,
.form-style .form-group.text .ginput_container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 1;
  display: none;
  width: 18px;
  height: 18px;
  margin: auto;
  background-image: url(/app/themes/appeal-base/dist/img/circle-checked.svg?d6ef80d270877ac54c86a300f9129082);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.form-style .gfield.filled-field .ginput_container, .form-style .gfield.gfield_error .ginput_container,
.form-style .form-group.filled-field .ginput_container,
.form-style .form-group.gfield_error .ginput_container {
  position: relative;
}
.form-style .gfield.filled-field .ginput_container input, .form-style .gfield.gfield_error .ginput_container input,
.form-style .form-group.filled-field .ginput_container input,
.form-style .form-group.gfield_error .ginput_container input {
  padding-right: 30px;
}
.form-style .gfield.filled-field .ginput_container::before, .form-style .gfield.gfield_error .ginput_container::before,
.form-style .form-group.filled-field .ginput_container::before,
.form-style .form-group.gfield_error .ginput_container::before {
  display: block;
}
.form-style .gfield_error input,
.form-style .gfield_error textarea,
.form-style .gfield_error select,
.form-style .form-group.has-error input,
.form-style .form-group.has-error textarea,
.form-style .form-group.has-error select {
  border-color: red !important;
}
.form-style .gfield_error .validation_message,
.form-style .formio-errors .error {
  margin-top: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.125rem;
  color: red;
}

.site-footer {
  position: relative;
  padding: 40px 0 48px;
  color: #fff;
  background: #151515;
}
@media only screen and (max-width: 767px) {
  .site-footer {
    padding: 40px 0 56px;
  }
}
.site-footer__top {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 48px;
}
@media only screen and (max-width: 767px) {
  .site-footer__top {
    padding: 0 0 48px;
  }
}
.site-footer__top::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -37%;
  left: 20%;
  right: 0;
  z-index: -1;
  background: url(/app/themes/appeal-base/dist/img/footer-mobile-pattern.png?47f7e5a4f5d05823cc8a4e8a3935b8ee) no-repeat;
  background-position: top 5% center;
  background-size: 74%;
  opacity: 0.1;
}
@media only screen and (max-width: 1023px) {
  .site-footer__top::after {
    bottom: -24%;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__top::after {
    top: auto;
    bottom: -26px;
    left: -35px;
    right: -35px;
    height: 100%;
    background-size: 105%;
  }
}
@media only screen and (max-width: 599px) {
  .site-footer__top::after {
    left: -18px;
    right: -18px;
    background-size: 156%;
  }
}
.site-footer__logo {
  width: 208px;
}
@media only screen and (max-width: 1023px) {
  .site-footer__logo {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__logo {
    margin-bottom: 48px;
  }
}
.site-footer__logo a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site-footer__logo a span {
  display: block;
  width: 100%;
}
.site-footer__logo a img {
  display: block;
  max-width: 100%;
}
.site-footer__menu {
  width: 64%;
  padding-left: 55px;
  padding-right: 50px;
}
@media only screen and (max-width: 1023px) {
  .site-footer__menu {
    width: 80%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__menu {
    width: 100%;
    padding: 0;
  }
}
.site-footer__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .site-footer__menu li {
    margin-bottom: 40px;
  }
  .site-footer__menu li:last-child {
    margin-bottom: 0;
  }
}
.site-footer__menu li a {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1.625rem;
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .site-footer__menu li a {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
.site-footer__menu li a:not(.btn) {
  text-decoration: none;
  color: inherit;
}
.site-footer__menu li ul {
  margin-top: 9px;
}
.site-footer__menu li ul li {
  margin-bottom: 1px;
}
.site-footer__menu li ul li:last-child {
  margin-bottom: 0;
}
.site-footer__menu li ul li a {
  font-weight: 300;
  line-height: 1.625rem;
}
.site-footer__menu li ul li a:not(.btn) {
  font-weight: 300;
}
.site-footer__menu li ul li a:hover {
  color: #00acff;
}
.site-footer__main-menu {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .site-footer__main-menu {
    gap: 0 24px;
  }
}
.site-footer__main-menu > li {
  max-width: 33.33%;
  min-width: 137px;
  padding-left: 7px;
  padding-right: 7px;
}
@media only screen and (max-width: 1023px) {
  .site-footer__main-menu > li {
    width: 33.33%;
    max-width: none;
    min-width: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__main-menu > li {
    width: calc(50% - 12px);
    padding: 0;
  }
}
.site-footer__main-menu > li > a {
  font-family: "Geologica", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .site-footer__main-menu > li > a {
    line-height: 1.75rem;
  }
}
.site-footer__main-menu > li > a:not(.btn) {
  font-weight: 600;
}
.site-footer__social {
  width: calc(36% - 208px);
}
@media only screen and (max-width: 1023px) {
  .site-footer__social {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__social {
    width: 100%;
    margin-top: 48px;
  }
}
.site-footer__social ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .site-footer__social ul {
    justify-content: flex-start;
  }
}
.site-footer__social ul li {
  list-style: none;
}
.site-footer__social ul li a {
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  background: #fff;
  transition: background;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.site-footer__social ul li a:hover {
  background: #00acff;
}
.site-footer__social ul li a svg {
  width: 100%;
  height: 100%;
  padding: 6px;
}
.site-footer__social ul li a svg path {
  fill: #000;
}
.site-footer__social ul li a svg.svg-icon--facebook {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .site-footer__bottom {
    border-top: 1px solid #505050;
    padding-top: 25px;
  }
}
.site-footer__bottom p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .site-footer__bottom p {
    font-size: 0.75rem;
  }
}

.header-nav {
  position: relative;
  z-index: 10;
  padding: 25px 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .header-nav {
    padding: 24px 0;
  }
}
.header-nav__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-nav__logo {
  width: 239px;
}
@media only screen and (max-width: 1023px) {
  .header-nav__logo {
    width: 159px;
  }
}
.header-nav__logo a {
  display: flex;
  flex-wrap: wrap;
}
.header-nav__logo a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 22px;
}
@media only screen and (max-width: 1023px) {
  .header-nav__logo a img {
    height: 16px;
  }
}
.header-nav .hamburger {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-nav .hamburger {
    display: block;
    width: 14px;
    height: 14px;
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
  }
  .header-nav .hamburger span {
    display: block;
    width: 14px;
    height: 2px;
    margin-bottom: 3px;
    background: #000;
  }
  .header-nav .hamburger span:last-child {
    margin-bottom: 0;
  }
}
.header-nav .hamburger.hamburger--active span:nth-child(1) {
  transform: rotate(45deg) translateY(6px) translateX(4px);
}
.header-nav .hamburger.hamburger--active span:nth-child(2) {
  opacity: 0;
}
.header-nav .hamburger.hamburger--active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-3px) translateX(1px);
}
.header-nav__main-nav {
  width: calc(100% - 239px - 210px);
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .header-nav__main-nav {
    width: calc(100% - 159px - 175px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-nav__main-nav {
    position: relative;
    width: auto;
    max-width: calc(100% - 159px);
    margin: auto 0 auto auto;
    padding: 0;
  }
}
.header-nav__main-nav:last-child {
  margin-right: 0;
}
.header-nav__main-nav .nav-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-nav__main-nav .nav-menu > .nav-menu-item {
  position: relative;
  margin-right: 38px;
}
@media only screen and (max-width: 1023px) {
  .header-nav__main-nav .nav-menu > .nav-menu-item {
    margin-right: 15px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .header-nav__main-nav .nav-menu > .nav-menu-item {
    width: 100%;
    margin-right: 0;
    padding: 12px;
  }
}
.header-nav__main-nav .nav-menu > .nav-menu-item:last-child {
  margin-right: 0;
}
.header-nav__main-nav .nav-menu > .nav-menu-item a {
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  text-decoration: none;
  color: #000;
}
.header-nav__main-nav .nav-menu > .nav-menu-item.external-link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  margin-left: 6px;
  background: url(/app/themes/appeal-base/dist/img/external-link-icon.svg?2fd42f266356ceed8162ad22530d073a) no-repeat center center;
  background-size: 11px;
  transition: 0.3s;
}
.header-nav__main-nav .nav-menu > .nav-menu-item:hover > a {
  color: #00acff;
}
.header-nav__main-nav .nav-menu > .nav-menu-item:hover.external-link::after {
  background-image: url(/app/themes/appeal-base/dist/img/blue-external-link-icon.svg?bbbe88016a4600e7326633378768c553);
}
.header-nav__main-nav .nav-menu__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 302px;
  border-radius: 14px;
  margin-top: 13px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media only screen and (max-width: 1023px) {
  .header-nav__main-nav .nav-menu__dropdown {
    width: 265px;
  }
}
@media only screen and (max-width: 767px) {
  .header-nav__main-nav .nav-menu__dropdown {
    position: static;
    width: 100%;
    height: 0;
    overflow: hidden;
    border-radius: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transition: height 0.3s;
  }
}
.header-nav__main-nav .nav-menu__submenu {
  margin: 0;
  padding: 0;
}
.header-nav__main-nav .nav-menu__submenu li {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .header-nav__main-nav .nav-menu__submenu {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 12px;
  }
}
.header-nav__main-nav .nav-menu__submenu .nav-menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 1023px) {
  .header-nav__main-nav .nav-menu__submenu .nav-menu-item {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .header-nav__main-nav .nav-menu__submenu .nav-menu-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    margin-top: 12px;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 0;
  }
}
.header-nav__main-nav .nav-menu__submenu .nav-menu-item a {
  position: relative;
  display: block;
  text-decoration: none;
  transition: color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.header-nav__main-nav .nav-menu__submenu .nav-menu-item a:hover {
  color: #00acff;
}
.header-nav__main-nav .nav-menu__submenu .nav-menu-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.header-nav__main-nav .nav-menu-item--has-children {
  padding: 0;
  cursor: pointer;
}
.header-nav__main-nav .nav-menu-item--has-children::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  height: 25px;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .header-nav__main-nav .nav-menu-item--has-children::before {
    display: none;
  }
}
.header-nav__main-nav .nav-menu-item--has-children > a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-nav__main-nav .nav-menu-item--has-children > a::after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-left: 5px;
  background-image: url(/app/themes/appeal-base/dist/img/black-chevron-down.svg?e4aec11ad6dda0cbb6e6c3b657917983);
  background-repeat: no-repeat;
  background-size: 12px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .header-nav__main-nav .nav-menu-item--has-children > a::after {
    width: 10px;
    height: 7px;
    margin-left: 14px;
    background-size: 10px;
    transform: rotate(-90deg);
  }
}
.header-nav__main-nav .nav-menu-item--has-children:last-child > .nav-menu__dropdown {
  left: initial;
  right: 0;
}
.header-nav__main-nav .nav-menu-item--has-children:hover::before {
  pointer-events: auto;
}
.header-nav__main-nav .nav-menu-item--has-children:hover > a {
  color: #00acff;
}
.header-nav__main-nav .nav-menu-item--has-children:hover > a::after {
  background-image: url(/app/themes/appeal-base/dist/img/blue-chevron-down.svg?9dd5ffe9a3a1ae156af0140f69c0bf88);
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .header-nav__main-nav .nav-menu-item--has-children:hover > a::after {
    transform: rotate(-90deg);
  }
}
.header-nav__main-nav .nav-menu-item--has-children:hover > .nav-menu__dropdown {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.header-nav__main-nav .nav-menu-item--has-children.has-submenu-open {
  padding-bottom: 0;
}
.header-nav__main-nav .nav-menu-item--has-children.has-submenu-open > a {
  color: #00acff;
}
.header-nav__main-nav .nav-menu-item--has-children.has-submenu-open > a::after {
  background-image: url(/app/themes/appeal-base/dist/img/blue-chevron-down.svg?9dd5ffe9a3a1ae156af0140f69c0bf88);
  transform: rotate(0deg);
}
.header-nav__button {
  width: 210px;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .header-nav__button {
    width: 175px;
  }
}
@media only screen and (max-width: 767px) {
  .header-nav__button {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .header-nav__button .btn {
    padding: 10px 15px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .header-nav__button .btn {
    font-size: 1rem;
  }
}
.header-nav__button.menu-li {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-nav__button.menu-li {
    display: block;
    width: 100%;
    padding-top: 24px;
  }
}
.header-nav__button.menu-li .btn {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .header-nav__button.menu-li .btn {
    max-width: 335px;
  }
}
.header-nav__button.menu-li .btn:hover {
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .header-nav .desktop-nav {
    position: fixed;
    top: 63px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: calc(100vh - 63px);
    overflow: auto;
    padding: 16px 20px;
    text-align: center;
    background: #fff;
    transform: translateX(-120%);
    transition: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    pointer-events: none;
  }
  #wpadminbar {
    position: fixed;
  }
  .admin-bar .header-nav .desktop-nav {
    top: 94px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 782px) {
  .admin-bar .header-nav .desktop-nav {
    top: 108px;
  }
}
@media only screen and (max-width: 767px) {
  .header-nav .desktop-nav.is-open {
    z-index: 11;
    transform: translateX(0);
    pointer-events: auto;
  }
}

body.no-scroll > main {
  overflow: hidden;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}
@keyframes fade-in-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.search-overlay.show {
  display: block;
  animation-name: fade-in-animation;
  animation-duration: 150ms;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}
.search-overlay > .container {
  height: 100vh;
}
.search-overlay__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.search-overlay__header {
  position: absolute;
  top: 100px;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.search-overlay__header .logo-link {
  width: 200px;
  height: 60px;
  color: #fff;
  background-color: red;
}
.search-overlay__header .search-overlay-close-btn {
  position: relative;
  bottom: 9px;
}
.search-overlay__header .search-overlay-close-btn svg path {
  fill: #f2f5f0;
}
.search-overlay__body .search-form {
  position: relative;
}
.search-overlay__body .search-form .search-field {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-bottom: 2px solid #a6b5bd;
  padding: 0 70px 26px 0;
  font-family: "Inter", sans-serif;
  font-size: 2.8125rem;
  font-weight: 300;
  line-height: 1;
  color: #f2f5f0;
  background-color: transparent;
  transition: border-color 150ms;
}
.search-overlay__body .search-form .search-field:focus {
  border-bottom-color: #fff;
  outline: none;
}
.search-overlay__body .search-form .search-field::placeholder {
  opacity: 1;
}
.search-overlay__body .search-form .search-field::-moz-placeholder {
  opacity: 1;
}
.search-overlay__body .search-form .search-field:-ms-input-placeholder {
  opacity: 1;
}
.search-overlay__body .search-form .search-submit-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 0 30px 20px;
}
.search-overlay__body .search-form .search-submit-btn svg {
  width: 38px;
  height: 38px;
  color: #fff;
}
.search-overlay__body .search-form .search-form__filters {
  display: none;
}
.search-overlay__body .search-suggested-terms-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 45px;
}
.search-overlay__body .search-suggested-terms-list .btn {
  color: #fff;
}
.search-overlay__body .search-suggested-terms-list .btn::before {
  border-color: #a6b5bd;
}

.pw-protected-page {
  padding: 80px 0;
}
.pw-protected-page .post-password-form > p:first-child {
  margin-bottom: 20px;
}
.pw-protected-page .post-password-form > p:last-child {
  display: flex;
}
.pw-protected-page .post-password-form label {
  font-size: 0.875rem;
}
.pw-protected-page .post-password-form label input {
  display: block;
  width: 100%;
  max-width: 400px;
  border: 1px solid #000;
  outline: 0;
  margin-top: 5px;
  padding: 10px 15px;
  -webkit-appearance: none;
          appearance: none;
}
.pw-protected-page .post-password-form label input:focus, .pw-protected-page .post-password-form label input:active {
  box-shadow: 0 0 5px -3px #000;
}
.pw-protected-page .post-password-form input[type=submit] {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-self: flex-end;
  border: 1px solid #000;
  padding: 10px 15px 9px;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  /* one or more available input mechanism(s) can hover over elements with ease */
}
.pw-protected-page .post-password-form input[type=submit] * {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.pw-protected-page .post-password-form input[type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media screen and (any-hover: hover) {
  .pw-protected-page .post-password-form input[type=submit]:hover {
    text-decoration: underline;
  }
}

.wp-block-columns {
  gap: 80px;
}
.wp-block-columns > .wp-block-column {
  flex-basis: 50%;
  flex-grow: 1;
  align-self: flex-start;
}
.wp-block-columns > .wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.wp-block-columns > .wp-block-column.is-vertically-aligned-bottom {
  align-self: end;
}
.wp-block-columns > .wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-columns > .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.wp-block-columns > .wp-block-column blockquote:last-child blockquote,
.wp-block-columns > .wp-block-column .wp-block-pullquote:last-child blockquote {
  margin-bottom: 0;
}
@media only screen and (max-width: 599px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 40px;
  }
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 40px;
  }
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 599px) {
  .wp-block-columns {
    gap: 20px;
  }
}

.block.remove-top-spacing {
  margin-top: 0;
  padding-top: 0;
}
.block.remove-bottom-spacing {
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-block {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .container-block {
    background-position: left;
    background-size: cover;
  }
}
.container-block.has-bg-colour.block-bg-colour--black, .container-block.has-bg-colour.block-bg-colour--black.block-bg-colour--black {
  background-color: #000;
}
.container-block.has-bg-colour.block-bg-colour--black > .wysiwyg > h1,
.container-block.has-bg-colour.block-bg-colour--black > .wysiwyg > h2,
.container-block.has-bg-colour.block-bg-colour--black > .wysiwyg > h3,
.container-block.has-bg-colour.block-bg-colour--black > .wysiwyg > h4,
.container-block.has-bg-colour.block-bg-colour--black > .wysiwyg > h5,
.container-block.has-bg-colour.block-bg-colour--black > .wysiwyg > h6,
.container-block.has-bg-colour.block-bg-colour--black > .wysiwyg > p,
.container-block.has-bg-colour.block-bg-colour--black > .wysiwyg > ul li,
.container-block.has-bg-colour.block-bg-colour--black > .wysiwyg > ol li, .container-block.has-bg-colour.block-bg-colour--black.block-bg-colour--black > .wysiwyg > h1,
.container-block.has-bg-colour.block-bg-colour--black.block-bg-colour--black > .wysiwyg > h2,
.container-block.has-bg-colour.block-bg-colour--black.block-bg-colour--black > .wysiwyg > h3,
.container-block.has-bg-colour.block-bg-colour--black.block-bg-colour--black > .wysiwyg > h4,
.container-block.has-bg-colour.block-bg-colour--black.block-bg-colour--black > .wysiwyg > h5,
.container-block.has-bg-colour.block-bg-colour--black.block-bg-colour--black > .wysiwyg > h6,
.container-block.has-bg-colour.block-bg-colour--black.block-bg-colour--black > .wysiwyg > p,
.container-block.has-bg-colour.block-bg-colour--black.block-bg-colour--black > .wysiwyg > ul li,
.container-block.has-bg-colour.block-bg-colour--black.block-bg-colour--black > .wysiwyg > ol li {
  color: #fff;
}
.container-block.has-bg-colour.block-bg-colour--black > .wysiwyg > ul li::before,
.container-block.has-bg-colour.block-bg-colour--black > .wysiwyg > ol li::before, .container-block.has-bg-colour.block-bg-colour--black.block-bg-colour--black > .wysiwyg > ul li::before,
.container-block.has-bg-colour.block-bg-colour--black.block-bg-colour--black > .wysiwyg > ol li::before {
  background-color: #fff;
}
.block-bg-colour--black .container-block.has-bg-colour {
  background-color: #000;
}
.block-bg-colour--black .container-block.has-bg-colour > .wysiwyg > h1,
.block-bg-colour--black .container-block.has-bg-colour > .wysiwyg > h2,
.block-bg-colour--black .container-block.has-bg-colour > .wysiwyg > h3,
.block-bg-colour--black .container-block.has-bg-colour > .wysiwyg > h4,
.block-bg-colour--black .container-block.has-bg-colour > .wysiwyg > h5,
.block-bg-colour--black .container-block.has-bg-colour > .wysiwyg > h6,
.block-bg-colour--black .container-block.has-bg-colour > .wysiwyg > p,
.block-bg-colour--black .container-block.has-bg-colour > .wysiwyg > ul li,
.block-bg-colour--black .container-block.has-bg-colour > .wysiwyg > ol li {
  color: #fff;
}
.block-bg-colour--black .container-block.has-bg-colour > .wysiwyg > ul li::before,
.block-bg-colour--black .container-block.has-bg-colour > .wysiwyg > ol li::before {
  background-color: #fff;
}

.heading-adv-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
.heading-adv-wrapper .heading-adv__weight--light {
  font-weight: 300;
}
.heading-adv-wrapper .heading-adv__weight--regular {
  font-weight: 400;
}
.heading-adv-wrapper .heading-adv__weight--medium {
  font-weight: 500;
}
.heading-adv-wrapper .heading-adv__weight--semibold {
  font-weight: 600;
}
.heading-adv-wrapper .heading-adv__weight--bold {
  font-weight: 700;
}
.heading-adv-wrapper .heading-adv__weight--heavy {
  font-weight: 800;
}
.heading-adv-wrapper .heading-adv__alignment--left {
  text-align: left;
}
.heading-adv-wrapper .heading-adv__alignment--center {
  text-align: center;
}
.heading-adv-wrapper .heading-adv__alignment--right {
  text-align: right;
}
.heading-adv-wrapper h1,
.heading-adv-wrapper h2,
.heading-adv-wrapper h3,
.heading-adv-wrapper h4,
.heading-adv-wrapper h5,
.heading-adv-wrapper h6 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.paragraph-adv-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.paragraph-adv-wrapper__alignment--left {
  text-align: left;
}
.paragraph-adv-wrapper__alignment--centre {
  text-align: center;
}
.paragraph-adv-wrapper__alignment--right {
  text-align: right;
}
.paragraph-adv-wrapper__weight--light p {
  font-weight: 300;
}
.paragraph-adv-wrapper__weight--regular p {
  font-weight: 400;
}
.paragraph-adv-wrapper__weight--medium p {
  font-weight: 500;
}
.paragraph-adv-wrapper__weight--semibold p {
  font-weight: 600;
}
.paragraph-adv-wrapper__weight--bold p {
  font-weight: 700;
}
.paragraph-adv-wrapper__weight--heavy p {
  font-weight: 800;
}

.wp-block-embed.is-type-video {
  position: relative;
  width: 100%;
  margin: 0;
  padding-bottom: 56.25%;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper,
.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage-hero-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 540px;
  overflow: hidden;
  padding: 80px 0;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .homepage-hero-block {
    min-height: 400px;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-hero-block {
    align-items: flex-start;
    min-height: 577px;
    padding: 48px 0;
  }
}
.homepage-hero-block::after {
  content: "";
  position: absolute;
  top: -114px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 176.4%;
  background: linear-gradient(57.4deg, rgba(0, 0, 0, 0.9) 3.64%, rgba(238, 238, 238, 0.01) 160.23%);
  opacity: 0.85;
}
.homepage-hero-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.homepage-hero-block__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage-hero-block__bg img.image-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .homepage-hero-block__bg img.image-mobile {
    display: block;
  }
}
.homepage-hero-block__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.homepage-hero-block__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 131vw;
  height: 131vh;
  border: 0;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .homepage-hero-block__video iframe {
    width: 270vw;
  }
}
@media only screen and (max-width: 599px) {
  .homepage-hero-block__video iframe {
    width: 320vw;
  }
}
.homepage-hero-block__content {
  max-width: 523px;
  padding-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .homepage-hero-block__content {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.homepage-hero-block__content:last-child {
  padding-bottom: 0;
}
.homepage-hero-block__content h1 {
  margin-bottom: 16px;
  letter-spacing: -0.0375rem;
}
@media only screen and (max-width: 767px) {
  .homepage-hero-block__content h1 {
    margin-bottom: 8px;
  }
}
.homepage-hero-block__content.wysiwyg p {
  margin: 0 0 24px;
  font-weight: 300;
}
.homepage-hero-block__content.wysiwyg p:last-child {
  margin-bottom: 0;
}
.homepage-hero-block__content.wysiwyg p a {
  color: inherit;
}
.homepage-hero-block__content.wysiwyg li {
  font-weight: 300;
}
.homepage-hero-block__content.wysiwyg ul > li::before {
  background-color: #fff;
}
.homepage-hero-block__content .btn {
  max-width: 245px;
  margin-top: 24px;
}
.homepage-hero-block__content .btn:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .homepage-hero-block__content .btn {
    max-width: none;
  }
}
.homepage-hero-block__wider-text .homepage-hero-block__content {
  max-width: 636px;
}
.homepage-hero-block__short-height {
  min-height: 400px;
}

.image-carousel-block {
  position: relative;
  padding: 120px 0;
}
@media only screen and (max-width: 1023px) {
  .image-carousel-block {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 767px) {
  .image-carousel-block {
    padding: 80px 0;
  }
}
.image-carousel-block__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.image-carousel-block__content {
  width: 52%;
}
@media only screen and (max-width: 767px) {
  .image-carousel-block__content {
    width: 100%;
    padding: 0;
  }
}
.image-carousel-block__content .subtitle {
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.image-carousel-block__content h2,
.image-carousel-block__content h3,
.image-carousel-block__content h4 {
  margin: 0 0 19px;
}
@media only screen and (max-width: 767px) {
  .image-carousel-block__content h2,
  .image-carousel-block__content h3,
  .image-carousel-block__content h4 {
    margin-bottom: 16px;
  }
}
.image-carousel-block__content h2 span,
.image-carousel-block__content h3 span,
.image-carousel-block__content h4 span {
  color: #00acff;
}
.image-carousel-block__content p {
  margin: 0 0 24px;
  letter-spacing: 0.00125rem;
}
@media only screen and (max-width: 767px) {
  .image-carousel-block__content p {
    letter-spacing: 0;
  }
}
.image-carousel-block__content p a:not(.btn) {
  font-weight: inherit;
  color: inherit;
}
.image-carousel-block__content .btn {
  margin-top: 24px;
}
.image-carousel-block__content .btn:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .image-carousel-block__content .btn {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .image-carousel-block__content.wysiwyg li {
    margin-bottom: 12px;
  }
  .image-carousel-block__content.wysiwyg li:last-child {
    margin-bottom: 0;
  }
}
.image-carousel-block__slider {
  width: 43.62%;
  overflow: hidden;
  border-radius: 16px;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .image-carousel-block__slider {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}
.image-carousel-block__slider .swiper-pagination {
  position: absolute;
  bottom: 17px !important;
  left: 20px !important;
  right: 20px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 40px) !important;
  min-height: 6px;
  overflow: hidden;
  text-align: left;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .image-carousel-block__slider .swiper-pagination {
    bottom: 24px;
    left: 12px;
    gap: 10px;
    right: 12px;
    width: calc(100% - 24px) !important;
    max-width: none;
  }
}
.image-carousel-block__slider .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  flex: 1 1 auto;
  height: 6px;
  border-radius: 5px;
  margin: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.image-carousel-block__slider .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-radius: 5px;
  background: #fff;
  transition: none;
}
.image-carousel-block__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 100%;
  transition: width;
  transition-duration: 4s;
  transition-timing-function: ease-in-out;
}
.image-carousel-block__slider .swiper-pagination .swiper-pagination-bullet:nth-child(n+5) {
  display: none;
}
.image-carousel-block__slide {
  width: 100%;
}
.image-carousel-block__item {
  position: relative;
  width: 100%;
  padding-bottom: 80.6%;
}
.image-carousel-block__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(179.03deg, rgba(238, 238, 238, 0.01) 53.18%, rgba(17, 17, 17, 0.597) 92.4%);
}
@media only screen and (max-width: 767px) {
  .image-carousel-block__item {
    padding-bottom: 87.9%;
  }
}
.image-carousel-block__item img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-carousel-block__grey {
  background: #f7f7f7;
}

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