/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */ html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4
}
body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  margin: 0
}
b, strong {
  font-weight: bolder
}
table {
  border-color: inherit;
  text-indent: 0
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
::-moz-focus-inner {
  border-style: none;
  padding: 0
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto
}
::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
h1, h3, h4, p {
  margin: 0
}
button {
  background-color: transparent;
  background-image: none
}
fieldset, ul {
  margin: 0;
  padding: 0
}
ul {
  list-style: none
}
html {
  font-family: Source Sans Pro, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5
}
body {
  font-family: inherit;
  line-height: inherit
}
*, :after, :before {
  border: 0 solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
img {
  border-style: solid
}
textarea {
  resize: vertical
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a1a1aa;
  opacity: 1
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a1a1aa;
  opacity: 1
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a1a1aa;
  opacity: 1
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a1a1aa;
  opacity: 1
}
input::placeholder, textarea::placeholder {
  color: #a1a1aa;
  opacity: 1
}
button {
  cursor: pointer
}
table {
  border-collapse: collapse
}
h1, h3, h4 {
  font-size: inherit;
  font-weight: inherit
}
a {
  color: inherit;
  text-decoration: inherit
}
button, input, optgroup, select, textarea {
  color: inherit;
  line-height: inherit;
  padding: 0
}
iframe, img, object, svg {
  display: block;
  vertical-align: middle
}
img {
  height: auto;
  max-width: 100%
}
[hidden] {
  display: none
}
*, :after, :before {
  border-color: currentColor
}
.visible {
  visibility: visible
}
.static {
  position: static
}
.fixed {
  position: fixed
}
.absolute {
  position: absolute
}
.relative {
  position: relative
}
.top-3 {
  top: .75rem
}
.left-3 {
  left: .75rem
}
.mx-auto {
  margin-left: auto;
  margin-right: auto
}
.mt-6 {
  margin-top: 1.5rem
}
.block {
  display: block
}
.inline-block {
  display: inline-block
}
.inline {
  display: inline
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.table {
  display: table
}
.contents {
  display: contents
}
.hidden {
  display: none
}
.h-2 {
  height: .5rem
}
.h-4 {
  height: 1rem
}
.h-6 {
  height: 1.5rem
}
.h-10 {
  height: 2.5rem
}
.h-14 {
  height: 3.5rem
}
.max-w-screen-md {
  max-width: 480px
}
.max-w-screen-lg {
  max-width: 600px
}
.max-w-screen-xl {
  max-width: 840px
}
.max-w-screen-3xl {
  max-width: 1200px
}
.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
@-webkit-keyframes ping {
  75%, to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2)
  }
}
@keyframes ping {
  75%, to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2)
  }
}
@-webkit-keyframes pulse {
  50% {
    opacity: .2
  }
}
@keyframes pulse {
  50% {
    opacity: .2
  }
}
@-webkit-keyframes bounce {
  0%, to {
    -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
    -webkit-transform: none;
    transform: none
  }
}
@keyframes bounce {
  0%, to {
    -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
    -webkit-transform: none;
    transform: none
  }
}
.resize {
  resize: both
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}
.rounded {
  border-radius: .25rem
}
.border {
  border-width: 1px
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}
.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity))
}
.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 213, 216, var(--tw-bg-opacity))
}
.p-2 {
  padding: .5rem
}
.p-4 {
  padding: 1rem
}
.px-2 {
  padding-left: .5rem;
  padding-right: .5rem
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}
.py-2 {
  padding-bottom: .5rem;
  padding-top: .5rem
}
.py-6 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem
}
.py-10 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem
}
.py-14 {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem
}
.pt-2 {
  padding-top: .5rem
}
.pl-6 {
  padding-left: 1.5rem
}
.text-center {
  text-align: center
}
.text-right {
  text-align: right
}
.text-lg {
  font-size: 1.125rem
}
.text-xl {
  font-size: 1.25rem
}
.text-3xl {
  font-size: 2rem
}
.font-bold {
  font-weight: 700
}
.uppercase {
  text-transform: uppercase
}


