:root {
  --new-blue: #414bb2;
  --secondary: #e05823;
}

.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;
}

.g_clickable_wrap {
  z-index: 3;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-bar {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.hero_content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 800px;
  display: flex;
}

.brand-logo {
  text-decoration: none;
  display: flex;
}

.g_clickable_link {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.u-text-style-h1 {
  letter-spacing: -.03em;
  text-transform: var(--h1--text-transform);
  text-wrap: balance;
  margin-bottom: .75rem;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.u-text-style-h1.u-text-align-center {
  text-align: center;
  letter-spacing: -.05em;
}

.g_clickable_btn {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.btn_main_text {
  z-index: 2;
  font-weight: 500;
  line-height: inherit;
  position: relative;
}

.image-5 {
  width: 16px;
  height: 16px;
}

.btn_main_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--new-blue);
  color: #fff;
  -webkit-text-stroke-color: #e05823;
  vertical-align: middle;
  border: .094rem solid #414bb2;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  padding: 1.05rem 1.5rem;
  line-height: 1;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.btn_main_wrap:hover {
  color: var(--new-blue);
  background-color: #fff;
  border-color: #414bb2;
}

.text-span-9 {
  letter-spacing: -.07em;
  font-family: Playfair Display, sans-serif;
  font-size: 4.5rem;
  font-style: italic;
}

.u-text-style-large {
  text-align: left;
  letter-spacing: 0;
  text-transform: var(--text-large--text-transform);
  text-wrap: pretty;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.u-text-style-large.u-text-align-center {
  text-align: center;
}

.page_wrap {
  overflow: clip;
}

.hero_main_wrap {
  height: auto;
  margin-bottom: 80px;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  position: relative;
}

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

.container-2.spacer {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.body {
  color: #232323;
  font-family: DM Sans, sans-serif;
}

.header-text {
  margin-bottom: 2.5rem;
}

.tag-div {
  margin-top: 0;
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.tag-div-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000004d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1rem;
  display: flex;
}

.tag-text {
  font-weight: 500;
}

.hero-item {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.h2-wrapper {
  letter-spacing: -.03px;
  width: 80ch;
  margin-top: 0;
}

.h2-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.h2-text.u-text-align-center {
  text-align: center;
}

.h2-text.weight-500 {
  font-weight: 500;
}

.orange-txt {
  color: var(--secondary);
  font-style: italic;
}

.section {
  height: auto;
  margin-bottom: 120px;
  padding: 4.5rem 4.5rem 0;
}

.section.secondary {
  background-color: #fafafa;
  height: auto;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.grid-wrapper {
  height: auto;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
}

.grid-div {
  flex-flow: column;
  display: flex;
}

.grid-div.middle {
  justify-content: center;
}

.grid-div.bottom {
  justify-content: flex-end;
}

.grid-item {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.heading, .h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.h4.u-text-align-center {
  text-align: center;
}

.paragraph {
  text-align: center;
  font-size: 1rem;
}

.grid-images {
  width: 9.25rem;
}

.grid-2 {
  grid-template-rows: auto;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

._2nd-grid-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-wrap {
  margin-top: 3.5rem;
}

.text-block {
  opacity: .5;
  letter-spacing: 1px;
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 500;
}

.bullet-items-wrapper {
  margin-top: 2rem;
}

.bullet-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.btn-secondary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: .094rem solid var(--new-blue);
  color: var(--new-blue);
  -webkit-text-stroke-color: #e05823;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  line-height: 1;
  transition: border-color .2s, color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.btn-secondary:hover {
  border-color: var(--new-blue);
  background-color: var(--new-blue);
  color: #fff;
}

.textblock-16px {
  font-size: 1rem;
}

.textblock-16px.opacity-50 {
  opacity: .5;
}

.textblock-16px.opacity-50.align-center {
  text-align: center;
}

.textblock-24px {
  font-size: 1.5rem;
  line-height: 1.1;
}

.textblock-24px.weight-500 {
  font-weight: 500;
}

.textblock-24px.weight-500.text-align-center, .textblock-24px.align-centre {
  text-align: center;
}

.form-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.form-holder {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 1rem;
  width: 480px;
  max-width: 480px;
  padding: 2.5rem 2rem;
}

.textblock-32px {
  font-size: 2rem;
  line-height: 1;
}

.textblock-32px.weight-500 {
  font-weight: 500;
}

.textblock-32px.weight-500.align-center {
  text-align: center;
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.margin-bottom-4-5rem {
  margin-bottom: 4.5rem;
}

.form {
  flex-flow: column;
  display: flex;
}

.form-field {
  color: #000;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 8px;
  justify-content: space-between;
  height: 48px;
  margin-bottom: 10px;
  padding: 12px;
  display: flex;
}

.form-field:hover {
  border-color: #fff;
}

.form-field::placeholder {
  color: #939393;
}

.footer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-text {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  opacity: .1;
  color: #fff;
  font-size: 61px;
  line-height: 1;
  text-decoration: none;
}

.success-message {
  background-color: #fff;
}

.text-block-3 {
  color: var(--secondary);
}

.country-select {
  color: #fff;
  background-color: #2d2d2d;
  border: 1px solid #2d2d2d;
  border-radius: 8px;
  height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.country-select:hover {
  border-color: #fff;
}

.text-block-4 {
  opacity: .6;
}

.hero-image-wrapper {
  width: 100%;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-image {
  aspect-ratio: 2;
  object-fit: cover;
  border-radius: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .hero_main_wrap {
    height: auto;
  }

  .tag-div {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2-text.u-text-align-center {
    font-size: 2rem;
  }

  .image-6 {
    object-fit: contain;
  }

  .text-block-2 {
    font-size: 50px;
  }

  .hero-image {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .u-text-style-h1.u-text-align-center {
    font-size: 3rem;
  }

  .btn_main_wrap {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .text-span-9 {
    font-size: 3.5rem;
  }

  .u-text-style-large.u-text-align-center {
    font-size: 1rem;
  }

  .hero_main_wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tag-div {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .tag-text {
    font-size: 12px;
  }

  .hero-item {
    height: auto;
  }

  .h2-wrapper {
    width: auto;
  }

  .h2-text.u-text-align-center {
    font-size: 1.5rem;
  }

  .section {
    height: auto;
    padding-top: 4rem;
  }

  .grid-wrapper {
    height: auto;
  }

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

  .grid-images {
    width: 6rem;
  }

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

  ._2nd-grid-content {
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .hero_content {
    width: 100%;
  }

  .u-text-style-h1 {
    font-size: 2.1rem;
  }

  .u-text-style-h1.u-text-align-center {
    font-size: 2.2rem;
  }

  .btn_main_wrap {
    height: 48px;
  }

  .hero_main_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-text {
    font-size: 1.8rem;
  }

  .section {
    margin-bottom: 30px;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section.secondary {
    padding-bottom: 3rem;
  }

  .grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .grid-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .btn-secondary {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .form-holder {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-image-wrapper {
    margin-top: 4rem;
  }

  .hero-image {
    aspect-ratio: 3 / 2;
  }

  .image-7 {
    max-width: 80%;
  }
}


