/* 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 {
  outline-offset: -2px;
  outline-color: #fff;
}
.form-style .gfield .gfield_checkbox label,
.form-style .gfield .ginput_container_consent label {
  position: relative;
  display: block;
  padding-left: 28px;
  font-family: "Titillium Web", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: #242d42;
  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: 20px;
  height: 20px;
  border-radius: 3px;
}
.form-style .gfield .gfield_checkbox label::before,
.form-style .gfield .ginput_container_consent label::before {
  content: "";
  border: 1px solid #242d42;
  border-radius: 3px;
  background-color: #fff;
}
.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?99ec0c400385df61629d3ef4aa5e1dec);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.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 {
  outline-offset: -2px;
  outline-color: #fff;
}
.form-style .gfield .gfield_radio label {
  position: relative;
  display: block;
  padding-left: 28px;
  font-family: "Titillium Web", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: #242d42;
  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 #242d42;
}
.form-style .gfield .gfield_radio label::after {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background-color: #242d42;
}
.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: #f4f4f6;
  background-image: url(/app/themes/appeal-base/dist/img/select-down-arrow.svg?a0468b5bfe029e5b07cb9d61215d4bfc);
  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 {
  outline-offset: 0;
  outline-color: #fff;
}
.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 {
  outline-offset: 0;
  outline-color: #fff;
}
.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: #242d42;
}
.form-style .gform_fields {
  margin: 0 -17px;
}
.form-style .gform_hidden,
.form-style .gfield_visibility_hidden {
  display: none;
}
.form-style .hidden_label > .gfield_label {
  display: none !important;
}
.form-style .gform_footer,
.form-style .gform_page_footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form-style .gform_footer .btn--submit,
.form-style .gform_footer .gform_previous_button,
.form-style .gform_footer .gform_next_button,
.form-style .gform_page_footer .btn--submit,
.form-style .gform_page_footer .gform_previous_button,
.form-style .gform_page_footer .gform_next_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;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 135px;
  overflow: hidden;
  border-radius: 20px;
  padding: 8px 19px;
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
  background-color: transparent;
  background-color: #242d42;
}
.form-style .gform_footer .btn--submit *,
.form-style .gform_footer .gform_previous_button *,
.form-style .gform_footer .gform_next_button *,
.form-style .gform_page_footer .btn--submit *,
.form-style .gform_page_footer .gform_previous_button *,
.form-style .gform_page_footer .gform_next_button * {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.form-style .gform_footer .btn--submit::-moz-focus-inner,
.form-style .gform_footer .gform_previous_button::-moz-focus-inner,
.form-style .gform_footer .gform_next_button::-moz-focus-inner,
.form-style .gform_page_footer .btn--submit::-moz-focus-inner,
.form-style .gform_page_footer .gform_previous_button::-moz-focus-inner,
.form-style .gform_page_footer .gform_next_button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.form-style .gform_footer .btn--submit:focus, .form-style .gform_footer .btn--submit:active,
.form-style .gform_footer .gform_previous_button:focus,
.form-style .gform_footer .gform_previous_button:active,
.form-style .gform_footer .gform_next_button:focus,
.form-style .gform_footer .gform_next_button:active,
.form-style .gform_page_footer .btn--submit:focus,
.form-style .gform_page_footer .btn--submit:active,
.form-style .gform_page_footer .gform_previous_button:focus,
.form-style .gform_page_footer .gform_previous_button:active,
.form-style .gform_page_footer .gform_next_button:focus,
.form-style .gform_page_footer .gform_next_button:active {
  outline-offset: 0;
  outline-color: #fff;
}
@media only screen and (max-width: 767px) {
  .form-style .gform_footer .btn--submit,
  .form-style .gform_footer .gform_previous_button,
  .form-style .gform_footer .gform_next_button,
  .form-style .gform_page_footer .btn--submit,
  .form-style .gform_page_footer .gform_previous_button,
  .form-style .gform_page_footer .gform_next_button {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 18px 30px 15px;
  }
}
.form-style .gform_validation_errors {
  display: none;
}
.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: #d9d9d9;
}
.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: #f4f4f6;
  background-image: url(/app/themes/appeal-base/dist/img/select-down-arrow.svg?a0468b5bfe029e5b07cb9d61215d4bfc);
  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 {
  outline-offset: 0;
  outline-color: #fff;
}

.form-style--dark .gfield .gfield_checkbox label,
.form-style--dark .gfield .ginput_container_consent label {
  color: #fff;
}
.form-style--dark .gfield .gfield_checkbox label::before,
.form-style--dark .gfield .ginput_container_consent label::before {
  border-color: #29b8e6;
  background-color: #0f182c;
}
.form-style--dark .gfield .gfield_checkbox label::after,
.form-style--dark .gfield .ginput_container_consent label::after {
  background-image: url(/app/themes/appeal-base/dist/img/checked-blue.svg?dbef808cae7548bb8c25976036ecf9e3);
}
.form-style--dark .gfield .gfield_radio label {
  color: #fff;
}
.form-style--dark .gfield .gfield_radio label::before {
  border-color: #29b8e6;
  background-color: #0f182c;
}
.form-style--dark .gfield .gfield_radio label::after {
  background-color: #29b8e6;
}
.form-style--dark .gfield_html {
  color: #fff;
}
.form-style--dark .gform_footer .btn--submit,
.form-style--dark .gform_footer .gform_previous_button,
.form-style--dark .gform_footer .gform_next_button {
  color: #000;
  background-color: #29b8e6;
}
.form-style--dark .gform_footer .btn--submit:focus, .form-style--dark .gform_footer .btn--submit:active,
.form-style--dark .gform_footer .gform_previous_button:focus,
.form-style--dark .gform_footer .gform_previous_button:active,
.form-style--dark .gform_footer .gform_next_button:focus,
.form-style--dark .gform_footer .gform_next_button:active {
  outline-offset: 0;
  outline-color: #fff;
}
.form-style--dark .gform_validation_errors {
  display: none;
}
.form-style--dark .gform_validation_errors .gform_submission_error {
  color: red;
}
.form-style--dark .gform_confirmation_wrapper {
  background: #d9d9d9;
}
.form-style--dark .gform_confirmation_wrapper .gform_confirmation_message {
  color: red;
}
.form-style--dark .choices__inner {
  border-color: #29b8e6;
  background-color: #0f182c;
}
.form-style--dark .choices__inner::after {
  background-image: url(/app/themes/appeal-base/dist/img/select-down-arrow-blue.svg?a279ea4b7578ddf789e5507ebffb6bf8);
}
.form-style--dark .choices__list--dropdown {
  border-color: #29b8e6;
  background: #242d42;
}
.form-style--dark .choices__item {
  color: #fff;
}
.form-style--dark .choices__item.is-highlighted, .form-style--dark .choices__item.is-selected {
  background: #0f182c;
}
.form-style--dark .choices.is-open .choices__inner {
  background: #0f182c;
}
.form-style--dark .choices.is-open .choices__inner::after {
  transform: rotate(-180deg);
}

/* 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 #242d42;
  border-radius: 6px;
  background-color: #fff;
}
.choices__inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 16px;
  height: 8px;
  margin: auto;
  font-size: 1.375rem;
  background-image: url(/app/themes/appeal-base/dist/img/select-down-arrow.svg?a0468b5bfe029e5b07cb9d61215d4bfc);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 150ms;
}
.choices__item {
  padding: 9px 12px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.4375rem;
  transition: background-color 150ms;
  cursor: pointer;
}
.choices__item.is-highlighted {
  background: linear-gradient(0deg, rgba(41, 184, 230, 0.15) 0%, rgba(41, 184, 230, 0.15) 100%), #fff;
}
.choices__item.is-selected {
  background: linear-gradient(0deg, rgba(41, 184, 230, 0.15) 0%, rgba(41, 184, 230, 0.15) 100%), #fff;
}
.choices__list--single .choices__item {
  padding-right: 47px;
}
.choices__list--dropdown {
  position: absolute;
  top: calc(100% - 1px);
  z-index: 20;
  display: none;
  box-sizing: border-box;
  width: 100%;
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #242d42;
  border-top: none;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
}
.choices__list--dropdown.is-active {
  display: block;
}
.choices__list--dropdown .choices__list {
  position: relative;
  top: -1px;
}
.choices.is-focused {
  outline: none;
  outline-offset: -1px;
  outline-color: #fff;
}
.choices.is-open .choices__inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: linear-gradient(0deg, rgba(41, 184, 230, 0.15) 0%, rgba(41, 184, 230, 0.15) 100%), #fff;
}
.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: "Titillium Web", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.125rem;
}
@media only screen and (max-width: 599px) {
  h1,
  .h1 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}

h2,
.h2 {
  font-family: "Titillium Web", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.75rem;
}
@media only screen and (max-width: 599px) {
  h2,
  .h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h3,
.h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}
@media only screen and (max-width: 599px) {
  h3,
  .h3 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

h4,
.h4 {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.875rem;
}
@media only screen and (max-width: 599px) {
  h4,
  .h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h5,
.h5 {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}
@media only screen and (max-width: 599px) {
  h5,
  .h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

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

p,
li,
.paragraph {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}
@media only screen and (max-width: 599px) {
  p,
  li,
  .paragraph {
    font-size: 0.9375rem;
    line-height: 1.4375rem;
  }
}

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

.small-print {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
@media only screen and (max-width: 599px) {
  .small-print {
    font-size: 0.625rem;
    line-height: 1rem;
  }
}

.large-paragraph {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.875rem;
}
@media only screen and (max-width: 599px) {
  .large-paragraph {
    font-size: 1.0625rem;
    line-height: 1.5625rem;
  }
}

.label-tag {
  font-family: "Titillium Web", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25rem;
}
@media only screen and (max-width: 599px) {
  .label-tag {
    font-size: 0.625rem;
    line-height: 1rem;
  }
}

.card-subtitle {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}
@media only screen and (max-width: 599px) {
  .card-subtitle {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.stat-text {
  font-family: "Titillium Web", sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 3.75rem;
}
@media only screen and (max-width: 599px) {
  .stat-text {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.stat-text--small {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}
@media only screen and (max-width: 599px) {
  .stat-text--small {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}

.wysiwyg > *:first-child {
  margin-top: 0;
}
.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg a:not(.btn) {
  font-weight: 400;
  text-decoration: underline;
  color: #242d42;
  transition: color 300ms;
}
.wysiwyg a:not(.btn):hover {
  text-decoration: none;
}
.wysiwyg .btn {
  text-decoration: none;
}
.wysiwyg li {
  position: relative;
  margin-bottom: 24px;
  padding-left: 20px;
}
.wysiwyg ul,
.wysiwyg ol {
  padding: 0;
  list-style-position: inside;
}
.wysiwyg ul {
  list-style: none;
}
.wysiwyg ul > li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #29b8e6;
}
.wysiwyg ul > li.large-paragraph::before {
  top: 12px;
}
@media only screen and (max-width: 599px) {
  .wysiwyg ul > li.large-paragraph::before {
    top: 9px;
  }
}
.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;
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.wysiwyg .wp-block-image {
  width: 100%;
  margin: 0;
}
.wysiwyg .wp-block-image img {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.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;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin: 0 0 15px;
}

.wp-block-separator {
  border-top: 1px solid;
}

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

body {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  overflow-x: hidden;
  margin: 0;
  color: #242d42;
}
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;
  background-color: #000;
}
.icon--hamburger::before, .icon--hamburger::after {
  content: "";
  position: relative;
  display: block;
  width: inherit;
  height: inherit;
  background-color: #000;
}
.icon--hamburger::before {
  top: -9px;
}
.icon--hamburger::after {
  top: 6px;
}

.icon--cross {
  width: 100%;
  height: 3px;
}
.icon--cross,
.icon--cross * {
  cursor: pointer;
}
.icon--cross::before, .icon--cross::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  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: "Lato", sans-serif;
}
.btn * {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn--primary {
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  padding: 5px 20px;
  padding: 8px 19px;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5rem;
  color: #000;
}
@media only screen and (max-width: 599px) {
  .btn--primary {
    padding: 7px 14px;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.btn--primary:hover::before, .btn--primary:active::before {
  transform: translateX(0);
}
.btn--primary span {
  position: relative;
  z-index: 1;
}
.btn--primary::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  border-radius: 20px;
  transform: translateX(-100%);
  transition: transform 0.3s;
}
.btn--primary.btn--blue {
  background-color: #29b8e6;
}
.btn--primary.btn--blue::before {
  background-color: #3bd2f1;
}
.btn--primary.btn--orange {
  background-color: #e9500d;
}
.btn--primary.btn--orange::before {
  background-color: #fd8719;
}
.btn--primary.btn--navy {
  background-color: #242d42;
}
.btn--primary.btn--navy::before {
  background-color: #3a4255;
}
.btn--primary.btn--white {
  background-color: #fff;
}
.btn--primary.btn--white::before {
  background-color: #d9d9d9;
}
.btn--primary.btn--navy {
  color: #fff;
}
.btn--primary[disabled] {
  color: #f4f4f6 !important;
  cursor: default !important;
}
.btn--outline {
  background-color: transparent !important;
}
.btn--outline.btn--blue {
  box-shadow: inset 0 0 0 1px #29b8e6;
}
.btn--outline.btn--blue::before {
  background-color: #29b8e6;
}
.btn--outline.btn--orange {
  box-shadow: inset 0 0 0 1px #e9500d;
}
.btn--outline.btn--orange::before {
  background-color: #e9500d;
}
.btn--outline.btn--navy {
  box-shadow: inset 0 0 0 1px #242d42;
}
.btn--outline.btn--navy::before {
  background-color: #242d42;
}
.btn--outline.btn--white {
  box-shadow: inset 0 0 0 1px #fff;
}
.btn--outline.btn--white::before {
  background-color: #fff;
}
.btn--outline.btn--navy {
  color: #000;
}
.btn--outline.btn--navy:hover {
  color: #fff;
}
.btn--hamburger {
  width: 32px;
  height: 25px;
  line-height: 1;
}
.btn--hamburger .icon--hamburger {
  background-color: #fff;
}
.btn--hamburger .icon--hamburger::before, .btn--hamburger .icon--hamburger::after {
  background-color: #fff;
}
.btn--cross {
  display: flex;
  align-items: center;
  width: 26px;
  height: 26px;
  line-height: 1;
}
.btn--cross .icon--cross::before, .btn--cross .icon--cross::after {
  background-color: #fff;
}

.arrow {
  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;
}
.arrow * {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.arrow::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.arrow--primary {
  display: flex;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}
.arrow--primary.arrow--blue {
  background-color: #29b8e6;
}
.arrow--primary.arrow--blue::before {
  background-color: #3bd2f1;
}
.arrow--primary.arrow--orange {
  background-color: #e9500d;
}
.arrow--primary.arrow--orange::before {
  background-color: #fd8719;
}
.arrow--primary.arrow--navy {
  background-color: #242d42;
}
.arrow--primary.arrow--navy::before {
  background-color: #3a4255;
}
.arrow--primary.arrow--white {
  background-color: #fff;
}
.arrow--primary.arrow--white::before {
  background-color: #d9d9d9;
}
.arrow--primary::before, .arrow--primary::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(/app/themes/appeal-base/dist/img/arrow.svg?d037623b0c60171de802d4ff8ddf4490);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 16px;
  transition: transform 0.3s;
}
.arrow--primary.arrow--navy::after, .arrow--primary.arrow--navy::before {
  background-image: url(/app/themes/appeal-base/dist/img/arrow-white.svg?c45aeda2e792ce7e15e2037b85b5e408);
}
.arrow--outline {
  background-color: transparent !important;
}
.arrow--outline.arrow--blue {
  box-shadow: inset 0 0 0 2px #29b8e6;
}
.arrow--outline.arrow--blue::before {
  background-color: #29b8e6;
}
.arrow--outline.arrow--orange {
  box-shadow: inset 0 0 0 2px #e9500d;
}
.arrow--outline.arrow--orange::before {
  background-color: #e9500d;
}
.arrow--outline.arrow--navy {
  box-shadow: inset 0 0 0 2px #242d42;
}
.arrow--outline.arrow--navy::before {
  background-color: #242d42;
}
.arrow--outline.arrow--white {
  box-shadow: inset 0 0 0 2px #fff;
}
.arrow--outline.arrow--white::before {
  background-color: #fff;
}
.arrow--outline.arrow--white {
  box-shadow: inset 0 0 0 2px #fff;
}
.arrow--outline.arrow--white::before {
  background-image: url(/app/themes/appeal-base/dist/img/arrow.svg?d037623b0c60171de802d4ff8ddf4490);
}
.arrow--outline.arrow--white::after {
  background-image: url(/app/themes/appeal-base/dist/img/arrow-white.svg?c45aeda2e792ce7e15e2037b85b5e408);
}
.arrow--outline.arrow--navy::before {
  background-image: url(/app/themes/appeal-base/dist/img/arrow-white.svg?c45aeda2e792ce7e15e2037b85b5e408);
}
.arrow--outline.arrow--navy::after {
  background-image: url(/app/themes/appeal-base/dist/img/arrow.svg?d037623b0c60171de802d4ff8ddf4490);
}
.arrow--left::before {
  transform: translateX(100%) rotate(180deg);
}
.arrow--left::after {
  transform: translateX(0) rotate(180deg);
}
.arrow--left:hover::before {
  transform: translateX(0) rotate(180deg);
}
.arrow--left:hover::after {
  transform: translateX(-100%) rotate(180deg);
}
.arrow--right::before {
  transform: translateX(-100%);
}
.arrow--right::after {
  transform: translateX(0);
}
.arrow--right:hover::before {
  transform: translateX(0);
}
.arrow--right:hover::after {
  transform: translateX(100%);
}

[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(1270px + (2 * 3.513909224vw));
  padding-left: 3.513909224vw;
  padding-right: 3.513909224vw;
}
.container--1054 {
  max-width: calc(1054px + (2 * 11.420204978vw));
  padding-left: 11.420204978vw;
  padding-right: 11.420204978vw;
}
.container--838 {
  max-width: calc(838px + (2 * 19.3265007321vw));
  padding-left: 19.3265007321vw;
  padding-right: 19.3265007321vw;
}
.container--1142 {
  max-width: calc(1142px + (2 * 8.1991215227vw));
  padding-left: 8.1991215227vw;
  padding-right: 8.1991215227vw;
}
.container--full-width {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container--1920 {
  max-width: calc(1366px + (2 * 0vw));
  padding-left: 0vw;
  padding-right: 0vw;
}
.container--1440 {
  max-width: calc(1440px + (2 * -2.7086383602vw));
  padding-left: -2.7086383602vw;
  padding-right: -2.7086383602vw;
}
.container--1024 {
  max-width: calc(1024px + (2 * 12.5183016105vw));
  padding-left: 12.5183016105vw;
  padding-right: 12.5183016105vw;
}
.container--768 {
  max-width: calc(768px + (2 * 21.8887262079vw));
  padding-left: 21.8887262079vw;
  padding-right: 21.8887262079vw;
}
.container--625 {
  max-width: calc(625px + (2 * 27.1229868228vw));
  padding-left: 27.1229868228vw;
  padding-right: 27.1229868228vw;
}
.container--320 {
  max-width: calc(320px + (2 * 38.2869692533vw));
  padding-left: 38.2869692533vw;
  padding-right: 38.2869692533vw;
}
@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;
  }
}
.single:not(.single-product) .container--wysiwyg {
  max-width: calc(838px + (2 * 19.3265007321vw));
  padding-left: 19.3265007321vw;
  padding-right: 19.3265007321vw;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .single:not(.single-product) .container--wysiwyg {
    max-width: initial;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .single:not(.single-product) .container--wysiwyg {
    max-width: initial;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media only screen and (max-width: 599px) {
  .single:not(.single-product) .container--wysiwyg {
    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 #242d42;
}
.wp-block-table tr:first-child td {
  border-width: 3px;
  font-size: 1.125rem;
  font-weight: 700;
  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 .gf_progressbar_wrapper {
  display: none;
}
.form-style .gfield {
  margin-bottom: 16px;
}
.form-style .gfield .gfield_label {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #242d42;
}
.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 #242d42;
  border-radius: 6px;
  outline: none;
  padding: 8px 12px;
  font-family: "Lato", sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.4375rem;
  color: #242d42;
  background: #fff;
}
.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 {
  outline-offset: -2px;
  outline-color: #fff;
}
.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 {
  color: #242d42;
  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 {
  color: #242d42;
  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 {
  color: #242d42;
  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 {
  color: #242d42;
  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: 100px;
  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 .gform_heading {
  display: none;
}
.form-style .gfield_error.gfield input[type=date],
.form-style .gfield_error.gfield input[type=password],
.form-style .gfield_error.gfield input[type=text],
.form-style .gfield_error.gfield input[type=url],
.form-style .gfield_error.gfield input[type=number],
.form-style .gfield_error.gfield input[type=email],
.form-style .gfield_error.gfield input[type=tel],
.form-style .gfield_error.gfield textarea {
  border-color: red;
  border-radius: 6px 6px 0 0;
  padding-right: 40px;
  background-image: url(/app/themes/appeal-base/dist/img/warning.svg?90ff59ff16688ccc7a8abb8324939722);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 10px;
  background-size: 20px 20px;
}
.form-style .gfield_error .validation_message {
  border: 1px solid red;
  border-radius: 0 0 6px 6px;
  padding: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.375rem;
  color: #fff;
  background: transparent;
}
.form-style .gfield_error.gfield--type-choice .validation_message {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.form-style--dark a {
  text-decoration: underline;
  color: #fff;
}
.form-style--dark a:hover {
  text-decoration: none;
}
.form-style--dark .gfield .gfield_label {
  color: #fff;
}
.form-style--dark .gfield input[type=date],
.form-style--dark .gfield input[type=password],
.form-style--dark .gfield input[type=text],
.form-style--dark .gfield input[type=url],
.form-style--dark .gfield input[type=number],
.form-style--dark .gfield input[type=email],
.form-style--dark .gfield input[type=tel],
.form-style--dark .gfield textarea {
  border: 1px solid #29b8e6;
  color: #fff;
  background-color: #0f182c;
}

.site-footer {
  position: relative;
  overflow: hidden;
  border-bottom: 16px solid #29b8e6;
}
.site-footer h2 {
  color: #000;
}
.site-footer p:not([class]) {
  margin-bottom: 60px;
  font-size: 0.9375rem;
  letter-spacing: 0.01875rem;
}
@media only screen and (max-width: 1023px) {
  .site-footer p:not([class]) {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer p:not([class]) {
    margin-bottom: 10px;
  }
}
.site-footer p:not([class]):last-child {
  margin-bottom: 0;
}
.site-footer ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1023px) {
  .site-footer ul {
    margin: 0 -8px;
  }
}
.site-footer ul li {
  padding: 0 15px;
  font-family: "Titillium Web", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .site-footer ul li {
    padding: 0 8px;
    font-size: 0.9375rem;
  }
}
.site-footer ul li a,
.site-footer ul li span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease-in-out;
}
.site-footer ul li a::after,
.site-footer ul li span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #29b8e6;
  transition: all 0.5s ease-in-out;
}
.site-footer ul li a svg,
.site-footer ul li span svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 20px;
  height: auto;
  max-height: 20px;
  margin-right: 6px;
}
.site-footer ul li a svg path,
.site-footer ul li span svg path {
  transition: all 0.5s ease-in-out;
  fill: #fff;
}
.site-footer ul li a svg.svg-icon path + path,
.site-footer ul li span svg.svg-icon path + path {
  fill: #242d42;
}
.site-footer ul li a svg.svg-icon--instagram path + path,
.site-footer ul li span svg.svg-icon--instagram path + path {
  fill: #fff;
}
.site-footer ul li a:hover,
.site-footer ul li span:hover {
  color: #29b8e6;
}
.site-footer ul li a:hover::after,
.site-footer ul li span:hover::after {
  width: 100%;
}
.site-footer ul li a:hover svg path,
.site-footer ul li span:hover svg path {
  fill: #29b8e6;
}
.site-footer ul li a:hover svg.svg-icon--instagram path + path,
.site-footer ul li span:hover svg.svg-icon--instagram path + path {
  fill: #29b8e6;
}
.site-footer ul li a:hover span::after,
.site-footer ul li span:hover span::after {
  width: 100%;
}
.site-footer h5 {
  margin-bottom: 11px;
}
@media only screen and (max-width: 1023px) {
  .site-footer h5 {
    margin-bottom: 8px;
  }
}
.site-footer__socials__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site-footer__socials__links::after {
  display: none;
}
.site-footer .small-print {
  font-weight: 400;
  letter-spacing: 0.0125rem;
}
@media only screen and (max-width: 767px) {
  .site-footer .small-print {
    margin-top: 0;
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
.site-footer__top {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .site-footer__top::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -50px;
    z-index: -1;
    background: url(/app/themes/appeal-base/dist/img/footer-top-bg_mob.svg?1615a4c03ac9fdc20b114ad0c107446c);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 65% 100%;
  }
}
.site-footer__top .site-footer__wrap {
  position: relative;
  z-index: 1;
  padding: 48px 0;
}
@media only screen and (max-width: 1023px) {
  .site-footer__top .site-footer__wrap {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__top .site-footer__wrap {
    padding: 19px 0;
  }
}
.site-footer__top .site-footer__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -50px;
  z-index: -1;
  background-image: url(/app/themes/appeal-base/dist/img/footer-top-bg.svg?7066c1586b3c46641e9f8871bb065374);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 484px;
}
@media only screen and (max-width: 1023px) {
  .site-footer__top .site-footer__wrap::after {
    right: -40px;
    background-size: 460px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__top .site-footer__wrap::after {
    display: none;
  }
}
.site-footer__top .site-footer__left {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .site-footer__top .site-footer__left {
    width: 100%;
  }
}
.site-footer__top .site-footer__right {
  width: 30%;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .site-footer__top .site-footer__right {
    width: 100%;
    padding-left: 0;
  }
}
.site-footer__wrap {
  display: flex;
  flex-wrap: wrap;
}
.site-footer__left {
  width: 36%;
  padding-right: 5px;
}
@media only screen and (max-width: 1280px) {
  .site-footer__left {
    width: 40%;
  }
}
@media only screen and (max-width: 1023px) {
  .site-footer__left {
    width: 51%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__left {
    width: 100%;
    margin-bottom: 16px;
  }
}
.site-footer__right {
  display: flex;
  flex-wrap: wrap;
  width: 64%;
  padding-left: 15%;
}
@media only screen and (max-width: 1280px) {
  .site-footer__right {
    width: 60%;
    padding-left: 12%;
  }
}
@media only screen and (max-width: 1023px) {
  .site-footer__right {
    width: 49%;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__right {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
.site-footer__right .btn {
  margin: auto 0 auto auto;
}
@media only screen and (max-width: 767px) {
  .site-footer__right .btn {
    margin: 0;
  }
}
.site-footer__bottom {
  position: relative;
  z-index: 1;
  padding: 50px 0 90px;
  color: #fff;
  background: #242d42;
}
@media only screen and (max-width: 1280px) {
  .site-footer__bottom {
    padding: 50px 0 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .site-footer__bottom {
    padding: 40px 0 55px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__bottom {
    padding: 24px 0 46px;
  }
}
.site-footer__bottom::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 426px;
  background: url(/app/themes/appeal-base/dist/img/footer-bottom-bg.svg?4e2b9c2afe5d84e4a904c9aac08dfd40);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 426px;
}
@media only screen and (max-width: 1280px) {
  .site-footer__bottom::after {
    width: 400px;
    background-size: 400px;
  }
}
@media only screen and (max-width: 1023px) {
  .site-footer__bottom::after {
    width: 300px;
    background-size: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__bottom::after {
    display: none;
  }
}
.site-footer--footerlogo {
  border-bottom: 2px solid #29b8e6;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .site-footer--footerlogo {
    margin-bottom: 32px;
    padding-bottom: 17px;
  }
}
.site-footer--footerlogo a {
  display: inline-block;
  vertical-align: middle;
}
.site-footer--footerlogo a img {
  display: block;
  max-width: 300px;
}
@media only screen and (max-width: 1023px) {
  .site-footer--footerlogo a img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer--footerlogo a img {
    max-width: 225px;
  }
}
.site-footer__logo {
  display: inline-block;
  vertical-align: middle;
}
.site-footer__menu-links {
  display: block;
}
.site-footer__menu {
  width: 100%;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1023px) {
  .site-footer__menu {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__menu {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.site-footer__menu:last-child {
  margin-bottom: 0;
}

.add-nav__links {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 599px) {
  .add-nav__links {
    align-items: flex-end;
    justify-content: center;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .add-nav__links {
    align-items: flex-end;
    justify-content: center;
  }
}
.add-nav__link {
  padding: 6px 16px;
  transition: 0.3s;
}
.add-nav__link:hover {
  background-color: #0f182c;
}
.add-nav__link a {
  display: flex;
  align-items: center;
  font-family: "Titillium Web", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  gap: 5px;
}
@media only screen and (max-width: 599px) {
  .add-nav__link a {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .add-nav__link a {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}

.header-nav-mobile {
  display: none;
  background-color: #242d42;
}
@media only screen and (max-width: 599px) {
  .header-nav-mobile {
    display: block;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .header-nav-mobile {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1150px) {
  .header-nav-mobile {
    display: block;
  }
}
.header-nav-mobile__container {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  padding-top: 17px;
  padding-bottom: 16px;
}
.header-nav-mobile__nav {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: unset;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  background-color: #242d42;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.5s, opacity 0.5s;
}
#wpadminbar {
  position: fixed;
}

.admin-bar .header-nav-mobile__nav {
  top: 91px;
}
@media (max-width: 782px) {
  .admin-bar .header-nav-mobile__nav {
    top: 105px;
  }
}
.header-nav-mobile__nav.show {
  opacity: 1;
  visibility: visible;
}
.header-nav-mobile__logos {
  flex-shrink: 0;
}
.header-nav-mobile__hamburger {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.header-nav-mobile__hamburger.opened .btn--hamburger {
  opacity: 0;
  visibility: hidden;
}
.header-nav-mobile__hamburger.opened .btn--cross {
  opacity: 1;
  visibility: visible;
}
.header-nav-mobile .btn--cross {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.header-nav-mobile .btn--hamburger {
  transition: 0.3s;
}
.header-nav-mobile .btn--hamburger .icon--hamburger {
  background-color: #fff;
  transition: background-color 0.3s;
}
.header-nav-mobile .btn--hamburger .icon--hamburger::before, .header-nav-mobile .btn--hamburger .icon--hamburger::after {
  background-color: #fff;
  transition: background-color 0.3s;
}
.header-nav-mobile-dropdown__nav {
  height: 100%;
  max-height: calc(100% - 150px);
  overflow-x: hidden;
  overflow-y: auto;
}
.header-nav-mobile-dropdown__nav .nav-menu-dropdown,
.header-nav-mobile-dropdown__nav .nav-menu__submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-nav-mobile-dropdown__nav .nav-menu-item {
  position: relative;
  border-bottom: solid 1px #0f182c;
}
.header-nav-mobile-dropdown__nav .nav-menu-item > a {
  display: block;
  padding: 12px 15px;
}
.header-nav-mobile-dropdown__nav .nav-menu-item:first-child {
  border-top: solid 1px #0f182c;
}
.header-nav-mobile-dropdown__nav .nav-menu-item--has-children::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  display: block;
  width: 12px;
  height: 7px;
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow-blue.svg?f717e68e38f54c1d28da8708a0e81f85);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(-90deg);
  transition: 0.3s;
}
@media only screen and (max-width: 599px) {
  .header-nav-mobile-dropdown__nav .nav-menu-item--has-children::after {
    right: 18px;
  }
}
.header-nav-mobile-dropdown__nav .nav-menu-item.show-submenu {
  border-color: #242d42;
  padding-bottom: 0;
}
.header-nav-mobile-dropdown__nav .nav-menu-item.show-submenu::after {
  transform: rotate(0deg);
}
.header-nav-mobile-dropdown__nav .nav-menu-item a {
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  color: #fff;
}
.header-nav-mobile-dropdown__nav .nav-menu__dropdown {
  height: 0;
  overflow: hidden;
  margin: 0;
  background-color: #0f182c;
  transition: height 0.3s ease;
}
.header-nav-mobile-dropdown__nav .nav-menu__dropdown .nav-menu-item {
  border-color: #242d42;
}
.header-nav-mobile .bottom-nav {
  padding: 15px 15px 48px;
  background: #0f182c;
}
.header-nav-mobile .bottom-nav .btn {
  display: block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .header-nav-full {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .header-nav-full {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1150px) {
  .header-nav-full {
    display: none;
  }
}
.header-nav-full__nav {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: center;
  gap: 15px;
}
.header-nav-full__nav .nav-menu {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.header-nav-full__nav .nav-menu > .nav-menu-item {
  position: relative;
  display: inline-block;
  padding: 26px 18px;
  font-family: "Titillium Web", sans-serif;
  /* one or more available input mechanism(s) can hover over elements with ease */
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .header-nav-full__nav .nav-menu > .nav-menu-item {
    padding: 26px 15px;
  }
}
.header-nav-full__nav .nav-menu > .nav-menu-item:not(.nav-menu-item--has-children)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #e9500d;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (any-hover: hover) {
  .header-nav-full__nav .nav-menu > .nav-menu-item:hover {
    background-color: #0f182c;
  }
  .header-nav-full__nav .nav-menu > .nav-menu-item:hover:not(.nav-menu-item--has-children)::after {
    opacity: 1;
    visibility: visible;
  }
}
.header-nav-full__nav .nav-menu,
.header-nav-full__nav .nav-menu__submenu {
  list-style: none;
}
.header-nav-full__nav .nav-menu > .nav-menu-item,
.header-nav-full__nav .nav-menu__submenu > .nav-menu-item {
  transition: 0.3s;
}
.header-nav-full__nav .nav-menu > .nav-menu-item > a,
.header-nav-full__nav .nav-menu__submenu > .nav-menu-item > a {
  height: 100%;
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  color: #fff;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .header-nav-full__nav .nav-menu > .nav-menu-item > a,
  .header-nav-full__nav .nav-menu__submenu > .nav-menu-item > a {
    font-size: 0.875rem;
  }
}
.header-nav-full__nav .nav-menu-item--has-children {
  padding: 0;
  /* one or more available input mechanism(s) can hover over elements with ease */
}
.header-nav-full__nav .nav-menu-item--has-children > a {
  display: flex;
  align-items: center;
  gap: 10px;
  /* one or more available input mechanism(s) can hover over elements with ease */
}
.header-nav-full__nav .nav-menu-item--has-children > a::after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background-image: url(/app/themes/appeal-base/dist/img/btn-arrow-blue.svg?f717e68e38f54c1d28da8708a0e81f85);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
}
@media screen and (any-hover: hover) {
  .header-nav-full__nav .nav-menu-item--has-children > a:hover::after {
    transform: rotate(180deg);
  }
}
.header-nav-full__nav .nav-menu-item--has-children > .nav-menu__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  min-width: 172px;
  border-bottom: 4px solid #e9500d;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.header-nav-full__nav .nav-menu-item--has-children > .nav-menu__dropdown > .nav-menu__submenu {
  display: flex;
  flex-direction: column;
  padding: 0;
  background-color: #0f182c;
}
.header-nav-full__nav .nav-menu-item--has-children > .nav-menu__dropdown > .nav-menu__submenu > .nav-menu-item {
  padding: 10px 20px;
}
.header-nav-full__nav .nav-menu-item--has-children > .nav-menu__dropdown > .nav-menu__submenu > .nav-menu-item:first-child {
  padding: 15px 20px 10px;
}
.header-nav-full__nav .nav-menu-item--has-children > .nav-menu__dropdown > .nav-menu__submenu > .nav-menu-item:last-child {
  padding: 10px 20px 15px;
}
.header-nav-full__nav .nav-menu-item--has-children > .nav-menu__dropdown > .nav-menu__submenu > .nav-menu-item a {
  font-weight: 300;
}
.header-nav-full__nav .nav-menu-item--has-children > .nav-menu__dropdown > .nav-menu__submenu > .nav-menu-item:hover {
  background-color: #242d42;
}
.header-nav-full__nav .nav-menu-item--has-children > .nav-menu__dropdown > .nav-menu__submenu > .nav-menu-item:hover a {
  font-weight: 600;
}
.header-nav-full__nav .nav-menu-item--has-children:last-child > .nav-menu__dropdown {
  left: initial;
  right: 0;
}
@media screen and (any-hover: hover) {
  .header-nav-full__nav .nav-menu-item--has-children:hover > .nav-menu__dropdown {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
}
.header-nav-full__content .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav-full__top {
  color: #fff;
  background-color: #0f182c;
}
.header-nav-full__top .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  background-color: rgba(36, 45, 66, 0.9);
  transition: background-color 0.3s;
}
#wpadminbar {
  position: fixed;
}

