@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Poppins:200,300,400,400i,500,600,700i&amp;display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");
@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" );
 * {
      box-sizing: border-box;
      padding: 0;
      margin: 0;
    }
     

/* =========================================================
   
/* =========================================================
   HERO: HEADER FORM (desktop + mobile)
   Only affects hero header area
   ========================================================= */

/* Lift the hero content upwards (desktop) */
.fqaGRe{bottom:120px;}

/* Desktop hero form: add a light transparent card behind the form */
.hero-header-form.hero-header-form--desktop{
  margin-top:14px;
  width:min(560px, 100%);
  background: rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  padding:12px;
  backdrop-filter: blur(6px);
}

.hero-header-form__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
}

.hero-header-form__input{
  height:40px;
  width:100%;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.92);
  padding:0 12px;
  font-size:14px;
  outline:none;
}

.hero-header-form__input::placeholder{color:rgba(0,0,0,.55);}

.hero-header-form__textarea{
  width:100%;
  margin-top:10px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.92);
  padding:10px 12px;
  font-size:14px;
  outline:none;
  resize:none;
}

.hero-header-form__btn{
  width:100%;
  height:44px;
  margin-top:10px;
  border:0;
  border-radius:14px;
  background:#FFD500;
  color:#111;
  font-weight:800;
  font-size:16px;
  cursor:pointer;
}

/* Mobile bottom sheet (legacy overrides) */
@media (max-width: 600px){
  .hero-header-form.hero-header-form--desktop{ width:100% !important; margin-top:12px !important; }
  .hero-header-form__grid{ grid-template-columns:1fr !important; gap:14px !important; padding-top:15px;}
  .hero-header-form__input{ height:44px !important; border-radius:14px !important; }
  .hero-header-form__textarea{ border-radius:14px !important; }
  .hero-header-form__btn{ height:48px !important; border-radius:16px !important; }

}

/* Mobile “Request a Callback / Enquiry” CTA bar/button (legacy) - hide it.
   We already have a form in the hero sheet.
*/
@media (max-width: 600px){
  .hvmUGT, .sc-75a5aa33-22, .sc-75a5aa33-23, .sc-75a5aa33-24{
    display:none !important;
  }
}

/* =========================================================
   MOBILE HERO SHEET POSITION FIX (NO SCROLL)
   Goal (per request):
   - Keep banner image clearly visible on top
   - Move the form widget section DOWN
   - Do NOT make it scrollable
   - Push all next sections down automatically (no overlap)
   Implementation:
   - Convert the mobile sheet from absolute overlay to normal flow
   - Add top spacing so the banner remains visible
   ========================================================= */
@media (max-width: 600px){
  /* HERO should show image + hold content properly */
  .sc-75a5aa33-3{
    position: relative !important;
    min-height: 100vh !important;
    overflow: hidden !important;          /* keep slider clean */
    padding-bottom: 520px !important;     /* space reserved for form block */
  }

  /* Form block sits at bottom of hero (no weird pushing) */
  .sc-75a5aa33-11.htObcx{
    position: absolute !important;
    left: 16px !important;
    right: 16px !important;
    bottom: 18px !important;
    z-index: 50 !important;

    /* DO NOT make scrollable */
    max-height: none !important;
    overflow: visible !important;

    /* only spacing + readability (you already have this look) */
    padding: 14px !important;
    border-radius: 18px !important;
  }

  /* Make headline a bit smaller so it fits */
  .sc-75a5aa33-2 h1{
    font-size: 26px !important;
    line-height: 32px !important;
  }

  /* Tighten form fields so button + last field fits better */
  .sc-75a5aa33-11.htObcx input{
    height: 42px !important;
    font-size: 14px !important;
    border-radius: 14px !important;
  }
  .sc-75a5aa33-11.htObcx textarea{
    height: 70px !important;
    font-size: 14px !important;
  }
  
  .sc-75a5aa33-11.htObcx button{
    height: 46px !important;
    font-size: 15px !important;
  }
  .sc-75a5aa33-11.htObcx{
    /* keep ALL your existing properties exactly same */
    box-sizing: border-box !important;
    max-width: calc(100vw - 32px) !important; /* prevents right cut */
  }

  /* optional but recommended to avoid any input overflow */
  .sc-75a5aa33-11.htObcx input,
  .sc-75a5aa33-11.htObcx textarea,
  .sc-75a5aa33-11.htObcx button{
    box-sizing: border-box !important;
  }
  /* Softer border only in mobile */
.sc-75a5aa33-11.htObcx input,
.sc-75a5aa33-11.htObcx textarea{
  border: 1px solid rgba(0, 0, 0, 0.12) !important;  /* soft grey */
  background-color: #fff !important;
}

/* Optional: very subtle focus */
.sc-75a5aa33-11.htObcx input:focus,
.sc-75a5aa33-11.htObcx textarea:focus{
  border-color: rgba(0, 0, 0, 0.25) !important;
  box-shadow: none !important;
}
.sc-75a5aa33-21.jIVVHK{
  padding-top: 15px !important;
  padding-bottom: 10px !important;
}
/* FORCE placeholder for Phone (type=tel) in mobile */
.sc-75a5aa33-11.htObcx input[type="tel"]{
  color:#111 !important;
}

.sc-75a5aa33-11.htObcx input[type="tel"]::placeholder{
  color: rgba(0,0,0,.55) !important;
  opacity: 1 !important;
}

.sc-75a5aa33-11.htObcx input[type="tel"]::-webkit-input-placeholder{
  color: rgba(0,0,0,.55) !important;
  opacity: 1 !important;
}
.hero-header-form__price {
padding-top: 15px !important;
text-align: left !important;
}
}
.batch-st {
  color:#eefcff;
  font-weight:500;
}
/*!sc*/
    html,
    body {
      width: 100%;
      -webkit-scroll-behavior: smooth !important;
      -moz-scroll-behavior: smooth !important;
      -ms-scroll-behavior: smooth !important;
      scroll-behavior: smooth !important;
    }


    /*!sc*/
    .tap-read {
      display: none;
    }

    /*!sc*/
    a {
      color: inherit;
      -webkit-text-decoration: none;
      text-decoration: none;
    }

