@font-face {
  font-family: Abcdiatype;
  src: url('../fonts/ABCDiatype-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcdiatype;
  src: url('../fonts/ABCDiatype-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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-landing {
  z-index: 2;
  background-image: url('../images/Landing-Background.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1200px;
  position: relative;
}

.section-landing._404 {
  min-height: 100vh;
}

.section-landing.pp {
  background-image: none;
  min-height: 100vh;
  padding-bottom: 48px;
}

.navigation-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.navigation-inner {
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}

.logo-nav {
  height: 32px;
}

.logo-nav.pp {
  filter: invert();
}

.button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.button-secondary {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-family: IBM Plex Sans Devanagari, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.button-secondary.back {
  background-color: #0000001a;
  border-radius: 6px;
  width: 50px;
}

.button-secondary.back.w--current, .button-secondary.pp {
  filter: invert();
}

.button-primary {
  cursor: pointer;
  background-color: #000;
  border: 1px solid #303030;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 40px;
  padding: 8px 16px;
  font-family: IBM Plex Sans Devanagari, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  margin-top: 0;
  transform: translate(0, 2px);
}

.landing-wrapper {
  max-width: 1400px;
  padding-top: 128px;
  padding-left: 24px;
  padding-right: 24px;
}

.landing-wrapper.centre {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 0;
  display: flex;
}

.landing-wrapper.pp {
  z-index: 4;
  max-width: 1000px;
  min-height: auto;
  position: relative;
}

.flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
}

.heading-large {
  color: #fff;
  letter-spacing: .2px;
  max-width: 900px;
  font-family: Abcdiatype, Arial, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 128%;
}

.heading-large.dark {
  color: #000;
}

.subheading-text {
  color: #fff;
  letter-spacing: .2px;
  text-transform: uppercase;
  font-family: IBM Plex Sans Condensed, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.subheading-text.dark {
  color: #000;
  font-weight: 500;
}

.subheading-text.centre {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.image {
  height: 920px;
  margin-top: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.image.pp {
  z-index: 0;
  background-color: #c0c0c033;
  height: 100% !important;
  transform: none !important;
  inset: 0%;
}

.body {
  color: #000;
  scroll-behavior: smooth;
  background-color: #f4f4f4;
  font-family: Abcdiatype, Arial, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 120%;
}

.container {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100000px;
  height: 700px;
  margin-top: 90px;
  display: flex;
}

.img-1 {
  width: 160px;
  height: 248px;
  margin-top: 205px;
}

.img-2 {
  width: 176px;
  height: 275px;
  margin-top: 145px;
}

.img-3 {
  border-radius: 12px;
  width: 168px;
  height: 300px;
  margin-top: 96px;
  box-shadow: 0 292px 82px #0000, 0 187px 75px #00000003, 0 105px 63px #0000000d, 0 47px 47px #00000017, 0 12px 26px #0000001a;
}

.img-4 {
  border-radius: 12px;
  width: 186px;
  height: 333px;
  margin-top: 48px;
  box-shadow: 0 292px 82px #0000, 0 187px 75px #00000003, 0 105px 63px #0000000d, 0 47px 47px #00000017, 0 12px 26px #0000001a;
}

.img-5 {
  border-radius: 12px;
  width: 208px;
  height: 372px;
  box-shadow: 0 292px 82px #0000, 0 187px 75px #00000003, 0 105px 63px #0000000d, 0 47px 47px #00000017, 0 12px 26px #0000001a;
}

.main-body-wrapper {
  max-width: 1400px;
}

.section-body {
  z-index: 1;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.line-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
}

.line {
  opacity: .2;
  background-color: #c9480e;
  flex: 1;
  height: 1px;
}

.body_wrapper {
  grid-column-gap: 256px;
  grid-row-gap: 256px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1400px;
  display: flex;
}

.section-wide {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.section-wide.indent {
  padding-left: 8%;
  padding-right: 8%;
}

.left-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 365px;
  display: flex;
}

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

.square {
  width: 14px;
  height: 14px;
}

.square.orange {
  background-color: #f8621f;
  width: 14px;
  height: 14px;
}

.square.blue {
  background-color: #163af3;
  width: 15px;
}

.square.green {
  background-color: #0f5f44;
}

.square.pink {
  background-color: #f62571;
}

.sub-heading.large.dark {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans Condensed, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.body-text {
  font-size: 32px;
  line-height: 120%;
}

.div-block {
  display: flex;
}

.image-flex-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-items: flex-start;
  width: 65%;
  max-width: 1000px;
  display: flex;
}

.image-flex-vertical {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.image-flex-vertical.odd {
  padding-top: 64px;
}

.edit {
  color: #fff;
  background-color: #0003;
  border-radius: 50px;
  height: 18px;
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: IBM Plex Sans Devanagari, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.flex-image {
  border-radius: 16px;
  width: 100%;
  box-shadow: 0 292px 82px #0000, 0 187px 75px #00000003, 0 105px 63px #0000000d, 0 47px 47px #00000017, 0 12px 26px #0000001a;
}

.div-block-2 {
  flex: 1;
}

.prompt-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.dropdown {
  width: 300px;
  height: 32px;
}

.image-asstes {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  display: flex;
}

.image-label {
  opacity: .2;
  font-family: IBM Plex Sans Devanagari, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
}

.image-2 {
  width: 25%;
}

.flex-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.footer {
  background-image: url('../images/bottom-background.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 260px;
  position: relative;
  overflow: hidden;
}

.bottom-gradient {
  z-index: 1;
  position: absolute;
  inset: -3px auto auto 0%;
  transform: rotate(180deg);
}

.form-container {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 530px;
  display: flex;
  position: relative;
}

.bottom-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcdiatype, Arial, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.form-wrapper {
  background-color: #fff;
  border-radius: 12px;
  width: 460px;
  margin-top: 16px;
  margin-bottom: 56px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  box-shadow: 0 292px 82px #0000, 0 187px 75px #00000003, 0 105px 63px #0000000d, 0 47px 47px #00000017, 0 12px 26px #0000001a;
}

.form-text {
  color: #090909;
  width: 390px;
  margin-bottom: 22px;
  font-family: IBM Plex Sans Devanagari, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.text-field {
  opacity: 1;
  color: #1f1b1b;
  border: 1.4px solid #00000021;
  border-radius: 8px;
  height: 44px;
  margin-bottom: 0;
  font-family: IBM Plex Sans Devanagari, sans-serif;
  font-weight: 500;
}

.text-field:hover, .text-field:focus {
  border-color: #f85835;
}

.text-field::placeholder {
  color: #9e9e9e;
}

.text-field-2 {
  height: 44px;
}

.button-primary-copy {
  background-color: #000;
  border: 1px solid #303030;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-family: IBM Plex Sans Devanagari, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 0%;
  display: flex;
}

.form-link {
  opacity: .5;
  color: #000;
  font-family: IBM Plex Sans Condensed, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.flex-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
  padding-top: 24px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.footer-logo {
  width: 132px;
}

.image-3 {
  border-radius: 19px;
  box-shadow: 0 292px 82px #0000, 0 187px 75px #00000003, 0 105px 63px #0000000d, 0 47px 47px #00000017, 0 12px 26px #0000001a;
}

.image-4 {
  border-radius: 12px;
  box-shadow: 0 292px 82px #0000, 0 187px 75px #00000003, 0 105px 63px #0000000d, 0 47px 47px #00000017, 0 12px 26px #0000001a;
}

.footer-image-block {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bottom-img-2 {
  border-radius: 12px;
  flex: 0 auto;
  width: 10%;
  margin-top: -55px;
  box-shadow: 0 292px 82px #0000, 0 187px 75px #00000003, 0 105px 63px #0000000d, 0 47px 47px #00000017, 0 12px 26px #0000001a;
}

.bottom-img-1 {
  border-radius: 12px;
  width: 10%;
  margin-top: -165px;
  box-shadow: 0 292px 82px #0000, 0 187px 75px #00000003, 0 105px 63px #0000000d, 0 47px 47px #00000017, 0 12px 26px #0000001a;
}

.bottom-img-3 {
  border-radius: 12px;
  flex: 0 auto;
  width: 10%;
  margin-top: 45px;
  box-shadow: 0 292px 82px #0000, 0 187px 75px #00000003, 0 105px 63px #0000000d, 0 47px 47px #00000017, 0 12px 26px #0000001a;
}

.bottom-img-4 {
  border-radius: 12px;
  flex: 0 auto;
  width: 10%;
  box-shadow: 0 292px 82px #0000, 0 187px 75px #00000003, 0 105px 63px #0000000d, 0 47px 47px #00000017, 0 12px 26px #0000001a;
}

.bottom-img-5 {
  border-radius: 12px;
  flex: 0 auto;
  width: 10%;
  margin-top: 44px;
  box-shadow: 0 292px 82px #0000, 0 187px 75px #00000003, 0 105px 63px #0000000d, 0 47px 47px #00000017, 0 12px 26px #0000001a;
}

.bottom-img-6 {
  border-radius: 12px;
  flex: 0 auto;
  width: 10%;
  margin-top: -63px;
  box-shadow: 0 292px 82px #0000, 0 187px 75px #00000003, 0 105px 63px #0000000d, 0 47px 47px #00000017, 0 12px 26px #0000001a;
}

.bottom-img-7 {
  border-radius: 12px;
  flex: 0 auto;
  width: 10%;
  margin-top: -183px;
  box-shadow: 0 292px 82px #0000, 0 187px 75px #00000003, 0 105px 63px #0000000d, 0 47px 47px #00000017, 0 12px 26px #0000001a;
}

.div-block-3 {
  z-index: 2;
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 190px;
  margin-top: 56px;
  display: flex;
  position: relative;
}

.div-block-4 {
  width: 130%;
  min-width: 110%;
  max-width: 120%;
  height: 190px;
}

.form-status {
  border: 1px solid #00000014;
  border-radius: 8px;
  margin-top: 14px;
  padding: 14px 14px 13px;
  font-family: IBM Plex Sans Devanagari, sans-serif;
  box-shadow: inset 0 1px #ffffffb3;
}

.form-status.is-success {
  color: #12100e;
  background-color: #f5f4ee;
  border-color: #0000001f;
}

.form-status.is-error {
  color: #2a120d;
  background-color: #fff1ec;
  border-color: #f8583552;
}

.form-status-kicker {
  opacity: .58;
  margin-bottom: 4px;
  font-family: IBM Plex Sans Condensed, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.form-status-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
}

.tag-img {
  height: 20px;
}

.flex-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.image-3-copy {
  border-radius: 19px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.paragraph {
  color: #000;
  margin-top: 10px;
  font-family: Abcdiatype, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.code-embed {
  color: #000;
  font-family: Abcdiatype, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.landing-wrapper.pp {
  max-width: 920px;
  min-height: auto;
  padding-bottom: 0;
  transform: none !important;
}

.legal-copy {
  color: #14110f;
  background-color: #fffffff2;
  border: 1px solid #00000014;
  border-radius: 12px;
  width: 100%;
  margin-top: 10px;
  padding: 32px;
  font-family: IBM Plex Sans Devanagari, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  box-shadow: 0 47px 47px #0000000d, 0 12px 26px #00000012;
}

.legal-copy-state {
  min-height: 120px;
}

.legal-copy h2 {
  color: #090909;
  margin-top: 34px;
  margin-bottom: 10px;
  font-family: Abcdiatype, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 120%;
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.legal-copy p {
  margin-top: 0;
  margin-bottom: 14px;
}

.legal-copy ul {
  margin-top: 0;
  margin-bottom: 18px;
  padding-left: 22px;
}

.legal-copy li {
  margin-bottom: 8px;
}

.legal-copy strong {
  color: #090909;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .section-landing {
    padding-left: 0;
    padding-right: 0;
  }

  .section-landing.pp {
    background-image: none;
  }

  .navigation-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo-nav.pp {
    filter: invert();
  }

  .button-secondary.back.w--current {
    filter: invert();
    margin-bottom: 20px;
  }

  .button-secondary.pp {
    filter: invert();
  }

  .landing-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .landing-wrapper.pp {
    padding-top: 70px;
  }

  .legal-copy {
    padding: 24px;
  }

  .heading-large {
    margin-top: 0;
    font-size: 40px;
  }

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

  .body_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 128px;
  }

  .section-wide {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 160px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-wide.indent {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-wide.hide-elements {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 160px;
    overflow: hidden;
  }

  .left-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .square.orange, .square.blue, .square.green {
    width: 10px;
    height: 10px;
  }

  .square.pink {
    background-color: #f62571;
  }

  .body-text {
    font-size: 24px;
  }

  .image-flex-block {
    width: 500px;
  }

  .edit {
    font-size: 10px;
    line-height: 14px;
  }

  .flex-image {
    border-radius: 10px;
  }

  .dropdown {
    aspect-ratio: 2 / 3;
    width: 173px;
    height: 20px;
  }

  .image-asstes {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .bottom-heading {
    font-size: 36px;
  }

  .image-3 {
    border-radius: 11px;
  }

  .image-4 {
    border-radius: 6px;
  }

  .image-3-copy {
    border-radius: 11px;
  }

  .paragraph {
    margin-top: 32px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-inner {
    padding-bottom: 12px;
  }

  .logo-nav {
    height: 28px;
  }

  .button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .button-secondary {
    height: 36px;
  }

  .button-primary {
    width: 110px;
    height: 36px;
  }

  .landing-wrapper {
    padding-top: 96px;
  }

  .flex-block {
    margin-bottom: 10px;
  }

  .heading-large {
    font-size: 36px;
  }

  .legal-copy {
    border-radius: 10px;
    padding: 22px 18px;
    font-size: 15px;
  }

  .legal-copy h2 {
    font-size: 21px;
  }

  .section-body {
    z-index: 2;
  }

  .section-wide.indent.centre {
    margin-bottom: 90px;
  }

  .section-wide.hide-elements {
    z-index: 3;
    position: relative;
  }

  .square.pink {
    background-color: #f62571;
    width: 10px;
    height: 10px;
  }

  .image-flex-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer {
    padding-top: 260px;
  }

  .form-wrapper {
    width: 90vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-text {
    width: 100%;
  }

  .footer-image-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bottom-img-2, .bottom-img-1, .bottom-img-3, .bottom-img-4, .bottom-img-5, .bottom-img-6, .bottom-img-7 {
    border-radius: 6px;
  }

  .div-block-4 {
    width: 600px;
    min-width: 800px;
    max-width: none;
    height: 210px;
  }
}


@font-face {
  font-family: 'Abcdiatype';
  src: url('../fonts/ABCDiatype-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcdiatype';
  src: url('../fonts/ABCDiatype-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
