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

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f3f9fb;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #3b4c5c;
  font-size: 17px;
  line-height: 1.6em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 28px;
  font-family: Archivo, sans-serif;
  color: #0c2134;
  font-size: 50px;
  line-height: 1.15em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Archivo, sans-serif;
  color: #0c2134;
  font-size: 42px;
  line-height: 1.15em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 22px;
  font-family: Archivo, sans-serif;
  color: #0c2134;
  font-size: 36px;
  line-height: 1.15em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Archivo, sans-serif;
  color: #0c2134;
  font-size: 30px;
  line-height: 1.15em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: Archivo, sans-serif;
  color: #0c2134;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 14px;
  font-family: Archivo, sans-serif;
  color: #0c2134;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
}

p {
  margin-bottom: 28px;
}

a {
  color: #0c2134;
}

ul {
  margin-top: 0px;
  margin-bottom: 28px;
  padding-left: 36px;
}

ol {
  margin-top: 0px;
  margin-bottom: 28px;
  padding-left: 36px;
  color: #0c2134;
}

li {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  color: #0c2134;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  color: #0c2134;
  font-weight: 700;
}

blockquote {
  margin-bottom: 28px;
  margin-left: 18px;
  padding: 0px 24px;
  border-left: 2px solid #ffe22e;
  color: #0c2134;
  font-size: 20px;
  line-height: 1.65em;
  font-style: italic;
}

figure {
  overflow: hidden;
  margin-top: 38px;
  margin-bottom: 38px;
  border-radius: 5px;
  box-shadow: 0 20px 20px -10px rgba(16, 45, 71, 0.05);
}

figcaption {
  margin-top: 0px;
  padding: 14px 20px;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  padding: 10px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar.white {
  background-color: #fff;
}

.navbar.business-white {
  display: none;
  background-color: #fff;
}

.block-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1310px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  height: 80px;
  max-width: none;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  border-bottom: 2px solid #ffe22e;
  -webkit-transition: border-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: border-color 300ms cubic-bezier(.25, .46, .45, .94);
  text-decoration: none;
}

.link:hover {
  border-bottom-color: #0c2134;
}

.nav-link {
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 10px;
  -webkit-transition: color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: color 300ms cubic-bezier(.25, .46, .45, .94);
  font-family: Plusjakartadisplay, sans-serif;
  color: #152c5b;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
}

.nav-link:hover {
  color: #152c5b;
  font-weight: 500;
}

.nav-link.w--current {
  border-top: 2px solid #152c5b;
  color: #152c5b;
  font-weight: 700;
}

.nav-link.app {
  display: none;
}

