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

body {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.333px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 5.61rem;
  line-height: 1;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.333rem;
  line-height: 1.333;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.333;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1.333;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.333rem;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  font-family: Nunito, sans-serif;
  color: #0c1d1c;
  font-size: 16px;
  line-height: 1.5;
}

a {
  padding: 0px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper._2 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.page-wrapper.overflow-visible {
  overflow: visible;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin-right: 0px;
  margin-left: 0px;
  -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;
  font-weight: 700;
}

.brand {
  display: block;
  padding: 20px 0px;
  -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 {
  width: 120px;
  max-width: 100%;
}

.nav-menu-container {
  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;
  font-size: 16px;
}

.body {
  font-family: Roboto;
  letter-spacing: 0.333px;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  background-color: #fff;
}

.sign-up-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 20px;
  padding-top: 25px;
  padding-bottom: 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: 50px;
  background-color: #714e9e;
  color: #fff;
}

.sign-up-button:hover {
  background-color: #4c2f70;
}

.sign-up-button.inverse {
  width: 140px;
  height: 50px;
  background-color: #0abab5;
  -webkit-transition: color 200ms ease-in, background-color 200ms ease-in;
  transition: color 200ms ease-in, background-color 200ms ease-in;
  color: #292c2c;
  font-size: 16px;
  font-weight: 700;
}

.sign-up-button.inverse:hover {
  background-color: #0f7b83;
  color: #fff;
}

.sign-up-button.navbar {
  background-color: #0abab5;
  -webkit-transition: color 200ms ease-in, background-color 200ms ease-in;
  transition: color 200ms ease-in, background-color 200ms ease-in;
  color: #292c2c;
}

.sign-up-button.navbar:hover {
  background-color: #0f7b83;
  color: #fff;
}

.hero-section {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-container {
  width: 1200px;
  height: 650px;
  padding: 80px 200px;
  border-radius: 20px;
  background-color: #714e9e;
}

.section-container.hero-section {
  width: 1100px;
  padding: 40px;
  background-color: #e4ecf1;
}

.hero-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -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;
}

.hero-button.promo {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #272727;
  line-height: 1.2;
  text-align: left;
}

.hero-heading._2 {
  color: #fff;
  text-align: center;
}

.hero-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #32698d;
  text-align: left;
  letter-spacing: 2px;
}

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

.hero-h3._2 {
  padding-top: 20px;
  color: #b9b9b9;
  text-align: center;
}

.hero-paragraph {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #676768;
  font-size: 21.32px;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}

