@charset "UTF-8";
@font-face {
  font-family: "Inter";
  font-weight: 300;
  font-style: normal;
  src: local("Inter Light"), local("Inter-Light"), url("/static/multisite/fonts/inter/inter-v12-latin-300.8549e38480e9.eot?#iefix") format("embedded-opentype"), url("/static/multisite/fonts/inter/inter-v12-latin-300.9a3673fc28bf.woff2") format("woff2"), url("/static/multisite/fonts/inter/inter-v12-latin-300.f7d4838781cf.woff") format("woff"), url("/static/multisite/fonts/inter/inter-v12-latin-300.5272438de94d.ttf") format("truetype"), url("/static/multisite/fonts/inter/inter-v12-latin-300.ad591f2cc229.svg#inter") format("svg");
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src: local("Inter"), local("Inter-Regular"), url("/static/multisite/fonts/inter/inter-v12-latin-regular.2a3ddac01063.eot?#iefix") format("embedded-opentype"), url("/static/multisite/fonts/inter/inter-v12-latin-regular.68c477c4c76b.woff2") format("woff2"), url("/static/multisite/fonts/inter/inter-v12-latin-regular.1eb0efb3ba28.woff") format("woff"), url("/static/multisite/fonts/inter/inter-v12-latin-regular.085e43dae581.ttf") format("truetype"), url("/static/multisite/fonts/inter/inter-v12-latin-regular.414ef578a7af.svg#inter") format("svg");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  src: local("Inter"), local("Inter-Medium"), url("/static/multisite/fonts/inter/inter-v13-latin-500.eot?#iefix") format("embedded-opentype"), url("/static/multisite/fonts/inter/inter-v13-latin-500.96948ea7ac03.woff2") format("woff2"), url("/static/multisite/fonts/inter/inter-v13-latin-500.d4ab2b64b58b.woff") format("woff"), url("/static/multisite/fonts/inter/inter-v13-latin-500.996906f0cf03.ttf") format("truetype"), url("/static/multisite/fonts/inter/inter-v13-latin-500.3c3f6d2a8c9b.svg#inter") format("svg");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  src: local("Inter Semibold"), local("Inter-Semibold"), url("/static/multisite/fonts/inter/inter-v12-latin-600.331a68f5a436.eot?#iefix") format("embedded-opentype"), url("/static/multisite/fonts/inter/inter-v12-latin-600.cfdce67a2e07.woff2") format("woff2"), url("/static/multisite/fonts/inter/inter-v12-latin-600.a53a38a468b8.woff") format("woff"), url("/static/multisite/fonts/inter/inter-v12-latin-600.b9a7ab061ea7.ttf") format("truetype"), url("/static/multisite/fonts/inter/inter-v12-latin-600.dc7b430288fe.svg#inter") format("svg");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  src: local("Inter Bold"), local("Inter-Bold"), url("/static/multisite/fonts/inter/inter-v12-latin-700.292b544dd7dc.eot?#iefix") format("embedded-opentype"), url("/static/multisite/fonts/inter/inter-v12-latin-700.8d7a3f034881.woff2") format("woff2"), url("/static/multisite/fonts/inter/inter-v12-latin-700.ac0ed07d4f38.woff") format("woff"), url("/static/multisite/fonts/inter/inter-v12-latin-700.5423c9065732.ttf") format("truetype"), url("/static/multisite/fonts/inter/inter-v12-latin-700.df2d42b866b1.svg#inter") format("svg");
}
@font-face {
  font-family: "Inter";
  font-weight: 800;
  font-style: normal;
  src: local("Inter Bold"), local("Inter-Bold"), url("/static/multisite/fonts/inter/inter-v13-latin-800.eot?#iefix") format("embedded-opentype"), url("/static/multisite/fonts/inter/inter-v13-latin-800.9b96e5d17b9b.woff2") format("woff2"), url("/static/multisite/fonts/inter/inter-v13-latin-800.92c9b4c7fbef.woff") format("woff"), url("/static/multisite/fonts/inter/inter-v13-latin-800.ttf") format("truetype"), url("/static/multisite/fonts/inter/inter-v13-latin-800.svg#inter") format("svg");
}
@font-face {
  font-family: "Inter";
  font-weight: 900;
  font-style: normal;
  src: local("Inter Black"), local("Inter-Black"), url("/static/multisite/fonts/inter/inter-v12-latin-900.25a302076053.eot?#iefix") format("embedded-opentype"), url("/static/multisite/fonts/inter/inter-v12-latin-900.a671ce0a0eb3.woff2") format("woff2"), url("/static/multisite/fonts/inter/inter-v12-latin-900.3b6a9bf2d0b9.woff") format("woff"), url("/static/multisite/fonts/inter/inter-v12-latin-900.3e119ec96c07.ttf") format("truetype"), url("/static/multisite/fonts/inter/inter-v12-latin-900.529755c75a2b.svg#inter") format("svg");
}
* {
  font-family: "Inter", sans-serif;
}