.sc-c4620219-14.jDcgwl {
    position: relative;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
  opacity: 1;
}

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

    /*!sc*/
    .PhoneInputCountrySelectArrow {
      opacity: 1 !important;
      border-color: #fefefe !important;
    }

    /*!sc*/
    .PhoneInputInput {
      font-size: 16px !important;
      padding: 4px !important;
    }

    /*!sc*/
    data-styled.g1[id="sc-global-bllXnd1"] {
      content: "sc-global-bllXnd1,"
    }

    /*!sc*/
    .dHWXMQ {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
      position: fixed;
      bottom: 30px;
      background-color: #01afd1;
      border: none;
      right: -100px;
      cursor: pointer;
      -webkit-transition: all 0.6s;
      transition: all 0.6s;
      z-index: 103;
    }

    /*!sc*/
    .dHWXMQ img {
      width: 100%;
      height: auto;
    }

    /*!sc*/
    .dHWXMQ:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-transition: scale 0.2s;
      transition: scale 0.2s;
    }

    /*!sc*/
    @media only screen and (max-width:900px) {
      .dHWXMQ {
        display: none;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
        bottom: 30px;
        right: -100px;
      }
    }

    /*!sc*/
    data-styled.g2[id="sc-a41850ae-0"] {
      content: "dHWXMQ,"
    }

    /*!sc*/
    .gSWxQc {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
      position: fixed;
      bottom: 30px;
      border: none;
      right: -100px;
      cursor: pointer;
      -webkit-transition: all 0.6s;
      transition: all 0.6s;
      z-index: 103;
      display: none;
    }

    /*!sc*/
    .gSWxQc img {
      width: 100%;
      height: auto;
    }

    /*!sc*/
    @media only screen and (max-width:900px) {
      .gSWxQc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
        bottom: 30px;
        right: -100px;
        z-index: 2;
      }
    }

    /*!sc*/
    data-styled.g3[id="sc-a41850ae-1"] {
      content: "gSWxQc,"
    }

    /*!sc*/
    .jOdmFt {
      position: fixed;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      right: 0px;
      bottom: -800px;
      z-index: 200;
    }

    /*!sc*/
    @media (max-width:600px) {
      .jOdmFt {
        display: none;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
      }
    }

    /*!sc*/
    data-styled.g4[id="sc-a41850ae-2"] {
      content: "jOdmFt,"
    }

    /*!sc*/
    .dMszSj {
      position: absolute;
      right: 0px;
      bottom: -800px;
      width: 100vw;
      -webkit-transition: bottom 0.5s ease-in-out;
      transition: bottom 0.5s ease-in-out;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      justify-item: center;
      z-index: 200;
      opacity: 1;
    }

    /*!sc*/
    @media screen and (min-width:600px) {
      .dMszSj {
        width: 20vw;
        right: 30px;
        border-radius: 5px;
        -webkit-box-pack: end;
        -webkit-justify-content: end;
        -ms-flex-pack: end;
        justify-content: end;
        bottom: -800px;
      }
    }

    /*!sc*/
    data-styled.g5[id="sc-a41850ae-3"] {
      content: "dMszSj,"
    }

    /*!sc*/
    .WDbzi {
      background-color: #fff;
      border-radius: 12px;
      width: 100%;
      padding: 12px 24px;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      box-shadow: 0px 0px 5px #999999;
    }

    /*!sc*/
    @media (max-width:600px) {
      .WDbzi {
        border-radius: 12px 12px 0px 0px;
      }
    }

    /*!sc*/
    data-styled.g6[id="sc-a41850ae-4"] {
      content: "WDbzi,"
    }

    /*!sc*/
    .hiilsW {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      margin: 10px 10px;
      border-radius: var(--radius-small, 8px);
      box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.04);
      height: 52px;
      gap: 10px;
    }

    /*!sc*/
    .hiilsW span {
      text-align: center;
      font-family: Roboto;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 13px;
    }

    /*!sc*/
    .hiilsW img {
      height: 30px;
      margin-right: 0px;
    }

    /*!sc*/
    @media (max-width:600px) {
      .hiilsW {
        padding: 12px 26px;
      }
    }

    /*!sc*/
    data-styled.g7[id="sc-a41850ae-5"] {
      content: "hiilsW,"
    }

    /*!sc*/
    .gqiEiP {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      margin: 10px 10px;
      height: 52px;
      padding: 5px;
      gap: 10px;
      border-radius: var(--radius-small, 8px);
      box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.04);
    }

    /*!sc*/
    .gqiEiP span {
      margin-right: 10px;
      text-align: center;
      font-family: Roboto;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 13px;
    }

    /*!sc*/
    .gqiEiP img {
      height: 30px;
      margin-right: 10px;
    }

    /*!sc*/
    data-styled.g8[id="sc-a41850ae-6"] {
      content: "gqiEiP,"
    }

    /*!sc*/
    .cnqOfr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 12px;
    }

    /*!sc*/
    @media (max-width:600px) {
      .cnqOfr {
        padding: 12px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
      }
    }

    /*!sc*/
    data-styled.g10[id="sc-a41850ae-8"] {
      content: "cnqOfr,"
    }

    /*!sc*/
    .laKpfq {
      position: fixed;
      left: 50vw;
      bottom: 50vh;
      z-index: 15000;
      width: 0px;
      height: 0px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      overflow: hidden;
      opacity: 0;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .laKpfq {
        -webkit-align-items: end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        -webkit-transition: bottom top 0.4s ease-in-out;
        transition: bottom top 0.4s ease-in-out;
        -webkit-transition: bottom top 0.4s ease-in-out;
        width: 100vw;
        bottom: -100vh;
        height: 100vh;
        left: 0;
      }
    }

    /*!sc*/
    data-styled.g23[id="sc-878aacf1-0"] {
      content: "laKpfq,"
    }

    /*!sc*/
    .dMqCoT {
      position: relative;
      height: 60%;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-image: url();
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }

    /*!sc*/
    .dMqCoT img {
      object-fit: cover;
    }

    /*!sc*/
    @media (max-width:600px) {
      .dMqCoT {
        display: none;
      }
    }

    /*!sc*/
    data-styled.g25[id="sc-878aacf1-2"] {
      content: "dMqCoT,"
    }

    /*!sc*/
    .dEwgAC {
      width: 80vw;
      height: 80vh;
      background-color: white;
      border-radius: 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      overflow-y: hidden;
    }

    /*!sc*/
    @media (max-width:600px) {
      .dEwgAC {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100vw;
        max-height: 90vh;
        overflow-y: hidden;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding-top: 40px;
        border-radius: 15px 15px 0 0;
      }
    }

    /*!sc*/
    data-styled.g26[id="sc-878aacf1-3"] {
      content: "dEwgAC,"
    }

    /*!sc*/
    .gfHhjE {
      height: 24px;
      width: 24px;
      fill: transparent;
      border: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: 15px;
      right: 15px;
      cursor: pointer;
      background: transparent;
      z-index: 500;
      color: #fff;
      border-radius: 50%;
    }

    /*!sc*/
    data-styled.g27[id="sc-878aacf1-4"] {
      content: "gfHhjE,"
    }

    /*!sc*/
    .eKestj {
      width: 60%;
      height: 100%;
      border-radius: 15px 0 0 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    /*!sc*/
    @media (max-width:600px) {
      .eKestj {
        width: 100%;
        height: 100%;
        padding: 0;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
      }
    }

    /*!sc*/
    data-styled.g28[id="sc-878aacf1-5"] {
      content: "eKestj,"
    }

    /*!sc*/
    .frTquH {
      width: 40%;
      height: 100%;
      border-radius: 0 15px 15px 0;
      background-color: rgba(1, 175, 209, 0.15);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 45px 22px;
      box-sizing: border-box;
    }

    /*!sc*/
    @media (max-width:600px) {
      .frTquH {
        width: 90%;
        margin: 20px 0;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        height: 100%;
        border-radius: 0;
        padding: 15px;
        background-color: rgba(1, 175, 209, 0.15);
        border: 1px solid #015f74;
        border-radius: 8px;
      }
    }

    /*!sc*/
    data-styled.g29[id="sc-878aacf1-6"] {
      content: "frTquH,"
    }

    /*!sc*/
    .btTnRu {
      display: none;
    }

    /*!sc*/
    @media (max-width:600px) {
      .btTnRu {
        position: relative;
        height: 178px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 2vh 0;
        background-image: url();
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }

      .btTnRu img {
        object-fit: contain;
      }
    }

    /*!sc*/
    data-styled.g30[id="sc-878aacf1-7"] {
      content: "btTnRu,"
    }

    /*!sc*/
    .jwRPqT {
      font-family: "Roboto";
      font-weight: 700;
      font-size: 33.18px;
      line-height: 40px;
      text-align: center;
      padding: 40px 0 16px 0;
      color: #015F74;
    }

    /*!sc*/
    @media (max-width:600px) {
      .jwRPqT {
        font-family: "Roboto";
        font-weight: 700;
        font-size: 22.43px;
        line-height: 29px;
        padding: 0 0 8px 0;
      }
    }

    /*!sc*/
    data-styled.g31[id="sc-878aacf1-8"] {
      content: "jwRPqT,"
    }

    /*!sc*/
    .llVoPj {
      font-family: "Roboto";
      font-style: normal;
      font-weight: 500;
      font-size: 19.2px;
      line-height: 27px;
      text-align: center;
      color: rgba(12, 12, 12, 0.7);
    }

    /*!sc*/
    @media (max-width:600px) {
      .llVoPj {
        font-family: "Roboto";
        font-weight: 500;
        font-size: 15.75px;
        line-height: 20px;
      }
    }

    /*!sc*/
    data-styled.g32[id="sc-878aacf1-9"] {
      content: "llVoPj,"
    }

    /*!sc*/
    .eJQDvO {
      height: 48px;
      width: 100%;
      background-color: #FEE60B;
      border-radius: 24px;
      outline: none;
      border: none;
      font-weight: 500;
      font-size: 18px;
      line-height: 135.19%;
      margin-top: 28px;
      color: rgba(12, 12, 12, 1);
      cursor: pointer;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 6px;
      z-index: auto;
    }

    /*!sc*/
    .eJQDvO:hover {
      background-color: #ffef5e;
    }

    /*!sc*/
    @media (max-width:600px) {
      .eJQDvO {
        height: 42px;
        border-radius: 47px;
        font-weight: 500;
        font-size: 16px;
        line-height: 135.19%;
        margin: 3vw auto 6vw auto;
      }

      .eJQDvO:hover {
        background-color: #ffef5e;
      }
    }

    /*!sc*/
    data-styled.g35[id="sc-878aacf1-12"] {
      content: "eJQDvO,"
    }

    /*!sc*/
    .itzCDC {
      display: block;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .itzCDC {
        display: none;
      }
    }

    /*!sc*/
    data-styled.g52[id="sc-add1b611-0"] {
      content: "itzCDC,"
    }

    /*!sc*/
    .gtufkU {
      display: none;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .gtufkU {
        display: block;
      }
    }

    /*!sc*/
    data-styled.g53[id="sc-add1b611-1"] {
      content: "gtufkU,"
    }

    /*!sc*/
    .koCIhw {
      display: none;
      cursor: pointer;
    }

    /*!sc*/
    @media screen and (max-width:768px) {
      .koCIhw {
        display: block;
      }
    }

    /*!sc*/
    data-styled.g56[id="sc-337176a2-0"] {
      content: "koCIhw,"
    }

    /*!sc*/
    .cHkSdg {
      height: 24px;
      width: 24px;
    }

    /*!sc*/
    data-styled.g58[id="sc-caf8874b-1"] {
      content: "cHkSdg,"
    }

    /*!sc*/
    .eeTxkQ {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 4px;
      position: relative;
      margin-left: 24px;
      border-radius: 37.5px;
      background: #fff;
    }

    /*!sc*/
    .eeTxkQ:hover {
      cursor: pointer;
    }

    /*!sc*/
    .eeTxkQ:first-child {
      margin-left: 0;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .eeTxkQ {
        position: relative;
        margin-left: 24px;
      }

      .eeTxkQ:first-child {
        margin-left: 0;
      }
    }

    /*!sc*/
    data-styled.g59[id="sc-caf8874b-2"] {
      content: "eeTxkQ,"
    }

    /*!sc*/
    .gqSmOb {
      text-align: center;
      padding-bottom: 30px;
      padding-top: 20px;
      background: #112023;
      width: 100%;
      margin-top: -2px;
    }

    /*!sc*/
    @media (max-width:769px) {
      .gqSmOb {
        padding: 0px 16px;
        padding-top: 40px;
        padding-bottom: 0;
      }
    }

    /*!sc*/
    data-styled.g60[id="sc-caf8874b-3"] {
      content: "gqSmOb,"
    }

    /*!sc*/
    .btGNFp {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      justify-self: center;
      margin-bottom: 24px;
      border-radius: 50px;
      background: #212e30;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 12px 30px;
    }

    /*!sc*/
    @media (max-width:769px) {
      .btGNFp {
        margin: 30px auto 16px auto;
      }
    }

    /*!sc*/
    data-styled.g61[id="sc-caf8874b-4"] {
      content: "btGNFp,"
    }

    /*!sc*/
    .ldEXX {
      font-weight: 500;
      font-size: 28px;
      line-height: 28px;
      margin-top: 10px;
      text-align: center;
      margin-bottom: 12px;
      color: var(--primitive-color-grey-grey-1, #f2f2f2);
      font-family: Roboto;
    }

    /*!sc*/
    @media (max-width:769px) {
      .ldEXX {
        margin-top: 0;
        margin-bottom: 0px;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
      }
    }

    /*!sc*/
    @media (min-width:1550px) {
      .ldEXX {
        font-size: 28px;
      }
    }

    /*!sc*/
    data-styled.g63[id="sc-caf8874b-6"] {
      content: "ldEXX,"
    }

    /*!sc*/
    .gYULjA {
      margin-top: 12px;
      color: #e5e5e5;
      font-family: Roboto;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      margin: auto;
      line-height: 22px;
      width: 60%;
    }

    /*!sc*/
    @media (max-width:935px) {
      .gYULjA {
        font-size: 12px;
      }
    }

    /*!sc*/
    @media (min-width:1550px) {
      .gYULjA {
        font-size: 15px;
      }
    }

    /*!sc*/
    @media (max-width:769px) {
      .gYULjA {
        width: 80%;
        margin-top: 12px;
        color: var(--primitive-color-grey-grey-3, #e5e5e5);
        text-align: center;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
      }
    }

    /*!sc*/
    data-styled.g64[id="sc-caf8874b-7"] {
      content: "gYULjA,"
    }

    /*!sc*/
    .fzYZUq {
      list-style-type: none;
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 40px;
      margin-top: 24px;
      margin-bottom: 24px;
    }

    /*!sc*/
    @media (max-width:769px) {
      .fzYZUq {
        margin-bottom: 12px;
        margin-top: 20px;
        gap: 30px;
      }
    }

    /*!sc*/
    data-styled.g65[id="sc-caf8874b-8"] {
      content: "fzYZUq,"
    }

    /*!sc*/
    .gxMBGt {
      color: var(--primitive-color-grey-grey-2, #e5e5e5);
      font-family: Roboto;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
    }

    /*!sc*/
    @media (max-width:935px) {
      .gxMBGt {
        font-size: 12px;
      }
    }

    /*!sc*/
    @media (max-width:769px) {
      .gxMBGt {
        font-weight: 400;
        font-size: 12px;
        line-height: 15.6px;
      }
    }

    /*!sc*/
    @media (min-width:1550px) {
      .gxMBGt {
        font-size: 15px;
      }
    }

    /*!sc*/
    data-styled.g66[id="sc-caf8874b-9"] {
      content: "gxMBGt,"
    }

    /*!sc*/
    .hmYpEf {
      margin-top: 24px;
      color: #e5e5e5;
      font-family: Roboto;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
    }

    /*!sc*/
    @media (max-width:600px) {
      .hmYpEf {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 14px;
      }
    }

    /*!sc*/
    data-styled.g67[id="sc-caf8874b-10"] {
      content: "hmYpEf,"
    }

    /*!sc*/
    .bNvUZK {
      background-color: #01afd1;
      color: white;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      left: 0;
      right: 0;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 400;
      width: 100%;
      height: 60px;
      z-index: 200;
      position: fixed;
      margin-top: 60px;
      -webkit-backdrop-filter: none;
      backdrop-filter: none;
    }

    /*!sc*/
    @media (max-width:768px) {
      .bNvUZK {
        background-color: #01afd1;
        height: 70px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: fixed;
        z-index: 200;
        margin-top: 0;
      }
    }

    /*!sc*/
    @media (min-width:1950px) {
      .bNvUZK {
        height: 84px;
        margin-top: 84px;
      }
    }

    /*!sc*/
    data-styled.g68[id="sc-b5113cbc-0"] {
      content: "bNvUZK,"
    }

    /*!sc*/
    .kerlXj {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      height: 60px;
      color: #ffffff;
      opacity: 0.9;
      position: relative;
      margin-right: 44px;
      height: 100%;
      text-wrap: nowrap;
    }

    /*!sc*/
    @media (min-width:648px) and (max-width:847px) {
      .kerlXj {
        font-size: 12px;
        margin-right: 20px;
      }
    }

    /*!sc*/
    @media (min-width:847px) and (max-width:1034px) {
      .kerlXj {
        font-size: 14px;
        margin-right: 20px;
      }
    }

    /*!sc*/
    @media (min-width:1950px) {
      .kerlXj {
        font-size: 25px;
      }
    }

    /*!sc*/
    data-styled.g69[id="sc-b5113cbc-1"] {
      content: "kerlXj,"
    }

    /*!sc*/
    .hzvKET {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      list-style-type: none;
      margin-left: 51px;
    }

    /*!sc*/
    .hzvKET li:hover {
      cursor: pointer;
    }

    /*!sc*/
    @media (max-width:648px) {
      .hzvKET li {
        font-size: 16px;
      }
    }

    /*!sc*/
    @media (max-width:768px) {
      .hzvKET {
        display: none;
      }
    }

    /*!sc*/
    data-styled.g70[id="sc-b5113cbc-2"] {
      content: "hzvKET,"
    }

    /*!sc*/
    .FpMZz {
      display: none;
      position: relative;
      width: 60px;
      height: 60px;
    }

    /*!sc*/
    @media (max-width:768px) {
      .FpMZz {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 75%;
        height: 46px;
        margin: 26px 0 26px 12px;
      }
    }

    /*!sc*/
    data-styled.g71[id="sc-b5113cbc-3"] {
      content: "FpMZz,"
    }

    /*!sc*/
    .kZCTGf {
      display: none;
    }

    /*!sc*/
    @media (max-width:768px) {
      .kZCTGf {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: fixed;
        right: 6.5px;
        margin-right: 7.8px;
        z-index: 99;
        right: 20px;
        margin-right: 35px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        position: relative;
      }

      .kZCTGf svg {
        height: 4vh;
      }

      .kZCTGf path {
        fill: none;
        stroke: white;
        stroke-width: 6;
        -webkit-transition: stroke-dasharray 300ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: stroke-dasharray 300ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1);
      }

      .kZCTGf path {
        fill: white;
        stroke: white;
        stroke-width: 0;
      }
    }

    /*!sc*/
    .cVbFko {
      display: none;
    }

    /*!sc*/
    @media (max-width:768px) {
      .cVbFko {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: fixed;
        right: 6.5px;
        margin-right: 7.8px;
        z-index: 99;
      }

      .cVbFko svg {
        height: 4vh;
      }

      .cVbFko path {
        fill: none;
        stroke: white;
        stroke-width: 6;
        -webkit-transition: stroke-dasharray 300ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: stroke-dasharray 300ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1);
      }
    }

    /*!sc*/
    data-styled.g72[id="sc-b5113cbc-4"] {
      content: "kZCTGf,cVbFko,"
    }

    /*!sc*/
    .kyWNAp {
      width: 68%;
      max-height: 100vh;
      background-color: white;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      opacity: 0;
      overflow-y: auto;
    }

    /*!sc*/
    data-styled.g73[id="sc-b5113cbc-5"] {
      content: "kyWNAp,"
    }

    /*!sc*/
    .lauTQm {
      font-weight: 400;
      font-size: 14px;
      color: #444444;
      list-style-type: none;
    }

    /*!sc*/
    .lauTQm li {
      padding: 1.77vh 0 1.78vh 4.62vw;
      font-size: 100%;
      border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
    }

    /*!sc*/
    data-styled.g75[id="sc-b5113cbc-7"] {
      content: "lauTQm,"
    }

    /*!sc*/
    .bFinqz {
      font-weight: 500;
      font-size: 14px;
      line-height: 1.21em;
      color: #444444;
      list-style-type: none;
      margin-top: 5px;
    }

    /*!sc*/
    .bFinqz li {
      font-size: 100%;
      margin: 2.37vh 0 2.37vh 4.62vw;
    }

    /*!sc*/
    data-styled.g76[id="sc-b5113cbc-8"] {
      content: "bFinqz,"
    }

    /*!sc*/
    .hGmbcB {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      z-index: 9;
      position: fixed;
      top: 70px;
      right: 0;
      height: 100vh;
      width: 100vw;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
    }

    /*!sc*/
    data-styled.g77[id="sc-b5113cbc-9"] {
      content: "hGmbcB,"
    }

    /*!sc*/
    .gEDzgX {
      position: fixed;
      top: 70px;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 3;
      display: none;
      background: rgba(16, 16, 16, 0.4);
    }

    /*!sc*/
    data-styled.g78[id="sc-b5113cbc-10"] {
      content: "gEDzgX,"
    }

    /*!sc*/
    .gvloqa {
      width: auto;
      height: auto;
      position: absolute;
      top: 40px;
      z-index: 999;
    }

    /*!sc*/
    data-styled.g81[id="sc-b5113cbc-13"] {
      content: "gvloqa,"
    }

    /*!sc*/
    .extfvJ {
      position: relative;
      width: 16px;
      height: 16px;
      color: black;
      -webkit-transition: -webkit-transform 0.5s ease;
      -webkit-transition: transform 0.5s ease;
      transition: transform 0.5s ease;
    }

    /*!sc*/
    @media (min-width:1920px) {
      .extfvJ {
        width: 28px;
        height: 28px;
      }
    }

    /*!sc*/
    data-styled.g82[id="sc-b5113cbc-14"] {
      content: "extfvJ,"
    }

    /*!sc*/
    .iBsTfs {
      stroke-dasharray: 60 207;
      stroke-dashoffset: 0;
    }

    /*!sc*/
    data-styled.g83[id="sc-b5113cbc-15"] {
      content: "iBsTfs,"
    }

    /*!sc*/
    .bhZXhA {
      stroke-dasharray: 60 60;
      stroke-dashoffset: 0;
    }

    /*!sc*/
    data-styled.g84[id="sc-b5113cbc-16"] {
      content: "bhZXhA,"
    }

    /*!sc*/
    .kPLDTW {
      stroke-dasharray: 60 207;
      stroke-dashoffset: 0;
    }

    /*!sc*/
    data-styled.g85[id="sc-b5113cbc-17"] {
      content: "kPLDTW,"
    }

    /*!sc*/
    .ffQYSP {
      padding: 30px 10% 0px 10%;
      width: 100%;
      background: #112023;
    }

    /*!sc*/
    @media (max-width:600px) {
      .ffQYSP {
        padding: 30px 0px 0px 0px;
        text-align: center;
        grid-template-columns: repeat(1, 1fr);
        font-weight: 400;
        font-size: 12px;
        line-height: 144.69%;
        text-align: center;
        color: #e5e5e5;
      }
    }

    /*!sc*/
    data-styled.g87[id="sc-5d4f47d3-0"] {
      content: "ffQYSP,"
    }

    /*!sc*/
    .khQiIe {
      margin-bottom: 9px;
      color: #fbfbfb;
      font-family: Roboto;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 27px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
    }

    /*!sc*/
    @media (max-width:600px) {
      .khQiIe {
        color: #f2f2f2;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
        margin-bottom: 20px;
      }
    }

    /*!sc*/
    @media (min-width:1520px) {
      .khQiIe {
        font-size: 18px;
      }
    }

    /*!sc*/
    data-styled.g88[id="sc-5d4f47d3-1"] {
      content: "khQiIe,"
    }

    /*!sc*/
    .fGMHWJ {
      padding: 0 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 120px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 80%;
      position: relative;
    }

    /*!sc*/
    .fGMHWJ ul {
      list-style-type: none;
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
      color: #e5e5e5;
    }

    /*!sc*/
    .fGMHWJ ul li {
      font-weight: 400;
      font-size: 15px;
      line-height: 22px;
      margin-bottom: 4px;
      cursor: pointer;
    }

    /*!sc*/
    .fGMHWJ ul li:hover {
      color: #ffffff;
    }

    /*!sc*/
    @media (max-width:600px) {
      .fGMHWJ {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        text-align: start;
        gap: 0;
      }

      .fGMHWJ ul li {
        font-size: 12px;
      }
    }

    /*!sc*/
    data-styled.g90[id="sc-5d4f47d3-3"] {
      content: "fGMHWJ,"
    }

    /*!sc*/
    .jMYZgm {
      width: 80%;
      margin: 0px 10%;
      position: relative;
      height: 55px;
      background-image: url(assets/images/footer-desktop.png);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    /*!sc*/
    @media (min-width:1520px) {
      .jMYZgm {
        height: 80px;
      }
    }

    /*!sc*/
    @media (max-width:600px) {
      .jMYZgm {
        margin: 0px;
        width: 100%;
        height: 70px;
        background-size: cover;
        background-image: url(assets/images/footer-mobile.png);
      }
    }

    /*!sc*/
    data-styled.g93[id="sc-5d4f47d3-6"] {
      content: "jMYZgm,"
    }

    /*!sc*/
    .jutGpc li {
      color: #e5e5e5;
      font-family: Roboto;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
    }

    /*!sc*/
    .jutGpc ul>li {
      height: 30px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      color: #ababab;
      margin: 0;
    }

    /*!sc*/
    .jutGpc ul>li:hover {
      color: #f2f2f2;
    }

    /*!sc*/
    @media (max-width:600px) {
      .jutGpc {
        position: relative;
        padding: 15px 0px;
        max-height: 45px;
        overflow: hidden;
        border-top: 1.1px solid rgba(255, 255, 255, 0.2);
      }
    }

    /*!sc*/
    .fLggXl li {
      color: #e5e5e5;
      font-family: Roboto;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
    }

    /*!sc*/
    .fLggXl ul>li {
      height: 30px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      color: #ababab;
      margin: 0;
    }

    /*!sc*/
    .fLggXl ul>li:hover {
      color: #f2f2f2;
    }

    /*!sc*/
    @media (max-width:600px) {
      .fLggXl {
        position: relative;
        padding: 15px 0px;
        max-height: 45px;
        overflow: hidden;
        border-top: 1.1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1.1px solid rgba(255, 255, 255, 0.2);
      }
    }

    /*!sc*/
    data-styled.g94[id="sc-5d4f47d3-7"] {
      content: "jutGpc,fLggXl,"
    }

    /*!sc*/
    .eNZvdA {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 2px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding-bottom: 24px;
    }

    /*!sc*/
    @media (max-width:600px) {
      .eNZvdA {
        margin-bottom: 0px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0px;
      }
    }

    /*!sc*/
    data-styled.g95[id="sc-5d4f47d3-8"] {
      content: "eNZvdA,"
    }

    /*!sc*/
    .gbFvSR {
      position: absolute;
      right: 24px;
    }

    /*!sc*/
    @media (min-width:600px) {
      .gbFvSR {
        display: none;
      }
    }

    /*!sc*/
    data-styled.g96[id="sc-5d4f47d3-9"] {
      content: "gbFvSR,"
    }

    /*!sc*/
    .eFqxvN {
      width: 100%;
      height: 8px;
      border-top-left-radius: 100px;
      border-top-right-radius: 100px;
      background-color: #01afd1;
    }

    /*!sc*/
    @media (max-width:600px) {
      .eFqxvN {
        border-top-left-radius: 100px;
        border-top-right-radius: 100px;
        height: 4px;
      }
    }

    /*!sc*/
    data-styled.g97[id="sc-5d4f47d3-10"] {
      content: "eFqxvN,"
    }

    /*!sc*/
    .guexdA {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }

    /*!sc*/
    data-styled.g99[id="sc-5d4f47d3-12"] {
      content: "guexdA,"
    }

    /*!sc*/
    .kpOaoh {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 20px;
      position: relative;
    }

    /*!sc*/
    @media (max-width:600px) {
      .kpOaoh {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 16px;
      }
    }

    /*!sc*/
    data-styled.g100[id="sc-1697e5a4-0"] {
      content: "kpOaoh,"
    }

    /*!sc*/
    .gUJNjz {
      height: 100%;
      width: 24px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      position: absolute;
      left: 0.5vw;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .gUJNjz {
        left: 2vw;
      }
    }

    /*!sc*/
    .liznBC {
      height: 40%;
      width: 24px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      position: absolute;
      left: 0.5vw;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .liznBC {
        left: 2vw;
      }
    }

    /*!sc*/
    data-styled.g101[id="sc-1697e5a4-1"] {
      content: "gUJNjz,liznBC,"
    }

    /*!sc*/
    .fhucTq {
      font-family: "Roboto";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #015f74;
      margin-bottom: 8px;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .fhucTq {
        color: #015f74;
      }
    }

    /*!sc*/
    data-styled.g102[id="sc-1697e5a4-2"] {
      content: "fhucTq,"
    }

    /*!sc*/
    .eQRUfz {
      height: 48px;
      width: 100%;
      padding: 12px 42px;
      outline: none;
      border-radius: 5px;
      background: #ffffff;
      border: 1px solid #015f74;
    }

    /*!sc*/
    .eQRUfz:focus {
      border: 2px solid #015f74;
    }

    /*!sc*/
    .eQRUfz::placeholder {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: rgba(12, 12, 12, 0.4);
    }

    /*!sc*/
    @media (max-width:600px) {
      .eQRUfz::-webkit-input-placeholder {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 15.75px;
        line-height: 24px;
      }

      .eQRUfz::-moz-placeholder {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 15.75px;
        line-height: 24px;
      }

      .eQRUfz:-ms-input-placeholder {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 15.75px;
        line-height: 24px;
      }

      .eQRUfz::placeholder {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 15.75px;
        line-height: 24px;
      }
    }

    /*!sc*/
    @media (min-width:1620px) {
      .eQRUfz::placeholder {
        font-size: 16px;
        line-height: 18px;
      }
    }

    /*!sc*/
    @media (max-width:600px) {
      .eQRUfz {
        height: 44px;
      }
    }

    /*!sc*/
    @media (min-width:1620px) {
      .eQRUfz {
        height: 50px;
      }
    }

    /*!sc*/
    data-styled.g103[id="sc-1697e5a4-3"] {
      content: "eQRUfz,"
    }

    /*!sc*/
    .kDqYLx {
      font-family: "Roboto";
      height: 90px;
      width: 100%;
      resize: none;
      padding: 12px 42px;
      margin-top: 8px;
      margin-bottom: 16px;
      border: 1px solid #015f74;
      border-radius: 5px;
    }

    /*!sc*/
    .kDqYLx:focus {
      outline: 1px solid #015f74;
    }

    /*!sc*/
    .kDqYLx::placeholder {
      font-family: "Roboto";
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: rgba(12, 12, 12, 0.4);
    }

    /*!sc*/
    @media (max-width:600px) {
      .kDqYLx::-webkit-input-placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 14px;
      }

      .kDqYLx::-moz-placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 14px;
      }

      .kDqYLx:-ms-input-placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 14px;
      }

      .kDqYLx::placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 14px;
      }
    }

    /*!sc*/
    @media (min-width:1620px) {
      .kDqYLx::placeholder {
        font-size: 16px;
        line-height: 18px;
      }
    }

    /*!sc*/
    data-styled.g104[id="sc-1697e5a4-4"] {
      content: "kDqYLx,"
    }

    /*!sc*/
    .WYgYW {
      height: 3.2vw;
      width: 100%;
      background-color: #FEE60B;
      border-radius: 36px;
      outline: none;
      border: none;
      height: 3.2vw;
      font-family: "Roboto";
      font-weight: 500;
      font-size: 19.2px;
      line-height: 27px;
      color: rgba(12, 12, 12, 0.9);
      margin-top: 0;
      margin-bottom: 2px;
      cursor: pointer;
    }

    /*!sc*/
    .WYgYW:hover {
      background-color: #ffef5e;
    }

    /*!sc*/
    @media (max-width:600px) {
      .WYgYW {
        height: 48px;
        font-family: "Roboto";
        font-weight: 500;
        font-size: 15.75px;
        line-height: 20px;
        margin-top: 10px;
      }
    }

    /*!sc*/
    data-styled.g111[id="sc-9f8a0601-6"] {
      content: "WYgYW,"
    }

    /*!sc*/
    .bhyfQQ {
      opacity: 0;
      position: fixed;
      bottom: 18vh;
      z-index: 20;
      left: -100vw;
      height: 5vw;
      width: 30vw;
      font-family: "Roboto";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      background: #015f74;
      color: #fff;
      border: 1px solid #015f74;
      border-radius: 5px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px;
      -webkit-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .bhyfQQ {
        width: 94%;
        background-color: #015f74;
        color: white;
        top: -100vh;
        left: 2vw;
        margin: 0 3%;
        font-size: 14px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 20px;
        -webkit-transition: all 1.2s ease-in-out;
        transition: all 1.2s ease-in-out;
      }
    }

    /*!sc*/
    data-styled.g120[id="sc-729a27fa-5"] {
      content: "bhyfQQ,"
    }

    /*!sc*/
    .hXzXzG {
      width: auto;
      height: auto;
      background: rgba(1, 175, 209, 0.02);
      border-radius: 6px;
      gap: 8px;
    }

    /*!sc*/
    @media screen and (max-width:600px) {}

    /*!sc*/
    @media screen and (min-width:1620px) {
      .hXzXzG {
        height: 580px;
      }
    }

    /*!sc*/
    data-styled.g126[id="sc-6ce34238-0"] {
      content: "hXzXzG,"
    }

    /*!sc*/
    .cQCGKr {
      width: 100%;
      gap: 10px;
      position: relative;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .cQCGKr {
        display: none;
      }
    }

    /*!sc*/
    data-styled.g127[id="sc-6ce34238-1"] {
      content: "cQCGKr,"
    }

    /*!sc*/
    .dUCJTj {
      width: 100%;
      max-width: 1024px;
      border-radius: 10px;
      border: 1px solid rgba(1, 95, 116, 0.50);
      background: #E3FAFF;
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      -webkit-scroll-margin-top: 120px;
      -moz-scroll-margin-top: 120px;
      -ms-scroll-margin-top: 120px;
      scroll-margin-top: 120px;
    }

    /*!sc*/
    @media screen and (max-width:768px) {
      .dUCJTj {
        width: 100%;
        max-width: 100%;
      }
    }

    /*!sc*/
    data-styled.g138[id="sc-bdd2140b-9"] {
      content: "dUCJTj,"
    }

    /*!sc*/
    .ifEzzU {
      position: relative;
      width: 100%;
      max-width: 380px;
      padding: 24px 32px 0px 32px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }

    /*!sc*/
    .ifEzzU .tagline {
      font-size: 16px;
      line-height: 1.6;
      text-align: center;
    }

    /*!sc*/
    .ifEzzU .tagline .highlight {
      color: #015F74;
      font-weight: 500;
      -webkit-letter-spacing: 0.5px;
      -moz-letter-spacing: 0.5px;
      -ms-letter-spacing: 0.5px;
      letter-spacing: 0.5px;
    }

    /*!sc*/
    .ifEzzU .subheading {
      font-size: 16px;
      line-height: 1.6;
      text-align: center;
      color: #3D3D3D;
    }

    /*!sc*/
    @media (max-width:768px) {
      .ifEzzU {
        padding: 16px 24px;
        max-width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
      }

      .ifEzzU .tagline {
        font-size: 16px;
      }
    }

    /*!sc*/
    data-styled.g139[id="sc-bdd2140b-10"] {
      content: "ifEzzU,"
    }

    /*!sc*/
    .eXmJGP {
      padding: 24px 32px;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 24px 32px;
      gap: 20px;
    }

    /*!sc*/
    @media (max-width:768px) {
      .eXmJGP {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0px 24px 16px 24px;
        gap: 16px;
      }
    }

    /*!sc*/
    data-styled.g140[id="sc-bdd2140b-11"] {
      content: "eXmJGP,"
    }

    /*!sc*/
    .hiVQzA {
      position: relative;
      width: 100%;
    }

    /*!sc*/
    .hiVQzA label {
      position: absolute;
      top: 12px;
      left: 16px;
      color: #ffffff;
      font-size: 13px;
      background: #F0FDFF;
      padding: 0 4px;
      z-index: 1;
    }

    /*!sc*/
    .hiVQzA input,
    .hiVQzA textarea {
      height: 50px;
      width: 100%;
      padding: 16px 16px 16px 48px;
      border: 1px solid rgba(1, 95, 116, 0.50);
      border-radius: 8px;
      background: #F0FDFF;
      font-size: 12px;
      color: #202020;
      -webkit-transition: border-color 0.2s ease;
      transition: border-color 0.2s ease;
    }
    i.fas.fa-phone-alt {
    transform: rotate(90deg);
}


    /*!sc*/
    @supports (-webkit-touch-callout:none) {

      .hiVQzA input,
      .hiVQzA textarea {
        font-size: 16px;
      }
    }

    /*!sc*/
    .hiVQzA input:focus,
    .hiVQzA textarea:focus,
    .hiVQzA input:hover,
    .hiVQzA textarea:hover {
      border-color: rgba(1, 95, 116, 0.50);
      outline: none;
    }

    /*!sc*/
    .hiVQzA input::-webkit-input-placeholder,
    .hiVQzA textarea::-webkit-input-placeholder {
      color: #888888;
      font-size: 12px;
    }

    /*!sc*/
    .hiVQzA input::-moz-placeholder,
    .hiVQzA textarea::-moz-placeholder {
      color: #888888;
      font-size: 12px;
    }

    /*!sc*/
    .hiVQzA input:-ms-input-placeholder,
    .hiVQzA textarea:-ms-input-placeholder {
      color: #888888;
      font-size: 12px;
    }

    /*!sc*/
    .hiVQzA input::placeholder,
    .hiVQzA textarea::placeholder {
      color: #888888;
      font-size: 12px;
    }

    /*!sc*/
    .hiVQzA textarea {
      min-height: 85px;
      resize: vertical;
    }

    /*!sc*/
    data-styled.g142[id="sc-bdd2140b-13"] {
      content: "hiVQzA,"
    }

    /*!sc*/
    .laAKeD {
      width: 100%;
      padding: 16px;
      border: none;
      border-radius: 50px;
      background: #01AFD1;
      color: #ffffff;
      font-weight: 500;
      font-size: 14px;
      cursor: pointer;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      outline: none;
      -webkit-tap-highlight-color: transparent;
    }

    /*!sc*/
    .laAKeD:hover {
      opacity: 0.9;
    }

    /*!sc*/
    data-styled.g144[id="sc-bdd2140b-15"] {
      content: "laAKeD,"
    }

    /*!sc*/
    .enuiru {
      position: absolute;
      top: 35%;
      left: 16px;
    }

    /*!sc*/
    .enuiru path {
      fill: #888888;
    }

    /*!sc*/
    .enuiru rect {
      fill: #888888;
    }

    /*!sc*/
    data-styled.g148[id="sc-bdd2140b-19"] {
      content: "enuiru,"
    }

    /*!sc*/
    .hhxUNC {
      position: relative;
      height: 100%;
      aspect-ratio: 1/1;
    }

    /*!sc*/
    .hhxUNC img {
      object-fit: cover;
    }

    /*!sc*/
    @media (min-width:1950px) {
      .hhxUNC {
        width: 80px;
      }
    }

    /*!sc*/
    data-styled.g228[id="sc-a2843cc0-0"] {
      content: "hhxUNC,"
    }

    /*!sc*/
    .fEmgIM {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #fff;
      color: #332d2d;
      -webkit-backdrop-filter: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      font-weight: 400;
      width: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      height: 60px;
      position: fixed;
      z-index: 99;
    }

    /*!sc*/
    @media (max-width:768px) {
      /* .fEmgIM {
        display: none;
      } */
          .bymcYB{
            display: none !important;
          } 
          .sc-a2843cc0-7.hSGRhC {
            margin: 0 auto;
        }
    }

    /*!sc*/
    @media (min-width:1950px) {
      .fEmgIM {
        height: 84px;
      }
    }

    /*!sc*/
    data-styled.g229[id="sc-a2843cc0-1"] {
      content: "fEmgIM,"
    }

    /*!sc*/
    .delzKD {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 63px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      border: 1px solid #01afd1;
      padding: 10px 20px;
      gap: 6px;
    }

    /*!sc*/
    .delzKD p {
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: #121212;
      opacity: 0.9;
      color: #01afd1;
    }

    /*!sc*/
    @media (max-width:1136px) {
      .delzKD p {
        font-size: 12px;
        line-height: 14px;
      }
    }

    /*!sc*/
    @media (min-width:1950px) {
      .delzKD p {
        font-size: 25px;
        line-height: 21px;
      }
    }

    /*!sc*/
    data-styled.g231[id="sc-a2843cc0-3"] {
      content: "delzKD,"
    }

    /*!sc*/
    .kVdHFl {
      float: left;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    /*!sc*/
    data-styled.g232[id="sc-a2843cc0-4"] {
      content: "kVdHFl,"
    }

    /*!sc*/
    .jXZlZr {
      position: relative;
      display: block;
      text-align: center;
      -webkit-text-decoration: none;
      text-decoration: none;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      cursor: pointer;
      opacity: 0.9;
    }

    /*!sc*/
    .jXZlZr:focus {
      font-weight: 700;
    }

    /*!sc*/
    @media (min-width:1024px) and (max-width:1463px) {
      .jXZlZr {
        font-size: 13px;
        line-height: 15px;
      }
    }

    /*!sc*/
    @media (min-width:1463px) and (max-width:1920px) {
      .jXZlZr {
        font-size: 14px;
        line-height: 16px;
      }
    }

    /*!sc*/
    @media (max-width:1024px) {
      .jXZlZr {
        font-size: 12px;
        line-height: 14px;
      }
    }

    /*!sc*/
    @media (min-width:1950px) {
      .jXZlZr {
        font-size: 25px;
        line-height: 21px;
      }
    }

    /*!sc*/
    .jXZlZr:after {
      display: block;
      width: 60%;
      content: "";
      border-bottom: solid 3px #01afd1;
      border-radius: 18px;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: -webkit-transform 250ms ease-in-out;
      -webkit-transition: transform 250ms ease-in-out;
      transition: transform 250ms ease-in-out;
      -webkit-transform-origin: (100% 0%);
      -ms-transform-origin: (100% 0%);
      transform-origin: (100% 0%);
    }

    /*!sc*/
    .jXZlZr:hover:after {
      font-weight: 500;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition-delay: 150ms;
      transition-delay: 150ms;
      -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
    }

    /*!sc*/
    .jXZlZr:focus:after {
      font-weight: bold;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition-delay: 150ms;
      transition-delay: 150ms;
      -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
    }

    /*!sc*/
    data-styled.g233[id="sc-a2843cc0-5"] {
      content: "jXZlZr,"
    }

    /*!sc*/
    .bymcYB {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      gap: 32px;
      list-style-type: none;
      margin: 0;
      padding: 12px 50px;
      overflow: hidden;
      height: 100%;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    /*!sc*/
    @media (max-width:1400px) {
      .bymcYB {
        width: 60%;
      }
    }

    /*!sc*/
    @media (min-width:1024px) and (max-width:1464px) {
      .bymcYB {
        width: 70%;
        gap: 15px;
        padding: 12px 30px;
      }
    }

    /*!sc*/
    @media (min-width:1038px) and (max-width:1200px) {
      .bymcYB {
        width: 70%;
        gap: 12px;
        padding: 12px 20px;
      }
    }

    /*!sc*/
    data-styled.g234[id="sc-a2843cc0-6"] {
      content: "bymcYB,"
    }

    /*!sc*/
    .hSGRhC {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 7.32vw;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-left: 50px;
    }

    /*!sc*/
    @media (min-width:700px) and (max-width:1152px) {
      .hSGRhC {
        gap: 2.32vw;
      }
    }

    /*!sc*/
    data-styled.g235[id="sc-a2843cc0-7"] {
      content: "hSGRhC,"
    }

    /*!sc*/
    .bhpQuY {
      position: relative;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      width: 100%;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .bhpQuY {
        position: relative;
        margin-top: 20px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
      }
    }

    /*!sc*/
    data-styled.g238[id="sc-60f93e7-0"] {
      content: "bhpQuY,"
    }

    /*!sc*/
    .fbgWKa {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      cursor: pointer;
      min-width: 200px;
      padding: 10px 6.15vw 10px 24px;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 10px;
      border-radius: 67px;
      border: 1px solid #01afd1;
      background: #fff;
    }

    /*!sc*/
    .fbgWKa::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.38);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }

    /*!sc*/
    .fbgWKa::-moz-placeholder {
      color: rgba(0, 0, 0, 0.38);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }

    /*!sc*/
    .fbgWKa:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.38);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }

    /*!sc*/
    .fbgWKa::placeholder {
      color: rgba(0, 0, 0, 0.38);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }

    /*!sc*/
    .fbgWKa:focus {
      outline: 1px solid #fff;
    }

    /*!sc*/
    @media (min-width:1038px) and (max-width:1152px) {
      .fbgWKa {
        min-width: 50px;
      }
    }

    /*!sc*/
    @media screen and (min-width:600px) and (max-width:1440px) {
      .fbgWKa {
        padding: 10px 20px;
      }

      .fbgWKa::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.38);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }

      .fbgWKa::-moz-placeholder {
        color: rgba(0, 0, 0, 0.38);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }

      .fbgWKa:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.38);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }

      .fbgWKa::placeholder {
        color: rgba(0, 0, 0, 0.38);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .fbgWKa {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 10px 6.15vw;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        border-radius: 67px;
        border: 1px solid #01afd1;
        background: #f8f8f8;
      }

      .fbgWKa::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.38);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }

      .fbgWKa::-moz-placeholder {
        color: rgba(0, 0, 0, 0.38);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }

      .fbgWKa:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.38);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }

      .fbgWKa::placeholder {
        color: rgba(0, 0, 0, 0.38);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }

      .fbgWKa:focus {
        outline: 1px solid #fff;
      }
    }

    /*!sc*/
    data-styled.g239[id="sc-60f93e7-1"] {
      content: "fbgWKa,"
    }

    /*!sc*/
    .grpbAm {
      position: absolute;
      height: 100%;
      top: 0;
      right: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 6px;
      z-index: 2;
    }

    /*!sc*/
    .grpbAm svg {
      cursor: pointer;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .grpbAm {
        position: absolute;
        height: 100%;
        top: 0;
        right: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 6px;
        z-index: 2;
      }
    }

    /*!sc*/
    data-styled.g240[id="sc-60f93e7-2"] {
      content: "grpbAm,"
    }

    /*!sc*/
    .cGxDNE {
      height: calc(100vh - 120px);
      width: 100%;
      position: relative;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .cGxDNE {
        height: 70vh;
      }
    }

    /*!sc*/
    data-styled.g248[id="sc-75a5aa33-3"] {
      content: "cGxDNE,"
    }

    /*!sc*/
 /*   .isCslc {
      background-image: linear-gradient(257deg, rgba(0, 0, 0, 0.00) 34.53%, rgba(0, 0, 0, 0.50) 60.67%, rgba(0, 0, 0, 0.90) 92.2%, #000 100%), url("assets/images/spiti.webp");*/
       .isCslc {
      background-image: linear-gradient(257deg, rgba(0, 0, 0, 0.00) 34.53%, rgba(0, 0, 0, 0.50) 60.67%, rgba(0, 0, 0, 0.90) 92.2%, #000 100%), url("../images/ban1.jpg");
    }
    .sc-75a5aa33-4{
         width: 100%;
 background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      color: white;
      padding: 5% 5% 5% 10%;
      position: absolute;
      top: 0px;
      left: 0px;
      height: calc(100vh - 120px);
      -webkit-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
    }
    .gloRWQ {
      background-image: linear-gradient(257deg, rgba(0, 0, 0, 0.00) 34.53%, rgba(0, 0, 0, 0.50) 60.67%, rgba(0, 0, 0, 0.90) 92.2%, #000 100%), url("../images/ban2.jpg");
    }
     .gmJMnV {
      background-image: linear-gradient(257deg, rgba(0, 0, 0, 0.00) 34.53%, rgba(0, 0, 0, 0.50) 60.67%, rgba(0, 0, 0, 0.90) 92.2%, #000 100%), url("../images/ban3.jpg");
    }

    /*!sc*/
    @media screen and (max-width:600px) {
     /* .isCslc {
        background-image: linear-gradient(180deg, rgba(80, 80, 80, 0.10) 47.40%, #000 90.97%), url("assets/images/ban1");
      }*/
      .sc-75a5aa33-4{
        height: 50vh;
        padding: 0px 5%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 10vh;
      }
    }

    /*!sc*/
    @media screen and (min-width:1520px) {
      .sc-75a5aa33-4 {
        height: calc(100vh- 120px);
        padding: 3% 5% 3% 10%;
      }
    }

    /*!sc*/
    data-styled.g249[id="sc-75a5aa33-4"] {
      content: "isCslc,"
    }

    /*!sc*/
    .htObcx {
      display: none;
    }

    /*!sc*/
    @media (max-width:600px) {
      .htObcx {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        bottom: 0px;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-radius: 0px;
        width: 80%;
        background: white;
        right: 0px;
        width: 100%;
        border-radius: 18px 18px 0px 0px;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
      }

      .htObcx h2 {
        color: var(--primitive-color-grey-grey-5, #202020);
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
      }

      .htObcx h4 {
        color: var(--primitive-color-grey-grey-4, #757575);
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }
    }

    /*!sc*/
    data-styled.g256[id="sc-75a5aa33-11"] {
      content: "htObcx,"
    }

    /*!sc*/
    .huGvDc {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 4px;
      width: 90%;
      padding-bottom: 12px;
      border-bottom: 1px solid #e5e5e5;
    }

    /*!sc*/
    data-styled.g257[id="sc-75a5aa33-12"] {
      content: "huGvDc,"
    }

    /*!sc*/
    .lhtzoi {
      cursor: pointer;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 44px;
      padding: 10px 30px 10px 30px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 6px;
      -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0;
      flex: 1 0 0;
      border-radius: 63px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      background: var(--primitive-color-brand-secondary-yellow, #fee60b);
    }

    /*!sc*/
    .lhtzoi p {
      color: #202020;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 500;
      line-height: 21px;
      font-style: normal;
    }

    /*!sc*/
    @media (max-width:600px) {
      .lhtzoi {
        width: 90%;
        margin: auto 20px;
        margin-top: 20px;
        padding: 10px;
        margin-bottom: 20px;
        background: var(--Light-Blue, #01afd1);
        border-radius: 56px;
      }

      .lhtzoi p {
        color: #fff;
      }
    }

    /*!sc*/
    data-styled.g258[id="sc-75a5aa33-13"] {
      content: "lhtzoi,"
    }

    /*!sc*/
    .mBLqw {
      position: absolute;
      width: 100%;
      bottom: 90%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 4px 8px;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 6px;
    }

    /*!sc*/
    @media (max-width:600px) {
      .mBLqw {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 19%;
      }
    }

    /*!sc*/
    @media only screen and (min-width:390px) and (max-width:944px) and (-webkit-device-pixel-ratio:3) {
      .mBLqw {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 22%;
      }
    }

    /*!sc*/
    data-styled.g262[id="sc-75a5aa33-17"] {
      content: "mBLqw,"
    }

    /*!sc*/
    .bDbQHr {
      display: none;
    }

    /*!sc*/
    @media (max-width:600px) {
      .bDbQHr {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
      }
    }

    /*!sc*/
    .eFlkvY {
      margin-left: 4%;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    /*!sc*/
    @media (max-width:600px) {
      .eFlkvY {
        display: none;
      }
    }

    /*!sc*/
    data-styled.g263[id="sc-75a5aa33-18"] {
      content: "bDbQHr,eFlkvY,"
    }

    /*!sc*/
    .cipRgy {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 8px 10px;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 6px;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      border-radius: 5px;
      width: 100%;
    }

    /*!sc*/
    .cipRgy h2 {
      color: var(--primitive-color-brand-secondary-yellow, #fee60b);
      text-align: center;
      text-shadow: 2px 4px 15px rgba(0, 0, 0, 0.8);
      font-family: Roboto;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 21px;
    }

    /*!sc*/
    .cipRgy p {
      color: var(--primitive-color-grey-grey-1, #f2f2f2);
      font-family: Roboto;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      -webkit-letter-spacing: 0.08px;
      -moz-letter-spacing: 0.08px;
      -ms-letter-spacing: 0.08px;
      letter-spacing: 0.08px;
      font-style: normal;
    }

    /*!sc*/
    @media (max-width:600px) {
      .cipRgy {
        width: 90%;
        background: #f2fdff;
      }

      .cipRgy h2 {
        color: var(--primitive-color-brand-secondary-dark_blue, #015f74);
        font-size: 14px;
        font-weight: 700;
        text-shadow: none;
        line-height: 20px;
        -webkit-letter-spacing: 0.014px;
        -moz-letter-spacing: 0.014px;
        -ms-letter-spacing: 0.014px;
        letter-spacing: 0.014px;
      }

      .cipRgy p {
        color: var(--primitive-color-grey-grey-4, #757575);
        font-size: 13px;
        text-shadow: none;
        font-weight: 400;
        line-height: 20px;
        -webkit-letter-spacing: 0.013px;
        -moz-letter-spacing: 0.013px;
        -ms-letter-spacing: 0.013px;
        letter-spacing: 0.013px;
      }
    }

    /*!sc*/
    data-styled.g265[id="sc-75a5aa33-20"] {
      content: "cipRgy,"
    }

    /*!sc*/
    .jiVVHK {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    /*!sc*/
    @media (max-width:600px) {
      .jiVVHK {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
      }
    }

    /*!sc*/
    data-styled.g266[id="sc-75a5aa33-21"] {
      content: "jiVVHK,"
    }

    /*!sc*/
    .fqaGRe {
      position: absolute;
      bottom: 40px;
      left: 120px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 35%;
      gap: 50px;
    }

    /*!sc*/
    .fqaGRe h1,
    .fqaGRe .covernewtitle {
      color: var(--primitive-color-grey-grey-0, #fbfbfb);
      text-shadow: 2px 4px 15px rgba(0, 0, 0, 0.8);
      font-family: Roboto;
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px;
    }

    /*!sc*/
    .fqaGRe h3 {
      margin-top: 8px;
      color: var(--primitive-color-grey-grey-2, #e5e5e5);
      text-shadow: 2px 4px 15px rgba(0, 0, 0, 0.8);
      font-family: Roboto;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 21px;
    }

    /*!sc*/
    @media (max-width:600px) {
      .fqaGRe {
        display: none;
      }
    }

    /*!sc*/
    data-styled.g267[id="sc-75a5aa33-22"] {
      content: "fqaGRe,"
    }

    /*!sc*/
    .hvmUGT {
      position: absolute;
      width: 96%;
      bottom: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-left: 2%;
    }

    /*!sc*/
    @media (max-width:600px) {
      .hvmUGT {
        display: none;
      }
    }

    /*!sc*/
    data-styled.g268[id="sc-75a5aa33-23"] {
      content: "hvmUGT,"
    }

    /*!sc*/
    .jinhfV {
      cursor: pointer;
      padding: 4px;
    }

    /*!sc*/
    data-styled.g269[id="sc-75a5aa33-24"] {
      content: "jinhfV,"
    }

    /*!sc*/
    .egKyOE {
      width: 100%;
      overflow-x: scroll;
      -webkit-scroll-behavior: smooth;
      -moz-scroll-behavior: smooth;
      -ms-scroll-behavior: smooth;
      scroll-behavior: smooth;
      padding: 0 4px 0 4px;
    }

    /*!sc*/
    .egKyOE::-webkit-scrollbar {
      display: none;
    }

    /*!sc*/
    @media (max-width:600px) {
      .egKyOE {
        padding: 0px;
      }
    }

    /*!sc*/
    data-styled.g270[id="sc-b451f63d-0"] {
      content: "egKyOE,"
    }

    /*!sc*/
    .dnfnDB {
      position: relative;
    }

    /*!sc*/
    @media (max-width:600px) {
      .dnfnDB {
        padding: 0px;
      }
    }

    /*!sc*/
    .dnfnDB .keycontainer {
      position: absolute;
      max-height: 200px;
      width: 100%;
      aspect-ratio: 8;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .dnfnDB .keycontainer {
        display: none;
      }
    }

    /*!sc*/
    data-styled.g271[id="sc-b451f63d-1"] {
      content: "dnfnDB,"
    }

    /*!sc*/
    .fXvXtw {
      display: grid;
      grid-template-columns: repeat(3, 32.5%);
      gap: 1%;
      width: 100%;
      -webkit-transition: -webkit-transform 0.5s ease;
      -webkit-transition: transform 0.5s ease;
      transition: transform 0.5s ease;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .fXvXtw {
        grid-template-columns: repeat(6, 320px);
        gap: 16px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 0px 16px;
        margin-top: 10px;
      }
    }

    /*!sc*/
    data-styled.g272[id="sc-b451f63d-2"] {
      content: "fXvXtw,"
    }

    /*!sc*/
    .dRybZp {
      position: relative;
      min-height: 200px;
      aspect-ratio: 8/4;
      width: 100%;
      border-radius: 10px;
      background: linear-gradient(245deg, rgba(0, 0, 0, 0) 65.56%, rgba(0, 0, 0, 0.6) 100%), lightgray 50%;
      background-size: cover;
    }

    /*!sc*/
    data-styled.g286[id="sc-b451f63d-16"] {
      content: "dRybZp,"
    }

    /*!sc*/
    .gddXlQ {
      border-radius: 10px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 200px;
      aspect-ratio: 8/4;
    }

    /*!sc*/
    data-styled.g287[id="sc-b451f63d-17"] {
      content: "gddXlQ,"
    }

    /*!sc*/
    .iUZtiP {
      border-radius: 10px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 200px;
      aspect-ratio: 8/4;
      background: linear-gradient(245deg, rgba(0, 0, 0, 0) 65.56%, rgba(0, 0, 0, 0.6) 100%);
    }

    /*!sc*/
    data-styled.g288[id="sc-b451f63d-18"] {
      content: "iUZtiP,"
    }

    /*!sc*/
    .ekuFCl {
      width: 100%;
      height: 100%;
    }

    /*!sc*/
    data-styled.g289[id="sc-b451f63d-19"] {
      content: "ekuFCl,"
    }

    /*!sc*/
    .eyRIwl {
      width: 90%;
      margin: 2% 1% 2% 1%;
      position: relative;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      font-family: Roboto;
      font-style: normal;
      font-size: 13.5px;
      font-weight: 500;
      line-height: 17.55px;
      -webkit-letter-spacing: 0.25px;
      -moz-letter-spacing: 0.25px;
      -ms-letter-spacing: 0.25px;
      letter-spacing: 0.25px;
    }

    /*!sc*/
    .eyRIwl span {
      color: var(--primitive-color-grey-grey-4, #757575);
      font-size: 13.5px;
      font-weight: 400;
      line-height: 17.55px;
      -webkit-letter-spacing: 0.25px;
      -moz-letter-spacing: 0.25px;
      -ms-letter-spacing: 0.25px;
      letter-spacing: 0.25px;
    }

    /*!sc*/
    .eyRIwl p {
      position: absolute;
      bottom: 0px;
      right: 0px;
      padding: 0px 4px;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      -webkit-letter-spacing: 0.25px;
      -moz-letter-spacing: 0.25px;
      -ms-letter-spacing: 0.25px;
      letter-spacing: 0.25px;
      color: var(--primitive-color-grey-grey-5, #202020);
      background: white;
    }

    /*!sc*/
    .eyRIwl h4 {
      font-size: 15px;
      font-weight: 500;
      line-height: 23px;
      -webkit-letter-spacing: 0.5px;
      -moz-letter-spacing: 0.5px;
      -ms-letter-spacing: 0.5px;
      letter-spacing: 0.5px;
      color: var(--primitive-color-grey-grey-5, #202020);
    }

    /*!sc*/
    @media (min-width:600px) {
      .eyRIwl {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        -webkit-letter-spacing: 0.25px;
        -moz-letter-spacing: 0.25px;
        -ms-letter-spacing: 0.25px;
        letter-spacing: 0.25px;
      }

      .eyRIwl span {
        font-size: 14px;
        line-height: 20px;
        -webkit-letter-spacing: 0.25px;
        -moz-letter-spacing: 0.25px;
        -ms-letter-spacing: 0.25px;
        letter-spacing: 0.25px;
      }

      .eyRIwl p {
        position: absolute;
        bottom: 0px;
        right: 0px;
        font-size: 13.5px;
        font-weight: 500;
        line-height: 17.55px;
        -webkit-letter-spacing: 0.25px;
        -moz-letter-spacing: 0.25px;
        -ms-letter-spacing: 0.25px;
        letter-spacing: 0.25px;
      }
    }

    /*!sc*/
    data-styled.g290[id="sc-b451f63d-20"] {
      content: "eyRIwl,"
    }

    /*!sc*/
    .fKZMEZ {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      gap: 2px;
      padding: 2px 6px;
      border-radius: var(--radius-small, 8px) var(--radius-small, 8px) var(--radius-small, 8px) 0px;
      background: var(--primitive-color-grey-grey-6, #121212);
    }

    /*!sc*/
    .fKZMEZ p {
      color: var(--primitive-color-grey-grey-0, #fbfbfb);
      font-family: Roboto;
      font-style: normal;
      line-height: normal;
      color: var(--primitive-color-grey-grey-0, #fbfbfb);
      font-size: 12px;
      font-weight: 400;
      -webkit-letter-spacing: 0.15px;
      -moz-letter-spacing: 0.15px;
      -ms-letter-spacing: 0.15px;
      letter-spacing: 0.15px;
    }

    /*!sc*/
    .hJhnXv {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      gap: 2px;
      padding: 2px 8px;
      border-radius: 0px var(--radius-xsmall, 4px) var(--radius-xsmall, 4px) 0px;
      background: #fff;
    }

    /*!sc*/
    .hJhnXv p {
      color: var(--primitive-color-grey-grey-0, #fbfbfb);
      font-family: Roboto;
      font-style: normal;
      line-height: normal;
      color: var(--primitive-color-grey-grey-6, #121212);
      font-family: Roboto;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 14.1px;
    }

    /*!sc*/
    .eqoPf {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      gap: 2px;
      padding: 2px 6px;
      border-radius: var(--radius-small, 8px) var(--radius-small, 8px) var(--radius-small, 8px) 0px;
      background: var(--primitive-color-grey-grey-6, #121212);
      border-radius: 0px var(--radius-small, 8px) var(--radius-small, 8px) var(--radius-small, 8px);
    }

    /*!sc*/
    .eqoPf p {
      color: var(--primitive-color-grey-grey-0, #fbfbfb);
      font-family: Roboto;
      font-style: normal;
      line-height: normal;
      color: var(--primitive-color-grey-grey-0, #fbfbfb);
      font-size: 12px;
      font-weight: 400;
      -webkit-letter-spacing: 0.15px;
      -moz-letter-spacing: 0.15px;
      -ms-letter-spacing: 0.15px;
      letter-spacing: 0.15px;
    }

    /*!sc*/
    data-styled.g291[id="sc-b451f63d-21"] {
      content: "fKZMEZ,hJhnXv,eqoPf,"
    }

    /*!sc*/
    .fDWuBq {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 2px 6px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 2px;
      position: absolute;
      top: 5%;
      left: 2%;
      border-radius: var(--radius-small, 8px);
      background: #ffeb32;
      color: var(--primitive-color-grey-grey-5, #202020);
      font-family: Roboto;
      font-style: normal;
      font-weight: 400;
      font-size: 10px;
      line-height: normal;
      -webkit-letter-spacing: 0.125px;
      -moz-letter-spacing: 0.125px;
      -ms-letter-spacing: 0.125px;
      letter-spacing: 0.125px;
    }

    /*!sc*/
    .fDWuBq span {
      font-size: 12px;
      font-weight: 500;
      line-height: 13px;
    }

    /*!sc*/
    @media (max-width:600px) {
      .fDWuBq {
        font-weight: 400;
        font-size: 10px;
        -webkit-letter-spacing: 0.125px;
        -moz-letter-spacing: 0.125px;
        -ms-letter-spacing: 0.125px;
        letter-spacing: 0.125px;
      }

      .fDWuBq span {
        font-size: 10px;
        font-weight: 500;
        line-height: 13px;
      }
    }

    /*!sc*/
    data-styled.g292[id="sc-b451f63d-22"] {
      content: "fDWuBq,"
    }

    /*!sc*/
    .uNZof {
      position: absolute;
      bottom: 4%;
      left: 3%;
    }

    /*!sc*/
    data-styled.g293[id="sc-b451f63d-23"] {
      content: "uNZof,"
    }

    /*!sc*/
    .AKjFA {
      display: none;
    }

    /*!sc*/
    @media (max-width:600px) {
      .AKjFA {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        width: 70%;
        height: 2px;
        margin-top: 40px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
      }
    }

    /*!sc*/
    data-styled.g294[id="sc-b451f63d-24"] {
      content: "AKjFA,"
    }

    /*!sc*/
    .jDcgwl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

    /*!sc*/
    data-styled.g310[id="sc-c4620219-14"] {
      content: "jDcgwl,"
    }

    /*!sc*/
    .fQuiKB {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 0pxpx;
      margin: 0px;
      padding: 0px;
      width: 100%;
      height: auto;
      overflow-x: auto;
      -webkit-scroll-behavior: auto;
      -moz-scroll-behavior: auto;
      -ms-scroll-behavior: auto;
      scroll-behavior: auto;
      ms-overflow-style: none;
      -webkit-scrollbar-width: none;
      -moz-scrollbar-width: none;
      -ms-scrollbar-width: none;
      scrollbar-width: none;
      webkitoverflowscrolling: touch;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
    }

    /*!sc*/
    @media (min-width:768px) {
      .fQuiKB {
        width: 75%;
      }
    }

    /*!sc*/
    data-styled.g311[id="sc-c4620219-15"] {
      content: "fQuiKB,"
    }

    /*!sc*/
    .dxOnEe {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #F5FDFF;
      border: 2px solid #202020;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
    }

    /*!sc*/
    .dxOnEe:hover {
      background-color: rgba(255, 255, 255, 0.2);
    }

    /*!sc*/
    .dxOnEe svg {
      width: 20px;
      height: 20px;
      color: #202020;
    }

    /*!sc*/
    data-styled.g312[id="sc-c4620219-16"] {
      content: "dxOnEe,"
    }

    /*!sc*/
    .irowqx svg {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }

    /*!sc*/
    data-styled.g314[id="sc-c4620219-18"] {
      content: "irowqx,"
    }

    /*!sc*/
    .jlTNdR svg {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
    }

    /*!sc*/
    data-styled.g315[id="sc-c4620219-19"] {
      content: "jlTNdR,"
    }

    /*!sc*/
    .boqyRh {
      color: black;
      background: #ffffff;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      border-radius: 6px;
      margin-top: 15px;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      padding: 20px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      display: none;
    }

    /*!sc*/
    .boqyRh::before {
      content: "";
      position: absolute;
      top: 6px;
      fill: #ffffff;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #fff;
    }

    /*!sc*/
    data-styled.g373[id="sc-9ea09d8e-0"] {
      content: "boqyRh,"
    }

    /*!sc*/
    .iUOzXd {
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s;
    }

    /*!sc*/
    data-styled.g374[id="sc-9ea09d8e-1"] {
      content: "iUOzXd,"
    }

    /*!sc*/
    .hwysxG {
      list-style-type: none;
      max-height: 250px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }

    /*!sc*/
    .hwysxG input[type="range"] {
      -webkit-appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%;
      cursor: pointer;
      outline: none;
      border-radius: 15px;
      height: 6px;
      background: #ccc;
    }

    /*!sc*/
    .hwysxG input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      height: 15px;
      width: 15px;
      background-color: #01afd1;
      border-radius: 50%;
      border: none;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
    }

    /*!sc*/
    .hwysxG input[type="range"]::-moz-range-thumb {
      height: 15px;
      width: 15px;
      background-color: #01afd1;
      border-radius: 50%;
      border: none;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
    }

    /*!sc*/
    .hwysxG input[type="range"]::-webkit-slider-thumb:hover {
      box-shadow: 0 0 0 10px rgba(1, 175, 209, 0.25);
    }

    /*!sc*/
    .hwysxG input[type="range"]:active::-webkit-slider-thumb {
      box-shadow: 0 0 0 13px rgba(1, 175, 209, 0.25);
    }

    /*!sc*/
    .hwysxG input[type="range"]:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 13px rgba(1, 175, 209, 0.25);
    }

    /*!sc*/
    .hwysxG input[type="range"]::-moz-range-thumb:hover {
      box-shadow: 0 0 0 10px rgba(1, 175, 209, 0.25);
    }

    /*!sc*/
    .hwysxG input[type="range"]:active::-moz-range-thumb {
      box-shadow: 0 0 0 13px rgba(1, 175, 209, 0.25);
    }

    /*!sc*/
    .hwysxG input[type="range"]:focus::-moz-range-thumb {
      box-shadow: 0 0 0 13px rgba(1, 175, 209, 0.25);
    }

    /*!sc*/
    .bfvwQb {
      list-style-type: none;
      max-height: 250px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }

    /*!sc*/
    .bfvwQb input[type="range"] {
      -webkit-appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%;
      cursor: pointer;
      outline: none;
      border-radius: 15px;
      height: 6px;
      background: #ccc;
    }

    /*!sc*/
    .bfvwQb input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      height: 15px;
      width: 15px;
      background-color: #01afd1;
      border-radius: 50%;
      border: none;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
    }

    /*!sc*/
    .bfvwQb input[type="range"]::-moz-range-thumb {
      height: 15px;
      width: 15px;
      background-color: #01afd1;
      border-radius: 50%;
      border: none;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
    }

    /*!sc*/
    .bfvwQb input[type="range"]::-webkit-slider-thumb:hover {
      box-shadow: 0 0 0 10px rgba(1, 175, 209, 0.25);
    }

    /*!sc*/
    .bfvwQb input[type="range"]:active::-webkit-slider-thumb {
      box-shadow: 0 0 0 13px rgba(1, 175, 209, 0.25);
    }

    /*!sc*/
    .bfvwQb input[type="range"]:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 13px rgba(1, 175, 209, 0.25);
    }

    /*!sc*/
    .bfvwQb input[type="range"]::-moz-range-thumb:hover {
      box-shadow: 0 0 0 10px rgba(1, 175, 209, 0.25);
    }

    /*!sc*/
    .bfvwQb input[type="range"]:active::-moz-range-thumb {
      box-shadow: 0 0 0 13px rgba(1, 175, 209, 0.25);
    }

    /*!sc*/
    .bfvwQb input[type="range"]:focus::-moz-range-thumb {
      box-shadow: 0 0 0 13px rgba(1, 175, 209, 0.25);
    }

    /*!sc*/
    .brohnw {
      list-style-type: none;
      max-height: 250px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: grid;
      grid-template-columns: repeat(1, 1fr);
    }

    /*!sc*/
    .brohnw input[type="range"] {
      -webkit-appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%;
      cursor: pointer;
      outline: none;
      border-radius: 15px;
      height: 6px;
      background: #ccc;
    }

    /*!sc*/
    .brohnw input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      height: 15px;
      width: 15px;
      background-color: #01afd1;
      border-radius: 50%;
      border: none;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
    }

    /*!sc*/
    .brohnw input[type="range"]::-moz-range-thumb {
      height: 15px;
      width: 15px;
      background-color: #01afd1;
      border-radius: 50%;
      border: none;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
    }

    /*!sc*/
    .brohnw input[type="range"]::-webkit-slider-thumb:hover {
      box-shadow: 0 0 0 10px rgba(1, 175, 209, 0.25);
    }

    /*!sc*/
    .brohnw input[type="range"]:active::-webkit-slider-thumb {
      box-shadow: 0 0 0 13px rgba(1, 175, 209, 0.25);
    }

    /*!sc*/
    .brohnw input[type="range"]:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 13px rgba(1, 175, 209, 0.25);
    }

    /*!sc*/
    .brohnw input[type="range"]::-moz-range-thumb:hover {
      box-shadow: 0 0 0 10px rgba(1, 175, 209, 0.25);
    }

    /*!sc*/
    .brohnw input[type="range"]:active::-moz-range-thumb {
      box-shadow: 0 0 0 13px rgba(1, 175, 209, 0.25);
    }

    /*!sc*/
    .brohnw input[type="range"]:focus::-moz-range-thumb {
      box-shadow: 0 0 0 13px rgba(1, 175, 209, 0.25);
    }

    /*!sc*/
    data-styled.g375[id="sc-9ea09d8e-2"] {
      content: "hwysxG,bfvwQb,brohnw,"
    }

    /*!sc*/
    .hDlLCa {
      list-style: none;
      gap: 15px;
      padding: 4px 10px;
      width: 100%;
      min-width: 160px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: "Roboto";
      font-style: normal;
      font-weight: 500;
      font-size: 13.33px;
      line-height: 20px;
      margin: 0;
      color: rgba(12, 12, 12, 0.75);
    }

    /*!sc*/
    .hDlLCa:hover,
    .hDlLCa:active {
      background: rgba(1, 175, 209, 0.05);
      color: #015f74;
      outline: 1px solid #01afd1;
      border-radius: 4px;
    }

    /*!sc*/
    data-styled.g377[id="sc-9ea09d8e-4"] {
      content: "hDlLCa,"
    }

    /*!sc*/
    .cKqFa-d {
      margin: 45px 0;
    }

    /*!sc*/
    @media screen and (max-width:600px) {}

    /*!sc*/
    data-styled.g378[id="sc-87e42e1e-0"] {
      content: "cKqFa-d,"
    }

    /*!sc*/
    .kjZRny {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background-color: #01afd1;
      border: 1px solid #fff;
      position: fixed;
      bottom: 100px;
      right: -100px;
      cursor: pointer;
      -webkit-transition: all 0.6s;
      transition: all 0.6s;
      z-index: 103;
      border-radius: 50%;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .kjZRny {
        margin-bottom: 0px;
        right: -100px;
        z-index: 2;
      }
    }

    /*!sc*/
    data-styled.g379[id="sc-41081023-0"] {
      content: "kjZRny,"
    }

    /*!sc*/
    .kNmhsb {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-scroll-behavior: smooth;
      -moz-scroll-behavior: smooth;
      -ms-scroll-behavior: smooth;
      scroll-behavior: smooth;
    }

    /*!sc*/
    data-styled.g380[id="sc-8c4fe053-0"] {
      content: "kNmhsb,"
    }
a.sc-a2843cc0-0.hhxUNC {
    display: flex;
    align-items: center;
    justify-content: center;
}
    /*!sc*/
    .dUvJFh {
      width: 100%;
      min-height: 100vh;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #fff;
      max-width: 100vw;
      margin-top: 65px;
      -webkit-scroll-behavior: smooth;
      -moz-scroll-behavior: smooth;
      -ms-scroll-behavior: smooth;
      scroll-behavior: smooth;
    }

    /*!sc*/
    @media screen and (max-width:768px) {
      .dUvJFh {
        margin-top: 0;
      }
    }

    /*!sc*/
    data-styled.g381[id="sc-8c4fe053-1"] {
      content: "dUvJFh,"
    }

    /*!sc*/
    .exWdZO {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      right: 0;
      border-radius: 8px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.67%, #000 86.21%);
    }

    /*!sc*/
    data-styled.g384[id="sc-634b5910-0"] {
      content: "exWdZO,"
    }

    /*!sc*/
    .iqDAik {
      display: grid;
      grid-template-column: 1fr;
      justify-items: center;
      row-gap: 20px;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    /*!sc*/
    data-styled.g385[id="sc-634b5910-1"] {
      content: "iqDAik,"
    }

    /*!sc*/
    .hVrZWn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 95%;
      aspect-ratio: 259 / 391;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      border-radius: 8px;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url();
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      cursor: pointer;
    }

    /*!sc*/
    .hVrZWn img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: 8px;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .hVrZWn {
        width: 71.7vw;
        aspect-ratio: 280 / 423;
      }
    }

    /*!sc*/
    .cHwgYA {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      aspect-ratio: 259 / 391;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      border-radius: 8px;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url();
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      cursor: pointer;
    }

    /*!sc*/
    .cHwgYA img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: 8px;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .cHwgYA {
        width: 96%;
        aspect-ratio: 290/423;
        width: 98%;
        aspect-ratio: 292/423;
      }
    }

    /*!sc*/
    data-styled.g386[id="sc-634b5910-2"] {
      content: "hVrZWn,cHwgYA,"
    }

    /*!sc*/
    .jFGwwC {
      padding: 4px;
      color: #fff;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
      -webkit-letter-spacing: 0.035px;
      -moz-letter-spacing: 0.035px;
      -ms-letter-spacing: 0.035px;
      letter-spacing: 0.035px;
      position: absolute;
      /* bottom: 104px; */
      bottom: 120px;
      left: 13px;
      right: 13px;
      min-height: 48px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    /*!sc*/
    .cbZpAw {
      padding: 4px;
      color: #fff;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
      -webkit-letter-spacing: 0.035px;
      -moz-letter-spacing: 0.035px;
      -ms-letter-spacing: 0.035px;
      letter-spacing: 0.035px;
      position: absolute;
      bottom: 78px;
      left: 13px;
      right: 13px;
      min-height: 64px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    /*!sc*/
    data-styled.g388[id="sc-634b5910-4"] {
      content: "jFGwwC,cbZpAw,"
    }

    /*!sc*/
    .cddXgN {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 4px;
      color: #f2f2f2;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 21px;
      position: absolute;
      left: 18px;
      bottom: 80px;
    }

    /*!sc*/
    .gKUMWK {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 4px;
      color: #f2f2f2;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 21px;
      position: absolute;
      right: 18px;
      /* bottom: 45px; */
       bottom: 80px;
      -webkit-box-pack: end;
      -webkit-justify-content: end;
      -ms-flex-pack: end;
      justify-content: end;
      width: 60%;
    }

    /*!sc*/
    .gKUMWK p {
      max-width: 80%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    /*!sc*/
    .djBIPZ {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 4px;
      color: #f2f2f2;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 21px;
      position: absolute;
      left: 18px;
      bottom: 55px;
    }

    /*!sc*/
    data-styled.g389[id="sc-634b5910-5"] {
      content: "cddXgN,gKUMWK,djBIPZ,"
    }

    /*!sc*/
    .gFQhjH {
      height: 18px;
      width: 18px;
      background-image: url("assets/images/new-calender.svg");
      background-size: contain;
    }

    /*!sc*/
    .oPIgd {
      height: 18px;
      width: 18px;
      background-image: url("assets/images/new-clock.svg");
      background-size: contain;
    }

    /*!sc*/
    .eeVzBc {
      height: 18px;
      width: 18px;
      background-image: url("assets/images/new-location.svg");
      background-size: contain;
    }

    /*!sc*/
    data-styled.g390[id="sc-634b5910-6"] {
      content: "gFQhjH,oPIgd,eeVzBc,"
    }

    /*!sc*/
    .jsalvn {
      position: absolute;
      top: 10px;
      right: 10px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 2px 16px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 4px;
      border-radius: 26px;
      border: 1px solid #fbfbfb;
      background: #fee60b;
      color: #131313;
      font-size: 13px;
      font-style: normal;
      font-weight: 700;
      line-height: 18px;
    }

    /*!sc*/
    .jsalvn p {
      color: #3d3d3d;
      font-size: 10px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px;
      position: relative;
    }

    /*!sc*/
    .jsalvn p span {
      position: absolute;
      content: "";
      top: 46%;
      left: -10%;
      width: 90%;
      border: 1px solid #c60000;
      -webkit-transform: translateY(-50%) rotate(170deg);
      -ms-transform: translateY(-50%) rotate(170deg);
      transform: translateY(-50%) rotate(170deg);
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .jsalvn p {
        font-size: 10.33px;
      }
    }

    /*!sc*/
    .jsalvn span {
      color: #131313;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px;
    }

    /*!sc*/
    data-styled.g391[id="sc-634b5910-7"] {
      content: "jsalvn,"
    }

    /*!sc*/
    .ckxDXV {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      width: 100%;
      height: 100%;
      margin: 0px;
    }

    /*!sc*/
    data-styled.g393[id="sc-634b5910-9"] {
      content: "ckxDXV,"
    }

    /*!sc*/
    .pgGMH {
      margin-top: 40px;
      width: 63.5vw;
    }

    /*!sc*/
    @media (max-width:768px) {
      .pgGMH {
        padding: 0 4%;
        width: 100vw;
      }
    }

    /*!sc*/
    data-styled.g434[id="sc-2a01cd88-0"] {
      content: "pgGMH,"
    }

    /*!sc*/
    .bQNvUf {
      border: 1px solid #C7C7C7;
      border-radius: 5px;
      background-color: #fff;
      margin-bottom: 12px;
      /* overflow: hidden; */
      width: 100%;
    }

    /*!sc*/
    data-styled.g435[id="sc-2a01cd88-1"] {
      content: "bQNvUf,"
    }

    /*!sc*/
    .iaUmDT {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #fff;
      padding: 13px 15px;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
    }

    /*!sc*/
    @media (max-width:768px) {
      .iaUmDT {
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
      }
    }

    /*!sc*/
    data-styled.g436[id="sc-2a01cd88-2"] {
      content: "iaUmDT,"
    }

    /*!sc*/
    .hxZLmY {
      margin-right: 10px;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .hxZLmY {
        font-size: 15.75px;
        line-height: 20.48px;
        font-weight: 500;
      }
    }

    /*!sc*/
    data-styled.g437[id="sc-2a01cd88-3"] {
      content: "hxZLmY,"
    }

    /*!sc*/
    .fjDgvj {
      margin: 0;
      font-family: "Roboto";
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: rgba(12, 12, 12, 0.9);
    }

    /*!sc*/
    @media (max-width:768px) {
      .fjDgvj {
        font-weight: 400;
        font-size: 12.44px;
        line-height: 18.7px;
      }
    }

    /*!sc*/
    data-styled.g438[id="sc-2a01cd88-4"] {
      content: "fjDgvj,"
    }

    /*!sc*/
    .hyZcEL {
      font-size: 24px;
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      -webkit-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
    }

    /*!sc*/
    data-styled.g439[id="sc-2a01cd88-5"] {
      content: "hyZcEL,"
    }

    /*!sc*/
    .devJui {
      padding: 0 15px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      max-height: 0;
      overflow: hidden;
      font-weight: 400;
      font-size: 16px;
      font-family: "Roboto";
      width: 100%;
      line-height: 24px;
      color: rgba(12, 12, 12, 0.6);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }

    /*!sc*/
    @media (max-width:768px) {
      .devJui {
        font-weight: 400;
        font-size: 12.44px;
        line-height: 19px;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
      }
    }

    /*!sc*/
    data-styled.g440[id="sc-2a01cd88-6"] {
      content: "devJui,"
    }

    /*!sc*/
    .hzJdda {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }

    /*!sc*/
    @media (max-width:768px) {
      .hzJdda {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
      }
    }

    /*!sc*/
    data-styled.g445[id="sc-122a6828-0"] {
      content: "hzJdda,"
    }

    /*!sc*/
    .fBCVcT {
      margin-top: 80px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }

    /*!sc*/
    @media (max-width:769px) {
      .fBCVcT {
        margin-top: 60px;
        font-size: 20px;
      }
    }

    /*!sc*/
    @media (min-width:1920px) {
      .fBCVcT {
        font-size: 55px;
        line-height: 63px;
      }
    }

    /*!sc*/
    data-styled.g446[id="sc-122a6828-1"] {
      content: "fBCVcT,"
    }

    /*!sc*/
    .boQdCE {
      margin: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: "Roboto";
      font-weight: 700;
      font-size: 39.81px;
      line-height: 47.77px;
      font-size: 24px;
      line-height: 24px;
      gap: 8px;
      color: #015F74;
      text-align: center;
    }

    /*!sc*/
    @media (max-width:769px) {
      .boQdCE {
        font-size: 25.23px;
        line-height: 30.3px;
        font-size: 16px;
        line-height: 16px;
        margin: 0 16px;
      }
    }

    /*!sc*/
    @media (min-width:1920px) {
      .boQdCE {
        font-size: 28px;
        line-height: 28px;
        line-height: 63px;
      }
    }

    /*!sc*/
    data-styled.g447[id="sc-122a6828-2"] {
      content: "boQdCE,"
    }

    /*!sc*/
    .ixWudT {
      width: 120px;
      height: 3px;
      background-color: #fee60b;
      display: block;
      border-radius: 18px;
    }

    /*!sc*/
    @media (max-width:769px) {
      .ixWudT {
        width: 80px;
        display: block;
      }
    }

    /*!sc*/
    @media (min-width:1920px) {
      .ixWudT {
        height: 6px;
      }
    }

    /*!sc*/
    data-styled.g449[id="sc-122a6828-4"] {
      content: "ixWudT,"
    }

    /*!sc*/
    .bYOkcH {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 16px;
      margin-top: 8px;
    }

    /*!sc*/
    @media screen and (max-width:768px) {
      .bYOkcH {
        margin-top: 8px;
        margin-top: 4px;
      }
    }

    /*!sc*/
    data-styled.g451[id="sc-122a6828-6"] {
      content: "bYOkcH,"
    }

    /*!sc*/
    .coHyJn {
      font-family: "Roboto";
      font-weight: 500;
      font-size: 18px;
      line-height: 160%;
      color: #01afd1;
    }

    /*!sc*/
    @media (max-width:769px) {
      .coHyJn {
        font-weight: 500;
        font-size: 12.44px;
        line-height: 19px;
      }
    }

    /*!sc*/
    @media (min-width:1920px) {
      .coHyJn {
        font-weight: 500;
        font-size: 20px;
        line-height: 21px;
      }
    }

    /*!sc*/
    @media (min-width:770px) and (max-width:1448px) {
      .coHyJn {
        font-size: 16px;
      }
    }

    /*!sc*/
    data-styled.g454[id="sc-122a6828-9"] {
      content: "coHyJn,"
    }

    /*!sc*/
    .iJvPwu {
      position: inherit;
      background: #ffffff;
      border: 1.5px solid #015f74;
      border-radius: 7px;
      font-family: "Roboto";
      font-style: normal;
      font-weight: 500;
      font-size: 19.2px;
      line-height: 27px;
      width: 164px;
      height: 51px;
      color: #015f74;
      cursor: pointer;
      margin-top: 40px;
      margin-left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }

    /*!sc*/
    @media (max-width:768px) {
      .iJvPwu {
        margin-top: 32px;
        height: 45px;
        width: 148px;
        font-weight: 500;
        font-size: 15.75px;
        line-height: 20px;
        padding: 0;
      }
    }

    /*!sc*/
    data-styled.g477[id="sc-49ffbc4b-17"] {
      content: "iJvPwu,"
    }

    /*!sc*/
    .cNLEof {
      width: 80%;
      padding-left: 10px;
      border-left: 4px solid #fee60b;
      font-size: 24px;
      line-height: 39px;
      margin: 0px;
      margin-top: 80px;
      text-transform: capitalize;
      font-weight: 600;
      color: #015f74;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .cNLEof {
        font-size: 16px;
        line-height: 19px;
        margin-top: 40px;
        padding-left: 5px;
        border-width: 2px;
        width: 90%;
      }
    }

    /*!sc*/
    data-styled.g534[id="sc-7df66d1b-1"] {
      content: "cNLEof,"
    }

    /*!sc*/
    .cruStA {
      width: 80%;
      background-color: white;
      border-radius: 5px;
      box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.06);
      padding: 15px 25px;
      margin: 20px 0px;
      font-size: 16px;
      line-height: 27px;
      color: rgba(18, 18, 18, 0.8);
    }

    /*!sc*/
    .cruStA p {
      margin: 5px 0px;
    }

    /*!sc*/
    .cruStA .subHeading {
      font-weight: 600;
      margin-top: 25px;
      font-size: 16px;
      line-height: 27px;
      color: #121212;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .cruStA {
        width: 90%;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 22px;
      }

      .cruStA .subHeading {
        font-size: 12px;
        line-height: 22px;
      }
    }

    /*!sc*/
    data-styled.g536[id="sc-7df66d1b-3"] {
      content: "cruStA,"
    }

    /*!sc*/
    .cKDfTN {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding: 10px 0px;
      -webkit-align-items: flex-end;
      -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
      align-items: flex-end;
      gap: 10px;
      font-size: 24px;
      line-height: 39px;
      font-weight: 500;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .cKDfTN {
        color: #2d2d2d;
        font-family: "Roboto";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        -webkit-letter-spacing: 0.024px;
        -moz-letter-spacing: 0.024px;
        -ms-letter-spacing: 0.024px;
        letter-spacing: 0.024px;
      }
    }

    /*!sc*/
    data-styled.g538[id="sc-7df66d1b-5"] {
      content: "cKDfTN,"
    }

    /*!sc*/
    .kAXVVV {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 5px 12px;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 10px;
      border-radius: 5px;
      border: 1px solid rgba(1, 175, 209, 0.9);
      background: rgba(242, 253, 255, 0.5);
      color: #015f74;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .kAXVVV {
        color: #015f74;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
      }
    }

    /*!sc*/
    data-styled.g539[id="sc-7df66d1b-6"] {
      content: "kAXVVV,"
    }

    /*!sc*/
    .dryyFu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-align-items: flex-start;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      gap: 8px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 4px 0;
    }

    /*!sc*/
    data-styled.g540[id="sc-7df66d1b-7"] {
      content: "dryyFu,"
    }

    /*!sc*/
    @media (max-width:769px) {
      .Hnnm {
        display: none;
      }
    }

    /*!sc*/
    data-styled.g552[id="sc-5fd5f32f-10"] {
      content: "Hnnm,"
    }

    /*!sc*/
    .fpYykX {
      display: none;
    }

    /*!sc*/
    @media (max-width:769px) {
      .fpYykX {
        display: block;
      }
    }

    /*!sc*/
    data-styled.g553[id="sc-5fd5f32f-11"] {
      content: "fpYykX,"
    }

    /*!sc*/
    .kCOLXA {
      position: absolute;
      /* bottom: 65px; */
        bottom: 105px;
      left: 15px;
      margin: 8px 0px 8px 0px;
      width: 90%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 6px 10px;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 4px;
      border-radius: 3px;
      background: rgba(224, 250, 255, 0.2);
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }

    /*!sc*/
    .kCOLXA p {
      width: 80%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: var(--primitive-color-grey-grey-0, #fbfbfb);
      line-height: 11px;
    }

    /*!sc*/
    .kCOLXA p span {
      margin-left: 2px;
      position: relative;
      color: var(--primitive-color-grey-grey-0, #fbfbfb);
      font-family: Roboto;
      font-size: 11px;
      font-style: normal;
      font-weight: 400;
      line-height: 11px;
    }

    /*!sc*/
    .kCOLXA p span:not(:last-child)::after {
      content: "•";
      margin-left: 2px;
    }

    /*!sc*/
    .kCOLXA h4 {
      color: var(--primitive-color-brand-secondary-yellow, #fee60b);
      font-family: Roboto;
      font-size: 11px;
      font-style: normal;
      font-weight: 500;
      line-height: 13px;
      white-space: nowrap;
      opacity: 0.9;
    }

    /*!sc*/
    @media (min-width:1900px) {
      .kCOLXA {
        margin: 8px 0px 8px 12px;
      }

      .kCOLXA p {
        width: 90%;
      }
    }

    /*!sc*/
    data-styled.g559[id="sc-b677ca6b-0"] {
      content: "kCOLXA,"
    }

    /*!sc*/
    .shxMR {
      padding: 0px 10% 0 10%;
      width: 100%;
      position: relative;
    }

    /*!sc*/
    @media screen and (max-width:768px) {
      .shxMR {
        margin-top: 0;
        padding: 0% 0% 0% 0%;
      }
    }

    /*!sc*/
    @media screen and (min-width:1500px) {}

    /*!sc*/
    .jPgihQ {
      padding: 0px;
      width: 100%;
      position: relative;
    }

    /*!sc*/
    @media screen and (max-width:768px) {
      .jPgihQ {
        margin-top: 0;
        padding: 0px 14px;
      }
    }

    /*!sc*/
    @media screen and (min-width:1500px) {}

    /*!sc*/
    .eMlGsR {
      padding: 0px 10% 0 10%;
      width: 100%;
      position: relative;
    }

    /*!sc*/
    @media screen and (max-width:768px) {
      .eMlGsR {
        margin-top: 0;
        padding: 0 5% 0 5%;
      }
    }

    /*!sc*/
    @media screen and (min-width:1500px) {}

    /*!sc*/
    data-styled.g628[id="sc-7f69a7cb-0"] {
      content: "shxMR,jPgihQ,eMlGsR,"
    }

    /*!sc*/
    .gIvrLh {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      margin-bottom: 30px;
      margin-top: 60px;
      margin: 50px 0 30px 0;
    }

    /*!sc*/
    @media screen and (max-width:768px) {
      .gIvrLh {
        margin-bottom: 15px;
        text-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 40px;
        margin: 40px 0 23px 0;
      }
    }

    /*!sc*/
    .bCnzvj {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      margin-bottom: 30px;
      margin-top: 60px;
    }

    /*!sc*/
    @media screen and (max-width:768px) {
      .bCnzvj {
        margin-bottom: 15px;
        text-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 40px;
        margin: 40px 16px 23px 16px;
      }
    }

    /*!sc*/
    data-styled.g629[id="sc-8e1a5b43-0"] {
      content: "gIvrLh,bCnzvj,"
    }

    /*!sc*/
    .kSoTvJ {
      margin-bottom: 8px;
      font-family: Roboto;
      color: #015F74;
      font-size: 24px;
      font-weight: 600;
      line-height: 36px;
    }

    /*!sc*/
    @media screen and (max-width:768px) {
      .kSoTvJ {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        width: 100% !important;
      }
    }

    /*!sc*/
    @media screen and (min-width:1550px) {
      .kSoTvJ {
        font-weight: 700;
        font-size: 28px;
        line-height: 160%;
      }
    }

    /*!sc*/
    data-styled.g630[id="sc-8e1a5b43-1"] {
      content: "kSoTvJ,"
    }

    /*!sc*/
    .duSkkW {
      font-weight: 400;
      font-size: 18px;
      line-height: 130%;
      opacity: 0.9;
      color: rgba(12, 12, 12, 0.6);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      -webkit-letter-spacing: 0.08px;
      -moz-letter-spacing: 0.08px;
      -ms-letter-spacing: 0.08px;
      letter-spacing: 0.08px;
    }

    /*!sc*/
    @media screen and (max-width:768px) {
      .duSkkW {
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 13px;
        font-weight: 400;
        line-height: 16.9px;
      }
    }

    /*!sc*/
    @media screen and (min-width:1550px) {
      .duSkkW {
        font-weight: 400;
        font-size: 20px;
        line-height: 130%;
      }
    }

    /*!sc*/
    data-styled.g631[id="sc-8e1a5b43-2"] {
      content: "duSkkW,"
    }

    /*!sc*/
    .hgjVMI {
      margin: auto 10%;
      margin-top: 30px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }

    /*!sc*/
    @media (max-width:769px) {
      .hgjVMI {
        margin: auto 4.1vw;
        margin-top: 2.96vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
      }
    }

    /*!sc*/
    data-styled.g632[id="sc-847d2fef-0"] {
      content: "hgjVMI,"
    }

    /*!sc*/
    .jNJLmW {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }

    /*!sc*/
    data-styled.g633[id="sc-847d2fef-1"] {
      content: "jNJLmW,"
    }

    /*!sc*/
    .ibULyw {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: 20px;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 20px;
    }

    /*!sc*/
    @media (max-width:769px) {
      .ibULyw {
        margin-top: 12px;
        margin-right: 0;
        gap: 12px;
      }
    }

    /*!sc*/
    data-styled.g634[id="sc-847d2fef-2"] {
      content: "ibULyw,"
    }

    /*!sc*/
    .bZulpL {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 33.33%;
      background: rgba(1, 175, 209, 0.02);
      border: 1px solid #01afd1;
      border-radius: 4px;
      padding: 10px;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .bZulpL {
        width: 100%;
        gap: 8px;
      }
    }

    /*!sc*/
    data-styled.g635[id="sc-847d2fef-3"] {
      content: "bZulpL,"
    }

    /*!sc*/
    .fTbkBU {
      font-family: "Roboto";
      font-weight: 500;
      font-size: 19.2px;
      line-height: 27px;
      color: rgba(12, 12, 12, 0.85);
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
    }

    /*!sc*/
    .fTbkBU:hover {
      cursor: pointer;
    }

    /*!sc*/
    .fTbkBU:active {
      opacity: 0.5;
    }

    /*!sc*/
    @media (max-width:769px) {
      .fTbkBU {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 0;
      }
    }

    /*!sc*/
    @media (min-width:1550px) {
      .fTbkBU {
        font-size: 26px;
      }
    }

    /*!sc*/
    data-styled.g636[id="sc-847d2fef-4"] {
      content: "fTbkBU,"
    }

    /*!sc*/
    .iPXPio {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: rgba(12, 12, 12, 0.85);
      opacity: 0.72;
    }

    /*!sc*/
    @media (max-width:769px) {
      .iPXPio {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
      }
    }

    /*!sc*/
    data-styled.g637[id="sc-847d2fef-5"] {
      content: "iPXPio,"
    }

    /*!sc*/
    .fKuBKI {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 5px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      margin-top: 3.5px;
    }

    /*!sc*/
    data-styled.g638[id="sc-847d2fef-6"] {
      content: "fKuBKI,"
    }

    /*!sc*/
    .ckJMpJ {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 44px;
    }

    /*!sc*/
    @media (max-width:769px) {
      .ckJMpJ {
        margin-top: 1.54vh;
      }
    }

    /*!sc*/
    .ckJMpJ p {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #292929;
    }

    /*!sc*/
    @media (max-width:769px) {
      .ckJMpJ p {
        font-size: 12px;
        margin-right: 2.05vw;
      }
    }

    /*!sc*/
    data-styled.g639[id="sc-847d2fef-7"] {
      content: "ckJMpJ,"
    }

    /*!sc*/
    .fEZzMX {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }

    /*!sc*/
    data-styled.g640[id="sc-847d2fef-8"] {
      content: "fEZzMX,"
    }

    /*!sc*/
    .cpFxaH {
      font-family: "Roboto";
      font-weight: 500;
      font-size: 22px;
      line-height: 26px;
      color: rgba(12, 12, 12, 0.8);
      cursor: pointer;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
    }

    /*!sc*/
    @media (max-width:769px) {
      .cpFxaH {
        font-weight: 500;
        font-size: 15.75px;
        line-height: 20px;
      }
    }

    /*!sc*/
    @media (min-width:1550px) {
      .cpFxaH {
        font-size: 28px;
      }
    }

    /*!sc*/
    data-styled.g641[id="sc-847d2fef-9"] {
      content: "cpFxaH,"
    }

    /*!sc*/
    .gtYUbP {
      position: relative;
      aspect-ratio: 464 / 216;
      border-radius: 6px;
      margin-bottom: 2.24vh;
      background-image: url();
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 6px;
    }

    /*!sc*/
    @media (max-width:769px) {
      .gtYUbP {
        width: 100%;
      }
    }

    /*!sc*/
    data-styled.g642[id="sc-847d2fef-10"] {
      content: "gtYUbP,"
    }

    /*!sc*/
    .iOjkCZ {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }

    /*!sc*/
    .iOjkCZ p {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #015f74;
    }

    /*!sc*/
    @media (max-width:769px) {
      .iOjkCZ p {
        font-size: 12px;
        display: none;
      }
    }

    /*!sc*/
    data-styled.g643[id="sc-847d2fef-11"] {
      content: "iOjkCZ,"
    }

    /*!sc*/
    .jEbVSF {
      position: relative;
      width: 11vw;
      height: 100%;
      aspect-ratio: 150 / 90;
      border-radius: 6px;
      margin-right: 1.46vw;
      background-image: url();
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }

    /*!sc*/
    .jEbVSF img {
      object-fit: cover;
      border-radius: 6px;
    }

    /*!sc*/
    @media (max-width:769px) {
      .jEbVSF {
        width: 70px;
        height: 71px;
      }
    }

    /*!sc*/
    data-styled.g644[id="sc-847d2fef-12"] {
      content: "jEbVSF,"
    }

    /*!sc*/
    .ryUea {
      position: relative;
      width: 24px;
      height: 24px;
    }

    /*!sc*/
    @media screen and (max-width:769px) {
      .ryUea {
        display: none;
      }
    }

    /*!sc*/
    data-styled.g645[id="sc-847d2fef-13"] {
      content: "ryUea,"
    }

    /*!sc*/
    .kZCqsj {
      padding: 10px;
      background: rgba(1, 175, 209, 0.02);
      border: 1px solid #01afd1;
      border-radius: 4px;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    /*!sc*/
    data-styled.g646[id="sc-847d2fef-14"] {
      content: "kZCqsj,"
    }

    /*!sc*/
    .eLtDYc {
      margin: 40px 10% 0 10%;
    }

    /*!sc*/
    @media screen and (min-width:468px) and (max-width:768px) {
      .eLtDYc {
        margin: 40px 3% 0 3%;
      }
    }

    /*!sc*/
    @media screen and (max-width:468px) {
      .eLtDYc {
        margin-top: 30px;
      }
    }

    /*!sc*/
    data-styled.g647[id="sc-dea65784-0"] {
      content: "eLtDYc,"
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .KxrUR {
        display: grid;
        grid-template-columns: 2fr 7fr 2fr;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
    }

    /*!sc*/
    data-styled.g648[id="sc-dea65784-1"] {
      content: "KxrUR,"
    }

    /*!sc*/
    @media screen and (min-width:600px) {
      .gVgBLA {
        display: none;
      }
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .gVgBLA {
        height: 33.3px;
        margin-right: 15px;
        fill: white;
        cursor: pointer;
        background: #01afd1;
        border-radius: 200px;
        justify-self: flex-end;
      }

      .gVgBLA:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
      }
    }

    /*!sc*/
    data-styled.g649[id="sc-dea65784-2"] {
      content: "gVgBLA,"
    }

    /*!sc*/
    @media screen and (min-width:600px) {
      .ekPGNJ {
        display: none;
      }
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .ekPGNJ {
        height: 33.3px;
        margin-left: 15px;
        fill: white;
        cursor: pointer;
        background: #01afd1;
        border-radius: 200px;
      }

      .ekPGNJ:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
      }
    }

    /*!sc*/
    data-styled.g650[id="sc-dea65784-3"] {
      content: "ekPGNJ,"
    }

    /*!sc*/
    .cUXlwH {
      display: none;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .cUXlwH {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: space-around;
        -webkit-justify-content: space-around;
        -ms-flex-pack: space-around;
        justify-content: space-around;
        width: 30vw;
        margin: 8px auto;
      }
    }

    /*!sc*/
    data-styled.g651[id="sc-dea65784-4"] {
      content: "cUXlwH,"
    }

    /*!sc*/
    .cxwJoJ {
      height: 1vw;
      width: 1vw;
      background-color: #015f74;
      border-radius: 200px;
    }

    /*!sc*/
    .nSNNQ {
      height: 1vw;
      width: 1vw;
      background-color: #9e9e9e;
      border-radius: 200px;
    }

    /*!sc*/
    data-styled.g652[id="sc-dea65784-5"] {
      content: "cxwJoJ,nSNNQ,"
    }

    /*!sc*/
    .dhjVRE {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .dhjVRE {
        width: 80vw;
        overflow-y: hidden;
        overflow-x: hidden;
      }
    }

    /*!sc*/
    data-styled.g653[id="sc-dea65784-6"] {
      content: "dhjVRE,"
    }

    /*!sc*/
    @media screen and (min-width:469px) {
      .jbIGue {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px;
      }
    }

    /*!sc*/
    @media screen and (min-width:600px) and (max-width:768px) {
      .jbIGue {
        grid-template-columns: 1fr 1fr;
      }
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .jbIGue {
        width: 80vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-scroll-behavior: smooth;
        -moz-scroll-behavior: smooth;
        -ms-scroll-behavior: smooth;
        scroll-behavior: smooth;
        -webkit-scroll-snap-type: x mandatory;
        -moz-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        overflow-x: scroll;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
      }

      .jbIGue::-webkit-scrollbar {
        display: none;
      }
    }

    /*!sc*/
    data-styled.g654[id="sc-dea65784-7"] {
      content: "jbIGue,"
    }

    /*!sc*/
    .jeDmNW {
      height: 350px;
      z-index: 2;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      gap: 16px;
      padding: 25px 18px 25px 25px;
      -webkit-scroll-snap-stop: always;
      -moz-scroll-snap-stop: always;
      -ms-scroll-snap-stop: always;
      scroll-snap-stop: always;
      -webkit-scroll-snap-align: start;
      -moz-scroll-snap-align: start;
      -ms-scroll-snap-align: start;
      scroll-snap-align: start;
      border: 1px solid #015f74;
      box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
      border-radius: 16px;
      position: relative;
    }

    /*!sc*/
    .jeDmNW img {
      object-fit: cover;
      z-index: -1;
      border-radius: 16px;
    }

    /*!sc*/
    @media screen and (min-width:469px) and (max-width:768px) {
      .jeDmNW img {
        object-fit: contain;
      }
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .jeDmNW {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 8px;
        padding: 25px 16px 0 16px;
        width: 80vw;
        margin-left: 20px;
        gap: 16px;
        height: 323px;
        box-shadow: none;
      }
    }

    /*!sc*/
    @media (min-width:600px) and (max-width:769px) {
      .jeDmNW {
        height: 250px;
        padding: 15px 8px 15px 15px;
      }

      .jeDmNW:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
      }
    }

    /*!sc*/
    @media screen and (min-width:768px) and (max-width:1024px) {
      .jeDmNW {
        height: 300px;
      }
    }

    /*!sc*/
    @media (min-width:1620px) {
      .jeDmNW {
        height: 480px;
      }
    }

    /*!sc*/
    data-styled.g655[id="sc-dea65784-8"] {
      content: "jeDmNW,"
    }

    /*!sc*/
    .efrelH {
      font-weight: 700;
      font-size: 26px;
      line-height: 30px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      color: #01afd1;
      text-align: start;
      margin: 8px 0;
    }

    /*!sc*/
    @media screen and (min-width:1220px) and (max-width:1550px) {
      .efrelH {
        height: 70px;
      }
    }

    /*!sc*/
    @media screen and (min-width:768px) and (max-width:1220px) {
      .efrelH {
        font-size: 16px;
        line-height: 20px;
      }
    }

    /*!sc*/
    @media screen and (max-width:768px) {
      .efrelH {
        font-size: 16px;
      }
    }

    /*!sc*/
    @media (min-width:300px) and (max-width:769px) {
      .efrelH {
        font-size: 25.23px;
        line-height: 30.3px;
        font-weight: 700;
        margin: 0;
      }
    }

    /*!sc*/
    @media (min-width:1620px) {
      .efrelH {
        font-size: 40px;
        line-height: 50px;
      }
    }

    /*!sc*/
    data-styled.g657[id="sc-dea65784-10"] {
      content: "efrelH,"
    }

    /*!sc*/
    .cKGsPd {
      font-family: "Roboto";
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      color: rgba(12, 12, 12, 0.75);
      text-align: start;
    }

    /*!sc*/
    @media screen and (max-width:768px) {
      .cKGsPd {
        font-size: 14px;
        line-height: 142%;
      }
    }

    /*!sc*/
    @media (min-width:300px) and (max-width:769px) {
      .cKGsPd {
        font-size: 14px;
        line-height: 21px;
      }
    }

    /*!sc*/
    @media (min-width:768px) and (max-width:1220px) {
      .cKGsPd {
        font-size: 14px;
        line-height: 18px;
      }
    }

    /*!sc*/
    @media (min-width:1620px) {
      .cKGsPd {
        font-size: 20px;
        line-height: 30px;
      }
    }

    /*!sc*/
    data-styled.g658[id="sc-dea65784-11"] {
      content: "cKGsPd,"
    }

    /*!sc*/
    .dEvtHc {
      margin: 40px 0px 0px 0px;
    }

    /*!sc*/
    @media (max-width:768px) {
      .dEvtHc {
        margin: 0;
      }
    }

    /*!sc*/
    .gFptvp {
      margin: 40px 0px 0px 0px;
    }

    /*!sc*/
    @media (max-width:768px) {
      .gFptvp {
        margin: 50px 0px 0px 0px;
      }
    }

    /*!sc*/
    .kLixzC {
      margin: 70px 0px 0px 0px;
    }

    /*!sc*/
    @media (max-width:768px) {
      .kLixzC {
        margin: 50px 0px 0px 0px;
      }
    }

    /*!sc*/
    .ciZzfo {
      margin: 50px 0px 0px 0px;
    }

    /*!sc*/
    @media (max-width:768px) {
      .ciZzfo {
        margin: 50px 0px 0px 0px;
      }
    }

    /*!sc*/
    data-styled.g726[id="sc-20df370a-0"] {
      content: "dEvtHc,gFptvp,kLixzC,ciZzfo,"
    }

    /*!sc*/
    .fkGggO {
      margin-top: 22px;
      display: grid;
    }

    /*!sc*/
    @media screen and (min-width:900px) {
      .fkGggO {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        width: 100%;
        grid-row-gap: 20px;
      }
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .fkGggO {
        grid-template-rows: 1fr;
        grid-row-gap: 20px;
        margin: 16px 0px 0px 0px;
      }
    }

    /*!sc*/
    data-styled.g729[id="sc-1b174ea9-2"] {
      content: "fkGggO,"
    }

    /*!sc*/
    .byFmoH {
      position: relative;
      height: 100%;
      width: 100%;
      margin: auto;
      padding: 60px 0px 0px 0px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    /*!sc*/
    @media (max-width:768px) {
      .byFmoH {
        padding: 0px 16px;
        margin: 40px 0px 40px 0px;
      }
    }

    /*!sc*/
    data-styled.g731[id="sc-cb155f6-0"] {
      content: "byFmoH,"
    }

    /*!sc*/
    .hkXTCB {
      width: 100%;
      height: 100%;
      border-radius: 8px;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .hkXTCB {
    border-radius: 4px;
    min-height: 245px;
    max-width: 350px;
    object-fit: cover;
}
    }

    /*!sc*/
    data-styled.g733[id="sc-cb155f6-2"] {
      content: "hkXTCB,"
    }

    /*!sc*/
    .jyZdxl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 90%;
      margin-top: 40px;
      padding: 20px;
      background-color: #fff9e6;
      border-radius: 12px;
      font-family: Arial, sans-serif;
      position: relative;
    }

    /*!sc*/
    @media (min-width:768px) {
      .jyZdxl {
        display: none;
      }
    }

    /*!sc*/
    data-styled.g734[id="sc-66771d92-0"] {
      content: "jyZdxl,"
    }

    /*!sc*/
    .aifmK {
      margin: 0 0 20px;
      width: 80%;
      color: #3d3d3d;
      font-family: Roboto;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 18.2px;
    }

    /*!sc*/
    data-styled.g735[id="sc-66771d92-1"] {
      content: "aifmK,"
    }

    /*!sc*/
    .eqdlTS {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 20px;
    }

    /*!sc*/
    data-styled.g736[id="sc-66771d92-2"] {
      content: "eqdlTS,"
    }

    /*!sc*/
    .lhjMhu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 28px;
      height: 28px;
      -webkit-transition: -webkit-transform 0.1s;
      -webkit-transition: transform 0.1s;
      transition: transform 0.1s;
      overflow: hidden;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
    }

    /*!sc*/
    .lhjMhu:hover {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      background-color: #ffd27f;
      border-radius: 50%;
    }

    /*!sc*/
    .lhjMhu:active {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      background-color: #ffc107;
      border-radius: 50%;
    }

    /*!sc*/
    .lhjMhu img {
      width: 28px;
      height: 28px;
      object-fit: cover;
    }

    /*!sc*/
    data-styled.g737[id="sc-66771d92-3"] {
      content: "lhjMhu,"
    }

    /*!sc*/
    .dGYjTF {
      all: unset;
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      font-size: 16px;
      color: #888;
      background-color: transparent;
    }

    /*!sc*/
    .dGYjTF:hover {
      color: #333;
    }

    /*!sc*/
    data-styled.g738[id="sc-66771d92-4"] {
      content: "dGYjTF,"
    }

    /*!sc*/
    .drluMD {
      position: relative;
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
      width: 90%;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
    }

    /*!sc*/
    @media (min-width:768px) {
      .drluMD {
        width: 50%;
      }
    }

    /*!sc*/
    data-styled.g739[id="sc-b43c30f0-0"] {
      content: "drluMD,"
    }

    /*!sc*/
    .llIsSO {
      position: relative;
      height: 180px;
      margin-bottom: 30px;
    }

    /*!sc*/
    data-styled.g740[id="sc-b43c30f0-1"] {
      content: "llIsSO,"
    }

    /*!sc*/
    .fZQPgh {
      position: absolute;
      border: 2px solid #08343E;
      width: 100px;
      height: 139px;
      -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
      transform: rotate(-2deg);
      aspect-ratio: 100/139;
    }

    /*!sc*/
    .fZQPgh img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /*!sc*/
    data-styled.g741[id="sc-b43c30f0-2"] {
      content: "fZQPgh,"
    }

    /*!sc*/
    .gZOXmo {
      border: 2px solid #08343E;
      width: 180px;
      height: 97px;
      -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
      transform: rotate(-2deg);
      aspect-ratio: 180/97;
      position: absolute;
      bottom: 0;
      left: 70px;
    }

    /*!sc*/
    .gZOXmo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /*!sc*/
    data-styled.g742[id="sc-b43c30f0-3"] {
      content: "gZOXmo,"
    }

    /*!sc*/
    .gYMAog {
      font-size: 14px;
      color: #3D3D3D;
      text-align: left;
      margin-bottom: 20px;
      line-height: 1.5;
      height: 100px;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
    }

    /*!sc*/
    @media (max-width:768px) {
      .gYMAog {
        height: 85px;
        color: #3D3D3D;
      }
      .cbZpAw {
   display: -webkit-box;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* allow wrapping if needed for clamp */
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-decoration: none;

}
.sc-7df66d1b-7.dryyFu {
    display: flex;
    justify-content: center;
}
    }

    /*!sc*/
    data-styled.g743[id="sc-b43c30f0-4"] {
      content: "gYMAog,"
    }

    /*!sc*/
    .cGanMw {
      font-size: 14px;
      color: #015F74;
      text-align: right;
      font-weight: 500;
    }

    /*!sc*/
    data-styled.g744[id="sc-b43c30f0-5"] {
      content: "cGanMw,"
    }

    /*!sc*/
    .iRgahc {
      position: absolute;
      z-index: 1;
      width: 100px;
      height: 20px;
      background-color: #FFFF0099;
      -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
      left: 0px;
      top: 20px;
      -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      transform: rotate(30deg);
      left: 200px;
      top: 100px;
    }

    /*!sc*/
    @media (min-width:768px) {
      .iRgahc {
        left: 0px;
        top: 20px;
        left: 200px;
        top: 100px;
      }
    }

    /*!sc*/
    .kuUGiu {
      position: absolute;
      z-index: 1;
      width: 100px;
      height: 20px;
      background-color: #FFFF0099;
      -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
      left: 0px;
      top: 20px;
    }

    /*!sc*/
    @media (min-width:768px) {
      .kuUGiu {
        left: 0px;
        top: 20px;
      }
    }

    /*!sc*/
    data-styled.g745[id="sc-b43c30f0-6"] {
      content: "iRgahc,kuUGiu,"
    }

    /*!sc*/
    .dUQOuX {
      text-align: center;
      text-transform: uppercase;
      -webkit-letter-spacing: 2px;
      -moz-letter-spacing: 2px;
      -ms-letter-spacing: 2px;
      letter-spacing: 2px;
      text-wrap: nowrap;
      font-size: 18px;
      color: #757575;
      margin: 40px 0px;
      font-weight: 500;
    }

    /*!sc*/
    @media (max-width:768px) {
      .dUQOuX {
        font-size: 14px;
        margin: 0px 0px;
      }
    }

    /*!sc*/
    data-styled.g746[id="sc-b43c30f0-7"] {
      content: "dUQOuX,"
    }

    /*!sc*/
    .igQwyO {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 8px;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: auto;
    }

    /*!sc*/
    @media (min-width:768px) {
      .igQwyO {
        width: 80%;
      }
    }

    /*!sc*/
    data-styled.g747[id="sc-b43c30f0-8"] {
      content: "igQwyO,"
    }

    /*!sc*/
    .czAaLB {
      height: 1px;
      width: 100%;
      background-color: #757575;
    }

    /*!sc*/
    data-styled.g748[id="sc-b43c30f0-9"] {
      content: "czAaLB,"
    }

    /*!sc*/
    .dGqHlK {
      width: 80%;
      background-color: white;
      color: #121212;
      box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      padding: 20px;
      position: relative;
      border-radius: var(--radius-small, 8px);
      border: 1px solid rgba(199, 200, 230, 0.12);
      background: rgba(226, 232, 255, 0.04);
      box-shadow: 2px 2px 10px 0px rgba(184, 198, 254, 0.12) inset;
      margin-top: 40px;
    }

    /*!sc*/
    .dGqHlK img {
      height: 37.264px;
      width: 47.911px;
      position: absolute;
      top: -20px;
      right: -15px;
    }

    /*!sc*/
    @media screen and (max-width:600px) {
      .dGqHlK {
        width: 90%;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 10px 10px;
      }

      .dGqHlK img {
        height: 20.22px;
        width: 26px;
        position: absolute;
        top: -10px;
        right: -8px;
      }
    }

    /*!sc*/
    data-styled.g802[id="sc-c4dcf207-5"] {
      content: "dGqHlK,"
    }
 .eLwyRo.expanded {
    max-height: none;
    overflow-y: visible;
    transition: all 0.4s ease-in-out;
  }
  
    /*!sc*/
    .eLwyRo {
      max-height: 104px;
      overflow-y: hidden;
      margin-bottom: 0px;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      font-size: 16px;
      line-height: 27px;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      gap: 8px;
    }

    /*!sc*/
    .eLwyRo h2 {
      color: #2e2e2e;
      font-family: Roboto;
      margin-top: 0px;
      font-size: 21px;
      font-style: normal;
      font-weight: 600;
      line-height: 31.5px;
    }

    /*!sc*/
    .eLwyRo h2:not(:first-of-type) {
      color: #2e2e2e;
      font-family: Roboto;
      margin-top: 50px;
      font-size: 21px;
      font-style: normal;
      font-weight: 600;
      line-height: 31.5px;
    }

    /*!sc*/
    .eLwyRo h3 {
      font-weight: 600;
      color: #2e2e2e;
      margin: 20px 0px 0px 0px;
    }

    /*!sc*/
    .eLwyRo p {
      font-weight: 400;
      color: #515151;
      opacity: 0.9;
      margin: 20px 0px;
      line-height: 27px;
      margin: 20px 0px;
      line-height: 27px;
    }

    /*!sc*/
    .eLwyRo p strong {
      color: #121212;
    }

    /*!sc*/
    .eLwyRo a {
      color: #015f74;
      -webkit-text-decoration: underline;
      text-decoration: underline;
      font-weight: 500;
    }

    /*!sc*/
    .eLwyRo ul {
      list-style-type: disc;
      padding-left: 20px;
    }

    /*!sc*/
    .eLwyRo ol {
      list-style-type: decimal;
      padding-left: 20px;
    }

    /*!sc*/
    .eLwyRo ul>li {
      margin: 13px 0px;
      color: #515151;
    }

    /*!sc*/
    .eLwyRo ol>li {
      margin: 13px 0px;
      color: #515151;
    }

    /*!sc*/
    @media (max-width:600px) {
      .eLwyRo {
        max-height: 59px;
      }

      .eLwyRo h2 {
        margin: 0px auto;
        font-size: 16.93px;
        font-weight: 600;
        line-height: 14px;
      }

      .eLwyRo h2:not(:first-of-type) {
        margin: 9px auto;
        margin-top: 30px;
        font-size: 16.93px;
        font-weight: 600;
        line-height: 19.2px;
      }

      .eLwyRo h3 {
        margin: 14px 0px 0px 0px;
        font-size: 15px;
        line-height: 18px;
      }

      .eLwyRo p {
        font-size: 13.5px;
        font-weight: 400;
        line-height: 17.55px;
        -webkit-letter-spacing: 0.25px;
        -moz-letter-spacing: 0.25px;
        -ms-letter-spacing: 0.25px;
        letter-spacing: 0.25px;
        margin: 12px auto;
      }

      .eLwyRo ul>li {
        color: #515151;
        font-size: 13.5px;
        font-weight: 400;
        line-height: 17.55px;
        -webkit-letter-spacing: 0.25px;
        -moz-letter-spacing: 0.25px;
        -ms-letter-spacing: 0.25px;
        letter-spacing: 0.25px;
        margin: 12px auto;
      }

      .eLwyRo ol>li {
        font-size: 13.5px;
        font-weight: 400;
        line-height: 17.55px;
        -webkit-letter-spacing: 0.25px;
        -moz-letter-spacing: 0.25px;
        -ms-letter-spacing: 0.25px;
        letter-spacing: 0.25px;
        margin: 12px auto;
      }
    }

    /*!sc*/
    data-styled.g803[id="sc-c4dcf207-6"] {
      content: "eLwyRo,"
    }

    /*!sc*/
    .gaIFPf {
      border: 0px;
      position: absolute;
      bottom: 22px;
      right: 0px;
      padding: 0px 5px;
      background: white;
      cursor: pointer;
      right: 20px;
      color: #2e2e2e;
      font-family: Roboto;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      -webkit-letter-spacing: 0.08px;
      -moz-letter-spacing: 0.08px;
      -ms-letter-spacing: 0.08px;
      letter-spacing: 0.08px;
    }

    /*!sc*/
    @media (max-width:600px) {
      .gaIFPf {
        right: 0px;
        bottom: 8px;
        font-size: 13.5px;
        font-weight: 500;
        line-height: 17.55px;
        -webkit-letter-spacing: 0.25px;
        -moz-letter-spacing: 0.25px;
        -ms-letter-spacing: 0.25px;
        letter-spacing: 0.25px;
      }
    }

    /*!sc*/
    data-styled.g804[id="sc-c4dcf207-7"] {
      content: "gaIFPf,"
    }

 


       .contact-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 30px;
    margin-top: 40px;
    width: 100%;
    margin-bottom: 40px;
}

    .contact-left, .contact-right {
      flex: 1 1 400px;
    }

    .contact-left h2 {
      margin-bottom: 10px;
      color: #333;
    }

    .contact-left p {
      margin-bottom: 20px;
      color: #666;
    }

    .contact-info {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .contact-info div {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      color: #444;
    }

    .contact-info i {
      font-size: 20px;
      color: #020202;
      margin-top: 3px;
    }

    .contact-right h3 {
      color: #020202;
      margin-bottom: 8px;
    }

    .contact-right small {
      display: block;
      margin-bottom: 20px;
      color: #555;
    }

    .contact-right form {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

   .contact-right input, .contact-right textarea {
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 15px;
    width: 100%;
}

    .contact-right textarea {
      resize: vertical;
      min-height: 80px;
    }

    .contact-right button {
      background-color: #774e0d;
      color: white;
      border: none;
      padding: 12px;
      font-size: 16px;
      border-radius: 6px;
      cursor: pointer;
    }

    .contact-right button:hover {
      background-color: #020202;
    }

    @media (max-width: 768px) {
      .contact-container {
        flex-direction: column;
      }
    }

   .button-group {
    display: flex;
    justify-content: center;
    gap: 2px;
    position: absolute;
    bottom: 8px;
    height: 30px;
    width: 95%;
}

   .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 0px 2px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    font-size: 10px;
    background: #ffffff00;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}
.wpbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 0px 2px;
    border: 1px solid #03c029;
    border-radius: 5px;
    color: #8df835;
    text-decoration: none;
    font-size: 10px;
    background: #ffffff00;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}
.wpbtn:hover {
    background-color: #03c029;
      color: #ffffff;
}

    .btn i {
      font-size: 14px;
    }

    .btn:hover {
      background-color: #ffffff;
      color: rgb(0, 0, 0);
    }

    .btn:hover i {
      color: rgb(0, 0, 0);
    }

    /* ---------- MODAL ---------- */
    .modal {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    .modal-content {
      background: white;
      border-radius: 15px;
      padding: 30px;
      width: 90%;
      max-width: 500px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.2);
      position: relative;
      animation: slideDown 0.4s ease;
    }

    @keyframes slideDown {
      from { transform: translateY(-50px); opacity: 0; }
      to { transform: translateY(0); opacity: 1; }
    }

    .modal-content h3 {
      text-align: center;
      color: #1b1b1b;
      margin-bottom: 10px;
    }

    .modal-content small {
      display: block;
      text-align: center;
      margin-bottom: 20px;
      color: #555;
    }

    .modal-content input,
    .modal-content textarea {
      width: 100%;
      padding: 12px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 14px;
    }
.add {
    display: flex;
    flex-direction: column;
    gap: 0 !important;
}
    .modal-content button {
      background-color: #774e0d;
      color: white;
      border: none;
      padding: 12px;
      width: 100%;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
    }

    .modal-content button:hover {
      background-color: #1b1b1b;
    }

    .close-modal {
      position: absolute;
      top: 12px;
      right: 18px;
      font-size: 24px;
      cursor: pointer;
      color: #888;
      font-weight: bold;
    }

    .close-modal:hover {
      color: #000;
    }

    @media (max-width: 600px) {
     .button-group {
    gap: 3px;
}
.sc-dea65784-1.KxrUR svg {
    display: none;
}
.sc-dea65784-1.KxrUR{
        grid-template-columns: unset !important;
      }
.btn {
    gap: 4px;
    padding: 5px 8px;
    border-radius: 5px;
}
.btn i {
    font-size: 12px;
}
    }

.submit-btn[disabled]{
  position: relative;
}
.submit-btn[disabled]::before{
  content:"";
  display:inline-block;
  width:14px;height:14px;
  margin-right:10px;
  border:2px solid rgba(255,255,255,.5);
  border-top-color:#fff;
  border-radius:50%;
  vertical-align:-2px;
  animation:spin .8s linear infinite;
}
@keyframes spin{to{transform:rotate(360deg)}}

.wa-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  font-weight:600;
  color:#1dbf5a;
}

.wa-icon{
  width:20px;
  height:20px;
  object-fit:contain;
}

