:root {
  --534c: #162035;
  --white: white;
  --121c: #ffc20e;
  --277c: #dce4f4;
  --278c: #94bde5;
  --1215c: #ffdf4f;
  --2374c: #454b5c;
  --279c: #659ad2;
  --black: black;
}

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

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

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

.heroblock {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100svh;
  display: flex;
}

.container {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  inset: 0%;
}

.div-block {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100px;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.text-block {
  color: var(--534c);
  text-align: center;
  word-break: keep-all;
  flex: 0 auto;
  align-self: auto;
  font-family: Onest, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.menu_item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.underline {
  background-color: var(--534c);
  width: 0%;
  height: 2px;
}

.div-block-2 {
  grid-column-gap: 2svw;
  grid-row-gap: 2svw;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.underline-off {
  background-color: var(--534c);
  width: 0%;
  height: 2px;
}

.heading {
  color: var(--534c);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Onest, sans-serif;
  font-size: 50px;
  line-height: 110%;
  display: block;
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.text {
  color: var(--534c);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  margin-top: auto;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-weight: 400;
}

.text.v2 {
  color: var(--white);
  text-align: left;
}

.text.v3 {
  text-align: left;
  flex: 1;
  line-height: 32px;
}

.button {
  z-index: 0;
  background-color: var(--121c);
  color: var(--534c);
  border-radius: 8px;
  margin-top: 32px;
  padding: 16px;
  font-family: Onest, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .3s;
  position: static;
  inset: auto auto 10%;
}

.button:hover {
  background-color: var(--534c);
  color: var(--white);
}

.image {
  z-index: -2;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.videos {
  background-color: var(--534c);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.image-2 {
  z-index: 1;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 56px;
  margin-bottom: 100px;
  display: flex;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Onest, sans-serif;
  font-size: 40px;
  line-height: 56px;
}

.heading-2.v2 {
  color: var(--534c);
  text-align: left;
  margin-bottom: 32px;
  line-height: 110%;
}

.div-block-8 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.youtube {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  flex: none;
  width: auto;
  height: auto;
  padding-bottom: 0;
}

.about {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: 100svh;
  display: flex;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  width: 50%;
  height: auto;
  display: flex;
}

.div-block-14 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50svw;
  display: flex;
  position: relative;
}

.div-block-15 {
  background-color: var(--534c);
  width: 70%;
  max-width: 100%;
}

.div-block-16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.div-block-11-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: flex;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--121c);
  background-image: url('../images/bg2.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.card._1 {
  flex: 1;
  transition: background-position .3s;
}

.card._1:hover {
  background-position: 50% 0;
}

.card._2 {
  flex: 1;
  transition: background-position .3s;
}

.card._2:hover {
  background-position: 50% 0;
}

.card._3 {
  flex: 1;
  transition: background-position .3s;
}

.card._3:hover {
  background-position: 50% 0;
}

.heading-3 {
  color: var(--534c);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.heading-3.v2 {
  color: #fff;
}

.div-block-18 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 32px;
  display: flex;
}

.timeline {
  background-color: var(--534c);
  opacity: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100svh;
  display: flex;
  position: relative;
  overflow: clip;
}

.div-block-19 {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.bg1 {
  background-color: var(--277c);
  width: 50%;
  height: 100%;
}

.bg2 {
  width: 50%;
  height: 100%;
}

.both {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
}

.right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.left {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-right: 20%;
  display: flex;
}

.div-block-12-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.image-4 {
  max-width: none;
}

.div-block-20 {
  margin-left: -.5px;
}

.text-block-2 {
  color: var(--278c);
  text-transform: none;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.div-block-21 {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.div-block-22 {
  align-self: stretch;
}

.div-block-22-copy {
  background-color: var(--121c);
  border-radius: 100%;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.div-block-21-copy {
  grid-column-gap: 118px;
  grid-row-gap: 118px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.div-block-23 {
  z-index: -1;
  background-color: var(--1215c);
  width: 2px;
  height: 100%;
  position: absolute;
}

.educationalm {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: 100svh;
  display: flex;
}

.videos_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-self: stretch;
  margin-bottom: 56px;
  display: grid;
}

.video {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 0;
  flex-flow: column;
  height: auto;
  text-decoration: none;
  display: flex;
}

.div-block-25 {
  border: 2px solid var(--white);
  border-radius: 8px;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-items: center;
  height: auto;
  transition: transform .35s;
  display: flex;
  overflow: clip;
}

.div-block-25:hover {
  border-color: var(--121c);
  transform: translate(0, -8px);
}

.div-block-26 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-3 {
  color: var(--2374c);
  font-family: Onest, sans-serif;
  font-weight: 400;
  position: static;
}

.text-block-4 {
  color: var(--2374c);
  font-family: Onest, sans-serif;
}

.div-block-27 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.div-block-28 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.image-2-copy {
  z-index: 1;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.heading-3-copy {
  color: var(--534c);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 32px;
}

.heading-3-copy.v2 {
  color: #fff;
}

.image-6 {
  width: 48px;
  max-width: 130%;
}

.text-block-5 {
  opacity: .5;
  color: var(--2374c);
  text-align: center;
  padding-top: 16px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
  position: static;
  inset: auto 0%;
}

.bold-text {
  text-transform: uppercase;
}

.bold-text-2 {
  text-transform: uppercase;
  font-weight: 600;
}

.code-embed, .code-embed-2, .code-embed-3 {
  margin-bottom: 8px;
}

.text-small {
  color: var(--534c);
  text-align: left;
  letter-spacing: .5px;
  text-transform: none;
  flex: 1;
  margin-top: auto;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-31 {
  z-index: -2;
  width: 100%;
  height: 20svh;
  margin-bottom: 0;
  position: static;
  inset: auto 0% 0%;
  overflow: visible;
}

.text-block-2-copy {
  z-index: -2;
  color: var(--white);
  text-align: center;
  margin-bottom: 1%;
  font-family: Onest, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-32 {
  box-sizing: border-box;
  background-color: var(--279c);
  background-image: url('../images/pattert.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 16px;
  width: 100%;
  height: 300px;
  transition: background-position .3s;
  display: flex;
  position: relative;
  overflow: clip;
}

.div-block-32:hover {
  background-position: 50% 0;
}

.div-block-33 {
  z-index: 1;
  background-color: var(--277c);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding: 32px;
  display: flex;
  position: relative;
}

.text-block-3-copy {
  color: var(--2374c);
  font-family: Onest, sans-serif;
  font-weight: 400;
  position: static;
}

.button-copy {
  z-index: 0;
  background-color: var(--534c);
  color: var(--277c);
  border-radius: 8px;
  margin-top: auto;
  padding: 16px;
  font-family: Onest, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .3s;
  position: static;
  inset: auto auto 10%;
}

.button-copy:hover {
  background-color: var(--121c);
  color: var(--534c);
}

.div-block-34 {
  z-index: 1;
  width: auto;
  margin-left: -2px;
  position: relative;
}

.image-7 {
  width: 130%;
  max-width: none;
}

.image-8 {
  z-index: 0;
  position: absolute;
}

.testove {
  background-color: var(--121c);
  background-image: url('../images/BG-yellow.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
  overflow: clip;
}

.testove:hover {
  background-position: 0 0;
  background-size: cover;
}

.test_environment_button {
  z-index: 0;
  background-color: var(--534c);
  color: var(--277c);
  border-radius: 8px;
  margin-top: 23px;
  padding: 16px;
  font-family: Onest, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .3s;
  position: static;
  inset: auto auto 10%;
}

.test_environment_button:hover {
  background-color: var(--534c);
  color: var(--121c);
}

.image-2-copy2 {
  z-index: 2;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.partners {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: auto;
  place-items: center;
  width: 100%;
  height: auto;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-grid;
}

.footer {
  background-color: var(--534c);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-36 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
  overflow: hidden;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.timeline-mob {
  background-color: var(--534c);
  opacity: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100svh;
  display: none;
  position: relative;
  overflow: clip;
}

.div-block-12-copy {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  width: 50%;
  height: auto;
  display: flex;
}

.image-9 {
  flex: 0 auto;
  width: auto;
  height: auto;
}

.image-10 {
  height: auto;
}

.image-11 {
  vertical-align: baseline;
  flex: 1;
  display: block;
}

.image-12 {
  flex: 0 auto;
}

.div-block-39 {
  z-index: 100;
  background-color: var(--277c);
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-40 {
  z-index: -2;
  background-color: var(--279c);
  height: 200px;
  position: absolute;
  inset: auto 0% -50%;
}

.image-13 {
  flex: 0 auto;
}

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

.link {
  color: var(--white);
  text-decoration: none;
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
}

.link-block {
  text-decoration: none;
}

.link-2 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  text-decoration: none;
}

.div-block-43 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.image-14 {
  display: block;
}

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

.link-block-2.w--current {
  flex: none;
}

.image-15 {
  flex: 0 auto;
  align-self: auto;
}

.image-16 {
  flex: none;
  align-self: stretch;
}

.popup {
  z-index: 90;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup._2, .popup._1, .popup._3, .popup._4, .popup._5, .popup._6 {
  background-color: #000c;
}

.video_wrapper {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
}

.close-icon {
  background-color: #00000080;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 32px 32px 0% auto;
}

.image-20 {
  width: 32px;
  height: 32px;
}

.youtube-2 {
  height: 100%;
  display: block;
}

.youtube-3 {
  display: none;
}

.video-2 {
  width: 100svw;
  height: 100px;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-44 {
  width: auto;
  overflow: clip;
}

.div-block-45 {
  width: 80%;
}

.div-block-46, .div-block-47, .div-block-48 {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-49, .div-block-50 {
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-51 {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-52 {
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.image-21 {
  width: 48px;
}

.div-block-53 {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  transition: transform .3s;
  display: flex;
}

.div-block-53:hover {
  transform: scale(1.04);
}

.div-block-54 {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-55 {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    display: none;
  }

  .button {
    text-align: center;
  }

  .div-block-7 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-14, .div-block-15 {
    width: 80%;
  }

  .div-block-17 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .div-block-18 {
    padding-top: 56px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .both {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .div-block-28 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-35 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr auto;
    grid-auto-columns: 1fr;
    place-content: flex-start center;
    place-items: center;
    display: inline-grid;
  }

  .div-block-36, .div-block-37 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

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

  .container {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block {
    height: 80px;
    position: static;
  }

  .div-block-2 {
    display: none;
  }

  .heading {
    margin-bottom: 16px;
    font-size: 48px;
  }

  .text {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 130%;
  }

  .text.v2 {
    margin-bottom: 0;
  }

  .button {
    margin-top: 0;
  }

  .image-2 {
    display: none;
  }

  .div-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .heading-2.v2 {
    margin-bottom: 0;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .div-block-12 {
    width: 100%;
  }

  .div-block-14 {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-15 {
    width: 100%;
  }

  .div-block-16 {
    padding: 32px 16px;
  }

  .div-block-17 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 24px;
  }

  .div-block-18 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .timeline {
    display: none;
  }

  .both {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .right {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .left {
    background-color: var(--277c);
    width: 100%;
    height: auto;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24%;
  }

  .div-block-12-copy {
    margin-top: 0;
  }

  .div-block-21, .div-block-21-copy {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .videos_wrapper {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

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

  .div-block-26 {
    width: 100%;
  }

  .div-block-27 {
    padding: 32px 16px;
  }

  .image-2-copy {
    width: 110%;
  }

  .image-6 {
    width: 48px;
  }

  .div-block-31 {
    margin-bottom: -10svh;
    display: block;
  }

  .text-block-2-copy {
    display: none;
  }

  .div-block-33 {
    width: 60%;
    padding: 16px;
  }

  .button-copy {
    text-align: center;
    align-self: auto;
    width: 100%;
  }

  .div-block-34 {
    display: none;
  }

  .image-8 {
    height: 100%;
    inset: 0%;
  }

  .image-2-copy2 {
    width: 102%;
  }

  .div-block-35 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: wrap;
    flex: 0 auto;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-self: auto;
    place-items: center start;
    display: grid;
  }

  .div-block-36 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 32px 16px;
  }

  .div-block-37 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    padding-left: 32px;
    padding-right: 32px;
    display: block;
  }

  .timeline-mob {
    height: 200svh;
    display: block;
  }

  .div-block-12-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
    margin-top: 32px;
  }

  .div-block-38 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: clip;
  }

  .image-11 {
    flex: 0 auto;
    align-self: stretch;
  }

  .image-12 {
    flex: 0 auto;
  }

  .div-block-41 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
    overflow: clip;
  }

  .image-13, .image-15, .image-16, .image-17, .image-18 {
    flex: 0 auto;
  }

  .div-block-46 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-47 {
    justify-content: center;
    align-items: center;
  }

  .div-block-48 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-49 {
    justify-content: center;
    align-items: center;
  }

  .div-block-50 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-51 {
    justify-content: center;
    align-items: center;
  }

  .div-block-52 {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .heroblock {
    width: auto;
    height: 100svh;
    position: static;
    overflow: visible;
  }

  .container {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    height: 70px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    overflow: clip;
  }

  .div-block-2 {
    display: none;
  }

  .heading {
    margin-bottom: 16px;
    font-size: 40px;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .text {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 130%;
  }

  .text.v2 {
    line-height: 130%;
  }

  .text.v3 {
    text-align: left;
    line-height: 130%;
    display: block;
  }

  .button {
    text-align: center;
    margin-top: 0;
  }

  .image {
    width: 102%;
    position: static;
    inset: auto 0% 0%;
  }

  .videos {
    overflow: clip;
  }

  .image-2 {
    display: none;
  }

  .div-block-7 {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-2 {
    text-align: left;
    font-size: 35px;
    line-height: 48px;
  }

  .heading-2.v2 {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
  }

  .about {
    overflow: clip;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .div-block-12 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
  }

  .div-block-14 {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-15 {
    width: 100%;
  }

  .div-block-16 {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .div-block-17 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .card {
    margin-top: 0;
    padding: 24px;
  }

  .heading-3, .heading-3.v2 {
    font-size: 30px;
  }

  .div-block-18 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .timeline {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .div-block-19 {
    z-index: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: none;
    position: absolute;
  }

  .bg1 {
    flex: 0 auto;
    width: 100%;
    height: 50%;
  }

  .bg2 {
    flex: 0 auto;
    width: 100%;
    height: 50%;
    display: block;
  }

  .both {
    z-index: 2;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .right {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .left {
    background-color: var(--277c);
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0 16px 24px;
  }

  .div-block-12-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    overflow: visible;
  }

  .div-block-20 {
    height: 100%;
    margin-left: 0;
    display: none;
  }

  .div-block-21 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .div-block-21-copy {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .educationalm {
    overflow: clip;
  }

  .videos_wrapper {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .div-block-27 {
    padding: 32px 0;
  }

  .div-block-28 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-2-copy {
    flex: 0 auto;
    align-self: auto;
    width: 102%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    overflow: visible;
  }

  .heading-3-copy {
    font-size: 30px;
  }

  .image-6 {
    width: 40px;
  }

  .div-block-31 {
    z-index: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: -5svh;
    margin-left: 0;
    display: flex;
    position: static;
    inset: auto 0% 0%;
    overflow: clip;
  }

  .text-block-2-copy {
    z-index: -1;
    display: block;
  }

  .div-block-32 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 200px;
  }

  .div-block-33 {
    width: 100%;
    padding: 16px 15px 16px 16px;
  }

  .button-copy {
    text-align: center;
    align-self: stretch;
  }

  .div-block-34 {
    display: none;
  }

  .image-8 {
    max-width: 200%;
    height: 200%;
    max-height: 200%;
    inset: auto;
  }

  .test_environment_button {
    text-align: center;
    margin-top: 0;
  }

  .image-2-copy2 {
    width: 102%;
    position: static;
  }

  .partners {
    height: auto;
    overflow: clip;
  }

  .div-block-35 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start space-between;
    place-items: center start;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    display: grid;
  }

  .footer {
    overflow: clip;
  }

  .div-block-36 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 32px 16px;
  }

  .div-block-37 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 32px;
    display: block;
  }

  .timeline-mob {
    justify-content: center;
    align-items: flex-start;
    height: 100svh;
    display: block;
  }

  .div-block-12-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
    margin-top: 32px;
  }

  .div-block-38 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: clip;
  }

  .image-11, .image-12 {
    flex: 0 auto;
  }

  .div-block-41 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
    overflow: clip;
  }

  .div-block-43 {
    flex-flow: column;
  }

  .image-14 {
    width: 80%;
    max-width: none;
  }

  .link-block-2.w--current {
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    display: flex;
  }

  .image-15 {
    flex: 0 auto;
  }

  .image-16 {
    flex: 1;
    order: 0;
    align-self: stretch;
    width: 70%;
    max-width: 100%;
  }

  .image-17, .image-18 {
    flex: 1;
  }

  .image-19 {
    width: 80%;
    max-width: none;
  }

  .popup {
    padding-left: 8px;
    padding-right: 8px;
    display: none;
  }

  .video_wrapper {
    width: 100%;
  }

  .close-icon {
    top: 24px;
    right: 24px;
  }

  .div-block-45 {
    width: 100%;
  }

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

  .div-block-47, .div-block-48, .div-block-49 {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .div-block-50 {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-51 {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .div-block-52 {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }
}

#w-node-_27030890-2ab9-a63b-9616-9b0610173f27-b7a28aa7 {
  align-self: auto;
}

#w-node-_4c2e1d1f-1616-2b97-55b6-6f5d05bc75d9-b7a28aa7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-cc22a063-37e8-ef54-e499-42173dc76fe0-b7a28aa7, #w-node-_79a4de90-f3d3-a198-970b-e2a90c78694b-b7a28aa7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_432e7e37-7382-db91-c496-23eb1ddfa62e-b7a28aa7 {
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_16d496c5-9010-6585-ccfe-d9f7f8cc5a4c-b7a28aa7, #w-node-_3ed15034-3440-aa89-488f-29af71bd0219-b7a28aa7 {
    align-self: stretch;
  }

  #w-node-_432e7e37-7382-db91-c496-23eb1ddfa62e-b7a28aa7 {
    place-self: stretch;
  }

  #w-node-_4fd8d813-9602-9d98-ac34-c2917ca7b5e4-b7a28aa7, #w-node-_0766f7ea-565b-c883-19cb-958a8e6e20f2-b7a28aa7, #w-node-_8507372f-4a63-d0b1-a91d-e1f0119c6b79-b7a28aa7, #w-node-bc74ea9a-8a25-3c82-77e8-f5e96199ba3b-b7a28aa7 {
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_16d496c5-9010-6585-ccfe-d9f7f8cc5a4c-b7a28aa7 {
    place-self: stretch stretch;
  }

  #w-node-_3ed15034-3440-aa89-488f-29af71bd0219-b7a28aa7 {
    justify-self: stretch;
  }

  #w-node-_432e7e37-7382-db91-c496-23eb1ddfa62e-b7a28aa7 {
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3ed15034-3440-aa89-488f-29af71bd0219-b7a28aa7, #w-node-_432e7e37-7382-db91-c496-23eb1ddfa62e-b7a28aa7, #w-node-_8507372f-4a63-d0b1-a91d-e1f0119c6b79-b7a28aa7 {
    place-self: stretch stretch;
  }

  #w-node-bc74ea9a-8a25-3c82-77e8-f5e96199ba3b-b7a28aa7 {
    place-self: stretch;
  }
}


