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

body {
  color: #333;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

li {
  margin-left: -15px;
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

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

.hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: #302a9b;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: #0b083f;
}

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

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

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

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

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

.navbar-wrapper__content {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.brix---social-icon-square-30px {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---mbl-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---social-media-grid-right---mbl-center.footer {
  grid-column-gap: 12px;
  align-content: end;
  justify-content: end;
}

.nw-data__block-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-text {
  font-size: 15px;
  transition: color .3s;
  display: inline-block;
}

.link-icon-left {
  margin-right: 6px;
}

.nw-data__info {
  color: #302a9b;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nw-data__info:hover {
  color: #0b083f;
}

.nw-data__block-left {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nw-data__block {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.navbar-wrapper__data {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-wrapper {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.navbar-container {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.brix---bg-split-v4-right {
  z-index: -2;
  width: 100%;
  max-width: 40%;
  min-height: 600px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.brix---bg-split-v4-left {
  z-index: -2;
  width: 100%;
  max-width: 60%;
  min-height: 600px;
  background-color: #f7f7fc;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---floating-image-hero-v2---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: -1%;
  bottom: auto;
  left: -21%;
  right: auto;
  transform: rotate(140deg);
}

.brix---btn-circle-secondary {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #302a9b;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-circle-secondary:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---mg-top-56px {
  margin-top: 28px;
}

.button {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #302a9b;
  border-radius: 48px;
  justify-content: center;
  padding: 16px 38px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.button:hover {
  color: #fff;
  background-color: #24c7c8;
  transform: translate3d(0, -3px, .01px);
}

.button.white {
  color: #0b083f;
  background-color: #f7f7fc;
  border: .5px solid #b5b5b5;
}

.button.hero {
  background-color: #24c7c8;
  padding-top: 8px;
  padding-bottom: 10px;
}

.button.hero:hover {
  background-color: #302a9b;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default {
  color: #0b083f;
  margin-bottom: 0;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 110%;
}

.brix---color-neutral-800 {
  color: #302a9b;
}

.brix---grid-hero-v4 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.container {
  max-width: 1218px;
  padding-left: 6%;
  padding-right: 6%;
}

.container.showcase {
  width: 100%;
  max-width: none;
  flex-direction: column;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.container.privacy {
  color: #0b083f;
}

.brix---section-hero-v4 {
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.text-span {
  color: #0b083f;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---heading-h2-size {
  color: #0b083f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.section {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.showcase {
  min-width: 100vw;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.privacy {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brix---link-icon-right {
  color: #24c7c8;
  margin-left: 6px;
}

.brix---color-accent-1 {
  color: #0b083f;
}

.brix---link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #302a9b;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: #0b083f;
}

.brix---color-neutral-804 {
  color: #6e7191;
}

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---color-neutral-805 {
  color: #302a9b;
}

.brix---image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.brix---image-wrapper-br-24px-shadow {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(20, 20, 43, .14);
}

.brix---link-content {
  color: #6e7191;
  text-decoration: none;
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---grid-1-column-gap-row-64px {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.about-intro {
  width: 100%;
  max-width: none;
  background-color: #eee;
  border-radius: 40px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

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

.brix---inner-container-490px-center {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-807 {
  color: #302a9b;
}

.brix---link-content-text-center {
  color: #6e7191;
  text-decoration: none;
}

.brix---grid-2-columns-gap-column-80px {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---color-neutral-808 {
  color: #302a9b;
}

.brix---grid-2-columns-gap-56px {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---tabs-content-card {
  width: 100%;
  border: 1px solid #e3e8e9;
  border-radius: 24px;
  padding: 48px 56px;
  overflow: visible;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---mg-left-12px {
  margin-left: 12px;
}

.brix---square-icon-48px {
  width: 48px;
  border-radius: 10px;
}

.brix---square-icon-48px.custom {
  width: 44px;
}

.brix---tab-small-center {
  width: auto;
  color: #302a9b;
  background-color: #fff;
  border: 1px solid #302a9b;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  margin: 0 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.brix---tab-small-center:hover {
  border-color: #0b083f;
}

.brix---tab-small-center.w--current {
  color: #fff;
  background-image: linear-gradient(303deg, #5953c6, #24c7c8);
  border: 2px #0b083f;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.brix---inner-container-1068px-center {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.hero-img {
  height: 90%;
  position: relative;
  left: -5%;
}

.image {
  height: 100%;
  object-fit: contain;
}

.service-tag {
  color: #fafafa;
  background-color: #24c7c8;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 16px;
  font-size: 16px;
}

.video-overlay {
  background-color: rgba(11, 8, 63, .45);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nota {
  color: #0b083f;
  text-align: center;
  background-color: rgba(36, 199, 200, .19);
  margin-bottom: 20px;
  padding: 12px;
  font-size: 15px;
  font-style: italic;
}

.paragraph {
  margin-bottom: 0;
}

.image-2 {
  z-index: 0;
  height: 200%;
  opacity: .06;
  filter: brightness(170%) grayscale();
  position: absolute;
  top: -52%;
  bottom: 0%;
  left: 54%;
  right: 0%;
}

.list-item {
  color: #0b083f;
  border: 1px rgba(36, 199, 200, .38);
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.brix---color-neutral-809 {
  color: #6e7191;
}

.brix---color-neutral-810 {
  color: #302a9b;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 44px;
}

.brix---heading-h2-size-2.white {
  color: #fff;
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---image-2 {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.brix---image-wrapper-br-24px-shadow-2 {
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(20, 20, 43, .14);
}

.brix---grid-2-columns-text-2 {
  grid-column-gap: 64px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.list {
  list-style-type: disc;
}

.brix---bg-image-full-width {
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---paragraph-default-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---display-2 {
  color: #302a9b;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---display-2._2 {
  color: #0053bb;
}

.brix---display-2._3, .brix---display-2._4 {
  color: #0074cb;
}

.brix---display-2._5 {
  color: #00adcc;
}

.brix---display-2._6 {
  color: #24c7c8;
}

.brix---color-neutral-811 {
  color: #302a9b;
}

.brix---color-neutral-812 {
  color: #6e7191;
}

.brix---card-content-v7 {
  padding: 10px 26px 32px;
}

.brix---card {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---stats-v7-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

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

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---contact-v4-half-bg-image {
  z-index: -1;
  width: 65%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-815 {
  color: #6e7191;
}

.brix---color-neutral-816 {
  color: #302a9b;
}

.brix---grid-contact-v4 {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-position-relative {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.tab {
  width: 50%;
  background-color: #f7f7f7;
  border: 1px solid rgba(220, 220, 220, .6);
  border-radius: 20px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px 30px rgba(89, 89, 89, .13);
}

.tab:hover {
  border-color: #0b858d;
  transform: scale(1.05);
}

.tab.w--current {
  background-color: #e1e3e3;
}

.tab._1 {
  width: 100%;
  background-color: #302a9b;
  background-image: linear-gradient(to right, #302a9b, #24c7c8);
  flex-direction: column-reverse;
  margin-right: 0;
}

.tab._1.w--current {
  min-width: 100%;
  background-color: #efefef;
  margin-right: 0;
}

.question-title {
  color: #0b1033;
  font-size: 17px;
  line-height: 24px;
}

.faq-question-wrap {
  margin-bottom: 20px;
}

.faqs-section {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.faqs {
  flex-flow: column;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  padding-left: 19px;
  padding-right: 19px;
  display: flex;
}

.paragraph-faq {
  color: #445567;
  letter-spacing: -.25px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 20px;
  font-size: 16px;
  line-height: 28px;
}

.tabs-menu {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.tabs {
  width: 100%;
}

.animation {
  width: 60px;
  height: 60px;
}

.faq-question-bar {
  background-color: #e3e8e9;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 3px 3px 30px #efefef;
}

.html-embed {
  width: 100%;
}

.steps._2 {
  color: #0053bb;
}

.steps._3, .steps._4 {
  color: #0074cb;
}

.steps._5 {
  color: #00adcc;
}

.steps._6 {
  color: #24c7c8;
}

.img-overlay {
  background-image: radial-gradient(circle at 100% 100%, rgba(48, 42, 155, .67), #fff);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(247, 247, 252, .6);
  border: 1px solid rgba(36, 199, 200, .4);
  border-radius: 20px;
  padding: 40px;
}

.service-icon {
  width: 100%;
  height: 100%;
  background-color: #f2f1ff;
  background-image: radial-gradient(circle at 100% 100%, rgba(36, 199, 200, .69), #f2f1ff), url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-icon._2 {
  background-image: radial-gradient(circle at 100% 100%, rgba(36, 199, 200, .69), #f2f1ff), url('../images/sajad-nori-21mJd5NUGZU-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-icon._3 {
  background-image: radial-gradient(circle at 100% 100%, rgba(36, 199, 200, .69), #f2f1ff), url('../images/mohammad-rahmani-oXlXu2qukGE-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.image-3 {
  width: 80px;
  filter: brightness(2000%) grayscale();
}

.brix---footer-logo {
  width: 200px;
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

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

.brix---footer-wrapper {
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}

.brix---paragraph-default-7 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.brix---footer-bottom {
  color: #6e7191;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-link {
  color: #6e7191;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

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

.brix---footer-list-item-horizontal {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.brix---footer-list-wrapper-horizontal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---grid-footer-3-cols {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  align-items: center;
}

.brix---footer-top-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.mindea {
  width: 110px;
  margin-top: 40px;
}

.image-6 {
  width: auto;
  min-width: auto;
  opacity: .74;
}

.brix---logo-strip-v2-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 7px;
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.brix---color-neutral-821 {
  color: #302a9b;
}

.brix---text-center-tablet {
  text-align: left;
}

.brix---grid-logo-stripe-v2 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.brix---container-default-5 {
  max-width: 1218px;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.brix---section-small-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-logo {
  width: 130px;
  object-fit: contain;
}

.p-logo.plus {
  width: 150px;
}

@media screen and (min-width: 1440px) {
  .brix---grid-hero-v4 {
    grid-column-gap: 90px;
  }

  .brix---footer-logo {
    width: 180px;
  }

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 46px;
  }
}

@media screen and (max-width: 991px) {
  .hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

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

  .hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item-show-in-mbl, .header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

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

  .header-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 24px;
  }

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

  .brix---social-media-grid-right---mbl-center {
    grid-column-gap: 10px;
  }

  .brix---social-media-grid-right---mbl-center.footer {
    width: 100%;
    justify-content: center;
    justify-items: center;
  }

  .nw-data__block {
    grid-template-columns: 1.8fr 1fr;
  }

  .navbar-container {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .brix---bg-split-v4-right {
    height: 30%;
    max-width: 100%;
    min-height: auto;
    display: block;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .brix---bg-split-v4-left {
    max-width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .brix---floating-image-hero-v2---1 {
    top: 24%;
    right: -30%;
  }

  .brix---mg-top-56px {
    margin-top: 40px;
    display: none;
  }

  .button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .brix---paragraph-default {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---heading-h1-size {
    font-size: 40px;
    line-height: 50px;
  }

  .brix---grid-hero-v4 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

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

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-2-columns-gap-column-80px {
    grid-column-gap: 40px;
  }

  .brix---tabs-content-card {
    padding: 40px 32px 48px;
  }

  .brix---tab-small-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-img {
    flex-direction: column;
    align-items: center;
  }

  .image {
    width: 400px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---image-2 {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: 50% 20%;
  }

  .brix---grid-2-columns-text-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---display-2 {
    font-size: 50px;
    line-height: 70px;
  }

  .brix---stats-v7-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---contact-v4-half-bg-image {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .brix---grid-contact-v4 {
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .steps {
    margin-top: 10px;
  }

  .brix---footer-logo {
    width: 100px;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-footer-3-cols {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brix---footer-top-small {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .mindea {
    max-width: 120px;
  }

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    justify-content: center;
  }

  .brix---text-center-tablet {
    text-align: center;
  }

  .brix---grid-logo-stripe-v2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---section-small-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lottie-animation {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---btn-header-hidden-on-mbl.privacy, .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .header-logo {
    width: 50%;
    max-width: none;
    min-width: 44%;
  }

  .navbar-wrapper__content {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .brix---social-media-grid-right---mbl-center {
    justify-content: center;
    justify-items: center;
  }

  .nw-data__block-right, .nw-data__block-left {
    justify-content: center;
  }

  .nw-data__block {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    padding-top: 10px;
  }

  .navbar-wrapper__data {
    padding-top: 0;
  }

  .brix---floating-image-hero-v2---1 {
    max-width: 480px;
  }

  .brix---btn-circle-secondary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .button {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

  .brix---section-hero-v4 {
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---link-wrapper {
    justify-content: center;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 14px;
    box-shadow: 0 4px 22px rgba(20, 20, 43, .14);
  }

  .brix---grid-2-columns-text-left {
    grid-row-gap: 0px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---grid-2-columns-gap-column-80px, .brix---grid-2-columns-gap-56px {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .brix---tabs-content-card {
    padding: 20px;
  }

  .brix---square-icon-48px {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---tab-small-center {
    justify-content: center;
    margin: 0 0 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .brix---tabs-menu {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---image-wrapper-br-24px-shadow-2 {
    border-radius: 14px;
    box-shadow: 0 4px 22px rgba(20, 20, 43, .14);
  }

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

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---grid-contact-v4 {
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-icon {
    height: 100px;
  }

  .image-3 {
    width: 70px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 10px;
  }

  .brix---footer-top-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---logo-strip-v2-wrapper {
    grid-row-gap: 30px;
  }

  .brix---grid-logo-stripe-v2 {
    grid-template-columns: 1fr;
  }

  .brix---section-small-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-7 {
    width: 240px;
  }
}

@media screen and (max-width: 479px) {
  .brix---header-nav-list-item-show-in-mbl, .header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .header-logo {
    width: 80%;
  }

  .brix---social-icon-square-30px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .nw-data__block-left {
    flex-direction: column;
    display: none;
  }

  .navbar-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---bg-split-v4-right {
    height: 25%;
    min-height: 25%;
  }

  .brix---bg-split-v4-left {
    min-height: 710px;
  }

  .brix---floating-image-hero-v2---1 {
    display: none;
  }

  .button {
    width: 100%;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default {
    font-size: 15px;
    line-height: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

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

  .brix---section-hero-v4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .section.faqs {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---link-wrapper {
    justify-content: center;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .about-intro {
    border-radius: 30px;
    padding: 10px 10px 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---grid-2-columns-gap-56px {
    grid-row-gap: 36px;
  }

  .brix---tabs-content-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---square-icon-48px {
    max-width: 56px;
    border-radius: 14px;
  }

  .brix---tab-small-center {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .list-item {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---image-wrapper-br-24px-shadow-2 {
    border-radius: 16px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---stats-v7-grid {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .tab {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tab._1 {
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .question-title {
    flex: 1;
    font-size: 16px;
  }

  .faqs {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .faq-question-bar {
    padding: 10px 16px;
  }

  .brix---footer-logo {
    max-width: 240px;
  }

  .brix---paragraph-default-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---footer-list-wrapper-horizontal {
    flex-direction: column;
  }

  .brix---footer-top-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .mindea {
    max-width: 120px;
  }

  .image-6 {
    width: 100px;
    max-width: 120px;
  }

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 26px;
    grid-row-gap: 22px;
  }

  .brix---grid-logo-stripe-v2 {
    grid-template-columns: 1fr;
  }

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

  .brix---section-small-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

#w-node-_85c2da92-f146-a437-57ca-b5713d88b991-23a81dbc, #w-node-_93fbe9ec-90eb-8626-b7f0-4f007a631c80-23a81dbc, #w-node-d91e6414-b65c-9e45-1597-52c7ce2d8e3e-23a81dbc, #w-node-c2d2197c-ba7a-5bc7-2c16-b62d993ca2af-23a81dbc, #w-node-d285eeb2-d87b-c237-0a33-7bd598db87a1-23a81dbc, #w-node-a99edb74-75e7-9f91-5e78-506a1d2000d5-23a81dbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa2915b6-9878-5a53-c65d-b69c508942a0-23a81dbc {
  justify-self: start;
}

#w-node-e524c494-c49e-fc2b-8928-fbca3df09eef-23a81dbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8e37e694-a373-b8c6-4483-d741925567fe-23a81dbc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fa2915b6-9878-5a53-c65d-b69c508942a0-23a81dbc {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7cf3f5c3-b84d-b600-023a-9176860c35f4-23a81dbc {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_6c57a8bb-e45c-5be3-9612-a48f5bbd2b2e-23a81dbc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fa2915b6-9878-5a53-c65d-b69c508942a0-23a81dbc {
    justify-self: center;
  }

  #w-node-e2c231ba-d4e0-b772-4357-f0a4237aac94-44fd7b34 {
    order: -9999;
    justify-self: stretch;
  }
}