.admin-bar .header-nav {
  top: 31px;
}
@media (max-width: 782px) {
  .admin-bar .header-nav {
    top: 45px;
  }
}
.header-nav.headroom {
  position: fixed;
  left: 0;
  right: 0;
  transition: top 0.5s linear, background-color 0.3s;
}
#wpadminbar {
  position: fixed;
}

.admin-bar .header-nav.headroom {
  top: 31px;
}
@media (max-width: 782px) {
  .admin-bar .header-nav.headroom {
    top: 45px;
  }
}
#wpadminbar {
  position: fixed;
}

.admin-bar .header-nav.headroom--pinned {
  top: 31px;
}
@media (max-width: 782px) {
  .admin-bar .header-nav.headroom--pinned {
    top: 45px;
  }
}
.header-nav.headroom--top {
  background-color: transparent;
}
.header-nav.headroom--top:hover {
  background-color: rgba(36, 45, 66, 0.9);
}
.header-nav.headroom--unpinned {
  top: -113px;
}
#wpadminbar {
  position: fixed;
}

.admin-bar .header-nav.headroom--unpinned {
  top: -82px;
}
@media (max-width: 782px) {
  .admin-bar .header-nav.headroom--unpinned {
    top: -68px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .header-nav.headroom--unpinned {
    top: -70px;
  }
  #wpadminbar {
    position: fixed;
  }
  .admin-bar .header-nav.headroom--unpinned {
    top: -39px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) and (max-width: 782px) {
  .admin-bar .header-nav.headroom--unpinned {
    top: -25px;
  }
}
@media only screen and (max-width: 599px) {
  .header-nav.headroom--unpinned {
    top: -70px;
  }
  #wpadminbar {
    position: fixed;
  }
  .admin-bar .header-nav.headroom--unpinned {
    top: -39px;
  }
}
@media only screen and (max-width: 599px) and (max-width: 782px) {
  .admin-bar .header-nav.headroom--unpinned {
    top: -25px;
  }
}
.header-nav--solid.headroom--top {
  background-color: rgba(36, 45, 66, 0.9);
}
.header-nav__logo {
  max-width: 249px;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .header-nav__logo {
    max-width: 200px;
  }
}
.header-nav__logo-link {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .header-nav__logo {
    max-width: 168px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1150px) {
  .header-nav__logo {
    max-width: 168px;
  }
}
.header-nav__logo span {
  display: block;
}
.header-nav__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;"; /* stylelint-disable-line */
}

