/* 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 17px;
}
.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 input:focus + label::before,
.form-style .gfield .ginput_container_consent input:focus + label::before {
  border-color: transparent;
  outline: 2px solid red;
  outline-offset: -2px;
  box-shadow: 0 0 13px 2px #e1e1e1;
}
.form-style .gfield .gfield_checkbox label,
.form-style .gfield .ginput_container_consent label {
  position: relative;
  display: block;
  padding-left: 26px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: red;
  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: 16px;
  height: 16px;
}
.form-style .gfield .gfield_checkbox label::before,
.form-style .gfield .ginput_container_consent label::before {
  content: "";
  border: 1px solid red;
}
.form-style .gfield .gfield_checkbox label::after,
.form-style .gfield .ginput_container_consent label::after {
  background-image: url(/app/themes/appeal-base/dist/img/checked.svg?adf3b2ef6b8f217c1d99eeab7a2d638c);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
}
.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 .gchoice,
.form-style .gfield .ginput_container_consent .gchoice {
  margin-bottom: 9px;
}
.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 input:focus + label::before {
  border-color: transparent;
  outline: 2px solid red;
  outline-offset: -2px;
  box-shadow: 0 0 13px 2px #e1e1e1;
}
.form-style .gfield .gfield_radio label {
  position: relative;
  display: block;
  padding-left: 26px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: red;
  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: 17px;
  height: 17px;
  border-radius: 100%;
}
.form-style .gfield .gfield_radio label::before {
  content: "";
  border: 1px solid red;
}
.form-style .gfield .gfield_radio label::after {
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background-color: red;
}
.form-style .gfield .gfield_radio input:checked + label::after {
  content: "";
}
.form-style .gfield .gfield_radio .gchoice {
  margin-bottom: 9px;
}
.form-style .gfield .gfield_select {
  border: 1px solid red;
  border-radius: 0;
  outline: none;
  padding: 14px 35px 10px 14px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: #000;
  background-color: #a6b5bd;
  background-image: url(/app/themes/appeal-base/dist/img/select-down-arrow.svg?837f2aca0e643fc0ed7a7835a0da412f);
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 11px;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}
.form-style .gfield .gfield_select:focus {
  border-color: transparent;
  outline: 2px solid red;
  outline-offset: 0;
  box-shadow: 0 0 13px 2px #e1e1e1;
}
.form-style .gfield .ginput_container_fileupload input[type=file] {
  position: relative;
  height: 42px;
  padding: 10px 15px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: left;
  text-transform: capitalize;
  color: #000;
  background-color: #f3f3f6;
  cursor: pointer;
}
.form-style .gfield .ginput_container_fileupload input[type=file]:focus {
  border-color: transparent;
  outline: 2px solid red;
  outline-offset: 0;
  box-shadow: 0 0 13px 2px #e1e1e1;
}
.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-size: 1rem;
  line-height: 1.25rem;
  text-align: left;
  text-decoration: underline;
  color: #000;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}
.form-style .gfield_html {
  font-size: 0.875rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.125rem;
  color: red;
}
.form-style .gform_hidden,
.form-style .gfield_visibility_hidden,
.form-style .hidden_label {
  display: none;
}
.form-style .gform_footer {
  text-align: right;
}
.form-style .gform_footer .btn--submit {
  min-width: 180px;
  line-height: 1.25rem;
  color: #fff;
  background: red;
}
.form-style .gform_footer .btn--submit:hover {
  background: red;
}
.form-style .gform_footer .btn--submit:focus, .form-style .gform_footer .btn--submit:active {
  border-color: transparent;
  outline: 2px solid red;
  outline-offset: 0;
  box-shadow: 0 0 13px 2px #e1e1e1;
}
@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 {
  margin-bottom: 10px;
  padding: 13px 15px 9px;
  text-align: center;
  background: #f7f7f7;
}
.form-style .gform_validation_errors .gform_submission_error {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: red;
}
.form-style .gform_confirmation_wrapper {
  padding: 13px 15px 9px;
  text-align: center;
  background: #f7f7f7;
}
.form-style .gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: red;
}

.ui-datepicker {
  width: 100%;
  max-width: 292px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
}
@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;
}
.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
  color: red;
}
.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(0, 0, 0, 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: red;
  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: 1px solid red;
  border-radius: 0;
  outline: none;
  padding: 14px 35px 10px 14px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: #000;
  background-color: #a6b5bd;
  background-image: url(/app/themes/appeal-base/dist/img/select-down-arrow.svg?837f2aca0e643fc0ed7a7835a0da412f);
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 11px;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  width: 48%;
  padding: 10px 35px 9px 14px;
  line-height: 1;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-title select:focus {
  border-color: transparent;
  outline: 2px solid red;
  outline-offset: 0;
  box-shadow: 0 0 13px 2px #e1e1e1;
}

/* 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;
}
.choices__inner {
  border: 1px solid red;
}
.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?837f2aca0e643fc0ed7a7835a0da412f);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 150ms;
}
.choices__item {
  padding: 14px 14px 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition: background-color 150ms;
  cursor: pointer;
}
.choices__item.is-highlighted {
  background-color: #a6b5bd;
}
.choices__item.is-selected {
  background-color: #a6b5bd;
}
.choices__list--single .choices__item {
  padding-right: 47px;
}
.choices__list--dropdown {
  position: absolute;
  z-index: 20;
  display: none;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid red;
  border-top: none;
  background-color: #f7f7f7;
}
.choices__list--dropdown.is-active {
  display: block;
}
.choices__list--dropdown .choices__list {
  position: relative;
  top: -1px;
}
.choices.is-focused {
  outline: none;
  border-color: transparent;
  outline: 2px solid red;
  outline-offset: -1px;
  box-shadow: 0 0 13px 2px #e1e1e1;
}
.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,
.h1 {
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.625rem;
}
@media only screen and (max-width: 599px) {
  h1,
  .h1 {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}

h2,
.h2 {
  font-family: Inter, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.125rem;
}
@media only screen and (max-width: 599px) {
  h2,
  .h2 {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

h3,
.h3 {
  font-family: Inter, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.625rem;
}
@media only screen and (max-width: 599px) {
  h3,
  .h3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

h4,
.h4 {
  font-family: Inter, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.625rem;
}
@media only screen and (max-width: 599px) {
  h4,
  .h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

h5,
.h5 {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}
@media only screen and (max-width: 599px) {
  h5,
  .h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

h6,
.h6 {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375rem;
}
@media only screen and (max-width: 599px) {
  h6,
  .h6 {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

p,
li,
.paragraph {
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.125rem;
}

*::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 a:not(.btn, .wp-element-button) {
  font-family: Inter, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  color: #191919;
  transition: color 300ms;
}
.wysiwyg a:not(.btn, .wp-element-button):hover {
  color: #333333;
}
.wysiwyg .btn {
  text-decoration: none;
}
.wysiwyg li {
  position: relative;
  margin-bottom: 24px;
  padding-left: 26px;
}
.wysiwyg ul,
.wysiwyg ol {
  padding: 0;
  list-style-position: inside;
}
.wysiwyg ul {
  list-style: none;
}
.wysiwyg ul > li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #191919;
}
.wysiwyg ol {
  list-style: none;
  counter-reset: counter;
}
.wysiwyg ol > li {
  counter-increment: counter;
}
.wysiwyg ol > li::before {
  content: counter(counter) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.wysiwyg .wp-block-image {
  width: 100%;
  margin: 0;
}
.wysiwyg .wp-block-image figure {
  margin: 0;
}
.wysiwyg .wp-block-image img {
  width: 100%;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .wysiwyg .wp-block-image img {
    border-radius: 5px;
  }
}
.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;
}

.highlight {
  position: relative;
  z-index: 1;
  padding: 0 5px;
  color: #191919;
  background-color: #b8c2e3;
}

*,
::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: #191919;
  background-color: #f7f7f7;
}
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: "Inter", sans-serif;
}
.btn * {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn--primary {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 20px 40px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #191919;
  transition: gap 0.3s;
  gap: 12px;
  /* one or more available input mechanism(s) can hover over elements with ease */
}
.btn--primary::after {
  content: "";
  width: 23px;
  height: 14px;
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow.svg?0e2c8a68583491d22bf184c4bc00e3bf);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 599px) {
  .btn--primary::after {
    width: 16px;
    height: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .btn--primary {
    font-size: 0.875rem;
  }
}
@media screen and (any-hover: hover) {
  .btn--primary:hover {
    gap: 18px;
    background-color: #393356;
  }
}
.btn--primary[disabled] {
  color: #a6b5bd !important;
  cursor: default !important;
}

.wp-element-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;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 20px 40px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #191919;
  transition: gap 0.3s;
  gap: 12px;
  /* one or more available input mechanism(s) can hover over elements with ease */
  font-family: "Inter", sans-serif;
  text-decoration: none;
}
.wp-element-button * {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.wp-element-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.wp-element-button::after {
  content: "";
  width: 23px;
  height: 14px;
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow.svg?0e2c8a68583491d22bf184c4bc00e3bf);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 599px) {
  .wp-element-button::after {
    width: 16px;
    height: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .wp-element-button {
    font-size: 0.875rem;
  }
}
@media screen and (any-hover: hover) {
  .wp-element-button:hover {
    gap: 18px;
    background-color: #393356;
  }
}
.wp-element-button[disabled] {
  color: #a6b5bd !important;
  cursor: default !important;
}

.link {
  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: "Inter", sans-serif;
  font-weight: 600;
  text-decoration: underline;
}
.link * {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.link::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media only screen and (max-width: 599px) {
  .link {
    font-size: 0.875rem;
  }
}

[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;
}
.container, .container--default {
  max-width: calc(1328px + (2 * 3.8888888889vw));
  padding-left: 3.8888888889vw;
  padding-right: 3.8888888889vw;
}
.container--1920 {
  max-width: calc(1920px + (2 * 12.5vw));
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}
.container--1440 {
  max-width: calc(1440px + (2 * 12.5vw));
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}
.container--1024 {
  max-width: calc(1024px + (2 * 23.3333333333vw));
  padding-left: 23.3333333333vw;
  padding-right: 23.3333333333vw;
}
.container--768 {
  max-width: calc(768px + (2 * 30vw));
  padding-left: 30vw;
  padding-right: 30vw;
}
.container--320 {
  max-width: calc(320px + (2 * 41.6666666667vw));
  padding-left: 41.6666666667vw;
  padding-right: 41.6666666667vw;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .container {
    max-width: initial;
    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;
}
.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 #393356;
}
.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 a {
  color: red;
}
.form-style a:hover {
  color: red;
}
.form-style fieldset {
  border: none;
  margin: 0 0 40px;
  padding: 0;
}
.form-style .gfield {
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .form-style .gfield {
    margin-bottom: 25px;
  }
}
.form-style .gfield .gfield_label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  color: red;
}
.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 {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid red;
  border-radius: 0;
  outline: none;
  padding: 14px 14px 10px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: red;
  background-color: transparent;
}
.form-style .gfield input[type=date]:focus, .form-style .gfield input[type=date]:active,
.form-style .gfield input[type=password]:focus,
.form-style .gfield input[type=password]:active,
.form-style .gfield input[type=text]:focus,
.form-style .gfield input[type=text]:active,
.form-style .gfield input[type=url]:focus,
.form-style .gfield input[type=url]:active,
.form-style .gfield input[type=number]:focus,
.form-style .gfield input[type=number]:active,
.form-style .gfield input[type=email]:focus,
.form-style .gfield input[type=email]:active,
.form-style .gfield input[type=tel]:focus,
.form-style .gfield input[type=tel]:active,
.form-style .gfield textarea:focus,
.form-style .gfield textarea:active {
  border-color: transparent;
  outline: 2px solid red;
  outline-offset: -2px;
  box-shadow: 0 0 13px 2px #e1e1e1;
}
.form-style .gfield input[type=date]::-webkit-input-placeholder,
.form-style .gfield input[type=password]::-webkit-input-placeholder,
.form-style .gfield input[type=text]::-webkit-input-placeholder,
.form-style .gfield input[type=url]::-webkit-input-placeholder,
.form-style .gfield input[type=number]::-webkit-input-placeholder,
.form-style .gfield input[type=email]::-webkit-input-placeholder,
.form-style .gfield input[type=tel]::-webkit-input-placeholder,
.form-style .gfield textarea::-webkit-input-placeholder {
  font-style: italic;
  color: red;
  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 {
  font-style: italic;
  color: red;
  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 {
  font-style: italic;
  color: red;
  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 {
  font-style: italic;
  color: red;
  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 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.form-style .gfield textarea {
  height: 120px;
  resize: none;
}
.form-style .gfield.text .ginput_container {
  position: relative;
}
.form-style .gfield.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 {
  position: relative;
}
.form-style .gfield.filled-field .ginput_container input {
  padding-right: 30px;
}
.form-style .gfield.filled-field .ginput_container::before {
  display: block;
}
.form-style .gfield_error input,
.form-style .gfield_error textarea,
.form-style .gfield_error select {
  border-color: red;
}
.form-style .gfield_error .validation_message {
  margin-top: 9px;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.125rem;
  color: red;
}

.site-footer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .site-footer {
    padding-top: 45px;
    padding-bottom: 120px;
  }
}
.site-footer__wrapper {
  display: grid;
  grid-template-columns: 172px 1fr 275px;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 18px 0 0;
  gap: 70px;
}
@media only screen and (max-width: 767px) {
  .site-footer__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 50px;
  }
}
.site-footer__right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 25px;
}
@media only screen and (max-width: 767px) {
  .site-footer__right {
    justify-content: flex-start;
  }
}
.site-footer__text p {
  font-size: 0.75rem;
  line-height: 1.1875rem;
  color: rgba(25, 25, 25, 0.5);
}
.site-footer__text p:last-child {
  margin-bottom: 0;
}
.site-footer__right-logo {
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 62px;
  margin: 0;
}
.site-footer__right-logo img {
  width: auto;
  max-width: 100%;
  height: 62px;
}
.site-footer__left-logo {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .site-footer__left-logo {
    display: none;
  }
}
.site-footer__left-logo p {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  text-align: left;
  color: #6f6f6f;
}
.site-footer__left-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 172px;
  height: 68px;
}

.sitewide-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 20px 40px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #191919;
  transition: gap 0.3s;
  gap: 12px;
  /* one or more available input mechanism(s) can hover over elements with ease */
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: none;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-decoration: none;
}
.sitewide-btn::after {
  content: "";
  width: 23px;
  height: 14px;
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow.svg?0e2c8a68583491d22bf184c4bc00e3bf);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 599px) {
  .sitewide-btn::after {
    width: 16px;
    height: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .sitewide-btn {
    font-size: 0.875rem;
  }
}
@media screen and (any-hover: hover) {
  .sitewide-btn:hover {
    gap: 18px;
    background-color: #393356;
  }
}
.sitewide-btn[disabled] {
  color: #a6b5bd !important;
  cursor: default !important;
}
@media only screen and (max-width: 767px) {
  .sitewide-btn {
    display: block;
  }
}

.header-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding-top: 32px;
  padding-bottom: 32px;
}
#wpadminbar {
  position: fixed;
}

