:root {
  --dblue: #1a2a6b;
  --blue: #2c53f0;
  --mag: #e91e63;
}

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

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

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

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

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

.navigation {
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000;
  align-items: center;
  width: 100%;
  height: 98px;
  padding: 30px 50px;
  display: flex;
  position: fixed;
  top: 0;
}

.navigation-items {
  color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.navigation-item {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  padding: 4px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item:hover {
  word-break: normal;
  object-fit: fill;
  border-bottom: 2px solid #e91e63;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-divider-two {
  background-color: #e91e63;
  width: 100%;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-copyright {
  color: #fff;
  padding-right: 15px;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #e91e63;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.link-2 {
  color: #da3434;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-block;
}

.link-2:hover {
  color: #e05656;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link-three:hover {
  color: #e91e63;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  transition: color .3s;
  display: flex;
}

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

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-social-link-three {
  transform-style: preserve-3d;
  margin-left: 32px;
  transition: all .3s;
}

.footer-social-link-three:hover {
  transform: translate3d(0, -2px, .01px);
}

.footer-subscribe {
  color: #fff;
  background-color: #2c53f0;
  border-bottom: 1px solid #020204;
  padding: 50px 30px 40px;
  position: relative;
}

.section-3 {
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

.flex-block {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
}

.section-4 {
  background-color: #2c53f0;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.image {
  max-width: 100%;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading, .heading-2, .heading-3 {
  text-align: center;
  font-size: 24px;
}

.text-block, .text-block-2, .text-block-3 {
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 10%;
  margin-right: 10%;
}

.text-block-4 {
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
}

.heading-4 {
  font-size: 30px;
}

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

.heading-5 {
  font-family: Sora, sans-serif;
}

.body {
  color: #fff;
  font-family: Sora, sans-serif;
}

.text-style-title-small {
  letter-spacing: -.03em;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.text-style-title-small.text-style-muted {
  font-family: Noto Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.heading-style-h2 {
  letter-spacing: -.03em;
  font-size: 3.625rem;
  font-weight: 800;
  line-height: 1.3;
}

.heading-style-h2.text-color-purple {
  font-size: 38px;
  font-weight: 400;
}

.experience_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-4, .container-5 {
  width: 50%;
}

.flex-block-4 {
  background-color: #fff;
}

.features-metrics {
  color: #000;
  background-color: #2c53f0;
  border-top: 2px solid #e91e63;
  border-bottom: 2px solid #e91e63;
  padding: 40px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.text-block-6 {
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
}

.form-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-5 {
  flex: 0 100%;
  justify-content: center;
  align-items: stretch;
}

.features-paragraph {
  color: #fff;
  margin-bottom: 24px;
  font-size: 18px;
}

.features-paragraph.pricing-desc {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  display: flex;
}

.features-paragraph.pricing-desc.truers {
  color: #000;
  text-align: left;
  max-width: 85%;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.select-field {
  background-color: #020204;
  border: 2px solid #ffffffb3;
}

.text-field-2 {
  border: 1px solid #000;
}

.text-field-2.fixed {
  color: #fff;
  background-color: #fff;
  border-width: 2px;
  border-color: #000;
}

.submit-button {
  background-color: #c54c5f;
  border-radius: 6px;
  margin-top: 20px;
  transition: all .2s, opacity .2s;
}

.submit-button:hover {
  background-color: #e47587;
}

.field-label-2 {
  color: #fff;
}

.textarea {
  background-color: #020204;
  border: 2px solid #ffffffb3;
}

.heading-6 {
  color: #c54c5f;
  font-size: 40px;
}

.heading-6.pricing {
  color: #000;
  text-align: center;
}

.flex-block-6 {
  flex: 0 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-field-3 {
  background-color: #020204;
  border: 2px solid #ffffffb3;
}

.form-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.flex-block-7 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 100px;
}

.paragraph-3 {
  text-align: center;
}

.form-3 {
  color: #000;
  padding-left: 5%;
  padding-right: 5%;
}

.image-wrapper {
  flex: 0 100%;
  position: relative;
}

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

.link {
  text-align: center;
}

.heading-7 {
  color: #7fc549;
  text-align: left;
  font-size: 82px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-7.pricing {
  color: #221f1f;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 52px;
}

.link-3 {
  text-align: center;
}

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

.contact-section {
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.bold-text-5 {
  color: #7fc549;
  -webkit-text-stroke-color: #7fc549;
}

.field-label {
  text-transform: none;
}

.form-block-4 {
  text-align: left;
  width: 85%;
}

.submit-button-3 {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 20px;
}

.image-8 {
  padding-bottom: 10px;
}

.contact-form-container {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-4 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.info-box-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.contact-layout {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
}

.header {
  background-color: #2c53f0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-item {
  color: #fff;
  letter-spacing: 1.2px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.nav-item.left-m {
  margin-left: 15px;
}

.buttons-row {
  color: #2c53f0;
  align-items: center;
  display: flex;
}

.opacity-20 {
  opacity: .2;
}

.container-default {
  justify-content: center;
  align-items: flex-start;
  max-width: 85%;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.floating-item {
  position: absolute;
}

.floating-item.hero-v1---01 {
  z-index: -1;
  inset: auto auto -32% -26%;
}

.floating-item.hero-v1---02 {
  z-index: -1;
  max-width: 600px;
  inset: 9% 0% auto auto;
  transform: rotate(140deg);
}

.mg-bottom-48px {
  color: #f0f2f5;
  margin-bottom: 40px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

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

.section.hero-primary {
  color: #fff;
  background-color: #2c53f0;
  height: calc(100vh - 100px);
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  overflow: visible;
}

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

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

.btn-primary.button-row {
  background-color: #e91e63;
  margin-right: 0;
  font-size: 16px;
}

.btn-primary.button-row:hover {
  background-color: #e91e63e6;
}

.btn-primary.button-row.ez {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
}

.btn-primary.button-row {
  margin-right: 28px;
  font-weight: 400;
}

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

.grid-2-columns.hero-v1 {
  grid-column-gap: 80px;
  width: 100%;
}

.grid-2-columns.text-right-default {
  grid-column-gap: 120px;
  grid-template-columns: 1fr .8fr;
}

.grid-2-columns.contact-v1 {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1.2fr;
}

.btn-secondary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #2c53f0;
  border: 1px solid #2c53f0;
  border-radius: 48px;
  padding: 26px 38px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  color: #fff;
  border-color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.opacity-10 {
  opacity: .1;
  transform: rotate(140deg);
}

.navigation-2 {
  color: #1a1b1f3b;
  background-color: #2c53f0;
  border-bottom: 1px #000;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 30px 50px;
  display: flex;
  position: fixed;
  top: 0;
  overflow: clip;
}

.border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  transform: translate(0);
}

.subtitle {
  color: #e91e63;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 20px;
}

.subtitle.mg-bottom-16px {
  color: #e91e63;
  margin-bottom: 16px;
}

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

.tabs-menu.tabs-vertical {
  flex-direction: column;
  margin-bottom: 0;
}

.tabs-menu.tabs-vertical.width-348px {
  align-items: flex-start;
  width: 100%;
  max-width: 348px;
  margin-right: 40px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._1068px {
  max-width: 1068px;
}

.inner-container._1068px.center {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.inner-container._400px {
  max-width: 400px;
}

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

.mg-bottom-32px {
  color: #000;
  margin-bottom: 32px;
}

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

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

.link-wrapper.color-primary:hover {
  color: #211f54;
}

.tabs-wrapper.tabs-left {
  display: flex;
}

.display-4 {
  color: #2c53f0;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.square-icon {
  border-radius: 16px;
}

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

.square-icon.mg-bottom-24px.width-56px {
  border-radius: 11px;
  width: 56px;
}

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

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

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.tabs-content {
  overflow: visible;
}

.tabs-content.card {
  border: 1px #000;
  border-radius: 24px;
  width: 100%;
  padding: 56px 48px;
  box-shadow: 0 2px 12px #14142b14;
}

.tab-left-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 2px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 32px;
  font-weight: 700;
  line-height: 18px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b0f;
}

.tab-left-icon:hover {
  border-color: #2c53f0;
}

.tab-left-icon.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-width: 2px;
  border-color: #f7f7fc;
  box-shadow: 0 2px 12px #14142b14;
}

.tab-left-icon.w--current:hover {
  border-color: #2c53f0;
}

.tab-left-icon.small {
  justify-content: center;
  width: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.tab-left-icon.small.center {
  margin: 0 12px;
}

.text-center {
  color: #000;
  text-align: center;
}

.section-5 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.line-terms {
  background-color: #fff;
  height: 1px;
}

.grid-2 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.grid-2.is--footer {
  z-index: 3;
}

.grid-2.is--final-coypright {
  z-index: 1;
  align-items: center;
  padding-top: 7em;
}

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

.gradient-top {
  z-index: 1;
  background-color: #2c53f0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.paragraph {
  color: #fff;
  width: 16.5em;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.submit-button-4 {
  z-index: 10;
  background-color: #e91e63;
  border-radius: 100px;
  width: 260px;
  height: 42px;
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  inset: auto 0% -30% auto;
}

.submit-button-4.btn-primary {
  padding: 9px 15px;
}

.submit-button-4.btn-primary:hover {
  background-color: #e91e63e6;
}

.checkbox-label {
  color: #fff;
  margin-bottom: 0;
  padding-left: 2em;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.checkbox-label.open {
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
  display: block;
}

.image-footer {
  z-index: 0;
  opacity: .5;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-7 {
  z-index: 1;
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15em 6.25em;
}

.container-7.footer {
  padding: 4em 12em 0;
}

.text-span-15 {
  font-weight: 500;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: auto 0% -30%;
}

.checkbox {
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: #5581da;
}

.text-block-7 {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

.social-icons {
  width: 2.5em;
  padding-right: 1em;
}

.social {
  justify-content: center;
  align-items: center;
  padding-bottom: .7em;
  display: flex;
}

.footer-terms {
  color: #fff;
  letter-spacing: .5px;
  font-size: 13px;
  font-weight: 300;
}

.contact-text-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}

.text-span-16 {
  text-transform: uppercase;
  font-weight: 400;
}

.logo-footer {
  width: 13em;
}

.text-span-8 {
  border-bottom: 1px solid #f8f8f8;
}

.text-field {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 0;
  padding: 1.5em 0;
}

.text-field:active {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  transform: translate(0);
}

.text-field:focus {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-field::placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

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

.footer-terms-span {
  color: #fff;
  text-decoration: none;
}

.form-block {
  position: relative;
}

.div-block-12 {
  padding-bottom: 10em;
  position: relative;
}

.grid_item {
  z-index: 1;
  width: 100%;
  padding: 1.04em;
  display: block;
  position: relative;
}

.grid_item.footer-social {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.grid_item.footer-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5em;
  display: flex;
}

.grid_item.footer-social-mobile {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  padding-top: .5em;
  padding-bottom: .5em;
  display: none;
}

.grid_item.is--50 {
  justify-content: center;
  width: 50%;
  display: flex;
  position: relative;
}

.grid_item.is--50.footer-2 {
  white-space: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
}

.grid_item.is--50.footer-1 {
  justify-content: flex-start;
  width: 60%;
}

.grid_item.footer-logo {
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  padding: 0 0 0 1.04em;
  display: flex;
}

.grid_item.footer-text-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5em;
  display: none;
}

.section-6 {
  z-index: 10;
  background-color: #fff;
  max-width: 100%;
  position: relative;
}

.section-6.is--footer {
  z-index: 1;
  background-color: #00000b;
  position: relative;
  bottom: 0;
  overflow: visible;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.find-us {
  color: #fff;
  letter-spacing: .5px;
  padding-bottom: 1em;
  font-size: 13px;
  font-weight: 300;
}

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

.is--white.is--69px {
  white-space: nowrap;
  flex-direction: column;
  font-size: 69px;
  line-height: 1.4;
  display: flex;
}

.badge-author---brix {
  color: #fff;
  background-color: #e91e63;
  border-radius: 100px;
  padding: 15px 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  inset: auto auto 40px 40px;
}

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

.cloneable-container-default {
  background-color: #f7f7fb;
  border-radius: 20px;
  min-height: 624px;
  transform: translate(0);
}

.cloneable-container-default.center {
  border-radius: 0;
  align-items: center;
  min-height: auto;
  padding-top: 116px;
  padding-bottom: 116px;
}

.cloneable-container-default.center.bg-transparent {
  color: #000;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}

.author-image-square---brix {
  background-image: url('../images/placeholder-author-bio-image-v2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 55%;
}

.author-image-square---brix.float-image {
  background-image: url('../images/dff82bb2bfb060ba273e6895eb44adf3-large.jpg');
  background-position: 50% 35%;
  background-size: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.container-865px-center {
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}

.social-icon-square {
  background-color: #f0f2f5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  transition: transform .3s;
  display: flex;
}

.social-icon-square:hover {
  transform: translate(0, -4px);
}

.mg-bottom-8px {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
}

.mg-bottom-8px.old {
  color: #2c53f0;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.end {
  justify-content: flex-end;
}

.card-author---brix {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 4px 4px 14px #080f340a;
}

.card-author---brix.right {
  z-index: 1;
  min-width: 530px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.mg-bottom-32ps {
  color: #1a2a6b;
  margin-bottom: 32px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
}

.social-media-grid-top {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  grid-auto-flow: column;
  place-content: stretch start;
  place-items: stretch start;
}

.position-relative {
  position: relative;
}

.right-content-v2---brix {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  max-width: 530px;
  padding: 48px;
  display: flex;
  box-shadow: 1px 1px 20px 1px #0000001a;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.grid-3-columns.gap-48px._1-col-tablet.mg-top-64px {
  color: #000;
  background-color: #2c53f0;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.heading-8 {
  margin-bottom: 15px;
  line-height: 1.2em;
}

.text-span-17 {
  color: #1a2a6b;
}

.text-span-18 {
  color: #e91e63;
}

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

.mg-bottom-48px-3 {
  color: #2c53f0;
  margin-bottom: 48px;
}

.mg-bottom-48px-3._2 {
  color: #1a2a6b;
}

.text-center-2 {
  color: #000;
  text-align: center;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.bold.color-neutral-800.list {
  color: #1a2a6b;
  font-family: Noto Sans, sans-serif;
}

.icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.btn-secondary-2 {
  color: #2c53f0;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #2c53f0;
  border-radius: 48px;
  padding: 26px 38px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.btn-secondary-2:hover {
  color: #fff;
  background-color: #2c53f0;
  border-color: #2c53f0;
  transform: translate3d(0, -3px, .01px);
}

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

.icon-list {
  color: #2c53f0;
  margin-right: 16px;
}

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

.grid-1-column.gap-row-16px.mg-bottom-56px {
  margin-bottom: 56px;
}

.mg-bottom-24px {
  color: #1a2a6b;
  margin-bottom: 24px;
  font-family: Noto Sans, sans-serif;
}

.section-8 {
  color: #000;
  padding-top: 176px;
  padding-bottom: 176px;
}

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

.heading-9 {
  color: #2c53f0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-size: 28px;
}

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

.btn-secondary-3 {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.btn-secondary-3:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

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

.flex-card---image-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.over-image {
  z-index: 1;
  max-width: 728px;
  padding: 80px 72px;
  position: absolute;
}

.card.form {
  color: #2c53f0;
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 40px;
  box-shadow: 1px 1px 20px 1px #0000001a;
}

.hero-v3-image-container {
  max-width: 976px;
  margin-left: auto;
}

.section-9 {
  color: #000;
  padding-top: 176px;
  padding-bottom: 176px;
}

.mg-bottom-48px-5 {
  color: #1a2a6b;
  margin-bottom: 48px;
}

.color-accent-1 {
  color: #e91e63;
}

.heading-h5-size {
  color: #211f54;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.heading-h5-size.color-neutral-600 {
  color: #1a2a6b;
  font-family: Noto Sans, sans-serif;
}

.heading-h1-size {
  color: #211f54;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.heading-h1-size.mg-bottom-8px {
  color: #2c53f0;
}

.section-10 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  color: #1a2a6b;
}

.heading-10 {
  color: #2c53f0;
}

.number-features {
  color: #f0f2f5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 34px;
  position: absolute;
  top: 25px;
  left: 25px;
}

.services-grid {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.triangle {
  z-index: 2;
  width: 120px;
  position: absolute;
  inset: auto -3px -3px auto;
}

.triangle._4 {
  inset: 0% 0% auto auto;
}

.triangle._5 {
  width: 80px;
  inset: auto auto 0% 0%;
}

.triangle._2 {
  inset: auto auto 0% 0%;
}

.margin-100px {
  padding-top: 176px;
  padding-bottom: 176px;
}

.strategy-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 88%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.display-2 {
  color: #2c53f0;
  margin-top: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
}

.features-icon {
  width: 50px;
}

.small-subhead {
  color: #e91e63;
  margin-bottom: 12px;
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.service-title {
  color: #2c53f0;
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 24px;
}

.service-title._2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.featrues-left {
  background-color: #0000;
  position: relative;
}

.featrues-left._3 {
  background-image: url('../images/developmetn.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.featrues-left._2 {
  background-image: url('../images/design.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.featrues-left._1 {
  background-image: url('../images/strategy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-11 {
  background-color: #fff;
  padding: 80px 5%;
  position: relative;
}

.margin-80px {
  margin-top: 80px;
}

.max-w-title {
  text-align: center;
  max-width: 520px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-title._2 {
  margin-bottom: 30px;
}

.features-right {
  color: #fff;
  text-align: center;
  background-color: #2c53f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding: 89px;
  display: flex;
  position: relative;
}

.features-right.left {
  background-color: #1a2a6b;
}

.container-8 {
  z-index: 1;
  flex: 1;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-8._90 {
  max-width: 90%;
}

.logo-client-black {
  flex: 0 30%;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.logo-client-black:hover {
  opacity: 1;
}

.logo-client-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 44%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-client-wrapper._100 {
  justify-content: center;
  max-width: 502px;
  margin-left: auto;
  margin-right: auto;
}

.services-block {
  border-left: 2px solid #e91e63;
  padding-left: 20px;
}

.paragraph-4 {
  color: #1a2a6b;
  font-family: Noto Sans, sans-serif;
}

.paragraph-5 {
  color: #f0f2f5;
  font-family: Noto Sans, sans-serif;
}

.select__insurance {
  background-color: #fff;
  border-radius: 8px;
  height: 48px;
  margin-top: 0;
  font-size: 1rem;
}

.image-12 {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  height: 100%;
}

.pargraph {
  font-size: 1.125rem;
  line-height: 1.7em;
  text-decoration: none;
}

.tab-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.insurance__form-image {
  align-items: stretch;
  width: 100%;
}

.h4 {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2em;
}

.insurance__form-block {
  background-color: #0000;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.secondary_button {
  color: #fff;
  text-transform: uppercase;
  background-color: #0ee7c5;
  border: 0 solid #0000;
  border-radius: 5px;
  padding: 17px 40px;
  font-size: 1.125rem;
  font-weight: 300;
}

.secondary_button:hover {
  color: #fff;
  background-color: #003478;
}

.insurance-form {
  width: 60%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-field {
  border-radius: 8px;
  padding-top: 23px;
  padding-bottom: 23px;
}

.grid-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.grid-item.grid-item-center {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.subheader-clip {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(230deg, #96506f, #273a71 67%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
}

.subheader-text {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
}

.container-9 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.container-9.container-center {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 45ch;
  display: flex;
}

.grid-3-1 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-12 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.icon-large {
  max-width: 2rem;
}

.container-10 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.container-10.container-center {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-13 {
  color: #000;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-14 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.container-11 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.container-11.container-center {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-11.container-center.container-full-width {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.night-sky {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  background-image: linear-gradient(#273a7180, #273a7180), linear-gradient(#1a2a6b, #1a2a6b);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
  position: relative;
  box-shadow: 0 16px 50px #273a711a;
}

.title {
  text-align: center;
}

.grid-item-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-card-link {
  border-bottom-style: none;
  margin-top: 2rem;
}

.grid-item-image-wrapper {
  width: 100%;
}

.grid-item-content {
  text-align: left;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-item-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  text-align: left;
  justify-content: space-between;
  display: flex;
}

.grid-item-wrapper.no-margin {
  margin-bottom: 0;
}

.container-12 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  color: #000;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.content-box-img {
  max-width: 30px;
}

.hero-overlay-clouds {
  z-index: 1;
  opacity: .05;
  background-image: url('../images/hero-clouds.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-overlay-stars {
  z-index: 1;
  opacity: .1;
  background-image: url('../images/hero-stars.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-card-image-wrapper {
  object-fit: fill;
  height: 250px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.grid-card-image-overlay {
  opacity: 1;
  background-image: url('../images/hero-stars.png'), linear-gradient(26deg, #273a7180 49%, #96506f80);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.grid-card-image {
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.grid-card-image._3 {
  background-image: url('../images/card-img-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-card-image._1 {
  background-image: url('../images/card-img-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-card-image._2 {
  background-image: url('../images/card-img-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-13 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.container-13.container-center {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-card-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.illustration-fullwidth {
  background-image: linear-gradient(50deg, #96506f, #273a71 73%);
  height: 100vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.grid-card {
  cursor: pointer;
  background-color: #fff;
  border: 1px #fff;
  transition: all .15s ease-in;
  box-shadow: 0 15px 50px #00000005;
}

.grid-card:hover {
  border-style: none;
  border-color: #d1d1d1;
  box-shadow: 0 20px 50px #0000001a;
}

.grid-card.last {
  box-shadow: 0 15px 50px #273a7105;
}

.grid-card.last:hover {
  box-shadow: 0 15px 50px #273a7126;
}

.section-15 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-15.section-light-blue {
  background-color: #c7d2f333;
}

.medium {
  font-size: 16px;
  line-height: 28px;
}

.medium.white {
  font-family: Noto Sans, sans-serif;
}

.check-itme {
  color: #fff;
  align-items: center;
  line-height: 24px;
  display: flex;
}

.pricing-group-button {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: grid;
}

.head-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1110px;
  margin-bottom: 72px;
  display: flex;
}

.button {
  color: #fff;
  background-color: #1a1a1f;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.button.outline {
  color: #1a1a1f;
  background-color: #0000;
  border: 1px solid #1a1a1f;
}

.button.outline.white {
  color: #fff;
  transform-style: preserve-3d;
  border-style: none;
  transition: all .3s;
}

.button.outline.white:hover {
  border-style: solid;
  border-color: #fff;
  border-radius: 100px;
  transform: translate3d(0, -3px, .01px);
}

.button.outline.white.combo2 {
  text-align: center;
  padding: 26px 38px;
}

.button.yellow {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #e91e63;
  border: 1px solid #e91e63;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 26px 38px;
  font-weight: 400;
  transition: all .3s;
}

.button.yellow:hover {
  background-color: #e91e63e6;
  border-color: #e91e63e6;
  transform: translate3d(0, -3px, .01px);
}

.button.yellow.combomain {
  text-align: center;
  margin-right: 28px;
}

.tabs-content-2 {
  border-left: 1px solid #ffffff4d;
  padding-left: 90px;
}

.check-icon {
  background-image: url('../images/67353a1082ffc504256af70f_Check-Icona.svg'), url('../images/67353a1082ffc504256af70f_Check-Icon.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.base-section {
  flex-direction: column;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  overflow: hidden;
}

.base-section.dark {
  background-color: #1a2a6b;
  padding-top: 80px;
  padding-bottom: 80px;
}

.period {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.tab-link {
  color: #fff;
  background-color: #0000;
  border-bottom: 4px solid #0000;
  margin-bottom: 30px;
  padding: 0 0 12px;
  font-size: 24px;
  line-height: 24px;
}

.tab-link.w--current {
  background-color: #0000;
  border-bottom-color: #e91e63;
  transition: border-color .3s;
}

.check-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 56px;
  display: grid;
}

.white {
  color: #fff;
}

.white._24bottom {
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.tab-content {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.rig-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 90%;
  max-width: 1110px;
  min-height: 600px;
  display: grid;
}

.tab-pane {
  height: 100%;
}

.tabs-menu-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 90px;
  display: flex;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.bottom-info {
  z-index: 2;
  color: #ffffff4d;
  border-top: 1px solid #ffffff4d;
  margin-right: 80px;
  padding-top: 24px;
  position: relative;
}

.text-block-12 {
  font-family: Noto Sans, sans-serif;
}

.text-block-13 {
  color: #fff;
  font-weight: 400;
}

.paragraph-6 {
  color: #ffffff80;
  font-family: Noto Sans, sans-serif;
}

.bold-text-7 {
  font-size: 16px;
  font-weight: 400;
}

.select-field-2 {
  background-color: #fff0;
}

.link-4 {
  color: #000;
}

.button-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0b6dff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 18px 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-2:hover {
  background-color: #284ee7;
}

.button-2.mg-top-36px {
  background-color: #5600e3;
  border-radius: 50px;
  margin-top: 36px;
  font-weight: 500;
}

.button-2.is--secondary {
  color: #080808;
  background-color: #ededed00;
  border: 1px solid #080808;
  border-radius: 20px;
  padding: 10px 12px;
}

.page-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: grid;
}

.button-_icon {
  margin-left: 12px;
}

.form_text-field {
  border: 1px solid #ededed;
  border-radius: 20px;
  margin-bottom: 37px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.information_header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 96px;
  display: flex;
}

.display-1 {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 62px;
}

.display-1.width-80percent {
  color: #2c53f0;
  width: 80%;
  font-weight: 700;
}

.information_section {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding: 40px;
  display: flex;
}

.information_section.background-color.neutral-200 {
  background-color: #fff;
}

.information_section.background-color.neutral-200.is--footer.hide-desktop {
  display: none;
}

.form_success-message {
  background-color: #eaf3ff;
  border-radius: 6px;
}

.divider {
  background-color: #ccc;
  width: 100%;
  max-width: 300px;
  height: 1px;
  margin-top: 56px;
  margin-bottom: 16px;
}

.text-span-19 {
  color: #1a2a6b;
}

.form_section {
  background-color: #2c53f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 64px;
  display: flex;
}

.form_block {
  width: 400px;
}

.form_field-label {
  color: #fff;
  margin-bottom: 6px;
  font-size: 1em;
  font-weight: 400;
}

.is--second {
  color: #000;
  margin-left: 32px;
}

.paragraph-small {
  font-size: 14px;
  line-height: 20px;
}

.form_error-message {
  background-color: #ffecec;
  border-radius: 6px;
}

.width-60percent {
  color: #e91e63;
  width: 80%;
  line-height: 1.3em;
}

.superscript, .text-span-20, .text-span-21 {
  color: #e91e63;
}

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

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.footer-title {
  color: #2c53f0;
  margin-bottom: 30px;
}

.color-neutral-300 {
  color: #eff0f6;
}

.success-message {
  color: #4a3aff;
  background-color: #f3f2ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.text-area {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.text-301 {
  line-height: 20px;
}

.text-301.bold {
  color: #1a2a6b;
  overflow-wrap: anywhere;
  font-weight: 400;
}

.text-301.color-neutral-600.mg-bottom-8px {
  color: #2c53f0;
  font-size: 18px;
  font-weight: 400;
}

.section-16 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-16.position-relative {
  padding-top: 80px;
  padding-bottom: 80px;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.half-bg-right {
  z-index: -1;
  background-color: #4a3aff;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.half-bg-right.width-36 {
  background-color: #2c53f0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.card-link-icon {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b0f;
}

.card-link-icon:hover {
  border-color: #2c53f0;
  transform: scale3d(.96, .96, 1.01);
}

.input {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.input:hover {
  border-color: #2c53f0;
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.mg-bottom-40px {
  color: #1a2a6b;
  margin-bottom: 40px;
  font-family: Noto Sans, sans-serif;
}

.heading-11 {
  color: #2c53f0;
}

.container-14 {
  background-image: linear-gradient(#fff, #2c53f0);
  width: 100%;
  height: 75%;
}

.container-14.no {
  background-image: none;
  height: 25%;
}

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

.flex-block-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: stretch;
}

.flex-block-16 {
  flex-flow: column;
}

.div-block-14 {
  aspect-ratio: 1;
  border-radius: 100%;
  display: none;
  position: relative;
  overflow: clip;
}

.image-13 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  position: absolute;
}

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

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-16 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.navbar-logo-left-3 {
  background-color: #2c53f0;
}

.navbar-logo-left-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-3.shadow-three {
  background-color: #2c53f0;
  width: 100%;
  height: 100px;
  margin-bottom: 0;
  padding: 30px 50px;
  position: fixed;
  top: 0;
}

.container-17 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-brand-3 {
  transition: opacity .2s;
}

.navbar-brand-3:hover {
  opacity: .9;
}

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

.nav-menu-two-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link-3:hover {
  color: #fff;
  border-bottom: 2px solid #e91e63;
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-3 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-3 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.heroo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #2c53f0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: calc(100vh - 100px);
  margin-top: 100px;
  display: grid;
}

.container-18 {
  flex-flow: row;
  place-content: center;
  align-items: center;
  max-width: 85%;
  display: flex;
}

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

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

.image-14, .image-15 {
  display: block;
}

@media screen and (min-width: 1440px) {
  .btn-primary.button-row:hover {
    background-color: #1a2a6bcc;
  }

  .btn-secondary:hover {
    background-color: #1a2a6b;
  }

  .tab-left-icon.small.center:hover {
    border-color: #1a2a6b;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    padding: 25px 30px;
  }

  .navigation-items {
    background-color: #fff0;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .navigation-wrap {
    color: #0000;
  }

  .navigation-item {
    text-align: center;
    background-color: red;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button-2 {
    color: #0000;
    padding: 0;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .menu-icon {
    display: block;
    position: relative;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-2, .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

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

  .container-6 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .features-paragraph.pricing-desc {
    text-align: center;
  }

  .info-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .image-8 {
    padding-bottom: 10px;
  }

  .contact-layout {
    flex-flow: column;
  }

  .container-default {
    display: flex;
  }

  .floating-item.hero-v1---01 {
    bottom: -14%;
    left: -42%;
  }

  .floating-item.hero-v1---02 {
    top: 24%;
    right: -30%;
  }

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

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

  .section.hero-primary {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .grid-2-columns.hero-v1 {
    grid-row-gap: 48px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
    position: static;
  }

  .grid-2-columns.text-right-default {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact-v1 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .navigation-2 {
    padding: 25px 30px;
  }

  .subtitle {
    text-align: center;
  }

  .tabs-menu.tabs-vertical.width-348px {
    max-width: 280px;
  }

  .inner-container._400px {
    max-width: 100%;
  }

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

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

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

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

  .tab-left-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .submit-button-4 {
    bottom: -63%;
    left: 0%;
    right: auto;
  }

  .container-7 {
    padding: 0 3em 10em;
  }

  .social-icons {
    width: 3.3em;
  }

  .logo-footer {
    width: 17em;
  }

  .grid_item {
    height: 100%;
    display: block;
  }

  .grid_item.footer-social {
    align-items: flex-start;
    width: 30%;
    padding-top: 3em;
    padding-bottom: 2em;
    padding-left: 4.04em;
  }

  .grid_item.footer-text {
    flex-direction: column;
    width: 70%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1.04em;
  }

  .grid_item.footer-social-mobile {
    align-items: flex-start;
    width: 30%;
    padding-top: 3em;
    padding-left: 4.04em;
  }

  .grid_item.footer-logo {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 3em;
  }

  .grid_item.footer-text-mobile {
    flex-direction: column;
    width: 70%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1.04em;
  }

  .is--white.is--69px {
    font-size: 50px;
  }

  .container-default-2._100 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .author-image-square---brix.float-image {
    flex-flow: row;
    order: -1;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    min-height: 500px;
    display: none;
    position: static;
  }

  .container-865px-center {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .flex-horizontal.end.tablet-vertical {
    flex-flow: column;
  }

  .card-author---brix.right {
    min-width: auto;
    margin-top: -58px;
    margin-bottom: 0;
  }

  .mg-bottom-32ps {
    text-align: center;
  }

  .social-media-grid-top {
    grid-auto-flow: column;
  }

  .position-relative {
    flex-flow: row;
  }

  .right-content-v2---brix {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    max-width: none;
  }

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

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

  .grid-1-column {
    width: 100%;
    display: flex;
  }

  .section-8 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .heading-9 {
    margin-bottom: 10px;
  }

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

  .flex-card---image-wrapper {
    display: block;
  }

  .card.over-image {
    margin-bottom: 34px;
    padding: 56px 48px;
    position: static;
  }

  .card.form {
    padding: 54px 32px;
  }

  .section-9 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .section-10 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .triangle {
    width: 90px;
    bottom: 0;
    right: 0;
  }

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

  .display-2 {
    font-size: 40px;
    line-height: 44px;
  }

  .featrues-left {
    min-height: 500px;
  }

  .section-11 {
    border-radius: 0;
  }

  .container-8._90 {
    max-width: 100%;
  }

  .logo-client-black {
    flex: 0 25%;
  }

  .logo-client-wrapper {
    width: 100%;
    max-width: 80%;
  }

  .image-9 {
    width: 100%;
    display: none;
    overflow: clip;
  }

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

  .insurance-form {
    width: 90%;
  }

  .subheader-text {
    font-size: 1rem;
  }

  .container-9 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    max-width: 100%;
  }

  .container-9.container-center {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .content-center {
    max-width: 45ch;
  }

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

  .icon-large {
    max-width: 2rem;
  }

  .container-10 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    max-width: 100%;
  }

  .container-10.container-center {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .container-11 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    max-width: 100%;
  }

  .container-11.container-center {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .night-sky {
    min-height: 400px;
  }

  .grid-item-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .grid-item-wrapper.no-margin {
    flex-direction: column-reverse;
  }

  .container-12 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    max-width: 100%;
  }

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

  .container-13 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    max-width: 100%;
  }

  .container-13.container-center {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .grid-card {
    margin-bottom: 0;
  }

  .medium.white {
    text-align: center;
  }

  .pricing-group-button {
    margin-top: 30px;
  }

  .tabs-content-2 {
    border-left-style: none;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
    display: flex;
  }

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

  .tab-link {
    margin-bottom: 0;
  }

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

  .rig-grid {
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .tabs-menu-2 {
    border-bottom: 1px solid #ffffff4d;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 0;
  }

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

  .bottom-info {
    margin-right: 0;
    padding-top: 24px;
  }

  .paragraph-6 {
    text-align: center;
  }

  .page-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
    height: auto;
  }

  .display-1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 66px;
  }

  .display-1.width-80percent {
    width: 82%;
  }

  .information_content.hide-tablet {
    display: none;
  }

  .information_content.is--centered {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .information_section {
    height: auto;
  }

  .information_section.background-color {
    min-height: auto;
  }

  .information_section.background-color.neutral-200 {
    max-width: 100%;
  }

  .information_section.background-color.neutral-200.is--footer {
    text-align: center;
    padding-bottom: 8px;
  }

  .information_section.background-color.neutral-200.is--footer.hide-desktop {
    display: flex;
  }

  .form_section {
    align-items: flex-start;
    max-width: 100%;
    height: auto;
  }

  .form_block {
    width: 540px;
  }

  .form_field-label {
    font-size: 1.7em;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .section-16 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .half-bg-right {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

  .half-bg-right.width-36, .card-link-icon {
    width: 100%;
  }

  .mg-bottom-40px, .heading-11 {
    text-align: center;
  }

  .div-block-13 {
    order: -1;
    width: 100%;
    display: none;
  }

  .container-15 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-block-15 {
    flex-flow: row;
  }

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

  .div-block-14 {
    object-fit: cover;
    border-bottom: 2px solid #e91e63;
    border-left: 1px solid #e91e63;
    height: 200px;
    margin-bottom: 0;
    display: block;
  }

  .image-13 {
    box-sizing: content-box;
    object-fit: cover;
    object-position: 0% 50%;
    width: 120%;
    max-width: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .div-block-15 {
    margin-bottom: 100px;
  }

  .navbar-logo-left-2 {
    color: #000;
  }

  .container-16 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar-logo-left-container-3.shadow-three {
    background-color: #2c53f0;
    position: fixed;
  }

  .container-17 {
    max-width: 728px;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-two-3 {
    color: #2c53f0;
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    color: #1a2a6b;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-3:hover {
    color: #1a2a6b;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-4 {
    padding: 0;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .icon {
    font-size: 32px;
  }

  .container-18 {
    justify-content: center;
    align-items: center;
  }

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

  .div-block-17 {
    order: -1;
    width: 50%;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    padding: 20px 30px;
  }

  .logo-link {
    padding-left: 0;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-divider-two {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-copyright, .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .text-style-title-small {
    font-size: 1.25rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

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

  .heading-7 {
    font-size: 70px;
  }

  .contact-layout {
    flex-flow: column;
  }

  .floating-item.hero-v1---01 {
    max-width: 500px;
  }

  .floating-item.hero-v1---02 {
    max-width: 480px;
  }

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

  .section, .section.hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

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

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation-2 {
    padding: 20px 30px;
  }

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

  .tabs-menu.tabs-vertical.width-348px {
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

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

  .tabs-wrapper.tabs-left {
    flex-direction: column;
  }

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

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

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .tab-left-icon {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tab-left-icon.small.center {
    margin: 10px 0;
  }

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

  .grid-2.is--final-coypright {
    padding-top: 15em;
  }

  .social-icons {
    width: 4em;
    margin-right: 2em;
    padding-right: 0;
  }

  .grid_item.footer-social {
    flex-direction: column;
    width: 50%;
    padding-left: 1.04em;
  }

  .grid_item.footer-text {
    width: 100%;
  }

  .grid_item.footer-social-mobile {
    flex-direction: column;
    padding-left: 1.04em;
  }

  .grid_item.is--50.footer-2 {
    justify-content: flex-end;
    width: 100%;
  }

  .grid_item.footer-logo {
    padding-top: 9.7em;
  }

  .grid_item.footer-text-mobile {
    width: 100%;
  }

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

  .author-image-square---brix.float-image {
    min-height: 402px;
  }

  .right-content-v2---brix {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

  .btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .btn-secondary-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .card.over-image {
    padding: 54px 32px;
  }

  .card.form {
    padding: 56px 32px;
  }

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

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

  .heading-h5-size {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-h1-size {
    font-size: 38px;
    line-height: 46px;
  }

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

  .services-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .triangle {
    width: 60px;
  }

  .strategy-grid {
    max-width: 100%;
  }

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

  .featrues-left {
    min-height: 400px;
  }

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

  .features-right {
    min-height: auto;
  }

  .logo-client-black {
    flex-basis: 33.3333%;
  }

  .logo-client-wrapper {
    width: 100%;
  }

  .image-12 {
    border-radius: 0;
  }

  .tab-grid {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .insurance__form-block.light-bg {
    border-radius: 0;
  }

  .container-9 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-9.container-center {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .content-center {
    text-align: left;
    align-items: flex-start;
  }

  .grid-3-1 {
    flex-direction: column;
    display: flex;
  }

  .section-12 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-10 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-10.container-center {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .section-13, .section-14 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-11 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-11.container-center {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .night-sky {
    min-height: 300px;
    padding: 75px 50px;
  }

  .grid-item-image-wrapper, .grid-item-content {
    width: 100%;
    max-width: 100%;
  }

  .grid-item-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .grid-item-wrapper.no-margin {
    object-fit: fill;
    flex-direction: column-reverse;
    display: flex;
    position: static;
  }

  .container-12 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card-grid {
    flex-direction: column;
    display: flex;
  }

  .container-13 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-13.container-center {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .grid-card.last {
    margin-bottom: 0;
  }

  .section-15 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tab-link {
    font-size: 18px;
    line-height: 18px;
  }

  .rig-grid {
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .button-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-wrapper {
    grid-template-columns: 100vw;
    width: 100%;
  }

  .information_header {
    margin-bottom: 56px;
  }

  .display-1 {
    margin-bottom: 24px;
    font-size: 52px;
    line-height: 55px;
  }

  .display-1.width-80percent {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .information_section.background-color.neutral-200 {
    padding-bottom: 16px;
  }

  .form_section {
    padding: 56px 40px;
  }

  .form_block {
    width: 100%;
  }

  .form_field-label {
    font-size: .6em;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .text-area {
    border-radius: 18px;
  }

  .text-301 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .card-link-icon {
    box-shadow: 1px 1px 20px 1px #0000001a;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .navbar-logo-left-container-3 {
    max-width: 100%;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-two-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-3 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-2, .menu-button-2.w--open {
    flex: none;
  }

  .menu-icon {
    color: #2c53f0;
    position: relative;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    font-size: 1.2em;
    transition-property: none;
  }

  .container-2 {
    max-width: none;
  }

  .footer-subscribe {
    padding-top: 25px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

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

  .container-6 {
    max-width: none;
  }

  .heading-7 {
    font-size: 52px;
  }

  .heading-7.pricing {
    font-size: 46px;
  }

  .contact-section {
    padding-bottom: 0;
  }

  .info-box-container {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 95%;
    padding-bottom: 30px;
  }

  .buttons-row {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .floating-item.hero-v1---01 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .floating-item.hero-v1---02 {
    display: none;
  }

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

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

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

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.button-row.ez {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin-bottom: 0;
    margin-right: 16px;
    padding: 18px 28px;
    display: block;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

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

  .grid-2-columns.form {
    grid-column-gap: 28px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 50px;
  }

  .btn-secondary {
    width: 150px;
    padding: 18px 28px;
  }

  .navigation-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .square-icon.mg-right-16px.mg-bottom-16px-mb {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

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

  .tab-left-icon {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section-5 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .line-terms {
    height: .5px;
  }

  .grid-2.is--final-coypright {
    padding-top: 30em;
  }

  .link-block-3 {
    display: inline-block;
  }

  .paragraph {
    font-size: 14.5px;
  }

  .submit-button-4 {
    bottom: -35%;
  }

  .checkbox-label {
    color: #acabab;
    padding-left: .8em;
    font-size: 10px;
    display: none;
  }

  .checkbox-label.open {
    display: block;
  }

  .image-footer {
    object-fit: cover;
  }

  .container-7.footer {
    padding-top: 15em;
    padding-bottom: 10em;
  }

  .checkbox-field {
    bottom: -15%;
  }

  .checkbox {
    width: 20px;
    height: 20px;
  }

  .text-block-7 {
    font-weight: 300;
  }

  .social-icons {
    width: 6em;
  }

  .social {
    justify-content: flex-start;
  }

  .footer-terms {
    padding-bottom: 2em;
  }

  .logo-footer {
    width: 32em;
  }

  .text-span-8 {
    border-bottom-width: .5px;
  }

  .social-footer-lin-mobile {
    color: #fff;
    align-items: center;
    width: 6em;
    margin-right: 3em;
    text-decoration: none;
    display: flex;
  }

  .social-footer-link {
    align-items: center;
    display: flex;
  }

  .grid_item.footer-social, .grid_item.footer-text {
    display: none;
  }

  .grid_item.footer-social-mobile {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 5em;
    display: block;
  }

  .grid_item.is--50.footer-2 {
    justify-content: flex-start;
    width: 100%;
    padding-top: 7em;
    padding-left: 1.04em;
  }

  .grid_item.is--50.footer-1 {
    width: 100%;
  }

  .grid_item.footer-logo {
    padding-bottom: 7em;
  }

  .grid_item.footer-text-mobile {
    padding-top: 5em;
    display: block;
  }

  .is--white {
    font-size: 9em;
  }

  .is--white.is--69px {
    font-size: 10.4em;
  }

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

  .author-image-square---brix.float-image {
    min-height: 350px;
  }

  .card-author---brix.right {
    box-shadow: 1px 1px 20px 1px #0000001a;
  }

  .mg-bottom-32ps {
    margin-top: 6px;
  }

  .social-media-grid-top {
    justify-content: center;
    place-items: stretch end;
  }

  .right-content-v2---brix {
    box-shadow: 1px 1px 20px 20px #000;
  }

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

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

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

  .btn-secondary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .icon-list {
    margin-right: 8px;
  }

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

  .section-8 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .heading-9 {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }

  .buttons-row-2 {
    flex-direction: column;
  }

  .btn-secondary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .card.over-image {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .section-9 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .heading-h1-size {
    font-size: 32px;
    line-height: 38px;
  }

  .section-10 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .triangle {
    width: 40px;
    inset: auto 0% 0% auto;
  }

  .triangle._5 {
    width: 40px;
  }

  .display-2 {
    font-size: 28px;
    line-height: 30px;
  }

  .featrues-left {
    min-height: 250px;
  }

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

  .features-right {
    padding-bottom: 65px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo-client-black {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .logo-client-wrapper {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .logo-client-wrapper._100 {
    max-width: 100%;
  }

  .pargraph {
    font-size: 1rem;
  }

  .secondary_button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .grid-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .container-9 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .container-9.container-center {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .section-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-10 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .container-10.container-center {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .section-13, .section-14 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-11 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .container-11.container-center {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .night-sky {
    color: #fff;
    padding: 50px 25px;
  }

  .title {
    font-size: 1.5em;
  }

  .grid-item-wrapper {
    margin-bottom: 75px;
  }

  .container-12, .container-13 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .container-13.container-center {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .grid-card-content {
    padding: 1.5rem;
  }

  .section-15 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .medium.white {
    margin-bottom: 25px;
  }

  .pricing-group-button {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .button.yellow:hover {
    transform: translate3d(0, -3px, .01px);
  }

  .button.yellow.combomain {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .base-section.dark {
    padding-top: 80px;
  }

  .tab-link {
    margin-bottom: 16px;
    margin-right: 30px;
  }

  .check-list {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .white._24bottom {
    text-align: center;
  }

  .tabs-menu-2 {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 30px;
  }

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

  .button-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .button-2.is--secondary {
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .page-wrapper {
    max-width: 100%;
  }

  .button-_icon {
    margin-left: 6px;
  }

  .information_section.background-color.neutral-200 {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .form_section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form_field-label {
    font-size: 1em;
  }

  .paragraph-small.width-60percent {
    width: 100%;
  }

  .text-area {
    scrollbar-width: thin;
  }

  .text-301.bold {
    font-size: 14px;
  }

  .text-301.color-neutral-600.mg-bottom-8px {
    padding-bottom: 5px;
  }

  .section-16 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-16.position-relative {
    padding-bottom: 40px;
  }

  .card-link-icon {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 85%;
    min-width: 65%;
    padding: 26px 18px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .flex-block-15 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .flex-block-16 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .container-16 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .navbar-logo-left-container-3.shadow-three {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px 25px;
    display: flex;
  }

  .container-17 {
    max-width: none;
  }

  .nav-menu-two-3 {
    flex-direction: column;
  }
}

#w-node-_703cf2ac-a544-c5e1-3fdb-71c5ecca81c9-3961c246, #w-node-_703cf2ac-a544-c5e1-3fdb-71c5ecca81cd-3961c246, #w-node-_703cf2ac-a544-c5e1-3fdb-71c5ecca81cf-3961c246 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c78b814-c815-a83e-02ee-adce0305786e-3961c246 {
  grid-area: 1 / 1 / 3 / 3;
  align-self: stretch;
}

#w-node-_5c78b814-c815-a83e-02ee-adce0305786f-3961c246 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5c78b814-c815-a83e-02ee-adce03057881-3961c246 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c78b814-c815-a83e-02ee-adce0305796f-3961c246 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-ca0678c7-280a-4cd1-3ab3-5ba0ec7e0a7f-3961c246 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ca0678c7-280a-4cd1-3ab3-5ba0ec7e0a83-3961c246 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_5c78b814-c815-a83e-02ee-adce0305786e-3961c246 {
    grid-column-end: 2;
    align-self: auto;
  }

  #w-node-_5c78b814-c815-a83e-02ee-adce03057881-3961c246 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5c78b814-c815-a83e-02ee-adce0305796f-3961c246 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5c78b814-c815-a83e-02ee-adce0305786f-3961c246 {
    order: 0;
    place-self: auto center;
  }

  #w-node-ca0678c7-280a-4cd1-3ab3-5ba0ec7e0a6f-3961c246, #w-node-ca0678c7-280a-4cd1-3ab3-5ba0ec7e0a73-3961c246, #w-node-ca0678c7-280a-4cd1-3ab3-5ba0ec7e0a77-3961c246, #w-node-ca0678c7-280a-4cd1-3ab3-5ba0ec7e0a7b-3961c246, #w-node-ca0678c7-280a-4cd1-3ab3-5ba0ec7e0a7f-3961c246, #w-node-ca0678c7-280a-4cd1-3ab3-5ba0ec7e0a83-3961c246 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