.hero-paragraph._2 {
  color: #ebebeb;
  text-align: center;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.section._60pad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.palewhitebg {
  background-color: #f1f4f7;
}

.section.purplebg {
  display: none;
  background-color: #0abab5;
}

.section.footer-sec {
  padding-top: 60px;
  padding-bottom: 0px;
  border-top: 1px solid #cccbce;
}

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

.section.cs.absolute {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

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

.section.cs-1.no-pad {
  height: 43vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.cs-1.nopadbottom {
  padding-top: 40px;
  padding-bottom: 0px;
}

.section.bg-pale-green {
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #e3edec;
}

.section._100vh {
  height: 100vh;
}

.section._100vh.about {
  position: relative;
  height: auto;
}

.section._100vh.contact-us {
  position: relative;
  height: auto;
}

.section.footer {
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #2f2f8f;
}

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

.section.relative {
  position: relative;
}

.section.relative.no-buttom-padding {
  padding-bottom: 0px;
}

.section.bg3 {
  background-color: #e9d528;
}

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

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

.section.about-us {
  padding-top: 0px;
  padding-bottom: 160px;
}

.section.no-top-padding {
  padding-top: 0px;
}

.section.end-justify {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section.end-justify.no-buttom-padding {
  padding-bottom: 0px;
}

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

.section.about-us.no-padding {
  padding-bottom: 0px;
}

.section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  padding-right: 0px;
  -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;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  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;
}

.logo-industry-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.arrow-button {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #0abab5;
}

.arrow-button:hover {
  background-color: #0f7b83;
}

.round-arrow {
  font-size: 24px;
}

.round-arrow._2ndversion {
  margin-right: 0px;
  margin-left: 0px;
  color: #714e9e;
  font-size: 16px;
}

.slide {
  width: 900px;
}

.slide-2 {
  width: 900px;
}

.mask {
  width: 900px;
}

.industry-name {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  color: #cccbce;
}

.slider_logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.heading-container {
  width: 40%;
  margin-bottom: 80px;
}

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

.heading-container.center.white {
  width: 50%;
  color: #fff;
}

.heading-container.center.white._2 {
  width: 70%;
  margin-bottom: 20px;
  color: #000;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.center {
  width: 1100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.center.promo {
  width: 800px;
  padding: 40px 81px;
  border-radius: 20px;
  background-color: #e4ecf1;
}

.container.center.cs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.container._2 {
  width: 80%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.cornerbox {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.container._3 {
  width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container._3.relative {
  position: relative;
  z-index: 2;
}

.container.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.container.footer._2 {
  width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.full-width {
  width: 100%;
}

.container.full-width.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container.full-width.horizontal.center.about-us {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.full-width.relative {
  height: 100%;
}

.container.full-width.static {
  position: static;
  background-color: transparent;
}

.container.h-direction {
  width: 100%;
  height: 70vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.h-direction.sub-page {
  height: auto;
}

.container.h-direction.about-us {
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.terms-condition {
  width: 50%;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  margin-right: 10px;
  -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: hsla(0, 0%, 86.7%, 0);
  color: #0f7b83;
  font-weight: 700;
}

.button:hover {
  border-radius: 40px;
  background-color: #68b3e3;
  color: #fff;
}

.button.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 60px;
  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: 60px;
  background-color: #0abab5;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.button.w--current:hover {
  background-color: #0abab5;
}

.button.left-align {
  width: 160px;
  margin-right: 0px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button.center {
  width: 120px;
  margin-right: 0px;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button.center.blue {
  width: 180px;
  color: #105a5f;
  text-align: center;
}

.user-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
}

.column-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.user-image {
  height: 600px;
  border-radius: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.user-explainer_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-left: 60px;
}

.round_vertical_line {
  width: 15px;
  height: auto;
  margin-right: 41px;
  border-radius: 50px;
  background-color: #6fb5e1;
}

.divider {
  height: 20px;
}

.divider._2 {
  height: 60px;
}

.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
}

.column-1 {
  position: static;
  top: 9px;
  width: 50%;
  height: 600px;
}

.column-2 {
  width: 50%;
}

.testimonial-container {
  width: 100%;
}

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

.testimonial-box {
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #cccbce;
  border-radius: 20px;
}

.user-testimonial-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
}

.testimonial-text {
  padding: 40px 0px 0px;
}

.testimonial-round-image {
  border-radius: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

.user-test-name-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h5-blue {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #0f7b83;
  font-size: 0.75rem;
  font-weight: 700;
}

.pricing-box {
  width: 31.3%;
  min-height: 420px;
  margin-right: 1%;
  margin-left: 1%;
  padding-top: 30px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 10px 25px 3px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 2em;
  font-weight: 300;
  text-align: center;
}

.button-2 {
  padding: 15px 25px 11px;
  border-radius: 3px;
  background-color: #378ae8;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 12.5px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.button-2:hover {
  background-color: #2566b0;
}

.button-2.pricing-button {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #6fb5e1;
  font-size: 16.5px;
  letter-spacing: 1.5px;
  text-decoration: none;
}

.button-2.pricing-button:hover {
  background-color: #292c2c;
}

.button-2.pricing-button.outline-button {
  margin-top: 14px;
  margin-bottom: 24px;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-weight: 400;
}

.pricing-box-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -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;
}

.price {
  position: relative;
  margin-top: -10px;
  margin-bottom: 3px;
  font-size: 55px;
  line-height: 70px;
  font-weight: 700;
}

.yearly-discount {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 100%;
  height: 21px;
  color: #0f7b83;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.promo-paragraph {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

.social-link-wrap {
  display: none;
}

.footer-text-02 {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.footer-column-large {
  width: 60%;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  -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;
}

.footer-icon {
  margin-right: 10px;
}

.legal-text {
  color: #676768;
  font-size: 16px;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 8px;
  -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: 10px;
  background-color: #fbdee3;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.footer-text {
  max-width: 320px;
  margin-bottom: 25px;
  color: #676768;
  font-size: 17px;
  line-height: 1.4;
  text-align: left;
}

.footer-link {
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

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

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -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: #fff;
}

.footer-logo {
  width: 110px;
  margin-bottom: 25px;
}

.footer-title {
  display: inline-block;
  margin-bottom: 15px;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  color: #0a1f44;
  font-size: 18px;
  font-weight: 700;
}

.legal-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  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-top: 1px solid #cccbce;
  font-family: Nunito, sans-serif;
  color: #676768;
}

.heading-12 {
  color: #105a5f;
}

.illustration {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navlink {
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  font-family: Nunito, sans-serif;
  font-weight: 700;
}

.navlink:hover {
  color: #68b3e3;
}

.hero-slider {
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.hero-slider-mask {
  border-radius: 20px;
}

.hero-section-2 {
  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;
}

.hero-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 120px;
  padding-left: 120px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/young-mother-and-daughter-talking-in-business-offi-2021-09-03-07-40-24-utc-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/young-mother-and-daughter-talking-in-business-offi-2021-09-03-07-40-24-utc-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-image._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/happy-male-teacher-throwing-apple-in-classroom-2021-09-03-07-40-15-utc-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/happy-male-teacher-throwing-apple-in-classroom-2021-09-03-07-40-15-utc-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-image._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/pupil-writing-on-notebook-with-teacher-on-video-ca-2021-10-05-14-23-40-utc-min.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/pupil-writing-on-notebook-with-teacher-on-video-ca-2021-10-05-14-23-40-utc-min.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.arrow-hero {
  display: none;
}

.hero-explained-2 {
  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: 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-span {
  color: #b0e1ff;
}

.slide-nav {
  margin-bottom: 40px;
}

.p4 {
  color: #505757;
  font-size: 0.75rem;
  line-height: 1.333;
}

.suzen-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  background-color: #e3edec;
}

.suzen-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -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;
}

.suzen-navlink-white {
  width: 150px;
  -webkit-transition: color 350ms cubic-bezier(.509, .007, .199, 1.007);
  transition: color 350ms cubic-bezier(.509, .007, .199, 1.007);
  color: #0c1d1c;
  font-weight: 700;
  text-align: center;
}

.suzen-navlink-white:hover {
  color: #0abab5;
  font-weight: 700;
}

.suzen-navlink-white.w--current {
  color: #6fc6cc;
}

.suzen-navlink-highlight {
  width: 140px;
  border-radius: 60px;
  background-color: #0abab5;
  -webkit-transition: color 350ms cubic-bezier(.497, .001, .199, .995), background-color 350ms cubic-bezier(.503, .007, .199, 1.001), box-shadow 350ms cubic-bezier(.503, .001, .205, .989), -webkit-transform 350ms cubic-bezier(.515, -.005, .193, .989);
  transition: color 350ms cubic-bezier(.497, .001, .199, .995), background-color 350ms cubic-bezier(.503, .007, .199, 1.001), box-shadow 350ms cubic-bezier(.503, .001, .205, .989), -webkit-transform 350ms cubic-bezier(.515, -.005, .193, .989);
  transition: transform 350ms cubic-bezier(.515, -.005, .193, .989), color 350ms cubic-bezier(.497, .001, .199, .995), background-color 350ms cubic-bezier(.503, .007, .199, 1.001), box-shadow 350ms cubic-bezier(.503, .001, .205, .989);
  transition: transform 350ms cubic-bezier(.515, -.005, .193, .989), color 350ms cubic-bezier(.497, .001, .199, .995), background-color 350ms cubic-bezier(.503, .007, .199, 1.001), box-shadow 350ms cubic-bezier(.503, .001, .205, .989), -webkit-transform 350ms cubic-bezier(.515, -.005, .193, .989);
  font-weight: 700;
  text-align: center;
}

.suzen-navlink-highlight:hover {
  background-color: #114f55;
  box-shadow: 0 0 9px 4px rgba(17, 79, 85, 0.21);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: #fff;
}

.suzen-brand-logo {
  margin-top: 0px;
  margin-left: 0px;
}

.suzen-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 140px;
  -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: #e3edec;
}

.suzen-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 160px;
  padding-bottom: 160px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.suzen-container.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.suzen-container.vertical.suzen-hero {
  position: relative;
  z-index: 1;
  width: 75%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-heading-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #6fc6cc;
}

.hero-heading-wrapper.h3 {
  color: #267d89;
}

.hero-heading-wrapper.contact-us {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #267d89;
}

.hero-paragraph-wrapper {
  width: 70%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #0c1d1c;
}

.hero-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.suzen-section-primary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 60px;
  background-color: #0abab5;
  -webkit-transition: color 350ms cubic-bezier(.497, .001, .199, .995), background-color 350ms cubic-bezier(.503, .007, .199, 1.001), box-shadow 350ms cubic-bezier(.503, .001, .205, .989), -webkit-transform 350ms cubic-bezier(.515, -.005, .193, .989);
  transition: color 350ms cubic-bezier(.497, .001, .199, .995), background-color 350ms cubic-bezier(.503, .007, .199, 1.001), box-shadow 350ms cubic-bezier(.503, .001, .205, .989), -webkit-transform 350ms cubic-bezier(.515, -.005, .193, .989);
  transition: transform 350ms cubic-bezier(.515, -.005, .193, .989), color 350ms cubic-bezier(.497, .001, .199, .995), background-color 350ms cubic-bezier(.503, .007, .199, 1.001), box-shadow 350ms cubic-bezier(.503, .001, .205, .989);
  transition: transform 350ms cubic-bezier(.515, -.005, .193, .989), color 350ms cubic-bezier(.497, .001, .199, .995), background-color 350ms cubic-bezier(.503, .007, .199, 1.001), box-shadow 350ms cubic-bezier(.503, .001, .205, .989), -webkit-transform 350ms cubic-bezier(.515, -.005, .193, .989);
  color: #000;
  text-align: center;
}

.suzen-section-primary-button:hover {
  background-color: #114f55;
  box-shadow: 0 0 9px 4px rgba(17, 79, 85, 0.21);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: #fff;
}

.suzen-section-primary-button.gold {
  background-color: #e9d528;
}

.suzen-section-primary-button.gold:hover {
  color: #000;
}

.hero-thumbnail {
  z-index: 1;
  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: 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-main-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -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;
}

.hero-misc-element-wrapper {
  position: absolute;
  left: -8%;
  top: 30%;
  right: auto;
  bottom: auto;
  z-index: 2;
}

.hero-misc-element-wrapper._2 {
  left: auto;
  top: auto;
  right: 5%;
  bottom: 5%;
}

.hero-misc-element-wrapper._3 {
  left: auto;
  top: auto;
  right: 2%;
  bottom: 45%;
}

.hero-misc-element-wrapper._4 {
  left: 20%;
  top: auto;
  right: auto;
  bottom: 9%;
}

.cs-upperlink-wrapper {
  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;
}

.cs-upperlink-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 21px;
  padding-bottom: 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cs-upperlink-grid {
  -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;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cs-copyrighttext {
  font-family: Nunito, sans-serif;
  color: #5d777a;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

.cs-socialmedialink {
  display: -ms-grid;
  display: grid;
  justify-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cs-socmedlink {
  padding: 20px;
  -webkit-transition: color 350ms cubic-bezier(.497, .001, .211, .989), -webkit-transform 350ms cubic-bezier(.503, .001, .205, .989);
  transition: color 350ms cubic-bezier(.497, .001, .211, .989), -webkit-transform 350ms cubic-bezier(.503, .001, .205, .989);
  transition: transform 350ms cubic-bezier(.503, .001, .205, .989), color 350ms cubic-bezier(.497, .001, .211, .989);
  transition: transform 350ms cubic-bezier(.503, .001, .205, .989), color 350ms cubic-bezier(.497, .001, .211, .989), -webkit-transform 350ms cubic-bezier(.503, .001, .205, .989);
  color: #6f878a;
}

.cs-socmedlink:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #6fc6cc;
}

.body-comingsoon {
  background-color: #e3edec;
}

.cs-h1 {
  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;
  text-align: center;
}

.cs-h1-span {
  color: #6fc6cc;
}

.cs-p {
  padding-top: 25px;
  padding-bottom: 45px;
  font-family: Nunito, sans-serif;
  font-size: 1.333rem;
  text-align: center;
}

.cs-emailsignup {
  position: relative;
  z-index: 100;
  display: -ms-grid;
  display: grid;
  width: 40%;
  height: 80px;
  margin-bottom: 0px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 81px;
  grid-template-rows: 81px;
  border-radius: 80px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.cs-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -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: 0px solid #000;
}

.cs-textfield {
  margin-bottom: 0px;
  border: 0px solid #000;
}

.success-message {
  background-color: transparent;
  font-family: Nunito, sans-serif;
  color: #000;
}

.text-block {
  color: #0f7b83;
}

.error-message {
  width: 300px;
  border-radius: 40px;
  background-color: #db2f2f;
  color: #fff;
  text-align: center;
}

.cs-h1-text {
  color: #2f2f8f;
}

.type-scale_title {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #0abab5;
  font-weight: 700;
}

.typescale-content {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}

.para-1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
}

.para-1.bold {
  font-family: Nunito, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.typecale-divider {
  height: 80px;
}

.p2 {
  font-size: 1.333rem;
  line-height: 1.333;
}

.p3 {
  font-size: 1rem;
  line-height: 1.333;
}

.p5 {
  font-size: 0.625rem;
  line-height: 1.333;
}

.cs-image {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 570px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
}

.about-summary {
  width: 68%;
  padding-bottom: 0px;
}

.t-user {
  padding: 15px 30px;
  background-color: transparent;
  -webkit-transition: color 350ms cubic-bezier(.398, .007, .211, .989);
  transition: color 350ms cubic-bezier(.398, .007, .211, .989);
}

.t-user:hover {
  color: #114f55;
}

.t-user.w--current {
  background-color: transparent;
  color: #0abab5;
}

.section-title-container {
  padding-bottom: 90px;
}

.section-title-container.right-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.section-title-container.left-align {
  padding-bottom: 80px;
  padding-left: 0px;
}

.section-title-container.no-pad {
  padding-bottom: 0px;
}

.section-heading-wrapper {
  width: 60%;
  padding-bottom: 20px;
  color: #267d89;
}

.section-heading-wrapper.black {
  width: 70%;
  color: #0c1d1c;
}

.section-paragraph-wrapper {
  width: 70%;
}

.feature-grid {
  grid-column-gap: 41px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-box-wrapper {
  padding-bottom: 0px;
}

.body-content {
  padding: 20px 0px;
}

.body-content.homepage {
  width: 50%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.body-content.service-model {
  width: 70%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.body-content.about-us {
  width: 80%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.body-content.contact-us {
  width: 80%;
  padding-top: -1px;
  padding-bottom: 0px;
}

.image-box {
  height: 290px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.suzen-thumbail-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-wrapper {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-suzen-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
}

.footer-link {
  padding: 0px 0px 15px;
}

.full-width-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  background-color: #203335;
}

.full-width-divider._2 {
  background-color: #6fc6cc;
}

.footer-copyright {
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 0.875rem;
}

.footer-legal-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
}

.slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}

.slider-content {
  width: 50%;
  color: #fff;
}

.cs-image-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cs-image-element.center.relative {
  position: relative;
  width: 100vw;
}

.cs-image-element._2 {
  display: none;
}

.cloud {
  position: absolute;
  left: -13%;
  top: 25%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
}

.cloud.right {
  left: auto;
  right: -16%;
}

.donut-gold {
  position: absolute;
  left: 5%;
  top: -5%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
}

.cs-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -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;
}

.additional {
  position: absolute;
  left: -1%;
  top: 20%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
}

.pen {
  position: absolute;
  left: 22%;
  top: 35%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
}

.ball {
  position: absolute;
  left: 94%;
  top: 10%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
}

.triangle {
  position: absolute;
  left: 75%;
  top: 30%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
}

.donut-blue {
  position: absolute;
  left: 68%;
  top: 60%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
}

.box {
  position: absolute;
  left: 90%;
  top: 85%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
}

.para-2 {
  font-size: 1.777rem;
}

.para-2.bold {
  font-weight: 700;
}

.para-2.bold.green-text {
  color: #6fc6cc;
}

.para-3 {
  font-size: 1.333rem;
  line-height: 1.3;
}

.para-3.white {
  color: #fff;
  font-size: 1rem;
}

.para-3.black {
  color: #0c1d1c;
}

.para-3.bold {
  font-weight: 700;
}

.para-4 {
  font-size: 0.8755rem;
}

.para-4.white {
  color: #fff;
}

.h1-span {
  color: #2f2f8f;
}

.scroll-down-guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  font-size: 0.75rem;
}

.mouse-icon {
  color: #6f878a;
}

.scroll-down-text {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #6f878a;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: 5%;
  bottom: 0%;
  color: #e9d528;
}

.left-arrow {
  left: 5%;
  top: 0%;
  right: auto;
  bottom: 0%;
  color: #e9d528;
}

.s-h {
  padding-top: 20px;
  padding-bottom: 20px;
}

.s-title-highlight {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #e9d528), color-stop(0, transparent));
  background-image: linear-gradient(0deg, #e9d528 40%, transparent 0);
}

.misc-element-wrapper {
  position: absolute;
  left: 0%;
  top: 36%;
  right: auto;
  bottom: auto;
  z-index: 2;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

.misc-element-wrapper._2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -19%;
}

.misc-element-wrapper._2.summary-about {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.misc-element-wrapper._3 {
  left: auto;
  top: 20%;
  right: 27%;
  bottom: auto;
}

.misc-element-wrapper._4 {
  left: auto;
  top: auto;
  right: 15%;
  bottom: -7%;
}

.s-content {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.features-grid {
  width: 90%;
  padding-top: 40px;
  padding-bottom: 40px;
  justify-items: center;
  grid-column-gap: 60px;
  grid-row-gap: 99px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -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;
}

.feature-grid-title {
  padding-top: 20px;
  padding-bottom: 15px;
}

.feature-main-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-main-box {
  margin-left: 1.5rem;
  padding: 1rem 1.3rem;
  border-radius: 0.2rem;
  background-color: #0c1d1c;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-weight: 700;
}

.feature-main-box._2 {
  background-color: #2f2f8f;
}

.feature-main-box._3 {
  background-color: #0abab5;
  color: #0c1d1c;
}

.feature-main-box._4 {
  background-color: #e9d528;
  color: #0c1d1c;
}

.feature-grid-content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bullet-mark {
  width: 20px;
}

.icon-box {
  padding-right: 0px;
}

.content {
  padding-left: 20px;
}

.content.p {
  padding-left: 10px;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
}

.content-heading-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.content-heading-wrapper.terms-condition {
  padding-top: 40px;
  padding-bottom: 40px;
}

.scroll-overflow {
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
}

.caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0.2rem;
  font-family: Nunito, sans-serif;
  color: #0c1d1c;
  font-size: 16px;
  font-weight: 700;
}

.misc-cta-asset {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 60px;
  margin-top: 40px;
  padding: 1rem;
  -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: 5rem;
  background-color: #0c1d1c;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.cta-button:hover {
  background-color: #bbaa10;
  color: #0c1d1c;
}

.cta-button.long {
  width: 220px;
  background-color: #6fc6cc;
}

.cta-button.long:hover {
  background-color: #0abab5;
}

.miscs {
  position: absolute;
  left: auto;
  top: -11%;
  right: 0%;
  bottom: auto;
}

.miscs._2 {
  left: auto;
  top: 10%;
  right: 23%;
  bottom: auto;
}

.miscs._3 {
  left: auto;
  top: auto;
  right: 38%;
  bottom: 43%;
}

.footer-link-box {
  padding-right: 10px;
  padding-left: 10px;
}

.footer-social-media-text {
  font-size: 14px;
  font-weight: 400;
}

.footer-social-media-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #fff;
}

.footer-social-media-box:hover {
  color: #6fc6cc;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer--summary {
  width: 40%;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.footer-sumarry-text {
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 0.875rem;
  font-weight: 700;
}

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

.footer-head-link {
  padding-top: 10px;
  padding-bottom: 30px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
}

.footer-block {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
}

.footer-link-block {
  display: block;
  padding-bottom: 19px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #fff;
  font-size: 0.874rem;
  font-weight: 400;
}

.footer-link-block:hover {
  color: #6fc6cc;
}

.legal-link-wrapper {
  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;
}

.legal-link {
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
}

.legal-link._2 {
  padding-right: 0px;
  padding-left: 15px;
}

.text-link-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2px;
  height: 16px;
  background-color: #fff;
}

.larger-icon-wrapper {
  position: relative;
  width: 50%;
  height: 100vh;
}

.company-core-wrapper {
  width: 50%;
}

.larger-icon-container-00 {
  position: absolute;
  left: -2%;
  top: 10%;
  right: auto;
  bottom: auto;
}

.larger-icon-container-00._2 {
  left: 38%;
  top: 41%;
}

.larger-icon-container-00._3 {
  left: 3%;
  top: 71%;
  right: auto;
  bottom: auto;
}

.company-core-content {
  width: 60%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-03-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}

.heading-03-wrapper.blue {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #2f2f8f;
}

.vertical-line-animate {
  width: 2px;
  height: 141px;
  background-color: #6fc6cc;
}

.misc-about-us {
  position: absolute;
  left: 20%;
  top: auto;
  right: auto;
  bottom: -20%;
  z-index: 1;
}

.miscs-contact-wrapper {
  position: absolute;
  left: 0%;
  top: 452px;
  right: auto;
  bottom: 0%;
}

.miscs-contact-wrapper._2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.contact-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-info-box {
  width: 50%;
}

.contact-form {
  width: 50%;
}

.contact-info-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-bottom: 30px;
  padding: 20px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.contact-info-contents._2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact--icon-round-wrapper {
  width: 70px;
  height: 70px;
  padding: 0px;
  border-radius: 60px;
  background-color: #f3f3f3;
  color: #0abab5;
}

.contact-content-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-text-style {
  font-weight: 700;
}

.paragraph-text-style.bold {
  font-weight: 700;
}

.contact--icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  padding: 15px;
  -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;
  color: #0abab5;
}

.contact--icon._2 {
  color: #6f878a;
}

.contact-form-box {
  padding: 60px;
  border-radius: 20px;
  background-color: #fff;
}

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

.input-contact {
  border: 0px none #000;
  border-radius: 5px;
  background-color: #e3edec;
  font-family: Nunito, sans-serif;
}

.submit-yellow-button {
  width: 120px;
  padding: 1rem 1.3rem;
  border-radius: 60px;
  background-color: #e9d528;
  font-family: Nunito, sans-serif;
  color: #0c1d1c;
  font-weight: 700;
}

.highlight-wrapper {
  width: 10%;
}

.highlighter-miscs {
  width: 120px;
  height: 70px;
  padding-right: 40px;
}

.success-message-2 {
  border-radius: 5px;
  background-color: #0abab5;
  font-family: Nunito, sans-serif;
}

.error-message-2 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 84px;
  padding-left: 84px;
  border-radius: 5px;
  background-color: #ca1919;
  font-family: Nunito, sans-serif;
  text-align: center;
}

.heading-wrapper.padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-wrapper.padding.greentext {
  color: #267d89;
}

.heading-wrapper.service-model.yellow-color {
  color: #e9d528;
}

.summary-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.service_model-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.service-model-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -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;
}

.service-model-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 60px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px 20px 0px 0px;
  background-color: #fff;
  box-shadow: 0 0 20px -14px #000;
}

.service-model-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}

.service-model-title-body {
  padding: 20px 30px;
}

.service-model-icon {
  padding: 20px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.big-p {
  width: 85%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sub-big-p {
  width: 60%;
}

.list {
  font-family: Nunito, sans-serif;
}

.service-model-list-content {
  margin-bottom: 0px;
  font-family: Nunito, sans-serif;
  color: #267d89;
}

.service-model-list {
  padding-top: 5px;
  padding-bottom: 5px;
}

.misc-color-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 380px;
  background-color: #f3f3f3;
}

.miscs-bell-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 22%;
}

.larger-icon-container-copy {
  position: absolute;
  left: -2%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.larger-icon-container-copy._2 {
  left: 51%;
  top: 26%;
}

.larger-icon-container-copy._3 {
  left: 8%;
  top: 50%;
  right: auto;
  bottom: auto;
}

.larger-icon-container-v2 {
  position: absolute;
  left: -2%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
}

.larger-icon-container-v2._2 {
  left: 51%;
  top: 26%;
}

.larger-icon-container-v2._3 {
  left: 8%;
  top: 50%;
  right: auto;
  bottom: auto;
}

.larger-icon-container-00-copy {
  position: absolute;
  left: -2%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.larger-icon-container-00-copy._2 {
  left: 51%;
  top: 26%;
}

.larger-icon-container-00-copy._3 {
  left: 8%;
  top: 50%;
  right: auto;
  bottom: auto;
}

@media screen and (min-width: 1440px) {
  .section-container.hero-section {
    width: 1100px;
  }

  .container {
    width: 80%;
  }

  .container.cornerbox {
    width: 80%;
  }

  .container.footer._2 {
    width: 80%;
  }

  .container.terms-condition {
    width: 50%;
  }

  .suzen-main-container {
    width: 80%;
  }

  .suzen-hero-section {
    height: 88vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .suzen-container.vertical.suzen-hero {
    width: 70%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-heading-wrapper {
    width: 80%;
  }

  .hero-paragraph-wrapper {
    width: 70%;
  }

  .hero-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    -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;
  }

  .hero-misc-element-wrapper {
    left: 9%;
  }

  .hero-misc-element-wrapper._2 {
    right: 23%;
  }

  .hero-misc-element-wrapper._3 {
    right: 13%;
  }

  .hero-misc-element-wrapper._4 {
    left: 31%;
  }

  .cs-image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 17%;
    object-position: 50% 17%;
  }

  .about-summary {
    width: 60%;
  }

  .section-heading-wrapper {
    width: 50%;
  }

  .section-paragraph-wrapper {
    width: 50%;
  }

  .feature-grid {
    grid-column-gap: 31px;
  }

  .image-box {
    height: 300px;
  }

  .slider-content {
    width: 45%;
  }

  .cloud {
    left: 0%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 17%;
    object-position: 50% 17%;
  }

  .cloud.right {
    right: 0%;
  }

  .donut-gold {
    left: 20%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 17%;
    object-position: 50% 17%;
  }

  .additional {
    left: 6%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 17%;
    object-position: 50% 17%;
  }

  .pen {
    left: 32%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 17%;
    object-position: 50% 17%;
  }

  .ball {
    left: 87%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 17%;
    object-position: 50% 17%;
  }

  .triangle {
    left: 71%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 17%;
    object-position: 50% 17%;
  }

  .donut-blue {
    left: 65%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 17%;
    object-position: 50% 17%;
  }

  .box {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 17%;
    object-position: 50% 17%;
  }

  .right-arrow {
    right: 10%;
  }

  .left-arrow {
    left: 10%;
  }

  .larger-icon-container-00 {
    left: 20%;
  }

  .larger-icon-container-00._2 {
    left: 57%;
  }

  .larger-icon-container-00._3 {
    left: 21%;
  }

  .misc-about-us {
    bottom: -27%;
  }

  .highlight-wrapper {
    width: 10%;
  }

  .larger-icon-container-copy {
    left: 20%;
  }

  .larger-icon-container-copy._2 {
    left: 57%;
  }

  .larger-icon-container-copy._3 {
    left: 21%;
  }

  .larger-icon-container-v2 {
    left: 20%;
  }

  .larger-icon-container-v2._2 {
    left: 57%;
  }

  .larger-icon-container-v2._3 {
    left: 21%;
  }

  .larger-icon-container-00-copy {
    left: 20%;
  }

  .larger-icon-container-00-copy._2 {
    left: 57%;
  }

  .larger-icon-container-00-copy._3 {
    left: 21%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .navbar {
    width: 1140px;
  }

  .nav-menu-container {
    padding: 20px 40px;
    background-color: #114f55;
  }

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

  .sign-up-button.navbar {
    width: 140px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .hero-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-container {
    width: 100%;
    height: 630px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-container.hero-section {
    height: 860px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-button.promo {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .hero-h3.center {
    padding-top: 20px;
  }

  .section.cs-1 {
    padding-top: 120px;
    padding-bottom: 100px;
  }

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

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

  .section._100vh.contact-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section._100vh.no-padding {
    height: 50vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.footer {
    width: 100%;
  }

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

  .section.relative.no-buttom-padding.no-top-padding {
    padding-top: 0px;
  }

  .section-wrapper {
    width: 100%;
  }

  .heading-3 {
    padding-top: 20px;
  }

  .slide {
    width: 700px;
  }

  .slide-2 {
    width: 600px;
  }

  .mask {
    width: 600px;
  }

  .heading-container {
    width: 70%;
  }

  .heading-container.center.white {
    width: 70%;
  }

  .heading-container.center.white._2 {
    width: 100%;
    color: #000;
  }

  .container.center {
    width: 95%;
  }

  .container.center.promo {
    width: 600px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .container.center.cs {
    width: 95%;
  }

  .container.cornerbox {
    width: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container.footer {
    width: 90%;
  }

  .container.footer._2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.full-width.horizontal.center {
    width: 100%;
  }

  .container.h-direction {
    height: 65vh;
  }

  .container.h-direction.about-us {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container.terms-condition {
    width: 90%;
  }

  .container.right-align {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .button.left-align {
    width: 160px;
  }

  .column-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .user-image {
    width: 100%;
    height: 100%;
  }

  .user-explainer_container {
    padding-right: 70px;
  }

  .column-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    margin-bottom: 60px;
    padding-bottom: 0px;
    -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;
  }

  .column-2 {
    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;
  }

  .testimonial-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 86%;
    -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;
  }

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

  .user-test-name-heading {
    padding-right: 29px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pricing-box {
    width: 100%;
    max-width: 700px;
    margin-right: 0%;
    margin-bottom: 2%;
    margin-left: 0%;
  }

  .pricing-box-row.yearly-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-column-large {
    width: 50%;
    padding-right: 50px;
  }

  .footer-column {
    width: 20%;
  }

  .container-flex {
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footer {
    width: 700px;
  }

  .illustration {
    width: 100%;
  }

  .hero-column-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-button {
    padding-right: 0px;
    background-color: #fff;
    -webkit-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
  }

  .menu-button:hover {
    color: #0abab5;
  }

  .menu-button.w--open {
    border-radius: 160px;
    background-color: #fff;
  }

  .navlink {
    color: #fff;
  }

  .hero-slider {
    width: 100vw;
  }

  .hero-section-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-image {
    padding-right: 20px;
    padding-left: 20px;
  }

  .suzen-navbar {
    height: 80px;
  }

  .suzen-hero-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .suzen-container.vertical.suzen-hero {
    z-index: 3;
    width: 85%;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-text-wrapper {
    padding-top: 40px;
  }

  .hero-thumbnail {
    height: 50vh;
  }

  .hero-main-text-wrapper {
    width: 100%;
  }

  .hero-misc-element-wrapper {
    left: -20%;
  }

  .hero-misc-element-wrapper._2 {
    right: 17%;
    bottom: -5%;
  }

  .hero-misc-element-wrapper._3 {
    right: -5%;
    bottom: 69%;
  }

  .hero-misc-element-wrapper._4 {
    bottom: 19%;
  }

  .cs-upperlink-container {
    width: 95%;
  }

  .cs-emailsignup {
    width: 60%;
  }

  .para-1 {
    font-size: 2rem;
    font-weight: 700;
  }

  .cs-image {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .about-summary {
    width: 80%;
  }

  .section-title-container.right-align {
    width: 80%;
    padding-bottom: 60px;
  }

  .section-title-container.left-align {
    width: 80%;
    padding-bottom: 60px;
  }

  .section-heading-wrapper {
    width: 100%;
    padding-bottom: 15px;
  }

  .section-paragraph-wrapper {
    width: 100%;
  }

  .feature-grid {
    justify-items: center;
    grid-column-gap: 40px;
    grid-row-gap: 26px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-box._2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .image-box-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .body-content {
    padding-right: 25px;
    padding-left: 25px;
  }

  .body-content.homepage {
    width: 80%;
  }

  .body-content.left-align {
    text-align: right;
  }

  .body-content.service-model {
    width: 80%;
  }

  .body-content.about-us {
    width: 80%;
  }

  .body-content.contact-us {
    width: 80%;
  }

  .image-box {
    width: 350px;
    height: 300px;
    max-width: 350px;
    border-radius: 5px;
  }

  .suzen-thumbail-image {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-wrapper {
    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;
  }

  .slider-container {
    height: 100%;
  }

  .slider-content {
    width: 65%;
  }

  .cloud {
    left: -37%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .cloud.right {
    right: -40%;
  }

  .donut-gold {
    left: 3%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .additional {
    left: -2%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .pen {
    left: 12%;
    top: 34%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .ball {
    left: 90%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .triangle {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .donut-blue {
    left: 70%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .box {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .para-2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .para-3 {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .right-arrow {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .left-arrow {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .s-h {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .misc-element-wrapper._2 {
    bottom: -18%;
    width: 200px;
  }

  .misc-element-wrapper._2.summary-about {
    bottom: -22%;
    width: 20%;
  }

  .misc-element-wrapper._3 {
    width: 20px;
  }

  .misc-element-wrapper._4 {
    right: 25%;
    bottom: 8%;
    width: 20px;
  }

  .s-content {
    width: 80%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .features-grid {
    padding-top: 30px;
    padding-bottom: 30px;
    grid-row-gap: 61px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .content-heading-wrapper.terms-condition {
    padding-top: 0px;
  }

  .misc-cta-asset {
    overflow: hidden;
  }

  .miscs {
    top: 7%;
    right: -10%;
    width: 350px;
  }

  .miscs._2 {
    width: 20px;
  }

  .miscs._3 {
    bottom: 37%;
    width: 20px;
  }

  .larger-icon-container-00 {
    width: 270px;
  }

  .larger-icon-container-00._2 {
    left: 29%;
    top: 37%;
    width: 240px;
  }

  .larger-icon-container-00._3 {
    top: 70%;
    width: 240px;
  }

  .body-contents-wrapper {
    font-weight: 700;
  }

  .body-contents-wrapper.regular-weight {
    font-family: Nunito, sans-serif;
    font-weight: 400;
  }

  .miscs-contact-wrapper {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 156%;
  }

  .miscs-contact-wrapper._2 {
    width: 37%;
  }

  .contact-info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-info-box {
    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;
  }

  .contact-form {
    width: 100%;
  }

  .highlight-wrapper {
    width: 10%;
  }

  .highlighter-miscs {
    width: 55px;
    height: 60px;
    padding-right: 0px;
  }

  .nav-menu {
    background-color: #b2efe4;
  }

  .menu-button-2 {
    background-color: transparent;
  }

  .menu-button-2.w--open {
    border-radius: 60px;
    background-color: #6fc6cc;
  }

  .error-message-2 {
    padding-right: 147px;
    padding-left: 147px;
  }

  .heading-wrapper.padding.greentext {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .service-model-wrapper {
    width: 90%;
  }

  .service-model-icon {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .miscs-bell-wrapper {
    left: auto;
    top: -11%;
    right: 0%;
    bottom: auto;
  }

  .larger-icon-container-copy {
    width: 270px;
  }

  .larger-icon-container-copy._2 {
    left: 37%;
    width: 240px;
  }

  .larger-icon-container-copy._3 {
    top: 56%;
    width: 240px;
  }

  .larger-icon-container-v2 {
    width: 270px;
  }

  .larger-icon-container-v2._2 {
    left: 37%;
    width: 240px;
  }

  .larger-icon-container-v2._3 {
    top: 56%;
    width: 240px;
  }

  .larger-icon-container-00-copy {
    width: 270px;
  }

  .larger-icon-container-00-copy._2 {
    left: 37%;
    width: 240px;
  }

  .larger-icon-container-00-copy._3 {
    top: 56%;
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.2rem;
  }

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

  .navbar-wrapper {
    padding: 10px;
  }

  .section-container.hero-section {
    height: 750px;
  }

  .hero-button {
    padding-top: 40px;
  }

  .hero-heading {
    line-height: 1.1;
  }

  .hero-h3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section.bg-pale-green {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section._100vh {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section._100vh.about {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section._100vh.contact-us {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.footer {
    padding-top: 100px;
  }

  .section.relative {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .slide {
    width: 450px;
  }

  .slide-2 {
    width: 450px;
  }

  .mask {
    width: 450px;
  }

  .container.center {
    width: 95%;
  }

  .container.center.promo {
    width: 480px;
  }

  .container._2 {
    width: 80%;
  }

  .container._3.relative {
    width: 90%;
  }

  .container.footer {
    width: 90%;
    padding-bottom: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container.h-direction.summary-homepage {
    width: 100%;
  }

  .container.h-direction.about-us {
    width: 100%;
  }

  .pricing-box {
    width: 100%;
    min-height: auto;
    padding-right: 5%;
    padding-bottom: 40px;
    padding-left: 5%;
    font-size: 14px;
  }

  .footer-column-large {
    width: 100%;
    margin-bottom: 25px;
  }

  .footer-column {
    width: 33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-link {
    padding-left: 0px;
  }

  .footer-link.w--current {
    padding-left: 0px;
  }

  .footer {
    width: 480px;
  }

  .footer-title {
    padding-left: 0px;
  }

  .menu-button {
    padding-right: 0px;
  }

  .menu-button.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -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-slider {
    height: 75vh;
  }

  .hero-explained-2 {
    margin-top: -60px;
  }

  .suzen-navbar {
    height: 60px;
  }

  .suzen-hero-section {
    height: 75vh;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .hero-paragraph-wrapper {
    width: 100%;
  }

  .hero-text-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-main-text-wrapper {
    padding-bottom: 80px;
  }

  .hero-misc-element-wrapper {
    width: 200px;
  }

  .hero-misc-element-wrapper._2 {
    bottom: 2%;
    width: 120px;
  }

  .hero-misc-element-wrapper._3 {
    bottom: 66%;
    width: 70px;
  }

  .hero-misc-element-wrapper._4 {
    width: 60px;
  }

  .cs-copyrighttext {
    font-size: 10px;
  }

  .cs-socmedlink {
    padding-right: 10px;
    padding-left: 10px;
  }

  .cs-emailsignup {
    width: 100%;
  }

  .cs-h1-text {
    font-size: 4.8rem;
  }

  .para-1 {
    font-size: 1.7rem;
  }

  .about-summary {
    width: 90%;
  }

  .section-title-container.right-align {
    padding-right: 5%;
    padding-left: 5%;
  }

  .section-heading-wrapper.black {
    width: 80%;
  }

  .feature-grid {
    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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-box {
    width: 80%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-box._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .body-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .body-content.homepage {
    width: 85%;
    padding-left: 15px;
  }

  .body-content.left-align {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: left;
  }

  .body-content.service-model {
    width: 85%;
    padding-left: 15px;
  }

  .body-content.about-us {
    width: 85%;
    padding-left: 15px;
  }

  .body-content.contact-us {
    width: 85%;
    padding-left: 15px;
  }

  .image-box {
    width: 530px;
    max-width: 100%;
  }

  .footer-suzen-logo {
    padding-bottom: 20px;
  }

  .footer-copyright {
    width: 40%;
  }

  .slider-content {
    width: 70%;
  }

  .cloud {
    left: -66%;
  }

  .cloud.right {
    right: -67%;
  }

  .donut-gold {
    top: -3%;
    z-index: -1;
  }

  .additional {
    left: -4%;
    top: 48%;
  }

  .pen {
    left: 10%;
    top: 26%;
  }

  .ball {
    left: 86%;
    top: 14%;
  }

  .triangle {
    top: 35%;
  }

  .para-3 {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .s-h {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .misc-element-wrapper._2 {
    bottom: -8%;
    width: 70px;
  }

  .misc-element-wrapper._2.summary-about {
    bottom: -20%;
    width: 25%;
  }

  .misc-element-wrapper._3 {
    right: 30%;
    width: 15px;
  }

  .misc-element-wrapper._4 {
    right: 37%;
    bottom: 9%;
    width: 15px;
  }

  .s-content {
    width: 90%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 45px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .miscs {
    right: -30%;
  }

  .miscs._3 {
    bottom: 28%;
  }

  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer--summary {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-sumarry-text {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .helpful-link {
    grid-column-gap: 17px;
  }

  .footer-head-link {
    padding-bottom: 20px;
  }

  .larger-icon-wrapper {
    display: none;
  }

  .company-core-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0px;
    -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;
  }

  .larger-icon-container-00 {
    left: -33%;
    top: 13%;
    display: none;
    width: 200px;
  }

  .larger-icon-container-00._2 {
    left: -15%;
    top: 34%;
    right: auto;
    bottom: auto;
    width: 200px;
  }

  .larger-icon-container-00._3 {
    left: -20%;
    top: auto;
    right: auto;
    bottom: 22%;
    width: 200px;
  }

  .company-core-content {
    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-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;
  }

  .body-contents-wrapper.regular-weight {
    width: 60%;
  }

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

  .highlighter-miscs {
    width: 50px;
    height: 60px;
  }

  .error-message-2 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .service-model-box {
    padding: 40px 40px 60px;
  }

  .service-model-title-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-model-title-body {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .service-model-icon {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .big-p {
    width: 100%;
  }

  .miscs-bell-wrapper {
    width: 30%;
  }

  .larger-icon-container-copy {
    left: -33%;
    top: 13%;
    width: 200px;
  }

  .larger-icon-container-copy._2 {
    left: -15%;
    top: 34%;
    right: auto;
    bottom: auto;
    width: 200px;
  }

  .larger-icon-container-copy._3 {
    left: -20%;
    top: auto;
    right: auto;
    bottom: 22%;
    width: 200px;
  }

  .larger-icon-container-v2 {
    position: static;
    left: -33%;
    top: 13%;
    display: block;
    width: 200px;
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .larger-icon-container-v2._2 {
    left: -15%;
    top: 34%;
    right: auto;
    bottom: auto;
    width: 200px;
  }

  .larger-icon-container-v2._3 {
    left: -20%;
    top: auto;
    right: auto;
    bottom: 22%;
    width: 200px;
    padding-right: 25px;
  }

  .larger-icon-container-00-copy {
    left: -33%;
    top: 13%;
    width: 200px;
  }

  .larger-icon-container-00-copy._2 {
    left: -15%;
    top: 34%;
    right: auto;
    bottom: auto;
    width: 200px;
  }

  .larger-icon-container-00-copy._3 {
    left: -20%;
    top: auto;
    right: auto;
    bottom: 22%;
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 0.875rem;
  }

  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .sign-up-button.inverse {
    font-size: 12px;
  }

  .section-container {
    height: 470px;
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-container.hero-section {
    height: 500px;
  }

  .hero-button {
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-button.promo {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-heading {
    font-size: 25.25px;
    text-align: center;
  }

  .hero-heading._2 {
    font-size: 2em;
  }

  .hero-h3 {
    font-size: 12px;
    text-align: center;
  }

  .hero-h3._2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 0.75em;
  }

  .hero-paragraph {
    font-size: 10.66px;
    text-align: center;
  }

  .hero-paragraph._2 {
    font-size: 14px;
  }

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

  .section._60pad {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.palewhitebg {
    padding: 100px 0px;
  }

  .section.cs {
    width: 100%;
  }

  .section.cs-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.cs-1.no-pad {
    width: 100%;
    height: 32vh;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.bg-pale-green {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section._100vh {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section._100vh.about {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section._100vh.contact-us {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.footer {
    padding-top: 25px;
  }

  .section.no-padding {
    width: 100%;
  }

  .section.relative {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.bg3.relative {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.about-us {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading-3 {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 1.333;
    text-align: center;
  }

  .round-arrow {
    font-size: 12px;
  }

  .slide {
    width: 300px;
  }

  .slide-2 {
    width: 300px;
  }

  .mask {
    width: 300px;
  }

  .industry-name {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 16px;
  }

  .heading-container {
    width: 100%;
  }

  .heading-container.center.white {
    width: 100%;
  }

  .container.center {
    width: 95%;
  }

  .container.center.promo {
    width: 300px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.center.cs {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .container.cornerbox {
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
  }

  .container.footer {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.footer._2 {
    -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;
  }

  .container.full-width.horizontal {
    width: 90%;
  }

  .container.full-width.horizontal.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container.h-direction {
    z-index: 3;
  }

  .button {
    margin-right: 0px;
    font-size: 12px;
  }

  .button.w--current {
    width: 90px;
    height: 40px;
    margin-right: 0px;
    font-size: 12px;
  }

  .user-tab {
    padding-bottom: 20px;
  }

  .user-explainer_container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .round_vertical_line {
    margin-right: 20px;
  }

  .testimonial-container {
    width: 100%;
  }

  .testimonial-box {
    padding: 20px;
  }

  .testimonial-text {
    padding-top: 20px;
    font-size: 12px;
  }

  .h5-blue {
    padding-top: 0px;
    font-size: 12px;
  }

  .promo-paragraph {
    font-size: 12px;
  }

  .footer-column-large {
    width: 100%;
  }

  .footer-column {
    width: 100%;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-flex {
    max-width: 280px;
    padding-bottom: 20px;
  }

  .footer {
    width: 280px;
  }

  .footer-title {
    margin-bottom: 0px;
  }

  .paragraph {
    font-size: 12px;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .heading-12 {
    font-size: 16px;
    text-align: left;
  }

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

  .hero-slider {
    height: 50vh;
  }

  .hero-section-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-image {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-explained-2 {
    margin-top: 0px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .p4 {
    font-size: 12px;
  }

  .suzen-navbar {
    height: 60px;
  }

  .suzen-brand-logo {
    width: 120px;
  }

  .suzen-hero-section {
    height: 75vh;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .suzen-container.vertical.suzen-hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-heading-wrapper.h3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .hero-text-wrapper {
    width: 100%;
  }

  .hero-main-text-wrapper {
    width: 100%;
    padding-bottom: 0px;
  }

  .hero-misc-element-wrapper {
    left: -15%;
    width: 100px;
  }

  .hero-misc-element-wrapper._2 {
    right: -5%;
    width: 60px;
  }

  .hero-misc-element-wrapper._3 {
    left: auto;
    top: 7%;
    right: 0%;
    bottom: auto;
    width: 50px;
  }

  .hero-misc-element-wrapper._4 {
    left: 7%;
    bottom: 5%;
    width: 60px;
  }

  .cs-upperlink-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cs-upperlink-grid {
    justify-items: center;
    grid-row-gap: 11px;
  }

  .cs-p {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .cs-h1-text {
    font-size: 2.5rem;
  }

  .para-1 {
    font-size: 1.5rem;
  }

  .cs-image {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .about-summary {
    width: 95%;
  }

  .section-title-container.right-align {
    width: 100%;
    padding-right: 0%;
    padding-bottom: 40px;
    padding-left: 0%;
    text-align: left;
  }

  .section-title-container.left-align {
    width: 100%;
    padding-bottom: 40px;
  }

  .section-heading-wrapper.black {
    width: 100%;
  }

  .section-paragraph-wrapper {
    width: 100%;
  }

  .feature-box {
    width: 100%;
  }

  .body-content {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .body-content.homepage {
    width: 85%;
    padding-left: 10px;
  }

  .body-content.service-model {
    width: 85%;
    padding-left: 10px;
  }

  .body-content.about-us {
    width: 85%;
    padding-left: 10px;
  }

  .body-content.contact-us {
    width: 85%;
    padding-left: 10px;
  }

  .image-box {
    height: 200px;
    border-radius: 6px;
  }

  .suzen-thumbail-image {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-suzen-logo {
    padding-bottom: 15px;
  }

  .full-width-divider._2 {
    margin-top: 20px;
  }

  .footer-copyright {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-legal-link-wrapper {
    padding-bottom: 6px;
  }

  .slider-content {
    width: 90%;
  }

  .cloud {
    display: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .donut-gold {
    left: -27%;
    top: -6%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .additional {
    left: -13%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .pen {
    left: 22%;
    top: 6%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .ball {
    left: 94%;
    top: 0%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .triangle {
    left: 70%;
    top: 25%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .donut-blue {
    left: 83%;
    top: 46%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .box {
    display: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .para-2 {
    font-size: 1.3rem;
  }

  .para-3 {
    font-size: 1rem;
    line-height: 1.3;
  }

  .para-4 {
    font-size: 0.87rem;
  }

  .scroll-down-guide {
    margin-top: 0%;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .misc-element-wrapper._2 {
    bottom: -17%;
    width: 50px;
  }

  .misc-element-wrapper._2.summary-about {
    bottom: -18%;
    width: 25%;
  }

  .misc-element-wrapper._4 {
    left: auto;
    top: auto;
    right: 60%;
    bottom: 6%;
  }

  .features-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-heading-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cta-button {
    margin-top: 40px;
  }

  .miscs {
    right: -35%;
    width: 250px;
  }

  .footer--summary {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .helpful-link {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-head-link {
    padding-bottom: 15px;
  }

  .footer-block {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-link-block {
    padding-bottom: 10px;
  }

  .legal-link-wrapper {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .larger-icon-wrapper {
    display: none;
    width: 30%;
  }

  .company-core-wrapper {
    width: 100%;
    padding-left: 0px;
  }

  .larger-icon-container-00 {
    position: static;
    left: -25%;
    top: 206px;
    width: 150px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .larger-icon-container-00._2 {
    left: -15%;
    top: auto;
    right: auto;
    bottom: 409px;
    width: 150px;
    margin-top: 0px;
  }

  .larger-icon-container-00._3 {
    left: -15%;
    bottom: 23%;
    width: 150px;
    margin-top: 0px;
  }

  .company-core-content {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-03-wrapper.blue {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .body-contents-wrapper.regular-weight {
    width: 100%;
  }

  .miscs-contact-wrapper._2 {
    right: -13%;
  }

  .contact-info-contents {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-info-contents._2.social-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .contact-content-info {
    padding-top: 20px;
    padding-left: 0px;
    text-align: center;
  }

  .contact-form-box {
    padding: 20px;
  }

  .highlighter-miscs {
    width: 30px;
    height: 35px;
  }

  .success-message-2 {
    padding: 10px 15px;
  }

  .heading-wrapper.padding.greentext {
    padding-top: 5px;
    padding-bottom: 13px;
  }

  .service-model-box {
    padding: 20px 15px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-model-title-wrapper {
    width: 100%;
  }

  .service-model-title-body {
    padding-right: 15px;
    padding-left: 15px;
  }

  .sub-big-p {
    width: 100%;
  }

  .miscs-bell-wrapper {
    top: -4%;
  }

  .larger-icon-container-copy {
    position: static;
    left: -25%;
    top: 206px;
    width: 150px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .larger-icon-container-copy._2 {
    left: -15%;
    top: auto;
    right: auto;
    bottom: 409px;
    width: 150px;
    margin-top: 0px;
  }

  .larger-icon-container-copy._3 {
    left: -15%;
    bottom: 23%;
    width: 150px;
    margin-top: 0px;
  }

  .larger-icon-container-v2 {
    position: static;
    left: -25%;
    top: 206px;
    width: 150px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .larger-icon-container-v2._2 {
    left: -15%;
    top: auto;
    right: auto;
    bottom: 409px;
    width: 150px;
    margin-top: 0px;
  }

  .larger-icon-container-v2._3 {
    left: -15%;
    bottom: 23%;
    width: 150px;
    margin-top: 0px;
  }

  .larger-icon-container-00-copy {
    position: static;
    left: -25%;
    top: 206px;
    width: 150px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .larger-icon-container-00-copy._2 {
    left: -15%;
    top: auto;
    right: auto;
    bottom: 409px;
    width: 150px;
    margin-top: 0px;
  }

  .larger-icon-container-00-copy._3 {
    left: -15%;
    bottom: 23%;
    width: 150px;
    margin-top: 0px;
  }
}

#w-node-c78d386c-14e6-c3a6-0aa4-9320ba20b0c4-61fd70cb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a782ff98-1a6a-6769-89fb-54f4ab25a049-61fd70cb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b200b2ec-7035-f78c-0eb5-c07e561b7042-61fd70cb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e87d947f-6b28-f7c4-bcc2-a19248b35fc9-61fd70cb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3e919e9d-f339-b0aa-697f-02e5919dc2c1-65fd70ce {
  -ms-grid-column-align: end;
  justify-self: end;
}

#email-form.w-node-_7fc2bb0e-d1d5-ba50-d7cb-d6eb27074010-65fd70ce {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_7fc2bb0e-d1d5-ba50-d7cb-d6eb27074018-65fd70ce {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_7fc2bb0e-d1d5-ba50-d7cb-d6eb2707401b-65fd70ce {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column-align: center;
  justify-self: center;
}

#email-2.w-node-d330afe5-4f6f-72dc-29f6-c08b0eb749a5-24fd70cf {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#field.w-node-_273b8b23-d75e-2b94-8150-ea01e31e563d-24fd70cf {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_3e919e9d-f339-b0aa-697f-02e5919dc2c1-09fd70d2 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#email-form.w-node-_7fc2bb0e-d1d5-ba50-d7cb-d6eb27074010-09fd70d2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_7fc2bb0e-d1d5-ba50-d7cb-d6eb27074018-09fd70d2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_7fc2bb0e-d1d5-ba50-d7cb-d6eb2707401b-09fd70d2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #name.w-node-_6bcc8611-1cec-bdb3-11e3-8bdae8f85f28-24fd70cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #Last-Name.w-node-_27d5d0ad-e852-7f47-d678-9678b1b2a7ab-24fd70cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #Contact.w-node-_6bcc8611-1cec-bdb3-11e3-8bdae8f85f2b-24fd70cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #email-2.w-node-cb569d19-0aa8-c753-454b-c2ae5f12da3d-24fd70cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #email-2.w-node-d330afe5-4f6f-72dc-29f6-c08b0eb749a5-24fd70cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #field.w-node-_273b8b23-d75e-2b94-8150-ea01e31e563d-24fd70cf {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6bcc8611-1cec-bdb3-11e3-8bdae8f85f2c-24fd70cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_510f0149-5a31-5de6-3e2e-1e1f5701496d-57014951 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_761fd3a5-cc23-a216-6bd9-dcaa4758402f-65fd70ce {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_33219c33-d0b9-c513-25dc-2f8d890898a2-65fd70ce {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_3e919e9d-f339-b0aa-697f-02e5919dc2c1-65fd70ce {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_761fd3a5-cc23-a216-6bd9-dcaa4758402f-09fd70d2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_33219c33-d0b9-c513-25dc-2f8d890898a2-09fd70d2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_3e919e9d-f339-b0aa-697f-02e5919dc2c1-09fd70d2 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}