:root {
  --text2: #667b99;
  --blue: #1152d4;
  --border-color: #dae0e7;
}

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

.header-nav-menu-wrapper {
  color: var(--text2);
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

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

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  background-color: var(--blue);
  border-radius: 8px;
  margin-left: 24px;
  padding: 12px 14px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px #14142b14;
}

.header-logo {
  max-width: 240px;
}

.header-wrapper {
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.container-default {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.header-nav-link {
  color: var(--text2);
  padding: 0;
}

.header-nav-link:hover {
  color: #4a3aff;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-link {
  color: #6e7191;
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.dropdown-link:hover {
  color: #4a3aff;
}

.dropdown-toggle {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #4a3aff;
}

.dropdown-pd {
  padding: 40px;
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.header-middle {
  color: var(--text2);
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-nav-menu-list {
  z-index: 1;
  color: var(--text2);
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  list-style-type: none;
  display: flex;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.middle {
  padding-left: 16px;
  padding-right: 16px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.hamburger-menu-bar {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.cloneable-full-width-wrapper {
  z-index: 9999;
  border-top: 1px solid #dcddeb;
  border-bottom: 1px solid #dcddeb;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block {
  border-bottom: 1px solid var(--border-color);
  background-image: linear-gradient(0deg, #f5f7fa, #fff);
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 140px;
  position: relative;
  overflow: clip;
}

.text-block {
  position: fixed;
}

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  display: flex;
}

.text-block-2 {
  text-align: center;
}

.loader-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #141314;
  border-right: 1px solid #141314;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.typedjs-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.typedjs-repeats {
  display: inline;
}

.text-color-grey {
  color: var(--blue);
}

.scramble-text {
  text-align: center;
}

.fade-up {
  font-size: 13em;
  font-weight: 400;
  line-height: .93;
}

.text-span {
  font-weight: 300;
}

.heading-style-huge-2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.heading-style-huge-2.center {
  text-align: center;
}

.tlg-gradient-appear {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(162deg, #0f1729, #0f1729 25%, #1256de 39% 75%, #1b988d 78%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Literata, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.text-block-3 {
  color: var(--text2);
  text-align: center;
  max-width: 640px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-block-3._594 {
  max-width: 594px;
}

.button {
  z-index: 12;
  color: #fff;
  background-color: #1152d4;
  border-radius: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  transition: all .222s;
  position: relative;
}

.button:hover {
  box-shadow: 0 0 20px 9px #0013df87;
}

.button.adbtn {
  margin-top: 24px;
}

.div-block-3 {
  border: 1px solid var(--border-color);
  background-color: #eef2f6;
  border-radius: 999px;
}

.text-block-4 {
  color: var(--text2);
  padding: 8px 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  margin-top: 40px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #e7effd;
  border: 1px solid #1152d433;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 12px;
  display: flex;
}

.text-block-5 {
  color: var(--blue);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

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

.paragraph {
  color: #d4d4d4;
  max-width: 40rem;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.background_blur {
  z-index: -1;
  filter: blur(70px);
  background-color: #f469163d;
  background-image: linear-gradient(254deg, #e3071466, #08a8be82 92%);
  border-radius: 300px;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.align-center {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.cta_component {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
  position: relative;
}

.button-2 {
  color: #030303;
  background-color: #f9f9f9;
  border: .5px solid #f9f9f9;
  border-radius: 8px;
  padding: 10px 20px;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  transition: padding .35s, color .35s, background-color .35s;
}

.button-2:hover {
  color: #f9f9f9;
  background-color: #f9f9f92b;
  padding: 13px 23px;
  text-decoration: none;
  transform: translate(0, -2px);
  box-shadow: 1px 2px 6px -1px #f9f9f963;
}

.button-2.secondary {
  color: #f9f9f9;
  background-color: #0000;
  border: .5px solid #f9f9f9;
  transition: padding .35s, color .35s, background-color .35s;
}

.button-2.secondary:hover {
  color: #fff;
  background-color: #f9f9f940;
  padding: 13px 23px;
}

.button-group-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.cta_wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #03030300;
  border: 0 solid #c4c4c433;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-6 {
  z-index: 12;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  display: flex;
  position: relative;
}

.div-block-6.we.ninab {
  z-index: 13;
  padding-top: 0;
}

.animation {
  z-index: 2;
  background-image: radial-gradient(circle, #fff0 25%, #fff);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-7 {
  height: 24px;
}

.div-block-8 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

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

.div-block-9.center.marg {
  margin-bottom: 60px;
}

.text-block-6 {
  font-family: Literata, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.text-block-7 {
  color: var(--text2);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.text-block-7.cente {
  align-self: center;
}

.div-block-10 {
  height: 1500px;
}

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

.div-block-11 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--border-color);
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 2px 2px 8px #0000001f;
}

.div-block-11.long {
  justify-content: flex-start;
  align-items: stretch;
}

.image-2 {
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
}

.div-block-12 {
  background-color: #e7effd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  display: flex;
}

.div-block-12.greens {
  background-color: #e1faf8;
}

.text-block-8 {
  font-family: Literata, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-9 {
  color: var(--text2);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-13 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140px;
}

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

.div-block-15 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--border-color);
  background-color: #fff;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.div-block-16 {
  background-color: var(--blue);
  border-radius: 99px;
  width: 10px;
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  min-height: 10px;
  max-height: 10px;
}

.text-block-10 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.div-block-18 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--border-color);
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.image-3 {
  width: 24px;
  height: 24px;
}

.text-block-11 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-19 {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.div-block-20 {
  background-image: linear-gradient(158deg, #1256de, #1b988d);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.text-block-12 {
  color: #ffffffbf;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.text-block-13 {
  color: #fff;
  font-family: Literata, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.div-block-21 {
  z-index: 2;
  padding-top: 24px;
  position: relative;
}

.button-3 {
  color: var(--blue);
  background-color: #fff;
  border-radius: 7px;
  padding: 12px 18px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-85 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  height: auto;
}

.div-block-77 {
  background-color: #0a0b1000;
}

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

.div-block-88 {
  background-color: var(--border-color);
  height: 1px;
}

.brand {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 8px;
  display: flex;
}

.brand.w--current {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 8px;
}

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

.text-block-14 {
  color: #81988c;
  margin-top: 6px;
}

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

.div-block-79 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  height: 300px;
  display: flex;
}

.link-block-3 {
  color: #fff;
  text-decoration: none;
}

.link-block-3:hover {
  color: #009f65;
}

.link-block-3.any-text {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--text2);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.link-block-3.any-text:hover {
  color: #00bfff;
}

.grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .5fr;
  margin-top: 60px;
  margin-bottom: 60px;
}

.h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.h3.white {
  color: #4b4b4b;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-76 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.any-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3f3f3f;
  flex-flow: column;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.any-text.light-gray {
  color: #e3e3e3;
  text-align: center;
  max-width: 490px;
}

.any-text.light-gray.footer {
  color: var(--text2);
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 450px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.any-text.grey {
  color: #70777f;
  font-size: 16px;
}

.any-text.grey.middle {
  color: var(--text2);
  font-family: Ubuntu, Helvetica, sans-serif;
}

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

.div-block-87 {
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.image-4 {
  margin-left: -6px;
  padding-left: 0;
}

.div-block-92 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.code-embed {
  margin-bottom: 10px;
  position: absolute;
  inset: 0%;
}

.div-block-93 {
  background-color: #9cfff245;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.div-block-94 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-95 {
  border-bottom: 1px solid var(--border-color);
  background-color: #fff0;
  width: auto;
  height: auto;
  padding-top: 220px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.body {
  background-color: #f9fafb;
}

.div-block-96 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-97 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-bottom: 1px solid var(--border-color);
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.div-block-98 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-99 {
  background-color: #e7effd;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  display: flex;
}

.div-block-100 {
  border: 1px solid var(--blue);
  border-radius: 99px;
  padding: 0 6px;
}

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

.bold-text-7 {
  color: var(--blue);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.text-block-15 {
  font-family: Literata, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-16 {
  color: var(--text2);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.text-block-17 {
  color: var(--text2);
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-102 {
  border: 1px solid var(--blue);
  background-color: #e7effd;
  border-radius: 20px;
  padding: 2px 10px;
}

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

.text-block-18 {
  color: var(--blue);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.bold-text-8 {
  font-size: 12px;
  font-weight: 300;
}

.div-block-104 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  display: flex;
}

.div-block-105 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid var(--border-color);
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

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

.text-span-2 {
  color: var(--text2);
}

.text-block-19 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.bold-text-9 {
  font-weight: 400;
}

.div-block-106 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-107 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--border-color);
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.div-block-108 {
  border: 1px solid var(--blue);
  background-color: #e7effd;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  display: flex;
}

.text-block-20 {
  font-family: Literata, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-21 {
  color: var(--text2);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.div-block-109 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.div-block-110 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--blue);
  background-color: #e7effd;
  border-radius: 12px;
  padding: 8px;
  display: flex;
}

.div-block-111 {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
}

.text-block-22 {
  color: var(--blue);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.image-6 {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
}

.div-block-112 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 1px solid var(--border-color);
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.div-block-113 {
  background-color: #e7fdf9;
  border: 1px solid #11d465;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  display: flex;
}

.div-block-114 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-115 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-116 {
  background-color: #e7fdf9;
  border: 1px solid #11d465;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  display: flex;
}

.text-block-23 {
  color: #68df91;
  background-color: #e7fdf900;
  border: 0 solid #11d465;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: block;
}

.bold-text-10 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

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

.image-7 {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
}

.div-block-118 {
  padding-bottom: 60px;
}

.code-embed-2 {
  z-index: 14;
  position: absolute;
  inset: 0%;
}

.lottie-animation {
  opacity: .34;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotate(90deg);
}

.code-embed-3 {
  display: block;
  position: absolute;
  inset: 0%;
}

.body-2 {
  background-color: #f9fafb;
}

.div-block-119 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.dropdown-toggle-4-co2py {
  border: 0 solid #2792c9;
  border-bottom-color: #e5e5e5;
  width: 100%;
  padding: 10px 0;
  font-size: 12px;
  transition: all .555s;
}

.dropdown-list-5 {
  background-color: #ddd0;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-list-5.w--open {
  background-color: #ddd0;
}

.h3-2 {
  color: #f5f5f5;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.h6 {
  color: var(--text2);
  letter-spacing: .2px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-decoration: none;
}

.div-block-199-cop-y {
  border: 1px solid var(--border-color);
  background-color: #fff;
  background-image: none;
  border-radius: 8px;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding: 20px 30px 10px;
  transition: all .25s;
  display: block;
}

.div-block-199-cop-y:hover {
  border-width: 1px;
  border-color: var(--blue);
  background-image: radial-gradient(circle at 100%, #1152d430, #fff0);
  border-radius: 8px;
}

.text-block-87 {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 0 solid #0092ca;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Literata, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  position: static;
  top: 90px;
}

.arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 10px 0 auto auto;
}

.image-93, ._1-question {
  width: 100%;
}

._1-answer {
  background-color: #0000;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.bold-text-11 {
  font-size: 18px;
}

.div-block-120 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-120._2block {
  grid-template-columns: 1fr 1fr;
}

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

.div-block-122 {
  background-color: var(--blue);
  filter: blur(122px);
  width: 300px;
  height: 399px;
  position: absolute;
  inset: 94% 0% 0% 43%;
}

.div-block-123 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 100px;
}

.div-block-124 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.bold-text-12, .bold-text-13 {
  font-weight: 400;
}

.body-3, .body-4 {
  background-color: #f9fafb;
}

.div-block-125 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-126 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-127 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 0 100px;
}

.bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19 {
  font-weight: 400;
}

.body-5 {
  background-color: #f9fafb;
}

.div-block-129 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 140px;
  display: flex;
}

.div-block-130 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.div-block-131 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: 24px auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-self: stretch;
  place-items: center;
  width: 10%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.div-block-132 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 90%;
  display: flex;
}

.div-block-133 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--border-color);
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.text-block-88 {
  color: var(--blue);
  font-family: Literata, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.bold-text-20 {
  text-transform: uppercase;
  font-weight: 500;
}

.text-block-89 {
  font-family: Literata, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-90 {
  color: var(--text2);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.div-block-134 {
  background-color: var(--blue);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  display: flex;
}

.div-block-135 {
  background-color: var(--blue);
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  height: 100%;
  min-height: auto;
  max-height: none;
}

.image-94 {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
}

.div-block-136 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  min-width: 720px;
  max-width: 940px;
  display: flex;
}

.body-6 {
  background-color: #f9fafb;
}

.div-block-137 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-138 {
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 140px;
  display: flex;
}

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

.div-block-140 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-141 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-142 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--border-color);
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.div-block-143 {
  border-top: 1px solid var(--border-color);
  padding-top: 6px;
  padding-bottom: 6px;
}

.div-block-144 {
  background-color: #e7effd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  display: flex;
}

.image-95 {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
}

.text-block-91 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.bold-text-21 {
  color: #1b988d;
  font-weight: 500;
}

.text-block-92 {
  font-family: Literata, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-93 {
  color: var(--text2);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-145 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  align-self: flex-start;
  display: flex;
}

.div-block-146 {
  border: 1px solid var(--border-color);
  background-color: #e7effd;
  border-radius: 6px;
  padding: 4px 8px;
}

.text-block-94 {
  color: var(--blue);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.bold-text-22 {
  font-weight: 400;
}

.div-block-147 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 140px;
}

.div-block-148 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.div-block-149 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 25%;
  display: flex;
}

.div-block-150 {
  width: 75%;
}

.body-7 {
  background-color: #f9fafb;
}

.div-block-151 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 1px solid var(--border-color);
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  display: flex;
}

.div-block-152 {
  background-color: #e7effd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  display: flex;
}

.text-block-95 {
  color: var(--text2);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-96 {
  font-family: Literata, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

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

.image-96 {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
}

.text-block-97 {
  font-family: Literata, sans-serif;
}

.text-block-98 {
  color: var(--text2);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div {
  height: 664px;
}

.code-embed-4 {
  height: 0;
}

@media screen and (max-width: 991px) {
  .header-nav-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.middle {
    padding-left: 0;
    padding-right: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .loader-wrapper {
    width: 100%;
  }

  .fade-up {
    font-size: 17em;
  }

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

  .div-block-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-13 {
    text-align: center;
    align-self: center;
  }

  .div-block-85 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .brand.fl {
    padding-top: 0;
  }

  .text-block-14 {
    text-align: center;
  }

  .div-block-80 {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-items: start center;
  }

  .div-block-76 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .any-text.light-gray.footer {
    text-align: left;
    max-width: 580px;
  }

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

  .div-block-106, .div-block-118, .div-block-119 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3-2 {
    font-size: 18px;
  }

  .text-block-87 {
    line-height: 30px;
  }

  .div-block-123, .div-block-128, .div-block-129, .div-block-138 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-140, .div-block-141 {
    grid-template-columns: 1fr;
  }

  .div-block-147 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-148 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

@media screen and (max-width: 767px) {
  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .header-logo {
    max-width: 220px;
  }

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

  .loader-wrapper {
    border-bottom: 1px solid #141314;
    border-right-style: solid;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .heading-style-huge-2, .heading-style-huge-2.center {
    font-size: 48px;
  }

  .tlg-gradient-appear {
    font-size: 42px;
    line-height: 54px;
  }

  .text-block-6 {
    font-size: 32px;
  }

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

  .text-block-13 {
    font-size: 42px;
  }

  .div-block-85 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-80 {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: start;
  }

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

  .any-text.light-gray.footer {
    text-align: left;
  }

  .div-block-87 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-95 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-96, .grid-4 {
    grid-template-columns: 1fr;
  }

  .text-block-87 {
    margin-right: 40px;
    font-size: 22px;
    line-height: 22px;
  }

  .div-block-124 {
    grid-template-columns: 1fr;
  }

  .div-block-136 {
    min-width: auto;
  }

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

  .div-block-149, .div-block-150 {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.small {
    border-radius: 12px;
  }

  .header-logo {
    max-width: 170px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-nav-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

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

  .heading-style-huge-2 {
    font-size: 3rem;
  }

  .tlg-gradient-appear {
    font-size: 38px;
    line-height: 42px;
  }

  .div-block-6.we.ninab {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-8 {
    padding-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-9.center {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-block-6.center {
    text-align: center;
    align-self: center;
  }

  .text-block-7.cente {
    text-align: center;
  }

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

  .grid-2 {
    padding-bottom: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-14 {
    grid-template-columns: 1fr;
  }

  .div-block-17 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .text-block-12 {
    text-align: center;
  }

  .text-block-13 {
    font-size: 32px;
    line-height: 36px;
  }

  .div-block-85 {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .text-block-14 {
    text-align: center;
  }

  .div-block-80 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .grid-3 {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: center start;
    margin-bottom: 20px;
  }

  .any-text.grey {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .any-text.grey.middle {
    text-align: left;
    align-self: auto;
  }

  .div-block-97 {
    padding: 14px;
  }

  .div-block-98 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
  }

  .div-block-107, .div-block-112 {
    padding: 14px;
  }

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

  .dropdown-toggle-4-co2py {
    padding-bottom: 0;
  }

  .h3-2 {
    font-size: 17px;
  }

  .div-block-199-cop-y {
    padding: 10px;
  }

  .text-block-87 {
    text-align: left;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .arrow {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-93 {
    width: 79%;
  }

  ._1-answer {
    margin-top: 10px;
  }

  .div-block-120, .div-block-120._2block {
    grid-template-columns: 1fr;
  }

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

  .div-block-126 {
    grid-template-columns: 1fr;
  }

  .div-block-127 {
    padding-top: 60px;
  }

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

  .div-block-129 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 60px;
  }

  .div-block-131 {
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .div-block-132 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-134 {
    width: 32px;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
  }

  .image-94 {
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
  }

  .div-block-138, .div-block-147 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-c8efa23c-2e1f-2979-cfb2-35f23b5a4cf7-1facdb30 {
  justify-self: start;
}

#w-node-_34f1108e-519b-2ea1-8212-dd8f4336f9ac-4336f9a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81034191-81a5-8f83-cadf-5df65f7b9cd2-a93dabec {
  justify-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-_34f1108e-519b-2ea1-8212-dd8f4336f9ac-4336f9a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_81034191-81a5-8f83-cadf-5df65f7b9cd2-a93dabec {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }
}


