:root {
  --pwa-teal: #075161;
  --pwa-mint: #00d9ae;
  --pwa-sky: #349fb7;
  --pwa-aqua-100: #c8dde0;
  --pwa-sky-soft: #beecf7;
  --pwa-card: #ffffff;
  --pwa-bg: #eff5f6;
  --pwa-ink: #3d4e58;
  --pwa-muted: #647780;
  --pwa-border: rgba(7, 81, 97, 0.14);
  --pwa-shadow: 0 14px 34px rgba(7, 81, 97, 0.22);
}

.pwa-shell {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.pwa-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.pwa-home-mobile,
.pwa-search-sheet-form,
.pwa-guarantee-badge {
  display: none;
}

.pwa-footer-group {
  display: block;
}

.pwa-footer-group > summary {
  display: none;
}

.navbar-brand-mobile {
  display: none;
}

.pwa-header-back {
  display: none;
}

.pwa-mobile-nav {
  display: none;
}

.pwa-chat-rail-menu {
  display: none;
}

.pwa-install {
  position: fixed;
  right: 14px;
  bottom: calc(96px + env(safe-area-inset-bottom, 0px));
  z-index: 100010;
  display: none;
  max-width: min(320px, calc(100vw - 28px));
  padding: 12px 14px;
  border: 0;
  border-radius: 14px;
  background: var(--pwa-teal);
  box-shadow: var(--pwa-shadow);
  color: #fff;
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: left;
}

.pwa-install.is-visible {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pwa-install__icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
}

.pwa-install__title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.pwa-install__body {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.3;
}

.pwa-install__close {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin: -4px -6px -4px 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 24px;
  line-height: 28px;
}

.pwa-install__close:hover,
.pwa-install__close:focus {
  color: #fff;
  outline: none;
}

.pwa-ios-tip {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 100000011;
  display: none;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--pwa-shadow);
  color: var(--pwa-ink);
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
}

.pwa-ios-tip.is-visible {
  display: block;
}

.pwa-ios-tip strong {
  color: var(--pwa-teal);
}

.pwa-install-sheet {
  position: fixed;
  inset: 0;
  z-index: 100000020;
  display: none;
  align-items: flex-end;
  justify-content: center;
  background: rgba(7, 81, 97, 0.42);
}

.pwa-install-sheet.is-visible {
  display: flex;
}

.pwa-install-sheet__panel {
  position: relative;
  width: 100%;
  max-width: 460px;
  padding: 28px 20px calc(22px + env(safe-area-inset-bottom, 0px));
  border-radius: 18px 18px 0 0;
  background: #fff;
  box-shadow: 0 -16px 42px rgba(7, 81, 97, 0.22);
  color: var(--pwa-ink);
  text-align: center;
}

.pwa-install-sheet__panel img {
  width: 58px;
  height: 58px;
  margin: 0 auto 12px;
}

.pwa-install-sheet__panel h2 {
  margin: 0 0 8px;
  color: var(--pwa-teal);
  font-family: "Patua One", Georgia, serif;
  font-size: 26px;
}

.pwa-install-sheet__panel p {
  margin: 0 auto 18px;
  max-width: 320px;
  font-size: 15px;
  line-height: 1.45;
}

.pwa-install-sheet__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--pwa-muted);
  font-size: 28px;
  line-height: 1;
}

.pwa-install-sheet__ok {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: var(--pwa-mint);
  color: #fff;
  font-weight: 700;
}

.pwa-offline {
  max-width: 420px;
  margin: 70px auto;
  padding: 0 24px;
  color: var(--pwa-ink);
  text-align: center;
}

.pwa-offline__icon {
  width: 86px;
  height: 86px;
  margin-bottom: 20px;
}

.pwa-offline h1 {
  margin: 0 0 12px;
  color: var(--pwa-teal);
  font-family: "Patua One", Georgia, serif;
  font-size: 34px;
}

.pwa-offline p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.55;
}

.pwa-offline__button {
  display: inline-block;
  min-width: 140px;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--pwa-mint);
  color: var(--pwa-teal);
  font-weight: 700;
  text-decoration: none;
}

