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

.margin-top-76-neg {
  margin-top: -28px;
}

body {
  font-family: Opensaucetwo, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

a {
  color: #00b16f;
  text-decoration: underline;
}

.header {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  padding: 24px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.container {
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.container.margin-l {
  margin-top: 0px;
  /* padding-top: 104px; */
  padding-bottom: 104px;
}

.container.v-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -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;
}

.container.v-center.products-sec {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 20;
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff 85%, hsla(0, 0%, 100%, 0));
}

.container.nav {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 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;
  background-color: transparent;
}

.nav-logo {
  width: 240px;
  padding-top: 8px;
}

.nav-link-wrap {
  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;
}

.cta-button {
  padding: 10px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #4a90e2;
  border-radius: 12px;
  background-color: #4a90e2;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #fff;
}

.cta-button:hover {
  background-color: #fff;
  color: #4a90e2;
}

.cta-button.black {
  background-color: #000;
  color: #fff;
}

.cta-button.black:hover {
  border-color: #303030;
  background-color: #303030;
}

.cta-button.black.form {
  margin-left: 24px;
  background-color: #4a90e2;
}

.cta-button.lm {
  /* margin-left: 10px; */
}

.cta-button.ghost-button {
  background-color: transparent;
  color: #4a90e2;
}

.cta-button.ghost-button:hover {
  background-color: #4a90e2;
  color: #fff;
}

.cta-button.ghost-button.orange {
  border-color: #ffab00;
  color: #4a90e2;
}

.cta-button.ghost-button.orange:hover {
  background-color: #ffab00;
  color: #fff;
}

.cta-button.ghost-button.green {
  border-color: #00b16f;
  color: #4a90e2;
}

.cta-button.ghost-button.green:hover {
  background-color: #00b16f;
  color: #fff;
}

.cta-button.ghost-button.blue {
  border-color: #00bcef;
  color: #4a90e2;
}

.cta-button.ghost-button.blue:hover {
  background-color: #00bcef;
  color: #fff;
}

.cta-button.ghost-button.pink {
  border-color: #2db6f5;
  color: #fff;
}

.cta-button.ghost-button.pink:hover {
  border-color: #4a90e2;
  background-color: #4a90e2;
  color: #fff;
}

.cta-button.ghost-button.orange-fill {
  border-color: #ffab00;
  background-color: #ffab00;
  color: #fff;
}

.cta-button.ghost-button.orange-fill:hover {
  border-color: #4a90e2;
  background-color: #4a90e2;
  color: #fff;
}

.cta-button.ghost-button.orange-fill.hide {
  display: none;
}

.cta-button.ghost-button.green-fill {
  border-color: #00b16f;
  background-color: #00b16f;
  color: #fff;
}

.cta-button.ghost-button.green-fill:hover {
  border-color: #4a90e2;
  background-color: #4a90e2;
  color: #fff;
}

.cta-button.ghost-button.blue-fill {
  border-color: #00bcef;
  background-color: #00bcef;
  color: #fff;
}

.cta-button.ghost-button.blue-fill:hover {
  border-color: #4a90e2;
  background-color: #4a90e2;
  color: #fff;
}

.cta-button.ghost-two {
  border-color: #fff;
  background-color: transparent;
  color: #4a90e2;
}

.cta-button.ghost-two:hover {
  background-color: #4a90e2;
  color: #fff;
}

.cta-button.ghost-two.lm {
  color: #fff;
}

.cta-button.pink {
  background-color: #4a90e2;
}

.cta-button.pink-ghost {
  border-color: #4a90e2;
  background-color: transparent;
  color: #4a90e2;
}

.cta-button.pink-ghost:hover {
  background-color: #4a90e2;
  color: #fff;
}

.cta-button.home {
  background-color: #4a90e2;
}

.nav-link {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  text-decoration: none;
}

.nav-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #4a90e2;
}

.nav-link.last {
  margin-right: 2px;
}

.section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 53px;
  padding-bottom: 53px;
}

.section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vw;
  max-height: 760px;
  min-height: 680px;
  -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: #1d4f8a;
}

.section.full {
  background-color: #eee;
}

.section.footer {
  background-color: #f5f3f2;
}