.nav-link.white {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-top-style: none;
  border-top-color: #fff;
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-link {
  padding: 20px;
  background-color: #fff;
  -webkit-transition: color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: color 300ms cubic-bezier(.25, .46, .45, .94);
  font-family: Plusjakartadisplay, sans-serif;
  color: #152c5b;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
}

.dropdown-link:hover {
  color: #152c5b;
  font-weight: 500;
}

.dropdown-link.w--current {
  color: #152c5b;
  font-weight: 500;
}

.dropdown-link.blue-link {
  background-color: #102d47;
  color: #fff;
}

.nav-button {
  padding: 11px 30px;
  border-radius: 50px;
  background-color: #0c2134;
  -webkit-transition: background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 300ms cubic-bezier(.25, .46, .45, .94);
  font-family: Plusjakartadisplay, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.nav-button:hover {
  background-color: #4893ff;
}

.section-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 93px 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-hero.margin {
  padding-bottom: 0px;
}

.section-hero.overflow {
  overflow: hidden;
  padding-bottom: 0px;
}

.section-hero.yellow-background {
  padding-top: 93px;
  padding-bottom: 0px;
  background-color: #ffe22e;
}

.section-hero.yellow-background.special {
  height: 100%;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe22e), to(#faeb97));
  background-image: linear-gradient(180deg, #ffe22e, #faeb97);
}

.section-hero.blue {
  padding-bottom: 0px;
  background-color: #102d47;
  color: #0c2134;
}

.content-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-hero {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr minmax(auto, 590px) minmax(45%, 631px) 1fr;
  grid-template-columns: 1fr minmax(auto, 590px) minmax(45%, 631px) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-perspective: 1510px;
  perspective: 1510px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.grid-figures-hero {
  grid-auto-columns: auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.figure {
  max-height: 130px;
  max-width: 130px;
}

.image-hero {
  width: 100%;
  height: 100%;
  border-radius: 220px 5px 5px 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-hero-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-right: 15px;
  padding-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-large {
  max-width: 450px;
  margin-bottom: 32px;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 20px;
  line-height: 1.6em;
}

.paragraph-large.max-w {
  max-width: 650px;
}

.paragraph-large.white {
  color: hsla(0, 0%, 100%, 0.5);
}

.heading-hero {
  max-width: 980px;
  margin-bottom: 24px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #152c5b;
  line-height: 58px;
}

.heading-hero.large {
  font-size: 62px;
}

.heading-hero.white {
  color: #fff;
}

.button {
  padding: 18px 38px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 300ms cubic-bezier(.25, .46, .45, .94);
  font-family: Plusjakartadisplay, sans-serif;
  color: #0c2134;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.button:hover {
  background-color: #4893ff;
  color: #fff;
}

.button.white {
  background-color: #fff;
  -webkit-transition: color 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 300ms cubic-bezier(.25, .46, .45, .94);
  transition: color 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 300ms cubic-bezier(.25, .46, .45, .94);
  transition: color 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94), transform 300ms cubic-bezier(.25, .46, .45, .94);
  transition: color 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94), transform 300ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 300ms cubic-bezier(.25, .46, .45, .94);
  color: #0c2134;
}

.button.white:hover {
  background-color: #0c2134;
  color: #fff;
}

.button.outline {
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #9dc6fd;
  background-color: transparent;
  -webkit-transition: border-color 300ms cubic-bezier(.25, .46, .45, .94), color 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: border-color 300ms cubic-bezier(.25, .46, .45, .94), color 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #4893ff;
}

.button.outline:hover {
  border-color: #4893ff;
  background-color: #4893ff;
  color: #fff;
}

.button.dark {
  background-color: #0c2134;
}

.button.dark:hover {
  background-color: #4893ff;
}

.button.yellow {
  width: 200px;
  background-color: #ffe22e;
  color: #152c5b;
  font-size: 16px;
}

.button.hide {
  display: none;
}

.button.blue:hover {
  background-color: #4893ff;
  color: #fff;
}

.grid-button {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.extra-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  -webkit-transition: box-shadow 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: box-shadow 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  text-decoration: none;
}

.extra-link:hover {
  background-color: #fff;
  box-shadow: 0 20px 20px -10px rgba(16, 45, 71, 0.05);
}

.extra-link.small {
  padding: 12px 20px;
}

.text-extra {
  margin-left: 10px;
  font-family: Archivo, sans-serif;
  color: #0c2134;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 500;
}

.text-extra.small {
  font-size: 16px;
}

.icon-extra {
  width: 19px;
  height: 19px;
  max-width: none;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section.steps {
  padding-top: 60px;
  padding-bottom: 0px;
}

.section.categories {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.media-report {
  display: none;
}

.section.add-padding {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.second {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.space {
  height: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
}

.section.extra {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1310px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.categories {
  padding-bottom: 60px;
}

.content.spacing {
  padding-top: 40px;
  padding-bottom: 40px;
}

.subtitle {
  margin-bottom: 10px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #8a95ad;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.heading {
  margin-bottom: 26px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #152c5b;
}

.heading.margin {
  margin-bottom: 40px;
}

.heading.white {
  color: #fff;
}

.heading.less-padding {
  margin-bottom: 16px;
  font-family: Plusjakartadisplay, sans-serif;
}

.block-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 790px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.block-center.spacing {
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-4-columns {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-perspective: 1510px;
  perspective: 1510px;
}

.link-block-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(16, 45, 71, 0.05);
  -webkit-transition: box-shadow 300ms cubic-bezier(.25, .46, .45, .94);
  transition: box-shadow 300ms cubic-bezier(.25, .46, .45, .94);
  text-align: center;
  text-decoration: none;
}

.link-block-service:hover {
  box-shadow: 0 30px 30px 0 rgba(16, 45, 71, 0.05);
}

.link-block-service.fixed {
  height: 350px;
  /* -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; */
  box-shadow: 8px 8px 10px -10px rgba(16, 45, 71, 0.13);
}

.link-block-service.fixed:hover {
  box-shadow: 0 30px 30px 0 rgba(16, 45, 71, 0.05);
}

.image-service {
  width: 45px;
  height: 45px;
  margin-top: 18px;
  margin-bottom: 30px;
}

.paragraph-service {
  margin-bottom: 18px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #8a95ad;
  font-size: 15px;
  line-height: 1.4em;
}

.heading-service {
  margin-bottom: 20px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #152c5b;
}

.heading-service.smaller {
  font-size: 18px;
}

.grid-2-columns {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-perspective: 1510px;
  perspective: 1510px;
}

.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 36px 12% 36px 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  margin-bottom: 34px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #8a95ad;
}

.paragraph.white {
  color: hsla(0, 0%, 100%, 0.5);
}

.image-radius-right {
  width: 100%;
  /* max-height: 400px; */
  min-height: 350px;
  border-radius: 5px 5px 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-block {
  position: relative;
}

.img-block.indent-right {
  margin-right: -15px;
}

.img-block.indent-left {
  margin-left: -15px;
}

.img-block.chart {
  padding: 40px;
  border-radius: 10px;
  background-color: rgba(16, 45, 71, 0.05);
}

.img-block.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-figures {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: -30px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-figures.left {
  left: 0px;
  right: auto;
}

.grid-3-columns {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3-columns.margin {
  margin-bottom: 25px;
}

.block-testimonial {
  margin-bottom: 0px;
  padding: 34px 10% 40px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(16, 45, 71, 0.05);
}

.client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-avatar {
  width: 40px;
  height: 40px;
  margin-right: 18px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.name {
  margin-bottom: 3px;
}

.info {
  opacity: 0.5;
  font-family: Archivo, sans-serif;
  color: #0c2134;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0.8px;
}

.block-achievement {
  padding: 60px 12% 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(16, 45, 71, 0.05);
}

.number-achievement {
  margin-right: 20px;
  font-family: Archivo, sans-serif;
  color: #4893ff;
  font-size: 62px;
  line-height: 1em;
  font-weight: 700;
}

.number-achievement.margin {
  margin-bottom: 15px;
  font-family: Plusjakartadisplay, sans-serif;
}

.achievement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-achievement {
  margin-bottom: 0px;
}

.heading-achievement.margin {
  margin-bottom: 20px;
}

.space-achievement {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #dce0e5;
}

.lightbox-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.image-lightbox {
  width: 100%;
}

.play {
  position: absolute;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 20px 20px -10px rgba(16, 45, 71, 0.05);
}

.icon-play {
  width: 17px;
  height: 17px;
}

.grid-row {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.banner {
  position: relative;
  padding: 50px 10%;
  border-radius: 5px;
  background-color: #ffe22e;
}

.paragraph-banner {
  max-width: 400px;
  margin-bottom: 34px;
}

.grid-figures-banner {
  position: absolute;
  left: auto;
  top: auto;
  right: -20px;
  bottom: -20px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.banner-text {
  position: relative;
  z-index: 30;
}

.plan {
  padding: 30px 12% 35px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(16, 45, 71, 0.05);
}

.name-plan-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popular {
  margin-left: 14px;
  padding: 4px 12px;
  border-radius: 5px;
  background-color: #ffe22e;
  font-family: Archivo, sans-serif;
  color: #0c2134;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 500;
}

.name-plan {
  font-family: Archivo, sans-serif;
  color: #4893ff;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 600;
}

.price {
  font-family: Archivo, sans-serif;
  color: #0c2134;
  font-size: 62px;
  line-height: 1em;
  font-weight: 700;
}

.price-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.price-info {
  margin-top: 2px;
  font-family: Archivo, sans-serif;
  color: #0c2134;
  font-size: 36px;
  line-height: 1em;
  font-weight: 700;
}

.price-description {
  margin-bottom: 20px;
  opacity: 0.5;
  font-family: Archivo, sans-serif;
  color: #0c2134;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0.8px;
}

.paragraph-plan {
  margin-bottom: 18px;
}

.icon-check {
  width: 24px;
  height: 24px;
  max-width: none;
  margin-right: 12px;
}

.check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-check {
  color: #0c2134;
  line-height: 1.3em;
  font-weight: 500;
}

.button-small {
  padding: 11px 30px;
  border-radius: 50px;
  background-color: #4893ff;
  -webkit-transition: background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 300ms cubic-bezier(.25, .46, .45, .94);
  font-family: Archivo, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}

.button-small:hover {
  background-color: #0c2134;
}

.button-small.white {
  background-color: #fff;
  -webkit-transition: color 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 300ms cubic-bezier(.25, .46, .45, .94);
  transition: color 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 300ms cubic-bezier(.25, .46, .45, .94);
  transition: color 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94), transform 300ms cubic-bezier(.25, .46, .45, .94);
  transition: color 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94), transform 300ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 300ms cubic-bezier(.25, .46, .45, .94);
  color: #0c2134;
}

.button-small.white:hover {
  background-color: #0c2134;
  color: #fff;
}

.button-small.dark {
  background-color: #0c2134;
}

.button-small.dark:hover {
  background-color: #4893ff;
}

.button-small.outline {
  padding: 9px 28px;
  border-style: solid;
  border-width: 2px;
  border-color: #9dc6fd;
  background-color: transparent;
  -webkit-transition: color 300ms cubic-bezier(.25, .46, .45, .94), border 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: color 300ms cubic-bezier(.25, .46, .45, .94), border 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #4893ff;
}

.button-small.outline:hover {
  border-color: #4893ff;
  background-color: #4893ff;
  color: #fff;
}

.check-block {
  margin-bottom: 26px;
}

.collection-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 65px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-blog-thumbnail {
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
}

.image-blog-thumbnail {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-blog-thumbnail.first-post {
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.blog-post-date {
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Archivo, sans-serif;
  color: rgba(12, 33, 52, 0.5);
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0.8px;
}

.link-heading-blog {
  text-decoration: none;
}

.blog-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-blog {
  margin-top: 8px;
  margin-bottom: 14px;
}

.collection-item {
  padding-bottom: 20px;
  background-color: #fff;
  text-align: center;
}

.empty-state {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #dce0e5;
}

.text-empty {
  color: #0c2134;
}

.subscription {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px 12% 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(16, 45, 71, 0.05);
  -webkit-perspective: 1510px;
  perspective: 1510px;
}

.subscription.dark {
  background-color: #102d47;
}

.form-block {
  width: 100%;
  max-width: 430px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.form {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field {
  height: 57px;
  margin-bottom: 0px;
  padding: 15px 22px;
  border-style: solid;
  border-width: 1px;
  border-color: #dce0e5;
  border-radius: 50px;
  -webkit-transition: border-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: border-color 300ms cubic-bezier(.25, .46, .45, .94);
  font-family: Plusjakartadisplay, sans-serif;
  color: #0c2134;
  font-size: 16px;
  line-height: 1.2em;
}
.text-field-error {
  color: red;
  text-align: left;   
  display: block;
  width: 100%;
  font-size: 14px;
  padding-left: 20px;
}

.text-field:focus {
  border-color: #4893ff;
}

.text-field::-webkit-input-placeholder {
  color: rgba(12, 33, 52, 0.5);
}

.text-field:-ms-input-placeholder {
  color: rgba(12, 33, 52, 0.5);
}

.text-field::-ms-input-placeholder {
  color: rgba(12, 33, 52, 0.5);
}

.text-field::placeholder {
  color: rgba(12, 33, 52, 0.5);
}

.text-field.margin {
  margin-bottom: 15px;
}

.success-message {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: rgba(0, 156, 65, 0.15);
}

.text-success {
  color: #009c41;
}

.error-message {
  margin-top: 15px;
  padding: 15px 30px;
  border-radius: 5px;
  background-color: rgba(255, 0, 0, 0.1);
}

.text-error {
  color: #ff0004;
}

.subscription-text {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 680px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.grid-figures-subscription---right {
  position: absolute;
  left: auto;
  top: auto;
  right: -20px;
  bottom: -20px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-figures-subscription---left {
  position: absolute;
  left: -20px;
  top: -20px;
  right: auto;
  bottom: auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-top: 84px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #dce0e5;
}

.grid-footer {
  width: 100%;
  margin-bottom: 85px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-footer .block-footer:last-of-type {
  position: relative;
  left: -10%;
}

.title-footer {
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #152c5b;
}

.link-footer {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: color 300ms cubic-bezier(.25, .46, .45, .94);
  font-family: Plusjakartadisplay, sans-serif;
  color: #8a95ad;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 500;
  text-decoration: none;
}

.link-footer:hover {
  color: #0c2134;
}

.brand-footer {
  display: inline-block;
  margin-bottom: 38px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-footer {
  max-width: 300px;
  margin-bottom: 34px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #8a95ad;
  font-size: 16px;
  line-height: 1.6em;
}

.block-footer-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-footer-down {
  margin-right: 16px;
  margin-left: 16px;
  -webkit-transition: color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: color 300ms cubic-bezier(.25, .46, .45, .94);
  font-family: Plusjakartadisplay, sans-serif;
  color: #8a95ad;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration: none;
}

.link-footer-down:hover {
  color: #0c2134;
}

.grid-social {
  margin-right: 16px;
  margin-left: 16px;
  grid-auto-flow: column;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-social {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(16, 45, 71, 0.05);
  -webkit-transition: box-shadow 300ms cubic-bezier(.25, .46, .45, .94);
  transition: box-shadow 300ms cubic-bezier(.25, .46, .45, .94);
}

.link-social:hover {
  box-shadow: 0 20px 20px 0 rgba(16, 45, 71, 0.05);
}

.icon-link-social {
  width: 15px;
  height: 15px;
  max-width: none;
  margin: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-figure---img-1 {
  width: 100%;
}

.image-figure---img-2 {
  width: 100%;
}

.image-figure---alt-1 {
  width: 100%;
}

.image-figure---alt-2 {
  width: 100%;
}

.image-figure---alt-3 {
  width: 100%;
}

.image-figure---alt-4 {
  width: 100%;
}

.image-figure---alt-5 {
  width: 100%;
}

.image-figure---alt-6 {
  width: 100%;
}

.block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 14% 25px 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-radius-left {
  width: 100%;
  min-height: 480px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-radius-left.how-it-works{
  width: 85%;
}

.image-radius-left.second {
  min-height: 400px;
}

.icon-chapter {
  width: 20px;
  height: 20px;
  max-width: none;
  margin-right: 18px;
}

.chapter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chapter-text {
  margin-bottom: 10px;
  color: #0c2134;
  line-height: 1.3em;
  font-weight: 500;
}

.block-chapter.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-service-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(16, 45, 71, 0.05);
  -webkit-transition: box-shadow 300ms cubic-bezier(.25, .46, .45, .94);
  transition: box-shadow 300ms cubic-bezier(.25, .46, .45, .94);
  text-align: center;
  text-decoration: none;
}

.link-block-service-large:hover {
  box-shadow: 0 30px 30px 0 rgba(16, 45, 71, 0.05);
}

.block-service-large {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px 5% 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-service-large.left {
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 10px 10px -10px rgba(16, 45, 71, 0.05);
}

.img-block-service {
  overflow: hidden;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.image-service-large {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-service-large.height {
  height: 460px;
}

.block-icon-service {
  position: absolute;
  left: auto;
  top: -32px;
  right: auto;
  bottom: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 20px 20px -10px rgba(16, 45, 71, 0.05);
}

.icon-service {
  width: 30px;
  height: 30px;
  margin: 20px;
}

.text-read-more {
  margin-top: 6px;
  padding: 9px 28px;
  border-style: solid;
  border-width: 2px;
  border-color: #9dc6fd;
  border-radius: 50px;
  font-family: Archivo, sans-serif;
  color: #4893ff;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 500;
}

.hero-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 94px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.figures-circles-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-figures-circles {
  width: 30px;
  height: 30px;
}

.figures-circles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 20px 20px -10px rgba(16, 45, 71, 0.05);
}

.figures-circles---1 {
  position: absolute;
  left: 6%;
  top: 14%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.figures-circles---2 {
  position: absolute;
  left: 13%;
  top: 42%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.figures-circles---3 {
  position: absolute;
  left: 2%;
  top: auto;
  right: auto;
  bottom: 16%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.figures-circles---4 {
  position: absolute;
  left: 16%;
  top: auto;
  right: auto;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pulse---a {
  position: absolute;
  z-index: -10;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #9dc6fd;
  border-radius: 50%;
  background-image: url('../images/figure_12.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.pulse---b {
  position: absolute;
  z-index: -10;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #9dc6fd;
  border-radius: 50%;
}

.pulse---c {
  position: absolute;
  z-index: -10;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #9dc6fd;
  border-radius: 50%;
}

.pulse---d {
  position: absolute;
  z-index: -10;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #9dc6fd;
  border-radius: 50%;
}

.figures-circles---5 {
  position: absolute;
  left: auto;
  top: 11%;
  right: 7%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.figures-circles---6 {
  position: absolute;
  left: auto;
  top: 34%;
  right: 13%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.figures-circles---7 {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 26%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.figures-circles---8 {
  position: absolute;
  left: auto;
  top: auto;
  right: 14%;
  bottom: 7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-dark-hero {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: transparent;
}

.grid-figures-dark-hero {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto auto minmax(50%, 1fr);
  grid-template-columns: auto auto auto minmax(50%, 1fr);
  -ms-grid-rows: 1fr auto auto auto auto;
  grid-template-rows: 1fr auto auto auto auto;
}

.img-dark-hero-bg {
  width: 100%;
  height: 100%;
  border-top-right-radius: 5px;
  background-image: url('../images/Business-bg.png'), -webkit-gradient(linear, left top, left bottom, from(#0c2134), to(#0c2134));
  background-image: url('../images/Business-bg.png'), linear-gradient(180deg, #0c2134, #0c2134);
  background-position: 0px 0px, 0px 0px;
  background-size: contain, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.block-dark-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 7% 70px 16%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.grid-figures-page {
  width: 100%;
  margin-bottom: 25px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-page-bg {
  padding-top: 30px;
  padding-bottom: 60px;
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(16, 45, 71, 0.05);
}

.grid-sticky {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-sticky {
  margin-bottom: 40px;
  border-radius: 5px;
  background-color: #fff;
}

.block-sticky {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 93px;
  margin-bottom: 40px;
}

.link-block-sticky {
  display: block;
  width: 100%;
  padding: 26px 28px 14px;
  border-radius: 5px;
  -webkit-transition: background-color 300ms cubic-bezier(.25, .46, .45, .94), box-shadow 300ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 300ms cubic-bezier(.25, .46, .45, .94), box-shadow 300ms cubic-bezier(.25, .46, .45, .94);
  text-decoration: none;
}

.link-block-sticky:hover {
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(16, 45, 71, 0.05);
}

.image-about {
  width: 100%;
  height: 500px;
  margin-bottom: 25px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-content {
  width: 100%;
  max-width: 780px;
  margin-top: 100px;
  margin-bottom: 70px;
}

.page-content.margin-top {
  margin-top: 70px;
}

.page-content.margin-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.page-top {
  position: relative;
  width: 100%;
  -webkit-perspective: 1510px;
  perspective: 1510px;
}

.image-page-top {
  width: 100%;
  height: 640px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-page-top {
  position: absolute;
  left: -30px;
  top: auto;
  right: auto;
  bottom: -30px;
  max-width: 740px;
  margin-right: 40px;
  padding: 50px 5% 30px;
  border-radius: 5px;
  background-color: #ffe22e;
}

.image-blog-main {
  width: 100%;
  height: 680px;
  margin-bottom: 25px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.rich-text-block {
  max-width: 780px;
  margin-top: 60px;
}

.collection-item-first-post {
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 470px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(16, 45, 71, 0.05);
}

.collection-list-first-post {
  width: 100%;
}

.link-first-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.block-first-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 10% 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-map {
  width: 100%;
  height: 460px;
  border-style: solid;
  border-width: 1px;
  border-color: #dce0e5;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 12% 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(16, 45, 71, 0.05);
}

.form-contact {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-contact.search {
  padding-top: 20px;
}

.textarea {
  max-height: 300px;
  max-width: 100%;
  min-height: 160px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 18px 22px;
  border-style: solid;
  border-width: 1px;
  border-color: #dce0e5;
  border-radius: 28px;
  -webkit-transition: border-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: border-color 300ms cubic-bezier(.25, .46, .45, .94);
  font-family: Archivo, sans-serif;
  color: #0c2134;
  font-size: 18px;
  line-height: 1.2em;
}

.textarea:focus {
  border-color: #4893ff;
}

.textarea::-webkit-input-placeholder {
  color: rgba(12, 33, 52, 0.5);
}

.textarea:-ms-input-placeholder {
  color: rgba(12, 33, 52, 0.5);
}

.textarea::-ms-input-placeholder {
  color: rgba(12, 33, 52, 0.5);
}

.textarea::placeholder {
  color: rgba(12, 33, 52, 0.5);
}

.form-block-contact {
  width: 100%;
}

.grid-started {
  width: 100%;
  grid-auto-columns: auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 2.75fr 1fr;
  grid-template-columns: 1fr 2.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-figures-started {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.block-started {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 12% 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(16, 45, 71, 0.05);
  text-align: center;
}

.form-block-started {
  width: 100%;
}

.form-started {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  max-width: 100%;
  margin-top: auto;
  padding: 120px 25px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.space {
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #dce0e5;
}

.grid-colors {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
}

.block-color.background {
  border-style: solid;
  border-width: 1px;
  border-color: #dce0e5;
  background-color: #f3f9fb;
}

.block-color.border {
  background-color: #dce0e5;
}

.block-color.headings {
  background-color: #0c2134;
}

.block-color.paragraphs {
  background-color: #3b4c5c;
}

.block-color.dark-background {
  background-color: #102d47;
}

.block-color.main {
  background-color: #4893ff;
}

.block-color.main-light {
  background-color: #9dc6fd;
}

.block-color.accent {
  background-color: #ffe22e;
}

.block-color.shadow {
  background-color: rgba(16, 45, 71, 0.05);
}

.block-color.menu-link {
  background-color: #687683;
}

.text-color {
  color: #0c2134;
  font-size: 16px;
  line-height: 1.2em;
}

.text-color.white {
  color: #fff;
}

.buttons {
  margin-bottom: 10px;
  padding: 12px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #dce0e5;
  border-radius: 5px;
}

.grid-image-licensing {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-licensing {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.icon-licensing-bg {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(16, 45, 71, 0.05);
}

.block-icon-licensing {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-licensing {
  display: block;
  width: 20px;
  height: 20px;
}

.grid-fonts {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.font {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 34px 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #dce0e5;
  border-radius: 5px;
}

.archivo {
  margin-bottom: 5px;
  font-family: Archivo, sans-serif;
  color: #0c2134;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
}

.ibm-plex-sans {
  margin-bottom: 5px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #0c2134;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 400;
}

.image-splash {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #e0ebee;
  border-radius: 5px;
}

.link-block-splash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(16, 45, 71, 0.05);
  -webkit-transition: border-color 300ms cubic-bezier(.25, .46, .45, .94), box-shadow 300ms cubic-bezier(.25, .46, .45, .94);
  transition: border-color 300ms cubic-bezier(.25, .46, .45, .94), box-shadow 300ms cubic-bezier(.25, .46, .45, .94);
  text-decoration: none;
}

.link-block-splash:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #4893ff;
  box-shadow: 0 30px 30px 0 rgba(16, 45, 71, 0.05);
}

.text-splash {
  margin-top: 18px;
  margin-bottom: 18px;
  font-family: Archivo, sans-serif;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 500;
}

.banner-image {
  position: relative;
  height: 350px;
  padding: 50px 10%;
  border-radius: 5px;
  background-color: #ffe22e;
  background-image: url('../images/Experts.png');
  background-position: 0px 0px;
  background-size: cover;
}

.container {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 72px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tab-link {
  background-color: transparent;
  font-size: 17px;
}

.tab-link:hover {
  font-weight: 700;
}

.tab-link.w--current {
  border-radius: 10px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
  font-weight: 700;
}

.tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 40px 60px 60px;
  background-color: #102d47;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-content-image {
  height: 360px;
}

.content-wrap-short {
  max-width: 800px;
}

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

.tab-content-wrapper {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 13px 13px 20px 0 hsla(0, 0%, 73.3%, 0.07);
}

.tab-pane {
  padding-top: 45px;
}

.tabs {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.heading-16 {
  font-weight: 700;
}

.tabs-content {
  overflow: visible;
}

.heading-white {
  color: #fff;
}

.pargraph-white {
  color: #fff;
}

.half-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 870px;
}

.grid-column {
  position: relative;
  display: block;
  overflow: hidden;
  width: 269px;
  margin-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-box-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-column-grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 535px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-image {
  position: relative;
  margin-bottom: 15px;
}

.absolute-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #101920;
}

.absolute-bg.gray {
  background-color: #e8eaec;
}

.client-logo-2 {
  width: 100px;
  height: auto;
}

.client-logo-2.wider {
  width: 200px;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.body {
  background-color: #fff;
}

.dropdown-toggle-2 {
  font-family: Plusjakartadisplay, sans-serif;
  color: #152c5b;
  font-size: 16px;
  line-height: 1.2em;
}

.dropdown-toggle-2.w--open {
  font-family: Plusjakartadisplay, sans-serif;
}

.dropdown-toggle-2.white {
  color: #fff;
}

.separator {
  width: 2px;
  height: 28px;
  border-radius: 20px;
  background-color: #fff;
}

.separator.gray {
  background-color: #8a95ad;
}

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

.heading-title {
  max-width: 980px;
  margin-bottom: 24px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #152c5b;
  font-size: 44px;
  line-height: 48px;
}

.steps-tabs {
  width: 100%;
  padding-top: 20px;
}

.tab-link-tab-1 {
  background-color: #fff;
}

.tab-link-tab-1.w--current {
  border-bottom: 2px solid #ffe22e;
  background-color: #fff;
}

.step-label {
  font-family: Plusjakartadisplay, sans-serif;
  color: #687683;
  font-size: 15px;
  text-transform: uppercase;
}

.tab-link-tab-2 {
  background-color: #fff;
}

.tab-link-tab-2.w--current {
  border-bottom: 2px solid #ffe22e;
  background-color: #fff;
}

.tab-link-tab-3 {
  background-color: #fff;
}

.tab-link-tab-3.w--current {
  border-bottom: 2px solid #ffe22e;
  background-color: #fff;
}

.step-content {
  width: 100%;
  height: auto;
  padding-top: 0px;
}

.button-yellow {
  padding: 18px 38px;
  border-radius: 50px;
  background-color: #ffe22e;
  -webkit-transition: background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 300ms cubic-bezier(.25, .46, .45, .94);
  font-family: Plusjakartadisplay, sans-serif;
  color: #0c2134;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.button-yellow:hover {
  background-color: #0c2134;
}

.button-yellow.fixed-size {
  width: 250px;
}

.button-yellow.fixed-size:hover {
  color: #fff;
}

.grid-6-columns {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block-acc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding: 28px 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/Filling-Bg.svg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 10px 10px -10px rgba(16, 45, 71, 0.05);
  -webkit-transition: box-shadow 300ms cubic-bezier(.25, .46, .45, .94);
  transition: box-shadow 300ms cubic-bezier(.25, .46, .45, .94);
  text-align: center;
  text-decoration: none;
}

.link-block-acc:hover {
  box-shadow: 0 30px 30px 0 rgba(16, 45, 71, 0.05);
}

.link-block-acc.space {
  width: 224px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px 0%;
  background-image: none;
}

.link-block-acc.space:hover {
  box-shadow: 0 30px 30px 0 rgba(16, 45, 71, 0.15);
}

.link-block-acc.space._1 {
  -webkit-transition-property: none;
  transition-property: none;
}

.link-block-acc.space._1:hover {
  box-shadow: 0 30px 30px 0 rgba(16, 45, 71, 0.15);
}

.link-block-acc.space.brand-2 {
  background-image: url('../images/Apparel.jpg'), url('../images/Filling-Bg.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  -webkit-transition-property: none;
  transition-property: none;
}

.link-block-acc.space._3 {
  background-image: url('../images/Beauty.jpg'), url('../images/Filling-Bg.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  -webkit-transition-property: none;
  transition-property: none;
}

.link-block-acc.space._4 {
  background-image: url('../images/Electronics.jpg'), url('../images/Filling-Bg.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  -webkit-transition-property: none;
  transition-property: none;
}

.link-block-acc.space._5 {
  background-image: url('../images/Food.jpg'), url('../images/Filling-Bg.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  -webkit-transition-property: none;
  transition-property: none;
}

.link-block-acc.space._6 {
  background-image: url('../images/Home--Furniture.jpg'), url('../images/Filling-Bg.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  -webkit-transition-property: none;
  transition-property: none;
}

.link-block-acc.space._7 {
  background-image: url('../images/Shoes.jpg'), url('../images/Filling-Bg.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  -webkit-transition-property: none;
  transition-property: none;
}

.link-block-acc.space._8 {
  background-image: url('../images/Wedding.jpg'), url('../images/Filling-Bg.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  -webkit-transition-property: none;
  transition-property: none;
}

.link-block-store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 224px;
  padding: 0px 0% 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(16, 45, 71, 0.05);
  -webkit-transition: box-shadow 300ms cubic-bezier(.25, .46, .45, .94);
  transition: box-shadow 300ms cubic-bezier(.25, .46, .45, .94);
  text-align: center;
  text-decoration: none;
}

.link-block-store:hover {
  box-shadow: 0 30px 30px 0 rgba(16, 45, 71, 0.05);
}

.store-name {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #152c5b;
  font-size: 20px;
}

.accesories-header {
  position: fixed;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #fff;
  font-size: 20px;
}

.client-logo-bg-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(1, 29, 38, 0.07);
}

.client-logo-bg-2:hover {
  box-shadow: 0 30px 30px 0 rgba(16, 45, 71, 0.05);
}

.client-logo-bg-2.fixed {
  height: 150px;
}

.content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

.position {
  margin-bottom: 0px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #152c5b;
}

.position.smaller {
  font-size: 24px;
}

.spacer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spacer.less-space {
  height: 100px;
}

.icon-title {
  margin-bottom: 0px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #152c5b;
  line-height: 1.3em;
  font-weight: 500;
}

.faq-answer-paragraph {
  font-family: Plusjakartadisplay, sans-serif;
  color: #8a95ad;
}

.faq-answer-paragraph.margin-top {
  margin-top: 20px;
}

.image {
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.contain {
  overflow: visible;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.image.header {
  max-height: 400px;
}

.faq-question-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-question-and-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.faq-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-faqs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pulse---b-2 {
  position: absolute;
  z-index: -10;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #9dc6fd;
  border-radius: 50%;
}

.pulse---a-2 {
  position: absolute;
  z-index: -10;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #9dc6fd;
  border-radius: 50%;
}

.heading-hero-2 {
  max-width: 980px;
}

.heading-hero-2.large {
  font-size: 62px;
}

.figures-circles-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 20px 20px -10px rgba(16, 45, 71, 0.05);
}

.pulse---c-2 {
  position: absolute;
  z-index: -10;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #9dc6fd;
  border-radius: 50%;
}

.pulse---d-2 {
  position: absolute;
  z-index: -10;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #9dc6fd;
  border-radius: 50%;
}

.figures-circles-hero-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-download-buttons {
  width: 100%;
  height: 80px;
}

.download-app {
  height: 100%;
  width: 40%;
  margin: 0 3%;
  position: relative;
  z-index: 100;
}

.download-app .download-app-btn {
  cursor: pointer;
}

.download-app img{
  width: 100%;
}

/* .download-app:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
} */

.download-app-pc {
  display: inline-block;
}

.download-app-mobile {
  display: none;
}

.download-app:hover .qrcode-pc{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.download-app .qrcode {
  position: absolute;
  z-index: 99;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}


.download-app .qrcode img {
  width: 100%;
  height: 100%;
}

.download-app .qrcode.qrcode-2 { 
  width: 200%;
  bottom: 85%;
  left: -50%;
}

.download-app .qrcode.qrcode-1 { 
  width: 110%;
  bottom: 85%;
  left: -5%;
}

.download-app .qrcode.qrcode-mobile { 
  width: 140%;
  bottom: 85%;
  left: -20%;
}

.download-app .qrcode .download-app-google {
  position: absolute;
  bottom: 18%;
  left: 10%;
  width: 35%;
  display: inline-block;
  height: 35px;
  /* border: 1px solid; */
}
.download-app .qrcode .download-app-apk {
  position: absolute;
  bottom: 18%;
  right: 10%;
  width: 35%;
  display: inline-block;
  height: 35px;
  /* border: 1px solid; */
}

.download-app .qrcode .qrcode-app-google {
  position: absolute;
  top: 15%;
  left: 10%;
  width: 34%;
  display: inline-block;
  height: auto;
  padding: 8px;
  background: #fff;
}
.download-app .qrcode .qrcode-app-apk {
  position: absolute;
  top: 15%;
  right: 10%;
  width: 34%;
  display: inline-block;
  height: auto;
  padding: 8px;
  background: #fff;
}

.download-app .qrcode .download-app-ios {
  position: absolute;
  bottom: 18%;
  right: 15%;
  width: 70%;
  display: inline-block;
  height: 35px;
  /* border: 1px solid; */
}

.download-app .qrcode .qrcode-app-ios {
  position: absolute;
  top: 15%;
  right: 19%;
  width: 62%;
  display: inline-block;
  height: auto;
  padding: 8px;
  background: #fff;
}


.download-app .qrcode.qrcode-mobile .download-app-google {
  position: absolute;
  top: 12%;
  left: 10%;
  width: 80%;
  display: inline-block;
  height: 30%;
  /* border: 1px solid; */
}
.download-app .qrcode.qrcode-mobile .download-app-apk {
  position: absolute;
  bottom: 20%;
  left: 10%;
  width: 80%;
  display: inline-block;
  height: 30%;
  /* border: 1px solid; */
}

.image-2 {
  width: 200px;
  height: auto;
}

.paragraph-2 {
  font-family: Plusjakartadisplay, sans-serif;
  color: #8a95ad;
}

.bold-text-2 {
  font-family: Plusjakartadisplay, sans-serif;
  color: #152c5b;
  font-size: 18px;
}

.block-question-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  padding: 10px 16px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transition: box-shadow 150ms ease-out;
  transition: box-shadow 150ms ease-out;
  cursor: pointer;
}

.block-question-2:hover {
  box-shadow: 0 10px 20px 0 rgba(1, 29, 38, 0.07);
}

.accordion-item-title---brix {
  color: #170f49;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.accordion-item-title---brix.accordion-3---brix {
  font-family: Plusjakartadisplay, sans-serif;
  color: #152c5b;
  font-size: 17px;
}

.accordion-item---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 14px;
  background-color: #fff;
  cursor: pointer;
}

.accordion-item---brix.accordion-1---brix {
  margin-bottom: 16px;
  padding: 20px;
  border-style: none;
  border-width: 2px 2px 1px;
  border-color: transparent transparent rgba(138, 149, 173, 0.26);
  border-radius: 0px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.06);
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.16);
}

.accordion-item---brix.accordion-3---brix {
  width: 500px;
  min-height: auto;
  margin-bottom: 24px;
  padding: 20px;
  border: 2px solid transparent;
  box-shadow: 0 2px 6px 0 rgba(19, 18, 66, 0.07);
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.accordion-item---brix.accordion-3---brix:hover {
  box-shadow: none;
}

.accordion-item---brix.accordion-3---brix.last-accordion-item---brix {
  margin-bottom: 0px;
}

.accordion-content---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.arrow-line---brix {
  position: absolute;
  width: 11px;
  min-height: 2px;
  border-radius: 500px;
  background-color: #4a3aff;
}

.arrow-line---brix._1---brix {
  left: 7px;
  background-color: #152c5b;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-line---brix._2---brix {
  right: 7px;
  background-color: #152c5b;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #8a95ad;
  font-size: 15px;
  line-height: 1.4em;
}

.accordion-trigger---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-arrow-wrap---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  min-height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.06);
}

.accordion-arrow-wrapper---brix {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #4a3aff;
}

.normal-image {
  border-radius: 20px;
}

.tab-button---brix {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  border: 1px solid #d9dbe9;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  font-family: Plusjakartadisplay, sans-serif;
  color: #8a95ad;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.01em;
}

.tab-button---brix:hover {
  border-color: #4893ff;
  box-shadow: 0 4px 12px -6px rgba(74, 58, 255, 0.24);
}

.tab-button---brix.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-color: #4893ff;
  font-family: Plusjakartadisplay, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.cloneable-header {
  margin-bottom: 10px;
  padding: 24px 32px;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 3px 14px 0 rgba(74, 58, 255, 0.03), 0 -2px 4px 0 rgba(20, 20, 43, 0.02), 0 12px 24px 0 rgba(20, 20, 43, 0.01);
}

.cloneable-header.faqs {
  padding-top: 40px;
}

.heading-size-3 {
  margin-bottom: 0px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #152c5b;
  font-size: 24px;
  line-height: 28px;
}

.tab---brix {
  width: auto;
}

.container-default {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.tabs-container---brix {
  overflow: visible;
  width: 1024px;
  padding: 20px;
}

.accordion-tabs-menu---brix {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.accordion-tabs-menu---brix._5 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.accordion-tabs---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.open-close-icon-wrapper---brix {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  min-height: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.open-close-icon-wrapper---brix.large-icon---brix {
  width: 18px;
  min-height: 18px;
}

.accordion-3-open-close-icon-wrapper---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  min-height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #f7f7fb;
}

.column---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column---brix.right---brix {
  margin-left: 12px;
}

.column---brix.left---brix {
  margin-right: 12px;
}

.large-open-close-line---brix {
  position: absolute;
  width: 100%;
  height: 2.6px;
  min-height: 2.6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 500px;
  background-color: #514f6e;
}

.large-open-close-line---brix.second-line---brix {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-columns-wrapper---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion-columns-wrapper---brix.preview-page {
  margin-right: 0px;
  margin-left: 0px;
}

.search-resutls {
  margin-bottom: 40px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #152c5b;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.text-span {
  color: #4893ff;
}

.text-span-2 {
  color: #4893ff;
}

.hero-image-container {
  overflow: hidden;
  width: 48%;
  max-width: 528px;
  border-radius: 8px;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.hero {
  position: relative;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper.hero.background {
  padding-top: 40px;
}

.wrapper.notification {
  width: 100%;
  max-width: 1310px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.slider {
  width: 100%;
}

.carousel {
  width: 100vw;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.carousel.is_contained {
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.arrow-left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.arrow-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.carousel-slider {
  margin-right: 20px;
}

.carousel-mask {
  overflow: visible;
  width: 20%;
}

.icon {
  border-radius: 4px;
  background-color: #e8e8e8;
}

.icon-2 {
  padding-top: 0px;
  border-radius: 4px;
  background-color: #ffe22e;
}

.grid-6 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 36px 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-2 {
  overflow: hidden;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #fff;
}

.navbar-blue {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  padding: 10px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-image-container {
  overflow: hidden;
  width: 48%;
  max-width: 580px;
  padding-bottom: 0px;
  border-radius: 8px;
}

.section-image-container.security {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 48%;
  max-width: 580px;
  padding-right: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.security-image-1-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.section-text-container {
  width: 48%;
  max-width: 465px;
}

.heading-wrapper.notification {
  margin-bottom: 0px;
}

.paragraph-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-background {
  position: absolute;
  left: auto;
  top: 18%;
  right: -5%;
  bottom: 35%;
  z-index: -1;
  width: 95%;
  height: 110%;
  border-radius: 8px;
  background-color: #f5faff;
}

.section-background.security {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 90%;
  height: 80%;
  max-height: 385px;
  max-width: 460px;
}

.our-customers-logos-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1310px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-bottom: 0px;
  padding: 0px 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #e5e5e5;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(16, 45, 71, 0.13);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.logo-item:hover {
  box-shadow: -1px 10px 10px 0 rgba(16, 45, 71, 0.05);
}

.category-image {
  width: 224px;
  height: 250px;
  border-radius: 5px;
}

.paragraph-team {
  margin-bottom: 18px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #8a95ad;
  font-size: 15px;
  line-height: 1.4em;
  text-align: left;
}

.block-team-large {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px 8% 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: #f8f8f8;
}

.block-team-large.left {
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 10px 10px -10px rgba(16, 45, 71, 0.05);
}

@media screen and (min-width: 1280px) {
  .navbar.business-white {
    display: none;
  }

  .nav {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link {
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px 10px;
  }

  .nav-link.w--current {
    padding: 20px 10px;
    border-top-width: 3px;
  }

  .nav-menu {
    height: 100%;
  }

  .section-hero.yellow-background {
    padding-top: 20px;
  }

  .section.second {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .link-block-service.fixed {
    height: 300px;
  }

  .wrapper.hero.background {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .section-hero.yellow-background.padding {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 37px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 27px;
  }

  h5 {
    font-size: 22px;
  }

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

  .nav-menu {
    margin-right: 20px;
    margin-left: 20px;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 20px 20px -10px rgba(16, 45, 71, 0.05);
  }

  .dropdown-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon-menu {
    font-size: 21px;
    line-height: 1em;
  }

  .menu-button {
    margin-left: 8px;
    padding: 11px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 20px 20px 0 rgba(16, 45, 71, 0.05);
    color: #0c2134;
  }

  .menu-button.w--open {
    background-color: #4893ff;
    color: #fff;
  }

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

  .block-hero {
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .heading-hero.large {
    font-size: 50px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-4-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block {
    padding: 40px 8% 15px;
  }

  .img-block {
    display: inline;
  }

  .img-block.indent-right {
    margin-left: 30px;
  }

  .img-block.indent-left {
    margin-right: 30px;
  }

  .grid-3-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.margin {
    margin-bottom: 20px;
  }

  .block-testimonial {
    padding: 44px 8% 50px;
  }

  .block-achievement {
    padding-top: 50px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .number-achievement {
    font-size: 54px;
  }

  .grid-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .banner {
    padding-right: 8%;
    padding-left: 8%;
  }

  .collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-blog-thumbnail.first-post {
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0px;
  }

  .grid-figures-subscription---right {
    width: 27%;
  }

  .grid-figures-subscription---left {
    width: 27%;
  }

  .section-footer {
    padding-top: 60px;
  }

  .footer-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-footer {
    margin-bottom: 60px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .block-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .grid-footer .block-footer:last-of-type {
    position: relative;
    left: 0;
  }

  
  .block-footer-down {
    margin: 10px 0px;
  }

  .block-left {
    padding: 40px 8% 15px;
  }

  .block-service-large {
    padding-right: 4%;
    padding-left: 4%;
  }

  .hero-center {
    padding-top: 110px;
  }

  .figures-circles---1 {
    left: 1%;
    top: 9%;
  }

  .figures-circles---2 {
    left: 4%;
    top: 34%;
  }

  .figures-circles---4 {
    bottom: 8%;
  }

  .figures-circles---5 {
    top: 7%;
    right: 0%;
  }

  .figures-circles---6 {
    top: 31%;
    right: 8%;
  }

  .figures-circles---7 {
    right: -1%;
    bottom: 21%;
  }

  .figures-circles---8 {
    right: 9%;
    bottom: 6%;
  }

  .grid-dark-hero {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .img-dark-hero-bg {
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
  }

  .block-dark-hero {
    padding-right: 8%;
    padding-left: 8%;
  }

  .top-center {
    padding-top: 55px;
  }

  .grid-figures-page {
    margin-bottom: 20px;
  }

  .grid-page-bg {
    padding-bottom: 40px;
    grid-row-gap: 60px;
  }

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

  .service-sticky {
    margin-bottom: 20px;
  }

  .sticky {
    margin-bottom: 0px;
  }

  .image-about {
    height: 300px;
    margin-bottom: 20px;
  }

  .page-content {
    margin-top: 90px;
    margin-bottom: 60px;
  }

  .page-content.margin-top {
    margin-top: 60px;
  }

  .banner-page-top {
    padding-right: 12%;
    padding-left: 7%;
  }

  .image-blog-main {
    height: 450px;
  }

  .rich-text-block {
    margin-top: 40px;
  }

  .collection-item-first-post {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .link-first-post {
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0px;
  }

  .block-first-post {
    padding: 45px 8% 55px;
  }

  .image-map {
    height: 400px;
  }

  .block-contact {
    padding-right: 8%;
    padding-left: 8%;
  }

  .grid-started {
    -ms-grid-columns: 1fr 6fr 1fr;
    grid-template-columns: 1fr 6fr 1fr;
  }

  .grid-figures-started {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-started {
    padding-right: 10%;
    padding-left: 10%;
  }

  .banner-image {
    padding-right: 8%;
    padding-left: 8%;
  }

  .tab-link {
    margin-right: 8px;
    margin-left: 8px;
    padding: 12px 25px;
    border-radius: 10px;
  }

  .tab-link.w--current {
    background-color: #000;
    color: #fff;
  }

  .tab-content {
    padding: 40px;
  }

  .grid-6-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .client-logo-bg-2 {
    padding: 22px 16px;
  }

  .faq-icon-wrapper {
    margin-top: 5px;
  }

  .block-faqs {
    padding: 40px 8% 15px;
  }

  .heading-hero-2.large {
    font-size: 50px;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 75%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .tabs-container---brix {
    width: auto;
  }

  .accordion-tabs-menu---brix {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .accordion-tabs-menu---brix._5 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 14px;
    min-height: 14px;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-columns-wrapper---brix.preview-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper {
    width: 80%;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper.hero {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wrapper.notification {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-tabs {
    padding: 40px 8% 15px;
  }

  .brand-2 {
    z-index: 2;
  }

  .section-image-container {
    width: 100%;
    margin-top: 80px;
  }

  .section-image-container.security {
    width: 100%;
    height: 550px;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-text-container {
    width: auto;
    max-width: none;
    margin-left: 0px;
  }

  .section-text-container.notification {
    width: 100%;
    max-width: 600px;
    margin-top: 60px;
    margin-right: 0px;
  }

  .paragraph-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .paragraph-wrapper.notification {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .our-customers-logos-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .logo-item {
    height: 340px;
    margin-bottom: 50px;
  }

  .block-team-large {
    padding-right: 8%;
    padding-left: 8%;
  }


  .download-app-pc {
    display: none;
  }
  
  .download-app-mobile {
    display: inline-block;
  }

  .download-app {
    width: 44%;
    margin: 0 2.5% 0 2.5%;
  }
  
  .download-app:hover .qrcode-mobile{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 23px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

  .navbar {
    position: relative;
    padding-right: 25px;
    padding-left: 25px;
  }

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

  .grid-figures-hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .block-hero {
    padding-top: 50px;
  }

  .paragraph-large {
    margin-bottom: 32px;
    font-size: 18px;
  }

  .heading-hero {
    margin-bottom: 24px;
  }

  .heading-hero.large {
    font-size: 44px;
  }

  .section {
    padding: 50px 25px;
  }

  .grid-4-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .image-radius-right {
    min-height: 350px;
  }

  .grid-figures {
    width: 38%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-3-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-3-columns.margin {
    margin-bottom: 15px;
  }

  .block-achievement {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .number-achievement {
    font-size: 48px;
  }

  .grid-row {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-figures-banner {
    width: 38%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .price {
    font-size: 54px;
  }

  .price-info {
    font-size: 30px;
  }

  .collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .grid-figures-subscription---right {
    width: 33%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-figures-subscription---left {
    width: 33%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-footer {
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .grid-footer {
    margin-bottom: 50px;
  }

  .image-radius-left {
    min-height: 350px;
  }

  .image-service-large.height {
    height: 300px;
  }

  .hero-center {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .top-center {
    padding-top: 50px;
  }

  .grid-figures-page {
    margin-bottom: 15px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .grid-page-bg {
    padding-bottom: 30px;
    grid-row-gap: 50px;
  }

  .image-about {
    height: 200px;
    margin-bottom: 15px;
  }

  .page-content {
    margin-top: 80px;
    margin-bottom: 50px;
  }

  .page-content.margin-top {
    margin-top: 50px;
  }

  .image-page-top {
    height: 250px;
  }

  .banner-page-top {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 15px;
    margin-right: 0px;
    padding-top: 40px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .image-blog-main {
    height: 300px;
  }

  .rich-text-block {
    margin-top: 30px;
  }

  .image-map {
    height: 300px;
  }

  .block-contact {
    padding-top: 50px;
    padding-bottom: 40px;
  }

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

  .grid-figures-started {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .form-started {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .utility-page-wrap {
    padding: 70px 15px;
  }

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

  .grid-image-licensing {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .link-block-splash {
    padding-top: 6px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .title-wrap {
    margin-bottom: 64px;
  }

  .tab-content {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tab-content-image {
    height: 270px;
  }

  .tab-pane {
    padding-top: 20px;
  }

  .text-box-right {
    padding-top: 40px;
  }

  .left-column-grid {
    min-height: 600px;
  }

  .heading-title {
    margin-bottom: 24px;
  }

  .grid-6-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .faq-answer-paragraph {
    font-size: 16px;
  }

  .heading-hero-2 {
    margin-bottom: 24px;
  }

  .heading-hero-2.large {
    font-size: 44px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 82%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .tab-button---brix {
    width: 100%;
    max-width: 240px;
    margin: 4px auto;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 18px;
  }

  .tab-button---brix.w--current {
    display: block;
  }

  .tabs-container---brix {
    width: 100%;
    padding: 16px 16px 16px 8px;
  }

  .accordion-tabs-menu---brix {
    width: 100%;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .column---brix {
    max-width: 100%;
  }

  .column---brix.right---brix {
    margin-left: 0px;
  }

  .column---brix.left---brix {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .accordion-columns-wrapper---brix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-container {
    overflow: hidden;
    width: 80%;
    margin-top: 50px;
  }

  .wrapper {
    width: 90%;
  }

  .carousel-mask {
    width: 60%;
  }

  .brand-2 {
    padding-left: 0px;
  }

  .navbar-blue {
    position: relative;
    padding-right: 25px;
    padding-left: 25px;
  }

  .section-image-container {
    margin-top: 50px;
  }

  .section-image-container.security {
    height: 380px;
    max-width: 490px;
    padding-right: 80px;
  }

  .security-image-1-wrapper {
    max-height: 350px;
  }

  .section-text-container.notification {
    margin-top: 50px;
  }

  .paragraph-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .our-customers-logos-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .logo-item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .navbar {
    position: fixed;
    padding-right: 15px;
    padding-left: 15px;
    background-color: transparent;
  }

  .navbar.business-white {
    display: block;
  }

  .nav-link.w--current {
    border-top-style: none;
  }

  .nav-link.app {
    display: block;
    color: #102d47;
    font-weight: 400;
  }

  .nav-link.app:hover {
    font-weight: 500;
  }

  .nav-link.white {
    color: #fff;
  }

  .nav-menu {
    margin-right: 15px;
    margin-left: 15px;
  }

  .nav-menu.blue-header {
    background-color: #102d47;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-link {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .nav-button {
    display: none;
  }

  .section-hero {
    padding-right: 15px;
    padding-bottom: 40px;
    padding-left: 15px;
  }

  .section-hero.overflow {
    padding-top: 100px;
  }

  .section-hero.overflow.help-center {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .section-hero.yellow-background {
    padding-top: 40px;
  }

  .section-hero.yellow-background.special {
    padding-top: 100px;
  }

  .section-hero.blue {
    padding-top: 100px;
  }

  .grid-figures-hero {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .block-hero {
    padding-top: 20px;
  }

  .heading-hero {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-hero.large {
    font-size: 40px;
  }

  .grid-button {
    justify-items: center;
    grid-auto-flow: row;
  }

  .section {
    padding: 40px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content.categories {
    padding-bottom: 20px;
  }

  .content.slider {
    max-width: 300px;
  }

  .heading {
    text-align: center;
  }

  .heading.margin {
    margin-bottom: 30px;
  }

  .heading.less-padding {
    text-align: center;
  }

  .link-block-service {
    padding: 20px 8%;
  }

  .link-block-service.fixed {
    height: 250px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-service {
    width: 35px;
    height: 35px;
    margin-bottom: 25px;
  }

  .grid-2-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .grid-2-columns.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-radius-right {
    min-height: 250px;
  }

  .img-block {
    padding-right: 5%;
    padding-left: 5%;
  }

  .img-block.indent-right {
    margin-right: -5px;
    margin-left: 10px;
  }

  .img-block.indent-left {
    margin-right: 10px;
    margin-left: -5px;
  }

  .grid-figures {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .block-testimonial {
    padding-top: 34px;
    padding-bottom: 40px;
  }

  .block-achievement {
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
  }

  .number-achievement {
    margin-right: 0px;
    font-size: 43px;
  }

  .achievement {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-achievement {
    margin-top: 10px;
  }

  .space-achievement {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .play {
    width: 50px;
    height: 50px;
  }

  .banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-figures-banner {
    right: -5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .plan {
    padding-right: 8%;
    padding-left: 8%;
  }

  .price {
    font-size: 45px;
  }

  .price-info {
    font-size: 26px;
  }

  .collection-list {
    grid-row-gap: 40px;
  }

  .image-blog-thumbnail {
    height: 200px;
  }

  .blog-post {
    margin-top: 15px;
  }

  .subscription {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .text-field {
    font-size: 14px;
  }

  .text-field.margin {
    margin-bottom: 10px;
  }

  .grid-figures-subscription---right {
    right: -5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .grid-figures-subscription---left {
    left: -5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .section-footer {
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .grid-footer {
    margin-bottom: 40px;
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .title-footer {
    margin-bottom: 20px;
  }

  .block-footer-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-footer-down {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }

  .block-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-radius-left {
    min-height: 250px;
  }

  .icon-chapter {
    margin-right: 0px;
  }

  .chapter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block-chapter.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-service-large {
    height: 200px;
  }

  .image-service-large.height {
    height: 200px;
  }

  .hero-center {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .img-figures-circles {
    width: 20px;
    height: 20px;
  }

  .figures-circles {
    padding: 15px;
  }

  .figures-circles---1 {
    left: 20%;
    top: 3%;
  }

  .figures-circles---2 {
    left: -2%;
    top: 23%;
  }

  .figures-circles---3 {
    left: 14%;
    bottom: 23%;
  }

  .figures-circles---4 {
    left: 4%;
    bottom: 4%;
  }

  .figures-circles---5 {
    top: 5%;
    right: 15%;
  }

  .figures-circles---6 {
    top: 31%;
    right: 4%;
  }

  .figures-circles---7 {
    right: 4%;
    bottom: 21%;
  }

  .figures-circles---8 {
    right: 11%;
    bottom: 3%;
  }

  .block-dark-hero {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .top-center {
    padding-top: 40px;
  }

  .grid-figures-page {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .grid-page-bg {
    grid-row-gap: 40px;
  }

  .image-about {
    height: 150px;
  }

  .page-content {
    margin-top: 70px;
    margin-bottom: 40px;
  }

  .page-content.margin-top {
    margin-top: 40px;
  }

  .image-blog-main {
    height: 200px;
  }

  .rich-text-block {
    margin-top: 20px;
  }

  .block-first-post {
    padding-top: 35px;
    padding-bottom: 45px;
  }

  .form-contact {
    grid-row-gap: 10px;
  }

  .grid-figures-started {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .block-started {
    padding-right: 8%;
    padding-left: 8%;
  }

  .form-started {
    grid-row-gap: 10px;
  }

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

  .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-image-licensing {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .banner-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tab-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tab-content {
    padding-right: 32px;
    padding-left: 32px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .half-grid {
    width: 100%;
    height: auto;
  }

  .grid-column {
    width: 84%;
    margin-right: 10px;
  }

  .grid-column.last {
    margin-right: 0px;
  }

  .text-box-right {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-column-grid {
    width: 100%;
    height: 350px;
    min-height: 290px;
    margin-top: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid-image {
    margin-bottom: 10px;
  }

  .flex-center {
    height: 100%;
  }

  .dropdown-toggle-2.white {
    color: #fff;
  }

  .separator {
    display: none;
  }

  .heading-title {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .steps-tabs {
    width: auto;
  }

  .step-label {
    font-size: 12px;
    text-align: center;
  }

  .step-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-acc {
    padding: 20px 8%;
  }

  .link-block-acc.space {
    margin-bottom: 0px;
  }

  .link-block-store {
    padding: 20px 8%;
  }

  .store-name {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .client-logo-bg-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-answer-paragraph {
    font-size: 15px;
    line-height: 20px;
  }

  .image.contain {
    width: 288px;
  }

  .faq-question-wrapper {
    width: 85%;
  }

  .block-faqs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-hero-2.large {
    font-size: 40px;
  }

  .figures-circles-9 {
    padding: 15px;
  }

  .block-question-2 {
    margin-bottom: 10px;
    padding: 16px 20px;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 75%;
  }

  .accordion-item---brix.accordion-1---brix {
    padding: 20px 10px 10px;
  }

  .accordion-item---brix.accordion-3---brix {
    width: auto;
    min-height: auto;
    margin-bottom: 16px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .tab-button---brix {
    width: 100%;
    max-width: none;
    margin: 4px 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .tab-button---brix.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .cloneable-header {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-size-3 {
    text-align: center;
  }

  .container-default {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-container---brix {
    overflow: visible;
    margin-top: 24px;
    padding: 0px;
  }

  .accordion-tabs-menu---brix {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .accordion-tabs-menu---brix._5 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .accordion-tabs---brix.preview-page {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 16px;
    min-height: 16px;
    margin-right: 0px;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .column---brix.left---brix {
    margin-bottom: 16px;
  }

  .text-block {
    font-size: 14px;
  }

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

  .search-resutls {
    text-align: center;
  }

  .hero-image-container {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .wrapper.hero {
    max-width: 300px;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper.notification {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .carousel-slider {
    padding-right: 10px;
    padding-left: 10px;
  }

  .carousel-mask {
    width: 100%;
  }

  .grid-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-tabs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-blue {
    position: fixed;
    display: none;
    padding-right: 15px;
    padding-left: 15px;
    background-color: transparent;
  }

  .section-image-container.security {
    height: 300px;
    padding-right: 0px;
  }

  .security-image-1-wrapper {
    max-height: 270px;
  }

  .section-text-container.notification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-background {
    width: 100%;
    height: 100%;
  }

  .section-background.security {
    width: 80%;
    height: 70%;
  }

  .our-customers-logos-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .logo-item {
    height: 100px;
    margin-bottom: 10px;
    padding-right: 5%;
    padding-left: 5%;
  }
}

#w-node-e7e3e2f0-d526-e0c5-29c9-d4356ab09aa7-f1066b2f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e7357796-4db1-708b-d764-ef7466b60df7-f1066b2f {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-d4b7370b-9fde-2d75-d1ab-954d8db9fce9-8db9fce6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_658c23b6-f645-65a0-1dba-610ddd1b2ce2-53066b3c {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b664b519-4e19-eafa-1f06-eaf0bdc91134-53066b3c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_6167092a-156e-7292-cd8c-62b1b078c099-53066b3c {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c164a591-00a6-8a56-5147-a7810da30725-53066b3c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-a13fdd19-1056-7956-37f1-3aacdcd7e350-53066b3c {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-e458af86-bfea-77ea-beec-c0e6834598ea-53066b3c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_85d9cc29-c373-3717-e783-c026c5831474-53066b3c {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_59f83026-5725-b6b1-05d7-7c413ac1d79d-53066b3c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-a824e12a-4a45-b595-6f04-8aa305631460-53066b3c {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_0f00c365-439d-5887-9949-99555d4e6f3c-53066b3c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-a79080ea-f64c-98bc-2566-6757fe8842e8-53066b3c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-b953d7fd-786a-5d37-1a66-291934850ae3-53066b3c {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-_7881529f-56a6-47ab-dcd4-3e6c9d8e0a47-53066b3c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_7881529f-56a6-47ab-dcd4-3e6c9d8e0a5c-53066b3c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8d546e4d-0a02-e9f4-dc8d-4d13fe08d08c-53066b3c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8d546e4d-0a02-e9f4-dc8d-4d13fe08d093-53066b3c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_96de6acb-fff3-e0da-756d-f66fcbc0d372-53066b3c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_96de6acb-fff3-e0da-756d-f66fcbc0d36b-53066b3c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a31a8c2a-b7a1-9d18-b3df-5fd716cd5e48-53066b3c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a31a8c2a-b7a1-9d18-b3df-5fd716cd5e31-53066b3c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-e48f4947-d254-b416-399c-58ef8e244454-8e244451 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_6096cab8-5e7a-a79c-c9c7-2e68603f6ab1-8cef0b2d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6096cab8-5e7a-a79c-c9c7-2e68603f6ab3-8cef0b2d {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_5f39439b-4440-5eb2-fda0-f9aab8073ab6-8cef0b2d {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_5f39439b-4440-5eb2-fda0-f9aab8073abd-8cef0b2d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_780a2b94-7463-f3d6-1b0c-5d8803e3a566-8cef0b2d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_780a2b94-7463-f3d6-1b0c-5d8803e3a56d-8cef0b2d {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-e7e3e2f0-d526-e0c5-29c9-d4356ab09aa7-2d884ec8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e7357796-4db1-708b-d764-ef7466b60df7-2d884ec8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a7323146-5967-aef6-5b84-9ad59e1e7d50-2d884ec8 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-a7323146-5967-aef6-5b84-9ad59e1e7d52-2d884ec8 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-a7323146-5967-aef6-5b84-9ad59e1e7d54-2d884ec8 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-a7323146-5967-aef6-5b84-9ad59e1e7d56-2d884ec8 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-a7323146-5967-aef6-5b84-9ad59e1e7d58-2d884ec8 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-a7323146-5967-aef6-5b84-9ad59e1e7d5a-2d884ec8 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-a7323146-5967-aef6-5b84-9ad59e1e7d5c-2d884ec8 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-a7323146-5967-aef6-5b84-9ad59e1e7d5e-2d884ec8 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-a7323146-5967-aef6-5b84-9ad59e1e7d60-2d884ec8 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_5a45caba-4cd3-c793-ec69-e5a5d1da9829-2d884ec8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5a45caba-4cd3-c793-ec69-e5a5d1da9841-2d884ec8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5a45caba-4cd3-c793-ec69-e5a5d1da984d-2d884ec8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5a45caba-4cd3-c793-ec69-e5a5d1da9835-2d884ec8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d4b7370b-9fde-2d75-d1ab-954d8db9fce9-8db9fce6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a7e716e4-3c5e-bb90-56bc-76b613c341cc-48066b36 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_7881529f-56a6-47ab-dcd4-3e6c9d8e0a5c-53066b3c {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a31a8c2a-b7a1-9d18-b3df-5fd716cd5e48-53066b3c {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-e48f4947-d254-b416-399c-58ef8e244454-8e244451 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5f39439b-4440-5eb2-fda0-f9aab8073abd-8cef0b2d {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter-Bold';
  src: url('../fonts/Inter/Inter-Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter-Medium';
  src: url('../fonts/Inter/Inter-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter-SemiBold';
  src: url('../fonts/Inter/Inter-SemiBold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Montserrat Extra Bold';
  src: url('../font/Montserrat Extra Bold.otf');
}

@font-face {
  font-family: 'Montserrat Semi Bold';
  src: url('../font/Montserrat Semi Bold.otf');
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../font/Montserrat-Bold.otf');
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../font/Montserrat-Light.otf');
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../font/Montserrat-Regular.ttf');
}