/* CUSTOM STYLES */
@keyframes button-animation {
  from {
    width: 0;
    height: 0;
  }
  to {
    width: 200%;
    height: 400%;
  }
}
.text-lg-nowrap {
  white-space: nowrap;
}

.btn-press-animation:before {
  content: "";
  animation: 0.2s linear 0s 1 button-animation;
  animation-play-state: running;
  animation-fill-mode: forwards;
}

.backface-visibility-hidden {
  backface-visibility: hidden;
}

.tx-btn {
  display: inline-block;
  height: 40px;
  background: #BF0A30;
  color: #FFFFFF;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 700;
  padding: 3px 10px;
  position: relative;
  text-align: left;
  transition: background-color 0.4s;
  transform-style: preserve-3d;
  overflow: hidden;
}
.tx-btn:hover {
  color: #FFFFFF;
  text-decoration: none;
  background: #AB0024;
}
.tx-btn::before {
  content: "";
  background: #7F010E;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  opacity: 0.3;
  transform: translate3d(-50%, -50%, -1px);
  z-index: -1;
}
.tx-btn:active::before {
  content: "";
}
.tx-btn-arrow {
  padding-left: 40px;
}
.tx-btn-arrow::after {
  content: url("/static/multisite/img/multisite/regional_sites_common/btn-arrow.80f947501ab6.svg");
  position: absolute;
  left: calc(100% - 30px);
  top: calc(50% - 15px);
}
.tx-btn-article-arrow {
  background-position-x: calc(100% - 20px);
  padding: 14px 50px 14px 25px;
  line-height: 24px;
}
.tx-btn--h52 {
  height: 52px;
}
.tx-btn--h48 {
  height: 48px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
}
.tx-btn--h60 {
  height: 60px !important;
}
.tx-btn--funnel, .tx-btn--summary, .tx-btn--payment, .tx-btn--thanks {
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  width: 240px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.tx-btn--payment {
  width: 360px;
}
.tx-btn--thanks {
  line-height: 2;
}
.tx-btn--new-home {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: none;
  padding: 14px 53px 14px 25px;
  border-radius: 80px;
  height: auto;
  position: relative;
}
.tx-btn--new-home::after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path stroke="%23fff" stroke-width="2" d="m7 5 6 5.5L7 16"/></svg>') center/cover no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: calc(50% - 10px);
}

a.tx-btn-arrow::after {
  content: url("/static/multisite/img/multisite/regional_sites_common/btn-arrow.80f947501ab6.svg");
  top: calc(50% - 9px);
}

button.tx-btn {
  cursor: pointer;
}
button.tx-btn:focus {
  outline: none;
}
button.tx-btn:disabled {
  cursor: not-allowed;
  background: #c4c0c0;
}
button.tx-btn:disabled:hover {
  background: #c4c0c0;
}

.td-underline {
  text-decoration: underline;
}

.link-readmore {
  line-height: 23px;
  letter-spacing: 0.01px;
}

a.link-active, a.link-active:hover {
  color: #BF0A30;
}

a, a:hover {
  color: #002868;
}

input:disabled, select:disabled {
  cursor: no-drop !important;
}

input[type=submit]:hover {
  cursor: pointer;
}
input[type=submit]:focus {
  border-color: #80bdff;
  outline: none;
  box-shadow: none;
}

input[type=radio] {
  visibility: hidden;
  position: relative;
  margin-right: 18px;
  -webkit-appearance: none;
  vertical-align: top;
}
input[type=radio]::before {
  content: "";
  position: absolute;
  border: 1px solid #BF0A30;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  background-color: #FFFFFF;
  visibility: visible;
  top: 5px;
}
input[type=radio]::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #BF0A30;
  visibility: visible;
  left: 5px;
  top: 10px;
  opacity: 0;
  transition: opacity 0.2s;
}
input[type=radio]:checked::after {
  content: "";
  opacity: 1;
}
input[type=radio]:hover {
  cursor: pointer;
}