.section.gradient-180 {
  padding-top: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e6def0), color-stop(95%, #c1dedc));
  background-image: linear-gradient(180deg, #e6def0 5%, #c1dedc 95%);
}

.section.margin-top-76 {
  margin-top: 76px;
}

.section.hide {
  display: none;
}

.section.green {
  background-color: #00b16f;
}

.section.sticky {
  overflow: visible;
  width: 100%;
  max-width: 100%;
  padding-top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section.grey {
  background-color: #eee;
}

.section.white {
  background-color: #fff;
}

.section.white.products {
  padding-top: 0px;
}

.section.orange {
  background-color: #ffab00;
}

.hero_text-wrap {
  position: relative;
  z-index: 5;
  width: 48vw;
  max-width: 630px;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 64px;
}

.h1.home {
  width: 100%;
  max-width: 630px;
}

.inline {
  position: relative;
  display: inline-block;
  color: #ffab00;
}

.paragraph {
  max-width: 100%;
}

.paragraph.hero {
  width: 80%;
  max-width: 501px;
  margin-top: 32px;
  margin-bottom: 40px;
  color: #fff;
}

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

.paragraph.center.max-650 {
  width: 800px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.hero-aus {
  width: 100%;
  max-width: 501px;
  margin-top: 32px;
  margin-bottom: 40px;
  color: #fff;
}

.paragraph.hero-products {
  width: 100%;
  max-width: 501px;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #000;
}

.paragraph.product {
  width: 100%;
  max-width: 480px;
  margin-top: 16px;
}

.paragraph.hero-plan {
  width: 100%;
  max-width: 501px;
  margin-top: 32px;
  margin-bottom: 40px;
  color: #000;
}

.paragraph.plan {
  width: 100%;
  max-width: 800px;
  text-align: center;
}

.paragraph.school {
  margin-top: 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.hero-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
}

.form-field {
  height: 100%;
  margin-bottom: 0px;
  padding: 14px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
}

.form-field:hover {
  border-style: solid;
  border-color: #000;
}

.form-field:focus {
  padding: 13px 24px;
  border-width: 2px;
  border-color: #000;
}

.form-field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-field::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-field.white {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.form-field.white:focus {
  border-color: #000;
}

.creators_wrap {
  position: relative;
  display: block;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.creator_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 420px;
  margin-right: 3vw;
  margin-bottom: 16px;
  padding: 40px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.1);
}

.creator_container {
  overflow: hidden;
  -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;
}

.creator_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
}

.block_top-wrap {
  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;
}

.stats-count {
  font-family: Nunito, sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.stats-count.pink {
  color: #4a90e2;
}

.stats-count.yellow {
  color: #ffab00;
}

.stats-count.green {
  color: #00b16f;
}

.stats-count.blue {
  color: #00bcef;
}

.block_followers {
  margin-top: 8px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

.hero_img-cont {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overflow-hidden {
  overflow: hidden;
}

.h3 {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 48px;
}

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

.h3.centre.contact-header {
  margin-bottom: 40px;
}

.b1-bar2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 2px;
  margin-top: 8px;
  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;
  background-color: #24232f;
}

.b1-bar1 {
  width: 24px;
  height: 2px;
  background-color: #24232f;
}

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

.h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #4a90e2;
  font-size: 56px;
}

.h2.how {
  margin-bottom: 32px;
  color: #00b16f;
}

.h2.about-us {
  font-size: 48px;
}

.h2.center {
  margin-bottom: 24px;
  text-align: center;
}

.h2.white {
  color: #fff;
}

.h2.mission {
  margin-bottom: 32px;
  color: #00b16f;
}

.h2.vision {
  margin-bottom: 32px;
  color: #00b16f;
}

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

.how_grid {
  width: 100%;
  margin-top: 40px;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.how_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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_wrap {
  width: 100%;
}

.feature_grid {
  width: 100%;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._480 {
  max-width: 480px;
}

._480.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.feature_image-wrap {
  position: relative;
  width: 100%;
  max-width: 567px;
}

.feature_image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.brand_wrap {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 120px;
  padding-bottom: 120px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brand_container {
  overflow: hidden;
  margin-left: 10vw;
  -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;
}

.brand_content {
  display: -ms-grid;
  display: grid;
  padding-top: 64px;
  padding-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.brand_block {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 300px;
  border-radius: 12px;
  background-color: #fff;
}

.brand_image {
  position: relative;
  display: block;
  width: 100%;
  min-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.brand_logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 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;
}

.brand_logo {
  width: auto;
  height: 50px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.brand_grid-text {
  padding-top: 120px;
  padding-bottom: 120px;
}

.success-message {
  border-radius: 12px;
  background-color: #c1dedc;
  background-image: linear-gradient(135deg, #e6def0, #c1dedc);
}

.about-menu-wrap {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  overflow: auto;
  width: 50vw;
  min-width: 720px;
  padding: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.close-block {
  position: absolute;
  left: auto;
  top: 22px;
  right: 22px;
  bottom: auto;
  z-index: 3;
  padding: 10px;
}

.close {
  display: block;
  width: 17px;
}

.about-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.influencer-logo {
  display: block;
  width: 150px;
}

.about-wrap {
  position: relative;
  z-index: 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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-text {
  display: block;
  margin-bottom: 56px;
}

.faq_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  -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;
}

.faq_wrapper {
  width: 100%;
  margin-top: 72px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
}

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

.h4.center.paua {
  color: #4a90e2;
}

.h4.center.school {
  margin-bottom: 8px;
  color: #4a90e2;
}

.faq_arrow {
  width: 24px;
}

.faq_top {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.faq_bottom {
  overflow: hidden;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.faq_divider {
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: rgba(0, 0, 0, 0.15);
}

.faq_text {
  margin-top: 16px;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-grid {
  margin-bottom: 88px;
  grid-column-gap: 56px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer_cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.footer-text {
  max-width: 480px;
  margin: 24px auto 40px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.line {
  display: none;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.15);
}

.footer-link {
  display: block;
  margin-bottom: 16px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #000;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.65;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 277px;
  margin-top: 22px;
  -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-img {
  max-width: 240px;
  margin-bottom: 24px;
}

.footer-small-text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.footer-small-text.no-margin {
  margin-bottom: 0px;
  font-size: 18px;
}

.footer-small-text.no-margin.bold {
  margin-bottom: 16px;
  font-weight: 700;
}

.fotter_bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.small {
  font-size: 15px;
}

.small.right {
  margin-right: 10px;
}

.small.ed {
  opacity: 0.7;
}

.small.address {
  margin-top: 16px;
  font-size: 14px;
}

.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

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

.about-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  width: 100vw;
  height: 100vh;
}

.blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.25);
}

.hamburger {
  display: none;
  width: 32px;
  height: 32px;
  -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;
}

.mobile-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  width: 100vw;
  height: 100vh;
}

.mobile-menu-modal {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 50vw;
  min-width: 720px;
  padding: 56px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.mob-menu-wrap {
  position: relative;
  z-index: 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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.tab-link {
  display: inline-block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 24px;
  border-left: 4px solid #f5f3f2;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.tab-link.w--current {
  width: 100%;
  margin-right: 0px;
  padding: 16px 24px;
  border-left: 4px solid #000;
  background-color: #fff;
}

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

.error-message {
  background-color: #fce1e4;
}

.error-text {
  color: #ee2139;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.div-block-3 {
  margin-bottom: 32px;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  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: #fff;
  box-shadow: 4px 4px 10px -1px rgba(0, 0, 0, 0.16);
}

.nav_logo {
  width: 55%;
  height: 55%;
  -o-object-fit: contain;
  object-fit: contain;
}

._4-item-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
}

.tile.plan {
  background-color: #eee;
}

.tile.form {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.tile.grey {
  background-color: #eee;
}

.product-details-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vw;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.product-cont {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 60px;
  border-radius: 12px;
}

.product-desc {
  max-width: 50ch;
  margin-top: 32px;
  margin-bottom: 24px;
  text-align: left;
}

.text-span {
  color: #ffab00;
}

.text-span.green {
  color: #00b16f;
}

.text-span.blue {
  color: #00bcef;
}

.text-span.pink {
  color: #4a90e2;
}

.big-logo-cont.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 50vw;
  margin-left: -25vw;
  -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: 50%;
}

.product-sec-grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.75fr 1.25fr;
  grid-template-columns: 0.75fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon {
  display: block;
  width: 130px;
  height: 130px;
  margin-bottom: 40px;
}

.div-block-4 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-5 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 680px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.brand-logo {
  width: 200px;
}

.footer-head {
  -webkit-transition: all 275ms cubic-bezier(.497, .013, .099, .995);
  transition: all 275ms cubic-bezier(.497, .013, .099, .995);
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
}

.footer-head:hover {
  color: #00b16f;
}

.footer-link-cont {
  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 {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 24px;
  background-color: #4a90e2;
  color: #fff;
}

.image-3 {
  width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.link {
  text-decoration: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-left: 10px;
  padding: 12px;
  -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: 8px;
  background-color: #00b16f;
}

.link-block:hover {
  background-color: #00e872;
}

.link-block.linkedin {
  width: 40px;
  height: 40px;
}

.link-block.linkedin:hover {
  background-color: #0072b1;
}

.link-block.linkedin.no-margin {
  margin-left: 0px;
}

.link-block.twitter {
  width: 40px;
  height: 40px;
}

.link-block.twitter:hover {
  background-color: #1da1f2;
}

.link-block.linkedin-big:hover {
  background-color: #0072b1;
}

.link-block.twitter-big:hover {
  background-color: #1da1f2;
}

.link-block.fb-big:hover {
  background-color: #4267b2;
}

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

.socialmedia-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.socialmedia-links.top-padding {
  margin-top: 24px;
}

.image-22 {
  width: 100%;
  height: 90%;
}

.aboutus-2 {
  width: 100%;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inline-2 {
  position: relative;
  display: inline-block;
  color: #4a90e2;
}

.aus-hero-img {
  position: relative;
  width: 40vw;
  max-width: 575px;
}

.aus-hero {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mission-grid {
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.mission-content {
  max-width: 490px;
}

.vision-content {
  max-width: 480px;
}

.team-grid {
  width: 100%;
  margin-top: 40px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.designation {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.h4-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.bio-img {
  display: block;
  width: 180px;
  height: 180px;
  margin-bottom: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.address.lm {
  margin-left: 80px;
}

.footer-end-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fotter_links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.address-head {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-hero-img {
  position: relative;
  top: -14.7%;
  right: -9.3%;
  display: block;
  width: 56vw;
  max-width: 760px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
}

.aus-hero_text-wrap {
  position: relative;
  z-index: 5;
  width: 49vw;
  max-width: 660px;
}

.inline-3 {
  position: relative;
  display: inline-block;
  color: #4a90e2;
}

.products-hero-img {
  position: relative;
  top: -20px;
  width: 40vw;
  max-width: 575px;
}

.product-1 {
  min-height: 380px;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-content {
  max-width: 490px;
}

.product-2 {
  min-height: 380px;
  -o-object-fit: contain;
  object-fit: contain;
}

.product_image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 567px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-grid {
  padding-top: 120px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.points-grid {
  margin-top: 32px;
  margin-bottom: 32px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.point-txt {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}

.circle-dot {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
}

.circle-dot.orange {
  border-color: #ffab00;
}

.circle-dot.green {
  border-color: #00b16f;
}

.circle-dot.blue {
  border-color: #00bcef;
}

.circle-dot.razz {
  border-color: #4a90e2;
}

.circle-dot.paua {
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-color: #4a90e2;
  background-color: #4a90e2;
}

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

.products-hero_text-wrap {
  position: relative;
  z-index: 5;
  width: 49vw;
  max-width: 660px;
}

.product-list-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.span-orange {
  color: #ffab00;
}

.span-green {
  color: #00b16f;
}

.span-blue {
  color: #00bcef;
}

.span-razz {
  color: #4a90e2;
}

.p-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  color: #4a90e2;
  text-decoration: none;
}

.plan-hero-img {
  position: relative;
  width: 40vw;
  max-width: 575px;
}

.inline-4 {
  position: relative;
  display: inline-block;
  color: #4a90e2;
}

.plan-hero_text-wrap {
  position: relative;
  z-index: 5;
  width: 49vw;
  max-width: 660px;
}

.plan-grid {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.plan-title-wrap {
  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;
}

.plan-points-grid {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 20px 1fr;
  grid-template-columns: 20px 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.plan-points-grid.school {
  margin-top: 24px;
  margin-bottom: 0px;
}

.points-wrap {
  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;
}

.school-grid {
  width: 100%;
  margin-top: 40px;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-txt {
  max-width: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-weight: 600;
}

.plan-hero {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.school-4-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-8 {
  margin-top: 16px;
}

.fs-cc-prefs_form {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 576px;
  margin-bottom: 0px;
  border-radius: 12px;
  background-color: #fff;
}

.fs-cc-banner_component {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: block;
  padding: 24px 32px;
  border-top: 1px solid rgba(67, 83, 255, 0.16);
  background-color: #f5f6ff;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background-color: #fff;
}

.fs-cc-prefs_checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.fs-cc-prefs_button {
  margin-right: 8px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #4353ff #4353ff #4353ff;
  border-radius: 500px;
  background-color: #4353ff;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: #4353ff;
  background-color: #fff;
  color: #4353ff;
}

.fs-cc-banner_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  position: absolute;
  left: auto;
  top: -12px;
  right: -12px;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  border-radius: 100%;
  background-color: #f5f6ff;
  box-shadow: -1px 1px 12px 0 rgba(51, 51, 51, 0.1);
  color: #333;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}

.fs-cc-banner_close {
  margin-left: 12px;
  padding: 10px;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-prefs_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 32px;
  -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;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: #021a7c;
}

.fs-cc-prefs_toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-manager_component {
  position: fixed;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 999;
  display: block;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid #4353ff;
  color: #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

.fs-cc-prefs_content {
  overflow: scroll;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 0px;
  color: #4353ff;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-right: -8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-manager_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 500px;
  background-color: #fff;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  cursor: pointer;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 5, 36, 0.6);
}

.fs-cc-prefs_checkbox-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 24px;
  margin-bottom: 0px;
  padding: 2px;
  border-radius: 999px;
  background-color: #ccc;
}

.fs-cc-banner_button {
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #4353ff;
  border-radius: 500px;
  background-color: #4353ff;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: #4353ff;
  background-color: #f5f5f5;
  color: #4353ff;
}

.fs-cc-banner_text {
  margin-right: 24px;
  color: #616161;
}

.fs-cc-prefs_trigger {
  display: none;
}

.contact-form {
  width: 100%;
}

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

.mycontain {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontain.left {
  -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;
}

.text-area-form {
  width: 100%;
  max-width: 85%;
  min-height: 260px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 8px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #fff;
  font-size: 1em;
  font-weight: 400;
}

.small-head {
  width: 80%;
  margin-bottom: 20px;
  font-size: 1.6em;
  line-height: 1.2;
  font-weight: 500;
}

.small-head.thin {
  font-weight: 200;
}

.form-el-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-el-wrapper.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.message-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-right-col {
  position: relative;
  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: 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;
}

.field-label-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
}

.form-left-col {
  position: relative;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field-form {
  max-width: 85%;
  min-height: 50px;
  margin-bottom: 25px;
  margin-left: 20px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  border-radius: 25px;
  background-color: #fff;
  font-size: 1em;
  font-weight: 400;
}

.cta-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 0.75em 2.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #00e872;
  border-radius: 30px;
  background-color: #00e872;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #000;
  font-size: 16px;
  line-height: 1em;
}

.cta-button-2:hover {
  border: 2px solid #000;
  background-color: #000;
  color: #00e872;
}

.cta-button-2.inverse-button {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.cta-button-2.inverse-button:hover {
  border-color: #00e872;
  background-color: #00e872;
  color: #000;
}

.cta-button-2.inverse-button.w--current {
  border-color: #00e872;
  background-color: #00e872;
  color: #000;
}

.cta-button-2.inverse-button.form {
  min-height: 45px;
  min-width: 150px;
  padding-right: 2em;
  padding-left: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-field-contact {
  width: 100%;
  height: auto;
  max-width: 77%;
  margin-bottom: 24px;
  margin-left: 24px;
  padding: 14px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
}

.form-field-contact:hover {
  border-style: solid;
  border-color: #4a90e2;
}

.form-field-contact:focus {
  padding: 13px 24px;
  border-width: 2px;
  border-color: #4a90e2;
}

.form-field-contact::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-field-contact:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-field-contact::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-field-contact::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-field-contact.white {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.form-field-contact.white:focus {
  border-color: #000;
}

.text-area {
  width: 100%;
  max-height: 100%;
  max-width: 77%;
  min-height: 220px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding: 14px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
}

.text-area:hover {
  border-style: solid;
  border-color: #4a90e2;
}

.text-area:focus {
  padding: 13px 24px;
  border-width: 2px;
  border-color: #4a90e2;
}

.text-area::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.text-area:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.text-area::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.text-area::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.text-area.white {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.text-area.white:focus {
  border-color: #000;
}

.form-select {
  width: 100%;
  height: auto;
  max-width: 77%;
  margin-bottom: 0px;
  margin-left: 24px;
  padding: 14px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d4d4d4));
  background-image: linear-gradient(180deg, #fff, #d4d4d4);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
}

.form-select:hover {
  border-style: solid;
  border-color: #4a90e2;
}

.form-select:focus {
  padding: 13px 24px;
  border-width: 2px;
  border-color: #4a90e2;
}

.form-select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-select::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-select::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-select.white {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.form-select.white:focus {
  border-color: #000;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

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

.text-block {
  width: 270px;
  height: 270px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 36px;
}

.paragraph-2 {
  display: inline-block;
  width: 1020px;
}

.div-block-9 {
  width: 300px;
  height: 300px;
  padding-bottom: 0px;
  background-color: #ce7b7b;
}

.container-2 {
  background-color: #baa;
  -webkit-transform: perspective(588px);
  transform: perspective(588px);
}

.image-23 {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.div-block-10 {
  display: -ms-grid;
  display: grid;
  width: 100px;
  height: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-2 {
  display: block;
}

.body {
  max-width: 100vw;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1280px;
  }

  .container.v-center {
    max-width: 1440px;
  }

  .cta-button.ghost-button.pink {
    color: #fff;
  }

  .cta-button.ghost-button.pink:hover {
    border-color: #4a90e2;
    background-color: #4a90e2;
  }

  .cta-button.ghost-button.orange-fill:hover {
    border-color: #4a90e2;
    background-color: #4a90e2;
  }

  .cta-button.ghost-button.green-fill {
    background-color: #00b16f;
    color: #fff;
  }

  .cta-button.ghost-button.green-fill:hover {
    border-color: #4a90e2;
    background-color: #4a90e2;
  }

  .cta-button.ghost-button.blue-fill {
    background-color: #00bcef;
    color: #fff;
  }

  .cta-button.ghost-button.blue-fill:hover {
    border-color: #4a90e2;
    background-color: #4a90e2;
  }

  .section.hero {
    height: auto;
    min-height: 90vh;
  }

  .section.white.products {
    padding-top: 0px;
  }

  .hero-form {
    max-width: 620px;
  }

  .creator_content {
    width: auto;
  }

  .h2.plan {
    width: 100%;
  }

  .feature_grid {
    height: 640px;
  }

  .brand_container {
    margin-left: 200px;
  }

  .brand_content {
    grid-row-gap: 32px;
  }

  .small.address {
    font-size: 15px;
  }

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

  .tab-link.w--current {
    border-left-color: #4a90e2;
  }

  .margin-40 {
    color: #4a90e2;
  }

  .product-details-cont {
    height: 15vw;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-row-gap: 32px;
  }

  .product-desc {
    max-width: 51ch;
  }

  .big-logo-cont.sticky {
    width: 46vw;
    height: 46vw;
    margin-left: -23vw;
  }

  .aus-hero-img {
    max-width: 600px;
  }

  .team-grid {
    max-width: 1310px;
  }

  .bio-img {
    width: 200px;
    height: 200px;
  }

  .footer-end-grid {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .fotter_links-wrap {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-hero-img {
    top: -9.8%;
    right: -10.3%;
    max-width: 720px;
  }

  .products-hero-img {
    max-width: 600px;
  }

  .plan-hero-img {
    max-width: 600px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  .header {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container {
    width: 90%;
  }

  .container.margin-l {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container.v-center.products-sec {
    padding-top: 100px;
  }

  .container.nav {
    position: static;
  }

  .nav-wrap {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-logo {
    width: 200px;
    padding-top: 4px;
  }

  .nav-link-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .cta-button.black.form {
    margin-left: 10px;
  }

  .cta-button.ghost-button.pink {
    color: #fff;
  }

  .cta-button.ghost-button.green-fill {
    background-color: #00b16f;
    color: #fff;
  }

  .cta-button.ghost-button.blue-fill {
    background-color: #00bcef;
    color: #fff;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section {
    padding: 100px 0px;
  }

  .section.hero {
    height: 64vw;
    min-height: 580px;
  }

  .section.sticky {
    background-color: #fff;
  }

  .hero_text-wrap {
    width: 52vw;
  }

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

  .h1.home {
    max-width: 320px;
  }

  .paragraph.hero {
    min-width: 320px;
  }

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

  .paragraph.hero-aus {
    min-width: 320px;
  }

  .paragraph.hero-products {
    min-width: 320px;
  }

  .paragraph.product {
    max-width: 540px;
  }

  .paragraph.hero-plan {
    min-width: 320px;
  }

  .hero-form {
    height: 48px;
  }

  .creator_block {
    min-width: 300px;
  }

  .stats-count {
    font-size: 32px;
  }

  .block_followers {
    font-size: 20px;
  }

  .h3 {
    font-size: 28px;
  }

  .b1-bar1 {
    height: 2px;
  }

  .h2 {
    width: 100%;
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
  }

  .h2.white {
    line-height: 1.1;
  }

  .h2.mission {
    text-align: left;
  }

  .h2.vision {
    text-align: left;
  }

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

  .feature_grid {
    justify-items: center;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  ._480 {
    width: 100%;
    max-width: 540px;
    margin-bottom: 40px;
  }

  .brand_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brand_image {
    min-height: 0px;
  }

  .brand_logo-wrap {
    padding: 15px;
  }

  .close-block {
    top: 24px;
    right: 24px;
  }

  .faq_container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h4 {
    font-size: 22px;
  }

  .footer-grid {
    grid-column-gap: 22px;
    grid-row-gap: 50px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

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

  .small {
    font-size: 14px;
  }

  .footer-flex {
    margin-top: 32px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .contact {
    padding-top: 64px;
  }

  .about-menu {
    display: none;
  }

  .blur {
    background-color: rgba(0, 0, 0, 0.25);
  }

  .hamburger {
    display: none;
  }

  .mobile-menu {
    display: none;
  }

  .mobile-menu-modal {
    display: block;
    width: 80%;
    min-width: auto;
    padding-top: 80px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c1dedc), to(#e6def0));
    background-image: linear-gradient(180deg, #c1dedc, #e6def0);
  }

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

  ._4-item-grid {
    max-width: 690px;
    margin-top: 0px;
  }

  .tile.max-430 {
    width: auto;
  }

  .tile.form {
    margin-top: 32px;
    padding: 32px 24px;
  }

  .product-details-cont {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .product-cont {
    height: 40px;
  }

  .product-desc {
    max-width: 80%;
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .big-logo-cont.sticky {
    top: 240px;
    width: 60vw;
    height: 60vw;
    margin-left: -30vw;
  }

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

  .brand-logo {
    width: 160px;
  }

  .footer-head {
    font-size: 18px;
  }

  .footer {
    padding-top: 100px;
  }

  .link-block {
    width: 40px;
    height: 40px;
    border-radius: 4px;
  }

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

  .menu-button {
    width: 70px;
    height: 70px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .aboutus-2 {
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .aus-hero-img {
    right: -69px;
    width: 48vw;
  }

  .mission-grid {
    margin-bottom: 80px;
  }

  .mission-content {
    width: 100%;
    max-width: 540px;
    margin-bottom: 40px;
  }

  .vision-content {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }

  .team-grid {
    margin-top: 32px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .designation {
    font-size: 16px;
  }

  .h4-name {
    font-size: 22px;
  }

  .bio-img {
    width: 160px;
    height: 160px;
  }

  .address.lm {
    margin-top: 24px;
    margin-left: 0px;
  }

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

  .fotter_links-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .address-head {
    font-size: 18px;
  }

  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-hero-img {
    right: -15.3%;
    width: 63vw;
  }

  .aus-hero_text-wrap {
    width: 47vw;
  }

  .products-hero-img {
    right: -38px;
    width: 48vw;
  }

  .product-content {
    width: 100%;
    max-width: none;
    margin-bottom: 0px;
  }

  .product-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .points-grid {
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .point-txt {
    font-size: 18px;
  }

  .products-hero_text-wrap {
    width: 45vw;
  }

  .product-list-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .plan-hero-img {
    right: -38px;
    width: 48vw;
  }

  .plan-hero_text-wrap {
    width: 45vw;
  }

  .plan-grid {
    justify-items: center;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .plan-title-wrap {
    width: 100%;
    max-width: 540px;
    margin-bottom: 40px;
  }

  .plan-points-grid {
    width: 100%;
  }

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

  .school-4-grid {
    margin-top: 0px;
  }

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

  .mycontain {
    width: 85%;
    height: auto;
  }

  .text-area-form {
    max-width: 84%;
    min-height: 120px;
    margin-left: 0px;
    font-size: 1rem;
  }

  .small-head {
    width: 90%;
    font-size: 1.4em;
  }

  .form-el-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-el-wrapper.btn {
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .message-cont {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-right-col {
    -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;
  }

  .field-label-form {
    margin-bottom: 0px;
    font-size: 1rem;
  }

  .form-left-col {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-field-form {
    max-width: 84%;
    margin-bottom: 0px;
    margin-left: 20px;
    font-size: 1rem;
  }

  .cta-button-2 {
    padding-right: 2em;
    padding-left: 2em;
  }

  .cta-button-2.inverse-button.form {
    padding-right: 1.5em;
    padding-left: 1.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-field-contact {
    max-width: 80%;
  }

  .text-area {
    max-width: 80%;
  }

  .form-select {
    max-width: 80%;
  }

  .nav-menu {
    z-index: 90;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 30px;
    -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;
    background-color: #fff;
  }

  .nava-link-container {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 2px solid #eee;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .header {
    padding-top: 16px;
    padding-bottom: 0px;
  }

  .container {
    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.margin-l {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .container.v-center.products-sec {
    padding-top: 60px;
  }

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

  .nav-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-logo {
    width: 200px;
    margin-top: 4px;
  }

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

  .nav-link-wrap.in-menu {
    display: block;
  }

  .cta-button {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cta-button.black.form {
    height: 56px;
    margin-top: 24px;
    margin-left: 0px;
  }

  .cta-button.home.lm {
    border-radius: 10px;
  }

  .nav-link {
    margin-right: 16px;
    margin-left: 16px;
  }

  .nav-link.about-open {
    margin-right: 16px;
    margin-left: 0px;
  }

  .section {
    padding: 56px 0px;
  }

  .section.hero {
    height: auto;
    min-height: auto;
    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;
  }

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

  .hero_text-wrap {
    width: 100%;
    max-width: 530px;
  }

  .h1.home {
    max-width: 480px;
  }

  .paragraph.hero {
    width: 100%;
    max-width: 530px;
    min-width: auto;
    margin-top: 24px;
  }

  .paragraph.hero-aus {
    width: 100%;
    max-width: 530px;
    min-width: auto;
    margin-top: 24px;
    margin-bottom: 0px;
  }

  .paragraph.mission {
    width: 100%;
    max-width: 430px;
    text-align: center;
  }

  .paragraph.vision {
    width: 100%;
    max-width: 420px;
    text-align: center;
  }

  .paragraph.hero-products {
    width: 100%;
    max-width: 530px;
    min-width: auto;
    margin-top: 24px;
    margin-bottom: 0px;
  }

  .paragraph.hero-plan {
    width: 100%;
    max-width: 530px;
    min-width: auto;
    margin-top: 24px;
    margin-bottom: 0px;
  }

  .hero-form {
    height: auto;
  }

  .form-field {
    padding: 10px 16px;
    border-radius: 10px;
  }

  .creator_block {
    min-height: 90px;
    min-width: 240px;
    padding: 24px;
  }

  .creator_content {
    height: 100px;
  }

  .stats-count {
    font-size: 24px;
  }

  .block_followers {
    font-size: 16px;
  }

  .hero_img-cont {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: -56px;
    -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;
  }

  .b1-bar2 {
    height: 2px;
  }

  .b1-bar1 {
    height: 2px;
  }

  .h2 {
    margin-bottom: 24px;
  }

  .h2.center {
    margin-bottom: 24px;
  }

  .h2.mission {
    margin-bottom: 16px;
    text-align: center;
  }

  .h2.vision {
    margin-bottom: 16px;
    text-align: center;
  }

  .how_grid {
    margin-top: 48px;
    justify-items: center;
  }

  .how_block {
    max-width: 300px;
  }

  .feature_grid {
    height: auto;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature_grid.flip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  ._480 {
    max-width: none;
    margin-bottom: 20px;
  }

  .feature_image-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: none;
    -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_image._1 {
    position: relative;
  }

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

  .brand_content {
    padding-top: 0px;
    padding-bottom: 0px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .brand_grid-text {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .about-menu-wrap {
    width: 100vw;
    min-width: 0px;
    padding-top: 80px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .faq_container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h4 {
    font-size: 20px;
  }

  .footer-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;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .footer_cta {
    margin-top: 16px;
    -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;
  }

  .footer-block {
    max-width: none;
  }

  .fotter_bottom-wrap {
    margin-top: 8px;
  }

  .small {
    font-size: 12px;
  }

  .small.margin-bottom-16 {
    margin-bottom: 16px;
  }

  .small.address {
    font-size: 12px;
  }

  .contact {
    padding-top: 64px;
  }

  .about-menu {
    z-index: 25;
    height: auto;
  }

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

  .mobile-menu {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0px;
    margin-top: 16px;
  }

  .mobile-menu-modal {
    position: relative;
    width: 100vw;
    min-width: 0px;
    padding: 24px 0px;
    background-image: -webkit-gradient(linear, left top, right top, from(#c1dedc), to(#e6def0));
    background-image: linear-gradient(90deg, #c1dedc, #e6def0);
  }

  .mob-menu-wrap {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding: 16px 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-bottom: 2px solid #f5f3f2;
    border-left-style: none;
    text-align: center;
  }

  .tab-link.w--current {
    margin-left: 0px;
    padding: 16px 8px;
    border-bottom-color: #000;
    border-left-style: none;
  }

  .legal-text-wrapper {
    padding-top: 24px;
  }

  .navbar {
    height: 50px;
  }

  .nav_logo {
    height: 100px;
  }

  ._4-item-grid {
    max-width: 600px;
    margin-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .tile.team {
    padding: 16px;
  }

  .tile.max-430 {
    width: 100%;
  }

  .tile.form {
    margin-top: 24px;
    padding: 24px;
  }

  .product-details-cont {
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .product-desc {
    margin-bottom: 0px;
  }

  .big-logo-cont {
    max-width: none;
    margin-bottom: 40px;
  }

  .big-logo-cont.sticky {
    width: 80vw;
    height: 80vw;
    margin-left: -50vw;
  }

  .product-sec-grid {
    grid-column-gap: 24px;
  }

  .icon {
    width: 100px;
    height: 100px;
    margin-bottom: 24px;
  }

  .div-block-4 {
    margin-bottom: 56px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .div-block-5 {
    max-width: 540px;
    grid-row-gap: 16px;
  }

  .brand-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-head {
    font-size: 16px;
  }

  .footer {
    padding: 56px 0px 16px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .aboutus-2 {
    max-width: 500px;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .aus-hero-img {
    left: 20px;
    right: 0px;
    width: 50vw;
  }

  .aus-hero {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: -60px;
    -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;
  }

  .mission-img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }

  .mission-grid {
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .vision-grid {
    margin-top: 56px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .vision-img {
    width: 100%;
    max-width: 400px;
  }

  .mission-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vision-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team-grid {
    margin-top: 24px;
    justify-items: center;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .designation {
    font-size: 14px;
  }

  .h4-name {
    font-size: 20px;
  }

  .bio-img {
    width: 130px;
    height: 130px;
    margin-bottom: 24px;
  }

  .footer-end-grid {
    margin-top: 8px;
  }

  .fotter_links-wrap {
    margin-top: 8px;
  }

  .address-head {
    font-size: 14px;
  }

  .home-hero-img {
    left: 25px;
    top: 0%;
    right: 0%;
    width: auto;
    height: 80vw;
    max-width: none;
  }

  .aus-hero_text-wrap {
    width: 100%;
    max-width: 492px;
  }

  .products-hero-img {
    left: 20px;
    right: 0px;
    width: 50vw;
  }

  .product-1 {
    width: 100%;
    max-width: 400px;
  }

  .product-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-2 {
    width: 100%;
    max-width: 400px;
  }

  .product_image-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: none;
    -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;
  }

  .product-grid {
    padding-top: 100px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .point-txt {
    font-size: 16px;
  }

  .products-hero_text-wrap {
    width: 100%;
    max-width: 492px;
  }

  .product-list-grid {
    max-width: 500px;
    justify-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .plan-hero-img {
    left: 20px;
    right: 0px;
    width: 50vw;
  }

  .plan-hero_text-wrap {
    width: 100%;
    max-width: 492px;
  }

  .plan-grid {
    height: auto;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .plan-title-wrap {
    max-width: none;
    margin-bottom: 20px;
  }

  .school-grid {
    margin-top: 48px;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .plan-hero {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: -32px;
    -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;
  }

  .school-4-grid {
    max-width: 600px;
    margin-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    -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;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-right: 8px;
    margin-left: 0px;
  }

  .text-area-form {
    max-width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
  }

  .small-head {
    margin-top: 0px;
    font-size: 1.3em;
  }

  .small-head.thin {
    width: 100%;
  }

  .form-el-wrapper {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .message-cont {
    -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;
  }

  .field-label-form {
    margin-bottom: 8px;
    margin-left: 5px;
    font-size: 15px;
  }

  .text-field-form {
    max-width: 100%;
    min-height: 40px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
  }

  .cta-button-2 {
    height: 40px;
    padding-right: 1.8em;
    padding-left: 1.8em;
    font-size: 13px;
  }

  .form-field-contact {
    max-width: none;
    margin-bottom: 16px;
    margin-left: 0px;
    padding: 10px 16px;
    border-radius: 10px;
  }

  .text-area {
    max-width: none;
    margin-left: 0px;
    padding: 10px 16px;
    border-radius: 10px;
  }

  .form-select {
    max-width: none;
    margin-left: 0px;
    padding: 10px 16px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  .header {
    padding-top: 16px;
  }

  .container.v-center.products-sec {
    top: 20px;
    z-index: 30;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #fff), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, #fff 90%, hsla(0, 0%, 100%, 0));
  }

  .nav-logo {
    width: 180px;
    margin-right: 0px;
  }

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

  .nav-link-wrap.in-menu {
    display: block;
  }

  .cta-button {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cta-button.black.form {
    margin-top: 16px;
    margin-left: 0px;
  }

  .cta-button.ghost-two.lm {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .cta-button.home.lm {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .nav-link.about-open {
    margin-left: 0px;
  }

  .section.hero {
    padding-top: 48px;
  }

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

  .h1 {
    font-size: 40px;
  }

  .h1.home {
    max-width: 280px;
  }

  .paragraph.hero {
    max-width: 350px;
  }

  .paragraph.hero-aus {
    max-width: 350px;
  }

  .paragraph.hero-products {
    max-width: 350px;
  }

  .paragraph.hero-plan {
    max-width: 350px;
  }

  .hero-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-field {
    height: auto;
  }

  .creator_block {
    display: block;
    min-height: 100px;
    min-width: 50vw;
  }

  .stats-count {
    font-size: 22px;
  }

  .hero_img-cont {
    margin-top: -60px;
  }

  .h3.centre {
    font-size: 24px;
    text-align: center;
  }

  .h3.centre.contact-header {
    margin-bottom: 32px;
  }

  .how_wrap {
    width: 100%;
  }

  .h2 {
    font-size: 32px;
  }

  .h2.about-us {
    font-size: 40px;
  }

  .how_grid {
    max-width: 360px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature_wrap._2 {
    padding-top: 64px;
  }

  ._480.sticky {
    margin-bottom: 0px;
  }

  .feature_image-wrap {
    margin-right: auto;
    margin-left: auto;
  }

  .brand_container {
    padding-bottom: 64px;
  }

  .brand_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brand_logo-wrap {
    height: 60px;
  }

  .brand_logo {
    max-height: 60px;
  }

  .brand_grid-text {
    padding-top: 64px;
  }

  .about-menu-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-top {
    -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;
  }

  .influencer-logo {
    width: 120px;
    margin-top: 20px;
  }

  .faq_container {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .h4 {
    margin-right: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .faq_arrow {
    width: 20px;
    margin-top: 10px;
  }

  .faq_top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-grid {
    margin-bottom: 36px;
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .form-block {
    max-width: 360px;
  }

  .line {
    position: relative;
    z-index: 40;
    display: block;
    height: 8px;
    margin-top: 20px;
    border-radius: 10px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffab00), color-stop(33.33%, #00b16f), color-stop(66.67%, #00bcef), to(#4a90e2));
    background-image: linear-gradient(90deg, #ffab00, #00b16f 33.33%, #00bcef 66.67%, #4a90e2);
    opacity: 1;
  }

  .line.absolute {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 40px;
    z-index: 50;
    background-color: rgba(38, 32, 94, 0);
    background-image: none;
  }

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

  .footer-small-text {
    margin-bottom: 24px;
  }

  .fotter_bottom-wrap {
    margin-bottom: 16px;
    -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;
  }

  .small.right {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .footer-flex {
    margin-bottom: 16px;
    -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;
  }

  .contact {
    padding-top: 40px;
  }

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

  .mobile-menu {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0px;
    margin-top: 16px;
  }

  .mobile-menu-modal {
    position: relative;
    margin-top: 0px;
    padding: 24px 0px;
  }

  .mob-menu-wrap {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._4-item-grid {
    max-width: 360px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tile.form {
    padding: 16px;
  }

  .product-details-cont {
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .big-logo-wrapper {
    display: none;
  }

  .product-desc {
    max-width: 100%;
    margin-top: 0px;
  }

  .big-logo-cont.sticky {
    z-index: 20;
  }

  .product-sec-grid {
    width: 90%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    grid-row-gap: 0px;
  }

  .footer-head {
    margin-bottom: 16px;
  }

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

  .footer {
    padding-bottom: 0px;
  }

  .link-block {
    margin-left: 5px;
  }

  .aboutus-2 {
    max-width: 360px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .aus-hero {
    overflow: visible;
    margin-top: 0px;
  }

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

  .h4-name {
    margin-right: 20px;
    font-size: 18px;
  }

  .footer-end-grid {
    margin-bottom: 16px;
    -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;
  }

  .fotter_links-wrap {
    margin-bottom: 16px;
    -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;
  }

  .address-head {
    margin-bottom: 16px;
  }

  .home-hero-img {
    left: 0px;
    width: 100%;
    height: 100%;
  }

  .products-hero-img {
    left: 0px;
    width: 100%;
  }

  .product_image-wrap {
    margin-right: auto;
    margin-left: auto;
  }

  .product-grid {
    padding-top: 80px;
  }

  .point-txt {
    margin-right: 20px;
  }

  .product-list-grid {
    max-width: 360px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .plan-hero-img {
    left: 0px;
    width: 100%;
  }

  .school-grid {
    max-width: 360px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .plan-hero {
    overflow: visible;
    margin-top: 0px;
  }

  .school-4-grid {
    max-width: 360px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    left: auto;
    top: -22px;
    right: 10px;
    bottom: auto;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0px;
  }

  .mycontain {
    width: 90%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .small-head.thin {
    font-size: 1.2em;
  }

  .field-label-form {
    margin-bottom: 10px;
  }

  .cta-button-2 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .cta-button-2.inverse-button.form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-field-contact {
    height: auto;
  }

  .text-area {
    height: auto;
  }

  .form-select {
    height: auto;
  }
}

#w-node-_8a54e369-0166-c3fe-6a3d-35084fb6cdb8-b5aa4f21 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_9e4ed38f-9f96-5f27-1e9c-89dd64fc2748-b5aa4f21 {
  -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-_957d9385-2e79-1f55-e3ff-38f8b5aa4f25-b5aa4f21 {
  -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-_816bd7a4-e95b-f004-084e-4a55f74cf0a3-b5aa4f21 {
  -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-c3b3f129-cc55-0809-ae34-af08ca318d7f-b4f73b65 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c3b3f129-cc55-0809-ae34-af08ca318d7a-b4f73b65 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9411335f-a7ce-0a98-f16a-8aeaf5b112cd-b4f73b65 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9411335f-a7ce-0a98-f16a-8aeaf5b112d2-b4f73b65 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_026688d5-cad8-f673-a71f-8f8af1e0ae89-b4f73b65 {
  -ms-grid-column-span: 0;
  grid-column-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_0d176e06-cc26-39e3-b48b-4e1cbe2ecdcc-e7910996 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0d176e06-cc26-39e3-b48b-4e1cbe2ecdc7-e7910996 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c3b3f129-cc55-0809-ae34-af08ca318d7a-e7910996 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c3b3f129-cc55-0809-ae34-af08ca318d7f-e7910996 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2dadeada-33b9-b530-3603-66694e88a624-e7910996 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2dadeada-33b9-b530-3603-66694e88a626-e7910996 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9411335f-a7ce-0a98-f16a-8aeaf5b112cd-e7910996 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9411335f-a7ce-0a98-f16a-8aeaf5b112d2-e7910996 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_35abd396-bf14-ed39-3ea8-1c045c514f89-70d2c4c7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_35abd396-bf14-ed39-3ea8-1c045c514f8e-70d2c4c7 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-c3b3f129-cc55-0809-ae34-af08ca318d7a-b4f73b65 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_9411335f-a7ce-0a98-f16a-8aeaf5b112cd-b4f73b65 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_0d176e06-cc26-39e3-b48b-4e1cbe2ecdc7-e7910996 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-c3b3f129-cc55-0809-ae34-af08ca318d7a-e7910996 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_2dadeada-33b9-b530-3603-66694e88a626-e7910996 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_9411335f-a7ce-0a98-f16a-8aeaf5b112cd-e7910996 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_35abd396-bf14-ed39-3ea8-1c045c514f89-70d2c4c7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_816bd7a4-e95b-f004-084e-4a55f74cf0a3-b5aa4f21 {
    -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-_026688d5-cad8-f673-a71f-8f8af1e0ae89-b4f73b65 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_0d176e06-cc26-39e3-b48b-4e1cbe2ecdcc-e7910996 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_9411335f-a7ce-0a98-f16a-8aeaf5b112d2-e7910996 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_6620dfa7-5e0e-4a7d-9850-2df855b98f1f-70d2c4c7 {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8a54e369-0166-c3fe-6a3d-35084fb6cdb8-b5aa4f21 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c3b3f129-cc55-0809-ae34-af08ca318d7f-b4f73b65 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_9411335f-a7ce-0a98-f16a-8aeaf5b112d2-b4f73b65 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_0d176e06-cc26-39e3-b48b-4e1cbe2ecdcc-e7910996 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-c3b3f129-cc55-0809-ae34-af08ca318d7f-e7910996 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_2dadeada-33b9-b530-3603-66694e88a624-e7910996 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_9411335f-a7ce-0a98-f16a-8aeaf5b112d2-e7910996 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_6620dfa7-5e0e-4a7d-9850-2df855b98f1f-70d2c4c7 {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_026688d5-cad8-f673-a71f-8f8af1e0ae89-b4f73b65 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
  }
}

@font-face {
  font-family: 'Opensaucetwo';
  src: url('../fonts/OpenSauceTwo-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucetwo';
  src: url('../fonts/OpenSauceTwo-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucetwo';
  src: url('../fonts/OpenSauceTwo-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/OpenSauceTwo-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucetwo Medium';
  src: url('../fonts/OpenSauceTwo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucetwo';
  src: url('../fonts/OpenSauceTwo-Bold.ttf') format('truetype'), url('../fonts/OpenSauceTwo-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucetwo';
  src: url('../fonts/OpenSauceTwo-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucetwo';
  src: url('../fonts/OpenSauceTwo-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucetwo';
  src: url('../fonts/OpenSauceTwo-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucetwo';
  src: url('../fonts/OpenSauceTwo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucetwo';
  src: url('../fonts/OpenSauceTwo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucetwo';
  src: url('../fonts/OpenSauceTwo-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucetwo';
  src: url('../fonts/OpenSauceTwo-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.content-txt {
  font-family: 'Opensaucetwo Medium';
}