@media screen and (min-width: 1024px) {
  .svg__mobile {
    display: none;
  }
  .main__wrapper {
    overflow: hidden;
    background: #fff;
  }
  .custom__floating__spinner {
    top: 42vw;
    right: 3.3vw;
  }
  /* section 1  */
  .section-1 {
    position: relative;
    display: flex;
    column-gap: 2.86vw;
    padding: 0.99vw;
    padding-bottom: 0;
  }
  .section-1__image {
    position: relative;
    z-index: 1;
    width: 45.99vw;
    height: 54.27vw;
    border-radius: 1.57vw;
    overflow: hidden;
  }
  .section-1__image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
  }
  .section-1__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 46.51vw;
  }
  .section-1__content h2 {
    margin-bottom: 2.29vw;
    color: #0f0e05;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 4.17vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.03;
  }
  .section-1__highlight {
    display: inline-block;
    border-radius: 2.6vw;
    background: #000;
    color: white;
    padding-inline: 1.5vw;
  }
  .section-1__content h3 {
    width: 35.89vw;
    margin-bottom: 2.5vw;
    color: #c6005b;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 1.56vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.03;
    text-align: left;
  }
  .section-1__content p {
    width: 34.58vw;
    margin-bottom: 3.59vw;
    color: #0f0e05;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3;
  }
  .section-1 .section-1__content a {
    display: flex;
    align-items: center;
    column-gap: 1.66vw;
    padding: 0.2vw;
    padding-right: 2vw;
    border-radius: 4.67vw;
    border: 2px solid #000;
    width: fit-content;
    color: #000;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 0.78vw;
    font-style: normal;
    font-weight: 600;
    line-height: 0.94vw;
  }
  .section-1 a::after {
    content: attr(data-text);
  }
  .section-1 .section-1__content a span {
    display: grid;
    place-content: center;
    width: 2.24vw;
    height: 2.24vw;
    border-radius: 100%;
    background: #000;
  }
  .section-1 .section-1__content a img {
    width: 1.15vw;
  }
  .section-1__ellipse--1 {
    position: absolute;
    top: 1.4vw;
    right: -22vw;
    z-index: 0;
    width: 61.3vw;
    height: 61.3vw;
    background: rgba(198, 0, 91, 0.1);
    filter: blur(13.02vw);
    border-radius: 100%;
  }
  .section-1__ellipse--2 {
    position: absolute;
    top: 12.18vw;
    left: -22.8vw;
    z-index: 0;
    width: 61.3vw;
    height: 61.3vw;
    background: linear-gradient(115deg, rgba(22, 216, 225, 0.05) 8.47%, rgba(12, 91, 95, 0.05) 91.53%);
    filter: blur(13.02vw);
    border-radius: 100%;
  }
  /* section 2  */
  .section-2 {
    position: relative;
    display: flex;
    column-gap: 5.26vw;
    padding-block: 7.34vw 0;
    padding-inline: 5.78vw 2.4vw;
  }
  .section-2 .section-2__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 1.67vw;
    height: 45.46vw;
    width: 33.23vw;
  }
  .section-2 .section-2__content h2 {
    width: 32.24vw;
    color: #000;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 5.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 103%;
  }
  .section-2 .section-2__content h2 .section-2__spacer {
    display: inline-flex;
    vertical-align: middle;
    width: 18vw;
  }
  .section-2 .section-2__content h2 .section-2__rect {
    position: relative;
    display: inline-flex;
    width: 4.64vw;
    height: 1cap;
  }
  .section-2 .section-2__content h2 .section-2__rect::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 0.3vw;
    background: black;
  }
  .section-2 .section-2__content h2 .section-2__star {
    display: inline-flex;
    vertical-align: middle;
    width: 4.06vw;
    height: 4.06vw;
  }
  .section-2 .section-2__content h2 .section-2__star img {
    width: 100%;
    height: 100%;
  }
  .section-2 .section-2__content p:nth-of-type(1),
  .section-2 .section-2__content p:nth-of-type(2) {
    color: #000;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 1.56vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.83vw;
  }
  .section-2 .section-2__content p:nth-of-type(1) {
    width: 33.3vw;
  }
  .section-2 .section-2__content p:nth-of-type(2) {
    width: 30.6vw;
    font-size: 0.83vw;
    font-weight: 300;
    line-height: 130%;
  }
  .section-2 .section-2__image {
    position: relative;
    z-index: 1;
    width: 54.33vw;
    height: 45.46vw;
    border-radius: 2.6vw;
    overflow: hidden;
  }
  .section-2 .section-2__image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
  }
  .section-2__ellipse {
    position: absolute;
    top: 8.96vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    width: 52.6vw;
    height: 52.6vw;
    opacity: 0.35;
    background: rgba(22, 216, 225, 0.3);
    filter: blur(13.02vw);
    border-radius: 100%;
  }
  /* section 3  */
  .benefits {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4.06vw;
    padding-block: 7.29vw 10.42vw;
    padding-inline: 8.75vw;
  }
  .benefits h2 {
    width: 65.75vw;
    color: #000;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 5.21vw;
    font-style: normal;
    font-weight: 400;
    line-height: 103%;
    text-align: center;
    text-wrap: pretty;
  }
  .benefits h2 .benefits__highlight {
    color: #f9a530;
  }
  .benefits__rect {
    position: relative;
    display: inline-flex;
    width: 3.85vw;
    height: 1cap;
  }
  .benefits__rect::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 0.3vw;
    background: black;
  }
  .benefits .benefits__content {
    display: flex;
    column-gap: 3.13vw;
    width: 100%;
  }
  .benefits .benefits__content .benefits__card.benefits__card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1.67vw;
    width: 25.82vw;
    height: 19.26vw;
    backdrop-filter: blur(9px);
    border-radius: 1.04vw;
  }
  .benefits .benefits__content .benefits__card.benefits__card svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .benefits .benefits__content .benefits__card.benefits__card h3 {
    width: 16.9vw;
    color: #f9a530;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
  }
  .benefits .benefits__content .benefits__card.benefits__card p {
    width: 18.85vw;
    color: #434343;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
  }
  .benefits .benefits__content .benefits__card.benefits__card--left,
  .benefits .benefits__content .benefits__card.benefits__card--right {
    margin-top: 5.26vw;
  }
  .benefits .benefits__content .benefits__card.benefits__card--center h3 {
    width: 15.5vw;
  }
  .benefits .benefits__content .benefits__card.benefits__card--center p {
    width: 19.5vw;
  }
  /* section 4  */
  .section-faqs {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 1.51vw;
    width: 100%;
    height: fit-content;
    padding-inline: 2.71vw 7.5vw;
    padding-block: 3vw 9.1vw;
  }
  .section-faqs h2 {
    position: relative;
    z-index: 1;
    width: 45.79vw;
    color: #000;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 5.21vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.03;
  }
  .section-faqs__highlight {
    color: #2e81d1;
  }
  .section-faqs .section-faqs__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    row-gap: 1.04vw;
    width: 57.6vw;
    margin-left: auto;
  }
  .section-faqs .section-faqs__content details {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(0.47vw);
    list-style: none;
    border-radius: 2.32vw;
    transition: background-color 0.2s ease-out;
  }
  .section-faqs .section-faqs__content details summary {
    position: relative;
    display: flex;
    align-items: center;
    padding-inline: 2.19vw 0.52vw;
    column-gap: 2.45vw;
    min-height: 3.54vw;
    border-radius: 2.32vw;
    cursor: pointer;
  }
  .section-faqs .section-faqs__content details summary span:nth-of-type(1) {
    opacity: 0.3;
    color: #000;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .section-faqs .section-faqs__content details summary span:nth-of-type(3) {
    color: #000;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .section-faqs .section-faqs__content details .custom-marker {
    position: absolute;
    width: 3.54vw;
    height: 3.54vw;
    right: 0;
    border-radius: 100%;
    background-color: #000;
    transform: scale(0.8);
    transition: all 0.2s ease-out;
  }
  .section-faqs .section-faqs__content details .custom-marker img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 1.5vw;
  }
  .section-faqs .section-faqs__content details p {
    width: 35.1vw;
    margin-left: 6.35vw;
    padding-bottom: 2.45vw;
    color: rgba(0, 0, 0, 0.65);
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
  }
  .section-faqs__content details[open] {
    background-color: rgba(46, 129, 209, 0.04);
  }
  .section-faqs__content details[open] > summary span {
    color: #2e81d1 !important;
  }
  .section-faqs__content details[open] > summary .custom-marker {
    background-color: #2e81d1 !important;
    transform: scale(0.8) rotate(90deg);
  }
  .section-faqs__pattern {
    position: absolute;
    z-index: 0;
    top: 9vw;
    left: -4.53vw;
    height: 37.96vw;
    /* width: 56.92vw; */
    pointer-events: none;
  }
  .section-faqs__ellipse {
    position: absolute;
    z-index: 0;
    bottom: -9vw;
    left: -23vw;
    height: 61vw;
    width: 61vw;
    pointer-events: none;
    background: linear-gradient(115deg, rgba(46, 129, 209, 0.05) 8.47%, rgba(46, 129, 209, 0.05) 91.53%);
    filter: blur(13.02vw);
    border-radius: 100%;
  }
  .section-faqs__pattern img {
    width: 100%;
    height: 100%;
  }
}