.checkbox-wrap {
  position: relative;
}
.checkbox-wrap:hover {
  cursor: pointer;
}
.checkbox-wrap input[type=checkbox] {
  visibility: hidden;
  z-index: -1;
  width: 24px !important;
  height: 24px !important;
}
.checkbox-wrap input[type=checkbox] + .checkbox {
  position: absolute;
  left: 0;
}
.checkbox-wrap input[type=checkbox] + .checkbox::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-color: #fff;
}
.checkbox-wrap input[type=checkbox]:checked + .checkbox::after {
  content: url("/static/multisite/img/multisite/regional_sites_common/check.143871d7fd13.svg");
  position: absolute;
  left: 6px;
  top: 3px;
}

input[type=checkbox] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  position: relative;
  left: -10000px;
}
input[type=checkbox]::before {
  content: url("/static/multisite/img/multisite/regional_sites_common/check-ico-empty.6f8fe97b729c.svg");
  position: absolute;
  left: 10000px;
  top: 0;
  height: 15px;
}
input[type=checkbox]:checked::before {
  content: url("/static/multisite/img/multisite/regional_sites_common/check-ico.d575eb4b81e8.svg");
  position: absolute;
  left: 10000px;
  top: 0;
  height: 15px;
}
input[type=checkbox]:hover {
  cursor: pointer;
}
input[type=checkbox]:focus {
  outline: none;
}
input[type=checkbox].square-checkbox {
  width: 20px;
  height: 20px;
}
input[type=checkbox].square-checkbox::before {
  content: url("/static/multisite/img/multisite/regional_sites_common/icons/square-check-empty.c9d19c833ca1.svg");
}
input[type=checkbox].square-checkbox:checked::before {
  content: url("/static/multisite/img/multisite/regional_sites_common/icons/square-check.7b887f4b1f1f.svg");
}

input:not([type=radio]):not([type=submit]):not([type=checkbox]), select, textarea, .bs-select {
  height: 40px;
  width: 100%;
  border-radius: 2px;
  border: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  padding: 9px 16px;
}
input:not([type=radio]):not([type=submit]):not([type=checkbox])::placeholder, select::placeholder, textarea::placeholder, .bs-select::placeholder {
  color: #000000;
}
input:not([type=radio]):not([type=submit]):not([type=checkbox]):focus, select:focus, textarea:focus, .bs-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

select, .bs-select {
  background: #FFFFFF url("/static/multisite/img/multisite/regional_sites_common/select-ico.9eaf85a04942.svg") no-repeat right 0.75rem center;
  background-size: auto;
  appearance: none;
  -webkit-appearance: none;
}

select.custom-select, .bs-select {
  height: 40px !important;
  border: none !important;
  border-radius: 2px !important;
  background-image: url("/static/multisite/img/multisite/regional_sites_common/select-ico.9eaf85a04942.svg");
  background-size: auto;
}

textarea {
  height: 104px;
}

label {
  margin-bottom: 0;
}

.white-bg {
  background-color: #FFFFFF;
}

.gray-bg {
  background-color: #EDEDED;
}

.text-nowrap-md {
  white-space: nowrap;
}

.zindex1 {
  z-index: 1;
}

.zindex2 {
  z-index: 2;
}

.lh-1 {
  line-height: 100%;
}

.text-stroke {
  text-decoration: line-through;
}

.error-color {
  color: #BF0A30;
}

.has-error input, .has-error select {
  border: 1px solid #BF0A30 !important;
}
.has-error input:focus, .has-error select:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.35) !important;
  outline: none;
}
.has-error .error-msg {
  color: #BF0A30;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
}

.form-gray-bg {
  background-color: #EDEDED;
  border-radius: 2px;
}

.required-field-star {
  color: #BF0A30;
}

.text-blue {
  color: #002868;
}

.text-666 {
  color: #666;
}

.text-red {
  color: #BF0A30;
}