.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: #d9d9d9;
}
.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 #f4f4f6;
  padding: 0 70px 26px 0;
  font-family: "Lato", sans-serif;
  font-size: 2.8125rem;
  font-weight: 300;
  line-height: 1;
  color: #d9d9d9;
  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: #f4f4f6;
}

.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: 112px;
}
.wp-block-columns > .wp-block-column {
  flex-basis: 50%;
  flex-grow: 1;
}
@media only screen and (max-width: 599px) {
  .wp-block-columns > .wp-block-column.order-0 {
    order: 0;
  }
  .wp-block-columns > .wp-block-column.order-1 {
    order: 1;
  }
  .wp-block-columns > .wp-block-column.order-2 {
    order: 2;
  }
  .wp-block-columns > .wp-block-column.order-3 {
    order: 3;
  }
  .wp-block-columns > .wp-block-column.order-4 {
    order: 4;
  }
  .wp-block-columns > .wp-block-column.order-5 {
    order: 5;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .wp-block-columns > .wp-block-column.order-0 {
    order: 0;
  }
  .wp-block-columns > .wp-block-column.order-1 {
    order: 1;
  }
  .wp-block-columns > .wp-block-column.order-2 {
    order: 2;
  }
  .wp-block-columns > .wp-block-column.order-3 {
    order: 3;
  }
  .wp-block-columns > .wp-block-column.order-4 {
    order: 4;
  }
  .wp-block-columns > .wp-block-column.order-5 {
    order: 5;
  }
}
.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 > *.btn {
  margin-top: 5px;
}
.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;
}

