body{
    margin: 0;
    overflow-x: hidden;
    position: relative;
}
.main_section{
    background-image: url(/assets2/img/background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    padding-top: 100px;
}
.main_section .container{
    align-items: center!important;
    padding-bottom: 0!important;
}
.main_section img{
    width: 100%;
    display: flex;
    height: 350px;
    max-width: 1440px;
    margin: 0 auto;
    object-position: top;
    object-fit: cover;
}

h1{
    text-align: center;
    font-size: 55px;
    color: white;
    width: 100%;
    line-height: 130%;
    margin: 0;
    font-family: Furore;
    font-weight: 400;
    max-width: 900px;
}
h1 span{
    line-height: 130%;
    font-size: calc(1px * var(--font-size-h1));
    color: #f8d971;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Furore;
    font-weight: 400;
}
.small_text{
    color: #fff;
    text-align: center;
    opacity: .5;
    background-clip: text;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
}

.main_section .description{
    color: white!important;
    text-align: center;
}
.main_section .container{
    gap: 30px;
}
.main_section{
    flex-direction: column;
}

.main_section .description span{
    color: #f8d971;
}

.main_form{
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 620px;
    width: 100%;
}
.main_form .input{
    border-radius: 5px;
    background: #fff;
    padding: 20px;
    border: none;
    min-width: 300px;
    font-size: 16px;
}
.main_form .button{
    border: none;
    background: #f8d971!important;
    color: black!important;
    font-size: 18px!important;
    padding-left: 20px;
    padding-right: 20px;
}
.main_form .input:focus, .main_form .input:hover, .main_form .input:active, .main_form .input:focus-visible, .main_form .input:focus-within, .main_form .input:focus-within:hover, .main_form .input:focus-within:active{
    border: none;
}



#Listing_Card {
    grid-row-gap: 10px;
    --f2w-order: 0;
    background-color: #fff;
    border-radius: 10px;
    flex-flow: column;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: start;
    width: 300px;
    min-width: 230px;
    max-width: 300px;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    overflow: hidden;
}
#image_0 {
    --f2w-order: 0;
    aspect-ratio: 1.5;
    border-radius: 0;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    overflow: hidden;
}
#Listing_Details {
    grid-row-gap: 12px;
    --f2w-order: 1;
    border-radius: 0;
    flex-flow: column;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0 30px 30px;
    display: flex
;
    position: relative;
}
#Listing_Title {
    text-align: left;
    color: #29220b;
    --f2w-order: 0;
    -webkit-background-clip: text;
    background-clip: text;
    flex-shrink: 0;
    width: 100%;
    margin: 0;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    display: inline;
    position: relative;
}
#__52 {
    color: #29220b;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
}
#Listing_Details .button{
    grid-column-gap: 10px;
    background-color: #f8d971;
    cursor: pointer;
    border-radius: 8px;
    border: none;
    flex-flow: row;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    display: flex;
    position: relative;
}
#__51{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    inset: 0;
}
#CTA_Text_0 {
    text-align: center;
    line-height: 140%;
    font-size: calc(1px * var(--font-size-button));
    color: #29220b;
    --f2w-order: 0;
    -webkit-background-clip: text;
    background-clip: text;
    flex-shrink: 0;
    width: max-content;
    margin: 0;
    font-family: Furore;
    font-weight: 400;
    display: inline;
    position: relative;
}
#__53 {
    line-height: 140%;
    font-size: calc(1px * var(--font-size-button));
    color: #29220b;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Furore;
    font-weight: 400;
}
.quiz_section{
    background: white;
}
.quiz_section .container{
    align-items: center;
}
.cards_section{
    background-color: #222;
}
.cards_section .container{
    align-items: center;
}
.cards_section h2{
    color: white!important;
    text-align: center;
}
section{
    background: white;
}
.container .description, .container .text, .faq-answer p{
    font-family: Montserrat;
}