.text-break {
  word-break: break-word;
  overflow-wrap: break-word;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fz14 {
  font-size: 14px;
}

.fz13 {
  font-size: 13px !important;
}

.fz12 {
  font-size: 12px;
}

.fz16 {
  font-size: 16px;
}

.top-line:before {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 2px;
  background-color: #BF0A30;
}

/* END CUSTOM STYLES */
body {
  font-weight: 400;
  font-size: 18px;
  color: #22242A;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

.header-container a:not(.anim-0):not(.tx-btn), .header-process a:not(.anim-0):not(.tx-btn), .footer a:not(.anim-0):not(.tx-btn) {
  text-decoration: none;
  font-size: 1em;
  position: relative;
  transition: all 0.6s;
}
.header-container a:not(.anim-0):not(.tx-btn):before, .header-process a:not(.anim-0):not(.tx-btn):before, .footer a:not(.anim-0):not(.tx-btn):before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #FFF;
  transition: all 0.3s;
}
.header-container a:not(.anim-0):not(.tx-btn):hover:before, .header-process a:not(.anim-0):not(.tx-btn):hover:before, .footer a:not(.anim-0):not(.tx-btn):hover:before {
  width: 100%;
  left: 0;
  background: #FFF;
}

.header-container a:not(.anim-0):not(.tx-btn)::before, .header-container a:not(.anim-0):not(.tx-btn):hover::before {
  background: #002868;
}

.header-process a:not(.anim-0):not(.tx-btn):before {
  bottom: 3px;
}
.header-process a:not(.anim-0):not(.tx-btn)::before, .header-process a:not(.anim-0):not(.tx-btn):hover::before {
  background: #000000;
}

.terms-page .h2, .terms-page .h3:not(h1), .terms-page .h4 {
  font-size: 16px !important;
}
.terms-page .read-carefully {
  font-size: 18px;
}
.terms-page .p-agree {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
}
.terms-page__policy .h4 {
  color: #002868;
  margin-top: 1rem;
}

.modal-body .terms-page__policy .h4 {
  font-size: 1.75rem !important;
}

.text-333 {
  color: #333333;
}

.btn-social {
  color: #161616;
  background: #FFFFFF;
  border: 1px solid #ECE9F1;
}

.block-reviews {
  background-color: #22242A;
}
.block-reviews-h2 {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 32px;
}
.block-reviews-readmore {
  font-size: 16px;
  color: #FFFFFF;
}
.block-reviews-readmore:hover {
  color: #FFFFFF;
}
.block-reviews .review {
  background-color: #F3F3F3;
  padding: 20px 25px 20px 25px;
  height: 100%;
}
.block-reviews .review-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  color: #002868;
  text-transform: capitalize;
}
.block-reviews .review-county {
  font-size: 12px;
  line-height: 12px;
  color: #002868;
  text-align: right;
}
.block-reviews .review-text {
  font-size: 14px;
  line-height: 18px;
  color: #22242A;
}
.block-reviews .review-date {
  font-size: 12px;
  line-height: 15px;
  color: #979797;
}
.block-reviews .swiper-slide {
  height: auto;
}

.block-reviews_updated .review {
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #ECE9F1;
  background-color: #FFF;
  box-shadow: 2px 15px 25px 0px rgba(105, 100, 100, 0.05);
}
.block-reviews_updated .review-text {
  color: #131B39;
  font-size: 16px;
}
.block-reviews_updated .review-name {
  color: #131B39;
  font-size: 20px;
  font-weight: 500;
}
.block-reviews_updated .review-county {
  color: #717688;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

#logoBlue, #logoWhite {
  width: initial;
}

