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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding-top: 0vh;
  padding-bottom: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bild-1.png');
  background-position: 150% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-link {
  padding-right: 16px;
  padding-left: 16px;
  color: #5e727d;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: #06b3ba;
}

.nav-link.w--current {
  color: #06b3ba;
}

.nav-link.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #1b2d45;
  font-weight: 500;
  white-space: nowrap;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 320px;
  padding-top: 10px;
  background-color: transparent;
}

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

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.nav-link-details {
  color: rgba(40, 51, 56, 0.6);
  font-size: 14px;
  white-space: normal;
}

.dropdown-icon {
  width: 100%;
}

.dropdown-wrapper {
  overflow: hidden;
  min-width: 140px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.navigation {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px none #06b3ba;
  background-color: transparent;
  box-shadow: 0 0 20px 0 rgba(6, 179, 186, 0.38);
}

.dropdown {
  color: #5e727d;
  font-size: 16px;
}

.arrow {
  width: 15px;
}

.brand {
  margin-right: 44px;
}

.dropdown-pointer {
  position: relative;
}

.dropdown-link {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: hsla(0, 0%, 98%, 0.8);
  color: #1b2d45;
}

.nav-link-blog {
  color: #face55;
  font-size: 14px;
  white-space: normal;
}

.dropdown-block {
  position: relative;
  z-index: 25;
  width: 100%;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.nav-blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.nav-menu-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283338;
  font-size: 15px;
  font-weight: 500;
}

.pointer {
  position: absolute;
  left: 0%;
  top: -3%;
  right: 4%;
  bottom: auto;
  z-index: 20;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dropdown-toggle {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #5e727d;
}

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

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

.primary-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 20px 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07);
  color: #016367;
  text-decoration: none;
}

.primary-cta.lp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-left: 0px;
  box-shadow: 0 0 20px 11px rgba(0, 0, 0, 0.07);
}

.primary-cta.lp._2 {
  margin-top: 4vh;
}

.primary-cta.lp._2.starten {
  margin-top: 2vh;
}

.body {
  font-family: Montserrat, sans-serif;
}

.image {
  width: 250px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 80vh;
  min-width: 100vw;
  padding: 0vh 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  min-height: 80vh;
  min-width: 50vw;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 5vw;
}

.div-block-2._2 {
  min-width: 40vw;
}

.div-block-2._1 {
  min-width: 60vw;
  padding-right: 5vw;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2vh 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #06b3ba;
}

.navigation-container-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  padding: 16px 32px;
  border-radius: 10px;
  background-color: #02676b;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.button:hover {
  background-color: #025c5f;
}

.logo {
  width: 150px;
}

.nav-menu-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3f0a3d;
}

.nav03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(6, 179, 186, 0.38);
}

.brand-2 {
  margin-right: 20px;
  padding: 0px 12px;
}

.line-break {
  width: 1px;
  min-height: 25px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #ddd;
}

.nav-link-plain {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 15px;
}

.nav-link-plain:hover {
  color: #02676b;
}

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

.hero-h1 {
  margin-bottom: 16px;
  color: #000;
  font-size: 65px;
  line-height: 65px;
  letter-spacing: -1.4px;
}

.hero-paragraph {
  max-width: 90%;
  margin-bottom: 0px;
  color: #000;
  font-size: 21px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 0px;
}

