.bg-foreground {
  background-color: rgb(160, 157, 145);
}

.bg-foreground {
  background-color: rgb(160, 157, 145);
}

.bg-default {
  background-color: rgb(217, 217, 217);
}

.text-black {
  color: rgb(0, 0, 0);
}

.fade-in,
.animate-on-scroll,
.stagger-on-scroll,
.stagger-fast-on-scroll,
.blast-on-scroll {
  opacity: 0;
  will-change: scroll-position;
}

.stagger-on-scroll.animate,
.stagger-fast-on-scroll.animate,
.blast-on-scroll.animate {
  opacity: 1;
}
.stagger-on-scroll.animate .blast,
.stagger-fast-on-scroll.animate .blast,
.blast-on-scroll.animate .blast {
  display: inline-block;
}

.fade-in.animate {
  animation-name: d;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.animate-on-scroll.animate {
  animation-name: a;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

@keyframes a {
  0% {
    opacity: 0;
    -webkit-backface-visibility: hidden;
  }
  to {
    opacity: 1;
    -webkit-backface-visibility: hidden;
  }
}
@keyframes d {
  0% {
    opacity: 0;
    transform: translateY(20px);
    -webkit-backface-visibility: hidden;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-backface-visibility: hidden;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 15px));
  }
}
.fade-out {
  animation: fadeOut 0.4s forwards;
}

