:root {
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--secondary--color-1: #281ca5;
}

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

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

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

.header {
  z-index: 99999;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  width: 99vw;
  min-height: 10vh;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  margin-left: 1vw;
  display: flex;
  position: fixed;
  box-shadow: 0 2px 5px #0003;
}

.hero-section {
  -webkit-text-fill-color: inherit;
  background-color: #c3c1ff;
  background-image: radial-gradient(circle, #7aa2ff, #0000);
  background-clip: border-box;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 0;
}

.hero-section.phone {
  display: none;
}

.header-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1.75fr .25fr .25fr minmax(20px, .25fr);
  grid-auto-columns: .25fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 0;
  display: grid;
}

.header-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.header-image {
  width: 40px;
  max-width: 100%;
}

.header-logo-text {
  font-size: 20px;
}

.image {
  width: auto;
  height: 30px;
}

.linkblock {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.linkblock.hover {
  border-radius: 5px;
  height: auto;
  margin-bottom: 10px;
  padding: 7px 15px;
}

.linkblock.hover.top {
  margin-bottom: 0;
  padding-right: 15px;
}

.navibar-text {
  font-size: 16px;
  font-weight: 700;
}

.navibar-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.lottie-animation {
  height: 25px;
}

.dropdown-toggle {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80%;
  padding: 0;
  display: flex;
}

.dropdown-toggle.w--open {
  flex-flow: column;
}

.dropdown {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.dropdown-list {
  margin-top: 22vh;
}

.dropdown-list.w--open {
  z-index: 999;
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 13px;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 20vw;
  margin-top: 30vh;
  padding: 10px 10px;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 30px;
}

.dropdown-item {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 3px #333;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
}

.dropdown-text {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-link {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.pulldown-link {
  height: 25px;
}

.bar {
  border-bottom: 1px dashed #afafaf;
  width: 95%;
}

.overlay {
  color: #00000059;
  background-color: #0000004d;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.drop-down-box {
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  display: flex;
}

.div-block {
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: calc(100% + px); /* dropdownの下 */
  left: 30px; /* 好きに調整 */
  transform: rotate(45deg);
  z-index: 998;
  display: none;
}

.nav-head {
  grid-column-gap: 9px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.nav-head-text {
  font-size: 12px;
}

.nav-head-text.login {
  font-weight: 700;
}

.navi-box {
  border: 1px solid #00000040;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
}

.svg {
  width: 50px;
}

.navi-link {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 0;
  display: flex;
}

.nav-card-text {
  font-size: .6rem;
  font-weight: 700;
}

.text-block-2 {
  font-size: 12px;
}

.menublovk {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
}

.image-2 {
  width: 40px;
}

.menu-text {
  font-weight: 400;
}

.verticle-bar {
  outline-offset: 0px;
  border-right: 1px dashed #00000080;
  outline: 3px #555;
  height: 60px;
  margin-left: 10px;
  margin-right: 20px;
}

.navi-card {
  margin-left: 5px;
  margin-right: 5px;
}

.lottie-animation-2 {
  width: 50px;
}

.hero-section-div {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5vw;
  margin-right: 2vw;
  padding-top: 10vh;
  display: flex;
  position: static;
  top: 0;
}

.hero-section-lp {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-header {
  color: #000;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.lottie-animation-3 {
  width: 65vw;
}

.lottie-animation-4 {
  position: static;
  inset: 0%;
}

.text-block-3 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.btn {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ebc7b5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 175px;
  min-height: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  transition-duration: .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn.mod--hero {
  color: #fff;
  background-color: #339;
  min-width: 260px;
  text-decoration: none;
  transition-property: none;
  overflow: hidden;
}

.btn.mod--hero.hero2 {
  color: #000;
  background-color: #fff;
}

.btn__bg-wrap {
  z-index: 0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.btn__bg {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  position: relative;
}

.btn__txt {
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn__txt.mini {
  color: #000;
}

.hero__btn-wrap {
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  display: flex;
}

.hero__btn-wrap.hero2 {
  height: 150px;
}

.hero__btn-wrap.mini {
  height: auto;
}

.hero__counts-numb {
  z-index: 2;
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero__counts-img {
  z-index: 0;
  width: 250px;
  position: relative;
}

.hero__counts-dash {
  opacity: .5;
  background-image: url('../images/dash-vertical.svg');
  background-position: 50% 100%;
  background-repeat: repeat-y;
  background-size: auto;
  width: 2px;
  height: 83px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero__counts-p {
  color: #fff;
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9em;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.wrap-hide {
  overflow: hidden;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-pagination-bullets {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 2px;
  display: flex;
}

.swiper-pagination-bullets.mod--numbs {
  display: none;
  position: relative;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.swiper-slide.mod--numb {
  flex: 1;
}

.hero__counts {
  color: #1b1b1b;
  background-color: #293895;
  border-radius: 80px;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 3%;
  margin-right: 3%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.hero__numb-block {
  text-align: center;
  flex: 1;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.hero__counts-img-wrap {
  margin-bottom: 28px;
  position: relative;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

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

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

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

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
}

.brix---grid-footer-v1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

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

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

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

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

.brix---footer-link {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

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

.brix---footer-bottom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

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

.brix---footer-col-title {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

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

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

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

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

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

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

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

.brix---logo-strip-v2-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

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

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

.brix---footer-wrapper-2 {
  border-top: 1px none var(--elements-webflow-library--neutral--300);
  background-color: #293895;
}

.brix---grid-footer-v1-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

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

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

.brix---footer-list-wrapper-2 {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-list-item-2 {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-link-2 {
  color: var(--elements-webflow-library--neutral--300);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

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

.brix---footer-bottom-2 {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-2 {
  color: var(--elements-webflow-library--neutral--100);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.brix---icon-square-36px-2 {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

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

.brix---footer-col-title-2 {
  color: var(--elements-webflow-library--neutral--100);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---paragraph-link-2 {
  color: var(--elements-webflow-library--neutral--100);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link-2:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---social-media-grid-left-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  place-items: stretch start;
}

.l1-l2 {
  background-color: #c3c1ff;
}

.div-block-2 {
  background-color: #339;
  padding-top: 0;
}

.section {
  background-color: #293895;
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.image-3 {
  color: #fff;
}

.hero-heading-left {
  background-color: #f5f7fa00;
  border-bottom: 1px #e4ebf3;
  padding: 80px 0;
  position: relative;
}

.container {
  width: 100%;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
}

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

.hero-split {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-right: 40px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.hero-split.text {
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
  font-weight: 700;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading {
  color: #fcfcfc;
}

.text-block-4 {
  color: #fff;
  font-weight: 700;
}

.button {
  background-color: #fff;
}

.button1 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.text-block-5 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.price {
  background-color: #c3c1ff;
  margin-left: auto;
  margin-right: auto;
}

.plan_content-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 5rem;
  display: flex;
}

.plan_pricing_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-top: auto;
  display: flex;
}

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

.plan_link_button {
  color: #a4a4a4;
  font-size: .82rem;
  line-height: 1.4;
  text-decoration: underline;
}

.plan_link_button.whie {
  color: #f5f7fb;
}

.monthly-button {
  color: #1d3c34;
  text-align: center;
  background-color: #0000;
  border: .0625rem #a4a4a4;
  border-radius: .5rem;
  width: 50%;
  font-weight: 700;
}

.monthly-button.active {
  color: #000;
  background-color: #c3c1ff;
  border-style: none;
}

.plan_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0;
  font-size: .9rem;
  list-style-type: none;
  display: flex;
}

.most-popular-button {
  color: #fff;
  background-color: #00005d;
  border: 1px solid #f5f5f5;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  width: 15rem;
  margin-left: auto;
  margin-right: auto;
  padding: .4rem 1rem;
  font-size: .74rem;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  inset: -1.1rem 0% auto;
}

.image-4 {
  width: 50px;
  max-width: 50px;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.plan_link_button_wrapper {
  border-top: .0625rem solid #dce0e8;
  width: 100%;
  margin-top: 2rem;
  padding-top: .5rem;
  text-decoration: underline;
  position: absolute;
  bottom: 1rem;
  left: 0;
}

.currency-option {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .8rem;
  font-weight: 400;
  display: flex;
}

.pricing_price {
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

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

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-weight-bold {
  color: #919191;
}

.currency-dropdown-container {
  z-index: 99;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  margin-top: 1rem;
  display: block;
  position: relative;
}

.annually-button {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  background-color: #0000;
  border: .0625rem #a4a4a4;
  border-radius: .5rem;
  width: 50%;
  font-weight: 500;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s ease-in;
  display: flex;
}

.button-2:hover {
  background-color: #000;
  border-color: #0000;
}

.button-2.white {
  color: #1d3c34;
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
}

.button-2.white:hover {
  color: #fff;
  background-color: #000;
}

.currency-dropdown-options {
  z-index: 9999;
  background-color: #fff;
  border-width: 1px;
  border-color: #000;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.plan-button {
  border: .0625rem solid #d1d1d1;
  border-radius: .625rem;
  width: 70%;
  margin-top: 1rem;
  padding: .125rem;
}

.plan_item {
  background-image: url('../images/65c06d87870e4e91e52567dc_Vector2.svg.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-left: 2rem;
}

.plan_item.white-icon {
  background-image: url('../images/Vector.svg');
}

.plan_content_top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 5vh;
  display: flex;
}

.plan_content_bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.plan_pricing-card {
  color: #1d3c34;
  text-align: center;
  background-color: #ffffff78;
  border: .0625rem solid #dce0e8;
  border-radius: 1rem;
  width: 32%;
  margin-top: 0;
  padding: 3rem 2rem 6rem;
  position: relative;
  box-shadow: 0 2px .5625rem -.0625rem #0003;
}

.plan_pricing-card.growth {
  color: #fff;
  background-color: #00005d;
}

.currency-dropdown-selected {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-image: url('../images/arrow-down.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  border: .0625rem solid #1d3c34;
  border-radius: .625rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.pricing-card-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.heading-2 {
  color: #fff;
}

.image-5 {
  width: 50px;
  max-width: 50px;
  box-shadow: 5px 6px 5px #0003;
}

.annually-button-2 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: .0625rem #a4a4a4;
  border-radius: .5rem;
  width: 50%;
  font-weight: 500;
}

.plan-button-2 {
  border: .0625rem solid #2c2c2c;
  border-radius: .625rem;
  width: 70%;
  margin-top: 1rem;
  padding: .125rem;
}

.plan_content_bottom-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-padding {
  max-width: 100vw;
  padding-left: 5%;
  padding-right: 5%;
}

.page-padding.phone {
  display: none;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.paragraph {
  color: #000;
}

.heading-3 {
  color: #000;
  font-size: 2.2rem;
}

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

.section-2 {
  background-color: #c3c1ff;
}

.text-block-8 {
  color: #fff;
}

.how-to {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-9 {
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
}

.body {
  max-width: 100vw;
}

.text-block-10 {
  color: #fff7f7;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 40px;
}

.flex-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 5%;
  padding-bottom: 2%;
}

.paragraph-2 {
  color: #fff;
  font-size: .8rem;
}

.heading-5 {
  color: #fff;
}

.text-block-11 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: underline;
}

.aboutus {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: #293895;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-12 {
  color: #fff;
  width: auto;
  height: auto;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3rem;
}

.image-6 {
  width: 1.2rem;
  height: 1.2rem;
}

.lottie-animation-5 {
  margin-top: -6vh;
  position: absolute;
  top: auto;
}

.div-block-3 {
  background-color: #f6f6fe;
  border-radius: 7px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-4 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  width: 45%;
  max-height: 70vh;
  display: flex;
}

.image-7 {
  max-height: 100%;
}

.text-block-13 {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}

.text-block-14 {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
}

.div-block-6 {
  width: 2rem;
  height: 2rem;
}

.section-3 {
  width: 100vw;
  display: flex;
}

.image-8 {
  background-color: #c3c1ff;
  width: 100vw;
}

.lottie-animation-6 {
  margin-top: -10vh;
  position: absolute;
}

.lottie-animation-7 {
  position: absolute;
  right: 0;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding-top: 5%;
  display: flex;
}

.div-block-8 {
  flex-flow: column;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.div-block-9 {
  display: flex;
}

.text-block-15 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 6rem;
}

.text-block-16 {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

.image-9 {
  border-radius: 10px;
  width: 40%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 0 2px 5px #0003;
}

.flex-block-2 {
  background-color: #f1f1f1;
  border-radius: 20px;
  margin-top: 2rem;
}

.text-block-17 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3rem;
}

.text-block-18 {
  font-weight: 700;
}

.flex-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
  padding-left: 2rem;
}

.flex-block-4 {
  max-width: 50%;
}

.button-2 {
  color: #000;
  white-space: nowrap;
  filter: url('../images/');
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  transition-property: all;
  transition-duration: .9s;
  transition-timing-function: cubic-bezier(.135, .9, .15, 1);
  display: flex;
  position: relative;
}

.svg-filter_embed {
  display: none;
}

.button-2_content-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #339;
  border-radius: 3rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .5rem .25rem 1.5rem;
  display: flex;
}

.button-2_arrow-wrapper {
  color: #fff;
  background-color: #000212;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.button_arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.text-block-19 {
  color: #fff;
}

.button_card {
  aspect-ratio: 3 / 2;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff1a;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.button-2-2 {
  color: #000;
  white-space: nowrap;
  filter: url('../images/');
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  transition-property: all;
  transition-duration: .9s;
  transition-timing-function: cubic-bezier(.135, .9, .15, 1);
  display: flex;
  position: relative;
}

.button-2_content-wrap-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #c3c1ff;
  border-radius: 3rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .5rem .25rem 1.5rem;
  display: flex;
}

.menu-open {
  z-index: 99998;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  padding-top: 10vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 5vh;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 0;
  display: grid;
}

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

.text-block-20 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3rem;
}

.list-item {
  font-size: 1rem;
  font-weight: 700;
}

.list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  font-size: 1rem;
  font-weight: 400;
  list-style-type: square;
  display: flex;
}

.div-block-12 {
  background-color: #ebebeb;
  border-radius: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.link-block {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: .5rem 0 .5rem 1rem;
  display: flex;
}

.div-block-13 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 1px;
  display: flex;
}

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

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

.div-block-15 {
  width: 100vw;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-16 {
  border: 1px #000;
  border-bottom: 1px dashed #cfcfcf;
  margin-top: 3%;
  margin-left: 5%;
  margin-right: 5%;
}

.text-block-21 {
  text-align: center;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
}

.lottie-animation-8 {
  width: 500px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.lottie-animation-9 {
  width: 300px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-11 {
  width: 100vw;
}

@media screen and (min-width: 1440px) {
  .hero__counts {
    margin-left: 3%;
    margin-right: 3%;
  }

  .brix---grid-footer-v1 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
  }

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

  .brix---grid-footer-v1-2 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
  }

  .l1-l2, .div-block-2 {
    width: 100vw;
  }

  .hero-split {
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .margin-bottom-24px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .plan_link_button {
    color: #0b0b0b;
  }

  .monthly-button.active {
    color: #fff;
    background-color: #00005d;
  }

  .most-popular-button {
    color: #fff;
    background-color: #00005d;
    border: 1px solid #fff;
    font-weight: 700;
  }

  .pricing_price {
    color: #000;
  }

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

  .button-2 {
    background-color: #339;
  }

  .plan_item {
    color: #000;
  }

  .plan_item.white-icon {
    color: #fff;
  }

  .plan_pricing-card.growth {
    background-color: #00005d;
  }

  .currency-dropdown-selected {
    color: #000;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 10px;
  }

  .paragraph {
    color: #000;
  }

  .heading-3 {
    color: #fff;
  }

  .text-block-6, .heading-4 {
    color: #000;
  }

  .section-2 {
    display: flex;
  }

  .text-block-7 {
    font-size: 70px;
    line-height: 100px;
  }
}

@media screen and (max-width: 991px) {
  .hero__counts-dash {
    display: none;
  }

  .swiper.mod--numb {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-pagination-bullets.mod--numbs {
    margin-top: 32px;
    display: flex;
  }

  .swiper-slide.mod--numb {
    flex: none;
    width: 100%;
  }

  .hero__counts {
    width: 100%;
    display: block;
  }

  .hero__numb-block {
    width: 100%;
    max-width: none;
  }

  .swiper-pagination-bullet {
    opacity: .4;
    background-color: #ebbea7;
    border-radius: 100px;
    flex: 1;
    max-width: 40px;
    height: 3px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 0;
    transition: all .1s;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

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

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

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

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

  .brix---grid-footer-v1-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

  .brix---footer-col-title-2 {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left-2 {
    grid-column-gap: 10px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .plan_content-2 {
    margin-bottom: 0;
  }

  .plan_pricing_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
  }

  .most-popular-button {
    width: 10rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .plan_pricing-card {
    width: 100%;
    max-width: 33rem;
    margin-left: auto;
    margin-right: auto;
  }

  .plan_pricing-card.growth {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .swiper-pagination-bullets {
    display: flex;
  }

  .swiper-slide {
    width: 100%;
  }

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

  .brix---grid-footer-v1 {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

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

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

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

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

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

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

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

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

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

  .brix---footer-col-title-2 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---social-media-grid-left-2 {
    justify-content: start;
    justify-items: start;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .plan_content-2 {
    flex-flow: wrap;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .plan_content_top {
    width: 100%;
  }

  .plan_content_bottom {
    align-items: flex-start;
    width: 100%;
  }

  .plan_pricing-card {
    margin-top: 0;
  }

  .plan_content_bottom-2 {
    align-items: flex-start;
    width: 100%;
  }

  .button_card {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    display: none;
  }

  .hero-section.phone {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .hero-section-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 5vh;
  }

  .hero-section-lp {
    justify-content: flex-start;
    align-items: center;
  }

  .lottie-animation-3 {
    width: 90vw;
  }

  .swiper-slide {
    width: 100%;
  }

  .hero__counts {
    margin-left: 1rem;
    margin-right: 1rem;
    display: none;
  }

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

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

  .brix---grid-footer-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

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

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

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

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

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

  .brix---grid-footer-v1-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .brix---footer-list-item-2 {
    margin-bottom: 8px;
  }

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

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

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

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

  .brix---footer-col-title-2 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---social-media-grid-left-2 {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .hero-heading-left {
    max-width: 100vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper {
    margin-bottom: 20px;
  }

  .hero-split {
    margin-bottom: 3rem;
    margin-right: 0;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .currency-dropdown-container {
    flex-flow: wrap;
  }

  .plan-button-2 {
    width: 100%;
  }

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

  .page-padding {
    flex-flow: column;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .page-padding.phone {
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .page-padding.card {
    display: none;
  }

  .section_plan {
    max-width: 100vw;
  }

  .how-to {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .lottie-animation-5 {
    display: none;
  }

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

  .div-block-4 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem 0 2rem 2rem;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-block-13 {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.7rem;
  }

  .text-block-14 {
    margin-top: 1rem;
    margin-right: 2rem;
    font-size: .7rem;
  }

  .lottie-animation-6 {
    width: 250px;
  }

  .lottie-animation-7 {
    width: 200px;
    display: none;
    top: auto;
    bottom: auto;
  }

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

  .text-block-15 {
    font-size: 2rem;
  }

  .text-block-16 {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 0;
    font-weight: 700;
  }

  .image-9 {
    width: 100%;
    box-shadow: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 20px;
  }

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

  .text-block-18 {
    font-size: 12px;
  }

  .flex-block-3 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
  }

  .flex-block-4 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding: 1rem;
  }

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

#w-node-e6e85519-4635-4bf2-f515-8059aa0f3e1c-26b91c9f {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_1a46f970-560b-6f95-40c5-a902d94d794c-d94d7941 {
  place-self: center;
}

#w-node-db393517-12bf-7edb-88cc-9f22bc1a6d02-bc1a6d00 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-db393517-12bf-7edb-88cc-9f22bc1a6d05-bc1a6d00 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center end;
}

#w-node-db393517-12bf-7edb-88cc-9f22bc1a6d4e-bc1a6d00 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-db393517-12bf-7edb-88cc-9f22bc1a6d58-bc1a6d00 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-db393517-12bf-7edb-88cc-9f22bc1a6d5e-bc1a6d00 {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-db393517-12bf-7edb-88cc-9f22bc1a6d64-bc1a6d00 {
  grid-area: 1 / 5 / 3 / 6;
}

@media screen and (max-width: 991px) {
  #w-node-_1a46f970-560b-6f95-40c5-a902d94d794c-d94d7941 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1a46f970-560b-6f95-40c5-a902d94d794c-d94d7941 {
    grid-column: span 2 / span 2;
  }
}