.listings-swiper {
    width: 100%;
    padding: 20px 40px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

#Listing_Card {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
    width: 50px;
    height: 50px;
    background: #f8d971;
    border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.swiper-pagination-bullet {
    background: rgba(248, 217, 113, 0.5);
    opacity: 1;
    margin: 0 2px !important;
}

.swiper-pagination-bullet-active {
    background: #f8d971;
}

@media (max-width: 768px) {
    .brands-grid{
        grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
    }
    .listings-swiper {
        padding: 20px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 16px;
    }
}

.Step_Details{
    grid-row-gap: 15px;
    min-width: calc(1px * var(--min-width-extra));
    flex-flow: column;
    flex-grow: 1;
    flex-basis: calc(1px * var(--min-width-extra));
    background-color: #1e1e1e;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: start;
    width: 100%;
    max-width: 393px;
    min-height: 226px;
    margin: 0;
    padding: 25px 30px 35px;
    display: flex;
    position: relative;
}

.Step_Details_2{
    grid-row-gap: 24px;
    max-width: 810px;
    flex-flow: wrap;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: start;
    width: 100%;
    min-width: 305px;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
}

.advantages_section h2{
    text-align: center;
    color: white!important;
}
.Step_Details_3{
    grid-column-gap: 24px;
    border-radius: 0;
    flex-flow: wrap;
    flex-shrink: 0;
    justify-content: center;
    align-items: start;
    row-gap: 24px;
    width: 100%;
    min-width: 305px;
    margin: 0;
    padding: 0;
    display: flex;
}



.Step_Number{
    text-align: left;
    color: #f8d971;
    font-family: Furore;
    font-size: 14px;
    font-weight: 400;
}

.Step_Title{
    line-height: 140%;
    font-size: calc(1px * var(--font-text));
    color: #fff;
    font-family: Furore;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}

.Contract_Example{
    grid-column-gap: 0px;
    min-width: calc(1px * var(--min-width-extra));
    background-color: #1e1e1e;
    border-radius: 10px;
    flex-flow: wrap;
    flex-shrink: 0;
    place-content: center;
    align-items: center;
    row-gap: 30px;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    text-align: center;
    font-size: calc(1px * var(--font-text));
    color: #fff;
    flex-grow: 1;
    flex-basis: 200px;
    font-family: Furore;
    font-weight: 400;
    padding: 20px;
}
.Contract_Example_Button{
    grid-column-gap: 10px;
    background-color: #f8d971;
    border-radius: 10px;
    flex-flow: row;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin: 0;
    padding: 0 30px 1px;
    display: flex;
    position: relative;
    text-align: center;
    font-size: calc(1px * var(--font-size-button));
    color: #29220b;
    width: max-content;
    font-family: Furore;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}
.Contract_Example_Link{
    line-height: 140%;
    font-size: calc(1px * var(--font-text));
    color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Furore;
    font-weight: 400;
}

.Step_Description{
    line-height: 160%;
    font-size: calc(1px * var(--other-text));
    color: #fff;
    font-family: Montserrat;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

.Contract_Example_Icon{
    grid-row-gap: 3.1px;
    --f2w-order: 0;
    border-radius: 0;
    flex-flow: column;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: center;
    width: 103px;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
}

.Step_Details::before{
    content: '';
    aspect-ratio: 1;
    filter: drop-shadow(0 0 14px #f8d971);
    background-color: #f8d971;
    border-radius: 20px;
    width: auto;
    height: 7px;
    position: absolute;
    top: 33px;
    left: -3px;
}


.Purchase_Steps{
    grid-column-gap:24px;
    border-radius:0;
    flex-flow:wrap;
    flex-shrink:0;
    place-content:start center;
    align-items:start;
    row-gap:24px;
    width:100%;
    margin:0;
    padding:0;
    display:flex;
    position:relative
}

.advantages_section{
    background-blend-mode:normal;
    grid-row-gap:40px;
    background-image:url(/assets2/img/background.jpg);
    background-position:50%;
    background-size:cover;
    border-radius:0;
    flex-flow:column;
    flex-shrink:0;
    justify-content:flex-start;
    align-items:center;
    width:100%;
    margin:0;
    padding:70px 20px 80px;
    display:flex;
    box-sizing: border-box;
}

.advantages_section h2{
    color: white;
}
.advantages_section .container{
    align-items: center;
}

.final_section{
    background: #f8d971;
}
.final_section h2{
    margin-bottom: 0!important;
}
.container{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    gap: 20px;
    position: relative;
    min-height: 364px;
}
.car_image {
    position: absolute;
    right: -60px;
    width: 100%;
    max-width: 700px;
    bottom: 0;
}
.container .button{
    background: #222;
    color: white;
    padding: 20px 20px;
    font-family: Furore;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
}
.container .button.yellow{
    background: #f8d971;
    color: black;
}
.subscribe_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-top: 50px;
}
.faq_section .container{
    align-items: center;
}
.subscribe_item p{
    font-size: 20px;
    font-family: Furore;
    color: black;
}

.subscribe_item a{
    cursor: pointer;
}
.subscribe_item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #f2f2f2;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    width: 100%;
    max-width: 350px;
    align-items: center;
    border-radius: 20px;
}
.subscribe_item img{
    display: flex;
    width: 100%;
    border-radius: 60px 60px 0px 0px;
}

.container h2{
    font-size: 35px;
    font-family: Furore;
    font-weight: 400;
    margin: 0;
    max-width: 691px;
    margin-bottom: 40px;
    color: black;
}
.container .description, .container .text{
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 500;
    color: black;
}
.reviews_section{
    background-color: #1a1a1a;
}
.reviews_section .container{
    align-items: center;
}
.reviews_section h2{
    color: white;
}
header{
    margin: 0 auto;
    display: flex;
    max-width: 1440px;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
header .logo, footer .logo{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
header .logo span, footer .logo span{
    color: white;
    text-decoration: none;
    margin-top: 10px;
    font-size: 22px;
    font-family: Furore;
    font-weight: 400;
}

header .phone{
    display: flex;
    flex-direction: column;
    align-items: center;
}
header .phone a{
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: Furore;
}
header .phone .status{
    color: white;
    font-family: Montserrat;
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;

}
header .phone .status::before{
    content: '';
    position: relative;
    display: block;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    background: yellow;
    border-radius: 50%;
}
footer{
    background: #222;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer span {
    color: white;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    text-wrap: wrap;
}
footer a{
    color: white;
    text-decoration: none;
}
.subscribe_section .container{
    align-items: center;
    text-align: center;
}
.subscribe_section h2{
    margin-bottom: 0;
}

.faq-answer p{
    font-family: Montserrat;
    font-weight: 400;
}
.faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

.faq-frame {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.faq-question {
    flex-grow: 1;
    font-size: 18px;
    color: #333;
}

.faq-toggle {
    background: #f8d971;
    border: none;
    cursor: pointer;
    padding: 20px;
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.faq-toggle .faq-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-toggle svg {
    transform: rotate(0deg);
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    fill: #333;
    transform-origin: center center;
    will-change: transform;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.faq-toggle.active svg {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 10px;
    will-change: max-height;
}

.faq-answer.active {
    max-height: 1000px;
    transition: max-height 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer p {
    margin: 15px 0;
    color: #666;
    line-height: 1.6;
} 
.faq-question p{
    font-family: Montserrat;
    font-weight: 500;
}
#Reviews_Section_0 {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    background-color: #1a1a1a;
    overflow: hidden;
}

#Reviews_Heading {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 0;
}

.listings-swiper {
      width: 100%;
      padding: 20px 40px;
  }

  .swiper-slide {
      display: flex;
      justify-content: center;
  }

  #Listing_Card {
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
  }

  .swiper-button-next,
  .swiper-button-prev {
      color: #000;
      width: 50px;
      height: 50px;
      background: #f8d971;
      border-radius: 50%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
      font-size: 20px;
  }

  .swiper-pagination-bullet {
      background: rgba(248, 217, 113, 0.5);
      opacity: 1;
      margin: 0 2px !important;
  }

  .swiper-pagination-bullet-active {
      background: #f8d971;
  }

  @media (max-width: 768px) {
      .listings-swiper {
          padding: 20px;
      }

      .swiper-button-next,
      .swiper-button-prev {
          width: 40px;
          height: 40px;
      }

      .swiper-button-next:after,
      .swiper-button-prev:after {
          font-size: 16px;
      }
  }
  .reviews-swiper {
      width: 100%;
      padding: 20px 40px;
      margin-top: 30px;
  }

  .reviews-swiper .swiper-slide {
      display: flex;
      justify-content: center;
  }

  .review-card {
      width: 100%;
      max-width: 300px;
      border-radius: 10px;
      overflow: hidden;
  }

  .review-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .reviews-swiper .swiper-button-next,
  .reviews-swiper .swiper-button-prev {
      color: #000;
      width: 50px;
      height: 50px;
      background: #f8d971;
      border-radius: 50%;
  }

  .reviews-swiper .swiper-button-next:after,
  .reviews-swiper .swiper-button-prev:after {
      font-size: 20px;
  }

  .reviews-swiper .swiper-pagination-bullet {
      background: rgba(248, 217, 113, 0.5);
      opacity: 1;
      margin: 0 2px !important;
  }

  .reviews-swiper .swiper-pagination-bullet-active {
      background: #f8d971;
  }

  @media screen and (max-width: 1000px) {
    .container h2{
        font-size: 25px;
    }
    .container h1{
        font-size: 30px;
    }
    .container .description, .container .text, .faq-answer p{
        font-size: 16px;
    }
    .container .button{
        font-size: 14px;
    }
}

  @media (max-width: 768px) {
      .reviews-swiper {
          padding: 20px;
      }

      .Step_Description{
        font-size: 12px;
      }
      .Step_Details{
        min-height: 176px;
      }
      
      .review-card {
          max-width: 100%;
      }

      .reviews-swiper .swiper-button-next,
      .reviews-swiper .swiper-button-prev {
          width: 40px;
          height: 40px;
      }

      .reviews-swiper .swiper-button-next:after,
      .reviews-swiper .swiper-button-prev:after {
          font-size: 16px;
      }
      .subscribe_item p{
        font-size: 16px;
        }
        .subscribe_item img{
            border-radius: 20px 20px 0px 0px;
        }
        header .logo{
            display: none;
        }
        .container .button{
            padding: 20px 0px;
            font-size: 14px!important;
        }
        .final_section .container{

            padding: 50px 20px 0px 20px;
        }
        .final_section .container img{
            position: relative;
            margin: 0 auto;
            right: auto;
        }
  }

@media screen and (max-width: 600px) {
    .container h2{
        font-size: 20px;
    }
    .container h1{
        font-size: 25px;
    }
    .container .description, .container .text, .faq-answer p{
        font-size: 14px;
    }
    .container .button{
        font-size: 12px;
    }
}