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

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  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;
  }
}

.navbar-logo-left {
  max-width: none;
  background-color: #ebfffc;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 100%;
  opacity: 1;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle at 18% 100%, rgba(219, 224, 241, 0), rgba(233, 248, 244, 0) 0%, rgba(255, 255, 255, 0));
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  overflow: visible;
}

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

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

.navbar-brand, .nav-menu-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  background-color: rgba(255, 255, 255, 0);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  display: flex;
}

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

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.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;
  font-weight: 500;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.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 {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  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: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #091025;
  border: 1px solid #656ae5;
  border-radius: 10px;
  flex: 1;
  padding: 12px 25px;
  font-family: Lexend Deca, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
  position: relative;
}

.button-primary:hover {
  color: #fff;
  background-color: rgba(9, 16, 37, .86);
}

.button-primary:active {
  background-color: rgba(9, 16, 37, .86);
}

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

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

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-without-image {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Flutter-Canvas-bg.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px #000;
  padding: 185px 30px;
  font-weight: 700;
  position: relative;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-list {
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid #e4ebf3;
  justify-content: flex-end;
  padding: 40px 30px 80px;
  display: block;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 16px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  width: 130px;
  height: 80px;
  object-fit: cover;
  margin-right: 16px;
}

.body {
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  font-family: Montserrat, sans-serif;
}

.paragraph, .paragraph-2 {
  font-size: 16px;
  font-weight: 700;
}

.paragraph-3 {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.hero-heading-center {
  background-color: #f5f7fa;
  background-image: linear-gradient(#ebfffc, #fff);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  text-align: left;
  text-indent: 0;
  margin-bottom: 32px;
  font-family: Lexend Deca, sans-serif;
  font-weight: 300;
  line-height: 54px;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-family: Lexend Deca, sans-serif;
  line-height: 25px;
}

.pricing-overview {
  background-color: #d0dcee;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-description {
  max-width: 550px;
  color: #241e1e;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 500;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  background-color: #fed583;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.pricing-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

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

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

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

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

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

.footer-social-link-three {
  margin-left: 32px;
}

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

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

.footer-copyright {
  color: #3a4554;
}

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

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

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

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-dark {
  background-color: #292f36;
  background-image: none;
  border: 1px #bea2a2;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  max-width: 940px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 36px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Lexend Deca, sans-serif;
  display: flex;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #c4c4c4;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

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

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-family: Lexend Deca, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

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

.text-block-2, .text-block-3, .text-block-4 {
  font-size: 18px;
  font-weight: 600;
}

.team-slider {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #091721;
  background-image: url('../images/20798536_Background_10_15_04.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px #000;
  padding: 20px 30px 40px;
  position: relative;
}

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

.centered-heading-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-family: Lexend Deca, sans-serif;
  font-weight: 500;
}

.centered-subheading {
  max-width: 750px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 1px rgba(58, 58, 58, .2);
  margin-left: auto;
  margin-right: auto;
  font-family: Lexend Deca, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  outline-offset: 0px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: 1px #333;
  padding-bottom: 15px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: #183c6f;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 12px;
  padding: 0;
  font-family: Lexend Deca, sans-serif;
  font-weight: 500;
}

.team-member-text {
  color: #151515;
  text-align: justify;
  margin-bottom: 20px;
  font-family: Lexend Deca, sans-serif;
  line-height: 25px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading {
  text-align: center;
  font-family: Lexend Deca, sans-serif;
  font-weight: 500;
}

.paragraph-4 {
  text-align: center;
  padding-top: 10px;
  font-family: Lexend Deca, sans-serif;
  font-weight: 300;
  line-height: 25px;
}

.heading-2 {
  text-align: center;
  background-color: #f5f5f7;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Lexend Deca, sans-serif;
  font-weight: 500;
}

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

.paragraph-5 {
  text-align: center;
  background-color: #f5f5f7;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lexend Deca, sans-serif;
  font-weight: 300;
}

.column-copy {
  padding-left: 10px;
  padding-right: 0;
}

.column-2, .column-3 {
  padding-right: 0;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .12);
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .3);
}

.pricing-image-2 {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

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

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

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

.button-primary-3.outline-button {
  color: #1a1b1f;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-3.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  height: 1px;
  background-color: rgba(118, 135, 157, .1);
  align-self: stretch;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px rgba(150, 163, 181, .2);
}

.image, .image-2, .image-3 {
  text-align: center;
  object-fit: contain;
}

.columns {
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.container-4 {
  max-width: none;
}

.text-color-neutral-400 {
  color: #d9dbe9;
}

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

.text-single-300.medium {
  font-weight: 500;
}

.text-single-300.medium.text-color-600 {
  color: #6f6c90;
}

.text-single-300.medium.text-color-400 {
  color: #d9dbe9;
}

.list-pricing {
  margin-top: 24px;
  margin-bottom: 0;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.start-top {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
}

.pricing {
  color: #170f49;
  margin-bottom: 18px;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

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

.icon-pricing---brix {
  margin-right: 18px;
}

.popular-badge-align---brix {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.card-pricing {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  padding: 40px 40px 48px;
  display: flex;
  box-shadow: 1px 1px 12px rgba(20, 20, 43, .08);
}

.card-pricing.popular {
  background-color: #656ae5;
  padding-top: 30px;
  position: relative;
}

.card-pricing.align-bottom {
  justify-content: flex-end;
  padding-top: 24px;
}

.grid-three-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
}

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

.icon-bullet---brix {
  margin-right: 14px;
}

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

.text-center.mg-bottom-40px {
  border: 1px #000;
}

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

.container-default._100 {
  max-width: 1450px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.list-item-pricing {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.mg-top-18px {
  margin-top: 18px;
}

.mg-top-18px.mg-bottom-32px {
  margin-bottom: 32px;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-uppercase.subtitle {
  color: #4a3aff;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.color-white {
  color: #fff;
}

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

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

.text-single-200.bold.text-color-neutral-800.mg-left-12px {
  margin-left: 12px;
}

.text-single-200.medium {
  font-weight: 500;
}

.text-single-200.medium.color-neutral-300 {
  color: #eff0f6;
}

.content-pricig-table {
  margin-top: 76px;
}

.content-pricig-table.small {
  margin-top: 44px;
}

.text-color-neutral-800 {
  color: #170f49;
}

.text-color-neutral-800.mg-bottom-0px {
  margin-bottom: 0;
}

.text-color-neutral-800.mg-bottom-0px.mg-left-14px {
  margin-right: 14px;
}

.badge-popular---brix {
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 10px;
  margin-top: 0;
  padding: 12px 17px;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.user-pricing-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary-4 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .12);
}

.button-primary-4:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .15);
}

.button-primary-4.light {
  color: #4a3aff;
  background-color: #fff;
}

.color-neutral-100 {
  color: #fff;
  text-align: left;
}

.icon-list-item-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.icon-list-item-wrapper.white {
  opacity: 1;
  align-items: flex-start;
}

.icon-list-item-wrapper.white.extra {
  opacity: 0;
}

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

.text-300.medium {
  font-weight: 500;
}

.text-300.medium.top-8px {
  color: #091025;
  font-family: Lexend Deca, sans-serif;
  position: relative;
  top: 8px;
}

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

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

.flex-horizontal-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-horizontal-2.start {
  justify-content: flex-start;
}

.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._1-col-tablet {
  grid-auto-flow: column;
}

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

.tabs-wrapper {
  padding-top: 30px;
}

.divider {
  height: 1px;
  background-color: #dcddeb;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.card.pricing-popular {
  color: #f7f7fc;
  background-color: #091025;
  position: relative;
}

.pricing-content {
  padding: 40px 28px 72px;
}

.pricing-content.pd-bottom-40px {
  text-align: center;
  padding-bottom: 40px;
}

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

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

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

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

.btn-primary.width-100 {
  text-align: center;
  background-color: #091025;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lexend Deca, sans-serif;
  font-weight: 500;
}

.btn-primary.white {
  color: #4a3aff;
  background-color: #fff;
}

.btn-primary.white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
}

.btn-primary.white.width-100 {
  color: #091025;
}

.icon-list {
  margin-right: 16px;
}

.tabs-content {
  overflow: visible;
}

.badge-primary {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}

.badge-primary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-primary.small.white.popular-pricint-top-badge {
  color: #211f54;
  background-color: #fff;
  border-radius: 50px;
  padding: 5px 10px;
  font-family: Lexend Deca, sans-serif;
  font-size: 10px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.badge-secondary {
  color: #211f54;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .06);
}

.badge-secondary.tabs {
  color: #333;
  -webkit-text-stroke-color: #33b9f6;
  background-color: #efefef;
  border-color: #33b9f6;
  border-radius: 5px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px 40px;
  transition: background-color .3s, border-color .3s, color .3s;
}

.badge-secondary.tabs:hover {
  color: #38bbf6;
  background-color: #def5ff;
  border-color: #33b9f6;
}

.badge-secondary.tabs.w--current {
  color: #33b9f6;
  background-color: #def5ff;
  border-color: #33b9f6;
  border-radius: 5px;
  font-family: Lexend Deca, sans-serif;
  font-weight: 500;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._700px.center {
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.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-40px {
  grid-row-gap: 16px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: auto;
  grid-auto-rows: 1fr;
  grid-auto-flow: row;
}

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

.heading-h1-size.mg-right-8px {
  color: #091025;
  text-align: left;
  font-family: Lexend Deca, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.heading-h1-size.mg-right-8px.color-neutral-100 {
  color: #fff;
}

.container-default-2 {
  max-width: none;
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

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

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

.text-301.bold.list {
  text-align: left;
  font-family: Lexend Deca, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

.text-301.bold.color-neutral-800.list {
  font-family: Lexend Deca, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

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

.flex-horizontal-3.start {
  justify-content: flex-start;
}

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

.heading-3 {
  text-align: left;
  font-family: Lexend Deca, sans-serif;
}

.text-block-5, .text-block-6 {
  font-family: Lexend Deca, sans-serif;
}

.completed-form-illustrations---brix {
  margin-bottom: 18px;
}

.field-label---brix {
  color: #170f49;
  letter-spacing: -.02em;
  margin-bottom: 18px;
  font-family: Lexend Deca, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.text-area---brix {
  max-height: 200px;
  max-width: 100%;
  min-height: 90px;
  min-width: 100%;
  color: #170f49;
  border: 2px solid #eff0f6;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: border-width .2s, opacity .2s, color .2s, border-color .2s;
  box-shadow: 0 2px 6px rgba(19, 18, 66, .07);
}

.text-area---brix:hover {
  color: #4a3aff;
  border-width: 2px;
  border-color: #091025;
}

.text-area---brix:focus {
  color: #4a3aff;
  border-color: #091025;
}

.text-area---brix::-ms-input-placeholder {
  color: #6f6c90;
  font-size: 14px;
  font-weight: 400;
}

.text-area---brix::placeholder {
  color: #6f6c90;
  font-size: 14px;
  font-weight: 400;
}

.inputs-grid---brix {
  grid-column-gap: 22px;
  grid-row-gap: 44px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 38px;
  display: grid;
}

.feedback-submission-form-wrapper---brix {
  justify-content: space-between;
  display: flex;
}

.feedback-submission-form-wrapper---brix.preview-page {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.feedback-submission-form-container---brix {
  width: 100%;
  max-width: 55%;
  align-self: center;
}

.subtitle---brix {
  color: #091025;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Lexend Deca, sans-serif;
  font-weight: 600;
  line-height: 20px;
}

.success-message---brix {
  min-height: 66vh;
  color: #fff;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 54px 54px rgba(74, 58, 255, .02), 0 4px 104px rgba(20, 20, 43, .04), 0 98px 66px rgba(19, 18, 66, .02);
}

.submit-button---brix {
  color: #fff;
  text-align: center;
  background-color: #091025;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  font-family: Lexend Deca, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .12);
}

.submit-button---brix:hover {
  background-color: rgba(9, 16, 37, .72);
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .15);
}

.checkbox-field---brix {
  color: #6f6c90;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.title-container---brix {
  width: 100%;
  max-width: 38%;
  align-self: flex-start;
  padding-top: 70px;
}

.feedback-submission-form---brix {
  background-color: #fff;
  border-radius: 34px;
  padding: 70px 48px 76px;
  box-shadow: 0 54px 54px rgba(74, 58, 255, .02), 0 4px 104px rgba(20, 20, 43, .04), 0 98px 66px rgba(19, 18, 66, .02);
}

.submit-content-wrapper---brix {
  width: 100%;
  max-width: 500px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.review-stars-wrapper---brix {
  margin-bottom: 32px;
}

.feedback-submission-form-block---brix {
  margin-bottom: 0;
}

.step-title---brix {
  margin-bottom: 8px;
  font-weight: 700;
}

.error-message---brix {
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px;
}

.input---brix {
  min-height: 66px;
  color: #170f49;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 500px;
  margin-bottom: 0;
  padding: 22px 60px 24px 20px;
  font-size: 18px;
  line-height: 1.6;
  transition: opacity .2s, color .2s, border-color .2s;
  box-shadow: 0 2px 6px rgba(19, 18, 66, .07);
}

.input---brix:hover, .input---brix:focus {
  color: #4a3aff;
  border-color: #4a3aff;
}

.input---brix::-ms-input-placeholder {
  color: #6f6c90;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.input---brix::placeholder {
  color: #6f6c90;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.input---brix.phone-icon---brix {
  min-height: 30px;
  background-image: url('../images/icon-3-input-feedback-submission-form-webflow-cloneable-template-brix-templates.svg');
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 16px;
}

.input---brix.phone-icon---brix:hover, .input---brix.phone-icon---brix:focus {
  background-image: url('../images/icon-3-input-feedback-submission-form-webflow-cloneable-template-brix-templates.svg');
  border-color: #091025;
}

.input---brix.company-icon---brix {
  min-height: 30px;
  background-image: url('../images/icon-4-input-feedback-submission-form-webflow-cloneable-template-brix-templates.svg');
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 16px;
}

.input---brix.company-icon---brix:hover, .input---brix.company-icon---brix:focus {
  background-image: url('../images/icon-4-input-feedback-submission-form-webflow-cloneable-template-brix-templates.svg');
  border-color: #091025;
}

.input---brix.email-icon---brix {
  min-height: 30px;
  background-image: url('../images/icon-2-input-feedback-submission-form-webflow-cloneable-template-brix-templates.svg');
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 16px;
}

.input---brix.email-icon---brix:hover, .input---brix.email-icon---brix:focus {
  background-image: url('../images/icon-2-input-feedback-submission-form-webflow-cloneable-template-brix-templates.svg');
  border-color: #091025;
}

.input---brix.name-icon---brix {
  min-height: 30px;
  background-image: url('../images/icon-1-input-feedback-submission-form-webflow-cloneable-template-brix-templates.svg');
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 16px;
}

.input---brix.name-icon---brix:hover {
  background-image: url('../images/icon-1-input-feedback-submission-form-webflow-cloneable-template-brix-templates.svg');
  border-color: #091025;
}

.input---brix.name-icon---brix:focus {
  background-image: url('../images/icon-1-on-input-feedback-submission-form-webflow-cloneable-template-brix-templates.svg');
  border-color: #091025;
}

.input---brix.name-icon---brix:focus-visible {
  background-image: url('../images/icon-1-input-feedback-submission-form-webflow-cloneable-template-brix-templates.svg');
  background-repeat: no-repeat;
  background-size: auto;
}

.input---brix.name-icon---brix[data-wf-focus-visible] {
  background-image: url('../images/icon-1-input-feedback-submission-form-webflow-cloneable-template-brix-templates.svg');
  background-repeat: no-repeat;
  background-size: auto;
}

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

.checkbox---brix {
  width: 21px;
  height: 21px;
  min-height: 21px;
  cursor: pointer;
  border-color: #d9dbe9;
  border-radius: 4px;
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  transition: background-color .2s, border-color .2s;
  box-shadow: inset 0 -3px 7px rgba(31, 29, 121, .1);
}

.checkbox---brix:hover {
  border-color: #4a3aff;
}

.checkbox---brix.w--redirected-checked {
  background-color: #4a3aff;
  background-size: 14px;
  border-color: #4a3aff;
}

.checkbox---brix.w--redirected-focus {
  box-shadow: 0 0 3px 1px rgba(74, 58, 255, .2);
}

.heading-4 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 500;
}

.paragraph-6 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
}

.text-block-7, .text-block-7.text-plans, .heading-5, .heading-6 {
  text-align: left;
}

.link {
  color: #091025;
}

.checkbox-label {
  font-family: Lexend Deca, sans-serif;
  font-weight: 300;
}

.section {
  background-color: #fff;
  margin-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.container-5 {
  background-color: #fff;
  border: 0 #ddd;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-7 {
  color: #33b9f6;
  text-align: center;
  margin-top: 40px;
  font-family: Lexend Deca, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.paragraph-7 {
  text-align: justify;
  padding-top: 20px;
  font-family: Lexend Deca, sans-serif;
}

.image-4, .image-5 {
  color: #fff;
}

.button-relative {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .12);
}

.button-relative:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .15);
}

.button-relative.newsletter {
  min-height: 0;
  background-color: #091025;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: 6px;
  bottom: 8px;
  left: auto;
  right: 14px;
}

.button-relative.newsletter:hover {
  transform: none;
}

.success-message-image {
  margin-bottom: 23px;
}

.form-newsletter.mg-bottom-24px {
  max-width: 550px;
  min-width: 550px;
  font-family: Lexend Deca, sans-serif;
  display: inline-block;
}

.form-newsletter-wrapper {
  position: relative;
}

.error-message-2.newsletter {
  color: #fff;
  text-align: center;
  background-color: #ff7b7d;
  border-radius: 11px;
  margin-top: 22px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
}

.input-relative {
  min-height: 64px;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 24px;
  padding: 22px 24px;
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.input-relative:focus {
  color: #0d0a2c;
  border-color: #4a3aff;
}

.input-relative::-ms-input-placeholder {
  color: #615e83;
  font-size: 18px;
  line-height: 20px;
}

.input-relative::placeholder {
  color: #615e83;
  font-size: 18px;
  line-height: 20px;
}

.input-relative.newsletter {
  min-height: 0;
  background-color: #f5f5f7;
  border-color: #ddd;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Lexend Deca, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 0;
  transition: all .35s;
  box-shadow: 0 4px 25px rgba(13, 10, 44, .06);
}

.input-relative.newsletter:hover {
  border-color: #091025;
  box-shadow: 0 8px 28px rgba(23, 15, 73, .08);
}

.input-relative.newsletter:focus {
  border-color: #091025;
  box-shadow: 0 7px 28px rgba(23, 15, 73, .08);
}

.input-relative.newsletter::-ms-input-placeholder {
  font-size: 18px;
}

.input-relative.newsletter::placeholder {
  font-size: 18px;
}

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

.mg-bottom-40px {
  margin-bottom: 40px;
  font-family: Lexend Deca, sans-serif;
  font-weight: 300;
}

.mg-bottom-40px.newletter-text {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-8 {
  padding-top: 20px;
}

.html-embed {
  padding-bottom: 20px;
  font-family: Lexend Deca, sans-serif;
  font-weight: 300;
}

.text-block-8 {
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.language-bash {
  margin-top: 20px;
  padding-top: 0;
  font-family: Lexend Deca, sans-serif;
  line-height: 20px;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  font-weight: 600;
}

.image-6 {
  max-width: 100%;
  opacity: 1;
  mix-blend-mode: luminosity;
}

.image-6:hover {
  mix-blend-mode: normal;
}

.flex-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 10px;
  padding-bottom: 20px;
}

.tabs-menu-5, .tabs-menu-10, .tabs-menu-6 {
  font-family: Lexend Deca, sans-serif;
}

.html-embed-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lexend Deca, sans-serif;
}

.paragraph-9 {
  background-color: #f6f8fa;
}

.tabs-menu-3 {
  background-color: #ebedef;
}

.tabs-menu-9 {
  font-family: Lexend Deca, sans-serif;
}

.tab-pane-tab-2 {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-1-2 {
  background-color: rgba(221, 221, 221, 0);
  font-family: Lexend Deca, sans-serif;
  display: block;
}

.tab-link-tab-1-2:hover, .tab-link-tab-1-2:visited {
  color: #fff;
  background-color: #091025;
}

.tab-link-tab-1-2.w--current {
  color: #fff;
  object-fit: fill;
  background-color: #091025;
  border: 0 solid #018ef5;
  border-radius: 0;
  padding-right: 30px;
}

.tabs-menu-4 {
  font-family: Lexend Deca, sans-serif;
}

.tab-link-tab-2-2 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

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

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

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

.tab-link-tab-2-2.w--current {
  width: auto;
  color: #fff;
  background-color: #091025;
}

.tab-link-tab-2-2.w--current:hover, .tab-link-tab-2-2.w--current:focus, .tab-link-tab-2-2.w--current:visited {
  color: #fff;
  background-color: #091025;
}

.tab-pane-tab-1-2 {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
}

.tabs-menu-2 {
  width: 80%;
  height: auto;
  background-color: #fafffe;
  border-right: 0 solid #d9e4ec;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.tabs-2 {
  width: 50%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fafffe;
  border-right: 0 #a1b7c7;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: auto;
}

.tab-link-nodejs {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-nodejs.w--current {
  background-color: #c9c9c9;
}

.tab-link-tab-7 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.tab-link-tab-7:hover {
  color: #fff;
  background-color: #091025;
}

.language-bash-2, .tab-pane-curl {
  font-family: Lexend Deca, sans-serif;
}

.tabs-content-2 {
  background-color: #f6f8fa;
  padding: 20px 10px;
}

.tab-link-tab-3-2 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.tab-link-tab-3-2:hover, .tab-link-tab-3-2:visited, .tab-link-tab-3-2.w--current {
  color: #fff;
  background-color: #091025;
}

.div-block {
  border-top: 0 solid #ddd;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.tabs-content-3 {
  width: 200%;
  object-fit: fill;
  background-color: #fff;
  border-left: 1px solid #ddd;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.tab-link-tab-4 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.tab-link-tab-4:hover, .tab-link-tab-4.w--current, .tab-link-tab-4.w--current:visited {
  color: #fff;
  background-color: #091025;
}

.tab-link-tab-6 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.tab-link-tab-6:hover {
  color: #fff;
  background-color: #091025;
}

.tab-link-tab-8 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.tab-link-tab-8:hover {
  color: #fff;
  background-color: #091025;
}

.tab-link-tab-5 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.tab-link-tab-5:hover {
  color: #fff;
  background-color: #091025;
}

.tab-pane-tab-3 {
  background-color: rgba(0, 0, 0, 0);
  font-family: Lexend Deca, sans-serif;
}

.tab-link-curl {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-curl.w--current {
  background-color: #f6f8fa;
}

.tab-link-tab-9 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.tab-link-tab-9:hover {
  color: #fff;
  background-color: #091025;
}

.text-block-9 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.tabs-3 {
  width: 480px;
}

.paragraph-10 {
  padding-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-10.image-caption {
  padding-top: 5px;
  font-style: italic;
  font-weight: 300;
}

.bold-text-10 {
  font-size: 24px;
}

.bold-text-10.text-heading {
  font-weight: 600;
}

.image-7 {
  padding-top: 0;
  padding-bottom: 0;
}

.image-8 {
  padding-top: 0;
}

.lightbox-link {
  padding-top: 20px;
}

@media screen and (min-width: 1920px) {
  .badge-popular---brix {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-list-item-wrapper {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .icon-list-item-wrapper.white {
    padding-bottom: 40px;
    display: flex;
  }

  .text-300.medium.top-8px {
    font-size: 22px;
  }

  .btn-primary.white.width-100 {
    color: #091025;
  }

  .icon-list {
    clear: none;
    align-self: center;
  }

  .icon-list.icon-plan {
    align-self: center;
    margin-top: -17px;
  }

  .grid-1-column.gap-row-16px.mg-bottom-40px {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: 0;
    grid-auto-rows: 1fr;
    grid-auto-flow: row;
    align-content: space-between;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    display: flex;
  }

  .heading-h1-size.mg-right-8px {
    font-size: 21px;
    font-weight: 300;
    line-height: 20px;
  }

  .text-301.bold.list {
    align-self: flex-start;
    font-size: 14px;
    line-height: 20px;
    display: block;
    overflow: visible;
  }

  .text-301.bold.list.plan-text2 {
    align-self: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-301.bold.color-neutral-800.list {
    text-indent: 0;
    overflow-wrap: normal;
    order: 0;
    align-self: auto;
    align-items: center;
    padding-top: 0;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    display: block;
  }

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

  .text-block-7 {
    color: #fff;
    font-family: Lexend Deca, sans-serif;
  }

  .text-block-7.text-plans {
    color: #091025;
  }

  .error-message-2 {
    color: #ff2a2a;
    background-color: #fff2f2;
    border-radius: 80px;
    margin-top: 27px;
    padding: 19px 28px;
  }

  .input-relative::-ms-input-placeholder {
    color: #615e83;
    font-size: 16px;
  }

  .input-relative::placeholder {
    color: #615e83;
    font-size: 16px;
  }
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .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 rgba(0, 0, 0, .05);
  }

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

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

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

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

  .content-pricig-table {
    margin-top: 60px;
  }

  .badge-popular---brix {
    top: 24px;
    right: 24px;
  }

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

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

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

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

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

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

  .feedback-submission-form-wrapper---brix {
    flex-direction: column;
  }

  .feedback-submission-form-container---brix {
    max-width: 100%;
  }

  .title-container---brix {
    max-width: 100%;
    align-self: center;
    margin-bottom: 24px;
    margin-right: auto;
    padding-top: 0;
  }

  .feedback-submission-form---brix {
    padding: 48px 32px;
  }

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

@media screen and (max-width: 767px) {
  .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 rgba(0, 0, 0, .05);
  }

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

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

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    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;
  }

  .hero-heading-left, .hero-without-image, .features-list, .hero-heading-center, .pricing-overview {
    padding: 60px 15px;
  }

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .team-slider, .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

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

  .text-single-200.bold.text-color-neutral-800.mg-left-12px {
    margin-top: 10px;
    margin-left: 0;
  }

  .text-color-neutral-800.mg-bottom-0px.mg-left-14px {
    margin-bottom: 14px;
    margin-right: 0;
  }

  .badge-popular---brix {
    top: 26px;
  }

  .user-pricing-wrapper {
    flex-direction: column;
  }

  .button-primary-4 {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

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

  .text-300.medium.top-8px {
    top: 6px;
  }

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

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

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .pricing-content {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

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

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.tabs {
    margin: 8px;
  }

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

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

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

  .submit-button---brix {
    background-position: 83%;
    padding: 24px 58px 24px 40px;
    font-size: 16px;
    line-height: 18px;
  }

  .feedback-submission-form---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .submit-content-wrapper---brix {
    margin-top: 32px;
  }

  .cloneable-container-default {
    padding: 80px 24px;
  }

  .button-relative {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .form-newsletter {
    width: 100%;
    padding-left: 0;
  }

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

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

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

  .nav-menu-two {
    z-index: 999;
    background-color: #fff;
    border-radius: 0;
    flex-direction: column;
    position: fixed;
    top: 60px;
    bottom: auto;
    right: 20px;
    overflow: visible;
  }

  .menu-button {
    position: relative;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

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

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

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

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-copyright-center {
    font-family: Lexend Deca, sans-serif;
    font-size: 12px;
  }

  .container-2 {
    max-width: none;
  }

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

  .team-slide-wrapper {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0%;
    display: block;
  }

  .container-3 {
    max-width: none;
  }

  .columns {
    display: block;
  }

  .popular-badge-align---brix {
    justify-content: flex-start;
    margin-bottom: 16px;
  }

  .card-pricing {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .text-uppercase.subtitle {
    font-size: 14px;
  }

  .badge-popular---brix {
    position: static;
  }

  .button-primary-4 {
    padding: 15px 34px 16px;
  }

  .text-300.medium.top-8px {
    top: 3px;
  }

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

  .grid-3-columns._1-col-tablet {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .icon-list {
    margin-right: 8px;
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.tabs {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .text-area---brix {
    min-height: 240px;
  }

  .submit-button---brix {
    width: 100%;
    max-width: 200px;
    text-align: left;
    background-position: 88%;
    justify-content: flex-start;
    margin-right: auto;
    padding: 20px 24px;
    display: inline-block;
  }

  .checkbox-field---brix {
    align-items: flex-start;
  }

  .feedback-submission-form---brix {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cloneable-container-default {
    padding: 80px 16px;
  }

  .button-relative {
    padding: 15px 34px 16px;
  }

  .button-relative.newsletter {
    width: 100%;
    margin-top: 16px;
    padding-top: 19px;
    padding-bottom: 19px;
    position: static;
  }

  .form-newsletter-wrapper {
    position: static;
  }

  .input-relative.newsletter {
    min-height: 64px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 16px;
  }

  .input-relative.newsletter::-ms-input-placeholder {
    font-size: 16px;
    line-height: 18px;
  }

  .input-relative.newsletter::placeholder {
    font-size: 16px;
    line-height: 18px;
  }
}

#w-node-_5a798715-6ac5-247c-d33e-0fc14584cf6d-e69dac1c, #w-node-_5a798715-6ac5-247c-d33e-0fc14584cf77-e69dac1c, #w-node-_5a798715-6ac5-247c-d33e-0fc14584cf81-e69dac1c, #w-node-_6616e457-ae8a-188f-1e3f-fdff35c6a5c9-e69dac1c, #w-node-dbb4d339-f938-2609-5bcf-0cf9106ef45e-e69dac1c, #w-node-b5467a5b-130d-29b6-9fbd-c889218b9ec2-e69dac1c, #w-node-_6616e457-ae8a-188f-1e3f-fdff35c6a5eb-e69dac1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01444c9d-5442-e249-e550-e12df28813c8-e69dac1c {
  align-self: auto;
}

#w-node-e572a847-d858-1ec7-3d96-fdab3a51071e-e69dac1c, #w-node-e572a847-d858-1ec7-3d96-fdab3a51072e-e69dac1c, #w-node-_71b7bed3-f8e5-3ed0-369a-181468912fee-e69dac1c, #w-node-_9a80c643-9365-91de-d754-e5a6dfc3ef38-e69dac1c, #w-node-_9a80c643-9365-91de-d754-e5a6dfc3ef3c-e69dac1c, #w-node-_9a80c643-9365-91de-d754-e5a6dfc3ef43-e69dac1c, #w-node-_72254bc5-8ecc-33b3-e749-eb145fdf19a9-e69dac1c, #w-node-_72254bc5-8ecc-33b3-e749-eb145fdf19ad-e69dac1c, #w-node-_72254bc5-8ecc-33b3-e749-eb145fdf19b4-e69dac1c, #w-node-ec7c0cc3-a20c-3b37-0eaa-2370dbba32b8-e69dac1c, #w-node-ec7c0cc3-a20c-3b37-0eaa-2370dbba32c1-e69dac1c, #w-node-ec7c0cc3-a20c-3b37-0eaa-2370dbba32cc-e69dac1c, #w-node-_0cfee69b-51e1-d8d6-c8b3-0f52e19e5d82-e69dac1e, #w-node-_0cfee69b-51e1-d8d6-c8b3-0f52e19e5d8b-e69dac1e, #w-node-_0cfee69b-51e1-d8d6-c8b3-0f52e19e5d96-e69dac1e, #w-node-_0cfee69b-51e1-d8d6-c8b3-0f52e19e5d82-e69dac1f, #w-node-_0cfee69b-51e1-d8d6-c8b3-0f52e19e5d8b-e69dac1f, #w-node-_0cfee69b-51e1-d8d6-c8b3-0f52e19e5d96-e69dac1f, #w-node-_0cfee69b-51e1-d8d6-c8b3-0f52e19e5d82-e69dac21, #w-node-_0cfee69b-51e1-d8d6-c8b3-0f52e19e5d8b-e69dac21, #w-node-_0cfee69b-51e1-d8d6-c8b3-0f52e19e5d96-e69dac21, #w-node-_4922ce04-805d-c4e2-7b5b-ca0f7b3e0a61-e69dac22, #w-node-_4922ce04-805d-c4e2-7b5b-ca0f7b3e0a65-e69dac22, #w-node-_4922ce04-805d-c4e2-7b5b-ca0f7b3e0a6c-e69dac22, #w-node-_4922ce04-805d-c4e2-7b5b-ca0f7b3e0af1-e69dac22, #w-node-_4922ce04-805d-c4e2-7b5b-ca0f7b3e0af5-e69dac22, #w-node-_4922ce04-805d-c4e2-7b5b-ca0f7b3e0afc-e69dac22, #w-node-_0cfee69b-51e1-d8d6-c8b3-0f52e19e5d82-e69dac22, #w-node-_0cfee69b-51e1-d8d6-c8b3-0f52e19e5d8b-e69dac22, #w-node-_0cfee69b-51e1-d8d6-c8b3-0f52e19e5d96-e69dac22, #w-node-c1178aaf-baa0-858f-fb0d-a7ea2c84bcbc-e69dac22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

/* Custom CSS */

/* .ph-container-regular {
  width: 100%;
  max-width: 100%;
  min-height: 30px;
  background-image: url('../images/bg-1.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
}

.product-hunt {
  width: 100%;
  max-width: 70%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-hunt > .html-embed {
  align-self: center !important;
  padding-bottom: 0px;
}

.product-hunt > h1 {
  align-self: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  margin: 0px;

} */



/* Mobile Nav */
@media screen and (max-width: 600px) {
  .w-nav-menu {
    position: fixed !important;
    top: 8% !important;
    width: 80% !important;
    left: 15%;
    border-radius: 0px !important;
  }

  .nav-menu-two {
    border-radius: 0px !important;
  }

  .w-nav-overlay {
    height: auto !important;
  }

}

/* Laptop Nav */
@media screen and (min-width: 600px) {
  .nav-dropdown-list {
    background-color: #ffffff;
    border-radius: 0px;
    /* position: fixed; */
    border: 1px solid #ddd;
    /* top: 11%;
    left: 66.5%; */
    /* min-width: 15%; */
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* .navbar-logo-left-container.shadow-three.w-nav {
    overflow: visible !important;
} */

  .nav-dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
  }

  .nav-dropdown-link:hover {
    background: #efefef;
  }
}

/* Home Page Form CSS */

div#success-message {
  position: absolute;
  height: 630px !important;
  width: 682px !important;
  top: 0px;
}

div#error-msg {
  display: none !important;
  visibility: hidden !important;
}

div#fc-nav {
  max-width: 1080px !important;
}

@media screen and (max-width: 600px) {
form#email-form {
  width: 350px;
}

.form-newsletter.mg-bottom-24px.w-form {
  max-width: 350px !important;
  min-width: 350px !important;
}
}