.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity))
}
.text-textBlack {
  --tw-text-opacity: 1;
  color: rgba(30, 31, 38, var(--tw-text-opacity))
}
*, :after, :before {
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/ );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(0, 90, 194, .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000
}
.filter {
  --tw-blur: var(--tw-empty, /*!*/ /*!*/ );
  --tw-brightness: var(--tw-empty, /*!*/ /*!*/ );
  --tw-contrast: var(--tw-empty, /*!*/ /*!*/ );
  --tw-grayscale: var(--tw-empty, /*!*/ /*!*/ );
  --tw-hue-rotate: var(--tw-empty, /*!*/ /*!*/ );
  --tw-invert: var(--tw-empty, /*!*/ /*!*/ );
  --tw-saturate: var(--tw-empty, /*!*/ /*!*/ );
  --tw-sepia: var(--tw-empty, /*!*/ /*!*/ );
  --tw-drop-shadow: var(--tw-empty, /*!*/ /*!*/ );
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.blur {
  --tw-blur: blur(8px)
}
.page-padding {
  padding-left: .5rem;
  padding-right: .5rem
}
@media (min-width:340px) {
  .page-padding {
    padding-left: .75rem;
    padding-right: .75rem
  }
}
@media (min-width:480px) {
  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem
  }
}
@media (min-width:600px) {
  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}
@media (min-width:1080px) {
  .page-padding {
    padding-left: 2rem;
    padding-right: 2rem
  }
}
.row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center
}
.row > .col {
  -ms-flex-negative: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}
@media (min-width:600px) {
  .row--6-6 > .col {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%
  }
}
@media (min-width:340px) {
  .row--sm-6-6 > .col {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%
  }
}
@media (min-width:1080px) {
  .row--2xl-4-4-4 > .col {
    -ms-flex-preferred-size: 33.33%;
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.333333%
  }
}
.row {
  margin-left: -1.5rem;
  margin-top: -1.5rem
}
@media (min-width:600px) {
  .row {
    margin-left: -2rem;
    margin-top: -2rem
  }
}
.row > .col {
  padding-left: 1.5rem;
  padding-top: 1.5rem
}
@media (min-width:600px) {
  .row > .col {
    padding-left: 2rem;
    padding-top: 2rem
  }
}
.row--gutter-sm {
  margin-left: -1rem;
  margin-top: -1rem
}
@media (min-width:600px) {
  .row--gutter-sm {
    margin-left: -1.5rem;
    margin-top: -1.5rem
  }
}
.row--gutter-sm > .col {
  padding-left: 1rem;
  padding-top: 1rem
}
@media (min-width:600px) {
  .row--gutter-sm > .col {
    padding-left: 1.5rem;
    padding-top: 1.5rem
  }
}
.bv-mobile-text {
  display: none
}
@media (min-width:1080px) {
  .bv-mobile-text {
    display: block
  }
}
.bv-mobile-icon {
  display: block
}
@media (min-width:1080px) {
  .bv-mobile-icon {
    display: none
  }
}
.bv-nav-link {
  text-decoration: none
}
.bv-nav-link:hover {
  color: #38b6d1;
  text-decoration: underline
}
.is-open {
  display: block
}
.is-closed {
  display: none
}
.footer {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  overflow-x: hidden;
  padding: 2rem .5rem
}
@media (min-width:340px) {
  .footer {
    padding-left: .75rem;
    padding-right: .75rem
  }
}
@media (min-width:480px) {
  .footer {
    padding-left: 1rem;
    padding-right: 1rem
  }
}
@media (min-width:600px) {
  .footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}
@media (min-width:1080px) {
  .footer {
    padding-left: 2rem;
    padding-right: 2rem
  }
}
.footer .wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px
}
.footer .title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .5rem
}
.footer .title > span {
  -ms-flex-negative: 0;
  display: block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}