.pwa-offline__button:hover,
.pwa-offline__button:focus {
  color: var(--pwa-teal);
  text-decoration: none;
}

@media (max-width: 767px) {
  .pwa-shell {
    overflow-x: hidden;
    background: var(--pwa-bg);
  }

  .pwa-shell button,
  .pwa-shell input,
  .pwa-shell select,
  .pwa-shell textarea {
    font-size: 16px;
  }

  .pwa-shell img {
    max-width: 100%;
  }

  .pwa-shell .ch-content {
    min-height: calc(100vh - 64px);
    background: var(--pwa-bg);
  }

  .pwa-home-mobile {
    display: block;
    background: var(--pwa-bg);
  }

  .pwa-shell .pwa-home-mobile + .hero-wrapper,
  .pwa-shell .pwa-home-mobile + .hero-wrapper + br,
  .pwa-shell .pwa-home-mobile ~ .howitworks,
  .pwa-shell .pwa-home-mobile ~ .affiliations {
    display: none !important;
  }

  .pwa-home-hero {
    position: relative;
    min-height: 360px;
    margin-top: -64px;
    padding: 126px 16px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    background:
      linear-gradient(to bottom, rgba(4, 44, 54, 0.62), rgba(4, 44, 54, 0.42) 44%, rgba(4, 44, 54, 0.86)),
      url("../../img/landing_page/landing.jpg") center/cover no-repeat,
      var(--pwa-teal);
  }

  .pwa-home-hero h1 {
    max-width: 330px;
    margin: 0 0 8px;
    font-family: "Patua One", Georgia, serif;
    color: #fff;
    font-size: 31px;
    font-weight: 400;
    line-height: 1.08;
  }

  .pwa-home-hero p {
    max-width: 290px;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.42;
  }

  .pwa-home-search-trigger {
    position: relative;
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 20px;
    border: 3px solid rgba(41, 132, 113, 0.96);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(7, 81, 97, 0.2);
    color: var(--pwa-ink);
    font-size: 18px;
    font-weight: 700;
    text-align: left;
  }

  .pwa-search-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: #147083;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .pwa-search-sheet-form {
    position: fixed;
    inset: 0;
    z-index: 100000012;
    display: none;
    background: rgba(7, 81, 97, 0.44);
  }

  .pwa-search-sheet-form.is-visible {
    display: block;
  }

  .pwa-search-sheet {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }

  .pwa-search-sheet__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 24px 18px 96px;
  }

  .pwa-search-sheet h2 {
    margin: 0 0 14px;
    color: var(--pwa-ink);
    font-family: "Open Sans", system-ui, sans-serif;
    font-size: 19px;
    font-weight: 800;
  }

  .pwa-search-label {
    margin: 22px 0 8px;
    color: var(--pwa-muted);
    font-size: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
  }

  .pwa-field {
    position: relative;
    display: block;
    margin: 0 0 12px;
  }

  .pwa-field span {
    position: absolute;
    left: 14px;
    top: 10px;
    z-index: 1;
    color: #147083;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: uppercase;
  }

  .pwa-field input {
    width: 100%;
    min-height: 48px;
    padding: 20px 14px 6px;
    border: 1px solid #d8e8eb;
    border-radius: 8px;
    background: #fff;
    color: var(--pwa-ink);
    font-size: 16px;
    box-shadow: none;
  }

  .pwa-field input::placeholder {
    color: var(--pwa-muted);
    opacity: 0.9;
    text-transform: none;
  }

  .pwa-field--date input {
    text-align: left;
  }

  .pwa-checkline {
    min-height: 34px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: -4px 0 14px;
    color: var(--pwa-ink);
    font-size: 16px;
  }

  .pwa-checkline input {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: var(--pwa-teal);
  }

  .pwa-budget-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
  }

  .pwa-budget-slider {
    position: relative;
    min-height: 52px;
    margin: 12px 8px 0;
    padding-top: 20px;
  }

  .pwa-budget-slider .slider.slider-horizontal {
    width: 100%;
    height: 24px;
  }

  .pwa-budget-slider .slider-track {
    height: 5px;
    margin-top: -2px;
    border-radius: 999px;
    background: #dcebed;
    background-image: none;
    box-shadow: none;
  }

  .pwa-budget-slider .slider-selection {
    background: #33a7b8;
    background-image: none;
    box-shadow: none;
  }

  .pwa-budget-slider .slider-handle {
    width: 24px;
    height: 24px;
    margin-top: -10px;
    background: var(--pwa-teal);
    background-image: none;
    box-shadow: 0 4px 12px rgba(7, 81, 97, 0.24);
    opacity: 1;
  }

  .pwa-budget-slider .tooltip {
    font-family: "Open Sans", system-ui, sans-serif;
    font-size: 13px;
    line-height: 1;
  }

  .pwa-budget-slider .tooltip-inner {
    min-width: 46px;
    padding: 7px 10px;
    border-radius: 6px;
    background: var(--pwa-teal);
    color: #fff;
    font-weight: 700;
  }

  .pwa-budget-slider .tooltip-min {
    margin-left: 0 !important;
  }

  .pwa-budget-slider .tooltip-max {
    margin-left: 12px !important;
    transform: translateX(-100%);
  }

  .pwa-budget-slider input[data-pwa-budget] {
    width: 100%;
  }

  .pwa-search-sheet__foot {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #d8e8eb;
    background: #fff;
  }

  .pwa-search-sheet__foot .pwa-button {
    width: 100%;
    min-height: 48px;
    border-radius: 8px;
    font-size: 16px;
  }

  .pwa-search-sheet__foot input.pwa-button {
    -webkit-appearance: none;
    appearance: none;
    background: var(--pwa-mint);
  }

  .datepicker {
    z-index: 100000020 !important;
  }

  .pac-container {
    z-index: 100000021 !important;
  }

  .pwa-home-ask {
    margin: 18px 16px 0;
    padding: 14px 12px;
    border-radius: 14px;
    background: var(--pwa-aqua-100);
    color: var(--pwa-teal);
  }

  .pwa-home-ask strong,
  .pwa-home-ask span {
    display: block;
  }

  .pwa-home-ask strong {
    font-size: 16px;
    line-height: 1.25;
  }

  .pwa-home-ask span {
    margin-top: 2px;
    color: #2b5c68;
    font-size: 13.5px;
    line-height: 1.4;
  }

  .pwa-home-ask__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 12px;
  }

  .pwa-home-ask--quick-help {
    width: calc(100% - 40px);
    margin: 18px auto 0;
    padding: 14px 12px 12px;
  }

  .pwa-home-ask--quick-help .pwa-home-ask__text strong {
    color: var(--pwa-teal);
    font-size: 16px;
    font-weight: 700;
  }

  .pwa-home-ask--quick-help .pwa-home-ask__text span {
    color: #2b5c68;
    font-size: 14px;
  }

  .pwa-home-ask--quick-help .pwa-button {
    min-height: 42px;
    gap: 8px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1;
  }

  .pwa-home-ask--quick-help .pwa-button svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .pwa-home-ask--quick-help .pwa-button span {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  .pwa-button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    background: var(--pwa-mint);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
  }

  .pwa-button:hover,
  .pwa-button:focus {
    color: #fff;
    text-decoration: none;
  }

  .pwa-button--ghost {
    border: 1.5px solid var(--pwa-sky);
    background: transparent;
    color: var(--pwa-teal);
  }

  .pwa-button--ghost:hover,
  .pwa-button--ghost:focus {
    color: var(--pwa-teal);
  }

  .pwa-home-section {
    margin-top: 22px;
    background: var(--pwa-bg);
  }

  .pwa-home-section > h2 {
    margin: 0;
    padding: 0 16px 10px;
    color: var(--pwa-teal);
    font-family: "Patua One", Georgia, serif;
    font-size: 22px;
    font-weight: 400;
  }

  .pwa-home-rail {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 0 8px;
    scrollbar-width: none;
  }

  .pwa-home-rail::-webkit-scrollbar {
    display: none;
  }

  .pwa-home-rail > *:first-child {
    margin-left: 16px;
  }

  .pwa-home-rail > *:last-child {
    margin-right: 16px;
  }

  .pwa-home-step {
    flex: 0 0 218px;
    padding: 13px 13px 15px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(7, 81, 97, 0.1);
  }

  .pwa-home-step__head {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 9px;
  }

  .pwa-home-step__head span {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--pwa-teal);
    color: #fff;
    font-weight: 700;
  }

  .pwa-home-step__head img {
    width: auto;
    height: 64px;
    max-width: 88px;
    object-fit: contain;
  }

  .pwa-home-step h3 {
    margin: 0 0 5px;
    color: var(--pwa-ink);
    font-family: "Open Sans", system-ui, sans-serif;
    font-size: 15.5px;
    font-weight: 700;
    line-height: 1.25;
  }

  .pwa-home-step p {
    margin: 0;
    color: var(--pwa-muted);
    font-size: 13.5px;
    line-height: 1.45;
  }

  .pwa-home-trust {
    padding: 20px 16px 4px;
    background: var(--pwa-bg);
    text-align: center;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }

  .pwa-home-trust h2 {
    font-family: "Patua One", Georgia, serif;
    font-size: 21px;
    font-weight: 400;
  }

  .pwa-home-trust .uk-width-2-3,
  .pwa-home-trust .uk-width-5-6 {
    width: 100% !important;
  }

  .pwa-home-trust .uk-width-2-3 p,
  .pwa-home-trust .uk-width-5-6 p {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    color: #4e7782;
    font-size: 15px;
    line-height: 1.35;
  }

  .pwa-home-trust .pwa-trust-copy,
  .pwa-home-trust .pwa-trust-copy > p,
  .pwa-home-trust .pwa-trust-copy-text {
    max-width: 340px !important;
    color: #4e7782 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .pwa-home-trust .company-logos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 18px 20px;
    margin: 0 !important;
    padding: 14px 0 16px !important;
  }

  .pwa-home-trust .company-logos > div {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .pwa-home-trust .company-logos img {
    width: 100%;
    height: 42px;
    object-fit: contain;
  }

  .pwa-home-trust .company-logos > div:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .pwa-home-trust .company-logos > div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .pwa-home-trust .company-logos > div:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }

  .pwa-home-trust .company-logos > div:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
  }

  .pwa-home-trust .company-logos > div:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }

  .pwa-home-trust .company-logos > div:nth-child(6) {
    grid-column: 3;
    grid-row: 2;
  }

  .pwa-home-trust .company-logos-after,
  .pwa-home-trust .company-logos-after p {
    width: 100% !important;
    max-width: 340px;
    font-size: 12px;
    line-height: 1.35;
    color: var(--pwa-muted);
  }

  .pwa-home-trust .pwa-trust-disclaimer,
  .pwa-home-trust .pwa-trust-disclaimer > p,
  .pwa-home-trust .pwa-trust-disclaimer > p > i,
  .pwa-home-trust .pwa-trust-disclaimer-text,
  .pwa-home-trust .pwa-trust-disclaimer-text i {
    color: var(--pwa-muted) !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
  }

  .pwa-shell .hero-wrapper {
    display: block;
    min-height: 92vh;
    height: auto;
    margin-top: -64px;
    padding: 112px 16px 54px;
  }

  .pwa-shell .hero-wrapper:before {
    background: rgba(7, 81, 97, 0.42);
  }

  .pwa-shell .hero-wrapper-inner {
    display: flex;
    min-height: calc(92vh - 166px);
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
  }

  .pwa-shell .hero-wrapper h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 680px;
    font-size: 39px;
    line-height: 1.04;
  }

  .pwa-shell .hero-wrapper .uk-text-lead {
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
    font-size: 18px;
    line-height: 1.42;
  }

  .pwa-shell .hero-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .pwa-shell .hero-container .search-field-list {
    margin: 0;
  }

  .pwa-shell .hero-container .search-field-list > li {
    padding-left: 0;
    padding-right: 0;
  }

  .pwa-shell .hero-search,
  .pwa-shell .form-control,
  .pwa-shell .uk-input,
  .pwa-shell .uk-select,
  .pwa-shell .uk-textarea {
    min-height: 48px;
    border-radius: 8px;
  }

  .pwa-shell #ch-search-btn,
  .pwa-shell .uk-button,
  .pwa-shell .btn.customCta {
    min-height: 46px;
    border-radius: 8px;
    white-space: normal;
  }

  .pwa-shell .howitworks.alt {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pwa-shell .howitworks.alt > h1 {
    color: var(--pwa-teal) !important;
    font-size: 28px;
    line-height: 1.12;
  }

  .pwa-shell .process-step {
    min-height: 0;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(7, 81, 97, 0.1);
  }

  .pwa-shell .process-step img {
    width: 76px;
    height: auto;
  }

  .pwa-shell .affiliations {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pwa-shell .affiliations .uk-card {
    padding: 20px !important;
    border-radius: 8px;
  }

  .pwa-shell .ch-auth-container {
    width: auto;
    max-width: 440px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pwa-shell .ch-auth-container .uk-card {
    margin-top: 86px !important;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(7, 81, 97, 0.14);
  }

  .pwa-shell .ch-auth-container .uk-width-2-3,
  .pwa-shell .ch-auth-container .uk-width-3-4 {
    width: 100% !important;
  }

  .pwa-shell .footer-container {
    /* padding: 28px 16px calc(28px + env(safe-area-inset-bottom, 0px)); */
    padding: 0 0 16px;
  }

  .pwa-shell .footer {
    margin-bottom: 0;
    padding: 0;
    text-align: left;
  }

  .pwa-shell .footer .footer-columns {
    gap: 0;
    margin-bottom: 0;
  }

  .pwa-shell .footer h4 {
    margin-top: 0;
    margin-bottom: 8px;
    color: var(--pwa-sky-soft);
    font-size: 13px;
    letter-spacing: 0;
  }

  .pwa-shell .pwa-footer-group > ul > li:first-child {
    display: none;
  }

  .pwa-shell .footer a {
    min-height: 34px;
    margin: 0;
    padding: 4px 0;
    font-size: 14px;
    line-height: 1.45;
  }

  .pwa-shell .pwa-footer-group {
    margin: 0;
    border-bottom: 1px solid rgba(190, 236, 247, 0.24);
  }

  .pwa-shell .pwa-footer-group > summary {
    width: 100%;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0 22px;
    border: 0;
    background: transparent;
    color: #fff;
    font-family: "Open Sans", system-ui, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-align: left;
    cursor: pointer;
    list-style: none;
  }

  .pwa-shell .pwa-footer-group > summary::-webkit-details-marker {
    display: none;
  }

  .pwa-shell .pwa-footer-group > summary .chev {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-right: 2px solid var(--pwa-sky-soft);
    border-bottom: 2px solid var(--pwa-sky-soft);
    transform: rotate(-45deg);
    opacity: 0.95;
    transition: transform 0.16s ease;
  }

  .pwa-shell .pwa-footer-group[open] > summary .chev {
    transform: rotate(45deg);
  }

  .pwa-shell .pwa-footer-group > ul {
    margin: 0;
    padding: 0 22px 14px;
    list-style: none;
  }

  .pwa-shell .pwa-footer-group > ul > li {
    margin: 0;
  }

  .pwa-shell .pwa-footer-group > ul > li:before {
    content: none;
  }

  .pwa-shell .pwa-footer-group > ul a {
    min-height: 34px;
    display: flex;
    align-items: center;
    padding: 3px 0;
    color: var(--pwa-sky-soft);
    font-size: 13px;
    line-height: 1.35;
  }

  .small-text {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .pwa-shell .modal-dialog {
    margin-left: 12px;
    margin-right: 12px;
  }

  .pwa-shell .modal-content {
    border-radius: 8px;
  }
  /* Mobile header, nav, and floating rails */
  .pwa-shell .navbar.navbar-default {
    min-height: 52px;
    height: 52px;
    overflow: visible;
    background: var(--pwa-teal);
    box-shadow: none;
  }

  .pwa-shell .navbar-style {
    position: relative;
    min-height: 52px;
    padding-left: 17px;
    padding-right: 17px;
    overflow: visible;
  }

  .pwa-shell .navbar-header {
    display: flex;
    align-items: center;
    min-height: 52px;
    height: 52px;
    overflow: visible;
  }

  .pwa-shell .navbar-brand-desktop {
    display: none !important;
  }

  .pwa-shell .pwa-header-back {
    order: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 44px;
    min-width: 32px;
    margin: 4px 1px 4px 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    z-index: 100004;
  }

  .pwa-shell .pwa-header-back.is-visible {
    display: flex;
  }

  .pwa-shell .pwa-header-back svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .pwa-shell .pwa-header-back[hidden] {
    display: none !important;
  }

  .pwa-shell .navbar-brand-mobile,
  .pwa-shell .navbar-brand-mobile:hover,
  .pwa-shell .navbar-brand-mobile:focus {
    position: relative;
    display: block;
    min-height: 48px;
    padding-top: 6px;
    padding-bottom: 0;
    padding-left: 13px;
    color: #fff !important;
    line-height: 1;
    overflow: visible !important;
    text-shadow: none !important;
    z-index: 100004;
  }

  .pwa-shell .navbar-brand-mobile .navbar-wordmark {
    display: block;
    color: #fff;
    font-family: "Patua One", Georgia, serif;
    font-size: 27px;
    line-height: 1;
  }

  .pwa-shell .navbar-brand-mobile span.navbar-beta {
    position: absolute;
    top: 32px;
    left: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px !important;
    height: 24px !important;
    min-width: 58px;
    max-width: 58px !important;
    padding: 0 !important;
    border-radius: 4px;
    background: var(--pwa-mint);
    color: var(--pwa-teal);
    font-family: "Open Sans", system-ui, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0;
    white-space: nowrap;
    box-sizing: border-box;
    text-shadow: none !important;
    transform: scale(0.58);
    transform-origin: top left;
  }

  .pwa-shell #topMenuToggle {
    order: 2;
    width: 44px;
    min-height: 44px;
    margin: 4px 0 4px auto;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
  }

  .pwa-shell #topMenuToggle .icon-bar {
    width: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
  }

  .pwa-shell .guarantee-badge,
  .pwa-shell .get-free-rent {
    display: none !important;
  }

  .pwa-shell .pwa-guarantee-badge {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 70px;
    /* height: 66px; */
    transform: translateX(calc(-50% + 10px));
    z-index: 100005;
    overflow: visible;
  }

  .pwa-shell #navbar.in {
    top: 52px;
    right: 0 !important;
    left: 0 !important;
    width: 100vw;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 16px 34px rgba(7, 81, 97, 0.16);
  }

  .pwa-shell #navbar .navbar-right,
  .pwa-shell #navbar .navbar-left {
    display: none !important;
  }

  .pwa-home-hero {
    margin-top: -52px;
    padding-top: 108px;
  }

  .pwa-shell .pwa-mobile-nav {
    display: block;
    width: 100vw;
    max-width: none;
    margin: 0;
    padding: 0;
    background: #fff;
  }

  .pwa-shell .pwa-mobile-nav .pwa-navrow,
  .pwa-shell .pwa-mobile-nav .pwa-navrow__button {
    width: 100%;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding: 0 16px 0 17px;
    border: 0;
    border-bottom: 1px solid rgba(7, 81, 97, 0.1);
    border-radius: 0;
    background: #fff !important;
    color: var(--pwa-ink) !important;
    font-family: "Open Sans", system-ui, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2;
    text-align: left;
    text-transform: none !important;
    white-space: nowrap;
    overflow: visible;
    text-indent: 0 !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
  }

  .pwa-shell .pwa-mobile-nav .pwa-navrow:hover,
  .pwa-shell .pwa-mobile-nav .pwa-navrow:focus,
  .pwa-shell .pwa-mobile-nav .pwa-navrow__button:hover,
  .pwa-shell .pwa-mobile-nav .pwa-navrow__button:focus {
    background: #fff !important;
    color: var(--pwa-ink) !important;
    text-decoration: none;
    outline: none;
  }

  .pwa-shell .pwa-navrow-form {
    display: block;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .pwa-shell .pwa-mobile-nav .pwa-navrow-button,
  .pwa-shell .pwa-mobile-nav .pwa-navrow__button {
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }

  .pwa-shell .pwa-navrow svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: #147083;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .pwa-shell .pwa-navrow svg * {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .pwa-shell .pwa-navrow__label {
    min-width: 0;
    flex: 1 1 auto;
  }

  .pwa-shell .pwa-navrow__chev {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-top: 2px solid rgba(7, 81, 97, 0.38);
    border-right: 2px solid rgba(7, 81, 97, 0.38);
    transform: rotate(45deg);
  }

  .pwa-shell .pwa-navsep {
    height: 8px;
    background: var(--pwa-bg);
  }

  .pwa-shell {
    --pwa-side-rail-bottom: calc(110px + env(safe-area-inset-bottom, 0px));
    --pwa-side-rail-upper-bottom: calc(158px + env(safe-area-inset-bottom, 0px));
  }

  .pwa-shell .pwa-install {
    right: 0 !important;
    bottom: var(--pwa-side-rail-upper-bottom) !important;
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    padding: 0;
    justify-content: center;
    border: 2px solid #ffd259;
    border-right: 0;
    border-radius: 9px 0 0 9px;
    background: var(--pwa-teal);
    box-shadow: 0 8px 22px rgba(7, 81, 97, 0.2);
    text-align: center;
    z-index: 100000008 !important;
  }

  .pwa-shell .pwa-install__title {
    order: 1;
    font-size: 13px;
    line-height: 1;
  }

  .pwa-shell .pwa-install__icon {
    width: 19px;
    height: 19px;
    color: #fff;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .pwa-shell .pwa-install__close {
    display: none;
  }

  .pwa-shell .pwa-feedback-tab,
  .pwa-shell [id*="usersnap"],
  .pwa-shell [class*="usersnap"] {
    width: 32px !important;
    min-width: 32px !important;
    height: 100px !important;
    padding: 0 !important;
    border-radius: 0 9px 9px 0 !important;
    background: #8b7fd4 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px !important;
    line-height: 1 !important;
    text-transform: none !important;
    transform: translateY(-50%) !important;
  }

  .pwa-shell #surfly-start-button,
  .pwa-shell .pwa-cobrowse-tab {
    position: fixed !important;
    right: 0 !important;
    left: auto !important;
    top: 50% !important;
    top: 50svh !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    z-index: 100000006 !important;
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    border: 0 !important;
    border-radius: 9px 0 0 9px !important;
    background: #2f7fe0 !important;
    color: #fff !important;
    font-family: "Open Sans", system-ui, sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: none !important;
    writing-mode: vertical-rl !important;
    text-orientation: mixed !important;
    box-shadow: 0 2px 10px rgba(7, 45, 55, 0.22) !important;
    opacity: 1 !important;
  }

  .pwa-shell #chat-fab {
    right: 0 !important;
    left: auto !important;
    bottom: var(--pwa-side-rail-bottom) !important;
    width: 32px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  .pwa-shell #chat-fab-toggle {
    width: 32px !important;
    height: 44px !important;
    min-width: 32px !important;
    min-height: 44px !important;
    max-width: 32px !important;
    max-height: 44px !important;
    margin: 0 !important;
    border-radius: 9px 0 0 9px !important;
    background: var(--pwa-mint) !important;
    box-shadow: 0 8px 22px rgba(7, 81, 97, 0.2) !important;
  }

  .pwa-shell #chat-fab-toggle .chat-fab-icon {
    width: 19px;
    height: 19px;
    display: block;
    color: var(--pwa-teal);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
    border: 0;
  }

  .pwa-shell #chat-fab-toggle .chat-fab-icon:after {
    content: none;
  }

  .pwa-shell #chat-fab-toggle .chat-fab-close {
    color: var(--pwa-teal);
    font-family: "Open Sans", system-ui, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
  }

  .pwa-shell #chat-fab-actions {
    display: none !important;
  }

  .pwa-shell .pwa-chat-rail-menu {
    position: fixed;
    right: 8px;
    bottom: var(--pwa-side-rail-upper-bottom);
    z-index: 100000020;
    width: min(268px, calc(100vw - 24px));
    overflow: hidden;
    display: none;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(7, 81, 97, 0.24);
    animation: pwaRailIn 0.18s ease both;
  }

  .pwa-shell #chat-fab.open .pwa-chat-rail-menu {
    display: block;
  }

  @keyframes pwaRailIn {
    from {
      opacity: 0;
      transform: translateY(8px) scale(0.97);
    }
  }

  .pwa-shell .pwa-chat-rail-menu .rail-item {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0;
    padding: 11px 13px;
    border: 0;
    border-bottom: 1px solid rgba(7, 81, 97, 0.1);
    border-radius: 0;
    background: transparent;
    color: var(--pwa-ink);
    text-align: left;
    cursor: pointer;
  }

  .pwa-shell .pwa-chat-rail-menu .rail-item:active {
    background: #eaf7f8;
  }

  .pwa-shell .pwa-chat-rail-menu .ri-ic {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #eaf7f8;
    color: var(--pwa-teal);
  }

  .pwa-shell .pwa-chat-rail-menu .ri-ic svg {
    width: 19px;
    height: 19px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .pwa-shell .pwa-chat-rail-menu .ri-tx {
    min-width: 0;
    display: flex;
    flex-direction: column;
  }

  .pwa-shell .pwa-chat-rail-menu .ri-tx b {
    color: var(--pwa-ink);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
  }

  .pwa-shell .pwa-chat-rail-menu .ri-tx i {
    margin-top: 2px;
    color: var(--pwa-muted);
    font-size: 13px;
    font-style: normal;
    line-height: 1.2;
  }

  .pwa-shell .pwa-chat-rail-menu .rail-note {
    margin: 0;
    padding: 9px 13px;
    background: #eaf7f8;
    color: var(--pwa-muted);
    font-size: 13px;
    line-height: 1.3;
  }

  .pwa-shell .userway_buttons_wrapper {
    position: fixed !important;
    left: 0 !important;
    right: auto !important;
    top: auto !important;
    bottom: var(--pwa-side-rail-bottom) !important;
    width: 32px !important;
    height: 44px !important;
    min-width: 32px !important;
    min-height: 44px !important;
    max-width: 32px !important;
    max-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100000006 !important;
    transform: none !important;
  }

  .pwa-shell .uwy {
    /* Accessability icon */
    z-index: 1000006 !important
  }

  #front-chat-container #front-chat-holder {
    z-index: 100000007;
  }

  .pwa-shell #userwayLstIcon {
    display: none !important;
  }

  .pwa-shell #userwayAccessibilityIcon {
    position: static !important;
    width: 32px !important;
    height: 44px !important;
    min-width: 32px !important;
    min-height: 44px !important;
    max-width: 32px !important;
    max-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #1b77e8 !important;
    border-left: 0 !important;
    border-radius: 0 9px 9px 0 !important;
    background: #ffffff !important;
    box-shadow: 0 8px 20px rgba(27, 119, 232, 0.22) !important;
    transform: none !important;
    opacity: 1 !important;
    overflow: hidden !important;
  }

  .pwa-shell #userwayAccessibilityIcon .uiiw,
  .pwa-shell #userwayAccessibilityIcon .ups,
  .pwa-shell #userwayAccessibilityIcon .usr {
    display: none !important;
  }

  .pwa-shell #userwayAccessibilityIcon .pwa-a11y-icon {
    width: 19px;
    height: 19px;
    display: block;
    color: #1b77e8;
    fill: currentColor;
    stroke: none;
  }
}