.bg-type--navy {
  background-color: #242d42;
}
.bg-type--dark-navy {
  background-color: #0f182c;
}
.bg-type--white {
  background-color: #fff;
}
.bg-type--dark-navy-to-navy {
  background: linear-gradient(180deg, #0f182c 0%, #242d42 100%);
}
.bg-type--navy-to-dark-navy {
  background: linear-gradient(180deg, #242d42 0%, #0f182c 100%);
}
.bg-type--white-to-navy {
  background: linear-gradient(180deg, #fff 0%, #242d42 100%);
}
.bg-type--white-to-dark-navy {
  background: linear-gradient(180deg, #fff 0%, #0f182c 100%);
}
.bg-type--navy-to-white {
  background: linear-gradient(180deg, #242d42 0%, #fff 100%);
}
.bg-type--white-to-light-grey {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #f4f4f6 100%);
}
.bg-type--white-to-light-blue {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(41, 184, 230, 0.25) 100%);
}
.bg-type--light-grey-to-white {
  background: linear-gradient(180deg, #f4f4f6 0%, #fff 100%);
}
.bg-type--image-blue {
  background-image: url(/app/themes/appeal-base/dist/img/blue-bg.jpg?f026478dbef743dcb2cda30d22f33c45);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.bg-type--image-white-blue {
  background-image: url(/app/themes/appeal-base/dist/img/white-blue-bg.jpg?538d707c94868b4a9f0f60d2fa4be859);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.bg-type--image-dark-navy {
  background-image: url(/app/themes/appeal-base/dist/img/dark-navy-bg.jpg?feb229319d9de232efcc504bd9cb2856);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.bg-type--image-white-grey {
  position: relative;
  background-image: url(/app/themes/appeal-base/dist/img/white-grey-bg.jpg?4499df86655ef6aa69b34645f258218e);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.bg-type--image-white-grey > .container {
  position: relative;
  z-index: 1;
}
.bg-type--image-white-grey::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 20%;
  background: linear-gradient(180deg, #fff 50%, rgba(255, 255, 255, 0.1) 100%);
  pointer-events: none;
}
.bg-type--image-white-grey::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 20%;
  background: linear-gradient(0deg, #fff 50%, rgba(255, 255, 255, 0.1) 100%);
  pointer-events: none;
}
.bg-type--video-light {
  background-image: url(/app/themes/appeal-base/dist/img/light-video-bg.jpg?cfa998a2c85ce2e9fd500fd4f86b793f);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.bg-type--video-dark {
  background-image: url(/app/themes/appeal-base/dist/img/dark-video-bg.jpg?12bd85038a61c7e8c7ec7326753d885e);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.bg-type--video-light, .bg-type--video-dark {
  position: relative;
  overflow: hidden;
}
.bg-type--video-light > *:not(.bg-video), .bg-type--video-dark > *:not(.bg-video) {
  position: relative;
  z-index: 2;
}

.container-block {
  overflow: hidden;
}

.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;
}

.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;
}

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

*/
.icon-tiles-block {
  position: relative;
  padding: 48px 0;
}
.icon-tiles-block .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.icon-tiles-block__description p,
.icon-tiles-block__description ul,
.icon-tiles-block__description ol,
.icon-tiles-block__description li {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.5625rem;
}
.icon-tiles-block__description ul,
.icon-tiles-block__description ol {
  list-style-position: inside;
}
.icon-tiles-block__intro-text {
  margin-bottom: 32px;
}
.icon-tiles-block__small-print {
  margin-bottom: 24px;
}
.icon-tiles-block__tiles-list {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}
.icon-tiles-block__tile {
  position: relative;
  width: 100%;
  max-width: 420px;
  border: 2px solid #fff;
  border-radius: 16px;
  margin: auto;
  padding: 20px 42px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.icon-tiles-block__tile .wysiwyg ul,
.icon-tiles-block__tile ol {
  text-align: left;
}
@media (hover: hover) {
  .icon-tiles-block__tile:hover, .icon-tiles-block__tile:focus {
    background: #242d42;
  }
  .icon-tiles-block__tile:hover .icon-tiles-block__tile-icon, .icon-tiles-block__tile:focus .icon-tiles-block__tile-icon {
    background: #e9500d;
  }
}
.icon-tiles-block__tile h4 {
  margin-bottom: 8px;
}
.icon-tiles-block__tile p {
  margin-top: 0;
}
.icon-tiles-block__tile-icon {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 24px;
  background: transparent;
  transition: background 0.3s ease-in-out;
}
.icon-tiles-block__tile-icon.icon-tiles-block__tile-icon--icon img {
  max-width: 70%;
}
.icon-tiles-block__tile-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.icon-tiles-block.icon-tiles-block--has-button .icon-tiles-block__tiles-list {
  margin-bottom: 32px;
}
.icon-tiles-block.icon-tiles-block--has-button .icon-tiles-block__tile::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  width: 2px;
  height: 20px;
  border-right: 2px dashed #fff;
  transform: translateX(-50%);
  transition: height 0.3s ease-in-out;
}
.icon-tiles-block.icon-tiles-block--has-button .icon-tiles-block__tile:last-child::after {
  height: 32px;
}
.icon-tiles-block.icon-tiles-block--has-button .icon-tiles-block__tiles-list--three .icon-tiles-block__tile::after,
.icon-tiles-block.icon-tiles-block--has-button .icon-tiles-block__tiles-list--four .icon-tiles-block__tile::after {
  display: block;
}
.bg-type--default .icon-tiles-block, .icon-tiles-block.bg-type--default {
  color: #242d42;
}
.bg-type--default .icon-tiles-block .icon-tiles-block__tile, .icon-tiles-block.bg-type--default .icon-tiles-block__tile {
  color: #242d42;
}
.bg-type--video-light .icon-tiles-block, .icon-tiles-block.bg-type--video-light {
  color: #242d42;
}
.bg-type--video-light .icon-tiles-block .icon-tiles-block__tile, .icon-tiles-block.bg-type--video-light .icon-tiles-block__tile {
  color: #242d42;
}
.bg-type--video-dark .icon-tiles-block, .icon-tiles-block.bg-type--video-dark {
  color: #fff;
}
.bg-type--video-dark .icon-tiles-block .icon-tiles-block__tile, .icon-tiles-block.bg-type--video-dark .icon-tiles-block__tile {
  color: #fff;
}
.bg-type--image-blue .icon-tiles-block, .icon-tiles-block.bg-type--image-blue {
  color: #242d42;
}
.bg-type--image-blue .icon-tiles-block .icon-tiles-block__tile, .icon-tiles-block.bg-type--image-blue .icon-tiles-block__tile {
  color: #242d42;
}
.bg-type--image-white-blue .icon-tiles-block, .icon-tiles-block.bg-type--image-white-blue {
  color: #242d42;
}
.bg-type--image-white-blue .icon-tiles-block .icon-tiles-block__tile, .icon-tiles-block.bg-type--image-white-blue .icon-tiles-block__tile {
  color: #242d42;
}
.bg-type--image-dark-navy .icon-tiles-block, .icon-tiles-block.bg-type--image-dark-navy {
  color: #fff;
}
.bg-type--image-dark-navy .icon-tiles-block .icon-tiles-block__tile, .icon-tiles-block.bg-type--image-dark-navy .icon-tiles-block__tile {
  color: #fff;
}
.bg-type--white-to-light-blue .icon-tiles-block, .icon-tiles-block.bg-type--white-to-light-blue {
  color: #242d42;
}
.bg-type--white-to-light-blue .icon-tiles-block .icon-tiles-block__tile, .icon-tiles-block.bg-type--white-to-light-blue .icon-tiles-block__tile {
  color: #242d42;
}
.bg-type--white-to-light-grey .icon-tiles-block, .icon-tiles-block.bg-type--white-to-light-grey {
  color: #242d42;
}
.bg-type--white-to-light-grey .icon-tiles-block .icon-tiles-block__tile, .icon-tiles-block.bg-type--white-to-light-grey .icon-tiles-block__tile {
  color: #242d42;
}
.bg-type--navy-to-dark-navy .icon-tiles-block, .icon-tiles-block.bg-type--navy-to-dark-navy {
  color: #fff;
}
.bg-type--navy-to-dark-navy .icon-tiles-block .icon-tiles-block__tile, .icon-tiles-block.bg-type--navy-to-dark-navy .icon-tiles-block__tile {
  color: #fff;
}
.bg-type--dark-navy-to-navy .icon-tiles-block, .icon-tiles-block.bg-type--dark-navy-to-navy {
  color: #fff;
}
.bg-type--dark-navy-to-navy .icon-tiles-block .icon-tiles-block__tile, .icon-tiles-block.bg-type--dark-navy-to-navy .icon-tiles-block__tile {
  color: #fff;
}
.bg-type--white-to-navy .icon-tiles-block, .icon-tiles-block.bg-type--white-to-navy {
  color: #242d42;
}
.bg-type--white-to-navy .icon-tiles-block .icon-tiles-block__tile, .icon-tiles-block.bg-type--white-to-navy .icon-tiles-block__tile {
  color: #242d42;
}
.bg-type--navy-to-white .icon-tiles-block, .icon-tiles-block.bg-type--navy-to-white {
  color: #fff;
}
.bg-type--navy-to-white .icon-tiles-block .icon-tiles-block__tile, .icon-tiles-block.bg-type--navy-to-white .icon-tiles-block__tile {
  color: #fff;
}
.bg-type--white .icon-tiles-block, .icon-tiles-block.bg-type--white {
  color: #242d42;
}
.bg-type--white .icon-tiles-block .icon-tiles-block__tile, .icon-tiles-block.bg-type--white .icon-tiles-block__tile {
  color: #242d42;
}
.bg-type--navy .icon-tiles-block, .icon-tiles-block.bg-type--navy {
  color: #fff;
}
.bg-type--navy .icon-tiles-block .icon-tiles-block__tile, .icon-tiles-block.bg-type--navy .icon-tiles-block__tile {
  color: #fff;
}
.bg-type--dark-navy .icon-tiles-block, .icon-tiles-block.bg-type--dark-navy {
  color: #fff;
}
.bg-type--dark-navy .icon-tiles-block .icon-tiles-block__tile, .icon-tiles-block.bg-type--dark-navy .icon-tiles-block__tile {
  color: #fff;
}
.icon-tiles-block.icon-tiles-block--blue-border .icon-tiles-block__tile {
  border-color: #2f4476;
}
@media (hover: hover) {
  .icon-tiles-block.icon-tiles-block--blue-border .icon-tiles-block__tile:hover, .icon-tiles-block.icon-tiles-block--blue-border .icon-tiles-block__tile:focus {
    border-color: #3bd2f1;
    background: #242d42;
  }
}
.icon-tiles-block.icon-tiles-block--blue-border .icon-tiles-block__tile a {
  text-decoration: underline;
  color: #29b8e6;
}
.icon-tiles-block.icon-tiles-block--blue-border .icon-tiles-block__tile a:hover, .icon-tiles-block.icon-tiles-block--blue-border .icon-tiles-block__tile a:focus {
  text-decoration: none;
}
.icon-tiles-block.icon-tiles-block--blue-border.icon-tiles-block--has-button .icon-tiles-block__tile::after {
  border-right-color: #2f4476;
}
.icon-tiles-block.icon-tiles-block--blue-border.icon-tiles-block--has-button .icon-tiles-block__button::after {
  border-top-color: #2f4476;
}
.icon-tiles-block.icon-tiles-block--orange-light-border .icon-tiles-block__tile, .icon-tiles-block.icon-tiles-block--orange-dark-border .icon-tiles-block__tile {
  border-color: #e9500d;
}
@media (hover: hover) {
  .icon-tiles-block.icon-tiles-block--orange-light-border .icon-tiles-block__tile:hover, .icon-tiles-block.icon-tiles-block--orange-light-border .icon-tiles-block__tile:focus, .icon-tiles-block.icon-tiles-block--orange-dark-border .icon-tiles-block__tile:hover, .icon-tiles-block.icon-tiles-block--orange-dark-border .icon-tiles-block__tile:focus {
    border-color: #e9500d;
    background: #fff;
  }
}
.icon-tiles-block.icon-tiles-block--orange-light-border .icon-tiles-block__tile a, .icon-tiles-block.icon-tiles-block--orange-dark-border .icon-tiles-block__tile a {
  text-decoration: underline;
  color: #e9500d;
}
.icon-tiles-block.icon-tiles-block--orange-light-border .icon-tiles-block__tile a:hover, .icon-tiles-block.icon-tiles-block--orange-light-border .icon-tiles-block__tile a:focus, .icon-tiles-block.icon-tiles-block--orange-dark-border .icon-tiles-block__tile a:hover, .icon-tiles-block.icon-tiles-block--orange-dark-border .icon-tiles-block__tile a:focus {
  text-decoration: none;
}
.icon-tiles-block.icon-tiles-block--orange-light-border.icon-tiles-block--has-button .icon-tiles-block__tile::after, .icon-tiles-block.icon-tiles-block--orange-dark-border.icon-tiles-block--has-button .icon-tiles-block__tile::after {
  border-right-color: rgba(233, 80, 13, 0.5);
}
.icon-tiles-block.icon-tiles-block--orange-light-border.icon-tiles-block--has-button .icon-tiles-block__button::after, .icon-tiles-block.icon-tiles-block--orange-dark-border.icon-tiles-block--has-button .icon-tiles-block__button::after {
  border-top-color: rgba(233, 80, 13, 0.5);
}
.icon-tiles-block.icon-tiles-block--orange-dark-border .icon-tiles-block__tile {
  border-color: rgba(233, 80, 13, 0.5);
}
@media (hover: hover) {
  .icon-tiles-block.icon-tiles-block--orange-dark-border .icon-tiles-block__tile:hover, .icon-tiles-block.icon-tiles-block--orange-dark-border .icon-tiles-block__tile:focus {
    background: #242d42;
  }
}
@media (hover: hover) {
  .icon-tiles-block.icon-tiles-block--orange-icon-background .icon-tiles-block__tile:hover .icon-tiles-block__tile-icon, .icon-tiles-block.icon-tiles-block--orange-icon-background .icon-tiles-block__tile:focus .icon-tiles-block__tile-icon {
    background: #e9500d;
  }
}
.icon-tiles-block.icon-tiles-block--orange-icon-background .icon-tiles-block__tile-icon.icon-tiles-block__tile-icon--show-background {
  background: #e9500d;
}
@media (hover: hover) {
  .icon-tiles-block.icon-tiles-block--blue-icon-background .icon-tiles-block__tile:hover .icon-tiles-block__tile-icon, .icon-tiles-block.icon-tiles-block--blue-icon-background .icon-tiles-block__tile:focus .icon-tiles-block__tile-icon {
    background: #29b8e6;
  }
}
.icon-tiles-block.icon-tiles-block--blue-icon-background .icon-tiles-block__tile-icon.icon-tiles-block__tile-icon--show-background {
  background: #29b8e6;
}
@media (hover: hover) {
  .icon-tiles-block.icon-tiles-block--grey-icon-background .icon-tiles-block__tile:hover .icon-tiles-block__tile-icon, .icon-tiles-block.icon-tiles-block--grey-icon-background .icon-tiles-block__tile:focus .icon-tiles-block__tile-icon {
    background: rgba(217, 217, 217, 0.5);
  }
}
.icon-tiles-block.icon-tiles-block--grey-icon-background .icon-tiles-block__tile-icon.icon-tiles-block__tile-icon--show-background {
  background: rgba(217, 217, 217, 0.5);
}
@media only screen and (min-width: 992px) {
  .icon-tiles-block {
    padding: 100px 0;
  }
  .icon-tiles-block__intro-text {
    margin-bottom: 64px;
  }
  .icon-tiles-block__intro-text h2 {
    margin-bottom: 20px;
  }
  .icon-tiles-block__intro-text.icon-tiles-block__intro-text--no-description {
    margin-bottom: 46px;
  }
  .icon-tiles-block__small-print, .icon-tiles-block__description {
    max-width: 624px;
    margin: 0 auto;
  }
  .icon-tiles-block__description p,
  .icon-tiles-block__description ul,
  .icon-tiles-block__description ol,
  .icon-tiles-block__description li {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .icon-tiles-block__small-print {
    margin-bottom: 24px;
  }
  .icon-tiles-block__tiles-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    column-gap: 24px;
    row-gap: 48px;
  }
  .icon-tiles-block__tile {
    max-width: 286px;
    margin: 0;
    padding: 32px 24px;
  }
  .icon-tiles-block__tile::after {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (hover: hover) {
  .icon-tiles-block__tile:hover, .icon-tiles-block__tile:focus {
    transform: translateY(-24px);
  }
}
@media only screen and (min-width: 992px) {
  .icon-tiles-block__tiles-list--three .icon-tiles-block__tile {
    width: 31.5%;
  }
}
@media only screen and (min-width: 992px) {
  .icon-tiles-block__tiles-list--four .icon-tiles-block__tile {
    width: 23%;
  }
}
@media only screen and (min-width: 992px) {
  .icon-tiles-block.icon-tiles-block--has-button .icon-tiles-block__button {
    position: relative;
  }
  .icon-tiles-block.icon-tiles-block--has-button .icon-tiles-block__button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    width: 100%;
    height: 4px;
    border-top: 2px dashed #fff;
    transform: translateX(-50%) translateY(-50%);
  }
  .icon-tiles-block.icon-tiles-block--has-button .icon-tiles-block__button .btn {
    position: relative;
    z-index: 2;
  }
  .icon-tiles-block.icon-tiles-block--has-button .icon-tiles-block__button.icon-tiles-block__button--three-cols::after {
    width: 68%;
    max-width: 622px;
  }
  .icon-tiles-block.icon-tiles-block--has-button .icon-tiles-block__button.icon-tiles-block__button--four-cols::after {
    width: 76%;
  }
  .icon-tiles-block.icon-tiles-block--has-button .icon-tiles-block__tiles-list {
    margin-bottom: 64px;
  }
  .icon-tiles-block.icon-tiles-block--has-button .icon-tiles-block__tile::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 20px;
    border-right: 2px dashed #fff;
    transform: translateX(-50%);
  }
  .icon-tiles-block.icon-tiles-block--has-button .icon-tiles-block__tiles-list--three .icon-tiles-block__tile::after,
  .icon-tiles-block.icon-tiles-block--has-button .icon-tiles-block__tiles-list--four .icon-tiles-block__tile::after {
    display: none;
  }
  .icon-tiles-block.icon-tiles-block--has-button.icon-tiles-block--show-dashed-border .icon-tiles-block__button::after {
    display: block;
  }
  .icon-tiles-block.icon-tiles-block--has-button.icon-tiles-block--show-dashed-border .icon-tiles-block__tiles-list--three .icon-tiles-block__tile:nth-last-child(-n+3):nth-child(3n+1)::after,
  .icon-tiles-block.icon-tiles-block--has-button.icon-tiles-block--show-dashed-border .icon-tiles-block__tiles-list--three .icon-tiles-block__tile:nth-last-child(-n+3):nth-child(3n+1) ~ .icon-tiles-block__tile::after {
    display: block;
    height: 86px;
  }
}
@media only screen and (min-width: 992px) and (hover: hover) {
  .icon-tiles-block.icon-tiles-block--has-button.icon-tiles-block--show-dashed-border .icon-tiles-block__tiles-list--three .icon-tiles-block__tile:nth-last-child(-n+3):nth-child(3n+1):hover::after, .icon-tiles-block.icon-tiles-block--has-button.icon-tiles-block--show-dashed-border .icon-tiles-block__tiles-list--three .icon-tiles-block__tile:nth-last-child(-n+3):nth-child(3n+1):focus::after,
  .icon-tiles-block.icon-tiles-block--has-button.icon-tiles-block--show-dashed-border .icon-tiles-block__tiles-list--three .icon-tiles-block__tile:nth-last-child(-n+3):nth-child(3n+1) ~ .icon-tiles-block__tile:hover::after,
  .icon-tiles-block.icon-tiles-block--has-button.icon-tiles-block--show-dashed-border .icon-tiles-block__tiles-list--three .icon-tiles-block__tile:nth-last-child(-n+3):nth-child(3n+1) ~ .icon-tiles-block__tile:focus::after {
    height: 110px;
  }
}
@media only screen and (min-width: 992px) {
  .icon-tiles-block.icon-tiles-block--has-button.icon-tiles-block--show-dashed-border .icon-tiles-block__tiles-list--four .icon-tiles-block__tile:nth-last-child(-n+4):nth-child(4n+1)::after,
  .icon-tiles-block.icon-tiles-block--has-button.icon-tiles-block--show-dashed-border .icon-tiles-block__tiles-list--four .icon-tiles-block__tile:nth-last-child(-n+4):nth-child(4n+1) ~ .icon-tiles-block__tile::after {
    display: block;
    height: 86px;
  }
}
@media only screen and (min-width: 992px) and (hover: hover) {
  .icon-tiles-block.icon-tiles-block--has-button.icon-tiles-block--show-dashed-border .icon-tiles-block__tiles-list--four .icon-tiles-block__tile:nth-last-child(-n+4):nth-child(4n+1):hover::after, .icon-tiles-block.icon-tiles-block--has-button.icon-tiles-block--show-dashed-border .icon-tiles-block__tiles-list--four .icon-tiles-block__tile:nth-last-child(-n+4):nth-child(4n+1):focus::after,
  .icon-tiles-block.icon-tiles-block--has-button.icon-tiles-block--show-dashed-border .icon-tiles-block__tiles-list--four .icon-tiles-block__tile:nth-last-child(-n+4):nth-child(4n+1) ~ .icon-tiles-block__tile:hover::after,
  .icon-tiles-block.icon-tiles-block--has-button.icon-tiles-block--show-dashed-border .icon-tiles-block__tiles-list--four .icon-tiles-block__tile:nth-last-child(-n+4):nth-child(4n+1) ~ .icon-tiles-block__tile:focus::after {
    height: 110px;
  }
}
@media only screen and (min-width: 1200px) {
  .icon-tiles-block__tile {
    max-width: 420px;
  }
  .icon-tiles-block.icon-tiles-block--has-button .icon-tiles-block__button.icon-tiles-block__button--three-cols::after {
    width: 67%;
    max-width: none;
  }
  .icon-tiles-block.icon-tiles-block--has-button .icon-tiles-block__button.icon-tiles-block__button--four-cols::after {
    width: 74.5%;
  }
}

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