.footer .title:after {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 90, 107, var(--tw-bg-opacity));
  content: "";
  display: block;
  height: 1px;
  margin-left: .5rem;
  width: 100%
}
.footer .links {
  font-size: .75rem
}
.footer .links h1 {
  font-weight: 700
}
.footer .links ul {
  margin-left: -.125rem;
  margin-right: -.125rem
}
.footer .links li {
  --tw-text-opacity: 1;
  color: rgba(212, 213, 216, var(--tw-text-opacity));
  display: inline-block;
  padding-left: .125rem;
  padding-right: .125rem
}
.footer .end-row {
  font-size: .75rem;
  margin-top: 2rem
}
.footer .social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
@media (min-width:340px) {
  .footer .social-icons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
  }
}
.footer .social-icons li + li {
  margin-left: .5rem
}
.bg-ratio {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  position: relative
}
.bg-ratio:before {
  content: "";
  display: block;
  width: 100%
}
.bg-ratio--3-2:before {
  padding-top: 66.666666666667%
}
.bg-ratio--4-3:before {
  padding-top: 85%
}
.bg-ratio--1-1:before {
  padding-top: 100%
}


.btn-ainyx {
  background-color: #38b6d1;
  border-radius: .25rem;
  color: #fff;
  font-weight: 700;
  padding: .75rem 1.5rem;
  position: relative
}
.btn-ainyx, .icon {
  display: inline-block
}
.icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem
}
.offer-card {
  border-radius: 10px;
  overflow: hidden;
  position: relative
}
.offer-card > .link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.offer-card .image {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 213, 216, var(--tw-bg-opacity))
}
.offer-card .content {
  padding: 1rem
}
.offer-card .location {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: .75rem;
  line-height: 1.25;
  margin-bottom: .25rem
}
.offer-card .location:before {
  -ms-flex-negative: 0;
  background-image: url(../img/icons/pin.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 1.125rem;
  margin-right: .375rem;
  width: .75rem
}
.offer-card .title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: .5rem
}
.offer-card .bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: .5rem
}
.offer-card .price {
  font-size: .75rem;
  line-height: 1.1
}
.offer-card .price span {
  --tw-text-opacity: 1;
  font-size: 1.25rem;
  font-weight: 700
}
.offer-card .price span, .offer-card .saving {
  color: rgba(245, 106, 0, var(--tw-text-opacity))
}
.offer-card .saving {
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgba(245, 106, 0, var(--tw-border-opacity));
  border-radius: .25rem;
  border-width: 1px;
  display: inline-block;
  font-size: .75rem;
  line-height: 1.1;
  margin-left: .5rem;
  padding: .25rem .5rem;
  text-align: center
}
.offer-card .saving > span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-justify-content: center;
  justify-content: center
}
.offer-card .saving__icon {
  display: block;
  margin-left: .25rem;
  margin-top: .125rem;
  position: relative;
  z-index: 10
}
.offer-card .saving__icon:before {
  -ms-flex-negative: 0;
  background-image: url(../img/icons/info.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: .938rem;
  width: .938rem
}
.offer-card .saving__text {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  --tw-shadow: 0px 8px 16px rgba(0, 0, 0, .25);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: .25rem;
  bottom: 1.25rem;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: rgba(30, 31, 38, var(--tw-text-opacity));
  display: none;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25;
  padding: .75rem 1rem;
  position: absolute;
  right: 0;
  text-align: left;
  width: 1500%;
  z-index: 40
}
.offer-card .tags {
  margin: -.25rem
}
.offer-card .tags .tag {
  -webkit-box-align: center;
  -ms-flex-align: center;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  border-radius: .375rem;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: .625rem;
  font-weight: 700;
  line-height: 1.33;
  margin: .25rem;
  padding: .5rem;
  text-transform: uppercase
}
.offer-card .tags .tag--informational {
  font-size: .75rem;
  font-weight: 600;
  text-transform: none
}
.offer-card .tags .tag img {
  height: .75rem;
  margin-right: .25rem;
  width: .75rem
}
.offer-card.is-loading > * {
  -webkit-animation: pulse 2.5s cubic-bezier(.4, 0, .6, 1) infinite;
  animation: pulse 2.5s cubic-bezier(.4, 0, .6, 1) infinite
}
.offer-card.is-loading .link {
  display: none
}
.offer-card.is-loading .location {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 213, 216, var(--tw-bg-opacity));
  height: 1rem;
  width: 50%
}
.offer-card.is-loading .location:before {
  display: none
}
.offer-card.is-loading .title {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 213, 216, var(--tw-bg-opacity));
  height: 2.5rem;
  margin-top: .5rem
}
.offer-card.is-loading .bottom {
  margin-top: 1.5rem
}
.offer-card.is-loading .price {
  --tw-bg-opacity: 1;
  width: 7rem
}
.offer-card.is-loading .price, .offer-card.is-loading .saving {
  background-color: rgba(212, 213, 216, var(--tw-bg-opacity));
  height: 3rem
}
.offer-card.is-loading .saving {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  border-color: rgba(212, 213, 216, var(--tw-border-opacity));
  width: 4rem
}
.no-js .offer-card.is-loading > * {
  -webkit-animation: none;
  animation: none
}
.modal {
  cursor: auto;
  margin: 4rem 1.25rem;
  position: relative
}
@media (min-width:480px) {
  .modal {
    margin-left: 3rem;
    margin-right: 3rem
  }
}
.modal.is-open {
  display: block
}
.modal.is-closed {
  display: none
}
.no-js .modal.is-closed {
  display: block
}
.modal__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 100%
}
.no-js .modal__wrap {
  display: block
}
.modal__bg {
  --tw-bg-opacity: 1;
  --tw-bg-opacity: 0.9;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(30, 31, 38, var(--tw-bg-opacity));
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20
}
.no-js .modal__bg {
  background-color: transparent;
  position: relative
}
.modal__bg.is-open {
  display: block
}
.modal__bg.is-closed {
  display: none
}
.no-js .modal__bg.is-closed {
  display: block
}
.disable-scroll {
  overflow: hidden
}
.no-js .disable-scroll {
  overflow: auto
}
.form {
  border-color: #d4d5d8;
  font-size: 16px;
  position: relative;
  z-index: 0
}
.form, .form * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.form ::-webkit-search-decoration {
  display: none
}
.form input::-webkit-input-placeholder, .form select::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  line-height: normal
}
.form .label {
  color: #575a6b;
  display: block;
  font-family: Source Sans Pro, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: .88rem;
  font-weight: 600;
  width: 100%
}
.form .label[for] {
  cursor: pointer
}
.form .label + [class*=field] {
  margin-top: .25rem
}
.form p.label {
  display: inline-block
}
.form p.label:after {
  display: none
}
.input__error-message {
  color: #f53d3d;
  font-size: .75rem;
  font-weight: 700;
  padding-bottom: .25rem;
  padding-top: .25rem
}
.message {
  display: none;
  text-align: center
}
.message.is-visible {
  display: block
}
.loading-icon {
  -webkit-animation: loading-icon-spin 1s linear infinite;
  animation: loading-icon-spin 1s linear infinite;
  border: 2px solid hsla(0, 0%, 100%, .2);
  border-radius: 50%;
  border-top-color: #fff;
  display: inline-block;
  height: 1rem;
  vertical-align: middle;
  width: 1rem
}
@-webkit-keyframes loading-icon-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
@keyframes loading-icon-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
.content-spacing * + p, .content-spacing * + ul, .content-spacing li + li {
  margin-top: .5rem
}
.content-spacing li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none
}
.content-spacing ul li:before {
  content: "•";
  font-weight: 600;
  padding-right: .25rem
}
.link {
  --tw-text-opacity: 1;
  color: rgba(245, 106, 0, var(--tw-text-opacity))
}
.link:focus, .link:hover {
  text-decoration: underline
}
.banner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 75%;
  -webkit-justify-content: center;
  justify-content: center;
  max-height: 700px;
  min-height: 500px;
  position: relative
}
@media (min-width:600px) {
  .banner {
    height: 85%;
    max-height: none;
    min-height: 650px
  }
}
.banner__wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 10
}
.banner__bg {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 31, 38, var(--tw-bg-opacity));
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0
}
.bob {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (min-width:1080px) {
  .bob {
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .bob, .bob--swap {
    -webkit-box-orient: horizontal
  }
  .bob--swap {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}
.bob + .bob {
  padding-top: 4rem
}
.bob .img, .bob .text {
  max-width: 600px;
  width: 100%
}
@media (min-width:1080px) {
  .bob .text {
    max-width: none;
    width: 40%
  }
  .bob .img {
    max-width: none;
    width: 60%
  }
}
.bob {
  margin-left: -1rem;
  margin-top: -1rem
}
.bob .img, .bob .text {
  padding-left: 1rem;
  padding-top: 1rem
}
@media (min-width:1080px) {
  .bob {
    margin-left: -2rem;
    margin-top: -2rem
  }
  .bob .img, .bob .text {
    padding-left: 2rem;
    padding-top: 2rem
  }
}
.harvey {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 40rem
}
@media (min-width:1080px) {
  .harvey {
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .harvey, .harvey--swap {
    -webkit-box-orient: horizontal
  }
  .harvey--swap {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}
.harvey__img, .harvey__text {
  width: 100%
}
@media (min-width:1080px) {
  .harvey__img, .harvey__text {
    width: 50%
  }
}
.harvey__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
  padding: 2rem 1.5rem 4rem
}
@media (min-width:1080px) {
  .harvey__text {
    padding-bottom: 5rem;
    padding-top: 5rem
  }
}
.harvey__img {
  -ms-flex-item-align: stretch;
  --tw-bg-opacity: 1;
  -webkit-align-self: stretch;
  align-self: stretch;
  background-color: rgba(212, 213, 216, var(--tw-bg-opacity));
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  position: relative
}
@media (min-width:480px) {
  .harvey__img {
    padding-top: 66.66%
  }
}
@media (min-width:1080px) {
  .harvey__img {
    padding-top: 0
  }
}
.plus-jakarta-sans-regular {
  font-family: Plus Jakarta Sans, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300
}
.plus-jakarta-sans {
  font-family: Plus Jakarta Sans, sans-serif;
  font-optical-sizing: auto;
  font-style: normal
}
.h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.15
}
@media (min-width:480px) {
  .h1 {
    font-size: 3.5rem
  }
}
.h3 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.15
}
@media (min-width:480px) {
  .h3 {
    font-size: 2.5rem
  }
}
.h4 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.1
}
@media (min-width:480px) {
  .h4 {
    font-size: 2rem
  }
}
.h--banner {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1
}
@media (min-width:340px) {
  .h--banner {
    font-size: 5rem
  }
}
@media (min-width:600px) {
  .h--banner {
    font-size: 6rem
  }
}
@media (min-width:1080px) {
  .h--banner {
    font-size: 7rem
  }
}
.banner-intro {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .5rem;
  line-height: 1.6em
}
@media (min-width:340px) {
  .banner-intro {
    font-size: 1rem
  }
}
.bv-h2 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3.4em;
  font-weight: 800;
  line-height: 1.3em
}
html {
  font-size: 87.5%
}
@media (min-width:480px) {
  html {
    font-size: 93.75%
  }
}
@media (min-width:840px) {
  html {
    font-size: 100%
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%
}
body, html {
  background-color: #fff;
  color: #fff;
  height: 100%
}
@media (min-width:840px) {
  .xl\:py-24 {
    padding-bottom: 6rem;
    padding-top: 6rem
  }
}