.hero-paragraph.highlis {
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

.text-span {
  color: #06b3ba;
}

.link {
  color: #fff;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  min-height: 15vh;
  margin-top: 3vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3vw;
  padding: 3vw 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  background-color: rgba(6, 179, 186, 0.09);
  box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.3);
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.link-block.w {
  width: 33%;
  padding: 2vw;
  background-color: rgba(186, 6, 168, 0.09);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.link-block.w:hover {
  box-shadow: 0 0 20px 12px rgba(6, 179, 186, 0.31);
}

.link-block.w.d {
  width: 33%;
  margin-right: 0vw;
  padding-right: 2vw;
  padding-left: 2vw;
  background-color: rgba(220, 240, 8, 0.25);
}

.link-block.m {
  width: 33%;
  padding: 2vw;
  background-color: rgba(11, 110, 223, 0.15);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.link-block.m:hover {
  box-shadow: 0 0 20px 12px rgba(6, 179, 186, 0.31);
}

.text-block-2 {
  width: auto;
  margin-top: 10px;
  text-align: center;
}

.image-2 {
  width: 50px;
  max-width: none;
}

.text-block-3 {
  margin-top: 10px;
  text-align: center;
}

.image-3 {
  width: 50px;
  max-width: none;
}

.image-4 {
  width: 50px;
}

.link-block-2 {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #06b3ba;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

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

.section-3 {
  min-height: auto;
}

.pricing-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-list-item.item-striked {
  opacity: 0.46;
  text-decoration: line-through;
}

.pricing-basic {
  position: relative;
  padding: 45px;
  border-radius: 15px;
  background-color: #06b3ba;
  box-shadow: 0 0 20px -11px #000;
  text-align: left;
}

.price {
  margin-top: 0px;
  color: #fff;
  font-size: 17px;
  text-align: left;
}

.price-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-section-title {
  max-width: 540px;
  margin: 0px auto 5vh;
  color: #000;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  letter-spacing: -3px;
}

.paragraph-5 {
  margin-bottom: 0px;
  padding-left: 10px;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}

.pricing-top-text {
  margin-bottom: 22px;
  color: #06b3ba;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.pricing-section {
  padding: 0px 30px 120px;
}

.price-type-pro {
  margin-bottom: 0px;
  color: #3a3333;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.pro-pricing {
  position: relative;
  max-width: 60%;
  padding: 50px 50px 30px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 20px -13px #000;
  text-align: left;
}

.price-copy {
  margin-top: 0px;
  color: #000;
  font-size: 17px;
  text-align: left;
}

.amount-text {
  font-size: 50px;
}

.pricing-content {
  position: relative;
}

.pricign-button {
  padding: 12px 30px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 30px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

.pricing-card-info {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 28px;
}

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

.pricing-badge {
  width: 150px;
  margin-bottom: 0px;
  padding: 8px 12px;
  border-radius: 50px;
  background-color: #4eab08;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

.paragraph-4 {
  margin-bottom: 30px;
  color: #fff;
  line-height: 21px;
}

.image-5 {
  width: 15px;
  opacity: 0.86;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.paragraph-5-copy {
  margin-bottom: 0px;
  padding-left: 10px;
  color: #070707;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}

.paragraph-5-copy.b {
  font-weight: 700;
}

.currency {
  position: relative;
  top: -10px;
  right: 3px;
  font-size: 30px;
}

.pricing-icon-black {
  width: 15px;
}

.paragraph-4-copy {
  margin-bottom: 30px;
  color: #000;
  line-height: 21px;
}

.pricing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 730px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-card-info-copy {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #666;
  line-height: 28px;
}

.pricign-button-copy {
  padding: 12px 30px;
  border-radius: 30px;
  background-color: #06b3ba;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

.price-type {
  margin-bottom: 40px;
  color: #e5e5e5;
  font-size: 13px;
  font-weight: 700;
}

.h2 {
  margin-bottom: 14px;
}

.h2.h2-centre._2 {
  margin-top: 0px;
  color: #fff;
}

.h2.h2-centre._2.topi {
  width: 100%;
}

.h2.h2-centre._3 {
  margin-top: 0px;
  color: #06b3ba;
  font-size: 40px;
  line-height: 40px;
}

.h2.h2-centre._3.wcs {
  color: #016367;
  text-align: center;
}

.h2.h2-centre._4 {
  margin-bottom: 5px;
}

.h2.h2-centre._4.wc {
  color: #fff;
  text-align: center;
}

.service-section {
  padding: 5vh 3%;
  border-bottom: 1px solid #e2e4e8;
}

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

.faq-title {
  display: inline-block;
  margin-bottom: 8px;
  color: #1b2d45;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.paragraph-basic {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.paragraph-basic._40-bottom-padding {
  margin-bottom: 18px;
}

.paragraph-basic._40-bottom-padding.w {
  color: #000;
  font-size: 20px;
}

.button-2 {
  margin-top: 40px;
  padding: 18px 32px;
  border-radius: 100px;
  background-color: #37def5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}

.button-2:hover {
  background-color: #30cde3;
}

.button-2.dark-blue {
  margin-top: 5vh;
  background-color: #1b2d45;
}

.button-2.dark-blue:hover {
  background-color: #132134;
}

.grid-icon {
  margin-right: 20px;
}

.service-grid {
  width: 85%;
  margin-top: -5vh;
  margin-bottom: 0px;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1.4px 1.4px 4px;
  border-color: transparent transparent #016367;
  border-radius: 10px 10px 0px 0px;
  background-color: #fff;
  box-shadow: 0 0 20px -13px #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.grid-block:hover {
  border-color: #06b3ba;
}

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

.flex-container.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.standard-paragraph {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

.standard-paragraph.center {
  display: block;
  max-width: 650px;
  text-align: center;
}

.standard-paragraph.center._2 {
  color: #fff;
  text-align: left;
}

.standard-paragraph.center._2.vblack {
  color: #000;
}

.standard-paragraph.center._2.vblack.bs {
  margin-bottom: 2vh;
  font-weight: 600;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30vh;
  min-width: 80%;
  margin-top: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #06b3ba;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.33);
}

.video {
  width: 50%;
  max-height: 15vh;
}

.div-block-5 {
  width: 50%;
  min-height: 30vh;
}

.div-block-5._1 {
  padding: 3vw 3vw 7vw;
}

.div-block-5._2 {
  margin-bottom: 0vw;
  padding-top: 3vw;
  padding-right: 3vw;
  padding-bottom: 7vw;
}

.text-span-2 {
  font-weight: 600;
}

.image-6 {
  border-radius: 15px;
  box-shadow: 0 0 20px -4px #000;
}

.image-7 {
  width: 200px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30vh;
  padding: 5vh 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Kopie-von-Gewicht-verlieren-1.jpg');
  background-position: 50% 100%;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding: 5vh 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.depoimentos_lg {
  position: relative;
  min-height: 40%;
}

.image-8 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.depoimentos_info {
  display: block;
  min-height: 60%;
  padding: 30px 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}

.text-span-3 {
  text-decoration: underline;
}

.d_i--desc {
  color: #828282;
  font-style: italic;
}

.div-block-12 {
  margin-bottom: 60px;
}

.image-9 {
  position: absolute;
  left: 139px;
  top: 61px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.image-9:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.heading {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.depoimento-card {
  display: block;
  width: 375px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.7);
}

.section-5 {
  display: none;
  padding: 0vh 5vw 5vh;
  background-color: #06b3ba;
}

.section-6 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5vh;
  padding-bottom: 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 52px 80px;
  border-radius: 10px;
  box-shadow: 2px 0 20px 2px rgba(0, 0, 0, 0.15);
}

.div-block-23 {
  display: block;
  width: 50%;
}

.div-block-23._26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-7 {
  font-size: 16px;
  line-height: 26px;
}

.link-block-3 {
  margin-top: 20px;
  padding: 15px 25px;
  border-style: solid;
  border-width: 1px 1px 5px;
  border-color: #06b3ba;
  border-radius: 5px;
  color: #06b3ba;
  text-decoration: none;
}

.text-block-8 {
  font-size: 20px;
  font-weight: 700;
}

.bold-text {
  color: #06b3ba;
}

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

.text-block-9 {
  margin-bottom: 0vh;
}

.text-block-9.u {
  margin-bottom: 2vh;
  color: #000;
  font-weight: 600;
}

.image-10 {
  width: 250px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vh 5vw 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-11 {
  max-width: 40%;
}

.div-block-25 {
  width: 50%;
  padding-right: 5vw;
}

.text-span-4 {
  color: #06b3ba;
}

.section-7 {
  min-height: 70vh;
}

.div-block-26 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-27 {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 300px;
  background-color: #fff;
  box-shadow: 0 0 20px -9px rgba(0, 0, 0, 0.38);
}

.div-block-27._2 {
  width: 200px;
  height: 200px;
  box-shadow: 0 0 20px -9px rgba(0, 0, 0, 0.38);
}

.image-12 {
  position: absolute;
  left: 0%;
  top: -44%;
  right: 0%;
  bottom: 0%;
}

.image-13 {
  width: 85%;
}

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

.section-22.llee {
  margin-top: 0vh;
  padding-top: 5vh;
  padding-bottom: 10vh;
}

.div-block-105 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  min-height: 30vh;
  padding: 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px -13px #000;
}

.image-60 {
  width: 250px;
  max-width: 100%;
  margin-top: -25vh;
  margin-left: -5vw;
}

.text-block-156 {
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
}

.button-10 {
  margin-top: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 15px;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.button-10:hover {
  background-color: #fff;
  box-shadow: 0 0 20px -6px #fff;
  color: #172737;
}

.feature-header {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 34px;
  font-weight: 700;
}

.feature-grid-block {
  padding: 24px;
}

.gradient-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 130px;
  border-top: 3px solid #06b3ba;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#06b3ba), color-stop(0%, #f6fcff), color-stop(0, rgba(6, 179, 186, 0.22)), to(rgba(246, 252, 255, 0)));
  background-image: linear-gradient(180deg, #06b3ba, #f6fcff 0%, rgba(6, 179, 186, 0.22) 0, rgba(246, 252, 255, 0));
}

.halftone-pattern {
  position: absolute;
  left: -60px;
  top: 50%;
  right: auto;
  bottom: 0%;
  z-index: -1;
}

.grid-wrapper-2 {
  margin-top: 5vh;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-column-gap: 49px;
  grid-row-gap: 65px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-section {
  position: relative;
  padding: 5vh 5vw 10vh;
  border-bottom: 1px none #e2e4e8;
}

.icon-image {
  width: 60px;
  margin-bottom: 20px;
}

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

.bottom-section {
  position: relative;
  padding: 10vh 5vw;
}

.bottom-section._22 {
  padding-top: 10vh;
  padding-bottom: 10vh;
  border-top: 3px solid #06b3ba;
}

.submit-button {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: #06b3ba;
  font-size: 16px;
  font-weight: 500;
}

.cta-header {
  display: inline-block;
  max-width: 85%;
  margin-bottom: 8px;
  color: #1b2d45;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}

.banner-button {
  position: relative;
  padding: 20px;
  border-radius: 500px;
  background-color: #06b3ba;
  font-size: 16px;
  font-weight: 500;
}

.grid-faq {
  width: 110%;
  margin-top: 0px;
  margin-left: 100px;
  justify-items: stretch;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 60px;
  grid-row-gap: 49px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-grid {
  grid-column-gap: 60px;
  -ms-grid-columns: 0.6fr 0.4fr 0.4fr 1fr;
  grid-template-columns: 0.6fr 0.4fr 0.4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo {
  margin-bottom: 30px;
  margin-left: -1vw;
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  min-height: 285px;
  margin: 10vh auto;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  background-image: url('../images/check-3.png');
  background-position: 0% 0%;
  background-size: 20vw;
  background-repeat: no-repeat;
  box-shadow: 0 32px 64px 0 rgba(14, 86, 124, 0.16);
}

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

.h3 {
  width: 45%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.input-field {
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 80px;
  border: 0px none #000;
  background-image: url('../images/mail-icon.svg');
  background-position: 10% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 0 33px 84px 0 rgba(14, 86, 124, 0.16);
  font-size: 16px;
}

.footer-title {
  display: inline-block;
  margin-bottom: 36px;
  color: #1b2d45;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.footer-title.w {
  margin-bottom: 5px;
  color: #06b3ba;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.blue-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #06b3ba;
}

.legal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.legal-text {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.text-span-5 {
  font-weight: 600;
  text-decoration: underline;
}

.div-block-106 {
  margin-left: 3vw;
}

.section-standard {
  display: block;
  overflow: hidden;
  height: auto;
  max-height: none;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-standard._40-padding {
  overflow: hidden;
  padding-top: 5vh;
  padding-bottom: 20vh;
}

.home-image {
  display: inline-block;
  width: 100%;
  max-height: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.home-image._2 {
  display: block;
  width: 100%;
  max-width: 80%;
  padding-bottom: 5vw;
  padding-left: 5vw;
  border-radius: 15px;
}

.div-450-width {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-final-cta-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 10px;
}

.div-final-cta-flex.no-margin {
  margin-bottom: 3px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 35px;
  line-height: 1.5em;
  font-weight: 700;
}

.div-standard {
  display: block;
  width: 95%;
  max-width: 1280px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-standard.flex {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1280px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
}

.paragraph {
  margin-bottom: 25px;
  color: #556575;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25px;
}

.paragraph._400-width {
  max-width: 400px;
  margin-bottom: 25px;
  line-height: 1.5em;
}

.image-74 {
  display: block;
  width: auto;
  max-width: none;
  margin-top: 2px;
  margin-right: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.red-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  height: 500px;
  max-width: none;
  margin-top: 5vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 179, 186, 0.11)), to(#fff));
  background-image: linear-gradient(180deg, rgba(6, 179, 186, 0.11), #fff);
}

.div-block-33 {
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #556575;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-width: 170px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 3px solid #048060;
  border-radius: 2px;
  background-color: #048060;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.button-11:hover {
  background-color: transparent;
  color: #000;
}

.button-11.left-aligned {
  height: 55px;
  max-width: 180px;
  margin-left: 0px;
}

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

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

.small-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vh;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-blocks.under {
  margin-top: 0vh;
  margin-bottom: 10px;
}

.small-blocks.under.top {
  margin-top: 2vh;
}

.feature-icon {
  width: 49px;
  margin-right: 16px;
}

.feature-text {
  margin-bottom: 0px;
  color: #06b3ba;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0px;
}

.feature-text.big {
  font-size: 30px;
  line-height: 30px;
}

.banner-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding: 25% 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slider-right {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: #06b3ba;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.slider-right:hover {
  background-color: #016367;
}

.checkbox-title {
  display: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5b3acc;
  font-size: 14px;
}

.button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-wrap.extra-space {
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label {
  margin-bottom: 8px;
  color: #617283;
  font-size: 15px;
  font-weight: 500;
}

.arrow-cta {
  position: absolute;
  left: -20%;
  top: auto;
  right: auto;
  bottom: -120%;
  width: 100px;
}

.form-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}

.checkbox-text-wrapper {
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.help-block {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  padding: 20px;
}

.previous-placeholder {
  display: none;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.previous-placeholder:hover {
  opacity: 1;
}

.price-field {
  position: relative;
  min-height: 55px;
  margin-bottom: 0px;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  font-size: 16px;
}

.price-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.price-field::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 560px;
  min-width: 490px;
  margin-bottom: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(21, 28, 52, 0.06);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.slider-left:hover {
  background-color: rgba(21, 28, 52, 0.15);
}

.slide-banner {
  width: 30%;
  min-width: 310px;
  background-color: #1f1b3a;
}

.text-field {
  position: relative;
  min-height: 55px;
  margin-bottom: 0px;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  font-size: 16px;
}

.text-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.banner-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}

.author-name {
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.text-block-157 {
  color: #5b617c;
}

.button-wrapper {
  position: relative;
}

.checkbox-base {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1.2px;
  border-color: rgba(62, 52, 200, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 0 rgba(198, 211, 255, 0.28);
}

.checkbox-text {
  color: #5b617c;
  font-weight: 400;
}

.slide {
  position: static;
  width: 100%;
  height: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
}

.logo-2 {
  margin-bottom: 40px;
}

.star-row {
  margin-bottom: 30px;
}

.checkbox-icon {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: rgba(91, 58, 204, 0.05);
}

.form-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.form-item-wrapper.fixed-height {
  min-height: auto;
}

.next-button {
  display: none;
  padding: 12px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #5b3acc;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 15px;
}

.form-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.next-placeholder {
  display: none;
  overflow: visible;
  width: auto;
  height: 47px;
  max-width: 159px;
  margin: auto auto 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-h4 {
  margin-top: 0px;
  margin-bottom: 3px;
}

.icon {
  width: 25px;
}

.banner-h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.mask {
  min-height: auto;
}

.text-block-158 {
  font-family: Oswald, sans-serif;
  color: #5b617c;
  font-size: 100px;
  line-height: 20px;
  font-weight: 700;
}

.form-section-title {
  margin-bottom: 12px;
  color: #016367;
  font-size: 36px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

.author-image {
  width: 50px;
  margin-right: 14px;
  border-radius: 100px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.14);
}

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

.paragraph-intro {
  max-width: 650px;
  margin-bottom: 30px;
  color: hsla(0, 0%, 100%, 0.78);
  font-size: 16px;
  line-height: 1.6;
}

.notice {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #2e2a4d;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 15px;
  line-height: 23px;
}

.text-span-6 {
  color: #fff;
}

.submit-button-2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 4px;
  background-color: #06b3ba;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 16px;
}

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

.previous-button {
  display: none;
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #5b617c;
  font-size: 15px;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.success-message {
  padding: 50px;
  letter-spacing: 1px;
}

.dot {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 100px;
  background-color: #016367;
}

.dot.active-dot {
  background-color: #fff;
  color: #fff;
}

.slider {
  position: relative;
  height: auto;
  min-height: auto;
  background-color: transparent;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
}

.paragraph-6 {
  max-width: 650px;
  margin-bottom: 30px;
  color: hsla(0, 0%, 100%, 0.78);
  font-size: 18px;
  line-height: 1.6;
}

.checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 10px;
  opacity: 0;
  cursor: pointer;
}

.checkbox:active {
  border: 1px solid #000;
}

.slide-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 20px;
  margin-top: 0px;
  margin-bottom: 2.5vh;
  padding-right: 33vw;
  padding-left: 33vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60vh;
  padding: 10vh 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 140px;
  min-width: 150px;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-paragraph {
  max-width: 550px;
  color: #5b617c;
  font-size: 18px;
  line-height: 23px;
}

.error-message {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.form-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.div-block-108 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #06b3ba;
}

.image-76 {
  max-width: 40%;
  margin-top: 2.5vh;
  margin-bottom: 2.5vh;
}

.success-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 140px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #016367;
}

.image-77 {
  width: 130px;
  margin-bottom: 20px;
}

.text-block-159 {
  max-width: 500px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.button-12 {
  margin-top: 40px;
  padding: 18px 40px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 30px;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
}

.body-3 {
  font-family: Montserrat, sans-serif;
}

.checkbox-field-2 {
  margin-top: 3vh;
}

.link-2 {
  color: #06b3ba;
}

.text-span-7 {
  color: #06b3ba;
}

.text-span-8 {
  font-weight: 700;
}

.text-span-9 {
  font-weight: 700;
}

.text-span-10 {
  font-weight: 700;
}

.bold-text-7 {
  color: #06b3ba;
}

.bold-text-8 {
  color: #06b3ba;
}

.success-message-2 {
  width: 100%;
  background-color: #fff;
}

.text-block-160 {
  font-size: 20px;
  font-weight: 500;
}

.section-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 5vh 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-109 {
  width: 50%;
  min-height: 80vh;
}

.div-block-109._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-109._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-11 {
  font-size: 50px;
  line-height: 50px;
}

.text-span-12 {
  color: #06b3ba;
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(6, 179, 186, 0.43);
}

.text-block-161 {
  font-size: 21px;
}

.div-block-110 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .section {
    position: relative;
    background-position: 100% 50%;
    background-size: auto 100vh;
  }
  .navigation-container-full {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-105 {
    width: 70vw;
  }
  .feature-section {
    border-bottom-style: none;
  }
  .h3 {
    width: 45%;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    position: relative;
    background-position: 100% 50%;
    background-size: auto 100vh;
  }
  .hero-h1 {
    font-size: 85px;
    line-height: 85px;
  }
  .pricing-section {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .service-section {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .div-block-6 {
    width: 40%;
  }
  .section-6 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .section-22.llee {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .div-block-105 {
    width: 60vw;
  }
  .feature-section {
    border-bottom-style: none;
  }
  .bottom-section {
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .banner {
    background-size: 15vw;
  }
  .h3 {
    width: 50%;
  }
  .section-standard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }
  .section-standard._40-padding {
    padding-right: 5vw;
    padding-left: 5vw;
    background-color: transparent;
  }
  .home-image {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .home-image._2 {
    display: block;
    width: 80%;
    max-width: none;
  }
  .heading-3 {
    font-weight: 600;
  }
  .div-standard {
    width: 90%;
    max-width: 1280px;
  }
  .div-standard.flex {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .paragraph {
    color: #556575;
    font-size: 17px;
  }
  .paragraph._400-width {
    color: #556575;
  }
  .red-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 650px;
    max-width: none;
    margin-top: auto;
    margin-left: 0px;
    padding-top: 5vh;
    padding-bottom: 0vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-5 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
  }
  .button-11 {
    height: 55px;
  }
  .button-11.left-aligned {
    background-color: #048060;
    font-weight: 500;
  }
  .button-11.left-aligned:hover {
    background-color: #fff;
    color: #048060;
  }
  .columns-features {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .column-81 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-78 {
    max-width: 80%;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    background-position: 100% 50%;
    background-size: auto 100vh;
  }
  .navigation-container-full {
    max-width: none;
    margin-right: 5vw;
    margin-left: 5vw;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-h1 {
    font-size: 100px;
    line-height: 100px;
  }
  .hero-paragraph {
    color: #000;
    font-size: 45px;
    line-height: 45px;
  }
  .text-block-2 {
    font-size: 25px;
    line-height: 25px;
  }
  .text-block-3 {
    font-size: 25px;
    line-height: 25px;
  }
  .section-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-container {
    max-width: 1280px;
  }
  .wrapper {
    max-width: 1280px;
  }
  .wrapper-2 {
    max-width: 1280px;
  }
  .div-block-24 {
    max-width: 1280px;
  }
  .div-block-105 {
    width: 50vw;
  }
  .feature-section {
    border-bottom-style: none;
  }
  .bottom-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .banner {
    background-size: 10vw;
  }
  .h3 {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .section {
    background-position: -100% 50%;
  }
  .nav-link {
    color: #fff;
    font-size: 25px;
    line-height: 25px;
  }
  .nav-link:hover {
    color: #016367;
    text-align: left;
  }
  .nav-link.w--current {
    width: 100%;
    color: #fff;
    text-decoration: underline;
  }
  .navigation {
    display: none;
  }
  .nav-menu-2 {
    display: none;
  }
  .navigation-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .primary-cta.lp._2 {
    width: auto;
  }
  .primary-cta.menu {
    max-width: 40vw;
    min-width: auto;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block {
    padding-left: 0vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-2._2 {
    display: none;
  }
  .div-block-2._1 {
    max-width: 75vw;
    min-width: 60vw;
  }
  .navigation-container-full {
    position: relative;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .button.button-mobile {
    display: none;
  }
  .nav-menu-green {
    height: auto;
    background-color: #06b3ba;
    color: #fff;
  }
  .brand-2 {
    margin-right: 10px;
    padding: 0px;
  }
  .line-break {
    display: none;
  }
  .nav-link-plain {
    width: 100%;
    color: #fff;
  }
  .nav-link-plain:hover {
    color: #fff;
  }
  .menu-button-green {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(2, 103, 107, 0.1);
    color: #02676b;
  }
  .menu-button-green.w--open {
    border-color: #02676b;
    background-color: #02676b;
  }
  .text-block {
    text-align: center;
  }
  .hero-h1 {
    max-width: 500px;
    font-size: 55px;
    text-align: left;
  }
  .hero-h1._2 {
    max-width: none;
    margin-top: 0px;
    line-height: 55px;
  }
  .hero-paragraph {
    max-width: 500px;
    text-align: left;
  }
  .pricing-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .h2 {
    font-size: 42px;
  }
  .h2.h2-centre {
    text-align: center;
  }
  .h2.h2-centre._2 {
    font-size: 35px;
    text-align: center;
  }
  .h2.h2-centre._2.topi {
    text-align: left;
  }
  .service-grid {
    width: 100%;
    max-width: 630px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .standard-paragraph.center._2 {
    text-align: left;
  }
  .standard-paragraph.center._2.vblack {
    text-align: left;
  }
  .div-block-4 {
    padding-bottom: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-5._1 {
    width: 100%;
    padding: 5vh 5vw 0vw;
  }
  .div-block-5._2 {
    width: 90%;
    padding-left: 3vw;
  }
  .section-4 {
    position: static;
    z-index: 9;
    min-height: auto;
    background-image: url('../images/Kopie-von-Gewicht-verlieren-1.jpg');
    background-size: cover;
  }
  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .depoimentos_lg {
    min-height: auto;
  }
  .depoimentos_info {
    min-height: auto;
  }
  .image-9 {
    left: 15vw;
  }
  .depoimento-card {
    max-height: none;
    min-height: auto;
  }
  .section-6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wrapper-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-block-22 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-23._26 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-7 {
    text-align: center;
  }
  .heading-2 {
    text-align: center;
  }
  .text-block-9 {
    text-align: center;
  }
  .text-block-9.u {
    text-align: center;
  }
  .image-13 {
    width: 50%;
  }
  .div-block-105 {
    width: 90vw;
  }
  .feature-grid-block {
    width: auto;
    padding: 12px;
  }
  .grid-wrapper-2 {
    grid-column-gap: 14px;
    grid-row-gap: 17px;
  }
  .banner-button {
    white-space: nowrap;
  }
  .grid-faq {
    margin-left: 25px;
    grid-column-gap: 27px;
  }
  .banner {
    padding-right: 42px;
    padding-left: 42px;
    background-image: none;
  }
  .section-standard {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home-image._2 {
    width: 80%;
    max-width: 100%;
    min-width: 88vw;
    margin-top: 5vh;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0vw;
    padding-left: 0vw;
  }
  .heading-3 {
    font-size: 30px;
  }
  .div-standard.flex {
    width: 90%;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .paragraph {
    font-size: 16px;
  }
  .red-wrapper {
    width: 100%;
    height: auto;
    min-width: 90vw;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 10px;
  }
  .button-11 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .columns-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .column-81 {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-76 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .small-blocks {
    margin-bottom: 12px;
  }
  .feature-icon {
    width: 45px;
  }
  .feature-text.big {
    font-size: 23px;
  }
  .banner-content {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .slide-banner {
    display: none;
    width: 100%;
  }
  .banner-logo {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .checkbox-base {
    height: auto;
    min-height: 100px;
  }
  .banner-h3 {
    font-size: 30px;
  }
  .author-image {
    margin-bottom: 10px;
  }
  .author-testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .slide-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide-content {
    width: 100%;
    min-height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-107 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-76 {
    max-width: 60%;
  }
  .text-span-11 {
    font-size: 30px;
    line-height: 30px;
  }
  .text-span-12 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    min-height: auto;
  }
  .primary-cta.menu {
    max-width: none;
    margin-right: 16px;
  }
  .div-block-2._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-h1 {
    text-align: center;
  }
  .hero-h1._2 {
    text-align: left;
  }
  .hero-paragraph {
    text-align: center;
  }
  .link-block-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pricing-basic {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
  .pricing-section-title {
    max-width: 400px;
    margin-bottom: 60px;
    font-size: 38px;
    line-height: 44px;
  }
  .pricing-top-text {
    margin-bottom: 10px;
  }
  .pricing-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pro-pricing {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
  .pricing-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .paragraph-4 {
    max-width: 300px;
  }
  .h2.h2-centre {
    font-size: 38px;
  }
  .h2.h2-centre._4.wc {
    font-size: 25px;
    line-height: 25px;
  }
  .faq-title {
    text-align: center;
  }
  .button-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .flex-container.horizontal {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .standard-paragraph {
    text-align: center;
  }
  .standard-paragraph.center._2 {
    text-align: left;
  }
  .standard-paragraph.center._2.vblack {
    text-align: center;
  }
  .section-4 {
    background-size: cover;
  }
  .div-block-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .depoimento-card {
    margin-bottom: 5vh;
  }
  .div-block-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-11 {
    max-width: 70%;
    margin-top: 5vh;
  }
  .div-block-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-60 {
    margin-left: -15vw;
  }
  .text-block-156 {
    display: none;
  }
  .grid-wrapper-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .cta-header {
    text-align: center;
  }
  .grid-faq {
    margin-left: 0px;
    grid-column-gap: 41px;
  }
  .footer-grid {
    grid-column-gap: 45px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }
  .banner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .h3 {
    width: 80%;
    margin-bottom: 35px;
    text-align: center;
  }
  .section-standard {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-standard._40-padding {
    padding-bottom: 5vh;
  }
  .div-450-width {
    margin-bottom: 20px;
  }
  .heading-3 {
    margin-top: 0px;
    font-size: 25px;
  }
  .div-standard {
    max-width: 95%;
  }
  .div-standard.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph {
    font-size: 15px;
  }
  .heading-5 {
    font-size: 15px;
  }
  .button-11.left-aligned {
    font-size: 15px;
  }
  .columns-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .form-wrapper {
    width: 100%;
  }
  .help-block {
    top: 0px;
    right: 0px;
  }
  .previous-placeholder {
    position: fixed;
    z-index: 6;
  }
  .form-content {
    width: 100%;
    min-width: auto;
  }
  .button-wrapper {
    display: none;
  }
  .checkbox-base {
    min-height: 80px;
  }
  .form-item-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .next-placeholder {
    position: fixed;
    z-index: 6;
  }
  .heading-6 {
    text-align: center;
  }
  .div-block-109._1 {
    width: 100%;
  }
  .div-block-109._2 {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-span-12 {
    text-align: center;
  }
  .image-78 {
    max-width: 60%;
    min-width: auto;
  }
  .div-block-110 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .primary-cta.lp {
    width: auto;
    margin-top: 4vh;
  }
  .div-block-2._1 {
    min-height: 85vh;
    padding-top: 5vh;
    padding-bottom: 10vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-2 {
    display: none;
  }
  .hero-h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .div-block-3 {
    width: 85%;
  }
  .pricing-basic {
    padding: 15px;
  }
  .price-header {
    width: 100%;
  }
  .pricing-section-title {
    font-size: 30px;
    line-height: 30px;
  }
  .pricing-top-text {
    line-height: 20px;
  }
  .pricing-section {
    padding-right: 20px;
    padding-bottom: 10vh;
    padding-left: 20px;
  }
  .pro-pricing {
    padding: 15px;
  }
  .pricing-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h2.h2-centre._2 {
    font-size: 30px;
    line-height: 30px;
  }
  .h2.h2-centre._2.topi {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  .h2.h2-centre._3 {
    font-size: 30px;
    line-height: 30px;
  }
  .h2.h2-centre._4 {
    font-size: 25px;
    line-height: 25px;
  }
  .faq-title {
    width: 100%;
    text-align: center;
  }
  .paragraph-basic {
    text-align: center;
  }
  .grid-icon {
    margin-bottom: 15px;
  }
  .grid-block {
    width: 90%;
    margin-right: 5vw;
    margin-left: 5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .standard-paragraph.center._2 {
    text-align: center;
  }
  .div-block-4 {
    padding-bottom: 0vh;
  }
  .image-7 {
    margin-bottom: 5vh;
  }
  .section-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-6 {
    width: 100%;
    margin-left: 0vw;
  }
  .wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-9 {
    top: 98px;
  }
  .depoimento-card {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .wrapper-2 {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .div-block-22 {
    padding: 5vw;
  }
  .div-block-24 {
    padding-bottom: 5vh;
  }
  .image-13 {
    width: 100%;
  }
  .section-22 {
    display: none;
    margin-top: 10vh;
  }
  .feature-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature-grid-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gradient-div {
    height: 5vh;
  }
  .grid-wrapper-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .feature-section {
    padding-bottom: 5vh;
  }
  .bottom-section {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
  .cta-header {
    max-width: 100%;
  }
  .banner-button {
    margin-top: 35px;
  }
  .grid-faq {
    grid-row-gap: 54px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-logo {
    width: 250px;
  }
  .banner {
    margin-top: 10vh;
    margin-bottom: 10vh;
    padding: 55px 28px;
  }
  .footer-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h3 {
    width: 90%;
  }
  .footer-title {
    text-align: center;
  }
  .section-standard._40-padding {
    padding-bottom: 5vh;
  }
  .div-450-width {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-3 {
    font-size: 24px;
  }
  .paragraph {
    font-size: 15px;
  }
  .red-wrapper {
    width: 100%;
    margin-top: 0px;
    padding: 20px 10px;
  }
  .heading-5 {
    font-size: 16px;
    text-align: left;
  }
  .button-11 {
    width: 100%;
    height: 40px;
    max-width: none;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
  }
  .button-11.left-aligned {
    height: 40px;
    max-width: none;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .button-11.left-aligned:hover {
    background-color: transparent;
  }
  .columns-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-81 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .small-blocks {
    width: 100%;
  }
  .small-blocks.under {
    width: auto;
    max-width: 90%;
  }
  .small-blocks.under.top {
    width: auto;
    max-width: 90%;
  }
  .previous-placeholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
  }
  .form-content {
    width: 100%;
  }
  .checkbox-base {
    margin-bottom: 15px;
  }
  .form-item-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }
  .slider {
    height: auto;
    min-height: 80vh;
  }
  .heading-6 {
    font-size: 30px;
    line-height: 30px;
  }
  .image-75 {
    margin-left: 5vw;
  }
  .bold-text-2 {
    width: 100%;
    text-align: center;
  }
  .bold-text-3 {
    text-align: center;
  }
  .bold-text-4 {
    text-align: center;
  }
  .bold-text-5 {
    text-align: center;
  }
  .bold-text-6 {
    text-align: center;
  }
  .div-block-108 {
    min-height: auto;
  }
  .image-76 {
    max-width: 90%;
  }
  .image-77 {
    width: 200px;
  }
  .checkbox-field-2 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bold-text-9 {
    line-height: 20px;
  }
  .div-block-109._1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-span-12 {
    font-size: 50px;
    line-height: 50px;
  }
  .text-block-161 {
    text-align: center;
  }
  .image-78 {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e31867afed8f-8f4eddee {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-e31867afed8f-15b4ed5d {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}