.admin-bar .header-nav {
  top: 31px;
}
@media (max-width: 782px) {
  .admin-bar .header-nav {
    top: 45px;
  }
}
@media only screen and (max-width: 599px) {
  .header-nav {
    padding-top: 58px;
  }
}
.header-nav a {
  color: #fff;
}
.header-nav__logo {
  max-width: 224px;
  height: 75px;
}
@media only screen and (max-width: 599px) {
  .header-nav__logo {
    max-width: 167px;
    height: 56px;
    margin: 0 auto;
  }
}
.header-nav__logo img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /* stylelint-disable-line */
  width: 100%;
  height: 100%;
}

.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: #f7f7f7;
}
.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: #f7f7f7;
  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::-webkit-input-placeholder {
  opacity: 1;
}
.search-overlay__body .search-form .search-field:-moz-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;
}
.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;
}
@media only screen and (min-width: 1920px) {
  .container-block--blue-desktop {
    background-color: #b8c2e3;
  }
  .container-block--blue-desktop .highlight {
    color: #b8c2e3;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .container-block--blue-desktop {
    background-color: #b8c2e3;
  }
  .container-block--blue-desktop .highlight {
    color: #b8c2e3;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .container-block--blue-desktop {
    background-color: #b8c2e3;
  }
  .container-block--blue-desktop .highlight {
    color: #b8c2e3;
    background-color: #fff;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .container-block--blue-desktop {
    background-color: #b8c2e3;
  }
  .container-block--blue-desktop .highlight {
    color: #b8c2e3;
    background-color: #fff;
  }
}
@media only screen and (max-width: 599px) {
  .container-block--blue-mobile {
    background-color: #b8c2e3;
  }
  .container-block--blue-mobile .highlight {
    color: #b8c2e3;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1920px) {
  .container-block--white-desktop {
    background-color: #fff;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .container-block--white-desktop {
    background-color: #fff;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .container-block--white-desktop {
    background-color: #fff;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .container-block--white-desktop {
    background-color: #fff;
  }
}
@media only screen and (max-width: 599px) {
  .container-block--white-mobile {
    background-color: #fff;
  }
}

.heading-adv-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.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--centre {
  text-align: center;
}
.heading-adv-wrapper .heading-adv__alignment--right {
  text-align: right;
}

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

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