@media (max-width: 991.98px) {
  .gap-lg-56 {
    gap: 56px;
  }

  .text-lg-nowrap {
    white-space: normal;
  }

  .block-reviews {
    overflow: hidden;
  }
  .block-reviews-swiper-container {
    overflow: visible;
  }
  .block-reviews-h2 {
    margin-bottom: 22px;
  }
  .block-reviews .review-name {
    font-size: 22px;
  }
  .block-reviews .review {
    padding: 30px 24px;
  }
}
@media (max-width: 767.98px) {
  #logoBlue, #logoWhite {
    min-width: 260px;
  }

  .text-nowrap-md {
    white-space: normal;
  }

  .tx-btn-arrow {
    padding-left: 10px;
  }
  .tx-btn--funnel {
    width: 100%;
  }

  .fz-sm12 {
    font-size: 12px;
  }
  .fz-sm10 {
    font-size: 10px;
  }

  .block-reviews-h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  #logoBlue, #logoWhite {
    min-width: 245px;
  }

  .footer-seal {
    width: 110px;
  }

  .tx-btn--h60 {
    font-size: 14px;
  }
}
@media (max-width: 465.98px) {
  #logoBlue, #logoWhite {
    max-width: 100%;
    width: initial;
  }

  .eagle {
    padding: 0;
  }

  .tx-btn--payment {
    width: 100%;
    height: auto;
    white-space: normal;
    padding: 10px 5px;
  }
  .tx-btn--summary {
    width: 100%;
  }

  .tx-btn-arrow::after {
    left: calc(100% - 30px);
  }
}
@media (max-width: 374.98px) {
  .eagle {
    padding: 0;
  }

  .tx-btn-article-arrow {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    background-position-x: calc(100% - 5px);
  }
}
@media (max-width: 350.98px) {
  input:not([type=radio]):not([type=submit]) {
    padding: 10px;
  }

  input[type=checkbox]::before, input[type=checkbox]:checked::before {
    top: 3px;
  }

  select.custom-select {
    padding-left: 10px;
    background-position: right 0.35rem center;
  }

  .tx-btn {
    padding-left: 5px;
    padding-right: 5px;
  }
  .tx-btn-arrow::after {
    left: calc(100% - 15px);
  }
  .tx-btn-article-arrow {
    height: auto;
    text-align: center;
  }
  .tx-btn-article-arrow::after {
    content: none !important;
  }
}
@media (max-width: 319.98px) {
  .tx-btn {
    height: auto;
    text-align: center;
  }

  .tx-btn-arrow::after {
    content: none !important;
  }
}
@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  input[type=radio] {
    visibility: visible;
    margin-right: 0;
    vertical-align: baseline;
  }
  input[type=radio]::before, input[type=radio]::after {
    content: none;
  }

  input[type=checkbox] {
    left: 0;
  }
  input[type=checkbox]::before, input[type=checkbox]::after {
    content: none;
  }

  select::-ms-expand {
    display: none;
  }

  .tx-btn::after {
    width: 10px;
    height: 18px;
  }

  .home-articles-map {
    width: auto !important;
  }

  .block-reviews .review img {
    align-self: flex-end;
  }

  .steps-step.steps-step--done::before, .steps-step.steps-step--now::before {
    width: 17px;
    top: 15px;
  }
}
.header-container {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.header-nav {
  position: relative;
  z-index: 100;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  min-height: 99px;
}
.header-popup-mask {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 98;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.header-process {
  font-size: 16px;
  line-height: 29px;
  padding-bottom: 50px;
  padding-top: 40px;
  position: absolute;
  background-color: #FFFFFF;
  z-index: 99;
  top: -720px;
  transition: top 0.5s ease-out;
}
.header-process-title {
  color: #002868;
}
.header-process--link {
  display: block;
  color: #000000;
}
.header-process--link:hover {
  color: #000000;
}
.header-process--column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header-hamburger {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  user-select: none;
}
.header-hamburger .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #002868;
  stroke-width: 5.5;
  stroke-linecap: round;
  transition: stroke 0.3s;
}
.header-hamburger.active .line {
  stroke: #FFFFFF;
}
.header-hamburger.ham-to-arrow.active {
  transform: rotate(180deg);
}
.header-hamburger .top, .header-hamburger .bottom {
  stroke-dasharray: 40 82;
}
.header-hamburger.active .top, .header-hamburger.active .bottom {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}
.header-mobile-nav {
  background-color: #002868;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.header-mobile-nav--inner {
  max-width: 540px;
  margin: 0 auto;
  padding: 100px 0 60px 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header-mobile-nav--inner a.tx-btn::before {
  content: none;
}
.header-mobile-nav .mob-link {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}
.header-mobile-nav .mob-link:hover {
  color: #FFFFFF;
}
.header-logo {
  text-decoration: none;
}
.header-logo:hover {
  text-decoration: none;
}
.header-brand-name {
  color: #002868;
  font-size: 24px;
  font-weight: 700;
  line-height: 27.5px;
}
.header-law-company-name {
  color: #7A7A7A;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
}
.header-phone-support {
  color: #002868;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}
.header-work-time {
  color: #002868;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.header-nav-item-link {
  color: #002868;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.header-nav-item.active .header-nav-item-link {
  color: #BF0A30;
}
.header-nav-item + .header-nav-item {
  margin-left: 60px;
}
.header-nav-item:last-child {
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .header-process {
    font-size: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .header-process-title {
    line-height: 20px;
    margin: 4.5px 0;
  }
  .header-process--link {
    line-height: 18px;
    margin: 10px 0;
  }
  .header-nav-item + .header-nav-item {
    margin-left: 30px;
  }
  .header-nav-item:last-child {
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .header-process {
    font-size: 13px;
    margin-top: -15px;
  }
  .header-mobile-nav .mob-link {
    font-size: 16px;
  }
  .header-brand-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
  }
  .header-law-company-name {
    font-size: 12px;
  }
  .header-phone-support {
    font-size: 20px;
    line-height: 100%;
  }
  .header-work-time {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575.98px) {
  .header-hamburger {
    position: relative;
  }
}
@media (max-width: 465.98px) {
  .header-process--xs-px {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (pointer: coarse) {
  /* Only for touch devices  */
  .header-popup-mask {
    cursor: pointer;
  }
}
.bg-orange {
  background-color: #FFF6DC !important;
}

.content h4 {
  font-size: 22px;
}

.onmap-word {
  font-size: 17px;
  line-height: 1;
  white-space: nowrap;
}

.home {
  font-size: 16px;
}
.home-h1 {
  font-weight: 900;
  font-size: 3rem;
  line-height: 3.5rem;
}
.home-top {
  background: url("/static/multisite/img/multisite/regional_sites/hawaiionlinedivorce/home-bg1.4dccfe9f7c85.jpg") no-repeat;
  background-size: cover;
}
.home-top-guarantee {
  letter-spacing: 1px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.home-top-desc {
  color: #FFFFFF;
}
.home-top-form {
  background-color: #EDEDED;
}
.home-top-form--title {
  font-weight: 700;
  color: #16216A;
  font-size: 22px;
  line-height: 26px;
}
.home-top-form .label {
  font-size: 14px;
  line-height: 1.3;
}
.home-top-form label span {
  font-size: 16px;
  line-height: 1.3;
}
.home-top-form-agreement {
  font-size: 14px;
  line-height: 15px;
}
.home-top-form .tx-btn {
  font-size: 16px;
}
.home-top-explain {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 300;
}
.home-top-explain ul {
  padding-left: 25px;
}
.home-top-explain ul li:not(:last-child) {
  margin-bottom: 16px;
}
.home-top-flag {
  width: 54px;
  height: auto;
}
.home-howto {
  background-color: #FDFDFD;
  padding: 50px 0;
}
.home-howto-h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 30px;
  letter-spacing: 0.1px;
  color: #002868;
}
.home-howto-text {
  font-size: 16px;
  line-height: 23px;
}
.home-howto-img {
  width: 158px;
}
.home-howto-img-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home-withbg {
  padding-top: 62px;
  padding-bottom: 62px;
}
.home-withbg--bg1 {
  background: url("/static/multisite/img/multisite/regional_sites/hawaiionlinedivorce/home-bg2.2e2b652f57dd.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.home-withbg--bg2 {
  background: url("/static/multisite/img/multisite/regional_sites/hawaiionlinedivorce/home-bg3.8784e5950e51.jpg") no-repeat;
  background-position: center 50%;
  background-size: cover;
}
.home-withbg-img-flag {
  flex-shrink: 0;
}
.home-withbg-mask {
  background-color: rgba(255, 255, 255, 0.74);
}
.home-withbg-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 30px;
  letter-spacing: 0.02px;
  text-align: center;
}
.home-withbg-list {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  padding: 0 60px;
  margin-bottom: 0;
}
.home-articles {
  background-color: #EDEDED;
  overflow: hidden;
  padding: 62px 0;
}
.home-articles-h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 30px;
  color: #002868;
}
.home-articles .article-p {
  font-size: 16px;
  line-height: 23px;
}
.home-steps {
  background: url("/static/multisite/img/multisite/regional_sites_common/home-bg4.2855774b07fe.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.home-steps-mask-bg {
  background-color: rgba(22, 33, 106, 0.72);
}
.home-steps-h2 {
  color: #FFFFFF;
  font-size: 28px;
  line-height: 35px;
  font-weight: bold;
  max-width: 650px;
  margin: 0 auto 16px;
  text-align: center;
  letter-spacing: 1.1px;
}
.home-steps-step {
  width: 278px;
  height: 58px;
  background: url("/static/multisite/img/multisite/regional_sites_common/step.4aa8f6fef734.svg") no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
}
.home-steps-step--text {
  font-size: 18px;
  line-height: 13px;
  color: #002868;
  margin: 0 auto;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.home-steps-step--text span {
  max-width: 156px;
  line-height: 20px;
}
.home-steps-step--text span.digit {
  width: 40px;
  text-align: end;
  margin-bottom: 3px;
  color: rgba(186, 13, 48, 0.18);
  font-size: 48px;
}
.home-steps-button {
  font-size: 16px;
  height: 52px;
  width: 240px;
  padding: 14px;
  text-transform: none;
  line-height: 24px;
  text-align: center;
}
.home-guarantee {
  padding: 48px 0;
}
.home-guarantee--bgcolor {
  background-color: #FDFDFD;
}

.cursor-pointer {
  cursor: pointer;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

.lite-registration-wrapper .fc-blue {
  color: #002868;
}
.lite-registration-wrapper .h3 {
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
}
.lite-registration-wrapper .h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.lite-registration-wrapper ul {
  padding-left: 20px;
  list-style: none;
}
.lite-registration-wrapper ul li::before {
  content: "•";
  color: #002868;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.county .bg-blue {
  background-color: #eaedf2;
}
.county:not(.texas) .onmap {
  padding-top: 0.6em;
}
.county:not(.texas) .onmap-bg {
  background: url("/static/multisite/img/multisite/regional_sites_common/best_price.397bf676ec18.png") no-repeat center/contain;
  font-size: 30px;
  height: 150px;
  width: 150px;
  filter: none;
}
.county:not(.texas) .onmap-price {
  font-size: 1em;
  color: white;
}
.county:not(.texas) .onmap-dollar {
  font-size: 0.8em;
}
.county .home-top-explain {
  line-height: 28px;
  font-weight: 400;
}
.county .home-howto h5, .county .home-articles h5 {
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
}
.county .home-howto p, .county .home-articles p {
  font-size: 18px;
  line-height: 25px;
}
.county .home-howto .bg-blue .emblem {
  right: -75px;
  top: -75px;
}
.county .custom-list-numbers {
  list-style-type: none;
  counter-reset: item;
}
.county .custom-list-numbers li {
  position: relative;
}
.county .custom-list-numbers li:before {
  position: absolute;
  left: -20px;
  content: counter(item);
  counter-increment: item;
  font-size: 24px;
  color: #002868;
  font-weight: bold;
}
.county .block-reviews .container {
  position: relative;
}
.county .block-reviews .container .sw-button-prev, .county .block-reviews .container .sw-button-next {
  position: absolute;
  cursor: pointer;
  top: calc(50% - 6.5px);
}
.county .block-reviews .container .sw-button-prev {
  left: -5px;
}
.county .block-reviews .container .sw-button-next {
  right: -5px;
}

@media (max-width: 1199.98px) {
  .home-h1 {
    font-size: 2.5rem;
  }
  .home-top-list {
    font-size: 18px;
    line-height: 21px;
  }
  .home .home-steps-step {
    width: 240px;
    background: url("/static/multisite/img/multisite/regional_sites_common/step-arrow-big.19b140ec6f0e.svg") no-repeat;
    background-size: contain;
  }
  .home .home-steps-step--text {
    font-size: 16px;
  }
  .home .home-steps-step span {
    max-width: 150px;
  }
  .home .home-steps-step span.digit {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .home-h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .home-top-explain {
    font-size: 20px;
  }
  .home-top-guarantee {
    font-size: 1.3rem;
  }
  .home-top-map {
    width: 135px;
  }
  .home-withbg-list {
    line-height: 28px;
  }

  .content h4 {
    font-size: 20px;
  }

  .county:not(.texas) .onmap-bg {
    height: 120px;
    width: 120px;
    font-size: 25px;
  }
  .county .home-top-explain {
    font-size: 18px;
    line-height: 23px;
  }
  .county .home-howto h5, .county .home-howto p, .county .home-articles h5, .county .home-articles p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .home-top {
    background: url("/static/multisite/img/multisite/regional_sites/hawaiionlinedivorce/home-bg1-sm.df5a1aefec87.jpg") no-repeat;
    background-size: cover;
  }
  .home-top-desc {
    margin-bottom: 24px;
  }
  .home-top-explain {
    font-size: 18px;
    font-weight: 400;
  }
  .home-top-guarantee {
    font-size: 1.2rem;
  }
  .home-top-form {
    margin-bottom: 5px;
  }
  .home-howto {
    text-align: center;
    padding: 30px 0;
  }
  .home-howto-h2 {
    font-size: 18px;
    line-height: 23px;
  }
  .home-howto-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .home-howto-img {
    width: 131px;
  }
  .home-howto-img-wrap {
    position: static;
    transform: translateY(0);
  }
  .home-withbg {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .home-withbg--bg1 {
    background: url("/static/multisite/img/multisite/regional_sites/hawaiionlinedivorce/home-bg2-sm.2e2b652f57dd.jpg") no-repeat;
    background-position: bottom;
    background-attachment: inherit;
    background-size: cover;
  }
  .home-withbg--bg2 {
    background-size: cover;
    background-position: top;
    background-attachment: inherit;
  }
  .home-withbg-title {
    font-size: 18px;
    line-height: 1.5;
  }
  .home-withbg-img-flag {
    width: 114px;
  }
  .home-withbg-mask {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-withbg-list {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
  }
  .home-articles {
    padding: 32px 0;
  }
  .home-articles .article-p {
    font-size: 14px;
    line-height: 21px;
  }
  .home-articles-h2 {
    font-size: 18px;
    line-height: 23px;
  }
  .home-steps {
    background-image: url("/static/multisite/img/multisite/regional_sites_common/home-bg4-sm.654cfc0eaf09.jpg");
  }
  .home-steps-h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .lite-registration-wrapper .h3 {
    font-size: 22px;
  }
  .lite-registration-wrapper .h5 {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  .home-h1 {
    font-size: 22px;
    line-height: 28px !important;
  }
  .home-top-map {
    width: 105px;
  }
  .home-top-explain {
    font-size: 16px;
  }
  .home-top-guarantee {
    font-size: 1rem;
  }
  .home-withbg-mask {
    margin: 0 20px;
  }
  .home-steps-h2 {
    font-size: 18px;
  }
}
@media (max-width: 465.98px) {
  .home-withbg-list {
    padding: 0 40px;
  }

  .county .bg-blue-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .county:not(.texas) .onmap-bg {
    height: 100px;
    width: 100px;
    font-size: 20px;
  }
}
@media (max-width: 300px) {
  .county:not(.texas) .onmap-bg {
    height: 80px;
    width: 80px;
    font-size: 18px;
  }
}
.footer {
  overflow: hidden;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  background-color: #22242A;
  padding: 21px 0 11px 0;
  border-top: 1px solid #4C4E53;
}
.footer-link {
  color: #FFFFFF !important;
  display: block;
  letter-spacing: 0.2px;
}
.footer-link:hover {
  color: #FFFFFF !important;
}
.footer .hr {
  width: 100vw;
  position: relative;
  margin: 0 0 0 -50vw;
  left: 50%;
  border-bottom: 1px solid #4C4E53;
  border-top: none;
}
.footer .terms-of-use {
  font-size: 14px;
}
.footer .terms-of-use p, .footer .terms-of-use a {
  color: #F5F5F5;
}
.footer .main-links {
  font-size: 16px;
  padding-bottom: 21px;
}
.footer .main-links .brandname {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.footer .main-links a {
  color: #f5f5f5;
  white-space: nowrap;
}
.footer .main-links ul li {
  display: inline;
}
.footer .seo-links {
  padding-top: 36px;
}
.footer .seo-links ul {
  margin-left: auto;
  column-count: 3;
  column-gap: 25px;
}
.footer .seo-links ul li {
  margin-bottom: 10px;
}
.footer .seo-links a {
  color: #FFFFFF;
}
.footer .seo-links .hr {
  padding-top: 36px;
}
.footer .copyright {
  color: rgba(161, 161, 164, 0.4);
}

@media (max-width: 767.98px) {
  .footer {
    padding: 30px 0 15px 0;
  }
  .footer .main-links ul {
    column-count: 3;
  }
  .footer .main-links ul li {
    display: list-item;
    padding-top: 16px;
  }
  .footer .main-links .login-link {
    padding: 6px 20px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    background-color: transparent;
    transition: color 0.3s, background-color 0.3s;
    text-decoration: none !important;
  }
  .footer .main-links .login-link:hover {
    color: #22242A;
    background-color: #ffffff;
  }
  .footer .seo-links {
    padding-top: 15px;
  }
  .footer .seo-links ul {
    column-count: 2;
  }
  .footer .seo-links .hr {
    padding-top: 16px;
  }
  .footer .terms-of-use,
.footer .sample-docs-link {
    font-size: 12px !important;
  }
}
@media (max-width: 575.98px) {
  .footer-info-wrap {
    margin-left: -2rem;
  }
}
.onmap {
  top: calc(50% - 45px);
  left: 50%;
}
.onmap-bg {
  background: url("/static/multisite/img/multisite/regional_sites/hawaiionlinedivorce/header-map.4799cea857fc.svg") no-repeat;
  background-size: contain;
  background-position: 0 center;
  height: 160px;
}
.onmap-word {
  filter: drop-shadow(0px 2px 2px rgba(186, 13, 48, 0.46));
}
.onmap-price {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  filter: drop-shadow(0px 2px 2px rgba(186, 13, 48, 0.46));
}
.onmap-dollar {
  font-size: 24px;
  filter: drop-shadow(0px 0px 1px rgba(186, 13, 48, 0.46));
}

.home-articles-map {
  position: absolute;
  right: 3%;
  top: 10%;
  height: 80%;
}

@media (max-width: 991.98px) {
  .onmap {
    top: calc(50% - 21px);
    left: -10px;
  }
  .onmap-price {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .onmap {
    left: calc(50% - 55px);
  }
  .onmap-bg {
    background-position: center;
  }
}
@media (max-width: 465.98px) {
  .onmap-word {
    font-size: 15px;
  }
  .onmap-price {
    font-size: 24px;
    margin-top: 0.25rem;
  }
}
@media (max-width: 374.98px) {
  .home-articles-map {
    right: 1%;
    width: 90%;
  }
}
@media (max-width: 350.98px) {
  .onmap {
    left: calc(50% - 44px);
  }
}
