.w--current-custom-from-script {
  color: var(--color-text-primary) !important;
  background-color: #fff !important;
  border-radius: 8px;
  box-shadow: 0 2px 8px #0000001a;
}
:root {
  --surface-primary: #f5f5f9;
  --color-text-primary: #2d2d36;
  --color-text-secondary: #727277;
  --color-brand-kuwait-primary: #004B8E;
  --color-brand-kuwait-primary-hover: #003D74;


  --text-icon-on-light-middle-contrast: rgba(57, 75, 90, 0.80);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  background-color: #fff;
  padding: 32px;
}

.section.section-footer {
  background-color: var(--surface-primary);
  padding-top: 64px;
  padding-bottom: 220px;
}

.section.section-testimonial {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding-bottom: 64px;
}

.container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.hero-content-wrapper {
  background-color: var(--surface-primary);
  border-radius: 48px;
  justify-content: space-between;
  align-items: flex-start;
  height: 572px;
  margin-top: 100px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body {
  background-color: var(--surface-primary);
  color: var(--color-text-primary);
  flex-flow: column;
  font-family: Inter, sans-serif;
  display: flex;
}

.body.body-rtl {
  direction: rtl;
  font-family: URW Geometric, sans-serif;
}

.covers-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.covers-policy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.social-proof-cards, .testimonials-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.navbar {
  z-index: 6;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fffc;
  border: 1px #000;
  border-bottom: 1px solid #dedeed;
  justify-content: space-between;
  align-items: center;
  padding: 20px 32px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.locale-toggle {
  background-color: var(--surface-primary);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
  display: flex;
}

.hero-title {
  z-index: 2;
  letter-spacing: -1.4px;
  max-width: 15ch;
  margin-top: 0;
  margin-bottom: 0;
  margin-inline-end: 10px;
  font-size: 72px;
  font-weight: 600;
  line-height: 88px;
  position: relative;
}

.hero-img {
  z-index: 1;
  max-width: 500px;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: 19.7%;
}

.hero-img.rtl-img {
  left: auto;
  right: 15%;
}

.hero-form {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 32px;
  min-width: 452px;
  margin-bottom: 0;
  padding: 32px;
  position: relative;
  box-shadow: 0 10px 250px #210e561c;
}

.form-title {
  max-width: 15ch;
  margin: 0 auto 8px;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.form-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
}

.form-subtitle {
  color: var(--color-text-secondary);
  margin-bottom: 32px;
}

.form-input {
  background-color: var(--surface-primary);
  border: 1px #000;
  border-radius: 12px;
  height: auto;
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 16px;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
}

.form-input:hover {
  background-color: #e8e8f1;
}

.form-input::placeholder {
  color: #9e9ea8;
}

.form-input.flag-ic-kuwait {
  background-image: url('../images/ic-flag-kuwait.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 24px;
  padding-left: 60px;
}

.form-input.flag-ic-kuwait.input-floating {
  margin-bottom: 0;
}

.form-input.flag-ic-kuwait.kuwait-phone-number {
  font-size: 16px;
}

.form-input.flag-ic-kuwait.kuwait-phone-number:active {
  color: var(--color-text-primary);
}

.form-button {
  background-color: var(--color-brand-kuwait-primary);
  border-radius: 16px;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
}

.form-button:hover {
  background-color: #003D74;
}

.form-button.ic-arrow-right {
  background-image: url('../images/qic-ic-arrow-right.svg');
  background-position: 71%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 12px;
  margin-bottom: 24px;
}

.form-button.ic-arrow-right.form-button-floating {
  text-align: center;
  background-position: 87%;
  margin-bottom: 0;
}

.form-button.ic-arrow-right.form-button-floating.ic-arrow-rtl {
  background-position: 14%;
}

.form-button.ic-arrow-right.ic-arrow-rtl {
  background-image: url('../images/qic-ic-arrow-right-rtl.svg');
  background-position: 28%;
}

.form-footer-description {
  color: var(--color-text-secondary);
  text-align: center;
  margin-bottom: 0;
}

.inline-link {
  color: var( --color-brand-kuwait-primary);
  -webkit-text-stroke-color: var(--color-brand-kuwait-primary);
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
}

.inline-link:hover {
  opacity: .7;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.covers-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cover-card {
  background-color: var(--surface-primary);
  border-radius: 24px;
  padding: 24px;
}

.cover-card-icon {
  background-color: #fff;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

.cover-card-icon.icon-luggage {
  background-image: url('../images/qic-ic-luggage.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.cover-card-icon.icon-id-card {
  background-image: url('../images/qic-ic-id.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.cover-card-icon.icon-cancel {
  background-image: url('../images/qic-ic-cancel.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.cover-card-icon.icon-fire {
  background-image: url('../images/qic-ic-fire.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.cover-card-icon.icon-winter {
  background-image: url('../images/qic-ic-snowflake.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.cover-card-icon.icon-covid {
  background-image: url('../images/qic-ic-virus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.cover-card-icon.icon-heart {
  background-image: url('../images/qic-ic-medicine.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.cover-card-icon.icon-shield {
  background-image: url('../images/ic-shield.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.cover-card-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.cover-card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.cover-card-text {
  color: var(--color-text-secondary);
  margin-bottom: 0;
}

.policy-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color-text-primary);
  background-color: #fff;
  border: 1px solid #dedeed;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.policy-item:hover {
  background-color: var(--surface-primary);
}

.policy-item-icon {
  background-image: url('../images/qic-ic-file.svg');
  background-position: 50%;
  background-size: auto;
  width: 24px;
  height: 24px;
}

.badge {
  border: 1px solid var(--color-brand-kuwait-primary);
  color: var(--color-brand-kuwait-primary);
  background-color: #fff;
  border-radius: 16px;
  padding: 2px 12px;
}

.social-proof-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-proff-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--surface-primary);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-proof-img {
  position: static;
  inset: -18% -25% auto auto;
}

.social-proof-text {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.about-qic-content-wrapper {
  background-color: var(--surface-primary);
  border-radius: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 390px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-qic-img {
  width: 670px;
  position: absolute;
  inset: 0% -10% auto auto;
}

.about-qic-img.rtl {
  height: 100%;
  left: -20%;
  right: auto;
}

.about-qic-link {
  z-index: 5;
  color: var(--color-brand-kuwait-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
  position: relative;
}

.about-qic-link:hover {
  color: var(--color-brand-kuwait-primary-hover);
}

.about-qic-header {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.about-qic-description {
  z-index: 1;
  color: var(--color-text-secondary);
  max-width: 47ch;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.testimonial-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.testimonial-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-meta {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.testimonial-body {
  background-color: var(--surface-primary);
  border: 1px solid #dedeed;
  border-radius: 16px;
  height: 100%;
  padding: 16px;
  box-shadow: 0 2px 1px #0000000d;
}

.testimonial-icon {
  background-color: var(--surface-primary);
  background-image: url('../images/ic-profile.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px solid #0000000d;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.testimonial-icon.icon-purple {
  background-color: #ded7f8;
}

.testimonial-icon.icon-green {
  background-color: #c1e8c8;
}

.testimonial-icon.icon-red {
  background-color: #f5bab8;
}

.testimonial-icon.icon-orange {
  background-color: #fce8b7;
}

.author-drive-experience {
  color: var(--color-text-secondary);
  font-size: 12px;
  line-height: 16px;
}

.footer-card {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  padding: 32px;
}

.footer-card.card-company-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-card.card-contact-info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.header-logo-qic-kuwait {
  max-width: 100px;
}

.logo-qic-kuwait {
  max-width: 148px;
}

.about-qic-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.about-qic-subtitle {
  color: var(--color-text-secondary);
  margin-bottom: 0;
}

.footer-card-about-qic {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.footer-card-copy-description {
  color: var(--color-text-secondary);
  margin-bottom: 0;
  max-width: 235px;
}

.footer-card-copy {
  color: var(--color-text-secondary);
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 400;
  text-decoration: underline;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
}

.footer-card-copy:hover {
  opacity: .7;
}

.contacts-img-phone {
  max-width: 120px;
}

.footer-card-contacts {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contacts-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-phone {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  direction: ltr !important;
}

.contact-description {
  color: var(--color-text-secondary);
  max-width: 200px;
  margin-bottom: 0;
}

.footer-button-whatsup {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--surface-primary);
  color: var(--color-text-primary);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.footer-button-whatsup:hover {
  background-color: #e8e8f1;
}

.logo-whatsup {
  width: 24px;
  height: 24px;
}

.navbar-brand {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-reward-description {
  color: var(--text-icon-on-light-middle-contrast);
}

.navbar-actions {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.contact-phone-hotline {
  color: var(--color-text-primary);
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
}

.contact-phone-hotline:hover {
  opacity: .7;
}

.locale-link {
  color: var(--color-text-secondary);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 32px;
  font-size: 16px;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.locale-link:hover {
  opacity: .7;
}

.locale-link.w--current {
  color: var(--color-text-primary);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px #0000001a;
}

.locale-link.bg-transparent.w--current {
  box-shadow: none;
  background-color: #0000;
}

.floating-form-messages {
  text-align: left;
}

.form-success-message {
  background-color: #fff;
  padding: 8px;
}

.success-message-icon {
  width: 180px;
  margin-bottom: 24px;
}

.success-message-title {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.success-message-title-floating {
  font-size: 24px;
  line-height: 1.25;
}

.success-message-subtitle {
  font-size: 16px;
}

.form-error-message {
  background-color: #ffb4cc;
  border-radius: 12px;
  margin-top: 20px;
  padding: 20px;
}

.error-message-subtitle {
  text-align: center;
}

.image {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-2 {
  width: 100px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.locales-list {
  display: flex;
}

.form-floating {
  z-index: 5;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fffc;
  border-radius: 24px;
  flex-flow: column;
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px;
  display: flex;
  gap: 24px;
  position: fixed;
  inset: auto 0 24px;
  box-shadow: 0 10px 250px #210e561c;
}

.floating-content-wrapper {
  margin-top: 8px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.button-floating-wrapper {
  display: none;
}

.success-message-link {
  color: var(--color-text-primary);
  text-align: center;
  border: 1px solid #dedeed;
  border-radius: 16px;
  width: 100%;
  margin-top: 24px;
  padding: 22px 32px;
  text-decoration: none;
}

.floating-form-button {
  background:  var(--color-brand-kuwait-primary);
  border-radius: 16px;
  display: flex;
  padding: 22px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color:  #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.1px;
  cursor: pointer;
}

.floating-form-button:hover {
  background-color: var(--color-brand-kuwait-primary-hover);
}

.success-message-link.w--current {
  color: var(--color-text-primary);
  border: 1px solid #dedeed;
  border-radius: 16px;
  width: 100%;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 22px;
  text-decoration: none;
  display: none;
}

.locale {
  display: flex;
}

.lang-toggle {
  background-color: var(--surface-primary);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
  display: flex;
}

.lang-link {
  color: var(--color-text-secondary);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 32px;
  font-size: 16px;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.lang-link:hover {
  opacity: .7;
}

.lang-link.w--current {
  color: var(--color-text-primary);
  background-color: #fff;
  box-shadow: 0 2px 8px #0000001a;
}

@media screen and (max-width: 991px) {
  .hero-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 32px;
    flex-flow: column;
    height: auto;
    margin-top: 80px;
    padding: 24px;
  }

  .covers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .social-proof-cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    max-width: 100%;
    padding: 8px 8px 16px;
    display: grid;
    overflow: auto;
  }

  .testimonials-list {
    justify-content: flex-start;
    place-items: start stretch;
    max-width: 100%;
    padding: 8px 8px 16px;
    overflow: auto;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-title {
    max-width: 15ch;
    font-size: 48px;
    line-height: 58px;
  }

  .hero-img {
    z-index: 0;
    max-width: 300px;
    inset: 6% 5% auto auto;
  }

  .hero-form {
    width: 100%;
    min-width: auto;
    position: relative;
  }

  .form-title {
    max-width: none;
  }

  .form-input {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-button {
    max-width: 400px;
  }

  .h2.social-proof-title {
    margin-left: auto;
    margin-right: auto;
  }

  .social-proof-content-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .social-proff-item {
    width: 200px;
    height: 270px;
    overflow: clip;
  }

  .social-proof-text {
    font-size: 14px;
    line-height: 22px;
  }

  .about-qic-content-wrapper {
    border-radius: 32px;
  }

  .about-qic-img {
    z-index: 0;
    right: -44%;
  }

  .about-qic-img.rtl {
    left: -70%;
  }

  .testimonial-item {
    width: 230px;
  }

  .testimonial-body {
    height: 112px;
  }

  .brand-description {
    display: none;
  }

  .navbar-actions {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .section.section-footer {
    padding-top: 32px;
  }

  .section.section-hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content-wrapper {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    border-radius: 40px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 100px;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .covers-policy {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-list {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-title {
    text-align: left;
    max-width: 12ch;
    font-size: 36px;
    line-height: 42px;
  }

  .hero-img {
    top: 6%;
    right: 0%;
  }

  .hero-form {
    border-radius: 24px;
  }

  .cover-card-icon {
    margin-bottom: 12px;
  }

  .cover-card-header {
    flex-flow: wrap;
  }

  .cover-card-title {
    font-size: 18px;
    line-height: 22px;
  }

  .about-qic-content-wrapper {
    border-radius: 24px;
    padding: 32px;
  }

  .about-qic-img {
    height: 100%;
    right: -44%;
  }

  .about-qic-img.rtl {
    left: -59%;
  }

  .footer-card.card-company-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .footer-card.card-contact-info {
    padding: 24px;
  }

  .footer-card-contacts {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-button-whatsup {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-floating {
    left: 5%;
    right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.section-footer {
    padding-bottom: 140px;
  }

  .section.section-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content-wrapper {
    grid-column-gap: 156px;
    grid-row-gap: 156px;
    text-align: center;
    border-radius: 0 0 24px 24px;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 32px;
    padding-top: 140px;
  }

  .covers-grid, .covers-policy {
    grid-template-columns: 1fr;
  }

  .social-proof-cards {
    place-items: start stretch;
  }

  .footer-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap-reverse;
  }

  .hero-title {
    text-align: center;
    max-width: 13ch;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-img {
    max-width: 200px;
    display: block;
    top: 38%;
    right: 25%;
  }

  .hero-form {
    padding: 24px;
  }

  .form-title, .form-subtitle {
    display: none;
  }

  .form-input.flag-ic-kuwait {
    width: 100%;
    max-width: none;
    margin-bottom: 16px;
  }

  .form-button {
    border-radius: 12px;
    max-width: none;
    margin-bottom: 16px;
  }

  .form-button.ic-arrow-right {
    background-position: 79%;
  }

  .form-footer-description {
    font-size: 12px;
  }

  .h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .h2.social-proof-title {
    text-align: center;
  }

  .h2.covers-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .cover-card-icon {
    margin-bottom: 16px;
  }

  .cover-card-header {
    margin-bottom: 12px;
  }

  .social-proff-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
    padding: 16px;
    overflow: clip;
  }

  .social-proof-img {
    width: auto;
    position: static;
    inset: -15% -15% auto auto;
  }

  .about-qic-content-wrapper {
    height: auto;
  }

  .about-qic-img {
    width: 700px;
    height: 80%;
    right: -42%;
  }

  .about-qic-link {
    z-index: 2;
    position: relative;
  }

  .about-qic-description {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 20px;
  }

  .contact-phone-hotline {
    display: none;
  }

  .contact-phone-hotline.phone-hotline-footer {
    display: block;
  }

  .form-floating {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .floating-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .button-floating-wrapper {
    z-index: 5;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: auto 24px 24px;
  }

  .button-floating {
    background-color: var(--color-brand-kuwait-primary);
    color: #fff;
    border-radius: 16px;
    width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  }

  .button-floating:hover {
    background-color: var(--color-brand-kuwait-primary-hover);
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8fa99121-d734-bda6-fec7-acd86fc1f55a-0562cf1c, #w-node-_7e6b75cb-8bbc-6f21-0934-0be2a5057c93-cc4e8a9a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8fa99121-d734-bda6-fec7-acd86fc1f55a-0562cf1c, #w-node-_7e6b75cb-8bbc-6f21-0934-0be2a5057c93-cc4e8a9a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'URW Geometric';
  src: url('../fonts/URWGeometricSemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'URW Geometric';
  src: url('../fonts/URWGeometricMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'URW Geometric';
  src: url('../fonts/URWGeometricRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}