.fade-in {
  animation: fadeIn 0.4s forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html {
  max-height: 100vh;
  overflow: hidden !important;
}

.quote-wrapper {
  height: 100vh;
  overflow: hidden;
}
.quote-wrapper .numbering {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.quote-wrapper .wizard {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard {
    height: 100vh;
  }
}
.quote-wrapper .wizard-nav {
  position: relative;
  justify-content: space-between;
}
.quote-wrapper .wizard-nav .progress-bar {
  width: 1px;
  height: 100px;
  background-color: rgb(0, 0, 0);
  position: relative;
}
@media (min-width: 992px) {
  .quote-wrapper .wizard-nav .progress-bar {
    margin: auto;
  }
}
.quote-wrapper .wizard-nav .progress-bar .progress-div {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background-color: rgb(0, 0, 0);
}
.quote-wrapper .wizard-nav .numbering {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.quote-wrapper .wizard-controls {
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard-controls {
    padding-top: 204px;
    padding-bottom: 45px;
    max-height: 97vh;
  }
}
@media (min-width: 992px) {
  .quote-wrapper .wizard-controls {
    padding-bottom: 30px;
    max-height: 97vh;
  }
}
.quote-wrapper .wizard-controls .controls-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.quote-wrapper .wizard .breadcrumb {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .breadcrumb {
    padding-top: 80px;
  }
}
.quote-wrapper .wizard .breadcrumb .title {
  padding-top: 20px;
  padding-bottom: 30px;
}
.quote-wrapper .wizard .step-one {
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 46px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.quote-wrapper .wizard .step-one .breadcrumb {
  flex-shrink: 0;
}
.quote-wrapper .wizard .step-one .inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding-top: 40px;
  padding-bottom: 82px;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-one .inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-one .inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.quote-wrapper .wizard .step-one .subtitle {
  flex-shrink: 0;
  padding-bottom: 19px;
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-one .subtitle {
    padding-bottom: 27px;
  }
}
.quote-wrapper .wizard .step-one .row:not(:first-of-type) {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
@media (max-width: 991.98px) {
  .quote-wrapper .wizard .step-one .row:not(:first-of-type).align-end {
    flex-direction: row;
  }
}
.quote-wrapper .wizard .step-one .dropdown-type {
  flex-shrink: 0;
}
.quote-wrapper .wizard .step-one .dropdown-contents {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.quote-wrapper .wizard .step-one .drop-content {
  height: 100%;
}
.quote-wrapper .wizard .step-one .drop-content > .row {
  height: 100%;
}
.quote-wrapper .wizard .step-one .pagination {
  max-width: 85%;
}
.quote-wrapper .wizard .step-one .left-content {
  flex: 0 0 auto;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-one .left-content {
    width: 63.667%;
    height: 100%;
  }
}
.quote-wrapper .wizard .step-one .right-content {
  flex: 0 0 auto;
  width: 100%;
  padding-bottom: 19px;
  padding-top: 28px;
}
@media (min-width: 720px) and (max-width: 991.98px) {
  .quote-wrapper .wizard .step-one .right-content {
    padding-left: 5px;
    height: 50%;
    overflow: scroll;
  }
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-one .right-content {
    width: 36.333%;
    padding-top: 0;
    height: 100%;
  }
}
.quote-wrapper .wizard .step-one .right-content ol {
  padding: 12px 13px 0 12px;
}
.quote-wrapper .wizard .step-one .right-content p {
  padding-top: 20px;
}
.quote-wrapper .wizard .step-two {
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 46px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.quote-wrapper .wizard .step-two .inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding-top: 40px;
  padding-bottom: 82px;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-two .inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-two .inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.quote-wrapper .wizard .step-two .subtitle {
  flex-shrink: 0;
  padding-bottom: 19px;
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-two .subtitle {
    padding-bottom: 27px;
  }
}
.quote-wrapper .wizard .step-two .inner > .row {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.quote-wrapper .wizard .step-two .inner > .row > .col-12 {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.quote-wrapper .wizard .step-two .col-12 > .row:first-child {
  flex-shrink: 0;
}
.quote-wrapper .wizard .step-two .dropdown-floor,
.quote-wrapper .wizard .step-two .radio-drag-wrapper {
  flex-shrink: 0;
}
.quote-wrapper .wizard .step-two .dropdown-contents {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.quote-wrapper .wizard .step-two .drop-content {
  height: 100%;
  overflow: hidden;
}
.quote-wrapper .wizard .step-two .drop-content > .row {
  height: 100%;
  display: flex !important;
  flex-wrap: wrap;
  min-height: 0;
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-two .drop-content > .row {
    flex-wrap: nowrap;
  }
}
.quote-wrapper .wizard .step-two .left-content {
  flex: 0 0 auto;
  width: 100%;
  height: 50%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-two .left-content {
    height: 50%;
  }
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-two .left-content {
    width: 63.667%;
    height: 100%;
  }
}
.quote-wrapper .wizard .step-two .right-content {
  flex: 0 0 auto;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 19px;
  overflow-y: auto;
  height: 50%;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-two .right-content {
    height: 50%;
  }
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-two .right-content {
    width: 36.333%;
    padding-top: 0;
    max-height: 100%;
    height: 100%;
  }
}
@media (min-width: 720px) and (max-width: 991.98px) {
  .quote-wrapper .wizard .step-two .right-content {
    padding-left: 5px;
  }
}
.quote-wrapper .wizard .step-two .right-content ol {
  padding: 12px 13px 0 12px;
}
.quote-wrapper .wizard .step-two .right-content ul {
  margin-top: 12px;
}
.quote-wrapper .wizard .step-two .right-content p {
  padding-top: 20px;
}
.quote-wrapper .wizard .step-two .options {
  display: flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  padding-top: 9px;
  flex-wrap: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-two .options {
    padding-top: 11px;
    gap: 25px;
  }
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-two .options {
    padding-top: 0;
    gap: 25px;
  }
}
.quote-wrapper .wizard .step-two .radio-button {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 1px 5px 2px 24px;
  margin: 0;
  white-space: nowrap;
  cursor: pointer;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-two .radio-button {
    padding: 3px 7px 4px 29px;
    border-radius: 8px;
  }
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-two .radio-button {
    padding: 3px 13px 4px 32px;
  }
}
@media (hover: hover) {
  .quote-wrapper .wizard .step-two .radio-button:hover {
    border-color: rgb(0, 0, 0) !important;
  }
  .quote-wrapper .wizard .step-two .radio-button:hover::before {
    background-color: rgb(160, 157, 145);
  }
}
.quote-wrapper .wizard .step-two .radio-button .radio-tower {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
.quote-wrapper .wizard .step-two .radio-button::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 100%;
  display: block;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-two .radio-button::before {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-two .radio-button::before {
    width: 17px;
    height: 17px;
  }
}
.quote-wrapper .wizard .step-three {
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 86px;
  padding-bottom: 80px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-three {
    padding-top: 86px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-three {
    padding-bottom: 40px;
    padding-top: 86px;
  }
}
.quote-wrapper .wizard .step-three .subtitle {
  flex-shrink: 0;
  padding-bottom: 19px;
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-three .subtitle {
    padding-bottom: 27px;
  }
}
.quote-wrapper .wizard .step-three .h7 {
  padding-top: 10px;
}
.quote-wrapper .wizard .step-three .row {
  flex: 1;
  min-height: 0;
  display: flex !important;
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-three .row {
    flex-direction: row;
  }
}
.quote-wrapper .wizard .step-three ul {
  padding-top: 20px;
}
.quote-wrapper .wizard .step-three ol {
  padding: 21px 13px 35px 15px;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-three ol {
    padding: 21px 13px 44px 12px;
  }
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-three ol {
    padding: 21px 13px 0 12px;
  }
}
.quote-wrapper .wizard .step-three ol li:not(:last-of-type) {
  padding-bottom: 2px;
}
.quote-wrapper .wizard .step-three .left-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
  background-color: rgb(255, 255, 255);
  z-index: 5;
  overflow-y: auto;
  flex-shrink: 0;
  height: 50%;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-three .left-content {
    padding-top: 22px;
    height: 50%;
  }
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-three .left-content {
    width: 36.6%;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .quote-wrapper .wizard .step-three .left-content {
    order: 2;
  }
}
.quote-wrapper .wizard .step-three .left-content > div {
  padding-left: 5px;
}
.quote-wrapper .wizard .step-three .left-content > div:first-child {
  flex: 1;
  overflow-y: auto;
}
.quote-wrapper .wizard .step-three .left-content .btn-next {
  flex-shrink: 0;
  margin-top: 10px;
  width: 100%;
  z-index: 99;
}
.quote-wrapper .wizard .step-three .right-content {
  width: 100%;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 37%;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-three .right-content {
    width: 100%;
    height: 50%;
  }
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-three .right-content {
    width: 63.4%;
    height: 100%;
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .quote-wrapper .wizard .step-three .right-content {
    order: 1;
  }
}
.quote-wrapper .wizard .step-three .quoteDeptoSwiper {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.quote-wrapper .wizard .step-three .quoteDeptoSwiper .swiper-wrapper {
  flex: 1;
  min-height: 0;
}
.quote-wrapper .wizard .step-three .quoteDeptoSwiper .swiper-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.quote-wrapper .wizard .step-three .quoteDeptoSwiper .img {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  aspect-ratio: 1.56/1;
  border: 0;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-three .quoteDeptoSwiper .img {
    aspect-ratio: 1.527/1;
  }
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-three .quoteDeptoSwiper .img {
    aspect-ratio: 1.55/1;
  }
}
.quote-wrapper .wizard .step-three .quoteDeptoSwiper .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.quote-wrapper .wizard .step-three .quoteDeptoSwiper .credit {
  flex-shrink: 0;
  max-width: 90%;
}
.quote-wrapper .wizard .step-three .quoteDeptoSwiper .swiper-button-next,
.quote-wrapper .wizard .step-three .quoteDeptoSwiper .swiper-button-prev {
  background-size: 17px;
  top: 44%;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-three .quoteDeptoSwiper .swiper-button-next,
  .quote-wrapper .wizard .step-three .quoteDeptoSwiper .swiper-button-prev {
    background-size: 20px;
    top: 47%;
  }
}
@media (max-width: 719.98px) {
  .quote-wrapper .wizard .step-three .quoteDeptoSwiper .credit {
    display: none;
  }
}
.quote-wrapper .wizard .step-four {
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 46px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.quote-wrapper .wizard .step-four .inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding-top: 40px;
  padding-bottom: 82px;
  overflow: hidden;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-four .inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-four .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.quote-wrapper .wizard .step-four .subtitle-five {
  flex-shrink: 0;
  padding-bottom: 19px;
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-four .subtitle-five {
    padding-bottom: 27px;
  }
}
.quote-wrapper .wizard .step-four > .inner > .row {
  flex: 1;
  min-height: 0;
  display: flex !important;
  overflow: hidden;
  flex-wrap: wrap;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-four > .inner > .row {
    flex-wrap: nowrap;
  }
}
.quote-wrapper .wizard .step-four .left-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-four .left-content {
    width: 82.5%;
  }
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-four .left-content {
    width: 45.5%;
  }
}
.quote-wrapper .wizard .step-four .options {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.quote-wrapper .wizard .step-four .right-content2 {
  width: 100%;
  display: none;
  flex-direction: column;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  order: 999;
  z-index: 3;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-four .right-content2 {
    width: 82.5%;
    padding-top: 38px;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-four .right-content2 {
    width: 100%;
    padding-top: 0;
  }
}
.quote-wrapper .wizard .step-four .right-content2 .inner-table {
  width: 100%;
  padding-top: 11px;
}
@media (min-width: 992px) {
  .quote-wrapper .wizard .step-four .right-content2 .inner-table {
    width: 85%;
    padding-top: 0;
  }
}
.quote-wrapper .wizard .step-four .right-content2 .inner-table table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 29px;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-four .right-content2 .inner-table table {
    margin-bottom: 36px;
    padding: 0;
  }
}
.quote-wrapper .wizard .step-four .right-content2 .inner-table table th {
  text-align: left;
  font-weight: 500;
  padding: 4px 0 12px;
}
.quote-wrapper .wizard .step-four .right-content2 .inner-table table th:last-of-type {
  text-align: right;
}
.quote-wrapper .wizard .step-four .right-content2 .inner-table table tbody td {
  padding: 4px 0;
}
.quote-wrapper .wizard .step-four .right-content2 .inner-table table .highlight td {
  background-color: rgb(181, 234, 120);
}
.quote-wrapper .wizard .step-four .right-content2 .inner-table table .highlight td:first-of-type {
  border-radius: 6px 0 0 6px;
  margin-left: -3px;
  display: block;
  padding-left: 4px;
}
.quote-wrapper .wizard .step-four .right-content2 .inner-table table .highlight td:last-of-type {
  border-radius: 0 6px 6px 0;
  margin-right: -3px;
  display: block;
  padding-right: 4px;
}
.quote-wrapper .wizard .step-four .right-content2 .inner-table .wrapper {
  display: flex;
  gap: 26px;
  align-items: center;
  padding-top: 22px;
}
.quote-wrapper .wizard .step-four .right-content2 .inner-table .wrapper div:not(:last-of-type) {
  width: 100%;
}
.quote-wrapper .wizard .step-four .right-content2 .inner-table .wrapper svg {
  width: 21px;
}
.quote-wrapper .wizard .step-four .price-card {
  display: block;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 10px;
  position: relative;
  padding: 7px 15px;
  flex-shrink: 0;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-four .price-card {
    padding: 21px;
    border-radius: 20px;
  }
}
.quote-wrapper .wizard .step-four .price-card:not(:last-of-type) {
  margin-bottom: 11px;
}
@media (hover: hover) {
  .quote-wrapper .wizard .step-four .price-card:hover {
    background-color: rgb(241, 235, 225);
    border-color: rgb(241, 235, 225);
  }
}
.quote-wrapper .wizard .step-four .price-card .card-inner {
  display: flex;
  align-items: stretch;
  padding: 2px 0;
}
.quote-wrapper .wizard .step-four .price-card .card-inner .h3 {
  padding-bottom: 8px;
}
.quote-wrapper .wizard .step-four .price-card .card-inner .left {
  width: 67%;
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-four .price-card .card-inner .left {
    width: 70.3%;
  }
}
.quote-wrapper .wizard .step-four .price-card .card-inner .right {
  position: relative;
  width: 32%;
  padding-left: 20px;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 9px;
}
.quote-wrapper .wizard .step-four .price-card .card-inner .right::before {
  content: "";
  height: calc(100% - 10px);
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  background-color: rgb(0, 0, 0);
}
@media (min-width: 720px) {
  .quote-wrapper .wizard .step-four .price-card .card-inner .right {
    width: 29.7%;
    padding-left: 36px;
  }
}
.quote-wrapper .wizard .step-four .price-card .card-inner .discount {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}
.quote-wrapper .wizard .step-four .price-card .radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
.quote-wrapper .radio:checked + .select-tower .button {
  border-color: rgb(0, 0, 0) !important;
}
.quote-wrapper .radio:checked + .select-tower .button::before {
  background-color: rgb(160, 157, 145);
  border-color: rgb(160, 157, 145);
}
.quote-wrapper .radio-button:has(.radio-tower:checked) {
  border-color: rgb(0, 0, 0);
}
.quote-wrapper .radio-button:has(.radio-tower:checked)::before {
  background-color: rgb(160, 157, 145);
  border-color: rgb(160, 157, 145);
}
.quote-wrapper .price-card:has(.radio:checked) {
  background-color: rgb(241, 235, 225);
  border-color: rgb(241, 235, 225);
}
.quote-wrapper .go-back {
  margin-top: 33px;
  position: absolute;
  top: 58px;
  right: 15px;
  z-index: 5;
}
@media (min-width: 992px) {
  .quote-wrapper .go-back {
    top: 0;
    right: 41px;
  }
}
.quote-wrapper .go-back-sticky {
  position: sticky;
  bottom: 0;
  background-color: rgb(255, 255, 255);
  padding: 20px 0;
  margin-top: 15px;
}
.quote-wrapper .dropdown {
  position: relative;
  width: 319px;
  cursor: pointer;
}
.quote-wrapper .dropdown > div[data-target],
.quote-wrapper .dropdown .dropdown-label {
  padding: 5px 32px 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 64px;
  height: 23px;
  position: relative;
}
@media (min-width: 720px) {
  .quote-wrapper .dropdown > div[data-target],
  .quote-wrapper .dropdown .dropdown-label {
    padding: 5px 32px 6px;
    height: 30px;
    border-radius: 8px;
  }
}
.quote-wrapper .dropdown > div[data-target]::before,
.quote-wrapper .dropdown .dropdown-label::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border: 1px solid rgb(160, 157, 145);
  background-color: rgb(160, 157, 145);
  border-radius: 100%;
  display: block;
}
@media (min-width: 720px) {
  .quote-wrapper .dropdown > div[data-target]::before,
  .quote-wrapper .dropdown .dropdown-label::before {
    width: 15px;
    height: 15px;
  }
}
.quote-wrapper .dropdown > div[data-target]::after,
.quote-wrapper .dropdown .dropdown-label::after {
  content: "";
  background: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.4547 10.6994L0 5.34385L0.883023 4.47687L5.4547 8.96546L10.0264 4.47687L10.9094 5.34385L5.4547 10.6994Z" fill="black"/><path d="M6.06865 0L4.82873 1.45174e-08L4.82873 9.83478H6.06865L6.06865 0Z" fill="black"/></svg>');
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
}
.quote-wrapper .dropdown-menu {
  position: absolute;
  margin-top: 8px;
  top: 100%;
  left: 6px;
  right: 13px;
  width: 96%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
  background: rgb(255, 255, 255);
  display: none;
  z-index: 20;
  padding: 3px;
}
@media (min-width: 720px) {
  .quote-wrapper .dropdown-menu {
    margin-top: 18px;
    left: 13px;
    width: 100%;
    border-radius: 8px;
  }
}
.quote-wrapper .dropdown-menu.open {
  display: block;
}
.quote-wrapper .dropdown-menu .option {
  padding: 2px 32px;
  position: relative;
}
.quote-wrapper .dropdown-menu .option::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 100%;
  display: block;
}
@media (min-width: 720px) {
  .quote-wrapper .dropdown-menu .option::before {
    width: 15px;
    height: 15px;
  }
}
@media (hover: hover) {
  .quote-wrapper .dropdown-menu .option:hover::before {
    background-color: rgb(160, 157, 145);
  }
}
.quote-wrapper .dropdown-menu .option.selected::before {
  border: 1px solid rgb(160, 157, 145);
  background-color: rgb(160, 157, 145);
}
.quote-wrapper .dropdown-contents {
  padding-top: 20px;
}

#continue-btn {
  color: rgb(0, 0, 0);
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  z-index: 99;
  pointer-events: all;
}
@media (max-width: 719.98px) {
  #continue-btn {
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
  }
}
#continue-btn p {
  padding-bottom: 11px;
}
#continue-btn:disabled {
  opacity: 0.3;
}

.success-message {
  opacity: 0;
  background-color: rgb(181, 234, 120);
  border-radius: 8px;
  padding: 12px 15px;
  text-align: center;
  width: fit-content;
  position: fixed;
  z-index: 3;
  bottom: 15px;
  right: 15px;
  pointer-events: none;
}

.success-message.is-visible {
  opacity: 1 !important;
  pointer-events: auto;
}

.success-message-2 {
  position: relative !important;
  background-color: transparent;
  padding: 15px 0 0 0;
  opacity: 0;
  bottom: auto;
  right: auto;
  text-transform: none !important;
}

.related {
  padding-top: 90px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: none;
}
@media (min-width: 720px) {
  .related {
    padding-top: 190px;
  }
}
.related .title {
  padding-top: 78px;
  padding-bottom: 15px;
}
.related .item a:hover {
  cursor: none !important;
}
.related .item a:hover .inner {
  opacity: 1 !important;
}
.related .item a:hover svg {
  opacity: 0;
}
.related .item .image {
  aspect-ratio: 1/1.378;
  width: 100%;
}
.related .item .badge {
  top: 15px;
  left: 15px;
}
.related .item .content {
  padding-top: 5px;
}
@media (min-width: 992px) {
  .related .item .content {
    padding-top: 7px;
  }
}
.related .item .content svg {
  margin-top: 14px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .related .item .content svg {
    opacity: 1;
  }
}
.related .item .content .inner {
  opacity: 1;
  margin-top: -19px;
  transition: all 0.3s ease-in-out;
}
.related .item .content .inner p:not(:first-of-type) {
  padding-top: 3px;
}
@media (min-width: 992px) {
  .related .item .content .inner p:not(:first-of-type) {
    padding-top: 4px;
  }
}
@media (min-width: 992px) {
  .related .item .content .inner {
    opacity: 0 !important;
  }
}
.related .navigation {
  padding-top: 62px;
  padding-bottom: 34px;
}

.related .item {
  position: relative;
  overflow: visible;
}

.related .item .image-mask {
  position: relative;
  overflow: hidden;
  height: 255px;
}

.related .item .image-mask .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.related .item .content-mask {
  position: relative;
  z-index: 3;
}

#reset-btn {
  color: rgb(0, 0, 0);
  background-color: transparent;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  border: 0;
  text-align: center;
  width: 100%;
  cursor: pointer;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
#reset-btn p {
  padding-top: 5px;
}
@media (min-width: 720px) {
  #reset-btn {
    bottom: 60px;
  }
}

.wizard-cols {
  flex-direction: column-reverse;
}
@media (min-width: 720px) {
  .wizard-cols {
    flex-direction: row;
  }
}

.submit {
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.wizard [data-step] {
  opacity: 0;
  display: none !important;
}

.wizard [data-step].active {
  opacity: 1;
  display: flex !important;
}

.wizard [data-step].active,
.wizard [data-step].was-active {
  opacity: 1;
  max-height: none;
  overflow: visible;
}

Dim previous steps slightly .wizard [data-step].was-active {
  opacity: 0.6;
  pointer-events: none;
}
@media (min-width: 720px) and (max-width: 991.98px) {
  Dim previous steps slightly .wizard [data-step].was-active {
    min-height: auto;
  }
}

.wizard [data-step].active {
  pointer-events: auto;
}

@media (max-width: 991.98px) {
  .right-content-wrapper {
    display: none !important;
  }
}
.right-content-wrapper {
  width: 54.5%;
  padding-top: 0;
}

.content-row {
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .content-row {
    display: flex;
  }
}

@keyframes fadeInRelated {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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