:root {
  --midnight-blue: #070707;
  --indigo: #491a6c;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  text-decoration: underline;
}

.nav01_dropdown_dot {
  background-color: #f8faff;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  margin-left: 15px;
  transition: all .35s;
  display: none;
}

.nav01_dropdown_dot:hover {
  background-color: #e9eefa;
}

.nav01_mobile {
  background-color: #fff;
  flex: 1;
  align-items: center;
  height: 80px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  box-shadow: 14px 14px 40px #767ead14;
}

.nav01_left {
  align-items: center;
  width: 30%;
  display: flex;
}

.nav01_links {
  flex-wrap: nowrap;
  order: 0;
  align-self: center;
  align-items: center;
  /* width: 588px; */
  height: 57px;
  font-weight: 600;
  display: flex;
}

.nav01_dot_link {
  border-radius: 8px;
  align-items: center;
  width: 100%;
  min-height: 44px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav01_dot_link:hover {
  background-color: #f8faff;
  border-radius: 4px;
}

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

.nav01_logo {
  margin-right: 25px;
}

.nav01_logo.w--current {
  margin-right: 0;
}

.freadom_nav {
  z-index: 1000;
  object-fit: fill;
  background-color: #fff;
  width: 100%;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav01_link_text {
  color: #4f5e78;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.nav01 {
  z-index: 0;
  background-color: #fff0;
  flex: 1;
  align-items: center;
  height: 8vh;
  padding-left: 2%;
  padding-right: 2%;
  line-height: 20px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  box-shadow: 14px 14px 40px #767ead14;
}

.nav01_button {
  box-shadow: none;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #491a6c;
  border: 2px #5d3eff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-height: 35px;
  max-height: 40px;
  margin-left: 0;
  padding: 12px 10px;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 125%;
  transition: all .35s;
  display: flex;
}

.nav01_button:hover {
  color: #fff;
  background-color: #f2bd1d;
  font-family: DM Sans, sans-serif;
}

.nav01_line {
  background-color: #ebecf0;
  width: 1px;
  height: 100%;
  min-height: 31px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav01_link {
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}

.nav01_link:hover {
  color: #9134d8;
}

.nav01_link.w--current {
  color: #333;
  font-weight: 700;
}

.nav01_link.w--current:hover {
  color: #9134d8;
}

.nav01_dot_toggle {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 0;
  display: flex;
}

.nav01_dot_list {
  min-width: 200%;
}

.nav01_dot_list.w--open {
  background-color: #fff;
  border-radius: 8px;
  min-width: 150px;
  margin-top: 8px;
  padding: 4px;
  left: -50px;
  box-shadow: 1px 1px 13px #0000001a;
}

.freadom_edu-image {
  margin-right: 10px;
  position: static;
  inset: 0% auto 0% 0%;
}

.nav01_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* max-width: 1140px; */
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1vh;
  padding-bottom: 1vh;
  display: flex;
}

.landing_02 {
  object-fit: fill;
  background-color: #fff;
  background-image: url('../images/hero-wave_09.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100vw;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 95vh;
  max-height: 95vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 5% 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.h14_container {
  flex: 1;
  align-self: center;
  align-items: flex-start;
  max-width: 1140px;
  margin-top: 5%;
  display: flex;
}

.h14_block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  min-height: 400px;
  display: flex;
}

.h14_title {
  color: #491a6c;
  text-align: left;
  letter-spacing: 1px;
  max-width: 500px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 25px;
}

.h14_text {
  color: #0a1f44;
  text-align: left;
  max-width: 480px;
  margin-bottom: 15px;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 29px;
  display: block;
}

.h14_text.icon-text {
  text-align: left;
  margin: 10px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 1.4;
}

.h14_image {
  box-shadow: none;
  object-fit: fill;
  border-radius: 40px;
  align-self: auto;
  max-width: 100%;
  overflow: visible;
}

.grid {
  grid-template-rows: auto;
  grid-template-areas: ".";
  margin-top: 10px;
}

.c05_button {
  color: #fff;
  background-color: #7540ee;
  border: 1px solid #1730492e;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  max-width: 170px;
  min-height: 50px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 11px 20px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: none;
  position: relative;
}

.c05_button:hover {
  background-color: #6c3adf;
}

.c05_container {
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  flex: 0 1140px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 40px #170e1d1a;
}

.main_paragraph {
  color: #424242;
  text-align: left;
  object-fit: fill;
  max-width: 1140px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
}

.c05_h3 {
  color: #491a6c;
  text-align: left;
  max-width: 1140px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Rubik, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
}

.c05_focus {
  color: #9135d8;
  font-family: Signika, sans-serif;
  font-size: 58px;
  font-weight: 700;
}

.what_freadom {
  background-color: #0000;
  align-items: center;
  margin-top: 20px;
  padding: 20px 5% 70px;
  display: flex;
}

.c05_button_text {
  margin-right: 8px;
}

.c05_button_link {
  position: absolute;
  inset: 0%;
}

.focus_blue {
  color: #7540ee;
  display: flex;
}

.h14_block_02 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  min-height: 400px;
  padding: 0%;
  display: flex;
}

.text-block {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.div-block-2 {
  border: 1.5px solid #dbdbdb;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 32%;
  padding: 38px;
  display: flex;
}

.div-block-3 {
  flex-direction: row;
  justify-content: space-between;
  width: 1140px;
  max-width: 1140px;
  display: flex;
}

.image-4 {
  align-self: flex-start;
  margin-bottom: 28px;
}

.div-block-4 {
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}

.c02_image {
  object-fit: fill;
  object-position: 50% 50%;
  flex: 0 auto;
  max-width: 80%;
  overflow: visible;
}

.c02 {
  background-color: #fff;
  align-items: center;
  padding: 20px 5% 20px 0%;
  display: flex;
}

.c02_block_image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  justify-items: center;
  width: 50%;
  padding-right: 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.c02_block {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.c02_container {
  flex: 1;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1140px;
}

.div-block-5 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 15px 15px 0;
  display: flex;
}

.div-block-6 {
  justify-content: center;
  display: flex;
}

.c06_container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c06_h3 {
  color: #0a1f44;
  text-align: left;
  margin: 0 auto 30px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.rubik_feature {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.key-aspects {
  justify-content: center;
  margin-top: 10%;
  margin-bottom: 5%;
  display: flex;
}

.div-block-11 {
  justify-content: space-between;
  max-width: 1140px;
  margin-right: 0%;
  display: flex;
}

.div-block-12 {
  flex-direction: column;
  max-width: 30%;
  display: flex;
}

.main_paragraph-testimonial {
  color: #424242;
  text-align: left;
  object-fit: fill;
  max-width: 840px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.image-6 {
  align-self: center;
  max-width: none;
}

.div-block-13 {
  align-self: center;
  margin-bottom: 20px;
}

.testimonial_parent_of {
  color: #a4a4a4;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}

.testimonial-block {
  margin-bottom: 25px;
}

.div-block-14 {
  border-radius: 25px;
  flex-direction: column;
  align-items: center;
  max-width: 1140px;
  padding: 60px;
  display: flex;
  box-shadow: 0 20px 40px #00000014;
}

.home-feature-highlight {
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.f01_top_wrap {
  border-bottom: 1px solid #9b9eb842;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 35px;
  display: flex;
}

.f01_column {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.f01_link {
  color: #8a94a6;
  margin-bottom: 10px;
  margin-left: 1px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
  display: none;
}

.f01_link:hover {
  color: #0a1f44;
}

.f01_social_circle {
  border: 1px solid #ebecf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
}

.f01_title {
  color: #0a1f44;
  align-self: flex-end;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.f01_container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.f01_logo {
  width: 130px;
  margin-right: 15px;
}

.f01_columns {
  margin-top: 35px;
}

.f01_cta_text {
  color: #5f5f5f;
  letter-spacing: .5px;
  margin-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
}

.f01_social_icon {
  width: 15px;
}

.f01_social_circle_c {
  border: 1px solid #ebecf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.f01 {
  color: #0000;
  background-color: #fff;
  margin-top: 180px;
  padding: 60px 5%;
  display: block;
  position: static;
  overflow: visible;
  box-shadow: 0 -10px 20px #51515114;
}

.f01.firo {
  margin-top: 0;
}

.f01_social_wrap {
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.div-block-15 {
  align-self: flex-start;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-16 {
  flex: 1;
  margin-right: 25px;
}

.image-7 {
  width: 180px;
  transition: all .2s cubic-bezier(.409, .009, .193, .991);
}

.image-7:hover {
  opacity: .75;
}

.tab_feature {
  padding-right: 30px;
}

.f01_columns-mobile, .f01_columns-mobile-smaller {
  margin-top: 35px;
  display: none;
}

.div-block-18 {
  display: none;
}

.collection-item {
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  display: flex;
}

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

.details {
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.flowbase-navigation {
  z-index: 99;
  border-bottom: 1px solid #9b9eb838;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 20px 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.flowbase-logo-2 {
  width: 55px;
}

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

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

.div-block {
  background-color: #7735f60d;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  padding: 15px;
  display: flex;
}

.paragraph {
  opacity: .6;
  color: #000;
  margin-bottom: 40px;
  font-size: 18px;
  display: block;
}

.button-wrapper-2 {
  position: relative;
}

.heading-2 {
  color: #14193d;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 60px;
}

.button-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.footer {
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.collection-section {
  justify-content: center;
  align-items: center;
  min-height: 850px;
  padding: 140px 3%;
  display: flex;
}

.collection-list-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.arrow-cta {
  width: 100px;
  position: absolute;
  inset: auto auto -120% -20%;
}

.link-block {
  object-fit: fill;
  margin-left: 15px;
  margin-right: 15px;
  overflow: visible;
}

.f01_cta_text-link {
  color: #9134d8;
  letter-spacing: .5px;
  margin-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.italic-text {
  text-decoration: underline;
}

.div-block-19 {
  flex-direction: column;
  display: flex;
}

.link-block-2 {
  margin-bottom: 15px;
}

.f01_cta_text-phone {
  color: #5f5f5f;
  letter-spacing: .5px;
  margin-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: none;
}

.link-block-5 {
  margin-right: 10px;
}

.c05_h3-centre {
  color: #491a6c;
  text-align: left;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Rubik, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 115%;
}

.testimonial-block-temp {
  margin-bottom: 25px;
  display: none;
}

.f01_link-terms {
  color: #5893ff;
  text-align: right;
  align-self: flex-end;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  transition: all .25s;
  display: block;
}

.f01_link-terms:hover {
  color: #0a1f44;
}

.f01_link-terms.w--current {
  text-align: right;
}

.div-block-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.header-terms {
  color: #424242;
  text-align: left;
  object-fit: fill;
  max-width: 840px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-21 {
  margin-bottom: 40px;
}

.list {
  max-width: 840px;
  margin-bottom: 20px;
}

.div-block-22 {
  margin-bottom: 40px;
}

.text-span {
  display: inline;
  overflow: auto;
}

.bold-text {
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  justify-content: center;
  align-items: stretch;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.image-8 {
  margin-left: 150px;
  margin-right: 150px;
  display: inline-block;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.image-9 {
  float: none;
  border-radius: 0;
  max-width: 50%;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 0;
  display: block;
  position: static;
}

.link-block-7 {
  justify-content: space-between;
  padding-left: 29px;
  display: flex;
}

.image-10 {
  flex: 0 auto;
  order: 0;
  align-self: center;
  max-width: 20%;
  margin-left: 0;
  padding-top: 5px;
  padding-left: 0;
  display: block;
}

.heading-4 {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.link-block-8 {
  justify-content: space-around;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

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

.link-block-9 {
  justify-content: space-around;
  display: flex;
}

.image-12 {
  max-width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section {
  justify-content: space-around;
  align-items: flex-end;
  margin-left: 0;
  display: flex;
}

.image-13 {
  max-width: 50%;
}

.image-14 {
  max-width: 20%;
}

.container-2 {
  justify-content: space-around;
  align-items: center;
  padding-top: 189px;
  display: flex;
}

.heading-5 {
  color: #706f6f;
  justify-content: space-around;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button {
  color: #6013d5;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 2px solid #000;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.section-2 {
  justify-content: space-around;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.button-2 {
  background-color: #381653;
  border-radius: 9px;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.list-2 {
  max-width: 100%;
  padding-top: 40px;
  padding-left: 220px;
  padding-right: 220px;
}

.list-item, .list-item-2, .list-item-3 {
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.list-item-4 {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.youtube {
  justify-content: space-around;
  width: 500px;
  padding-left: 100px;
  display: flex;
}

.container-3 {
  max-width: 50%;
}

.main_paragraph-02 {
  color: #424242;
  text-align: left;
  object-fit: fill;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
}

.h14_container-copy {
  flex: 1;
  align-self: center;
  align-items: center;
  max-width: 1140px;
  margin-top: 0%;
  margin-bottom: 2%;
  display: flex;
}

.div-block-23 {
  margin-bottom: 5%;
}

.p04_title_wrap {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 15px;
  display: flex;
}

.p04_check_wrap {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.p04_button {
  color: #262626;
  text-align: center;
  letter-spacing: 1px;
  background-color: #0000;
  border: 2px solid #9134d8;
  border-radius: 100px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: none;
  box-shadow: 14px 14px 40px #767ead14;
}

.p04_button:hover {
  color: #fff;
  background-color: #9134d8;
  border-color: #9134d8;
}

.p04_pricing_details_wrap {
  color: #7540ee;
  flex-direction: row;
  margin-top: 5px;
  margin-bottom: 25px;
  display: flex;
}

.p04_check_full {
  text-align: left;
  margin-top: 35px;
  margin-bottom: 35px;
}

.p04_columns {
  flex: 1;
}

.p04_pricing {
  color: #9134d8;
  margin-left: 2px;
  margin-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.p04_pricing_type {
  color: #f2bd1d;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.p04_pricing_card {
  background-color: #fff;
  border: 0 solid #ebecf0;
  border-radius: 8px;
  min-height: 380px;
  padding: 35px;
  box-shadow: 0 5px 30px #5555551f;
}

.p04_pricing_text {
  color: #000;
  justify-content: center;
  align-items: center;
  max-width: 560px;
  margin-bottom: 0;
  padding-left: 8px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.p04_date_text {
  color: #fff;
  text-align: center;
  flex: 1;
  align-self: center;
  padding-left: 6px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.p04_container {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.p04_pricing_symbol {
  display: none;
}

.p03_h3 {
  color: #fff;
  text-align: center;
  margin: 0 auto 45px;
  font-family: Rubik, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
}

.p04_icon {
  margin-right: 10px;
  display: none;
}

.p04 {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: block;
}

.p04_title {
  color: #0a1f44;
  text-align: center;
  letter-spacing: 1px;
  max-width: 500px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  display: none;
}

.c06_container-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c06_tag_text {
  color: #9134d8;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.link {
  color: #7540ee;
  text-decoration: none;
}

.c06_image_wrap {
  border-radius: 40px;
  width: 100%;
  max-width: 900px;
}

.c06_image {
  width: 100%;
  max-width: 650px;
}

.c06_h3-2 {
  color: #491a6c;
  text-align: center;
  margin: 0 auto 50px;
  font-family: Rubik, sans-serif;
  font-size: 54px;
  line-height: 1.1;
}

.c06_link {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.c06_paragraph {
  text-align: center;
  max-width: 560px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c06 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 100px 5% 40px;
  display: flex;
}

.c06_text_span {
  color: #7540ee;
}

.c06_link_arrow {
  filter: invert();
  width: 15px;
}

.c06_link_text {
  color: #4e5d78;
  text-align: center;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 500;
}

.c06_tag {
  background-color: #f2bd1d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 30px;
  margin-bottom: 15px;
  padding: 10px 24px;
  display: flex;
  box-shadow: 1px 5px 20px #5555551f;
}

.bold-text-2 {
  font-family: Rubik, sans-serif;
  font-size: 54px;
}

.video {
  border-radius: 0;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0;
}

.div-block-24 {
  border-radius: 40px;
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
  overflow: hidden;
}

.div-block-6_02 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.c01_container {
  width: 100%;
  max-width: 1140px;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c01_block {
  width: 60%;
  padding-right: 0;
  position: relative;
}

.c01_title {
  color: #f2bd1d;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.c01_h3 {
  color: #fff;
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Rubik, sans-serif;
  font-size: 42px;
  line-height: 45px;
}

.c01_focus_colour {
  color: #7540ee;
}

.c01_paragraph {
  color: #fff;
  max-width: none;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 1.4;
}

.c01_block-2 {
  width: 40%;
  padding-right: 40px;
  position: relative;
}

.c01 {
  background-color: #491a6c;
  align-items: center;
  padding: 90px 5%;
  display: none;
}

.c01_container-2 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c01_block-3 {
  flex-direction: column;
  width: 50%;
  padding-right: 55px;
  display: flex;
  position: relative;
}

.c01_title-2 {
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

.c01_h3-2 {
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.c01_paragraph-2 {
  max-width: 560px;
  margin-bottom: 20px;
  line-height: 25px;
}

.p07 {
  background-color: #fff;
  padding: 20px 5% 124px;
}

.p07_check_wrap {
  margin-bottom: 0;
}

.p07_pricing {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 50px;
  line-height: 50px;
}

.p07_pricing_white {
  color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 50px;
  line-height: 50px;
}

.p07_block {
  z-index: 20;
  background-color: #fff;
  border-radius: 10px;
  min-height: 440px;
  padding: 20px 20px 20px 40px;
  position: static;
  box-shadow: 0 1px 35px #ebecf0;
}

.p07_container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p07_date_text_white {
  color: #fff;
}

.p07_icon {
  width: 28px;
  margin-right: 20px;
}

.p07_h3_white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
}

.p07_h3 {
  color: #0a1f44;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
}

.p07_column {
  width: 35%;
  padding: 10px 0;
}

.p07_info_text {
  color: #b0b7c3;
  text-align: center;
  max-width: 200px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.p07_text {
  color: #9134d8;
  text-transform: none;
  max-width: 560px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.6;
}

.p07_pricing_wrap {
  color: #7540ee;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 5px;
  margin-bottom: 25px;
  display: flex;
}

.p07_button {
  color: #7540ee;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ebecf0;
  border-radius: 8px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 11px;
  font-weight: 600;
  transition: all .2s;
}

.p07_button:hover {
  color: #fff;
  background-color: #7540ee;
}

.p07_check {
  align-items: center;
  margin-bottom: 46px;
  display: flex;
}

.p07_button_white {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ebecf0;
  border-radius: 8px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 11px;
  font-weight: 600;
  transition: all .2s;
}

.p07_button_white:hover {
  color: #0a1f44;
  background-color: #fff;
}

.p07_block_03 {
  box-shadow: none;
  background-color: #fff;
  border-radius: 10px;
  height: auto;
  min-height: 440px;
  padding: 20px;
}

.p07_text_white {
  color: #fff;
  max-width: 560px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.p07_block_02 {
  background-color: #9136d7;
  border-radius: 15px;
  min-height: 440px;
  padding: 20px 20px 20px 40px;
  box-shadow: 1px 1px 35px #ebecf0;
}

.p07_check_wrap-copy {
  flex-direction: column;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 0;
  display: flex;
}

.p07_check-copy {
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.p07_icon-copy {
  width: 34px;
  margin-right: 0;
}

.p07_column-copy {
  width: 35%;
  padding: 10px;
}

.p07_column-copy-2 {
  width: 50%;
  padding: 10px 0;
}

.div-block-25 {
  width: auto;
  padding: 10px 0;
}

.t05_paragraph {
  color: #484848;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-style: italic;
  line-height: 1.4;
}

.t05_avatar {
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t05_author_wrap {
  align-items: center;
  display: flex;
}

.t05_col_3 {
  border: 1px solid #ebecf0;
  border-left-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 33%;
  min-height: 350px;
  padding: 24px;
}

.t05_name {
  color: #0a1f44;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.t05_author_name_wrap {
  padding-left: 0;
}

.t05_col_1 {
  border: 1px #000;
  border-radius: 20px;
  width: 50%;
  min-height: 300px;
  margin-right: 20px;
  padding: 24px;
  box-shadow: 0 5px 40px #55555514;
}

.t05_h3 {
  color: #491a6c;
  text-align: center;
  margin: 0 auto 25px;
  font-family: Rubik, sans-serif;
  font-size: 54px;
  line-height: 1.1;
}

.t05_avatar_03 {
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t05_title {
  color: #9136d7;
  text-align: center;
  letter-spacing: 1px;
  max-width: 500px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.t05_title_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.t05_avatar_02 {
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t05_col_2 {
  border: 1px #ebecf0;
  border-radius: 20px;
  width: 50%;
  min-height: 300px;
  padding: 24px;
  box-shadow: 0 5px 40px #55555514;
}

.t05_job_title {
  color: #9136d7;
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.t05 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 20px 5%;
  display: block;
}

.t05_quote {
  color: #f2bd1d;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 60px;
  line-height: 37px;
  display: none;
}

.t05_testimoninal_wrap {
  flex-direction: row;
  align-items: flex-start;
  max-width: 1140px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.italic-text-2 {
  line-height: 1.4;
}

.section-4 {
  justify-content: space-around;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.button-3 {
  border: 3px solid var(--midnight-blue);
  color: var(--midnight-blue);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 13px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.text-span-2, .text-span-3 {
  font-family: Signika, sans-serif;
  font-size: 58px;
}

.f_title {
  color: #491a6c;
  font-family: Signika, sans-serif;
  font-size: 64px;
}

.read_title {
  color: #9134d8;
  font-family: Signika, sans-serif;
  font-size: 64px;
}

.om_title {
  color: #491a6c;
  font-family: Signika, sans-serif;
  font-size: 64px;
}

.om_small, .f_small {
  color: #491a6c;
  font-family: Signika, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.read_small {
  color: #9134d8;
  font-family: Signika, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.cta06 {
  background-color: #491a6c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 480px;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.cta06_container {
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  width: auto;
  min-width: 1140px;
  max-width: 1140px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta06_column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  display: flex;
}

.cta06_h3 {
  color: #fff;
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 55px;
}

.cta06_text {
  color: #fff;
}

.text-span-4 {
  color: #fcfcfc;
}

.landing_03 {
  background-color: #fff;
  background-image: url('../images/hero-wave_10.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100vw;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 5% 30px;
  display: flex;
  position: relative;
}

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

.main_paragraph-simple {
  color: #424242;
  text-align: left;
  object-fit: fill;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-24-02 {
  border-radius: 0;
  width: 100%;
  max-width: 800px;
  margin-bottom: 40px;
  overflow: hidden;
}

.fe08_container {
  flex-flow: column wrap;
  flex: 1;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.fe08_wrap {
  flex-wrap: wrap;
  align-self: center;
  display: flex;
}

.fe08_card {
  border: 1px solid #ebecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 220px;
  padding: 30px 35px 40px;
  transition: all .2s;
  display: flex;
}

.fe08_card:hover {
  box-shadow: 11px 11px 32px #ebecf061;
}

.fe08_icon_wrap {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
  box-shadow: 1px 1px 5px #d9dce9;
}

.fe08_icon-copy {
  width: 55px;
  max-width: none;
}

.feature-name {
  color: #333;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.feature-description {
  color: #333;
  text-align: left;
  max-width: none;
  margin: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  display: block;
}

.section-6 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.bold-text-3, .bold-text-4 {
  font-weight: 500;
}

.main_paragraph-simple-02 {
  color: #424242;
  text-align: left;
  object-fit: fill;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
}

.cl02 {
  background-color: #fff;
  padding: 90px 5%;
}

.cl02_container {
  flex-direction: column;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cl02_title {
  color: #8a94a6;
  text-align: center;
  letter-spacing: 1px;
  max-width: 500px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.cl02_logo_wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cl02_logo {
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 10px;
  display: flex;
}

.cl02_logo_img {
  width: 180px;
}

.text-span-6 {
  text-transform: uppercase;
}

.text-span-7 {
  color: #b864f9;
  font-family: Signika, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.read_small-dark {
  color: #d59dff;
  font-family: Signika, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.text-span-8 {
  font-family: Signika, sans-serif;
  font-size: 21px;
  font-weight: 600;
  position: static;
}

.text-span-9 {
  font-family: Rubik, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5;
}

.t05_col_1_02 {
  border: 1px #000;
  border-radius: 20px;
  width: auto;
  min-height: 300px;
  margin-right: 20px;
  padding: 24px;
  box-shadow: 0 5px 40px #55555514;
}

.c01-2 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-top: 0%;
  padding: 0 5% 90px;
  display: flex;
}

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

.h14_container_02 {
  flex: 1;
  align-self: center;
  align-items: center;
  max-width: 1140px;
  margin-top: 0;
  display: flex;
}

.why-reading-block {
  margin-top: 4%;
  margin-bottom: 100px;
}

.cl02_logo_wrap-2 {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-span-11 {
  color: #9136d7;
}

.te01 {
  background-color: #fff;
  min-height: 400px;
  padding: 90px 5%;
  display: none;
}

.te01_avatar {
  background-color: #b66b6b;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  margin-bottom: 25px;
}

.te01_h3 {
  color: #0a1f44;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

.te01_name {
  color: #0a1f44;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 21px;
}

.te01_social_icon_space {
  width: 18px;
}

.te01_avatar_02 {
  background-color: #ba8585;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  margin-bottom: 25px;
}

.te01_social_link {
  margin-left: 8px;
  margin-right: 8px;
}

.te01_job_title {
  color: #8a94a6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}

.te01_container {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.te01_avatar_03 {
  background-color: #d59494;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  margin-bottom: 25px;
}

.te01_social_icon {
  width: 18px;
}

.te01_card {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  min-height: 200px;
  padding: 42px 15px;
  transition: all .2s;
  display: flex;
}

.te01_card:hover {
  transform: translate(0, -4px);
  box-shadow: 7px 7px 55px #ebecf0;
}

.te01_title {
  color: #8a94a6;
  text-align: center;
  letter-spacing: 1px;
  max-width: 500px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.te01_card_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.te01_avatar_04 {
  background-color: #ae7676;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  margin-bottom: 25px;
}

.te01_title_wrap {
  margin-bottom: 35px;
}

.div-block-26 {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 1140px;
  max-width: 1140px;
  margin-bottom: 0;
  display: flex;
}

.poem {
  color: #fff;
  text-align: center;
  object-fit: fill;
  min-width: 1140px;
  max-width: 1140px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

.landing_02-about-us {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 92vh;
  max-height: 92vh;
  margin-top: 7vh;
  margin-bottom: 0;
  padding: 0 5% 30px;
  display: flex;
  position: static;
}

.section-7 {
  background-color: #f2bd1d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 3%;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
}

.div-block-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 8%;
  left: 5%;
  right: 5%;
}

.main_paragraph-03 {
  color: #491a6c;
  text-align: center;
  object-fit: fill;
  align-items: center;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 48px;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.h14_block_02-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  min-height: 400px;
  padding: 2%;
  display: flex;
}

.image-15 {
  align-self: center;
  max-width: 100%;
}

.c05_h3-copy {
  text-align: left;
  max-width: 1140px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Rubik, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
}

.h04_link_plain {
  color: #f5f7fd;
  text-decoration: none;
}

.h04_h1 {
  color: #fff;
  text-align: left;
  max-width: 610px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
}

.h04_title {
  color: #ddd;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.h04_container {
  flex: 1;
  max-width: 1140px;
  display: flex;
}

.h04_block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: 400px;
  display: flex;
}

.h04_button {
  box-shadow: none;
  color: #38cb89;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #e9f9f0;
  border: 2px #5d3eff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 35px;
  max-height: 40px;
  margin-left: 0;
  margin-right: 10px;
  padding: 12px 23px;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.h04_button:hover {
  background-color: #d6eee0;
}

.h04_paragraph {
  color: #fff;
  text-align: left;
  max-width: 410px;
  margin-bottom: 15px;
  margin-right: auto;
  font-size: 17px;
  display: block;
}

.h04 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 800px;
  padding: 90px 5%;
  display: flex;
  position: relative;
}

.h04_button_wrap {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-28 {
  justify-content: center;
  max-width: 1140px;
  display: flex;
}

.section-8 {
  justify-content: center;
  margin-bottom: 7%;
  display: flex;
}

.div-block-29 {
  padding-left: 5%;
  padding-right: 5%;
}

.c05_container-copy {
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  flex: 0 1140px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 5%;
  display: flex;
  position: relative;
  box-shadow: 0 10px 40px #170e1d1a;
}

.landing_03-copy {
  background-color: #fff;
  background-image: url('../images/hero-wave_12_dark.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100vw;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 5% 30px;
  display: flex;
  position: relative;
}

.h14_container-copy {
  flex: 1;
  align-self: center;
  align-items: flex-start;
  max-width: 1140px;
  margin-top: 0%;
  display: flex;
}

.cta06_h3-copy {
  color: #fff;
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 55px;
}

.main_paragraph-02-copy {
  color: #424242;
  text-align: left;
  object-fit: fill;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
}

.nav01_link-hide {
  margin-left: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.nav01_link-hide:hover {
  color: #9134d8;
}

.nav01_link-hide.w--current {
  color: #f2bd1d;
  display: none;
}

.nav01_link-hide-02 {
  margin-left: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.nav01_link-hide-02:hover {
  color: #9134d8;
}

.nav01_link-hide-02.w--current {
  color: #f2bd1d;
}

.bold-text-5 {
  color: #491a6c;
  font-size: 36px;
}

.text-span-12 {
  font-weight: 900;
}

.italic-text-3 {
  font-style: normal;
}

.text-span-13 {
  color: #7f7f7f;
  font-weight: 900;
}

.div-block-16-02 {
  flex: 1;
  margin-top: 0;
  margin-right: 25px;
}

.text-span-14 {
  font-size: 30px;
  line-height: 1.2;
}

.text-span-15 {
  font-size: 30px;
}

.text-span-16 {
  font-size: 20px;
}

.c05_h3-centre-02 {
  color: #491a6c;
  text-align: left;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 115%;
}

.c06_h3-3 {
  color: #0a1f44;
  text-align: center;
  margin: 0 auto 10px;
  font-family: Rubik, sans-serif;
  font-size: 54px;
  line-height: 1.1;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  color: #491a6c;
}

.main_paragraph-simple-2 {
  color: #424242;
  text-align: left;
  object-fit: fill;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

.c06_h3-4 {
  color: #491a6c;
  text-align: center;
  margin: 0 auto 20px;
  font-family: Rubik, sans-serif;
  font-size: 54px;
  line-height: 1.1;
}

.fe08_icon-copy-2 {
  width: 64px;
  max-width: none;
}

.t05-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin-bottom: 40px;
  padding: 40px 5%;
  display: block;
}

.main_paragraph-04 {
  color: #491a6c;
  text-align: center;
  object-fit: fill;
  max-width: none;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

.p03_h3-2 {
  color: #491a6c;
  text-align: center;
  margin: 0 auto 20px;
  font-family: Rubik, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
}

.div-block-6_03 {
  justify-content: center;
  margin-top: 40px;
  display: none;
}

.c06_h3-2-copy {
  color: #491a6c;
  text-align: center;
  margin: 0 auto 50px;
  font-family: Rubik, sans-serif;
  font-size: 54px;
  line-height: 1.1;
}

.c06_h3-2-copy-2 {
  color: #491a6c;
  text-align: center;
  margin: 0 auto 50px;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  line-height: 1.1;
}

.f_title-copy {
  color: #491a6c;
  font-family: Signika, sans-serif;
  font-size: 48px;
}

.read_title-copy {
  color: #9134d8;
  font-family: Signika, sans-serif;
  font-size: 48px;
}

.om_title-copy {
  color: #491a6c;
  font-family: Signika, sans-serif;
  font-size: 48px;
}

.p07_container-old {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.p07_check-copy-2 {
  align-items: center;
  margin-bottom: 41px;
  display: flex;
}

.t05_col_1-copy {
  border: 1px #000;
  border-radius: 20px;
  width: 50%;
  min-height: 240px;
  margin-right: 20px;
  padding: 24px;
  box-shadow: 0 5px 40px #55555514;
}

.t05_col_2-copy {
  border: 1px #ebecf0;
  border-radius: 20px;
  width: 50%;
  min-height: 240px;
  padding: 24px;
  box-shadow: 0 5px 40px #55555514;
}

.p04_pricing_card-02 {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/Solid-Dark-Purple.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto 88px;
  background-clip: border-box;
  border: 0 solid #ebecf0;
  border-radius: 8px;
  max-width: 100%;
  min-height: auto;
  max-height: 100%;
  padding: 20px 12px 10px;
  box-shadow: 0 5px 30px #5555551f;
}

.numbers {
  color: #9134d8;
  letter-spacing: 4px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.p04-hide {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: none;
}

.text-span-17 {
  color: #9134d8;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
}

.text-span-18, .text-span-19 {
  color: #fff;
}



.navigation-container {
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.nav-menu {
  margin-right: 14px;
  font-size: 14px;
}

.nav-link {
  opacity: .8;
  color: #9134d8;
  text-transform: none;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 700;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: 1;
  color: #28224b;
}

.nav-link.w--current {
  color: #491a6c;
  background-color: #0000;
  border-radius: 8px;
  font-size: 16px;
}

.nav-link.button {
  opacity: 1;
  color: #fff;
  background-color: #491a6c;
  border-style: none;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.hero-paragraph {
  color: #491a6c;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.34;
}

.hero-image {
  background-image: linear-gradient(#fff, #fff), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  width: 50%;
  max-width: 50%;
  margin-top: 19px;
}

.review-wrap {
  white-space: nowrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.hero-content {
  color: #491a6c;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 125%;
  display: flex;
}

.button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.button-4 {
  color: #9134d8;
  text-align: center;
  background-color: #f2bd1d;
  border-radius: 6px;
  min-height: auto;
  padding: 12px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .25s;
}

.button-4:hover {
  background-color: #f2bd1d;
  border: 4px #f2bd1d;
}

.button-4:active {
  background-color: #fff;
  border: 4px solid #f2bd1d;
}

.container-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 1200px;
  padding-left: 20px;
  display: flex;
}

.heropurple {
  color: #9134d8;
  width: 40vw;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 125%;
}

.header {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  place-items: center;
  padding: 60px 3% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title_head {
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 10vh;
}

.hero-image-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.review-text {
  color: #08090a;
  font-size: 16px;
}

.hastag {
  color: #9134d8;
  font-size: 3vh;
  font-weight: 800;
}

.link-2 {
  color: #491a6c;
}

.link-4 {
  color: #9134d8;
}

.line-column {
  justify-content: center;
  align-items: center;
  padding-bottom: 140px;
  display: flex;
}

.footer-desc {
  color: #491a6c;
  font-size: 18px;
}

.footer-title {
  float: none;
  clear: none;
  color: #9134d8;
  font-size: 30px;
  font-weight: 700;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.line {
  border: 1.3px #d1cdcd;
  border-top-style: dashed;
  width: 100%;
  height: 1px;
}

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

.container-4 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  display: flex;
  position: static;
  top: 0;
}

.content-section {
  background-color: #0000;
  padding: 120px 3%;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 670px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.heading-6 {
  color: #491a6c;
}

.footer-2 {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr .25fr .25fr;
  justify-items: center;
  width: 300px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.image-5 {
  height: 50px;
}

.navigation-about {
  background-color: #fff;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
  position: static;
}

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

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

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

.logo-link.w--current {
  width: 20%;
}

.navigation-item {
  opacity: 1;
  color: #9134d8;
  letter-spacing: 1px;
  text-transform: none;
  padding: 8px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition-property: none;
}

.navigation-item:hover {
  opacity: .9;
}

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

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

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

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

.navigation-item.buttonnav {
  border: 1px solid #491a6c;
  border-radius: 8px;
}

.navigation-items-about {
  background-color: #fff;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  height: 100px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  display: flex;
  position: static;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.navigation-wrap {
  object-fit: fill;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.logo-image {
  width: 100%;
  display: block;
}

.text-span-20 {
  border-radius: 1px;
  font-weight: 400;
}

.icon-2 {
  color: #491a6c;
}

.gallery {
  padding-top: 40px;
  padding-bottom: 100px;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._3 {
  right: 21%;
}

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

.arrow-right {
  width: 50px;
  height: 50px;
  inset: auto 0% 0% auto;
}

.section-9 {
  margin-left: 30px;
  margin-right: 30px;
}

.section-9.cc-store-home-wrap {
  padding-top: 100px;
}

.image-17 {
  z-index: 10000000;
  border-radius: 152px;
  align-self: flex-start;
  width: 50%;
  margin-top: -26px;
  position: static;
  overflow: hidden;
}

.f01_column-2 {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.intro-content {
  color: #491a6c;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 70%;
  max-width: 1140px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-38 {
  opacity: .5;
  background-color: #9134d8;
  width: 100%;
  height: auto;
}

.text-block-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.text-block-2:active {
  color: #9134d8;
}

.paragraph-2 {
  color: #ffd600;
  text-align: center;
  align-self: auto;
  width: 100%;
  margin-top: -8px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.card {
  color: #b8b9c2;
  background-color: #3f4046;
  background-image: linear-gradient(291deg, #441a63, #ff3c84);
  border-radius: 58px;
  flex-direction: column;
  align-items: center;
  width: 365px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
  box-shadow: 0 5px 2rem #0000004d;
}

.carousel-mask {
  width: 35%;
  overflow: visible;
}

.f01_link-terms-2 {
  color: #5893ff;
  text-align: right;
  align-self: flex-end;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  transition: all .25s;
  display: block;
}

.f01_link-terms-2:hover {
  color: #0a1f44;
}

.f01_link-terms-2.w--current {
  text-align: right;
}

.card-body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 2%;
  display: flex;
}

.paragraph-1 {
  z-index: 10000;
  opacity: 1;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.para {
  color: #491a6c;
  text-align: left;
  text-transform: none;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.heading-jumbo-anything {
  color: #000;
  text-align: left;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(262deg, #491a6c, #ff3c84);
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 solid #000;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 75px;
  font-weight: 600;
  line-height: 96px;
}

.who-is-it-for-white {
  color: #fff;
  text-align: left;
  background-color: #fbf5ff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 60vh;
  margin-top: 2%;
  margin-bottom: 0;
  padding-bottom: 0%;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
}

.paragraph-ganesh {
  color: #ffd600;
  text-align: center;
  margin-top: -8px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 125%;
}

.f01_social_wrap-2 {
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.f01_top_wrap-2 {
  border-bottom: 1px solid #9b9eb842;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 35px;
  display: flex;
}

.block-header {
  text-align: center;
  border-color: #e4e4e4;
  align-self: center;
  margin-top: 20px;
  padding: 16px 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.paragraph-bigger {
  opacity: 1;
  color: #491a6c;
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.so {
  color: #524e59;
  padding-top: 0;
  padding-left: 0;
  font-size: 20px;
}

.paragraph-bigger.so.ptop {
  font-size: 18px;
}

.paragraph-bigger.so.ptop.ffs {
  width: 70%;
}

.paragraph-bigger.so.ptop.ffs.gen {
  width: 90%;
}

.paragraph-bigger.head {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-bigger.small {
  color: #524e59;
  font-size: 18px;
  line-height: 125%;
}

.reg-open-div {
  opacity: 1;
  background-color: #0000;
  width: 100%;
  height: auto;
}

.text-block-3 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 125%;
}

.card-2 {
  color: #b8b9c2;
  background-color: #0000;
  background-image: linear-gradient(225deg, #9134d8, #ffa69e);
  border-radius: 58px;
  flex-direction: column;
  align-items: center;
  width: 365px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
  box-shadow: 0 5px 2rem #0000004d;
}

.card-para {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vh;
  margin-top: -8px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.container-7 {
  flex-direction: row;
  justify-content: space-between;
  height: auto;
  margin-top: 5%;
  margin-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.registration-open {
  z-index: 10000;
  opacity: 1;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.arrow-left {
  background-color: #0000;
  width: 50px;
  height: 50px;
  inset: auto auto 0% 0%;
}

.f01_container-2 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.intro-header {
  color: #fff;
  text-align: left;
  background-color: #0000;
  background-image: url('../images/Mask-Group.jpg');
  background-position: 0%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 12%;
  display: flex;
}

.div-block-39 {
  flex-direction: column;
  display: flex;
}

.container-8 {
  align-self: flex-start;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.section-10 {
  background-color: #303136;
  justify-content: center;
  align-items: center;
  padding-top: 99px;
  padding-bottom: 99px;
  overflow: hidden;
}

.section-10.is_full {
  background-color: #fbf5ff;
  border-radius: 0;
  align-items: flex-end;
  height: 840px;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.card-header {
  float: none;
  clear: none;
  text-align: center;
  object-fit: fill;
  border-radius: 8px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.paragraph-bigger-copy {
  opacity: 1;
  color: #000;
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

.sidetextheader-1.heading-jumbo {
  color: #000;
  text-align: left;
  width: 600px;
  height: 72px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 48px;
  display: block;
  position: static;
}

.sidetextheader-1.heading-jumbo.new {
  margin-bottom: 0;
  padding-bottom: 0%;
}

.image-home {
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.grid-5 {
  grid-column-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-bottom: 40px;
}

.div-block-40 {
  background-image: url('../images/kid.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 120%;
  width: 50%;
  height: 100%;
}

.f01_columns-2 {
  margin-top: 35px;
  display: block;
}

.button-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-5:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-5.banner-button {
  color: #9134d8;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #ffd600;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 20px;
  margin-left: 0;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 26px;
}

.button-5.banner-button.w--current {
  z-index: 110;
  position: relative;
}

.button-5.waitlist {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #9134d8;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 20px;
  margin-left: 0;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 26px;
}

.button-5.cc-white-button {
  color: #202020;
  text-align: center;
  background-color: #9134d8;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 30px;
  padding: 16px 10px;
  font-size: 14px;
  line-height: 26px;
  transition-property: none;
  display: flex;
}

.button-5.cc-white-button:hover {
  color: #fff;
  background-color: #9134d8;
}

.button-5.cc-white-button:active {
  color: #9134d8;
  background-color: #fff;
  border: 2px solid #9134d8;
}

.button-5.waitlist {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #9134d8;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  width: auto;
  margin-top: 20px;
  margin-left: 0;
  padding: 12px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
}

.button-5.waitlist:hover {
  background-color: #fffc;
}

.button-5.waitlist:active {
  background-color: #ffffffe6;
}

.button-5.banner-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #9134d8;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 20px;
  margin-left: 0;
  padding: 12px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
}

.button-5.banner-button:hover {
  background-color: #fffc;
}

.button-5.banner-button:active {
  background-color: #ffffffe6;
}

.button-5.joinwaitlist {
  color: #9134d8;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #ffd600;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 125%;
  display: inline-block;
}

.button-5.joinwaitlist:hover {
  background-color: #ffd600;
}

.button-5.joinwaitlist.backgroundchange {
  color: #ffd600;
  background-color: #9134d8;
}

.button-5.enrol-now {
  color: #9134d8;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #ffd600;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 125%;
  display: inline-block;
}

.button-5.enrol-now:hover {
  background-color: #ffd600;
}

.button-5.enrol-now.backgroundchange {
  color: #ffd600;
  background-color: #9134d8;
}

.banner-home {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Inter, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-20-colour {
  background-color: #ffa69e;
  width: 100%;
  height: 5px;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  align-self: center;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 150%;
}

.bold-text-10 {
  color: #9134d8;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
}

.div-block-42 {
  background-image: linear-gradient(27deg, #ff3c84, #ff3c84 0%, #491a6c 75%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  display: none;
}

.carousel.is_contained.tb01 {
  justify-content: center;
  padding-bottom: 40px;
  display: none;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
}

.image-3 {
  width: 150px;
}

.intro-text {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 35px;
  margin-left: 20px;
  margin-right: auto;
  display: flex;
}

.slide-nav {
  color: #491a6c;
  border: 0 solid #491a6c;
}

.course-card-header {
  color: #fff;
  text-align: center;
  border-color: #e4e4e4;
  align-self: center;
  width: 360px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.intro-content-copy-colour {
  color: #491a6c;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 8%;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  line-height: 150%;
  display: flex;
}

.f01-2 {
  color: #0000;
  background-color: #fff;
  width: 100%;
  margin-top: 20px;
  padding: 60px 5%;
  overflow: visible;
}

.form-header {
  text-align: center;
  border-color: #e4e4e4;
  align-self: center;
  margin-top: 40px;
  padding: 16px 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.paragraph-bigger-courses {
  opacity: 1;
  color: #000;
  text-align: center;
  flex-direction: row;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4%;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 34px;
  display: block;
}

.text-block-8-copy {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-top: 0%;
  padding-left: 15%;
  padding-right: 15%;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.banner {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 56px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
}

.desc-child-get-right {
  color: #9134d8;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
}

.div-block-43 {
  background-color: #fbf5ff;
  height: auto;
  padding-bottom: 40px;
}

.c-faq {
  width: 76%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-44 {
  width: 75%;
  margin-top: 20px;
  display: block;
}

.text-span-31 {
  color: #9134d8;
}

.bannerkid {
  z-index: 110;
  color: #ffd600;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
  position: relative;
}

.bannerkid.thank-you {
  color: #fff;
  font-weight: 400;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.image-18 {
  z-index: 101;
  border-radius: 0;
  align-self: center;
  width: auto;
  height: 70vh;
  position: relative;
  overflow: visible;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.div-block-45 {
  flex-direction: row;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 4%;
  display: flex;
}

.image-about {
  width: auto;
  height: 215px;
  margin-left: 20px;
  margin-right: 20px;
}

.c-faq-item {
  cursor: pointer;
  background-color: #222;
  border: 1px #000;
  border-radius: 24px;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.text-block-3-about {
  color: #491a6c;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 150%;
}

.image-3-about {
  width: 150px;
}

.grid-3-about {
  grid-column-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-bottom: 40px;
}

.text-block-5 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #fff;
  overflow: hidden;
}

.c-faq-icon {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.select-field {
  color: #999595;
  background-color: #fbf5ff;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 1px 1px 6px 1px #bbb;
}

.text-block-8 {
  color: #000;
  text-align: center;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-top: 2%;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 125%;
  display: block;
}

.heading-7 {
  align-self: center;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 800;
}

.bold-text-about {
  color: #9134d8;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.div-right-info {
  background-color: #fbf5ff;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.form {
  object-fit: fill;
  flex-direction: column;
  width: 60%;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  display: none;
}

.div-block-46 {
  width: 50%;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
}

.text-field-5 {
  background-color: #fbf5ff;
  border: 1px #000;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 1px 1px 6px 1px #bbb;
}

.grid-child-get-2 {
  grid-column-gap: 35px;
  background-color: #fbf5ff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}

.faq-q-text {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.div-block-47 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-faq-a-text {
  color: #000;
  padding: 20px;
}

.text-field-3 {
  color: #000;
  background-color: #fbf5ff;
  border: 1px #000;
  border-radius: 0;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  box-shadow: 1px 1px 6px 1px #bbb;
}

.div-block-33 {
  color: #9134d8;
  text-align: center;
  height: auto;
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}

.div-block-37 {
  justify-content: space-around;
  width: 50%;
  display: flex;
}

.c-faq-q-text {
  border-radius: 12px;
  flex: 1;
  padding: 20px;
  font-size: 22px;
}

.faq-stripe-1 {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.div-block-35 {
  justify-content: space-around;
  display: flex;
}

.img-child-get-left {
  object-fit: none;
  width: auto;
  height: auto;
}

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

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.who-is-it-for-colour {
  color: #fff;
  text-align: left;
  background-color: #fbf5ff;
  background-image: linear-gradient(to right, #ffa69e, #9134d8), url('../images/Groupwhoisitfor-2.png');
  background-position: 0 0, 100% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 250px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 60vh;
  margin-top: 2%;
  margin-bottom: 0;
  padding-bottom: 0%;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
}

.div-block-36 {
  justify-content: space-around;
  align-items: center;
  width: 50%;
  display: flex;
}

.intro-header-2 {
  color: #fff;
  text-align: left;
  background-color: #0000;
  background-image: linear-gradient(210deg, #491a6c 33%, #ff3c84);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.div-block-48 {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  align-self: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.submit-button {
  background-color: #9134d8;
  border-radius: 12px;
  align-self: center;
  width: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.faq-stripe-2 {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
}

.list-3 {
  padding-left: 20%;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.text-field-6 {
  background-color: #fbf5ff;
  border: 1px #000;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  transform: translate(0);
  box-shadow: 1px 1px 6px 1px #bbb;
}

.form-block-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-49 {
  background-color: #fbf5ff;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 60vh;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.faq-a-text {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.c-faq-q {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  align-items: center;
  display: flex;
}

.text-block-banner {
  text-align: left;
  padding-left: 20%;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.paragraph-bigger-copy-copy {
  opacity: 1;
  color: #000;
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 150%;
}

.whofortext1 {
  opacity: 1;
  color: #000;
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 150%;
}

.rectangle-line {
  background-color: #ffa69e;
  width: 100%;
  height: 4px;
}

.overflow-imgae-div {
  background-color: #fbf5ff;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.text-block-3-header {
  color: #9134d8;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
}

.whofordescpkt {
  opacity: 1;
  color: #000;
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

.heropurple-unbolf {
  color: #9134d8;
  width: 40vw;
  font-family: Inter, sans-serif;
  font-size: 2.9vh;
  font-weight: 400;
}

.div-block-50 {
  width: 100%;
  height: auto;
}

.pay-now-banner {
  z-index: 100;
  background-image: linear-gradient(27deg, #9134d8, #9134d8 0%, #172368);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.bold-text-11 {
  z-index: 110;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
  position: relative;
}

.bold-text-11.span1 {
  font-size: 52px;
  font-weight: 700;
}

.navigation-items-kt-pay {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.body-2 {
  border-radius: 6px;
}

.div-block-51 {
  background-color: #fafafa;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 148px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-52 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  margin-top: 0%;
  padding-left: 7%;
  display: flex;
}

.div-block-53 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.text-block-9 {
  text-align: center;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 125%;
}

.text-block-9.tts {
  text-align: left;
  align-self: center;
  padding-top: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 130%;
}

.text-block-10 {
  color: #000;
  text-align: center;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 75%;
  margin-bottom: 4%;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 125%;
  display: flex;
}

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

.logo-image-community {
  width: 100%;
  display: block;
}

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

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

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

.logo-link-community.w--current {
  width: 20%;
}

.logo-image-university {
  width: 82%;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 16px;
  padding-left: 0;
  display: block;
}

.logo-link-university {
  z-index: 1;
  width: 20%;
}

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

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

.logo-link-university.w--current {
  width: 20%;
}

.div-block-54 {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  width: 75%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  display: flex;
  box-shadow: 0 0 4px 4px #0000000d;
}

.div-block-54.sop01 {
  border-radius: 12px;
  width: 90%;
  height: auto;
}

.navigation-about-kt-pay {
  background-color: #0000;
  align-items: center;
  padding: 10px 50px;
  display: flex;
}

.text-field-7, .text-field-8 {
  background-color: #f7f7f7;
  border: 0 #000;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.text-field-9 {
  background-color: #f7f7f7;
  border: 1px #000;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.text-field-10 {
  background-color: #f7f7f7;
  border: 1px #000;
  border-radius: 20px;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.select-field-2-kt {
  background-color: #f7f7f7;
  border: 1px #000;
  border-radius: 20px;
  width: 100%;
  font-family: Inter, sans-serif;
}

.form-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-block-3 {
  width: 80%;
  margin-top: 16px;
  font-size: 1px;
}

.subheader-form {
  color: #000;
  text-align: center;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 82%;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 125%;
  display: flex;
}

.submit-button-2 {
  background-color: #9134d8;
  border-radius: 20px;
  width: 50%;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 150%;
}

.heading-jumbo-kt {
  color: #000;
  text-align: center;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(262deg, #491a6c, #ff3c84);
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 solid #000;
  align-self: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 75px;
  font-weight: 800;
  line-height: 125%;
  position: static;
}

.description {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 125%;
}

.list-4 {
  width: 75%;
  padding-top: 20px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 125%;
}

.logo-image-uni {
  width: 87%;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 20px;
  display: block;
}

.logo-image-uni.fnow {
  width: 100%;
  padding-bottom: 10px;
}

.logo-link-uni {
  z-index: 1;
  width: 20%;
}

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

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

.logo-link-uni.w--current {
  width: 20%;
}

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

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

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

.logo-link-kt-pay.w--current {
  width: 30%;
}

.logo-image-kt-pay {
  width: 100%;
  margin-left: -5%;
  display: block;
}

.div-block-54-payresponse {
  background-color: #491a6c;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  width: 75%;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 0;
  display: flex;
  box-shadow: 0 0 4px 4px #0000000d;
}

.text-block-10-payresp {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 75%;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 125%;
  display: flex;
}

.subheader-form-payresp {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 75%;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 125%;
  display: flex;
}

.bold-text-12 {
  font-size: 30px;
}

.text-span-32 {
  font-size: 48px;
}

.text-span-33 {
  font-size: 48px;
  font-weight: 700;
}

.div-block-55 {
  background-image: linear-gradient(27deg, #ff3c84, #ff3c84 0%, #491a6c);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.banner-home-2 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  align-self: center;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.paragraph-3 {
  color: #ffd600;
  text-align: center;
  align-self: auto;
  width: 100%;
  margin-top: -8px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.card-3 {
  color: #b8b9c2;
  background-color: #3f4046;
  background-image: linear-gradient(225deg, #491a6c 17%, #ff3c84);
  border-radius: 58px;
  flex-direction: column;
  align-items: center;
  width: 365px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
  box-shadow: 0 5px 2rem #0000004d;
}

.card-body-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 2%;
  display: flex;
}

.paragraph-4 {
  z-index: 10000;
  opacity: 1;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.paragraph-ganesh-2 {
  color: #ffd600;
  text-align: center;
  margin-top: -8px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.block-header-2 {
  text-align: center;
  border-color: #e4e4e4;
  align-self: center;
  margin-top: 0;
  padding: 16px 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.card-4 {
  color: #b8b9c2;
  background-color: #0000;
  background-image: linear-gradient(225deg, #9134d8, #ffa69e);
  border-radius: 58px;
  width: 365px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  box-shadow: 0 5px 2rem #0000004d;
}

.card-para-2 {
  color: #fff;
  text-align: center;
  width: 100%;
  height: 200px;
  margin-top: -8px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.course-card-header-2 {
  color: #fff;
  text-align: center;
  border-color: #e4e4e4;
  align-self: center;
  width: 360px;
  height: 50px;
  margin-top: -8px;
  margin-bottom: 0;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.example-text {
  opacity: 1;
  color: #491a6c;
  text-align: left;
  align-self: flex-start;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.navigation-item-2 {
  opacity: 1;
  color: #9134d8;
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition-property: none;
}

.navigation-item-2:hover {
  opacity: .9;
}

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

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

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

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

.logo-image-uni-2 {
  width: 65%;
  margin-top: -6px;
  display: block;
}

.navigation-about-2 {
  z-index: 1000;
  background-color: #fff;
  align-items: center;
  padding: 10px 50px;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  position: sticky;
  top: 0;
}

.text-field-11 {
  color: #333;
  background-color: #fbf5ff;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 60px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  box-shadow: 1px 1px 6px 1px #bbb;
}

.text-span-29 {
  color: #000;
}

.paragraph-9 {
  color: #333;
  text-align: center;
  background-color: #fff0;
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 43px;
  display: block;
}

.heading-12 {
  text-align: center;
  margin-top: 79px;
  font-family: Inter, sans-serif;
}

.div-block-56 {
  justify-content: space-around;
  padding-top: 0;
  display: flex;
  position: relative;
}

.bold-text-26 {
  padding-left: 10%;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.div-block-62 {
  flex-direction: row;
  grid-template: ". Area"
  / .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-top: 0%;
  margin-left: 0;
  display: flex;
}

.image-22 {
  z-index: 1;
  border-radius: 0;
  align-self: center;
  width: 35%;
  height: auto;
  margin: -2% 0 0 5%;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-53-cop {
  background-color: #f2bd1d;
  width: auto;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-53-cop-copy {
  background-color: #ebebeb;
  width: auto;
  height: 3px;
  margin-top: 63px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-24 {
  text-align: center;
  margin-top: 35px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 28px;
}

.bold-text-23 {
  line-height: 61px;
}

.div-block-63 {
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
  width: 100%;
  max-width: none;
  height: 163px;
  margin-left: auto;
  margin-right: auto;
}

.section-copy {
  margin-left: -10px;
  margin-right: -13px;
  display: block;
}

.faq-q-text-2 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.slide-nav-2 {
  opacity: 1;
  background-color: #fff;
  width: auto;
  height: 15px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-69 {
  object-fit: fill;
  background-image: linear-gradient(101deg, #ffd600, #d1512e);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-span-37 {
  color: #d1512e;
}

.div-block-70 {
  background-image: linear-gradient(14deg, #9134d8, #ffa69e);
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.heading-10 {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  font-family: Inter, sans-serif;
  font-size: 38px;
  line-height: 44px;
  position: relative;
}

.div-block-68 {
  flex: 0 auto;
  align-self: center;
  width: 100%;
}

.heading-11 {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.image-about-2 {
  width: 80%;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.youtube-2 {
  padding-right: 0;
}

.list-item-5 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.bold-text-29 {
  font-size: 29px;
}

.paragraph-7 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.div-block-71 {
  justify-content: space-around;
  align-items: center;
  width: 64%;
  margin-top: -13px;
  display: flex;
}

.faq-a-text-2 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.image-23 {
  text-align: center;
  width: 700px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.button-copy-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-copy-copy:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-copy-copy.joinwaitlist-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #9134d8;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 35px auto 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 125%;
  display: block;
  position: relative;
}

.button-copy-copy.joinwaitlist-copy:hover {
  background-color: #ffd600;
}

.button-copy-copy.joinwaitlist-copy-copy {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #ffd600;
  border: 5px solid #ffd600;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  margin: 25px auto 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 125%;
  transition-property: color, opacity, color;
  transition-duration: .4s, .4s, .35s;
  display: block;
  position: relative;
}

.button-copy-copy.joinwaitlist-copy-copy:hover {
  background-color: #ffd600;
}

.f01_cta_text-2 {
  color: #5f5f5f;
  letter-spacing: .5px;
  margin-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: block;
}

.text-block-22 {
  color: #fff;
  text-align: center;
  margin-top: 32px;
  font-family: Inter, sans-serif;
  font-size: 37px;
}

.slide {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/grewupshy_sonia_trial.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-19 {
  text-align: center;
  background-image: linear-gradient(#d1512e, #ffd600);
  font-family: Inter, sans-serif;
  font-size: 50px;
  line-height: 71px;
}

.text-block-19.sunset {
  background-image: linear-gradient(299deg, #d1512e, #ffd600);
  font-size: 43px;
  line-height: 59px;
}

.bold-text-25 {
  color: #9134d8;
}

.text-span-47 {
  padding-left: 10%;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.image-24 {
  object-fit: cover;
  width: 100%;
  height: 1019.28px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-block-4 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
}

.slider {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 900px;
  height: 624px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-12 {
  background-color: #fbf5ff;
  border: 1px #000;
  height: 60px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  box-shadow: 1px 1px 6px 1px #bbb;
}

.div-block-72 {
  background-image: linear-gradient(164deg, #ffd600, #d1512e);
  width: 100%;
  height: auto;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.div-block-57 {
  height: auto;
  margin-top: 29px;
}

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

.container-9 {
  max-width: 90%;
  margin-top: 63px;
  position: relative;
}

.list-5 {
  padding-left: 19px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}

.f01-3 {
  color: #0000;
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  padding: 0 5% 60px;
  overflow: visible;
}

.icon-4 {
  background-image: linear-gradient(#ffd600, #d1512e);
}

.bold-text-21 {
  font-size: 42px;
}

.bold-text-24 {
  line-height: 52px;
}

.div-block-58 {
  height: 634px;
  margin-top: 48px;
}

.slide-2 {
  background-color: #fff;
  background-image: url('../images/202164-121531.jpeg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  height: 617px;
}

.bold-text-22 {
  background-image: linear-gradient(#ffd600, #d1512e);
}

.bold-text-20 {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  font-size: 45px;
  display: inline;
  position: relative;
}

.div-block-65 {
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.div-block-61 {
  width: 100%;
  height: auto;
  margin: 0 auto 3%;
}

.text-field-13 {
  background-color: #fbf5ff;
  border: 1px #000;
  height: 60px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transform: translate(0);
  box-shadow: 1px 1px 6px 1px #bbb;
}

.html-embed {
  height: 10px;
}

.div-block-73 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-23 {
  margin-top: 29px;
  font-size: 25px;
}

.banner-2 {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 41px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 136%;
}

.select-field-3 {
  color: #999595;
  background-color: #fbf5ff;
  height: 60px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  box-shadow: 1px 1px 6px 1px #bbb;
}

.submit-button-3 {
  background-color: #9134d8;
  border-radius: 20px;
  align-self: center;
  width: auto;
  padding: 12px 32px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
}

.image-25 {
  width: 80%;
  margin-top: 0%;
  margin-left: 11%;
  margin-right: auto;
}

.paragraph-8 {
  color: #fff;
  width: 100%;
  margin-top: 8%;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.div-block-74 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
  padding-bottom: 3%;
  display: block;
  position: static;
}

.mask {
  margin-left: auto;
  margin-right: auto;
}

.form-header-2 {
  text-align: center;
  border-color: #e4e4e4;
  align-self: center;
  margin-top: 0;
  padding: 40px 0 0;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 125%;
}

.text-span-41 {
  direction: rtl;
  padding-left: 0;
}

.image-26 {
  width: 25%;
  height: 25%;
}

.text-span-36 {
  color: #000;
  width: 80%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  display: inline-block;
  position: relative;
}

.slide-3 {
  background-color: #fff;
  background-image: url('../images/202167-11106.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-75 {
  object-fit: cover;
  background-color: #fbf5ff;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.div-block-63-copy {
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  display: flex;
}

.button-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-copy:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-copy.joinwaitlist-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #9134d8;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 35px auto 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 125%;
  display: block;
  position: relative;
}

.button-copy.joinwaitlist-copy:hover {
  background-color: #ffd600;
}

.bold-text-30 {
  color: #fff;
}

.div-block-76 {
  background-image: url('../images/Mask-Group_1.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-27 {
  margin-left: 220px;
  margin-right: 220px;
  padding: 0 40px;
}

.bold-text-33 {
  color: #fff;
}

.div-block-77 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-48 {
  color: #ffd600;
}

.image-28 {
  margin-top: 14%;
  margin-left: 0%;
}

.image-29 {
  margin-left: 220px;
  margin-right: 220px;
  padding-left: 220px;
  padding-right: 220px;
}

.text-span-49, .text-span-51 {
  font-size: 30px;
}

.text-span-52 {
  font-size: 32px;
  font-weight: 300;
}

.bold-text-34 {
  display: inline;
}

.bold-text-35, .bold-text-36, .bold-text-37 {
  display: inline-block;
}

.div-block-78 {
  width: 50%;
  padding-left: 5%;
}

.text-block-25 {
  line-height: 125%;
}

.text-block-26 {
  flex-direction: column;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 125%;
  display: flex;
}

.text-span-53 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-span-54 {
  color: #000;
  text-decoration: underline;
}

.div-block-79 {
  z-index: 2;
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.div-block-80 {
  z-index: 0;
  background-color: #d1512e;
  background-image: linear-gradient(131deg, #ffe600, #d1512e 100%, #fff);
  width: 1080px;
  height: 554px;
  margin: auto;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
}

.heading-13 {
  color: #fff;
  margin-top: 51px;
  padding-top: 0;
  padding-left: 200px;
  padding-right: 169px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  position: static;
}

.heading-14 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 21px;
  padding-left: 38%;
  padding-right: 0;
  font-weight: 400;
}

.div-block-81 {
  background-color: #fff;
  width: 100%;
  height: 48%;
}

.text-block-27 {
  text-align: center;
  white-space: normal;
  width: 78%;
  height: 52%;
  margin-top: 0%;
  margin-left: 5%;
  padding-top: 2%;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-28 {
  text-align: center;
  width: 78%;
  height: 37%;
  margin-top: 2%;
  margin-left: 5%;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
  overflow: visible;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #9134d8;
  border-radius: 15px;
  width: 23%;
  height: 10.8%;
  margin: auto;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
  position: absolute;
  inset: 77% 2% 0% 0%;
}

.paragraph-10 {
  display: inline;
}

.text-block-29 {
  text-align: center;
  width: 76%;
  height: 52%;
  margin-left: 6%;
  margin-right: 0%;
  padding-top: 1%;
  padding-left: 0%;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
}

.text-span-55, .text-span-56 {
  color: #9134d8;
}

.button-7 {
  float: none;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 86%;
  display: inline;
}

.div-block-82 {
  cursor: pointer;
  padding-top: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-31 {
  width: 20px;
  height: 20px;
}

.dropdown {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  padding: 0 0 8px;
}

.text-block-30 {
  color: #1815156e;
}

.text-span-57 {
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.select-field-4 {
  height: auto;
  font-size: 18px;
}

.slider-2 {
  background-image: url('../images/2021625-10545.png');
  background-position: 0 0;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/2021625-11730.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.slider-3 {
  background-color: #fff;
  height: 400px;
  margin-top: 20px;
}

.slide-5 {
  background-image: url('../images/2021625-11730.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.icon-5 {
  color: #e5c4ff;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 10px;
}

.icon-6 {
  color: #e5c4ff;
  background-color: #0000;
  border-radius: 11px;
}

.slide-nav-3 {
  color: #e5c4ff;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 0;
  top: auto;
  bottom: -13px;
}

.slide-6 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/3.jpeg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-clip: padding-box;
  padding-top: 20px;
}

.slide-7 {
  background-image: url('../images/2021625-111627.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-9 {
  background-image: url('../images/1.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 73px;
  bottom: -9px;
}

.slide-10 {
  background-image: url('../images/4.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/5.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block-83 {
  background-color: #0000;
  height: 450px;
  margin-top: 20px;
}

.video-2 {
  object-fit: fill;
  border-radius: 20px;
  width: 854px;
  height: 300px;
  padding-left: 0;
  padding-right: 0;
}

.body-3 {
  background-color: #fff;
  padding-bottom: 0;
}

.mask-2 {
  background-color: #fff;
}

.div-block-84 {
  width: 840px;
}

.slide-13 {
  background-image: url('../images/5.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/2021625-11730.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.slider-4 {
  background-color: #fff;
  height: 400px;
}

.icon-7, .icon-8 {
  color: #e5c4ff;
}

.slide-15 {
  background-image: url('../images/1.jpeg');
  background-position: 50%;
  background-size: cover;
}

.mask-3 {
  height: 400px;
}

.slide-16 {
  background-image: url('../images/1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/4.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/5.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.success-message {
  background-image: linear-gradient(27deg, #9134d8 55%, #172368);
  width: 76%;
}

.text-block-31 {
  color: #fff;
}

.html-embed-2 {
  height: 20px;
}

.event-banner {
  background-image: linear-gradient(#fbf5ff, #fbf5ff);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  place-items: center;
  margin-bottom: 38px;
  padding: 60px 3% 78px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.upcoming-event {
  color: #fe2f00;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 10vh;
}

.event-banner-copy {
  color: #491a6c;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.34;
}

.event-button {
  color: #9134d8;
  text-align: center;
  background-color: #f2bd1d;
  border-radius: 6px;
  min-height: auto;
  margin-top: 13px;
  padding: 12px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .25s;
}

.event-button:hover {
  background-color: #f2bd1d;
  border: 4px #f2bd1d;
}

.event-button:active {
  background-color: #fff;
  border: 4px solid #f2bd1d;
}

.container-10 {
  max-width: 25.5%;
}

.event-banner-image {
  background-image: linear-gradient(#fbf5ff, #fbf5ff), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 50%;
  max-width: 50%;
  margin-top: 19px;
}

.hero-image-copy {
  background-image: linear-gradient(#fff, #fff), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  width: 51%;
  max-width: 50%;
  margin-top: 19px;
}



.nav-link-5 {
  color: #491a6c;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link-5:hover {
  color: #9134d8;
  text-decoration: none;
}

.container-11 {
  max-width: 100%;
}

.nav-link-5-copy {
  color: #491a6c;
  width: 83%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link-5-copy:hover {
  color: #9134d8;
  text-decoration: none;
}

.sticky-nav {
  z-index: 1;
  background-color: #fff;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content .25fr;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 6px 0 0;
  padding: 0;
  list-style-type: none;
  display: grid;
}

.list-item-6 {
  width: 40%;
}

.nav-logo-link {
  width: 27%;
  height: 99%;
  margin-left: 57px;
}

.lp3_lead_form_block {
  margin-top: 0;
  margin-bottom: 0;
  transition: opacity .2s;
}

.lp3_lead_form_button1_disabled {
  color: #4c1a7366;
  text-align: center;
  background-color: #fff;
  border: 2px solid #4c1a7366;
  border-radius: 16px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: block;
}

.lp3_lead_form_button1_disabled:hover {
  color: #4c1a7366;
  background-color: #fff;
}

.lp3_lead_form_button1_disabled.hide {
  display: none;
}

.lp3_lead_form_radio_block {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
}

.text-block-32 {
  display: block;
}

.lp3_lead_form_tc_block {
  margin-top: 10px;
  font-size: 10px;
}

.lp3_lead_form_subtitle {
  color: #f24e29;
  background-color: #f4712b1a;
  border-radius: 4px;
  width: 180px;
  margin: 4px auto 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.lp3_lead_form_promo_radio1 {
  float: left;
  background-color: #0000;
  background-image: url('../images/radio-button.svg');
  background-size: cover;
  background-attachment: scroll;
  width: 18px;
  height: 18px;
  display: block;
  position: static;
  overflow: visible;
}

.lp3_lead_form_promo_radio1:hover {
  background-image: url('../images/radio_button_active.svg');
  border-style: none;
  border-radius: 0%;
}

.lp3_lead_form_promo_radio1.w--redirected-checked {
  border-width: 0;
  border-radius: 0%;
}

.lp3_lead_form {
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
}

.checkbox {
  border-width: 2px;
  border-color: #4c1a73;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-left: -25px;
}

.checkbox.w--redirected-checked {
  background-image: url('../images/check_square.svg');
  width: 18px;
  height: 18px;
}

.lp3_lead_form_error1 {
  color: #e02f2f;
  text-align: left;
  margin-top: -4px;
  font-size: 12px;
  line-height: 16px;
  display: none;
}

.lp3_lead_form_label1_otp {
  color: #979797;
  text-align: left;
  font-weight: 600;
  display: none;
}

.lp3_lead_form_small_text {
  float: left;
  text-align: left;
  margin-bottom: 4px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.lp3_lead_form_block3 {
  float: left;
  clear: none;
  width: 40%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.lp3_lead_form_button1 {
  color: #4c1a73;
  text-align: center;
  background-color: #fff;
  border: 2px solid #4c1a73;
  border-radius: 16px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: block;
}

.lp3_lead_form_button1:hover {
  color: #fff;
  background-color: #4c1a73;
}

.lp3_lead_form_button1.hide {
  display: none;
}

.lp3_lead_form_input1 {
  text-align: left;
  background-color: #f0eff1;
  border: 1px #000;
  border-radius: 12px;
  margin-top: 6px;
  display: block;
}

.lp3_lead_form_input1::placeholder {
  color: #313545;
  text-align: left;
}

.lp3_lead_form_title {
  color: #524e59;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.lp3_lead_form_button3_disabled {
  color: #fff6;
  text-align: center;
  background-color: #4c1a7366;
  border: 2px solid #4c1a7366;
  border-radius: 16px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  display: block;
}

.lp3_lead_form_button3_disabled:hover {
  color: #fff6;
  background-color: #4c1a7366;
}

.lp3_lead_form_button3_disabled.hide {
  display: none;
}

.lp3_lead_form_label1 {
  color: #979797;
  text-align: left;
  font-weight: 600;
}

.lp3_lead_form_block2 {
  float: left;
  width: 60%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 20px;
}

.checkbox-field {
  padding-left: 25px;
}

.lp3_lead_form_button3 {
  color: #fff;
  text-align: center;
  background-color: #4c1a73;
  border: 2px solid #4c1a73;
  border-radius: 16px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: block;
}

.lp3_lead_form_button3:hover {
  color: #4c1a73;
  background-color: #fff;
}

.lp3_lead_form_button3.hide {
  display: none;
}

.lp3_lead_form_input2 {
  text-align: left;
  background-color: #f0eff1;
  border: 1px #000;
  border-radius: 12px;
  width: 40%;
  margin-top: 6px;
  display: none;
}

.lp3_lead_form_input2::placeholder {
  color: #313545;
  text-align: left;
}

.lp3_lead_form_msgs_checkbox {
  float: left;
  padding-right: 10px;
}

.lp3_lead_form_promo_radio_label {
  float: left;
  margin-top: 2px;
  margin-right: 20px;
  font-size: 14px;
}

.lp3_lead_form_radio {
  float: left;
  background-color: #0000;
  display: block;
}

.lp3_lead_form_radio.hide {
  display: none;
}

.lp3_lead_form_block1 {
  clear: left;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}

.div-block-85 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.container-12 {
  max-width: 61%;
}

.lp3_hero_block_right_div {
  text-align: left;
}

.div-block-9 {
  color: #343;
  text-align: left;
  padding-top: 0;
}

.lp3_hero_block_img2 {
  width: 100%;
  height: auto;
  position: static;
}

.lp3_hero_block {
  color: #0000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 16px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.lp3_hero_block2 {
  color: #0000;
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  border-radius: 16px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.lp3_hero_block_img {
  width: 50px;
  height: 50px;
  position: static;
}

.lp3_hero_block_fwd_arrow {
  margin-top: 6px;
}

.lp3_container {
  text-align: left;
  max-width: 1140px;
  min-height: 20px;
  padding: 0 40px;
  overflow: hidden;
}

.flive_hero_right_column {
  background-color: #0000;
  padding: 100px 0 40px 60px;
}

.lp3_para3 {
  float: none;
  color: #524e59;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 26px;
}

.lp3_hero_left_column {
  padding-top: 100px;
  padding-left: 0;
  padding-right: 40px;
}

.lp3_hero_pre_title {
  color: #f24e29;
  text-align: left;
  max-width: 800px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.lp3_hero_block_left_div2 {
  float: left;
  text-align: center;
  width: 40%;
  max-width: 160px;
  height: 125px;
  margin-left: auto;
  margin-right: 20px;
  padding-top: 4px;
}

.lp3_para2 {
  float: left;
  color: #4c1a73;
  width: auto;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.lp3_para1 {
  float: none;
  color: #524e59;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 28px;
}

.lp3_hero_title {
  color: #524e59;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 700;
  line-height: 62px;
}

.lp3_hero_block_left_div {
  float: left;
  text-align: center;
  width: 20%;
  max-width: 70px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
}

.lp3_hero {
  color: #524e59;
  background-color: #ffefe4;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
  display: block;
}

.lp3_hero:active {
  border: 1px #000;
}

.lp3_navbar_brand {
  height: 100%;
  padding-left: 0;
}

.lp3_logo_img {
  max-width: none;
  height: 100%;
}

.header_link {
  color: #524e59;
  font-size: 16px;
  font-weight: 500;
}

.header_link.w--current {
  color: #4c1a73;
}

.lp3_header_button {
  color: #fff;
  background-color: #4c1a73;
  border: 2px solid #4c1a73;
  border-radius: 16px;
  width: auto;
  margin: 8px 0 10px 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.lp3_header_button:hover {
  color: #4c1a73;
  background-color: #fff;
}

.lp3_header_button.w--current {
  color: #fff;
}

.lp3_header_button.w--current:hover {
  color: #4c1a73;
}

.lp3_container_navbar {
  max-width: 1140px;
  height: 80px;
}

.navbar-3 {
  z-index: 5;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.lp3_logo_div {
  float: left;
  width: auto;
  height: 100%;
  overflow: visible;
}

.nav-menu-2 {
  padding-top: 10px;
}

.lp3_section_button_white {
  color: #4c1a73;
  background-color: #fff;
  border: 2px solid #4c1a73;
  border-radius: 16px;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.lp3_section_button_white:hover {
  color: #fff;
  background-color: #4c1a73;
}

.lp3_coumns_img {
  text-align: center;
  justify-content: center;
  padding-left: 40px;
  display: flex;
}

.lp3_para4 {
  float: none;
  color: #524e59;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.lp3_para4.m20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.lp3_section_subheader {
  color: #524e59;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.lp3_section_header {
  color: #524e59;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 80px;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.lp3_columns_txt {
  text-align: left;
  padding-left: 0;
  padding-right: 40px;
}

.lp3_columns_text-img {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.lp3_section_white {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 70px;
  font-family: Inter, sans-serif;
  display: block;
}

.lp3_section_white:active {
  border: 1px #000;
}

.lp3_section_peach {
  background-color: #ffefe4;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: Inter, sans-serif;
  display: block;
}

.lp3_section_peach:active {
  border: 1px #000;
}

.columns-10 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-21 {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-32 {
  float: left;
  clear: none;
  margin-right: 16px;
}

.text-block-13 {
  color: #f24e29;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.lp3_column_right_text {
  padding: 0;
}

.div-block-34 {
  text-align: left;
}

.lp3_para5 {
  float: none;
  color: #524e59;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}

.link-block-10 {
  font-style: normal;
  text-decoration: none;
}

.lp3_para6 {
  float: none;
  color: #524e59;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
}

.lp3_logo_footer {
  width: 20%;
  height: auto;
}

.lp3_footer_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.lp3_footer_block_div {
  clear: none;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.lp3_footer_social_icons {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.lp3_footer {
  background-color: #fff;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
  display: block;
}

.lp3_footer:active {
  border: 1px #000;
}

.navigation-item-copy {
  opacity: 1;
  color: #9134d8;
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition-property: none;
}

.navigation-item-copy:hover {
  opacity: .9;
}

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

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

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

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

.div-block-86 {
  text-align: center;
  object-fit: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 49%;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-top: 22px;
  margin-left: 0;
  display: flex;
  overflow: visible;
}

.div-block-86.so {
  justify-content: center;
  width: 50%;
  margin-top: 0;
  overflow: visible;
}

.div-block-86.so.ffs {
  width: 70%;
}

.container-13 {
  background-color: #fff;
  background-image: url('../images/Group-5230.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: none;
  height: auto;
  max-height: none;
  padding-top: 20px;
}

.heading {
  color: #333;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(111deg, #9134d8, #172368);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 83%;
  margin-top: 171px;
  font-size: 24px;
  line-height: 34px;
}

.columns {
  max-width: 101%;
}

.paragraph-11 {
  margin-top: -6px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-11:hover {
  color: #9134d8;
}

.section-11 {
  flex-flow: row;
  place-content: space-around center;
  align-items: center;
  max-width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  display: block;
}

.paragraph-copy {
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-copy:hover {
  color: #9134d8;
}

.div-block-87 {
  margin-top: -32px;
  margin-left: 44px;
}

.column {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.text-block-33 {
  color: #491a6c;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 125%;
}

.div-block-88 {
  max-width: 90%;
  margin-left: -3px;
}

.heading-15 {
  color: #333;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(111deg, #9134d8, #172368);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 100%;
  margin-top: 60px;
  font-family: Avengeance mightiest avenger, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.container-14 {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-top: 63px;
  display: flex;
}

.container-14.altso {
  background-color: #fbe0e5;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-14.altso.ffs {
  background-color: #f7eafd;
  padding-bottom: 20px;
}

.container-14.altso.so {
  background-color: #f7eafd;
}

.container-14.ffs {
  margin-top: 20px;
}

.section-12 {
  background-image: url('../images/Mask-Group_2.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-12.em {
  background-image: none;
}

.div-block-89 {
  text-align: center;
  width: 75%;
  max-width: 100%;
  margin-top: 0;
  display: inline-block;
  position: static;
}

.text-block-34 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding-top: 19px;
  font-family: Inter, sans-serif;
  font-size: 31px;
  font-weight: 600;
}

.text-span-58 {
  color: #ffd600;
  line-height: 125%;
}

.text-span-59 {
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-2-copy {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 125%;
}

.button-8 {
  color: #9134d8;
  text-align: center;
  background-color: #ffd600;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 222px;
  max-width: 400px;
  height: 48px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
  display: inline-block;
}

.button-8:hover {
  color: #ffd600;
  background-color: #9134d8;
  border: 6px solid #ffd600;
  padding-top: 0;
}

.button-8:active {
  padding-top: 5px;
}

.container-15 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  max-width: 76%;
  height: auto;
  max-height: none;
  display: flex;
}

.div-block-90 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.heading-copy-copy-copy {
  color: #333;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #9134d8, #172368);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Avengeance mightiest avenger, sans-serif;
  font-size: 63px;
  line-height: 125%;
}

.div-block-91 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: grid;
}

.paragraph-12 {
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  line-height: 31px;
}

.container-4-copy-copy {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 76%;
  height: auto;
  max-height: none;
  margin-top: 73px;
  display: flex;
}

.div-block-8 {
  background-image: url('../images/Grou2566_1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 500px;
  max-height: none;
}

.div-block-8:hover {
  background-image: url('../images/Group-2566.png');
}

.studio-features {
  background-image: linear-gradient(101deg, #9134d8, #172368);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 76%;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-top: 0;
  display: flex;
}

.heading-copy {
  color: #333;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  max-width: 83%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Avengeance mightiest avenger, sans-serif;
  font-size: 63px;
  line-height: 125%;
}

.paragraph-2-copy {
  color: #fff;
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 25px;
  line-height: 125%;
}

.paragraph-13 {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.container-16 {
  background-image: url('../images/g12.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: 76%;
  height: auto;
  max-height: none;
  padding-bottom: 20px;
}

.section-13 {
  background-image: url('../images/Group-495_1.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9-copy {
  text-align: center;
  background-color: #fff;
  border-radius: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 280px;
  max-height: 600px;
  margin-top: 44px;
  display: flex;
}

.heading-16 {
  color: #9134d8;
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
}

.div-block-92 {
  text-align: center;
  background-color: #fff;
  border-radius: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 280px;
  max-height: 600px;
  margin-top: 44px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.paragraph-3-copy {
  text-align: left;
  width: 90%;
  max-width: 100%;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.div-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 90%;
  max-width: 100%;
  display: grid;
}

.div-block-9-copy-copy {
  text-align: center;
  background-color: #fff;
  border-radius: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 79%;
  max-width: 100%;
  height: 197px;
  max-height: 600px;
  margin-top: 44px;
  display: flex;
}

.studio-features-copy {
  background-image: linear-gradient(101deg, #9134d8, #172368);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 76%;
  height: 20px;
  max-height: 1000px;
  margin-top: 0;
  display: flex;
}

.container-5-copy {
  background-color: #fff;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-top: 67px;
}

.heading-copy-copy-copy-copy {
  color: #333;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #9134d8, #172368);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 40px;
  font-family: Avengeance mightiest avenger, sans-serif;
  font-size: 50px;
  line-height: 125%;
}

.paragraph-2-copy-copy {
  color: #333;
  text-align: center;
  max-width: 77%;
  margin-top: 29px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 25px;
  line-height: 125%;
}

.div-block-4-copy {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  font-size: 12px;
  display: inline-block;
  position: static;
}

.text-block-2-copy-copy-copy {
  color: #333;
  text-align: center;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.button-copy-2 {
  color: #ffd600;
  text-align: center;
  background-color: #9134d8;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 295px;
  max-width: 400px;
  height: 52px;
  margin-top: 24px;
  padding-top: 15px;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.button-copy-2:hover {
  color: #9134d8;
  background-color: #ffd600;
  border: 6px solid #9134d8;
  padding-top: 10px;
}

.containy {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-top: 0;
  display: flex;
}

.heading-copy-copy-copy-copy-2 {
  color: #333;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #9134d8, #172368);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  max-width: none;
  margin-top: 89px;
  margin-bottom: 0;
  padding-top: 19px;
  font-family: Avengeance mightiest avenger, sans-serif;
  font-size: 43px;
  line-height: 47px;
}

.image-33 {
  width: 82%;
  margin-top: 35px;
  display: inline-block;
}

.container-3-copy-copy {
  background-image: url('../images/Group-2567_1.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: 76%;
  height: auto;
  margin-top: 34px;
}

.section-copy-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-4-copy-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  display: flex;
  position: static;
}

.heading-copy-copy-copy-copy-copy {
  color: #333;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #9134d8, #172368);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 19px;
  font-family: Avengeance mightiest avenger, sans-serif;
  font-size: 43px;
  line-height: 52px;
}

.text-block-2-copy-copy-copy-2 {
  color: #333;
  text-align: center;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 39px;
}

.text-span-60 {
  font-weight: 400;
}

.form-comic-studio {
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.bold-text-21-copy {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#172368, #9134d8);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  padding-top: 40px;
  font-family: Avengeance mightiest avenger, sans-serif;
  font-size: 48px;
  line-height: 125%;
  display: block;
}

.submit-button-copy {
  background-color: #9134d8;
  border-radius: 12px;
  align-self: center;
  width: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.c-faq-copy {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq-a-copy {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #fff;
  overflow: hidden;
}

.c-faq-item-copy {
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  background-color: #222;
  border: 1px #000;
  border-radius: 24px;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
  box-shadow: 2px 2px 3px 3px #fbf5ff;
}

.c-faq-item-copy-copy, .c-faq-item-copy-copy-copy {
  cursor: pointer;
  background-color: #222;
  border: 1px #000;
  border-radius: 24px;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
  box-shadow: 2px 2px 3px 3px #fbf5ff;
}

.bold-text-41, .bold-text-42, .bold-text-43 {
  font-weight: 600;
}

.f01-3-copy {
  color: #0000;
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  padding: 51px 5% 60px;
  overflow: visible;
}

.f01-3-copy-copy {
  color: #0000;
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  padding: 0 5% 60px;
  overflow: visible;
}

.div-block-93 {
  display: flex;
}

.div-block-93.so-container {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 75%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-94 {
  width: 50%;
  margin-top: 63px;
  margin-left: 25px;
  padding-left: 44px;
}

.div-block-94.so {
  background-image: url('../images/Group-5164.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 40px;
  margin-left: 0;
  padding-left: 20px;
}

.div-block-94.so1 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 30%;
  height: 100%;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.text-block-35 {
  color: #000;
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 157%;
}

.list-6 {
  color: #000;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 141%;
}

.heading-17 {
  color: #333;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(111deg, #2b46e3, #172368);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  max-width: none;
  margin-top: 0;
  font-size: 22px;
  line-height: 125%;
}

.container-18 {
  background-image: url('../images/Group-2588_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 76%;
  height: auto;
  max-height: none;
}

.gradient-header {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #2b46e3, #172368);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: none;
  margin-top: 16px;
  margin-left: 0;
  padding-top: 52px;
  font-family: Bodoni sans text, sans-serif;
  font-size: 49px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.div-block-95 {
  width: 50%;
  margin-top: 67px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-96 {
  width: 50%;
  max-width: none;
  margin-top: 67px;
  margin-left: 0;
  padding-left: 0;
}

.columns-11 {
  flex: 0 auto;
  justify-content: space-between;
  max-width: 100%;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
}

.section-14 {
  flex-flow: row;
  place-content: space-around space-between;
  align-items: center;
  max-width: 100%;
  margin-top: 120px;
  margin-left: 0;
  padding-top: 33px;
  padding-bottom: 20px;
  display: flex;
}

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

.bold-text-45 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(127deg, #2b46e3, #172368);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Bodoni sans text, sans-serif;
  font-weight: 700;
}

.container-19 {
  background-image: linear-gradient(108deg, #2b46e3, #172368);
  max-width: 76%;
  height: auto;
  max-height: none;
  margin-top: 0;
}

.div-block-97 {
  text-align: center;
  width: 86%;
  max-width: 100%;
  margin-top: 0;
  padding-top: 46px;
  padding-bottom: 40px;
  display: inline-block;
  position: static;
}

.text-block-36 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 27px;
  font-weight: 600;
}

.text-block-2-copy-copy {
  color: #fff;
  text-align: center;
  margin-top: 29px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
}

.text-span-62 {
  color: #9134d8;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(56deg, #aff1ff, #cfb8ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.button-2-copy {
  color: #9134d8;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(135deg, #aff1ff, #cfb8ff);
  background-clip: border-box;
  border: 4px solid #fff;
  border-radius: 9px;
  width: auto;
  max-width: none;
  margin-top: 22px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.button-2-copy:hover {
  border-color: #9134d8;
}

.bold-text-21-copy-copy {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#172368, #9134d8);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Avengeance mightiest avenger, sans-serif;
  font-size: 47px;
  line-height: 125%;
}

.form-em {
  object-fit: fill;
  flex-direction: column;
  width: 60%;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  display: none;
}

.text-field-11-copy {
  color: #333;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 60px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  box-shadow: 1px 1px 6px 1px #bbb;
}

.text-field-12-copy {
  background-color: #fff;
  border: 1px #000;
  height: 60px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  box-shadow: 1px 1px 6px 1px #bbb;
}

.text-field-13-copy {
  background-color: #fff;
  border: 1px #000;
  height: 60px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transform: translate(0);
  box-shadow: 1px 1px 6px 1px #bbb;
}

.submit-button-copy-copy {
  color: #9134d8;
  background-color: #9134d8;
  background-image: linear-gradient(#cfb8ff, #aff1ff);
  border: 6px solid #fff;
  border-radius: 12px;
  align-self: center;
  width: auto;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.submit-button-copy-copy:hover {
  border: 6px solid #9134d8;
}

.bold-text-45-copy {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(127deg, #2b46e3, #172368);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Bodoni sans text, sans-serif;
  font-size: 54px;
  font-weight: 700;
}

.container-3-copy {
  background-image: linear-gradient(108deg, #2b46e3, #172368);
  max-width: 76%;
  height: auto;
  max-height: none;
  margin-top: 41px;
}

.div-block-98 {
  background-image: linear-gradient(113deg, #2b46e3, #172368);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  display: flex;
}

.div-block-99 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-top: 0;
  display: block;
}

.image-36 {
  width: 100%;
  margin-top: 0;
  margin-left: 32px;
}

.div-block-100 {
  width: 80%;
  max-width: none;
  height: 100%;
  margin-left: 73px;
  padding-left: 0;
}

.heading-copy-copy-copy-2 {
  color: #333;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Bodoni sans text, sans-serif;
  font-size: 58px;
  line-height: 125%;
}

.paragraph-14 {
  color: #fff;
  text-align: left;
  max-width: 93%;
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.container-4-copy-copy-2 {
  background-image: url('../images/Mask-Group_3.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-top: 20px;
  padding-bottom: 57px;
  display: flex;
}

.div-block-101 {
  background-image: linear-gradient(121deg, #aff1ff, #cfb8ff);
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 76%;
  height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.text-block-copy-copy {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #2b46e3, #172368);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 24px;
  padding-bottom: 20px;
  font-family: Bodoni sans text, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 85px;
}

.div-block-102 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 76%;
  max-width: none;
  display: grid;
}

.div-block-9-copy-2 {
  text-align: center;
  background-color: #fff;
  border-radius: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 94%;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-top: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 3px 3px 20px -13px #000;
}

.heading-18 {
  color: #9134d8;
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
}

.paragraph-15 {
  color: #000;
  text-align: left;
  width: auto;
  max-width: 100%;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 125%;
}

.bold-text-46 {
  color: #000;
}

.container-5-copy-copy {
  background-color: #fff;
  background-image: linear-gradient(82deg, #cfb8ff, #aff1ff);
  max-width: 100%;
  height: auto;
  max-height: none;
  padding-bottom: 48px;
}

.c-faq-copy {
  width: 76%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.c-faq-q-copy {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  align-items: center;
  display: flex;
}

.c-faq-q-text-copy {
  border-radius: 12px;
  flex: 1;
  padding: 20px;
  font-size: 22px;
}

.text-span-29-copy {
  color: #000;
  font-weight: 600;
}

.bold-text-41-copy {
  font-weight: 600;
}

.c-faq-icon-copy {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.text-span-63 {
  color: #2b46e3;
  font-weight: 400;
}

.c-faq-item-copy {
  box-shadow: none;
  cursor: pointer;
  background-color: #222;
  border: 1px #000;
  border-radius: 24px;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.bold-text-45-copy {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(127deg, #2b46e3, #172368);
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 30px;
  font-family: Bodoni sans text, sans-serif;
  font-weight: 700;
  line-height: 125%;
}

.paragraph-2-copy-copy-copy {
  color: #333;
  text-align: center;
  max-width: 63%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 48px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  line-height: 125%;
}

.text-span-64, .text-span-65 {
  color: #2b46e3;
}

.download-brochure-button {
  color: #fff;
  text-align: center;
  background-color: #9134d8;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 295px;
  max-width: 400px;
  height: 52px;
  margin-top: 24px;
  padding-top: 15px;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.download-brochure-button:hover {
  color: #9134d8;
  background-color: #0000;
  border: 6px solid #9134d8;
  padding-top: 10px;
}

.section-13-copy, .section-13-copy-copy {
  background-image: url('../images/Group-495.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sdfghjkl {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-13-copy-copy-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.bold-text-45-copy {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(127deg, #2b46e3, #172368);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Bodoni sans text, sans-serif;
  font-weight: 700;
}

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

.image-37 {
  width: 83%;
  padding-top: 46px;
}

.container-3-copy-copy-2 {
  background-image: linear-gradient(#2b46e3, #172368), url('../images/Group-2567.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  max-width: 76%;
  height: auto;
  max-height: none;
  margin-top: 51px;
}

.section-copy-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 43px;
  display: flex;
}

.div-block-4-copy-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 94%;
  max-width: 100%;
  margin-top: 0;
  display: flex;
  position: static;
}

.text-block-copy-copy-copy-copy {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 43px;
  font-family: Bodoni sans text, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 125%;
}

.text-block-2-copy-copy-copy-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 39px;
}

.text-span-66 {
  font-weight: 400;
}

.image-37-copy {
  width: 83%;
  padding-top: 46px;
}

.journey {
  width: 86%;
}

.card-5 {
  color: #b8b9c2;
  background-color: #0000;
  background-image: linear-gradient(225deg, #2b46e3, #172368);
  border-radius: 58px;
  flex-direction: column;
  align-items: center;
  width: 365px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
  box-shadow: 0 5px 2rem #0000004d;
}

.card-copy {
  color: #b8b9c2;
  background-color: #3f4046;
  background-image: linear-gradient(291deg, #172368, #9134d8);
  border-radius: 58px;
  flex-direction: column;
  align-items: center;
  width: 365px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
  box-shadow: 0 5px 2rem #0000004d;
}

.card-para-copy {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vh;
  margin-top: -38px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.container-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-16 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 125%;
}

.facad-header {
  background-image: url('../images/Mask-Group_2.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  height: auto;
  max-height: none;
  padding-left: 40px;
  display: flex;
}

.section1 {
  flex-flow: column;
  place-content: space-around flex-start;
  align-items: flex-start;
  max-width: 34%;
  margin-top: 137px;
  margin-left: 0;
  display: flex;
}

.paragraph-17 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #9134d8, #ffa69e);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 125%;
}

.paragraph-18 {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  padding-top: 17px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 125%;
}

.button-9 {
  color: #ffd600;
  background-color: #9134d8;
  border-radius: 11px;
  margin-top: 19px;
  margin-bottom: 73px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.button-9:hover {
  color: #9134d8;
  background-color: #ffd600;
}

.container-21 {
  background-image: linear-gradient(139deg, #9134d8, #172368);
  justify-content: center;
  max-width: 100%;
  margin-top: 0;
  display: flex;
}

.div-block-104 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 74%;
  max-width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-19 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 69px;
  font-weight: 700;
}

.course-starts {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 27px;
  font-weight: 700;
  line-height: 125%;
}

.text-span-67 {
  font-size: 20px;
  font-weight: 400;
}

.text-span-68 {
  color: #ffd600;
  font-size: 20px;
  font-weight: 400;
}

.text-span-69 {
  color: #ffd600;
}

.course-tagline {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 125%;
}

.button-10 {
  color: #9134d8;
  background-color: #ffd600;
  border: 4px solid #ffd600;
  border-radius: 12px;
  margin-top: -3px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.button-10:hover {
  color: #ffd600;
  background-color: #0000;
}

.heading-19 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 800;
}

.paragraph-17-copy {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #9134d8, #ffa69e);
  -webkit-background-clip: text;
  background-clip: text;
  width: 76%;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 125%;
}

.paragraph-18-copy {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  width: 76%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 17px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 125%;
}

.container-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.div-block-105 {
  grid-column-gap: 16px;
  grid-row-gap: 45px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 76%;
  max-width: 100%;
  margin-top: 51px;
  display: grid;
}

.container-23 {
  background-image: url('../images/Group-560.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin-top: 63px;
  padding-bottom: 48px;
  display: flex;
}

.div-block-106 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 76%;
  max-width: 100%;
  margin-top: 48px;
  margin-bottom: 0;
  display: grid;
}

.container-24 {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.slider-5 {
  width: 80%;
  max-width: 100%;
  height: 400px;
  max-height: 400px;
  margin-top: 73px;
}

.slide-19 {
  background-color: #fff;
  background-image: url('../images/Frame-4.png');
  background-position: 50%;
  background-size: cover;
}

.mask-4 {
  max-width: 100%;
  height: 400px;
  max-height: 400px;
}

.icon-9, .icon-10 {
  -webkit-text-fill-color: transparent;
  background-color: #491a6c;
  -webkit-background-clip: text;
  background-clip: text;
}

.slide-20 {
  background-color: #fff;
  background-image: url('../images/Frame-1.png');
  background-position: 50%;
  background-size: cover;
}

.slide-21 {
  background-color: #fff;
  background-image: url('../images/Frame-5.png');
  background-position: 50%;
  background-size: cover;
}

.slide-22 {
  background-color: #fff;
  background-image: url('../images/Frame-2.png');
  background-position: 50%;
  background-size: cover;
}

.slide-23 {
  background-color: #fff;
  background-image: url('../images/Frame-3.png');
  background-position: 50%;
  background-size: cover;
}

.slide-nav-4 {
  margin-top: -3px;
}

.link-block-11 {
  max-width: 18%;
}

.div-block-107 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.comic-studio {
  text-align: center;
  background-image: linear-gradient(99deg, #9134d8, #172368);
  border-radius: 9px;
  width: 90%;
  max-width: 100%;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.comic-studio:hover {
  background-image: linear-gradient(#491a6c, #491a6c);
}

.div-block-108 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.entrepreneurial-mindset {
  text-align: center;
  background-image: linear-gradient(210deg, #2b46e3, #172368);
  border-radius: 9px;
  width: 90%;
  max-width: 100%;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.entrepreneurial-mindset:hover {
  background-image: linear-gradient(#491a6c, #491a6c);
}

.div-block-109 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.kidtube {
  text-align: center;
  background-image: linear-gradient(210deg, #ff3c84, #491a6c);
  border-radius: 9px;
  width: 90%;
  max-width: 100%;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.kidtube:hover {
  background-image: linear-gradient(#491a6c, #491a6c);
}

.div-block-110 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.takethestage {
  text-align: center;
  background-image: linear-gradient(160deg, #ffd600, #d1512e);
  border-radius: 9px;
  width: 90%;
  max-width: 100%;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.takethestage:hover {
  background-image: linear-gradient(#491a6c, #491a6c);
}

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

.div-head-banner {
  width: 50%;
  margin-top: -29px;
  padding-bottom: 20px;
}

.div-head-banner-right {
  width: 50%;
  margin-left: 0;
  padding: 38px 10px 0 20px;
}

.list-item-10 {
  padding-bottom: 10px;
}

.download-em-brochure {
  color: #fff;
  text-align: center;
  background-color: #9134d8;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 295px;
  max-width: 400px;
  height: 52px;
  margin-top: 24px;
  padding-top: 15px;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.download-em-brochure:hover {
  color: #9134d8;
  background-color: #0000;
  border: 6px solid #9134d8;
  padding-top: 10px;
}

.text-block-46 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 125%;
  display: flex;
}

.image-38 {
  width: 100%;
}

.text-span-70 {
  font-size: 27px;
  font-weight: 400;
}

.facad-form-header {
  color: #000;
  text-align: center;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 75%;
  margin-bottom: 4%;
  padding-top: 19px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 125%;
  display: flex;
}

.facad-form-header.spp02 {
  width: 100%;
  margin-bottom: 0%;
  padding: 0 10px 20px;
  font-size: 28px;
}

.facad-form-header.spp02.ffs {
  font-size: 24px;
}

.facad-subheader-form {
  color: #000;
  text-align: center;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 67%;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  display: flex;
}

.request-a-callback-button {
  background-color: #9134d8;
  border-radius: 20px;
  width: auto;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 150%;
}

.image-39 {
  width: 100%;
  padding-top: 19px;
  padding-bottom: 40px;
}

.success-message-2 {
  background-color: var(--midnight-blue);
}

.success-message-2.new {
  background-color: #fff;
  padding: 0;
}

.text-block-47 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
}

.display-heading {
  color: #fff;
  font-size: 80px;
  line-height: 1;
}

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

.heading-20 {
  color: #fff;
  font-size: 48px;
}

.column-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.title {
  color: #ffffff80;
  font-size: 20px;
  line-height: 1;
}

.form-block {
  margin-top: 52px;
  margin-bottom: 44px;
}

.text-field {
  min-height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field::placeholder {
  color: #000;
  font-weight: 700;
}

.form-3 {
  max-width: 550px;
  display: flex;
}

.paragraph-20 {
  color: #ffffff80;
  max-width: 550px;
  font-size: 18px;
  line-height: 1.6;
}

.container-25 {
  z-index: 5;
  background-color: var(--midnight-blue);
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.countdown-wrap {
  display: flex;
}

.page-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-48 {
  color: #ffffff80;
  font-size: 18px;
}

.submit-button-4 {
  background-color: #ff5433;
  padding: 20px 24px;
  font-weight: 700;
}

.logo {
  margin-bottom: 23px;
}

.content-grid {
  grid-template-rows: auto;
  display: block;
}

.body-4 {
  background-color: var(--midnight-blue);
}

.section-13-copy {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.topbar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  max-height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}


.right-nav-div {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.search {
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.search-input {
  background-color: #eaebec;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  margin-bottom: 0;
  font-size: 18px;
}

.search-button {
  background-color: #4c1a73;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.body-5 {
  background-color: #f6f6f6;
  font-size: 18px;
}

.breadcrumb {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  max-height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-15 {
  background-color: #0000;
  background-image: linear-gradient(45deg, #a39cff 31%, #7a6fff 100%, #fff);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.header-left-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 45px 10px 45px 7%;
  display: flex;
}

.div-block-113 {
  justify-content: center;
  width: 50%;
  padding-right: 0%;
  display: flex;
}

.purple-headers {
  color: #9134d8;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
}

.text-block-50 {
  color: #000;
  padding-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.form-block-5 {
  display: flex;
}

.form-4 {
  justify-content: space-between;
  display: flex;
}

.text-field-14 {
  border-radius: 10px;
  width: 45%;
  height: 48px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 125%;
}

.submit-button-5 {
  color: #9134d8;
  background-color: #00f0ff;
  background-image: linear-gradient(45deg, #00f0ff, #bfc2ff);
  border: 2px solid #fff;
  border-radius: 10px;
  height: 48px;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
  display: none;
}

.mid-section {
  background-color: #fff;
  background-image: url('../images/Frame-12.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding-top: 0;
  display: flex;
  position: static;
}

.mid-div {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px 0 140px;
  display: flex;
}

.section-header {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

.mid-div-desc {
  color: #000;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.container-26 {
  width: 100%;
  max-width: none;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 20px;
  padding-left: 7%;
  padding-right: 7%;
  display: block;
}

.card-6 {
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.card-body-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px 20px;
  display: flex;
}

.card-body-3.speaker {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  padding-top: 40px;
}

.carousel-slider-2 {
  text-align: center;
}

.carousel-slider-2._6 {
  right: -105%;
}

.carousel-slider-2._2 {
  right: -21%;
}

.carousel-slider-2._4 {
  right: -63%;
}

.carousel-slider-2._3 {
  right: -42%;
}

.carousel-slider-2._7 {
  right: -126%;
}

.carousel-slider-2._5 {
  right: -84%;
}

.carousel-slider-2._8 {
  right: -147%;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  background-image: linear-gradient(45deg, #00f0ff, #7a6fff);
  border: 2px solid #fff;
  border-radius: 10px;
  width: 50%;
  padding: 5px 25px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn:hover {
  background-color: #213ea0;
}

.btn.new {
  text-align: center;
  text-transform: capitalize;
  align-items: center;
  height: 48px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  line-height: 125%;
  display: flex;
}

.card-header-2 {
  height: 150px;
}

.carousel-mask-2 {
  width: 27%;
  padding-bottom: 40px;
  overflow: visible;
}

.card-header-3 {
  background-image: url('../images/shutterstock_1872723448-2.png');
  background-size: cover;
  height: 150px;
}

.card-header-4 {
  background-image: url('../images/shutterstock_1824680333-2.png');
  background-position: 50% 30%;
  background-size: cover;
  height: 150px;
}

.paragraph-21 {
  color: #000;
}

.card-descp {
  color: #491a6c;
  text-align: center;
  width: 100%;
  padding: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
}

.bottom-section {
  background-color: #dadcff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding-top: 0;
  display: flex;
  position: static;
}

.bottom-section-desc {
  color: #000;
  padding-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

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

.bottom-left-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 20px;
  padding-left: 7%;
  padding-right: 0%;
  display: flex;
}

.image-40 {
  width: 80%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 20px;
}

.speakercard-section {
  background-color: #fff;
  background-image: url('../images/Frame-11.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding-top: 0;
  display: block;
  position: static;
}

.speakercard-desc {
  color: #9134d8;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 125%;
}

.image-41 {
  width: 30%;
  margin-top: 0;
  padding-top: 0;
}

.image-41.m01 {
  margin-top: -30px;
  overflow: visible;
}

.card-header-1 {
  background-image: url('../images/shutterstock_1656695392-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}

.bookingcard {
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 18px;
  width: 30%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.testimonial {
  background-color: #fff;
  background-image: linear-gradient(45deg, #9134d8, #7a6fff);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding-top: 0;
  display: block;
  position: static;
}

.white-headers {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
}

.white-para {
  color: #fff;
  text-align: center;
  padding: 10px 7% 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.testimonial-card-header {
  background-image: url('../images/Group.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  height: 50px;
}

.testimonial-body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  display: flex;
}

.testimonial-card {
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  height: 320px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.paragraph-22 {
  color: #491a6c;
  text-align: left;
}

.text-span-72, .text-span-73 {
  font-weight: 700;
}

.testimonial-header-text {
  color: #491a6c;
  text-align: left;
  width: 100%;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 125%;
}

.testimonial-button {
  color: #491a6c;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #491a6c;
  border-radius: 10px;
  padding: 5px 25px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.testimonial-button:hover {
  color: #fff;
  background-color: #491a6c;
}

.div-block-114 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.bottom-para {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 125%;
}

.header-right-div {
  flex-direction: row;
  justify-content: flex-end;
  width: 50%;
  padding-right: 0%;
  display: flex;
  position: static;
}

.body-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.image-42 {
  object-fit: fill;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
}

.div-block-115 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.icon-11 {
  background-color: #0000;
}

.calendar-grade-1 {
  color: #000;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.calendar-card {
  color: #b8b9c2;
  background-color: #0000;
  border-radius: 18px;
  width: 100%;
  height: 260px;
  margin: 0 0 20px;
  padding: 20px 20px 10px;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.calendar-title {
  color: #000;
  text-align: left;
  width: 100%;
  padding: 10px 10px 10px 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
}

.calendar-description {
  color: #000;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 125%;
}

.datetime {
  color: #000;
  text-align: left;
  width: auto;
  padding: 10px 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 125%;
}

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

.calendarcardbody {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.calendarcardbody.speaker {
  padding-top: 40px;
}

.collection-list {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.collection-list-wrapper-2 {
  display: block;
}

.grade-12-calendar-div {
  padding-top: 10px;
  padding-left: 7%;
  padding-right: 7%;
  display: none;
}

.bookingcard-grade-1 {
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 18px;
  width: 30%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.other-grade-b01 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  background-image: linear-gradient(45deg, #00f0ff, #7a6fff);
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 5px 25px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.other-grade-b01:hover {
  background-color: #213ea0;
}

.other-grade-b02 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  background-image: linear-gradient(45deg, #00f0ff, #7a6fff);
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 5px 25px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.other-grade-b02:hover {
  background-color: #213ea0;
}

.btn-02 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  background-image: linear-gradient(45deg, #00f0ff, #7a6fff);
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 5px 25px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn-02:hover {
  background-color: #213ea0;
}

.grade-34-calendar-div {
  width: 100%;
  padding-top: 10px;
  padding-left: 7%;
  padding-right: 7%;
  display: none;
}

.calendar-card-02 {
  color: #b8b9c2;
  background-color: #0000;
  border-radius: 18px;
  width: 100%;
  height: 260px;
  margin: 0 0 20px;
  padding: 20px 20px 10px;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.btn03 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  background-image: linear-gradient(45deg, #00f0ff, #7a6fff);
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 5px 25px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn03:hover {
  background-color: #213ea0;
}

.btn-01 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  background-image: linear-gradient(45deg, #00f0ff, #7a6fff);
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 5px 25px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn-01:hover {
  background-color: #213ea0;
}

.bookingcard-gr-34, .bookingcard-gr-56 {
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 18px;
  width: 30%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.btn-03 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  background-image: linear-gradient(45deg, #00f0ff, #7a6fff);
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 5px 25px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn-03:hover {
  background-color: #213ea0;
}

.grade-56-calendar-div {
  padding-top: 10px;
  padding-left: 7%;
  padding-right: 7%;
  display: none;
}

.calendar-card-03 {
  color: #b8b9c2;
  background-color: #0000;
  border-radius: 18px;
  width: 100%;
  height: 260px;
  margin: 0 0 20px;
  padding: 20px 20px 10px;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.div-block-116 {
  padding-top: 20px;
  padding-bottom: 10px;
  display: none;
}

.view-all-btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  background-image: linear-gradient(45deg, #00f0ff, #7a6fff);
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 5px 25px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.view-all-btn:hover {
  background-color: #213ea0;
}

.success-message-3 {
  background-color: var(--midnight-blue);
  color: #fff;
  font-family: Inter, sans-serif;
}

.div-block-117 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-118 {
  display: none;
}

.subheader-left {
  color: #9841da;
  text-align: left;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
}

.subheader-left.ffs {
  padding-left: 20px;
  font-size: 24px;
}

.div-block-119 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-43 {
  padding-right: 10px;
}

.block-header-so {
  text-align: center;
  border-color: #e4e4e4;
  align-self: center;
  width: 75%;
  margin-top: 20px;
  padding: 16px 0;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 125%;
}

.block-header-so.ffs {
  width: 75%;
  font-size: 36px;
}

.div-block-120 {
  justify-content: space-around;
  width: 75%;
  display: flex;
}

.div-block-120.news {
  justify-content: space-around;
  padding-bottom: 20px;
}

.div-block-120.purple {
  background-color: #4c1a73;
  align-items: center;
  height: 300px;
}

.white-card1 {
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 22%;
  height: 240px;
  padding: 10px 20px;
  display: flex;
}

.text-div {
  padding-bottom: 20px;
}

.whitecardbody {
  font-size: 16px;
  font-weight: 700;
}

.whitecardbody.ffs {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
}

.image-44 {
  max-width: none;
  padding-bottom: 20px;
}

.image-44.news {
  width: auto;
}

.image-44.ffs {
  width: 60px;
  padding-top: 10px;
  padding-left: 10px;
}

.image-45 {
  width: 75%;
}

.div-block-121 {
  width: 75%;
  height: auto;
  display: flex;
}

.divblock-left {
  width: 50%;
  padding-right: 20px;
}

.divblock-right {
  width: 50%;
  padding-left: 20px;
}

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

.image-46 {
  width: 30%;
}

.button-11 {
  color: #fff;
  background-color: #4c1a73;
  border-radius: 12px;
  margin-top: 10px;
  font-size: 24px;
}

.container-13-copy {
  background-color: #f7eafd;
  max-width: none;
  height: auto;
  max-height: none;
  padding-top: 20px;
  display: flex;
}

.header-left {
  color: #491a6c;
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 125%;
}

.header-section {
  flex-flow: row;
  place-content: space-around center;
  align-items: center;
  max-width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 20px;
  display: block;
}

.image-48 {
  width: 100%;
  height: auto;
}

.container-14-copy {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-top: 63px;
  display: flex;
}

.container-14-copy.altso {
  background-color: #fbe0e5;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-14-copy.ffs {
  margin-top: 0;
}

.div-block-86-copy {
  text-align: center;
  object-fit: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 49%;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-top: 22px;
  margin-left: 0;
  display: flex;
  overflow: visible;
}

.div-block-86-copy.so {
  justify-content: center;
  width: 50%;
  margin-top: 0;
  overflow: visible;
}

.title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.statistic-circle-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

.title-capped {
  color: #546681;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
}

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

.heading-primary {
  color: #1a3066;
  letter-spacing: -.5px;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.heading-primary.h3-centre {
  color: #491a6c;
  text-align: center;
  max-width: 700px;
}

.flowbase-navigation-2 {
  border-bottom: 1px solid #9b9eb838;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 20px 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.feature-number-wrap {
  place-content: stretch space-around;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.faq-section {
  background-image: url('../images/shape_02.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px 5%;
  display: flex;
  position: relative;
}

.arrow-image-mobile-02 {
  display: none;
}

.arrow {
  width: 100px;
  position: absolute;
  inset: auto auto -120% -20%;
}

.arrow-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.detail-block {
  color: #491a6c;
  text-align: center;
  background-color: #56e8ff0d;
  border: 1px solid #56e8ff;
  max-width: none;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 125%;
}

.title-2 {
  color: #9134d8;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: none;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 125%;
}

.arrow-image-mobile {
  display: none;
}

.circle-div {
  background-color: #fffefe;
  border: 1px solid #491a6c;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 280px;
  max-width: 280px;
  height: 100%;
  min-height: 280px;
  max-height: 280px;
  display: flex;
  box-shadow: 7px 7px 150px #54668114;
}

.counterup {
  color: #8c54ff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 52px;
}

.arrow-image {
  width: 240px;
}

.preloader-curtain {
  background-color: #131313;
  width: 50%;
  height: 100%;
  position: relative;
}

.preloader-curtain.left._2 {
  background-color: #13131380;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.preloader-curtain.right._2 {
  background-color: #13131380;
  position: absolute;
  inset: 0% 0% 0% auto;
}

._w-preloader-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._w-preloader {
  background-color: #491a6c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-preloader {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.cloneable-area {
  min-height: 50vh;
}

.c-preloader-bar {
  background-color: #222;
  border-radius: 1000px;
  justify-content: center;
  width: 15em;
  height: .25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.c-preloader-content {
  z-index: 5;
  position: absolute;
}

.c-preloader-curtain {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.preloader-bar-1 {
  background-color: #ff5050;
  border-radius: 1000px;
  justify-content: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.c-preloader-title {
  margin-bottom: .5em;
  padding-left: .5em;
  padding-right: .5em;
  overflow: hidden;
}

.preloader-bar-2 {
  background-color: #4fff86;
  width: 50%;
  height: 100%;
}

.bold-text-48 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.image-49 {
  width: 240px;
  max-width: none;
}

.navbar-4 {
  z-index: 2147483647;
  background-color: #fff;
  font-family: Inter, sans-serif;
  position: sticky;
  top: 0;
}

.container-28 {
  justify-content: space-between;
  display: flex;
}

.image-50, .image-51, .image-52 {
  display: none;
}

.image-53 {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.link-block-12 {
  width: 75%;
  margin-top: 40px;
}

.link-block-13 {
  display: none;
}

.white-card-ffs {
  background-color: #fff;
  border-radius: 16px;
  width: 18%;
  height: 180px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.image-54 {
  width: auto;
}

.image-54.ffs {
  width: 40%;
}

.so-container {
  background-color: #f7eafd;
  background-image: url('../images/Group-5230.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: none;
  height: auto;
  max-height: none;
  padding-top: 20px;
  display: flex;
}

.so-white-div {
  display: flex;
}

.so-white-div.so-container {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 75%;
  padding-left: 0;
  padding-right: 0;
}

.so-white-div.so-container.so {
  background-color: #0000;
  background-image: none;
}

.so-white-div.so-container.so.top {
  align-items: flex-start;
}

.div-block-93-copy {
  display: flex;
}

.div-block-93-copy.so-container {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 75%;
  padding-left: 0;
  padding-right: 0;
}

.ffschooldiv {
  display: flex;
}

.ffschooldiv.so-container {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 75%;
  padding-left: 0;
  padding-right: 0;
}

.ffschooldiv.so-container.ffs {
  background-color: #0000;
  background-image: none;
}

.padhe-bharat-signup {
  width: 80%;
  margin-top: 16px;
  font-size: 1px;
}

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

.success-msg {
  opacity: 1;
  color: #000;
  text-align: center;
  flex-direction: row;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4%;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 125%;
  display: block;
}

.image-55 {
  width: 75%;
}

.div-block-123 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.vertical-sec-div {
  width: 75%;
  display: flex;
}

.vertical-sec-div.so-container {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 75%;
  padding-left: 0;
  padding-right: 0;
}

.vertical-sec-div.so-container.ffs {
  background-color: #0000;
  background-image: none;
}

.paragraph-vertical-div {
  opacity: 1;
  color: #000;
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.paragraph-vertical-div.so {
  color: #524e59;
  padding-top: 0;
  padding-left: 0;
  font-size: 20px;
}

.paragraph-vertical-div.so.ptop {
  font-size: 18px;
}

.paragraph-vertical-div.so.ptop.ffs {
  width: 70%;
}

.paragraph-vertical-div.head {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-vertical-div.small {
  color: #524e59;
  font-size: 18px;
  line-height: 125%;
}

.bold-text-51 {
  color: #491a6c;
}

.div-block-124 {
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.pb-signup {
  box-shadow: none;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #491a6c;
  border: 2px #5d3eff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-height: 35px;
  max-height: 40px;
  margin-left: 0;
  padding: 12px 10px;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 125%;
  transition: all .35s;
  display: flex;
}

.pb-signup:hover {
  color: #fff;
  background-color: #f2bd1d;
  font-family: DM Sans, sans-serif;
}

.image-57 {
  width: 120px;
  margin-left: 20px;
  padding-left: 0;
}

.div-block-125 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-58 {
  width: 120px;
  margin-right: 20px;
  padding-right: 0;
}

.html-embed-3 {
  height: 10px;
}

.heading-21 {
  color: #491a6c;
  text-align: center;
}

.div-block-127 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  display: block;
}

.div-block-128 {
  color: #491a6c;
  text-align: center;
  flex: 0 auto;
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 125%;
}

.container-29 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.card-7 {
  color: #b8b9c2;
  background-color: #3f4046;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.arrow-left-2 {
  width: 50px;
  height: 50px;
  inset: auto auto 0% 0%;
}

.arrow-right-2 {
  width: 50px;
  height: 50px;
  inset: auto 0% 0% auto;
}

.card-body-4 {
  height: 100%;
  padding: 30px;
}

.carousel-slider-3._6 {
  right: -105%;
}

.carousel-slider-3._2 {
  right: -21%;
}

.carousel-slider-3._4 {
  right: -63%;
}

.carousel-slider-3._3 {
  right: -42%;
}

.carousel-slider-3._7 {
  right: -126%;
}

.carousel-slider-3._5 {
  right: -84%;
}

.carousel-slider-3._8 {
  right: -147%;
}

.btn-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn-4:hover {
  background-color: #213ea0;
}

.carousel-mask-3 {
  width: 30%;
  overflow: visible;
}

.card-header-5 {
  background-image: url('../images/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 150px;
}

.div-block-129 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.html-embed-4 {
  width: 80%;
  height: 80%;
}

.div-block-130 {
  width: 80%;
  height: 40%;
  display: none;
}

.heading-22 {
  color: #fdfdfd;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 125%;
}

.section-16 {
  background-color: #e4dfdf;
  background-image: linear-gradient(to right, var(--midnight-blue), #8153c5);
  margin-top: 20px;
  padding-bottom: 20px;
}

.text-block-51 {
  color: #fdfafa;
  text-align: center;
  padding-bottom: 0;
}

.text-block-52 {
  color: #faf8f8;
}

.contact-form {
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.error-message-cf1 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.field-label-cf1 {
  color: #491a6c;
  margin-top: 20px;
}

.submit-button-cf1 {
  background-color: #491a6c;
  border-radius: 17px;
  margin-top: 20px;
  padding: 10px 50px;
  font-size: 15px;
  font-weight: 600;
  transition: box-shadow .2s, background-color .2s;
  box-shadow: 0 12px 20px -3px #d6d5ff;
}

.submit-button-cf1:hover {
  background-color: #5b5ac6;
  box-shadow: 0 12px 20px -3px #bdbcee;
}

.success-message-cf1 {
  color: #5b5ac6;
  text-align: center;
  background-color: #9134d82b;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
}

.text-field-cf1 {
  text-align: left;
  background-color: #f4f6fc;
  border: 1px solid #f4f6fc;
  border-bottom-color: #0000;
  border-radius: 17px;
  font-size: 16px;
}

.text-field-cf1.big {
  height: 100px;
}

.form-title-cf1 {
  color: #491a6c;
  font-size: 28px;
}

.form-subtitle-cf1 {
  color: #491a6c;
}

.contact-form-wrapper {
  border-radius: 8px;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  height: auto;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.form-cf1 {
  margin-top: 20px;
}

.question_form {
  font-size: 22px;
}

.text-block-53 {
  color: #491a6c;
}

.image-59 {
  width: 100px;
}

.div-block-131 {
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.button-12 {
  background-color: var(--midnight-blue);
  border: 1px #000;
  border-radius: 17px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  width: 150px;
  display: flex;
}

.heading-23 {
  color: #a438d6;
  text-align: center;
  font-size: 42px;
}

.columns-12 {
  justify-content: space-around;
  display: flex;
}

.image-60 {
  width: 200px;
}

.div-block-132 {
  justify-content: center;
  display: flex;
}

.body-7 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.heading-24 {
  width: 200px;
}

.div-block-133 {
  text-align: center;
  justify-content: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-25 {
  color: #b79bda;
  font-size: 52px;
}

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

.hero-section {
  border: 1px solid #000;
  border-radius: 5px;
}

.container-30 {
  background-color: #9134d8;
  background-image: linear-gradient(#9134d8, #fff);
}

.grid-7 {
  grid-column-gap: 54px;
  grid-template-rows: auto;
}

._2colgrid {
  grid-template-rows: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.contentdiv {
  padding-left: 19px;
  padding-right: 19px;
}

.heading-26 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 800;
  line-height: 42px;
}

.paragraph-23 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 17.2px;
  line-height: 23.9px;
}

.text-field-15 {
  width: 423px;
}

.submit-button-6 {
  display: none;
}

.text-field-16 {
  color: #d2cece;
  border-radius: 9.55px;
  width: 48%;
  max-width: 250px;
  height: 48px;
  margin-bottom: 0;
}

.form-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.button-13 {
  color: #9134d8;
  text-align: center;
  text-transform: uppercase;
  background-color: #00f0ff;
  background-image: linear-gradient(#00f0ff 100%, #fff);
  border-radius: 9.55px;
  width: 50%;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 8px 5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.7%;
  text-decoration: none;
  display: block;
  position: static;
  overflow: auto;
}

.div-block-134 {
  background-image: linear-gradient(#9134d8 100%, #fff);
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.image-62 {
  width: 206px;
  height: 59px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-5 {
  color: #fff;
  background-color: #fff;
  border: 1px solid #000;
}

.nav-link-6 {
  color: #9134d8;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.nav-link-7 {
  color: #491a6c;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.button-14 {
  color: #9134d8;
  background-color: #fff;
  border: 1px solid #9134d8;
  border-radius: 5px;
  margin-top: 22px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.div-block-135 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.section-17 {
  max-width: 1040px;
}

.heading-27 {
  color: #9134d8;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-family: Inter, sans-serif;
  font-size: 37px;
  line-height: 96.1px;
}

.paragraph-24 {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 17px;
}

.image-63 {
  padding-left: 19px;
  padding-right: 19px;
}

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

.div-block-136 {
  outline-offset: 0px;
  border: 0 solid #000;
  border-radius: 18px;
  outline: 1px #000;
  width: 100%;
  height: 245%;
}

.div-block-137 {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  height: 245px;
  box-shadow: 0 0 5px 2px #000;
}

.image-64 {
  border-radius: 16px 16px 0 0;
  height: 100%;
}

.div-block-138 {
  height: 48%;
}

.div-block-139 {
  height: 50%;
}

.heading-28 {
  font-size: 20px;
}

.container-new {
  margin-left: auto;
  margin-right: auto;
}

.heading-29 {
  color: #491a6c;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 44px;
}

.bold-text-52 {
  font-size: 52px;
  line-height: 50px;
}

.heading-30 {
  color: #491a6c;
  text-align: center;
  margin-top: 14px;
  padding-bottom: 164px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  display: block;
}

.paragraph-25 {
  color: #9134d8;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 140px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 23.9px;
}

.image-65 {
  margin-top: -33px;
}

.section-18 {
  background-image: url('../images/LP1-1.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-66 {
  margin-top: -57px;
}

.heading-31 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
}

.paragraph-26 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-140 {
  padding: 20px;
}

.grid-9, .grid-10 {
  grid-template-rows: auto;
}

.div-block-141 {
  background-image: url('../images/Group-5626.png');
  background-position: 0 0;
  background-size: auto;
}

.section-19 {
  background-color: #fffbeb;
  justify-content: flex-start;
  display: block;
}

.grid-11 {
  grid-template-rows: auto;
}

.div-block-142 {
  width: 50%;
  margin-right: 0;
  padding: 67px 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.heading-32 {
  font-size: 37px;
}

.text-block-54 {
  color: #000;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.button-15 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #491a6c;
  background-image: linear-gradient(14deg, #491a6c 42%, #fff), linear-gradient(49deg, #491a6c, #fff);
  background-clip: border-box;
  border: 2.6px solid #fff;
  border-radius: 11px;
  justify-content: flex-start;
  width: 214px;
  height: 56px;
  margin-top: 0;
  margin-left: 52px;
  margin-right: auto;
  padding-top: 17px;
  padding-bottom: 14px;
  font-size: 21.68px;
  display: flex;
  box-shadow: 1px 1px 4px #000;
}

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

.heading-33 {
  width: 80%;
  margin: 0 auto;
  overflow: visible;
}

.div-block-143 {
  object-fit: fill;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.image-68 {
  height: 100%;
}

.div-block-144 {
  background-image: url('../images/Group-5626.png');
  background-position: 100%;
  background-size: cover;
  width: 50%;
}

.grid-12, .grid-13 {
  grid-template-rows: auto;
}

.bold-text-53 {
  color: #000;
}

.two-col-section {
  background-color: #fffbeb;
  display: none;
}

.button-16 {
  background-color: #0000;
  background-image: linear-gradient(#491a6c 100%, #fff);
  border: 3px solid #fff;
  border-radius: 12px;
  max-width: 300px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  box-shadow: 1px 1px 4px #fff;
}

.div-block-145 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.container-firo {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container-firo.logos-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 29px 0;
  display: flex;
}

.container-firo.logos-wrapper.two-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-firo.yellow-gradient {
  outline-offset: 1px;
  outline: 0 solid #333;
}

.grid-14 {
  grid-template-rows: auto;
}

._2-col-grid-cbse {
  background-color: #0000;
  grid-template-rows: auto;
  margin-top: 0;
  margin-bottom: 0;
}

._2-col-grid-cbse.yellow {
  background-color: #0000;
  max-width: 100%;
  max-height: 100%;
}

._2-col-grid-cbse.white {
  background-color: #0000;
}

.content-wrapper-firo {
  margin-left: 7%;
  padding-top: 76px;
  padding-bottom: 40px;
  padding-left: 11px;
}

.image-wrapper-firo {
  object-fit: none;
}

.heading-34 {
  font-family: Inter, sans-serif;
}

.paragraph-27 {
  color: #000;
  max-width: 350px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
}

.short-heading {
  color: #000;
  max-width: 800px;
  font-family: Inter, sans-serif;
  font-size: 46px;
  line-height: 120%;
}

.short-heading._1 {
  max-width: 100%;
  font-size: 36px;
  display: block;
}

.button-17 {
  text-transform: uppercase;
}

.button-firo {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #491a6c;
  border: 2px solid #fff;
  border-radius: 11px;
  margin-top: 23px;
  margin-bottom: 6px;
  padding: 15px 27px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 700;
  box-shadow: 0 0 4px 1px #000;
}

.button-firo.signup {
  text-align: center;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 19px;
  display: inline-block;
}

.button-firo.watch-now {
  background-image: linear-gradient(76deg, #491a6c, #61387f 13%, #826199 31%, #491a6c);
  padding: 9px 23px;
  font-size: 19px;
}

.button-firo.watch-now.w--current {
  background-image: none;
}

.button-firo.hidden.hero, .button-firo.mobile {
  display: none;
}

.button-firo.navbar {
  margin: 12px 24px 12px 5px;
  padding: 1px 8px;
  font-size: 16px;
}

.navbar-6 {
  background-color: #fff;
  max-width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-6.schools, .navbar-6.about-iro {
  display: block;
}

.image-69 {
  object-fit: fill;
  margin-top: 9px;
  display: block;
}

.navlink1-firo {
  color: #491a6c;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: block;
}

.navlink1-firo:hover {
  background-color: #0000;
  font-weight: 700;
  text-decoration: underline;
}

.navlink1-firo.w--current {
  padding-left: 10px;
  padding-right: 10px;
}

.navlink1-firo.schools {
  display: none;
}

.navlink1-firo.awards {
  color: #9134d8;
}

.navlink1-firo.meritlist {
  display: none;
}

.nav-link-8, .navlink2-firo {
  color: #9134d8;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.button-18 {
  color: #9134d8;
  background-color: #fff;
  border: 1px solid #9134d8;
  border-radius: 5px;
  margin: 14px 28px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.section-20 {
  max-width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  display: none;
}

.image-70 {
  object-fit: fill;
  max-height: 100%;
}

.image-71 {
  object-fit: cover;
  object-position: 100% 50%;
  display: none;
}

.nav-menu-3 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.div-block-146 {
  background-color: #0000;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 10px;
}

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

.heading-36 {
  color: #000;
  text-align: center;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
}

.heading-36.purple {
  color: #491a6c;
}

.heading-36.small {
  font-size: 22px;
}

.heading-36.short {
  max-width: 60%;
  margin-top: 41px;
  font-size: 38px;
  line-height: 125%;
}

.image-72 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
}

.image-73 {
  display: block;
}

.div-block-147 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 41px 0;
  display: flex;
}

.image-74 {
  margin-left: auto;
  margin-right: auto;
}

.section-padding {
  padding-left: 21px;
  padding-right: 21px;
}

.hero-section-firo {
  background-image: url('../images/LP1-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  max-width: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.short-list {
  max-width: 400px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.image-75 {
  object-fit: fill;
  padding-top: 86px;
}

.image-76 {
  object-fit: none;
}

.image-77 {
  text-align: left;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-78 {
  object-fit: fill;
  max-height: 125%;
  margin-top: 98px;
  margin-bottom: 98px;
}

.black-heading {
  color: #000;
  text-align: center;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
}

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

.div-block-148 {
  border: 1px solid #000;
  border-radius: 30px 0 0 30px;
}

.div-block-149 {
  border: 1px solid #000;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.div-block-150 {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.div-block-151 {
  border: 1px solid #000;
  border-top-right-radius: 30px;
}

.div-block-152 {
  border-bottom-right-radius: 30px;
}

.div-block-153, .div-block-154, .div-block-155, .div-block-156, .div-block-157 {
  border: 1px solid #000;
}

.div-block-158 {
  display: flex;
}

.grid-16 {
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-159 {
  border: 1px solid #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 3px;
}

.grid-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fffbeb;
  border: 1px solid #000;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 80%;
  margin-top: 59px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 5px #0003;
}

.grid-17.new {
  object-fit: fill;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.heading-37 {
  color: #000;
  text-align: center;
  border: 0 solid #000;
  border-width: 0 0 1px 1px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 38px;
}

.heading-37._1 {
  border-left-width: 1px;
  border-right-width: 0;
  border-top-right-radius: 30px;
}

.div-block-160 {
  border: 0 solid #000;
  border-width: 0 0 1px 1px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-160._1 {
  border-left-width: 1px;
  border-right-width: 0;
}

.heading-38 {
  color: #000;
  text-align: center;
  border: 0 solid #000;
  border-bottom-width: 1px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 800;
}

.heading-38._1 {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 0;
  padding-top: 8px;
  padding-bottom: 20px;
}

.heading-38._1._2 {
  border-width: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-161 {
  border: 0 solid #000;
  border-left-width: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-79 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.image-80 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
  padding-bottom: 22px;
  display: block;
}

.features {
  color: #000;
  margin-top: 136px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.features._1 {
  margin-top: 34px;
}

.features._2 {
  margin-top: 31px;
}

.div-block-162 {
  border: 0 solid #000;
  padding-right: 0;
}

.package-details {
  background-color: #ffdc5c;
  background-image: linear-gradient(#f5ebc6, #fff8dc 21%, #fff0b9 42%, #ffe893 65%, #ffe06d 88%, #ffdc5c 98%);
  max-width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  box-shadow: inset 0 4px 3px #f8f2f2;
}

.package-details.schools {
  display: none;
}

.package-details.school {
  box-shadow: none;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  display: none;
}

.video-4 {
  max-width: 90%;
  margin-top: 65px;
}

.div-block-163 {
  max-height: 60%;
  margin-top: -5px;
}

.div-block-164 {
  border-left: 0 solid #000;
}

.list-item-11 {
  color: #000;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  line-height: 22px;
}

.list-item-12 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.list-item-13, .list-item-14 {
  color: #000;
  font-size: 20px;
}

.list-7 {
  max-width: 400px;
  padding-left: 20px;
}

.image-81 {
  max-width: 25%;
}

.paragraph-28 {
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.slide-24 {
  max-width: 33%;
}

.slide-1 {
  background-image: url('../images/SSRVM.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100px;
  background-attachment: fixed;
  max-width: 33%;
}

.image-82 {
  max-width: 33%;
}

.brand {
  padding-left: 11px;
  padding-right: 11px;
}

.text-block-55 {
  color: #491a6c;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 25px;
}

.image-83 {
  margin-left: auto;
  margin-right: auto;
}

.container-31 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.awards {
  display: block;
}

.div-block-165 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.div-block-166, .container-32 {
  max-width: 100%;
}

.two-col-section-firo {
  background-color: #fffbeb;
  max-width: 100%;
}

.partner-logos {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  max-width: 100%;
  padding-top: 38px;
  padding-bottom: 38px;
  display: block;
  box-shadow: 0 1px 25px 2px #c5c4c4;
}

.olympiad-video {
  max-width: 100%;
  display: none;
}

.school-partners {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 49px;
  padding-bottom: 49px;
  display: none;
}

.image-84 {
  object-fit: fill;
  max-width: 125%;
  margin-left: 0;
  margin-right: 0;
  overflow: auto;
}

.div-block-167 {
  border-left: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-86 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.purplesectionheading {
  color: #491a6c;
  text-align: center;
  margin-top: 88px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  line-height: 28px;
}

.purple-subheading {
  color: #491a6c;
  text-align: center;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.awards-div {
  margin: 23px;
  padding-top: 13px;
  padding-bottom: 13px;
}

._3col-2row-grid {
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
}

.medals-div, .image-87 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-56 {
  color: #491a6c;
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-168 {
  background-color: #fffbeb;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-89 {
  object-position: 100% 50%;
  margin-top: 0;
}

.grid-18, .grid-19 {
  display: none;
}

.image-90 {
  max-width: 125%;
}

.image-91 {
  object-fit: fill;
}

.image-92 {
  object-position: 50% 100%;
  overflow: auto;
}

.button-19 {
  order: 1;
  display: none;
}

.image-93 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 41px;
}

.div-block-174 {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-175, .div-block-176, .div-block-177 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-20, .grid-21 {
  display: none;
}

.text-block-58 {
  color: #491a6c;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.text-block-58:hover {
  text-decoration: underline;
}

.logo-section {
  background-color: #fff;
  padding-top: 58px;
  padding-bottom: 58px;
}

.logo-section.hide {
  display: none;
}

.slide-25 {
  width: 1243px;
  padding-bottom: 0;
  padding-left: 83px;
  padding-right: 83px;
}

.div-block-182 {
  align-items: center;
  display: flex;
}

.div-block-183 {
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-top: 66px;
  margin-bottom: 66px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.slider-6 {
  background-color: #fff;
}

.icon-13 {
  display: none;
}

.heading-40 {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 125%;
}

.section-21 {
  display: none;
}

.heading-41 {
  color: #000;
  font-size: 34px;
  line-height: 125%;
}

.section-22 {
  padding-top: 89px;
  padding-bottom: 54px;
}

.div-block-184 {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-29 {
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.link-5 {
  color: #9134d8;
}

.section-23 {
  -webkit-text-fill-color: inherit;
  background-color: #fffbeb;
  background-clip: border-box;
  padding-top: 45px;
  padding-bottom: 45px;
}

.trackers-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tracker-wrapper {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.in-the-news {
  padding-top: 38px;
  padding-bottom: 38px;
}

.text-block-59 {
  color: #9134d8;
  text-align: center;
  border-left: 1px solid #000;
  border-right: 0 solid #000;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 125%;
  text-decoration: line-through;
}

.text-block-59._1 {
  border: 0 solid #000;
  padding-top: 0;
}

.div-block-185 {
  justify-content: center;
  padding-top: 21px;
  display: flex;
}

.image-95, .image-97, .image-98 {
  display: none;
}

.link-6 {
  color: #9134d8;
}

.heading-42 {
  color: #000;
  margin-bottom: 36px;
  font-family: Inter, sans-serif;
  line-height: 125%;
}

.paragraph-30 {
  color: #000;
  padding-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.paragraph-31 {
  color: #000;
  margin-top: 43px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 125%;
}

.heading-43 {
  color: #000;
  margin-top: 90px;
  padding-bottom: 38px;
  font-family: Inter, sans-serif;
}

.image-99 {
  object-fit: cover;
}

.image-100 {
  object-fit: fill;
  object-position: 50% 100%;
  margin-top: -133px;
  padding-top: 0;
}

.image-101 {
  margin-top: -142px;
}

.navbar-7 {
  background-color: #fff;
  max-width: 100%;
  padding: 7px 20px;
  display: block;
}

.brand-2 {
  padding-left: 11px;
  padding-right: 11px;
}

.image-102 {
  margin-top: 9px;
  margin-bottom: 9px;
}

.image-103 {
  display: none;
}

.text-block-60 {
  color: #491a6c;
  font-size: 20px;
  font-weight: 700;
}

.heading-44 {
  color: #000;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
}

.bold-text-54 {
  color: #000;
  font-family: Inter, sans-serif;
}

.testimonial-wrapper {
  justify-content: space-around;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 100px;
  display: flex;
}

.heading-45 {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
}

.yatra_image_1 {
  border: 0 solid #000;
  border-radius: 18px;
  min-width: 265px;
  max-width: 265px;
  min-height: 233px;
  max-height: 233px;
  margin-right: 23px;
  box-shadow: 0 1px 4px #000;
}

.yatra_image_1:hover {
  background-color: #0000;
  box-shadow: 0 1px 20px #000;
}

.yatra_image_1.edu {
  color: #491a6c;
  border-radius: 17px;
  min-width: 296px;
  max-width: 300px;
  min-height: 272px;
  max-height: 300px;
  margin-top: 19px;
  margin-left: 72px;
  margin-right: 72px;
}

.image-104 {
  padding: 18px;
}

.heading-46 {
  color: #491a6c;
  margin-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 125%;
}

.paragraph-32 {
  color: #491a6c;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 125%;
}

.paragraph-32.edu {
  text-align: center;
  font-size: 20px;
}

.paragraph-33 {
  color: var(--midnight-blue);
  text-align: justify;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.paragraph-33.edu {
  color: #100f11;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  display: block;
}

.section-25 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-105 {
  margin-top: -52px;
}

.image-106 {
  display: none;
}

.faq {
  padding-top: 11px;
  padding-bottom: 11px;
}

.body-8 {
  max-width: 100%;
}

.div-block-187 {
  max-width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-187.alternate {
  color: #000;
  margin-top: 0;
  font-size: 16px;
  line-height: 125%;
}

.bold-text-55 {
  color: #000;
  font-family: Inter, sans-serif;
  line-height: 125%;
}

.list-item-15 {
  color: #000;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

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

.bold-text-56, .bold-text-57 {
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}

.section-27 {
  background-color: #fffbeb;
  padding-top: 36px;
  padding-bottom: 36px;
}

.bold-text-58 {
  font-family: Inter, sans-serif;
}

.section-28 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.text-block-61, .text-block-62, .text-block-63 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
}

.text-block-64 {
  color: #000;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
}

.list-8 {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.list-9, .list-10, .list-11 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 125%;
}

.list-12 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-13, .list-14 {
  margin-top: 10px;
}

.section-29 {
  margin-top: 101px;
  padding-top: 0;
}

.image-107 {
  object-fit: cover;
}

.heading-47 {
  color: #000;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
}

.bold-text-59 {
  font-size: 16px;
  line-height: 125%;
}

.bold-text-60 {
  font-size: 16px;
}

.bold-text-61, .bold-text-62 {
  line-height: 125%;
}

.heading-48 {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 125%;
}

.text-block-65 {
  max-width: 90%;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0 26px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-66 {
  color: red;
  text-align: center;
  font-size: 18px;
}

.section-30 {
  background-color: #fffbeb;
  padding-top: 12px;
  padding-bottom: 12px;
  display: none;
}

.div-block-188 {
  overflow: visible;
}

.dropdown-link, .dropdown-link-2 {
  background-color: #fff;
}

.container-33 {
  max-width: 100%;
}

.heading-49 {
  color: #fd4d4d;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  line-height: 67px;
}

.container-34 {
  text-align: center;
  max-width: 100%;
}

.image-108 {
  width: 184px;
  height: 158px;
}

.container-35 {
  text-align: center;
  max-width: 100%;
}

.button-20 {
  color: #da4a4a;
  text-align: center;
  background-color: #38ec5c;
  border-radius: 0;
  width: 141px;
  height: 40px;
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  text-align: center;
}

.text-field-17 {
  max-width: 67%;
}

.container-36 {
  max-width: 100%;
}

.text-block-67 {
  text-align: justify;
}

.container-37 {
  max-width: 60%;
}

.container-38 {
  max-width: 49%;
  height: 461px;
  max-height: 115%;
}

.section-31 {
  max-height: 10%;
}

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

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

.heading-50 {
  text-align: center;
  border: 0 solid #000;
  border-width: 0 0 1px 1px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 38px;
}

.div-block-190 {
  border: 1px solid #000;
}

.div-block-191 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-block-68 {
  text-align: center;
  border: 0 solid #000;
  border-bottom-width: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.text-block-68._1 {
  border-top-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
}

.text-block-68._2 {
  border-top-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  line-height: 24px;
}

.text-block-68._3 {
  line-height: 24px;
}

.image-109 {
  display: inline-block;
}

.div-block-192 {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-192.amount {
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.link-7 {
  color: #9134d8;
  text-decoration: underline;
}

.link-8 {
  color: #9134d8;
  font-style: italic;
  font-weight: 700;
}

.body-9 {
  justify-content: space-between;
  max-width: 50%;
  display: flex;
}

.div-block-193 {
  justify-content: space-around;
  align-items: flex-start;
  display: block;
}

.heading-51 {
  color: #295b90;
  padding-top: 26px;
  padding-bottom: 26px;
  line-height: 36px;
}

.container-39, .container-40 {
  max-width: 90%;
}

.paragraph-34 {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  line-height: 24px;
}

.section-32 {
  padding: 0 20px;
}

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

.section-33 {
  padding: 20px 20px 0;
}

.cbse-container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
}

.heading-52 {
  color: #07386d;
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 37px;
  font-weight: 800;
}

.paragraph-35 {
  text-align: justify;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
}

.cbse---h1 {
  text-align: center;
  justify-content: center;
  margin: 30px auto;
  padding-bottom: 0;
  font-size: 37px;
  font-weight: 800;
  display: flex;
}

.heading-53 {
  font-size: 24px;
  font-weight: 600;
}

.bold-text-63 {
  color: #004ea3;
}

.section-34 {
  padding: 20px;
  display: block;
}

.cbse-navbar {
  justify-content: space-between;
  display: flex;
}

.section-35 {
  padding: 20px;
}

.div-block-194 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-36 {
  max-width: 80%;
}

.paragraph-37 {
  text-align: justify;
  max-width: 80%;
}

.image-110 {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  display: block;
}

.grid-24 {
  grid-template-rows: auto;
}

.paragraph-38 {
  text-align: justify;
  align-items: stretch;
  max-width: 85%;
  padding-top: 121px;
  display: block;
}

.image-111 {
  object-fit: none;
}

.div-block-195 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.section-36 {
  background-color: #e0f0ff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-196 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.grid-25 {
  grid-template-rows: auto;
}

.paragraph-39 {
  text-align: justify;
  max-width: 85%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}

.section-37 {
  padding: 20px;
}

.div-block-197 {
  max-width: 90%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-38 {
  background-color: #07386d;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.counts-wrapper {
  justify-content: space-between;
  padding-left: 79px;
  padding-right: 79px;
  display: flex;
}

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

.heading-54 {
  color: #fff;
}

.text-block-69 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}

.div-block-198 {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.slide-26 {
  z-index: auto;
  padding-bottom: 0;
  padding-left: 84px;
  padding-right: 84px;
  bottom: 16px;
}

.div-block-199 {
  text-align: center;
  width: 50%;
  margin-top: 19px;
  margin-bottom: 19px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.div-block-199._2 {
  text-align: center;
  margin-top: 0;
}

.image-112 {
  object-fit: fill;
}

.slide-nav-6 {
  margin-top: -30px;
  padding-top: 0;
  position: relative;
}

.mask-5 {
  padding-bottom: 0;
}

.slide-nav-7 {
  position: static;
  top: 368px;
}

.mask-6 {
  position: relative;
  bottom: 0;
}

.section-39 {
  background-color: #e0f0ff;
  padding: 20px;
}

.section-39.hide {
  display: none;
}

.slider-7 {
  object-fit: none;
  background-color: #e0f0ff;
  height: 600px;
  padding-top: 20px;
  padding-bottom: 0;
  overflow: visible;
}

.image-113 {
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.text-block-70 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.text-block-71, .text-block-72, .text-block-73 {
  padding-top: 10px;
}

.section-40 {
  padding: 20px 20px 40px;
}

.section-41 {
  margin-bottom: 0;
  padding: 20px 20px 50px;
}

.div-block-200 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  display: flex;
}

.link-block-14 {
  background-image: url('../images/shutterstock_2046711653-1.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 102px;
  background-attachment: scroll;
}

.section-42 {
  border: 1px #07386d;
  padding: 20px;
}

.section-43 {
  background-color: #07386d;
  height: 20px;
}

.grid-26 {
  grid-template-rows: auto auto auto;
  justify-content: stretch;
  margin: 30px auto 80px;
}

.heading-55 {
  color: #07386d;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-left: 0;
  font-weight: 800;
}

.div-block-201 {
  border: 1px solid #07386d;
  flex-direction: column;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.heading-56 {
  color: #07386d;
  margin-top: 0;
  font-size: 20px;
}

.paragraph-40 {
  margin-bottom: 0;
  font-size: 22px;
}

.image-114 {
  flex: 0 1 0;
  order: -1;
  align-self: auto;
  padding-top: 0;
}

.div-block-202 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 63px;
}

.image-115 {
  padding-left: 62px;
}

.div-block-203 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 63px;
}

.div-block-204, .div-block-205, .div-block-206, .div-block-207 {
  margin-left: auto;
  margin-right: auto;
}

.icon-14 {
  margin-top: 220px;
  margin-bottom: 220px;
}

.icon-15 {
  margin-top: 221px;
  margin-bottom: 221px;
}

.bold-text-64 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
}

.bold-text-65, .bold-text-66 {
  line-height: 24px;
}

.slide-27 {
  text-align: center;
  background-color: #e0f0ff;
  width: 25%;
  margin-right: 25px;
}

.slider-8 {
  height: 675px;
}

.mask-7 {
  background-color: #e0f0ff;
}

.icon-16 {
  color: #07386d;
}

.right-arrow-3 {
  color: #07386d;
  margin-bottom: 68px;
  margin-right: -80px;
  padding-right: 0;
}

.div-block-208 {
  flex-direction: column;
  display: flex;
}

.image-116, .image-117 {
  padding-bottom: 10px;
}

.image-118 {
  padding-bottom: 11px;
}

.image-119, .image-120, .image-121, .image-122 {
  padding-bottom: 10px;
}

.image-123, .div-block-209 {
  align-self: center;
}

.div-block-210 {
  text-align: left;
  justify-content: space-between;
  align-items: stretch;
  max-width: 90%;
  display: flex;
}

.section-44 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.brand-3 {
  position: relative;
}

.edu-container {
  width: 1219px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.heading-57 {
  font-family: Inter, sans-serif;
}

.gallerywf_58 {
  color: #491a6c;
  text-align: center;
  -webkit-text-stroke-color: #491a6c;
  max-width: 1202px;
  margin: 30px 0;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 49px;
}

.gallerywf_58.two-col {
  text-align: left;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallerywf_58.mission {
  color: #fff;
  text-align: center;
  max-width: 1208px;
  margin-top: 33px;
  font-family: Inter, sans-serif;
  font-size: 64px;
}

.paragraph-41 {
  text-align: center;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-41.two-col {
  float: none;
  clear: none;
  max-width: 100%;
  padding-left: 20px;
}

.paragraph-41.mission {
  float: none;
  text-align: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.body-11 {
  border: 2px solid #000;
  display: block;
  box-shadow: 0 1px 4px #0003;
}

.d {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 2px 5px #0003;
}

.heading-59 {
  font-family: Inter, sans-serif;
  font-size: 36px;
}

.heading-60 {
  font-size: 36px;
}

.column-23 {
  border: 1px solid #000;
  border-radius: 20px;
  padding-right: 0;
  position: relative;
}

.grid-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-areas: ". Area";
}

.line-1 {
  background-color: #fff;
  padding: 6px 16px 16px;
}

.line-1.white {
  object-fit: fill;
  background-color: #a4a4cb;
  flex-flow: row;
  place-content: center flex-start;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.line-1.edu-banner {
  background-color: #9134d8;
  margin-top: 38px;
  margin-bottom: 0;
  padding-top: 16px;
}

.div-block-211 {
  opacity: .92;
  outline-offset: 0px;
  border: 0 #000;
  border-radius: 0;
  outline: 3px #333;
  max-width: 120%;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 0;
}

.section-46 {
  background-color: #e4dfeb;
  padding: 17px;
}

.brand-4 {
  margin-left: -146px;
  position: relative;
}

.image-125 {
  width: 200px;
  height: 100px;
}

.image-126 {
  margin: 6px;
  padding-top: 0;
}

.navbar-8 {
  background-color: #fff;
  border: 0 solid #000;
  box-shadow: 0 2px 12px 5px #0003;
}

.image-127 {
  color: #491a6c;
  text-align: center;
  order: -1;
  align-self: center;
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: block;
}

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

.section-47 {
  margin-top: 5px;
  margin-bottom: 8px;
  padding: 30px;
}

.grid-28 {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  object-position: 50% 50%;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  overflow: visible;
}

.image-128 {
  object-fit: contain;
  overflow: scroll;
}

.div-block-212 {
  background-image: url('../images/Group-5784-1.png');
  background-position: 0 0;
}

.section-48 {
  object-position: 100% 50%;
  background-color: #fff;
  flex-direction: column;
  display: flex;
}

.image-129 {
  object-fit: fill;
  position: absolute;
}

.image-130 {
  object-fit: fill;
  object-position: 50% 50%;
  position: static;
}

.image-131 {
  object-fit: fill;
  object-position: 50% 50%;
}

.image-132 {
  position: relative;
}

.image-133 {
  object-fit: cover;
  margin-top: -118px;
  padding-top: 0;
}

.div-block-213 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.bold-text-67 {
  color: #3a42ca;
  text-align: center;
  width: 1153px;
  max-width: 1118px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-29 {
  grid-template-rows: auto;
}

.image-134 {
  float: left;
  aspect-ratio: auto;
  -webkit-text-fill-color: transparent;
  object-position: 50% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: baseline;
  max-width: 40%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
}

.section-49 {
  background-color: #fcf4e1;
}

.div-block-214 {
  flex-wrap: nowrap;
  align-content: space-between;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.image-135 {
  float: none;
  text-align: left;
  object-fit: fill;
  object-position: 50% 50%;
  max-width: 100%;
  margin: 20px auto;
  display: block;
}

.bold-text-68 {
  color: #9134d8;
  text-align: center;
  -webkit-text-stroke-color: #9134d8;
  width: 251px;
  max-width: 228px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.text-block-76 {
  color: #fff;
  text-align: center;
  max-width: 1180px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.div-block-215 {
  flex-direction: row;
  padding-top: 28px;
  display: flex;
}

.bold-text-69 {
  color: #9134d8;
  text-align: center;
  font-family: Inter, sans-serif;
}

.slider-11 {
  width: 1414px;
  max-width: 100%;
  height: 361px;
  margin-top: 20px;
  display: block;
}

.mask-10 {
  width: 1206px;
  max-width: 100%;
}

.slide-28 {
  opacity: 1;
  outline-offset: 0px;
  background-color: #fff;
  border: 0 solid #fff;
  outline: 0 #fff;
  max-width: 33.3%;
  margin-top: 0;
  padding-top: 0;
  overflow: visible;
}

.slide-nav-8 {
  background-color: #fff;
}

.image-136 {
  width: 320px;
  height: 267px;
  margin-top: -23px;
}

.div-block-216 {
  text-align: center;
  background-color: #007c84;
  height: 72%;
  max-height: 100%;
  margin-top: 52px;
  margin-left: 52px;
}

.container-41 {
  max-width: 100%;
}

.slide-nav-9 {
  background-color: #007c84;
  max-height: 33px;
  font-size: 9px;
  line-height: 24px;
}

.div-block-7 {
  text-align: center;
  background-color: #007c84;
  height: 72%;
  max-height: 100%;
  margin-top: 52px;
  margin-left: 52px;
}

.section-50 {
  overflow: hidden;
}

.div-block-217 {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  height: 72%;
  max-height: 100%;
  margin-top: 52px;
  margin-left: 73px;
  padding-top: 1px;
  padding-bottom: 0;
  padding-left: 0;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.mask-9 {
  max-width: 30%;
  overflow: visible;
}

.image-137 {
  width: 320px;
  height: 267px;
  margin-top: -24px;
}

.slide_4 {
  text-align: center;
  background-color: #007c84;
  height: 72%;
  max-height: 100%;
  margin-top: 52px;
  margin-left: 52px;
}

.image-138 {
  text-align: left;
  width: 320px;
  height: 267px;
  margin-top: -23px;
  display: inline-block;
  overflow: hidden;
}

.slider-10 {
  background-color: #007c84;
  width: 1412px;
  height: 321px;
  overflow: hidden;
}

.div-block-218 {
  text-align: center;
  background-color: #007c84;
  height: 72%;
  max-height: 100%;
  margin-top: 53px;
  margin-left: 52px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.image-139 {
  width: 320px;
  height: 267px;
  margin-top: -23px;
}

.image-140 {
  text-align: left;
  width: 320px;
  height: 267px;
  margin-top: -23px;
  display: inline-block;
  overflow: hidden;
}

.icon-19 {
  color: #491a6c;
  -webkit-text-stroke-width: 4px;
  margin-top: 143px;
  font-size: 43px;
}

.icon-20 {
  color: #491a6c;
  -webkit-text-stroke-width: 4px;
  border: 1px #000;
  border-radius: 0;
  font-size: 43px;
  font-weight: 400;
}

.div-block-219 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 51px 52px 52px;
  display: none;
}

.heading_1 {
  text-align: center;
  background-color: #fc2c2c;
  border: 5px solid #e72e2e;
  border-radius: 10px;
  width: 585px;
  max-width: 700px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.heading_2 {
  text-align: center;
  background-color: #10ce3d;
  border: 5px solid #14ae39;
  border-radius: 10px;
  width: 585px;
  max-width: 700px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.list-15 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  list-style-type: disc;
}

.list-16 {
  text-align: left;
  width: 537px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  list-style-type: disc;
}

.paragraph-42 {
  color: #fff;
  text-align: center;
  margin-top: -13px;
  font-family: Inter, sans-serif;
  font-size: 21px;
}

.link-block-15 {
  text-align: center;
  background-color: #c47e7e;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-26 {
  aspect-ratio: auto;
  background-color: #491a6c;
  border-radius: 32px;
  justify-content: space-around;
  align-items: center;
  width: 368px;
  min-width: 0;
  max-width: 162px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
}

.right-arrow-4 {
  margin-left: 1px;
  margin-right: -27px;
}

.image-141, .image-142, .image-143, .image-144, .image-145, .image-146 {
  border-radius: 17px 17px 0 0;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 180px;
  padding: 50px 30px 15px;
  position: relative;
}

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

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

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

.footer-block {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 623px;
  display: flex;
}

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

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

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

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

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

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.container-43 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1253px;
  display: flex;
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.clients-quote-two {
  max-width: 367px;
  margin-top: -58px;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: -10px;
  padding-top: 0;
  display: grid;
}

.heading-61 {
  color: #491a6c;
  text-align: center;
  margin-top: 28px;
  font-family: Inter, sans-serif;
  font-size: 43px;
}

.button-24, .container-45 {
  text-align: center;
}

.container-46 {
  max-width: 1106px;
}

.paragraph-43 {
  max-width: 384px;
}

.section-51 {
  background-color: #fff;
  max-width: 1241px;
  height: 124px;
  max-height: 621px;
  margin-top: -2px;
}

.section-52 {
  margin-top: 139px;
}

.paragraph-44 {
  color: #fff;
  text-align: center;
  width: 1187px;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.container-47 {
  max-width: 1208px;
}

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

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

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

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

.gallery-slide {
  text-align: left;
  background-color: #0000;
  height: auto;
}

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

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.quick-stack {
  min-width: 56px;
  max-width: 595px;
}

.quick-stack-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  align-self: auto;
  width: 1113px;
  min-width: 0;
  max-width: 104%;
}

.container-49 {
  max-width: 1252px;
}

.section-53 {
  text-transform: uppercase;
  background-color: #fff;
}

.nav-link-9 {
  color: #000;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.nav-link-9.w--current {
  cursor: pointer;
}

.nav-link-10, .nav-link-11, .nav-link-12 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-54, .div-block-220 {
  text-align: center;
}

.nav-menu-4 {
  margin-left: 0;
  margin-right: -113px;
}

.heading-62 {
  color: #491a6c;
  text-align: left;
  width: 714px;
  max-width: 671px;
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 47px;
}

.container-50 {
  text-align: center;
  max-width: 1227px;
  height: 320px;
  max-height: 320px;
}

.paragraph-45 {
  color: #7f7d7d;
  text-align: center;
  width: 1015px;
  max-width: 1173px;
  margin-top: 24px;
  margin-left: 24px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.section-55 {
  background-color: #fff;
  height: 359px;
  min-height: 0;
  max-height: 359px;
  line-height: 20px;
}

.container-51 {
  max-width: 1233px;
}

.container-58 {
  max-width: 1224px;
}

.cell1 {
  color: #fffdfd;
  background-color: #fff;
  border: 8px solid #491a6c;
  border-radius: 58px;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  box-shadow: 0 2px 10px 5px #0003;
}

.cell-2 {
  background-color: #10ce3d;
  border: 8px solid #14ae39;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  box-shadow: 0 2px 5px 5px #0003;
}

.heading-63 {
  color: #fff;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 49px;
}

.list_of-course {
  color: #491a6c;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.section-56 {
  background-color: #ffee90;
  border: 4px solid #ffee90;
  border-radius: 8px;
  width: 1240px;
  max-width: 1282px;
  height: 214px;
  max-height: 178px;
}

.cell-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #491a6c;
  border: 7px solid #fffcfc;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  line-height: 20px;
}

.text-block-77 {
  color: #fff5f5;
  text-align: center;
  background-color: #491a6c;
}

.cell-4 {
  background-color: #9134d8;
  border: 7px solid #fff6f6;
  justify-content: center;
  align-items: center;
}

.cell-5 {
  background-color: #f24e29;
  justify-content: center;
  align-items: center;
}

.text-block-78 {
  color: #fff;
  text-align: center;
  background-color: #f24e29;
  border: 9px solid #fff6f6;
  border-radius: 13px;
  width: 345px;
  max-width: 331px;
}

.text-block-79 {
  color: #fff;
  text-align: center;
  background-color: #f2bd1d;
  border: 8px solid #ffeded;
  border-radius: 10px;
}

.button-30 {
  color: #491a6c;
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  border: 6px solid #491a6c;
  border-radius: 11px;
  margin-top: 32px;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 35px;
  box-shadow: 0 2px 8px 3px #0003;
}

.button-30._12 {
  color: #fff;
  -webkit-text-stroke-color: #491a6c;
  background-color: #491a6c;
  border-color: #491a6c;
  border-radius: 35px;
  margin-top: -29px;
  font-family: Inter, sans-serif;
  font-size: 22px;
}

.text-block-80 {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.div-block-221 {
  width: 1201px;
  max-width: 1218px;
  height: 458px;
}

.container-53 {
  max-width: 1216px;
  max-height: 143px;
  line-height: 20px;
}

.quick-stack-3, .cell-6 {
  text-align: center;
}

.section-57 {
  background-color: #491a6c;
  width: 1244px;
  height: 143px;
  margin-top: 39px;
}

.container-54 {
  max-width: 1161px;
}

.container-55 {
  max-width: 1200px;
}

.bold-text-70 {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.container-56 {
  text-align: center;
  max-width: 1238px;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 1233px;
  max-width: 1239px;
  height: 197px;
  max-height: 200px;
  margin-top: -19px;
}

.cell-7, .cell-8, .cell-9 {
  justify-content: center;
  align-items: center;
}

.text-block-81, .text-block-82 {
  color: #fff;
  text-align: center;
}

.container-65 {
  max-width: 1241px;
}

.div-block-258 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
  box-shadow: 0 0 #0003;
}

.div-block-258._1 {
  background-color: #fffdfd;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text_box {
  color: #fff;
  text-align: center;
  background-color: #9134d8;
  border-radius: 73px;
  padding-top: 21px;
  padding-bottom: 23px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  box-shadow: 0 2px 7px 4px #0003;
}

.text_box._1 {
  border-radius: 20px;
  padding-top: 29px;
  padding-bottom: 36px;
}

.text-block-89 {
  color: #fff;
  text-align: center;
  background-color: #f2bd1d;
  border: 0 solid #fff;
  border-radius: 58px;
  width: 446px;
  max-width: 412px;
  margin-top: 0;
  padding-top: 31px;
  padding-bottom: 33px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 19px;
  box-shadow: 0 2px 7px 2px #0003;
}

.text-block-89._1 {
  border-radius: 20px;
  width: 414px;
  max-width: 305px;
  padding-top: 29px;
  padding-bottom: 35px;
}

.text_box1 {
  color: #fffefe;
  text-align: center;
  background-color: #f24e29;
  border-radius: 63px;
  padding-top: 30px;
  padding-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  box-shadow: 0 2px 7px 2px #0003;
}

.text_box1._1 {
  border-radius: 20px;
  padding-top: 42px;
  padding-bottom: 42px;
  font-size: 21px;
}

.text-block-90 {
  color: #fff;
  text-align: center;
  background-color: #9134d8;
  border-radius: 57px;
  padding-top: 36px;
  padding-bottom: 33px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  box-shadow: 0 2px 7px 2px #0003;
}

.text-block-90._1 {
  border-radius: 20px;
  padding-top: 27px;
  padding-bottom: 27px;
}

.text_block3 {
  color: #f4f4f4;
  text-align: center;
  background-color: #f24e29;
  border-radius: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  box-shadow: 0 2px 8px 3px #0003;
}

.text_block3._1 {
  border-radius: 20px;
  padding-top: 27px;
  padding-bottom: 27px;
}

.text_block4 {
  color: #fff;
  text-align: center;
  background-color: #f2bd1d;
  border-radius: 76px;
  padding-top: 36px;
  padding-bottom: 33px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  box-shadow: 0 2px 8px 3px #0003;
}

.text_block4._1 {
  background-color: #491a6c;
  border-radius: 20px;
  padding-top: 27px;
  padding-bottom: 27px;
}

.slide-29 {
  background-color: #fff;
}

.right-arrow-5 {
  margin-left: 1px;
  margin-right: -39px;
}

.div-block-223 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.heading-65 {
  width: 92px;
  max-width: 106px;
}

.paragraph-46 {
  text-align: center;
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.paragraph-47 {
  text-align: center;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

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

.quick-stack-5 {
  background-color: #f2bd1d;
}

.div-block-224 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-59 {
  max-width: 1219px;
}

.mission {
  margin-top: 48px;
}

.paragraph-48 {
  color: #491a6c;
  text-align: center;
  width: 799px;
  max-width: 781px;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.paragraph-48._1 {
  margin-top: 15px;
  font-size: 35px;
  font-weight: 700;
}

.text-block-91 {
  color: #fff;
  text-align: center;
  background-color: #9134d8;
  border-radius: 20px;
  padding-top: 42px;
  padding-bottom: 42px;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.text-block-92 {
  color: #fffefe;
  text-align: center;
  background-color: #f2bd1d;
  border-radius: 20px;
  padding-top: 27px;
  padding-bottom: 27px;
  font-size: 24px;
}

.bold-text-71 {
  text-align: left;
  width: 689px;
  max-width: 641px;
  font-size: 38px;
}

.container-66 {
  justify-content: center;
  align-items: center;
  max-width: 1238px;
  margin-top: 8px;
  display: block;
}

.section-59 {
  margin-top: 0;
  overflow: visible;
}

.image-148 {
  width: 1241px;
  max-height: 414px;
}

.container-67 {
  border-radius: 43px;
  max-width: 1061px;
  height: 192px;
  margin-top: 30px;
  margin-bottom: 0;
  box-shadow: 0 5px 29px 4px #0003;
}

.section-60 {
  width: 1245px;
  max-width: 1264px;
  height: 190px;
  margin-top: 4px;
  padding-top: 0;
}

.image-149 {
  margin-top: 0;
  overflow: auto;
}

.section-61 {
  margin-top: -8px;
}

.section-62 {
  margin-top: -6px;
}

.div-block-259 {
  border-radius: 11px;
  margin-left: 0;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: 0 2px 8px 7px #0003;
}

.div-block-260 {
  border-radius: 13px;
  margin-left: 10px;
  box-shadow: 0 2px 17px 6px #0003;
}

.div-block-261 {
  border-radius: 18px;
  margin-left: 9px;
  box-shadow: 0 2px 18px 6px #0003;
}

.div-block-262 {
  border-radius: 18px;
  margin-left: 9px;
  box-shadow: 0 2px 14px 6px #0003;
}

.bold-text-72 {
  font-family: Inter, sans-serif;
}

.paragraph-49 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.paragraph-50 {
  text-align: center;
  margin-top: 29px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.container-68 {
  max-width: 1239px;
}

.section-63 {
  margin-top: 51px;
}

.div-block-263 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-66 {
  color: #491a6c;
  border-radius: 11px;
  padding-top: 19px;
  padding-bottom: 19px;
  box-shadow: 0 2px 13px 9px #0003;
}

.heading-67 {
  color: #491a6c;
  border-radius: 11px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 2px 14px 4px #0003;
}

.heading-68, .heading-69, .heading-70, .heading-71 {
  color: #491a6c;
  border-radius: 11px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 2px 13px 7px #0003;
}

.container-69 {
  margin-top: 65px;
}

.container-69.download {
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .nav01_container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-image {
    padding-right: 0;
  }

  .navigation-about {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    font-size: 22px;
    position: fixed;
  }

  .navigation-item {
    font-size: 20px;
  }

  .navigation-items {
    font-size: 22px;
    transition-property: none;
  }

  .container-6 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .f01_top_wrap-2 {
    margin-top: 57px;
  }

  .paragraph-bigger.so.ptop.ffs {
    width: 70%;
  }

  .paragraph-bigger-copy {
    font-size: 48px;
  }

  .sidetextheader-1.heading-jumbo {
    font-size: 60px;
  }

  .button-5.banner-button.w--current, .text-block-7 {
    font-size: 32px;
  }

  .c-faq {
    font-family: Open Sans, sans-serif;
    font-size: 22px;
  }

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

  .text-block-8 {
    font-size: 28px;
    line-height: 125%;
  }

  .form {
    width: 50%;
  }

  .text-field-5, .text-field-3 {
    font-size: 24px;
  }

  .div-block-33 {
    margin-top: 40px;
  }

  .img-child-get-left {
    width: auto;
  }

  .who-is-it-for-colour {
    background-color: #fff;
    background-image: none;
  }

  .submit-button {
    padding: 16px;
    font-size: 26px;
  }

  .list-3 {
    font-size: 28px;
  }

  .text-field-6 {
    font-size: 24px;
  }

  .text-block-banner {
    font-size: 40px;
  }

  .paragraph-bigger-copy-copy {
    font-size: 36px;
  }

  .whofortext1 {
    font-size: 64px;
  }

  .whofordescpkt {
    font-size: 48px;
  }

  .div-block-52 {
    margin-left: -3%;
  }

  .navigation-about-kt-pay {
    font-size: 22px;
  }

  .logo-image-uni {
    width: 68%;
    padding-top: 14px;
    padding-bottom: 24px;
  }

  .text-block-11 {
    font-size: 32px;
  }

  .navigation-item-2 {
    font-size: 24px;
  }

  .navigation-about-2 {
    font-size: 22px;
  }

  .text-field-11 {
    font-size: 24px;
  }

  .text-span-29 {
    color: #172368;
    font-weight: 700;
  }

  .paragraph-9 {
    opacity: 1;
    background-color: #ffffffb8;
    margin-top: 0%;
  }

  .bold-text-26 {
    font-size: 40px;
  }

  .div-block-62 {
    margin-top: 0%;
  }

  .image-22 {
    border-radius: 0;
    width: 40%;
  }

  .div-block-53-cop {
    width: auto;
    margin-top: 0;
  }

  .div-block-53-cop-copy {
    width: auto;
    margin-top: 95px;
  }

  .div-block-63 {
    width: auto;
  }

  .faq-q-text-2 {
    font-weight: 500;
  }

  .div-block-69 {
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 0%;
  }

  .div-block-70 {
    width: auto;
  }

  .list-item-5 {
    font-size: 18px;
  }

  .paragraph-7 {
    width: 50%;
    margin-top: 0;
    line-height: 125%;
  }

  .image-23 {
    margin-top: 0%;
    margin-bottom: 15px;
  }

  .button-copy-copy.joinwaitlist-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-22 {
    margin-top: 0;
  }

  .text-span-47 {
    font-size: 32px;
    line-height: 125%;
  }

  .text-field-12 {
    font-size: 24px;
  }

  .div-block-72 {
    width: 100%;
    height: auto;
  }

  .list-5 {
    padding-left: 22px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }

  .div-block-65 {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-61 {
    margin-top: 15%;
  }

  .text-field-13 {
    font-size: 24px;
  }

  .html-embed {
    height: 10px;
  }

  .div-block-73 {
    margin-top: 95px;
  }

  .submit-button-3 {
    padding: 16px;
    font-size: 26px;
    font-weight: 400;
  }

  .paragraph-8 {
    line-height: 120%;
  }

  .form-header-2 {
    width: 48.9811%;
    max-width: 50%;
  }

  .div-block-75 {
    object-fit: cover;
    flex-direction: row;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .button-copy.joinwaitlist-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33 {
    font-size: 40px;
  }

  .image-28 {
    margin-left: 0%;
  }

  .slide-6 {
    padding-bottom: 0;
  }

  .event-banner-image, .hero-image-copy {
    padding-right: 0;
  }

  .navigation-item-copy {
    font-size: 20px;
  }

  .div-block-86 {
    width: 75%;
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-86.so {
    flex-direction: column;
    height: 100%;
  }

  .div-block-86.so.ffs {
    width: 70%;
  }

  .container-13 {
    height: auto;
    padding-top: 0;
  }

  .columns {
    max-width: 100%;
  }

  .paragraph-11 {
    font-size: 18px;
  }

  .section-11 {
    margin-top: 152px;
  }

  .paragraph-copy {
    font-size: 18px;
  }

  .div-block-87 {
    margin-left: 48px;
    margin-right: 22px;
  }

  .text-block-33 {
    text-align: center;
    margin-top: 400px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
  }

  .div-block-88 {
    margin-left: 44px;
  }

  .heading-15 {
    max-width: 92%;
    margin-top: 0;
  }

  .container-14.altso {
    background-color: #f7eafd;
  }

  .container-14.altso.ffs {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .div-block-90 {
    position: static;
  }

  .div-block-91 {
    width: 65%;
  }

  .div-block-8 {
    background-image: url('../images/Grou2566.png');
    width: 62%;
    height: 497px;
  }

  .container-5-copy {
    height: auto;
  }

  .containy {
    z-index: auto;
    margin-top: 0;
    position: static;
    overflow: visible;
  }

  .container-3-copy-copy {
    height: 472px;
    margin-top: 137px;
  }

  .heading-copy-copy-copy-copy-copy {
    margin-top: 67px;
  }

  .form-comic-studio {
    margin-top: 41px;
  }

  .bold-text-21-copy {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(187deg, #9134d8, #172368);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Avengeance mightiest avenger, sans-serif;
    font-size: 42px;
  }

  .submit-button-copy {
    border: 7px solid #9134d8;
    border-radius: 20px;
    padding: 16px;
    font-size: 26px;
  }

  .submit-button-copy:hover {
    color: #9134d8;
    background-color: #fff;
    border: 7px solid #9134d8;
  }

  .container-17 {
    height: 1000px;
    max-height: 2000px;
    margin-top: 500px;
  }

  .bold-text-40 {
    font-weight: 600;
  }

  .bold-text-41, .bold-text-42 {
    font-weight: 500;
  }

  .text-span-61 {
    font-weight: 400;
  }

  .bold-text-43 {
    font-weight: 500;
  }

  .div-block-93 {
    justify-content: space-between;
    align-self: center;
    align-items: flex-start;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-93.so-container {
    align-items: center;
  }

  .div-block-93.so-container.so {
    background-color: #fff;
    background-image: none;
  }

  .div-block-94 {
    padding-left: 40px;
  }

  .div-block-94.so {
    margin-top: 0;
    padding-top: 20px;
  }

  .div-block-94.so1 {
    background-image: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 100%;
    display: flex;
  }

  .container-18 {
    background-image: url('../images/Group-2588.jpg');
    background-size: cover;
  }

  .section-14 {
    margin-top: 143px;
    padding-top: 38px;
    padding-bottom: 19px;
  }

  .bold-text-21-copy-copy {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(187deg, #9134d8, #172368);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Avengeance mightiest avenger, sans-serif;
    font-size: 42px;
  }

  .form-em {
    width: 50%;
  }

  .text-field-11-copy, .text-field-12-copy, .text-field-12-copy, .text-field-13-copy {
    font-size: 24px;
  }

  .submit-button-copy-copy {
    border: 7px solid #9134d8;
    border-radius: 20px;
    padding: 16px;
    font-size: 26px;
  }

  .submit-button-copy-copy:hover {
    color: #9134d8;
    background-color: #fff;
    border: 7px solid #9134d8;
  }

  .container-5-copy-copy {
    height: auto;
  }

  .c-faq-copy {
    font-family: Open Sans, sans-serif;
    font-size: 22px;
  }

  .c-faq-q-text-copy {
    box-shadow: 0 2px 0 2px #172368;
  }

  .text-span-29-copy {
    color: #172368;
    font-weight: 700;
  }

  .bold-text-41-copy {
    font-weight: 500;
  }

  .facad-header {
    background-image: url('../images/Mask-Group_2.png');
    background-size: cover;
  }

  .section1 {
    margin-top: 143px;
    padding-top: 10px;
    padding-left: 140px;
  }

  .container-23 {
    background-image: url('../images/Group-560_1.jpg');
  }

  .div-block-107 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .comic-studio, .entrepreneurial-mindset, .kidtube, .takethestage {
    text-align: center;
    flex-direction: column;
    width: 90%;
    max-width: 100%;
    display: flex;
  }

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

  .grade-12-calendar-div {
    display: none;
  }

  .collection-item-2 {
    padding-left: 0;
    padding-right: 20px;
  }

  .grade-34-calendar-div, .grade-56-calendar-div, .div-block-116, .div-block-118 {
    display: none;
  }

  .subheader-left {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
  }

  .subheader-left.ffs {
    text-align: left;
    padding-bottom: 0;
  }

  .white-card1 {
    height: 200px;
  }

  .whitecardbody.ffs {
    padding-left: 10px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .image-44.ffs {
    width: 60px;
    padding-top: 20px;
    padding-left: 10px;
  }

  .container-13-copy {
    background-color: #f7eafd;
    background-image: none;
    height: auto;
    padding-top: 0;
  }

  .header-left {
    text-align: left;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 52px;
    font-weight: 600;
  }

  .header-section {
    margin-top: 0;
    padding-top: 15px;
  }

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

  .container-14-copy.ffs {
    justify-content: flex-start;
  }

  .div-block-86-copy {
    width: 75%;
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-86-copy.so {
    flex-direction: column;
    height: 100%;
  }

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

  .faq-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .arrow-image {
    width: 300px;
  }

  .container-28 {
    width: 100%;
    margin-left: 40px;
    margin-right: 0;
  }

  .white-card-ffs {
    background-color: #fff;
    border-radius: 18px;
    width: 18%;
    height: 180px;
  }

  .image-54 {
    width: 30%;
  }

  .image-54.ffs {
    width: 50%;
  }

  .so-container {
    background-color: #f7eafd;
    background-image: url('../images/Group-5230.png');
    background-position: 50% 100%;
    background-size: auto;
    height: auto;
    padding-top: 0;
  }

  .so-white-div {
    justify-content: space-between;
    align-self: center;
    align-items: flex-start;
    padding-bottom: 20px;
    display: flex;
  }

  .so-white-div.so-container {
    background-image: none;
    align-items: center;
  }

  .so-white-div.so-container.so {
    background-color: #fff;
    background-image: none;
  }

  .div-block-93-copy {
    justify-content: space-between;
    align-self: center;
    align-items: flex-start;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-93-copy.so-container {
    align-items: center;
  }

  .div-block-93-copy.so-container.so {
    background-color: #fff;
    background-image: none;
  }

  .ffschooldiv {
    justify-content: space-between;
    align-self: center;
    align-items: flex-start;
    padding-bottom: 20px;
    display: flex;
  }

  .ffschooldiv.so-container {
    align-items: center;
  }

  .ffschooldiv.so-container.ffs {
    background-color: #0000;
    background-image: none;
    flex-direction: row;
    align-items: center;
  }

  .ffschooldiv.so-container.so {
    background-color: #fff;
    background-image: none;
  }

  .success-msg {
    font-weight: 300;
    line-height: 125%;
  }

  .vertical-sec-div {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .vertical-sec-div.so-container {
    align-items: center;
  }

  .vertical-sec-div.so-container.ffs {
    background-color: #0000;
    background-image: none;
    flex-direction: row;
    align-items: center;
  }

  .vertical-sec-div.so-container.so {
    background-color: #fff;
    background-image: none;
  }

  .paragraph-vertical-div {
    align-items: center;
    width: 50%;
    font-size: 24px;
    display: flex;
  }

  .paragraph-vertical-div.so.ptop.ffs {
    width: 70%;
  }

  .image-57, .image-58 {
    width: 180px;
  }

  .div-block-126 {
    padding-bottom: 40px;
  }

  .heading-21 {
    color: #491a6c;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 125%;
  }

  .div-block-128 {
    width: 100%;
    padding-bottom: 40px;
    font-family: Inter, sans-serif;
    font-size: 48px;
    font-weight: 500;
  }

  .div-block-130 {
    width: auto;
    height: auto;
    display: none;
  }

  .heading-23 {
    font-size: 60px;
  }

  .image-60 {
    width: 200px;
    padding-left: 20px;
  }

  .div-block-132 {
    justify-content: center;
    display: flex;
  }

  .image-61 {
    width: 200px;
    margin-right: 20px;
  }

  .body-7 {
    color: #a678d8;
  }

  .heading-24 {
    justify-content: center;
    font-size: 528px;
    display: flex;
  }

  .heading-30 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 70px;
  }

  .paragraph-25 {
    margin-bottom: 0;
    font-size: 40px;
  }

  .container-firo.logos-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 29px;
  }

  .short-heading {
    font-size: 58px;
  }

  .button-firo.signup {
    margin-left: auto;
  }

  .section-20 {
    display: none;
  }

  .heading-36 {
    color: #000;
  }

  .div-block-147 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-section-firo {
    object-fit: fill;
    margin-top: 0;
  }

  .div-block-161 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .package-details {
    padding-top: 67px;
    padding-bottom: 67px;
  }

  .paragraph-28 {
    font-size: 26px;
    font-weight: 400;
    line-height: 125%;
  }

  .div-block-165 {
    background-image: none;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .image-84 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-86 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-168 {
    justify-content: center;
    display: flex;
  }

  .image-93 {
    flex: none;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-section {
    padding-bottom: 70px;
  }

  .slide-nav-5 {
    margin-top: -98px;
    margin-bottom: -43px;
  }

  .slider-6 {
    background-color: #fff;
  }

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

  .testimonial-wrapper {
    padding-left: 152px;
    padding-right: 152px;
  }

  .yatra_image_1.edu {
    min-height: 309px;
    margin-left: 101px;
  }

  .paragraph-33 {
    padding-top: 8px;
    line-height: 24px;
  }

  .paragraph-33.edu {
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 27px;
    display: block;
  }

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

  .list-8, .list-11, .list-12, .list-13, .list-14 {
    color: #000;
    font-size: 16px;
  }

  .heading-48 {
    font-size: 32px;
  }

  .heading-50, .text-block-68._1, .text-block-68._2, .text-block-68._3 {
    color: #333;
  }

  .cbse---h1 {
    padding-bottom: 0;
  }

  .paragraph-39 {
    max-width: 90%;
  }

  .div-block-199._2 {
    margin-top: 19px;
  }

  .slider-7 {
    height: 600px;
    padding-top: 40px;
  }

  .text-block-70 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-71 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-26 {
    padding: 50px 0;
  }

  .heading-55 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .image-117, .image-118, .image-119, .image-120, .image-121 {
    padding-bottom: 10px;
  }

  .edu-container {
    width: 1406px;
  }

  .gallerywf_58 {
    max-width: 1368px;
    margin-top: 52px;
    font-size: 61px;
  }

  .gallerywf_58.mission {
    margin-top: 37px;
    font-size: 67px;
  }

  .line-1.edu-banner {
    background-color: #9134d8;
    margin-top: 101px;
  }

  .line-1.services {
    height: 484px;
    max-height: 485px;
  }

  .line-1._1 {
    height: 640px;
  }

  .div-block-211.right {
    padding-top: 52px;
  }

  .brand-4 {
    margin-left: -242px;
  }

  .image-127 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-213 {
    margin-bottom: -54px;
  }

  .bold-text-67 {
    object-fit: none;
  }

  .image-134 {
    float: left;
  }

  .div-block-214 {
    justify-content: center;
    margin-top: 77px;
    display: flex;
  }

  .image-135 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bold-text-68 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Inter, sans-serif;
    display: block;
  }

  .text-block-76 {
    text-align: center;
    border: 1px #000;
    border-radius: 20px;
    max-width: 1310px;
    margin: 15px auto 19px;
    font-size: 28px;
    line-height: 34px;
    display: block;
  }

  .div-block-215 {
    padding-top: 26px;
    display: flex;
  }

  .slider-11 {
    width: 1376px;
    height: 389px;
    margin-top: 76px;
  }

  .mask-10 {
    width: 1375px;
  }

  .slide-28 {
    opacity: 0;
  }

  .image-136 {
    width: 353px;
    height: 297px;
  }

  .div-block-216 {
    height: 81%;
    margin-top: 26px;
  }

  .slide-nav-9 {
    max-height: 33px;
    margin-top: 0;
    line-height: 25px;
  }

  .div-block-7 {
    height: 81%;
    margin-top: 27px;
  }

  .section-50 {
    background-color: #007c84;
  }

  .div-block-217 {
    height: 81%;
    margin-top: 27px;
  }

  .image-137 {
    width: 353px;
    height: 297px;
  }

  .slide_4 {
    height: 81%;
    margin-top: 27px;
  }

  .image-138 {
    width: 353px;
    height: 293px;
  }

  .div-block-218 {
    height: 81%;
    margin-top: 27px;
  }

  .image-139, .image-140 {
    width: 353px;
    height: 297px;
  }

  .icon-20 {
    margin-top: 153px;
  }

  .paragraph-42 {
    margin-top: 2px;
  }

  .button-26 {
    width: 401px;
    max-width: 220px;
    height: 44px;
    max-height: 46px;
    font-size: 17px;
  }

  .footer-dark {
    margin-top: -18px;
  }

  .container-42 {
    max-width: 1333px;
  }

  .footer-wrapper {
    width: 1350px;
    max-width: 1390px;
    height: 121px;
  }

  .footer-content {
    width: 683px;
  }

  .footer-block {
    max-width: 678px;
  }

  .title-small {
    font-size: 16px;
    line-height: 25px;
  }

  .container-43 {
    max-width: 1439px;
  }

  .heading-61 {
    margin-top: 57px;
    font-size: 51px;
  }

  .section-51 {
    max-width: 1520px;
    height: 307px;
  }

  .paragraph-44 {
    width: 1384px;
    font-size: 18px;
  }

  .quick-stack-2 {
    width: 1351px;
    max-width: 101%;
  }

  .container-49 {
    max-width: 1440px;
  }

  .section-53 {
    margin-top: 26px;
  }

  .nav-menu-4 {
    max-width: 554px;
    margin-right: -162px;
  }

  .heading-62 {
    font-size: 54px;
    line-height: 55px;
  }

  .container-50 {
    max-width: 1406px;
  }

  .paragraph-45 {
    width: 1360px;
    max-width: 97%;
    font-size: 23px;
  }

  .container-58 {
    max-width: 1428px;
  }

  .container-58._1 {
    max-width: 1434px;
  }

  .button-30._12 {
    margin-top: -67px;
    margin-left: 8px;
  }

  .image-147 {
    width: 1443px;
    max-width: 101%;
  }

  .div-block-221 {
    width: 1460px;
    max-width: 100%;
    height: 527px;
  }

  .section-57 {
    width: 1501px;
    height: 163px;
  }

  .container-55 {
    max-width: 1400px;
  }

  .bold-text-70 {
    line-height: 31px;
  }

  .container-56 {
    max-width: 1381px;
  }

  .container-57 {
    width: 949px;
    max-width: 946px;
  }

  .container-65 {
    max-width: 1438px;
  }

  .text_box._1 {
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .text-block-89 {
    width: 468px;
    max-width: 484px;
  }

  .text-block-89._1 {
    width: 475px;
    max-width: 351px;
  }

  .text-block-90._1 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 25px;
    font-style: normal;
  }

  .text_block3 {
    padding-top: 35px;
    padding-bottom: 34px;
  }

  .text_block3._1, .text_block4._1 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 24px;
  }

  .right-arrow-5 {
    margin-right: -31px;
  }

  .paragraph-46, .paragraph-47 {
    font-family: Inter, sans-serif;
    font-size: 17px;
  }

  .text-block-92 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 25px;
  }

  .container-66 {
    max-width: 1450px;
  }

  .container-67 {
    width: 1295px;
    max-width: 100%;
  }

  .section-60 {
    width: 1450px;
    max-width: 100%;
  }

  .paragraph-49, .paragraph-50 {
    font-size: 17px;
  }

  .container-68 {
    max-width: 1450px;
  }
}

@media screen and (max-width: 991px) {
  .nav01_dropdown_dot {
    display: none;
  }

  .nav01_mobile {
    height: 60px;
    display: flex;
    position: sticky;
  }

  .nav01_links {
    background-color: #fff;
    display: flex;
    box-shadow: 14px 14px 40px #767ead14;
  }

  .nav01_dot_link {
    z-index: 5;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #4f5e78;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    min-height: 42px;
    display: flex;
    position: relative;
  }

  .nav01_dot_link:hover {
    color: #5d3eff;
  }

  .nav01_logo {
    margin-right: 0;
  }

  .nav01 {
    display: none;
  }

  .nav01_button {
    display: flex;
  }

  .nav01_burger {
    border-radius: 100px;
  }

  .nav01_burger.w--open {
    color: #000;
    background-color: #c8c8c814;
    border-radius: 50px;
  }

  .nav01_line {
    display: none;
  }

  .nav01_link {
    text-align: right;
    flex: 0 auto;
    width: 100%;
    min-height: 45px;
    padding-left: 60px;
    padding-right: 60px;
    transition: opacity .3s;
  }

  .nav01_link:hover {
    background-color: #cbdde612;
  }

  .freadom_edu-image {
    margin-right: 0;
  }

  .landing_02 {
    background-image: url('../images/hero-wave_03.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 50vw;
    background-attachment: scroll;
    align-items: center;
    min-height: auto;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 0;
    position: relative;
  }

  .h14_container {
    justify-content: space-between;
  }

  .h14_block {
    justify-content: flex-start;
  }

  .h14_title {
    font-size: 22px;
  }

  .h14_text {
    font-size: 18px;
  }

  .h14_text.icon-text {
    text-align: center;
    align-self: center;
    font-size: 16px;
    line-height: 22px;
  }

  .h14_image {
    align-self: center;
    max-width: 100%;
  }

  .c05_button {
    position: relative;
  }

  .c05_container {
    padding: 30px;
  }

  .main_paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .c05_h3 {
    font-size: 44px;
    line-height: 120%;
  }

  .c05_focus {
    font-size: 44px;
  }

  .what_freadom {
    margin-top: 0;
  }

  .c05_button_link {
    position: absolute;
    inset: 0%;
  }

  .h14_block_02 {
    justify-content: flex-start;
    width: 40%;
    min-height: auto;
  }

  .c02_image {
    flex: 0 auto;
    align-self: flex-start;
    max-width: 60%;
  }

  .c02_block_image {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .c02_block {
    width: 100%;
    margin-bottom: 10px;
  }

  .c02_container, .div-block-5 {
    flex-direction: column;
  }

  .c06_container {
    align-self: center;
    align-items: flex-start;
  }

  .c06_h3 {
    flex: 0 auto;
    align-self: flex-start;
    margin-bottom: 20px;
  }

  .rubik_feature {
    font-size: 26px;
  }

  .div-block-11 {
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin-left: 7%;
    margin-right: 7%;
  }

  .div-block-12 {
    align-items: flex-start;
    max-width: none;
    margin-bottom: 40px;
  }

  .image-6 {
    max-width: 90%;
  }

  .div-block-13 {
    margin-bottom: 10px;
  }

  .testimonial_parent_of {
    margin-top: 10px;
  }

  .testimonial-block {
    margin-bottom: 20px;
  }

  .div-block-14 {
    margin-left: 30px;
    margin-right: 30px;
    padding: 40px;
  }

  .f01_column {
    padding-left: 0;
  }

  .f01_social_circle {
    margin-right: 0;
  }

  .f01_title {
    align-self: center;
    margin-bottom: 0;
  }

  .f01_columns {
    display: none;
  }

  .f01_columns.mobile {
    display: block;
  }

  .f01_cta_text {
    font-size: 16px;
  }

  .f01_social_circle_c {
    margin-right: 0;
  }

  .f01 {
    margin-top: 60px;
  }

  .f01_social_wrap, .div-block-15 {
    align-self: center;
  }

  .div-block-17 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .tab_feature {
    margin-bottom: 40px;
  }

  .f01_columns-mobile {
    display: flex;
  }

  .f01_columns-mobile.mobile {
    display: block;
  }

  .f01_columns-mobile-smaller {
    display: flex;
  }

  .f01_columns-mobile-smaller.mobile, .div-block-18 {
    display: block;
  }

  .f01_cta_text-link {
    font-size: 16px;
  }

  .link-block-2 {
    margin-bottom: 10px;
  }

  .f01_cta_text-phone {
    font-size: 16px;
  }

  .link-block-3, .link-block-4, .link-block-6 {
    margin-right: 10px;
  }

  .c05_h3-centre {
    font-size: 40px;
    line-height: 120%;
  }

  .testimonial-block-temp {
    margin-bottom: 20px;
  }

  .f01_link-terms, .f01_link-terms.w--current {
    text-align: left;
  }

  .div-block-20 {
    margin-top: 120px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .header-terms {
    font-size: 18px;
    line-height: 26px;
  }

  .link-block-8 {
    justify-content: flex-end;
    padding-top: 0;
  }

  .link-block-9 {
    justify-content: flex-start;
  }

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

  .button-2 {
    background-color: var(--midnight-blue);
  }

  .list-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 140px;
    padding-right: 120px;
    display: inline-block;
  }

  .container-3 {
    max-width: 60%;
    max-height: none;
  }

  .main_paragraph-02 {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 18px;
    line-height: 26px;
  }

  .p04_pricing_card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p04_column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .p03_h3 {
    line-height: 1.1;
  }

  .p04_icon {
    margin-bottom: 10px;
  }

  .p04 {
    margin-top: 10%;
  }

  .c06_h3-2 {
    font-size: 44px;
  }

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

  .c01_block, .c01_block-2, .c01_block-3 {
    width: 100%;
    padding-right: 15px;
  }

  .p07_block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p07_container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .p07_icon {
    margin-bottom: 10px;
  }

  .p07_h3_white {
    text-align: center;
  }

  .p07_column {
    width: 30%;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }

  .p07_text {
    margin-bottom: 20px;
  }

  .p07_button, .p07_button_white {
    margin-left: auto;
    margin-right: auto;
  }

  .p07_block_03 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p07_block_02 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .p07_check_wrap-copy {
    height: auto;
  }

  .p07_icon-copy {
    margin-bottom: 36px;
  }

  .p07_column-copy {
    padding-left: 5px;
    padding-right: 5px;
  }

  .p07_column-copy-2 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-25 {
    width: 25%;
    display: none;
  }

  .t05_col_3 {
    border-top-style: none;
    border-left-color: #ebecf0;
    border-radius: 0 0 10px 10px;
    width: 100%;
    min-height: 300px;
  }

  .t05_col_1 {
    border-bottom-style: none;
    border-right: 1px solid #ebecf0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    width: 100%;
    min-height: 300px;
  }

  .t05_col_2 {
    width: 100%;
    min-height: 300px;
  }

  .t05_testimoninal_wrap {
    flex-wrap: wrap;
  }

  .button-3 {
    font-size: 22px;
  }

  .text-span-2, .text-span-3 {
    font-size: 44px;
  }

  .f_title, .read_title, .om_title {
    font-size: 48px;
  }

  .cta06_container {
    width: 105%;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .cta06_column {
    margin-left: 0;
    margin-right: 0;
  }

  .landing_03 {
    background-image: url('../images/hero-wave_03.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 50vw;
    background-attachment: scroll;
    align-items: flex-start;
    min-height: auto;
    margin-top: 0;
    padding-top: 150px;
  }

  .main_paragraph-simple {
    font-size: 18px;
    line-height: 26px;
  }

  .fe08_card {
    width: 50%;
  }

  .fe08_icon-copy {
    width: 48px;
  }

  .feature-description {
    font-size: 16px;
  }

  .main_paragraph-simple-02 {
    font-size: 18px;
    line-height: 26px;
  }

  .cl02 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .t05_col_1_02 {
    border-bottom-style: none;
    border-right: 1px solid #ebecf0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    width: 100%;
    min-height: 300px;
  }

  .h14_container_02 {
    justify-content: space-between;
    margin-top: 5%;
  }

  .why-reading-block {
    margin-bottom: 40px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .te01_name, .te01_job_title {
    text-align: center;
  }

  .te01_card {
    width: 49%;
    margin-bottom: 15px;
  }

  .div-block-26 {
    min-width: auto;
    max-width: none;
  }

  .poem {
    min-width: auto;
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 18px;
    line-height: 26px;
  }

  .landing_02-about-us {
    background-image: url('../images/hero-wave_03.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 50vw;
    background-attachment: scroll;
    align-items: flex-start;
    min-height: auto;
    margin-top: 0;
    padding-top: 150px;
  }

  .div-block-27 {
    object-fit: fill;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .main_paragraph-03 {
    font-size: 18px;
    line-height: 26px;
  }

  .h14_block_02-copy {
    justify-content: flex-start;
    width: 40%;
    min-height: auto;
  }

  .c05_h3-copy {
    font-size: 44px;
    line-height: 120%;
  }

  .h04_h1 {
    text-align: center;
  }

  .h04_img {
    max-width: 70%;
  }

  .h04_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .h04_block {
    align-items: center;
    width: 100%;
    min-height: auto;
  }

  .h04_paragraph {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .h04 {
    background-image: none;
    align-items: flex-start;
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c05_container-copy {
    padding: 30px;
  }

  .landing_03-copy {
    background-image: url('../images/hero-wave_03.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 50vw;
    background-attachment: scroll;
    align-items: flex-start;
    min-height: auto;
    margin-top: 0;
    padding-top: 100px;
  }

  .h14_container-copy {
    justify-content: space-between;
  }

  .cta06_h3-copy {
    text-align: left;
    font-size: 28px;
  }

  .main_paragraph-02-copy {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 18px;
    line-height: 26px;
  }

  .nav01_link-hide {
    text-align: right;
    flex: 0 auto;
    width: 100%;
    min-height: 45px;
    padding-left: 60px;
    padding-right: 60px;
    transition: opacity .3s;
  }

  .nav01_link-hide:hover {
    background-color: #cbdde612;
  }

  .nav01_link-hide-02 {
    text-align: right;
    flex: 0 auto;
    width: 100%;
    min-height: 45px;
    padding-left: 60px;
    padding-right: 60px;
    transition: opacity .3s;
    display: none;
  }

  .nav01_link-hide-02:hover {
    background-color: #cbdde612;
  }

  .c05_h3-centre-02 {
    font-size: 40px;
    line-height: 120%;
  }

  .c06_h3-3 {
    font-size: 44px;
  }

  .main_paragraph-simple-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .c06_h3-4 {
    font-size: 44px;
  }

  .fe08_icon-copy-2 {
    width: 48px;
  }

  .main_paragraph-04 {
    font-size: 18px;
    line-height: 26px;
  }

  .p03_h3-2 {
    line-height: 1.1;
  }

  .c06_h3-2-copy, .c06_h3-2-copy-2 {
    font-size: 44px;
  }

  .f_title-copy, .read_title-copy, .om_title-copy {
    font-size: 48px;
  }

  .p07_container-old {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .t05_col_1-copy {
    border-bottom-style: none;
    border-right: 1px solid #ebecf0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    width: 100%;
    min-height: 300px;
  }

  .t05_col_2-copy {
    width: 100%;
    min-height: 300px;
  }

  .p04_column-02 {
    margin-bottom: 3%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .p04_pricing_card-02 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p04-hide {
    margin-top: 10%;
  }

  .text-span-18, .text-span-19 {
    color: #fff;
  }

  .navbar {
    z-index: 5;
    background-color: #fff;
    width: 100%;
    display: flex;
  }

  .navigation-right {
    flex-direction: row-reverse;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
  }

  .icon {
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-right: 0;
    box-shadow: 0 50px 80px -30px #35344833;
  }

  .nav-link {
    padding: 25px 6px;
    font-size: 15px;
  }

  .review-wrap {
    align-items: center;
  }

  .hero-content {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 730px;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 18px;
  }

  .button-wrapper {
    align-items: center;
  }

  .button-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-flex {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .heropurple {
    width: 60vw;
    font-size: 24px;
    line-height: 125%;
  }

  .header {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .title_head {
    font-size: 32px;
  }

  .hero-image-wrap {
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }

  .line-column {
    flex-direction: column;
    padding-bottom: 0;
  }

  .line {
    border-style: none dashed none none;
    width: 1px;
    height: 100%;
    min-height: 100px;
  }

  .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .works-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .navigation-about {
    width: 100%;
    max-width: 100%;
    padding: 0 0 25px;
  }

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

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

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

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

  .navigation-items-about {
    background-color: #fff;
    flex: 1;
    max-width: 100%;
  }

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

  .menu-button {
    padding: 0;
  }

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

  .menu-icon {
    margin-right: 44px;
    display: block;
  }

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

  .container-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .image-17 {
    margin-top: -24px;
  }

  .f01_column-2 {
    padding-left: 0;
  }

  .intro-content {
    align-self: flex-start;
    width: 100%;
  }

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

  .paragraph-2 {
    width: 320px;
    margin-top: 0;
    font-size: 24px;
  }

  .card {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 85%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: visible;
  }

  .carousel-mask {
    width: 52%;
  }

  .f01_link-terms-2, .f01_link-terms-2.w--current {
    text-align: left;
  }

  .card-body {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-1 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 24px;
  }

  .para {
    color: #491a6c;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    font-size: 34px;
    overflow: hidden;
  }

  .heading-jumbo-anything {
    margin-top: 0;
    font-size: 46px;
    line-height: 70px;
  }

  .who-is-it-for-white {
    justify-content: flex-start;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .paragraph-ganesh {
    width: 100%;
    margin-top: 0;
    font-size: 24px;
  }

  .f01_social_wrap-2 {
    align-self: center;
  }

  .block-header {
    margin-top: 20px;
    margin-bottom: 32px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
  }

  .paragraph-bigger {
    color: #491a6c;
    width: 80%;
    margin-top: 0;
    padding-left: 10px;
    font-size: 20px;
  }

  .paragraph-bigger.so {
    width: 100%;
    line-height: 125%;
  }

  .paragraph-bigger.so.ptop {
    font-size: 16px;
  }

  .paragraph-bigger.head {
    width: 100%;
    line-height: 125%;
  }

  .paragraph-bigger.small {
    width: 100%;
  }

  .text-block-3 {
    color: #000;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
  }

  .card-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 85%;
    display: flex;
    overflow: visible;
  }

  .card-para {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 30vh;
    margin-top: -12px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    display: flex;
  }

  .container-7 {
    margin-top: 20px;
    margin-bottom: 8vh;
  }

  .registration-open {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 24px;
  }

  .intro-header {
    background-position: 10%;
    padding-bottom: 12%;
  }

  .section-10.is_full {
    height: 860px;
    margin-top: 0;
  }

  .paragraph-bigger-copy {
    color: #000;
    width: 80%;
    margin-top: 0;
    padding-left: 10px;
    font-family: Inter, sans-serif;
    font-size: 26px;
  }

  .sidetextheader-1.heading-jumbo {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .image-home {
    width: 30%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-5 {
    grid-template: "Area"
    / .25fr 1fr;
    justify-items: center;
  }

  .div-block-40 {
    background-position: 80% 40%;
    background-size: 600px;
  }

  .f01_columns-2 {
    display: none;
  }

  .button-5 {
    justify-content: center;
  }

  .button-5.banner-button {
    color: #9134d8;
    letter-spacing: 1px;
    text-transform: capitalize;
    background-color: #ffd600;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 12px 20px;
    font-family: Inter, sans-serif;
    font-size: 26px;
    font-weight: 600;
  }

  .button-5.cc-white-button {
    width: 40%;
    padding-left: 0;
    padding-right: 0;
  }

  .button-5.waitlist, .button-5.banner-button {
    color: #9134d8;
    letter-spacing: 1px;
    text-transform: capitalize;
    background-color: #ffd600;
    width: auto;
    margin-top: 8px;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 12px 20px;
    font-family: Open Sans, sans-serif;
    font-size: 26px;
    font-weight: 700;
  }

  .banner-home {
    font-size: 48px;
  }

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

  .bold-text-10 {
    color: #9134d8;
    font-family: Open Sans, sans-serif;
    font-size: 23px;
  }

  .div-block-42 {
    background-image: linear-gradient(45deg, #9134d8, #ff3c84 0%, #491a6c 75%);
    height: auto;
  }

  .carousel.is_contained {
    height: 700px;
    padding-bottom: 25px;
  }

  .intro-text {
    width: 100%;
  }

  .course-card-header {
    direction: ltr;
    white-space: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    font-size: 24px;
    display: flex;
    overflow: visible;
  }

  .intro-content-copy-colour {
    align-self: center;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-right: 0;
    display: block;
  }

  .f01-2 {
    margin-top: 60px;
    padding-top: 29px;
  }

  .form-header {
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
    line-height: 150%;
  }

  .paragraph-bigger-courses {
    color: #000;
    width: 100%;
    margin-top: 0;
    padding-top: 0%;
    padding-left: 0;
    font-family: Inter, sans-serif;
    font-size: 32px;
    font-weight: 700;
  }

  .text-block-8-copy {
    color: #000;
    width: 90%;
    padding-top: 0%;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 18px;
  }

  .banner {
    font-size: 32px;
  }

  .desc-child-get-right {
    color: #9134d8;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 600;
  }

  .c-faq {
    width: 90%;
    max-width: 100%;
  }

  .div-block-44 {
    width: 85%;
  }

  .bannerkid {
    font-size: 42px;
  }

  .image-18 {
    object-fit: cover;
    height: auto;
    margin-top: 0;
  }

  .image-about {
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-3-about {
    color: #491a6c;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
  }

  .grid-3-about {
    grid-template: "Area"
    / .25fr 1fr;
    justify-items: center;
  }

  .text-block-5 {
    font-family: Inter, sans-serif;
    font-size: 28px;
  }

  .select-field {
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .text-block-8 {
    width: 100%;
    padding-top: 4%;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 18px;
  }

  .image-19 {
    width: 45%;
  }

  .heading-7 {
    font-family: Inter, sans-serif;
    font-size: 48px;
  }

  .bold-text-about {
    color: #9134d8;
    font-family: Open Sans, sans-serif;
    font-size: 24px;
  }

  .form {
    width: 75%;
  }

  .text-field-5 {
    font-family: Inter, sans-serif;
  }

  .grid-child-get-2 {
    grid-column-gap: 8px;
    grid-template: "Area"
    / 1.75fr 1fr;
    justify-items: center;
  }

  .faq-q-text {
    color: #000;
    text-align: left;
  }

  .text-field-3 {
    font-family: Inter, sans-serif;
  }

  .div-block-33 {
    font-family: Inter, sans-serif;
    font-size: 48px;
  }

  .div-block-37 {
    align-items: center;
    display: flex;
  }

  .div-block-35 {
    width: 100%;
    height: auto;
    display: flex;
    overflow: visible;
  }

  .img-child-get-left {
    object-fit: none;
    overflow: visible;
  }

  .who-is-it-for-colour {
    background-image: linear-gradient(to right, #ffa69e, #9134d8);
    justify-content: flex-start;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .div-block-36 {
    align-items: center;
    display: flex;
  }

  .intro-header-2 {
    height: auto;
  }

  .submit-button {
    width: auto;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
  }

  .image-20 {
    width: 45%;
    margin-left: 10px;
  }

  .list-3 {
    padding-left: 10%;
    font-family: Inter, sans-serif;
    font-size: 16px;
  }

  .text-field-6 {
    font-family: Inter, sans-serif;
  }

  .div-block-49 {
    height: 60vh;
    padding-top: 0;
  }

  .image-21 {
    width: 45%;
  }

  .text-block-banner {
    text-align: left;
    padding-left: 10%;
    font-family: Inter, sans-serif;
    font-size: 24px;
  }

  .paragraph-bigger-copy-copy {
    color: #000;
    width: 100%;
    margin-top: 0;
    padding-left: 10px;
    font-size: 48px;
  }

  .whofortext1 {
    color: #000;
    width: 80%;
    margin-top: 0;
    padding-left: 10px;
    font-size: 32px;
  }

  .rectangle-line {
    background-color: #ffa69e;
    background-image: none;
    width: 100%;
    height: 4px;
  }

  .overflow-imgae-div {
    height: 100%;
  }

  .text-block-3-header {
    color: #9134d8;
    text-align: left;
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 150%;
  }

  .whofordescpkt {
    color: #000;
    width: 80%;
    margin-top: 0;
    padding-left: 10px;
    font-family: Inter, sans-serif;
    font-size: 26px;
  }

  .pay-now-banner {
    background-image: linear-gradient(13deg, #9134d8, #9134d8 0%, #172368);
    width: 708px;
    height: auto;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .navigation-items-kt-pay {
    background-color: #fff;
    flex-direction: row;
  }

  .div-block-51 {
    padding-top: 119px;
    padding-bottom: 0;
  }

  .div-block-52 {
    width: 55%;
    padding-left: 4%;
  }

  .div-block-53 {
    width: 50%;
  }

  .text-block-9 {
    font-size: 24px;
  }

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

  .div-block-54 {
    width: 82%;
    height: 92%;
    max-height: 100%;
    padding-bottom: 14px;
  }

  .div-block-54.sop01 {
    height: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation-about-kt-pay {
    padding: 25px 30px;
  }

  .text-field-7, .text-field-8, .text-field-9, .text-field-10 {
    width: 90%;
    font-size: 12px;
  }

  .select-field-2-kt {
    width: 90%;
  }

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

  .form-block-3 {
    margin-top: 0;
  }

  .heading-jumbo-kt {
    margin-top: 0;
    font-size: 46px;
    line-height: 70px;
  }

  .list-4 {
    width: 100%;
    font-size: 24px;
  }

  .logo-image-uni {
    margin-left: 13px;
  }

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

  .logo-link-kt-pay.w--current {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-image-kt-pay {
    width: 50%;
  }

  .div-block-54-payresponse {
    width: 100%;
  }

  .div-block-55 {
    background-image: linear-gradient(13deg, #ff3c84, #ff3c84 0%, #491a6c);
    height: auto;
  }

  .banner-home-2 {
    font-size: 48px;
  }

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

  .paragraph-3 {
    width: 320px;
    margin-top: -15px;
    font-size: 24px;
  }

  .card-3 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 85%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: visible;
  }

  .card-body-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-4 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 24px;
  }

  .paragraph-ganesh-2 {
    width: 320px;
    margin-top: -15px;
    font-size: 24px;
  }

  .block-header-2 {
    margin-top: 20px;
    margin-bottom: 32px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
  }

  .card-4 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 85%;
    display: flex;
    overflow: visible;
  }

  .card-para-2 {
    flex-direction: column;
    align-items: center;
    width: 95%;
    margin-top: -12px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    display: flex;
  }

  .course-card-header-2 {
    direction: ltr;
    white-space: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: -12px;
    font-size: 24px;
    display: flex;
    overflow: visible;
  }

  .example-text {
    color: #491a6c;
    width: 80%;
    margin-top: 0;
    padding-left: 10px;
    font-size: 20px;
  }

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

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

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

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

  .paragraph-9 {
    width: 100%;
    margin-top: 0;
    font-size: 28px;
    line-height: 30px;
  }

  .heading-12 {
    margin-top: 20px;
    font-size: 39px;
    line-height: 51px;
  }

  .div-block-56 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
    overflow: visible;
  }

  .bold-text-26 {
    padding-left: 0%;
    font-size: 24px;
    line-height: 125%;
    display: block;
  }

  .div-block-62 {
    grid-column-gap: 38px;
    grid-template-rows: auto;
    grid-template-areas: ". Area"
                         "Area-2 .";
    justify-items: stretch;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-22 {
    object-fit: cover;
    width: 50%;
    height: auto;
    margin-top: 16px;
    margin-left: 25px;
  }

  .div-block-53-cop-copy {
    margin-top: 48px;
  }

  .text-block-24 {
    font-size: 17px;
    line-height: 23px;
  }

  .bold-text-23 {
    font-size: 35px;
    line-height: 53px;
  }

  .div-block-63 {
    width: auto;
    height: 46%;
  }

  .faq-q-text-2 {
    color: #000;
    text-align: left;
    font-size: 14px;
  }

  .bold-text-27 {
    text-align: center;
    width: 107px;
    min-width: 0;
    font-size: 19px;
    display: inline-block;
  }

  .div-block-70 {
    width: auto;
    height: auto;
  }

  .heading-10 {
    height: auto;
    margin-top: -5%;
  }

  .div-block-68 {
    width: 300px;
    margin-top: 0;
    margin-left: 0;
  }

  .bold-text-28 {
    width: 113px;
    font-size: 19px;
    display: block;
  }

  .heading-11 {
    width: auto;
    font-size: 20px;
    line-height: 29px;
  }

  .image-about-2 {
    width: 90%;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-item-5 {
    font-size: 10px;
  }

  .bold-text-29 {
    font-size: 25px;
  }

  .paragraph-7 {
    height: 100%;
    margin-right: 44px;
    font-size: 14px;
  }

  .div-block-71 {
    align-items: center;
    display: flex;
  }

  .faq-a-text-2 {
    font-size: 12px;
  }

  .image-23 {
    width: 400px;
    margin-top: 0;
  }

  .button-copy-copy {
    justify-content: center;
  }

  .button-copy-copy.joinwaitlist-copy {
    width: 157px;
    margin-top: 35px;
    padding-left: 22px;
    font-size: 20px;
  }

  .f01_cta_text-2 {
    font-size: 16px;
  }

  .text-block-22 {
    margin-top: 16px;
    font-size: 23px;
  }

  .slide {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-19.sunset {
    line-height: 50px;
  }

  .text-span-47 {
    margin-top: -30px;
    padding-left: 0%;
    font-size: 18px;
    line-height: 125%;
    display: block;
  }

  .image-24 {
    height: 550px;
  }

  .form-block-4 {
    height: auto;
    margin-top: 38px;
    margin-bottom: 98px;
  }

  .slider {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-72 {
    width: auto;
  }

  .div-block-57 {
    margin-top: 0;
  }

  .div-block-64 {
    align-self: center;
    width: 50%;
    margin-top: 0;
  }

  .container-9 {
    max-width: 600px;
  }

  .list-5 {
    padding-left: 13px;
    font-size: 10px;
    line-height: 15px;
  }

  .f01-3 {
    margin-top: -13px;
    padding-top: 25px;
  }

  .bold-text-21 {
    height: auto;
    font-size: 31px;
  }

  .bold-text-20 {
    font-size: 32px;
    line-height: 125%;
  }

  .div-block-65 {
    width: auto;
    height: 300px;
  }

  .div-block-61 {
    width: 100%;
    height: auto;
    margin-top: 5%;
  }

  .html-embed {
    height: 10px;
  }

  .banner-2 {
    font-size: 26px;
    line-height: 131%;
  }

  .select-field-3 {
    font-weight: 600;
  }

  .submit-button-3 {
    width: auto;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
  }

  .paragraph-8 {
    margin-top: 0;
    font-size: 17px;
    line-height: 125%;
  }

  .div-block-74 {
    height: auto;
    margin-top: 20px;
  }

  .form-header-2 {
    color: #000;
    margin-top: 20px;
    margin-bottom: 32px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
    line-height: 150%;
  }

  .image-26 {
    width: 25%;
    height: 25%;
  }

  .text-span-36 {
    margin-top: 0;
    font-size: 12px;
    line-height: 19px;
  }

  .div-block-75 {
    flex-direction: row;
    width: auto;
    height: 300px;
    padding-top: 0;
  }

  .div-block-63-copy {
    flex-direction: row;
    justify-content: center;
    width: auto;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .button-copy {
    justify-content: center;
  }

  .button-copy.joinwaitlist-copy {
    width: 150px;
    margin-top: 10px;
    padding-left: 22px;
    font-size: 20px;
  }

  .div-block-76 {
    background-image: linear-gradient(174deg, #ff3c84, #491a6c 0%, #ff3c84);
    height: auto;
  }

  .div-block-77 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-80 {
    padding-right: 0%;
  }

  .slider-3 {
    height: 400px;
  }

  .slide-6 {
    background-position: 50%;
  }

  .slide-7 {
    background-position: 50% 0;
    height: 380px;
  }

  .slide-9 {
    background-position: 50%;
  }

  .slide-10 {
    background-position: 50%, 0 0;
  }

  .slide-11 {
    background-position: 50%;
  }

  .div-block-84 {
    width: 600px;
  }

  .slide-14, .slide-16, .slide-17, .slide-18 {
    background-position: 47.5%;
  }

  .event-banner {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .upcoming-event {
    font-size: 32px;
  }

  .event-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .event-banner-image {
    width: 74%;
    margin-top: -19px;
    margin-bottom: 35px;
  }

  .lp3_lead_form_button1_disabled {
    color: #4c1a7366;
    background-color: #fff;
    border: 2px solid #4c1a7366;
    border-radius: 16px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    transition: color .2s, background-color .2s;
  }

  .lp3_lead_form_button1_disabled:hover {
    color: #4c1a7366;
    background-color: #fff;
  }

  .checkbox {
    margin-left: -25px;
  }

  .lp3_lead_form_label1_otp {
    font-size: 12px;
  }

  .lp3_lead_form_small_text {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
  }

  .lp3_lead_form_button1 {
    color: #4c1a73;
    background-color: #fff;
    border: 2px solid #4c1a73;
    border-radius: 16px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    transition: color .2s, background-color .2s;
  }

  .lp3_lead_form_button1:hover {
    color: #fff;
    background-color: #4c1a73;
  }

  .lp3_lead_form_input1 {
    text-align: left;
    margin-top: 4px;
  }

  .lp3_lead_form_title {
    font-size: 20px;
    line-height: 24px;
  }

  .lp3_lead_form_button3_disabled {
    color: #fff6;
    background-color: #4c1a7366;
    border: 2px solid #4c1a7366;
    border-radius: 16px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
  }

  .lp3_lead_form_button3_disabled:hover {
    color: #fff6;
    background-color: #4c1a7366;
  }

  .lp3_lead_form_label1 {
    font-size: 12px;
  }

  .lp3_lead_form_block2 {
    padding-right: 10px;
  }

  .checkbox-field {
    padding-left: 25px;
  }

  .lp3_lead_form_button3 {
    color: #fff;
    background-color: #4c1a73;
    border: 2px solid #4c1a73;
    border-radius: 16px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    transition: color .2s, background-color .2s;
  }

  .lp3_lead_form_button3:hover {
    color: #4c1a73;
    background-color: #fff;
  }

  .lp3_lead_form_input2 {
    text-align: left;
    width: 50%;
    margin-top: 4px;
  }

  .lp3_hero_block_img2 {
    width: 100%;
    height: auto;
  }

  .lp3_hero_block_img {
    width: 50px;
    height: 50px;
  }

  .flive_hero_right_column {
    padding-left: 20px;
    padding-right: 0;
  }

  .lp3_para3 {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
  }

  .lp3_hero_left_column {
    padding-right: 10px;
  }

  .lp3_hero_block_left_div2 {
    width: 40%;
    max-width: 100px;
    margin-right: 10px;
    padding-top: 4px;
  }

  .lp3_hero_title {
    font-size: 44px;
    line-height: 50px;
  }

  .lp3_hero_block_left_div {
    width: 20%;
    padding-top: 4px;
  }

  .menu-button-3 {
    margin-top: 12px;
  }

  .menu-button-3.w--open {
    color: #333;
    background-color: #0000;
    border-radius: 10px;
  }

  .lp3_header_button {
    color: #fff;
    background-color: #4c1a73;
    border: 2px solid #4c1a73;
    border-radius: 16px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    transition: color .2s, background-color .2s;
    display: inline-block;
  }

  .lp3_header_button:hover {
    color: #4c1a73;
    background-color: #fff;
  }

  .nav-menu-2 {
    clear: both;
    text-align: left;
    background-color: #fff;
    border: 1px #000;
    border-radius: 0 0 0 15px;
    width: 50%;
    padding: 10px 20px 20px 10px;
    position: absolute;
    inset: 0% 0% auto auto;
    box-shadow: 0 0 20px 4px #00000012;
  }

  .lp3_section_button_white {
    color: #4c1a73;
    background-color: #fff;
    border: 2px solid #4c1a73;
    border-radius: 16px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    transition: color .2s, background-color .2s;
  }

  .lp3_section_button_white:hover {
    color: #fff;
    background-color: #4c1a73;
  }

  .lp3_coumns_img {
    padding-left: 10px;
    overflow: visible;
  }

  .lp3_para4 {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .lp3_section_subheader {
    margin-top: 12px;
    font-size: 18px;
    line-height: 24px;
  }

  .lp3_section_header {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 42px;
  }

  .lp3_columns_txt {
    padding-left: 0;
  }

  .lp3_columns_text-img {
    padding-left: 0;
    padding-right: 0;
  }

  .lp3_section_white {
    padding-top: 100px;
  }

  .lp3_section_peach {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column-21 {
    align-items: center;
  }

  .text-block-13 {
    flex: 0 auto;
    font-size: 40px;
    line-height: 48px;
  }

  .lp3_column_right_text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lp3_para5 {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .lp3_para6 {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
  }

  .lp3_logo_footer {
    text-align: left;
    max-width: none;
    height: auto;
  }

  .lp3_footer_block {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .lp3_footer_social_icons {
    width: 30px;
  }

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

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

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

  .div-block-86 {
    background-size: cover;
    width: 50%;
    height: auto;
    margin-left: 19px;
  }

  .container-13 {
    max-width: 100%;
    height: auto;
  }

  .columns {
    order: 1;
    max-width: 77%;
    margin-top: -38px;
    padding-top: 0;
    display: flex;
  }

  .div-block-87 {
    margin-top: -51px;
    margin-left: 0;
  }

  .column {
    margin-top: -83px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-33 {
    text-align: center;
    margin-top: 250px;
    font-size: 14px;
  }

  .heading-15 {
    font-size: 12px;
    line-height: 17px;
  }

  .container-14 {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .text-block-34 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 9px;
  }

  .text-span-59 {
    font-size: 15px;
    line-height: 22px;
  }

  .text-block-2-copy {
    margin-top: 19px;
    font-size: 21px;
  }

  .button-8 {
    border-radius: 10px;
    width: 134px;
    height: 39px;
    margin-top: 10px;
    padding-top: 8px;
    font-size: 16px;
  }

  .button-8:hover {
    padding-top: 3px;
    font-size: 15px;
  }

  .container-15 {
    max-width: 100%;
    height: auto;
    margin-top: -57px;
  }

  .div-block-90 {
    height: auto;
    padding-top: 19px;
  }

  .heading-copy-copy-copy {
    margin-top: 13px;
    font-size: 36px;
  }

  .div-block-91 {
    grid-column-gap: 0px;
    width: 100%;
    height: auto;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
  }

  .paragraph-12 {
    max-width: 81%;
    margin-top: 0;
    font-size: 19px;
    line-height: 26px;
  }

  .container-4-copy-copy {
    max-width: 100%;
    height: auto;
    margin-top: 29px;
    padding-left: 27px;
  }

  .div-block-8 {
    width: 106%;
    height: 500px;
    padding-left: 0;
  }

  .studio-features {
    max-width: 100%;
    height: auto;
  }

  .heading-copy {
    margin-top: 35px;
    font-size: 36px;
  }

  .paragraph-2-copy {
    max-width: 88%;
    margin-top: 6px;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-13 {
    width: 82%;
    margin-left: 0;
    font-size: 11px;
    line-height: 15px;
  }

  .container-16 {
    max-width: 100%;
    height: auto;
  }

  .div-block-9-copy {
    height: 220px;
  }

  .heading-16 {
    margin-top: 13px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 8px;
    font-size: 17px;
    line-height: 22px;
  }

  .div-block-92 {
    height: 220px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3-copy {
    margin-left: 22px;
    font-size: 11px;
    line-height: 15px;
  }

  .div-block-9-copy-copy {
    width: 90%;
    height: 144px;
  }

  .studio-features-copy {
    margin-top: -6px;
  }

  .heading-copy-copy-copy-copy {
    font-size: 28px;
  }

  .paragraph-2-copy-copy {
    margin-top: 10px;
    font-size: 19px;
    line-height: 27px;
  }

  .text-block-2-copy-copy-copy {
    font-size: 17px;
  }

  .containy {
    height: auto;
    max-height: none;
    margin-top: 38px;
  }

  .heading-copy-copy-copy-copy-2 {
    margin-top: 0;
    font-size: 27px;
  }

  .image-33 {
    width: 100%;
  }

  .container-3-copy-copy {
    max-width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-copy-copy-copy-copy-copy {
    padding-top: 10px;
    font-size: 19px;
    line-height: 26px;
  }

  .text-block-2-copy-copy-copy-2 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 27px;
  }

  .form-comic-studio {
    height: auto;
    margin-top: 38px;
    margin-bottom: 98px;
  }

  .bold-text-21-copy {
    height: auto;
    font-size: 31px;
  }

  .submit-button-copy {
    width: auto;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
  }

  .f01-3-copy, .f01-3-copy-copy, .f01-3-copy-copy {
    margin-top: -13px;
    padding-top: 25px;
  }

  .div-block-93 {
    padding-bottom: 20px;
  }

  .div-block-93.so-container {
    align-items: center;
    width: 90%;
  }

  .div-block-94 {
    width: 46%;
    padding-left: 8px;
  }

  .div-block-94.so1 {
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
  }

  .text-block-35 {
    padding-top: 0;
  }

  .list-6 {
    font-size: 13px;
  }

  .container-18 {
    max-width: 100%;
  }

  .gradient-header {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 93%;
    max-height: none;
    margin-top: 0;
    margin-left: 25px;
    padding-left: 0;
    display: block;
  }

  .div-block-95 {
    margin-top: -124px;
    padding-left: 105px;
  }

  .div-block-96 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    display: block;
  }

  .columns-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    display: flex;
  }

  .bold-text-45 {
    align-self: center;
    width: 83%;
    max-width: 100%;
  }

  .container-19 {
    max-width: 100%;
  }

  .text-block-36 {
    font-size: 26px;
  }

  .text-block-2-copy-copy {
    margin-top: 19px;
    font-size: 19px;
  }

  .button-2-copy {
    width: 32%;
  }

  .bold-text-21-copy-copy {
    height: auto;
    font-size: 31px;
  }

  .form-em {
    width: 75%;
  }

  .submit-button-copy-copy {
    width: auto;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
  }

  .container-3-copy {
    max-width: 100%;
    margin-top: 48px;
  }

  .div-block-98 {
    flex-direction: column;
    padding-bottom: 29px;
  }

  .div-block-99 {
    width: 69%;
    display: flex;
  }

  .image-36 {
    text-align: center;
    width: 64%;
    margin-left: 0;
    display: inline-block;
  }

  .div-block-100 {
    margin-left: 0;
  }

  .heading-copy-copy-copy-2 {
    width: 100%;
    margin-top: 29px;
  }

  .paragraph-14 {
    margin-top: 3px;
  }

  .div-block-101 {
    max-width: 100%;
  }

  .c-faq-copy {
    width: 83%;
    max-width: 100%;
  }

  .paragraph-2-copy-copy-copy {
    margin-top: 10px;
    font-size: 19px;
    line-height: 27px;
  }

  .bold-text-45-copy {
    text-align: center;
    width: 86%;
    max-width: 100%;
    line-height: 125%;
  }

  .image-37 {
    width: 103%;
    margin-left: 0;
  }

  .container-3-copy-copy-2 {
    max-width: 100%;
  }

  .text-block-copy-copy-copy-copy {
    font-size: 43px;
  }

  .text-block-2-copy-copy-copy-3 {
    font-size: 24px;
    line-height: 125%;
  }

  .image-37-copy {
    width: 103%;
    margin-left: 0;
  }

  .card-5 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 85%;
    display: flex;
    overflow: visible;
  }

  .card-copy {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 85%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: visible;
  }

  .card-para-copy {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 30vh;
    margin-top: -12px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    display: flex;
  }

  .paragraph-16 {
    font-size: 19px;
  }

  .facad-header {
    max-width: 100%;
  }

  .section1 {
    margin-left: 38px;
  }

  .paragraph-18 {
    padding-top: 6px;
    font-size: 11px;
  }

  .div-block-104 {
    grid-column-gap: 16px;
    width: 87%;
  }

  .paragraph-19 {
    padding-top: 57px;
    font-size: 42px;
    line-height: 125%;
  }

  .course-starts {
    font-size: 18px;
  }

  .text-span-67, .text-span-68 {
    font-size: 12px;
  }

  .course-tagline {
    padding-top: 0;
  }

  .paragraph-17-copy {
    font-size: 42px;
  }

  .paragraph-18-copy {
    max-width: 66%;
  }

  .container-22 {
    flex-direction: column;
    display: flex;
  }

  .div-block-105 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 80%;
  }

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

  .slider-5 {
    width: 90%;
  }

  .facad-form-header {
    padding-top: 3px;
    font-size: 16px;
  }

  .facad-form-header.spp02 {
    padding-bottom: 10px;
    font-size: 24px;
  }

  .facad-form-header.spp02.ffs {
    font-size: 22px;
  }

  .facad-subheader-form {
    margin-bottom: 3px;
    font-size: 10px;
  }

  .request-a-callback-button {
    width: 81%;
    margin-top: 0;
    font-size: 13px;
    font-weight: 600;
  }

  .image-39 {
    padding-bottom: 29px;
  }

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

  .subheader-left {
    text-align: center;
    margin-top: 0;
    font-size: 24px;
  }

  .subheader-left.ffs {
    text-align: left;
    font-size: 22px;
  }

  .block-header-so {
    margin-top: 20px;
    margin-bottom: 32px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
  }

  .block-header-so.ffs {
    width: 90%;
  }

  .div-block-120 {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 90%;
    display: flex;
  }

  .div-block-120.purple {
    justify-content: space-around;
    width: 80%;
  }

  .white-card1 {
    width: 23%;
    height: 260px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-div {
    padding-bottom: 0;
  }

  .whitecardbody {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .whitecardbody.ffs {
    font-size: 12px;
  }

  .image-44 {
    width: 23%;
  }

  .image-44.news {
    width: 30%;
  }

  .div-block-121 {
    background-image: none;
    height: auto;
  }

  .container-13-copy {
    background-color: #f7eafd;
    background-image: none;
    max-width: 100%;
    height: auto;
  }

  .header-left {
    text-align: left;
    margin-top: 0;
    font-size: 46px;
  }

  .image-48 {
    width: 100%;
  }

  .div-block-93-copy.so-container {
    align-items: flex-start;
  }

  .container-14-copy {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .div-block-86-copy {
    background-size: cover;
    width: 50%;
    height: auto;
    margin-left: 19px;
  }

  .statistic-circle-wrap {
    width: 100%;
  }

  .feature-number-wrap {
    flex-direction: column;
  }

  .arrow-image-mobile-02 {
    display: block;
    position: relative;
    left: -55px;
  }

  .arrow-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .arrow-image-mobile {
    display: block;
    position: relative;
    left: 55px;
  }

  .arrow-image {
    display: none;
  }

  .image-53 {
    width: 80%;
  }

  .bold-text-49 {
    text-align: left;
    font-size: 36px;
  }

  .so-container {
    background-color: #f7eafd;
    background-image: none;
    max-width: 100%;
    height: auto;
  }

  .so-white-div {
    padding-bottom: 20px;
  }

  .so-white-div.so-container {
    align-items: center;
    width: 90%;
  }

  .div-block-93-copy {
    padding-bottom: 20px;
  }

  .div-block-93-copy.so-container {
    align-items: center;
    width: 90%;
  }

  .ffschooldiv {
    padding-bottom: 20px;
  }

  .ffschooldiv.so-container {
    align-items: center;
    width: 90%;
  }

  .padhe-bharat-signup {
    margin-top: 0;
  }

  .pbsignup {
    font-size: 12px;
  }

  .success-msg {
    color: #000;
    width: 100%;
    margin-top: 0;
    padding-top: 0%;
    padding-left: 0;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 300;
  }

  .vertical-sec-div {
    padding-bottom: 20px;
  }

  .vertical-sec-div.so-container {
    align-items: center;
    width: 90%;
  }

  .paragraph-vertical-div {
    color: #491a6c;
    width: 80%;
    margin-top: 0;
    padding-left: 10px;
    font-size: 20px;
  }

  .paragraph-vertical-div.so {
    width: 100%;
    line-height: 125%;
  }

  .paragraph-vertical-div.so.ptop {
    font-size: 16px;
  }

  .paragraph-vertical-div.head {
    width: 100%;
    line-height: 125%;
  }

  .paragraph-vertical-div.small {
    width: 100%;
  }

  .pb-signup {
    display: flex;
  }

  .heading-21 {
    text-align: center;
    padding-bottom: 20px;
  }

  .contact-form-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-30 {
    padding-bottom: 0;
  }

  .paragraph-25 {
    padding-bottom: 87px;
  }

  .paragraph-26 {
    margin-bottom: 10px;
  }

  .div-block-144 {
    background-position: 0%;
    background-size: contain;
    background-attachment: fixed;
  }

  .container-firo.logos-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .content-wrapper-firo {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 10px;
  }

  .image-wrapper-firo {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .paragraph-27 {
    font-size: 18px;
  }

  .short-heading, .short-heading._1 {
    font-size: 32px;
  }

  .button-firo.signup {
    margin-left: auto;
  }

  .button-firo.hidden {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .button-firo.hidden.hero {
    text-align: center;
    max-width: 25%;
    margin-bottom: 113px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button-firo.navbar {
    margin-bottom: 19px;
    padding: 0;
    display: none;
  }

  .image-69 {
    display: block;
  }

  .navlink1-firo {
    background-color: #fff;
  }

  .navlink2-firo {
    background-color: #fff;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-3 {
    background-color: #fff;
    justify-content: flex-start;
  }

  .heading-36.short {
    max-width: 100%;
    margin-top: 31px;
    font-size: 32px;
  }

  .hero-section-firo {
    padding-top: 0;
  }

  .image-78 {
    object-fit: cover;
    object-position: 100% 50%;
  }

  .black-heading {
    text-align: center;
    font-size: 32px;
    line-height: 125%;
  }

  .heading-37 {
    font-size: 28px;
  }

  .heading-38._1, .heading-38._1._2 {
    font-size: 28px;
    line-height: 125%;
  }

  .image-79, .image-80 {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .features {
    margin-top: 138px;
    font-size: 16px;
    line-height: 125%;
  }

  .features._1 {
    line-height: 100%;
  }

  .features._2 {
    margin-top: 23px;
  }

  .package-details {
    object-fit: cover;
    object-position: 100% 50%;
    background-image: linear-gradient(#f5ebc6, #fff8dc 21%, #fff0b9 42%, #ffe893 65%, #ffe06d 88%, #ffdc5c 98%);
    padding-top: 9px;
    padding-bottom: 45px;
  }

  .div-block-163 {
    padding-right: 9px;
  }

  .school-partners {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .purplesectionheading {
    margin-top: 44px;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 125%;
  }

  .purple-subheading {
    font-size: 28px;
    line-height: 125%;
  }

  .awards-div {
    margin-top: 0;
  }

  .image-89 {
    float: none;
    clear: none;
    object-fit: cover;
    object-position: 50% 100%;
    margin-top: 12px;
  }

  .grid-18 {
    display: none;
  }

  .button-19 {
    color: #fff;
    text-align: center;
    background-color: #491a6c;
    border: 1px solid #fff;
    border-radius: 10px;
    flex: 0 auto;
    align-items: baseline;
    max-width: 110px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 10px;
    padding: 6px 8px;
    font-family: Inter, sans-serif;
    display: block;
    box-shadow: 1px 1px 4px #000;
  }

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

  .div-block-182 {
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
    margin-top: 0;
  }

  .slide-nav-5 {
    margin-top: 66px;
    margin-bottom: 66px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-6 {
    padding-top: 0;
  }

  .icon-12, .icon-13 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .heading-40 {
    font-size: 22px;
  }

  .image-94 {
    height: 30%;
    max-height: 25%;
  }

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

  .section-23 {
    display: block;
  }

  .trackers-wrapper {
    max-width: 100%;
  }

  .in-the-news {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .div-block-185 {
    padding-top: 0;
  }

  .image-95 {
    display: none;
  }

  .section-24 {
    display: block;
  }

  .image-96 {
    width: 50px;
    height: 50px;
  }

  .heading-43 {
    padding-bottom: 28px;
  }

  .image-101 {
    margin-top: -78px;
  }

  .navbar-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-navbar {
    max-width: 90%;
  }

  .testimonial-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-45 {
    font-size: 32px;
    line-height: 125%;
  }

  .yatra_image_1 {
    min-width: 30%;
    max-width: 30%;
    min-height: 30%;
    max-height: 30%;
    padding-bottom: 0;
  }

  .yatra_image_1.edu {
    min-width: 265px;
    max-width: 265px;
    margin-left: 54px;
    margin-right: 54px;
  }

  .section-25 {
    padding-bottom: 0;
  }

  .image-105 {
    margin-top: -24px;
  }

  .div-block-187 {
    margin-top: 0;
  }

  .heading-47 {
    font-size: 32px;
  }

  .div-block-189 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-50 {
    font-size: 28px;
  }

  .text-block-68._1, .text-block-68._2, .text-block-68._3 {
    font-size: 16px;
  }

  .cbse---h1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .paragraph-39 {
    max-width: 100%;
  }

  .counts-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider-7 {
    padding-top: 0;
  }

  .text-block-70 {
    text-align: left;
    font-size: 12px;
  }

  .text-block-71, .text-block-72, .text-block-73 {
    text-align: left;
  }

  .heading-55 {
    margin-top: 10px;
    padding-top: 0;
  }

  .div-block-201 {
    flex-wrap: nowrap;
    max-width: 100%;
    display: block;
  }

  .div-block-202, .image-115, .div-block-203 {
    padding-left: 0;
  }

  .slide-27 {
    width: 30%;
  }

  .slider-8 {
    background-color: #e0f0ff;
    height: 600px;
    padding-top: 25px;
  }

  .right-arrow-3 {
    margin-right: -58px;
  }

  .text-block-74 {
    line-height: 16px;
  }

  .left-arrow-3 {
    margin-bottom: 68px;
  }

  .paragraph-41.mission {
    max-width: 50%;
  }

  .line-1.white {
    display: flex;
  }

  .div-block-211, .div-block-211.right {
    padding-left: 0;
  }

  .brand-4 {
    margin-left: -13px;
  }

  .image-134 {
    order: 1;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-215 {
    flex-direction: column;
  }

  .slide-28 {
    max-width: 50%;
    margin-left: 8px;
    margin-right: -27px;
  }

  .image-136 {
    height: 220px;
  }

  .div-block-216 {
    height: 64%;
  }

  .container-41 {
    max-height: 100%;
  }

  .slide-nav-9 {
    max-height: 28px;
    font-size: 6px;
    line-height: 19px;
  }

  .div-block-7 {
    height: 64%;
  }

  .section-50 {
    max-height: 100%;
  }

  .div-block-217 {
    width: 210px;
    height: 64%;
  }

  .image-137 {
    height: 220px;
  }

  .icon-17 {
    font-size: 21px;
  }

  .slide_4 {
    height: 64%;
  }

  .image-138 {
    width: 371px;
    height: 220px;
  }

  .slider-10 {
    max-width: 100%;
    height: 269px;
    max-height: 100%;
  }

  .icon-18 {
    font-size: 21px;
  }

  .div-block-218 {
    height: 64%;
  }

  .image-139, .image-140 {
    height: 220px;
  }

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

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

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

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .quick-stack-2 {
    width: 1106px;
    min-width: 0;
    max-width: 141%;
  }
}

@media screen and (max-width: 767px) {
  .nav01_mobile {
    height: 50px;
  }

  .nav01_button {
    display: block;
  }

  .nav01_link {
    text-align: right;
    padding-left: 50px;
    padding-right: 50px;
  }

  .landing_02 {
    background-image: url('../images/hero-wave_02.svg');
    background-position: 100% 0;
    background-size: 80vw;
    max-height: none;
    margin-top: 0%;
    padding-top: 10%;
    padding-bottom: 20px;
    position: static;
  }

  .h14_container {
    flex-direction: column;
    margin-top: 50px;
  }

  .h14_block {
    width: 100%;
    min-height: auto;
  }

  .h14_text {
    font-size: 18px;
  }

  .h14_image {
    align-self: center;
    max-width: 75%;
  }

  .c05_container {
    padding: 30px;
  }

  .main_paragraph {
    font-size: 17px;
    line-height: 24px;
  }

  .c05_h3 {
    margin-bottom: 15px;
    font-size: 36px;
  }

  .what_freadom {
    padding-bottom: 20px;
    position: static;
  }

  .h14_block_02 {
    align-self: center;
    width: 100%;
    min-height: auto;
    margin-top: 40px;
  }

  .c02_block_image, .c02_block {
    margin-bottom: 55px;
    padding-right: 0;
  }

  .c02_container {
    flex-direction: column;
  }

  .key-aspects {
    position: static;
    top: 140px;
  }

  .div-block-13 {
    margin-bottom: 20px;
  }

  .f01_top_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .f01_social_circle {
    margin-right: 0;
  }

  .f01_title {
    align-self: flex-start;
  }

  .f01_cta_text {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .f01_social_circle_c {
    margin-right: 0;
  }

  .f01 {
    margin-top: 60px;
  }

  .f01_social_wrap {
    align-self: flex-start;
  }

  .f01_link_wrap {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .f01_columns-mobile, .f01_columns-mobile-smaller {
    display: block;
  }

  .div-block-18 {
    margin-top: 20px;
  }

  .f01_cta_text-link {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .div-block-19 {
    margin-top: 15px;
  }

  .link-block-2 {
    margin-bottom: 5px;
  }

  .f01_cta_text-phone {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .c05_h3-centre {
    margin-bottom: 15px;
    font-size: 40px;
  }

  .f01_link-terms.w--current {
    text-align: left;
  }

  .div-block-20 {
    margin-top: 100px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .header-terms {
    font-size: 17px;
    line-height: 24px;
  }

  .image-10 {
    max-width: 30%;
  }

  .link-block-8 {
    justify-content: space-around;
    padding-top: 0;
  }

  .link-block-9 {
    justify-content: space-around;
    padding-top: 40px;
  }

  .list-2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container-3 {
    max-width: 60%;
  }

  .main_paragraph-02 {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 17px;
    line-height: 1.8;
  }

  .h14_container-copy {
    flex-direction: column;
    margin-top: 50px;
    position: static;
  }

  .p04_pricing_card {
    max-width: 300px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .p03_h3 {
    font-size: 36px;
  }

  .p04 {
    margin-top: 0%;
    padding-top: 30px;
    padding-bottom: 30px;
    position: static;
    top: 35vh;
  }

  .c06_h3-2 {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .c06 {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .c01_container, .c01_container-2 {
    flex-direction: column;
  }

  .p07 {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .p07_column {
    width: 100%;
    display: none;
  }

  .p07_column-copy, .p07_column-copy-2 {
    width: 100%;
  }

  .div-block-25 {
    display: none;
  }

  .t05_col_1 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .t05_h3 {
    font-size: 36px;
  }

  .f_title, .read_title, .om_title {
    font-size: 40px;
  }

  .cta06 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .cta06_container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

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

  .landing_03 {
    background-image: url('../images/hero-wave_02.svg');
    background-position: 100% 0;
    background-size: 80vw;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .main_paragraph-simple {
    font-size: 17px;
    line-height: 24px;
  }

  .fe08_card {
    width: 100%;
  }

  .main_paragraph-simple-02 {
    font-size: 17px;
    line-height: 24px;
  }

  .cl02 {
    padding-bottom: 40px;
  }

  .cl02_logo_wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .cl02_logo {
    width: 100%;
    margin-bottom: 20px;
  }

  .h14_container_02 {
    flex-direction: column;
    margin-top: 0;
  }

  .cl02_logo_wrap-2 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .poem {
    margin-top: 9px;
    margin-bottom: 9px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 17px;
    line-height: 24px;
  }

  .landing_02-about-us {
    background-image: url('../images/hero-wave_02.svg');
    background-position: 100% 0;
    background-size: 80vw;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .main_paragraph-03 {
    text-align: left;
    font-size: 17px;
    line-height: 24px;
  }

  .h14_block_02-copy {
    align-self: center;
    width: 100%;
    min-height: auto;
    margin-top: 40px;
  }

  .c05_h3-copy {
    margin-bottom: 15px;
    font-size: 36px;
  }

  .h04_button {
    margin-left: 15px;
  }

  .h04 {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-8 {
    margin-bottom: 5%;
  }

  .div-block-29 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .c05_container-copy {
    padding: 30px;
  }

  .landing_03-copy {
    background-image: url('../images/hero-wave_02.svg');
    background-position: 100% 0;
    background-size: 80vw;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .h14_container-copy {
    flex-direction: column;
    margin-top: 0;
  }

  .cta06_h3-copy {
    font-size: 32px;
  }

  .main_paragraph-02-copy {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 17px;
    line-height: 1.8;
  }

  .nav01_link-hide, .nav01_link-hide-02 {
    text-align: right;
    padding-left: 50px;
    padding-right: 50px;
  }

  .c05_h3-centre-02 {
    margin-bottom: 15px;
    font-size: 40px;
  }

  .c06_h3-3 {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .main_paragraph-simple-2 {
    font-size: 17px;
    line-height: 24px;
  }

  .c06_h3-4 {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .t05-2 {
    margin-bottom: 0;
  }

  .main_paragraph-04 {
    font-size: 17px;
    line-height: 24px;
  }

  .p03_h3-2 {
    font-size: 36px;
  }

  .c06_h3-2-copy, .c06_h3-2-copy-2 {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .f_title-copy, .read_title-copy, .om_title-copy {
    font-size: 40px;
  }

  .t05_col_1-copy {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .p04_pricing_card-02 {
    max-width: 300px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .p04-hide {
    margin-top: 66%;
    padding-top: 30px;
    padding-bottom: 30px;
    position: static;
    top: 35vh;
  }

  .navbar {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .menu-button-2 {
    position: relative;
    bottom: auto;
  }

  .icon {
    font-size: 50px;
  }

  .hero-paragraph {
    width: 100%;
    margin-bottom: 0;
  }

  .hero-content {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 125%;
  }

  .button-wrapper {
    flex-direction: column;
    margin-top: 10px;
  }

  .button-4 {
    min-height: auto;
    padding: 8px;
  }

  .button-4:hover {
    background-color: #f2bd1d;
    border-style: none;
  }

  .container-flex {
    height: auto;
  }

  .heropurple {
    width: 100%;
    font-size: 26px;
    line-height: 125%;
  }

  .header {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .title_head {
    font-size: 32px;
  }

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

  .footer-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 125%;
  }

  .line {
    min-height: 2px;
  }

  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .title-wrap-centre {
    margin-bottom: 0;
  }

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

  .heading-6 {
    margin-top: 0;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .navigation-about {
    padding: 0;
  }

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

  .gallery {
    padding: 40px 20px;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

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

  .section-9, .section-9.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .intro-content {
    width: 80%;
  }

  .text-block-2 {
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 24px;
    font-weight: 500;
  }

  .card {
    flex-direction: column;
    align-items: center;
    height: 88%;
    display: flex;
  }

  .carousel-mask {
    width: 70%;
  }

  .f01_link-terms-2 {
    text-align: center;
  }

  .f01_link-terms-2.w--current {
    text-align: left;
  }

  .card-body {
    flex-direction: column;
    align-self: center;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
  }

  .paragraph-1 {
    color: #fff;
    margin-top: 10px;
    font-size: 26px;
  }

  .para {
    color: #491a6c;
    width: 400px;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 52px;
  }

  .heading-jumbo-anything {
    font-size: 50px;
    line-height: 64px;
  }

  .who-is-it-for-white {
    background-color: #0000;
    background-image: url('../images/kid.png');
    background-position: -80%;
    background-repeat: no-repeat;
    background-size: 70%;
    justify-content: flex-start;
    height: 240px;
    margin-bottom: 0;
    position: static;
  }

  .f01_social_wrap-2 {
    text-align: center;
    justify-content: center;
    align-self: flex-start;
  }

  .f01_top_wrap-2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .block-header {
    letter-spacing: normal;
    width: 100%;
    margin-bottom: 22px;
    padding-top: 20px;
    font-size: 32px;
    line-height: 40px;
    display: block;
  }

  .paragraph-bigger {
    color: #491a6c;
    width: 90%;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-3 {
    color: #000;
    text-align: left;
  }

  .card-2 {
    height: 88%;
  }

  .card-para {
    white-space: normal;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .container-7 {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .registration-open {
    color: #fff;
    margin-top: 10px;
    font-size: 26px;
  }

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

  .intro-header {
    background-position: 60%;
    background-size: auto;
    padding-bottom: 25%;
  }

  .div-block-39 {
    text-align: right;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 15px;
    display: flex;
  }

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

  .section-10.is_full {
    padding-bottom: 0;
  }

  .paragraph-bigger-copy {
    color: #000;
    width: 90%;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .sidetextheader-1 {
    color: #9134d8;
    text-align: left;
    width: 300px;
    font-family: Open Sans, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
  }

  .sidetextheader-1.heading-jumbo {
    color: #000;
    align-self: flex-start;
    width: 70%;
    padding-left: 12px;
    font-size: 32px;
  }

  .image-home {
    width: 150px;
  }

  .div-block-40 {
    color: #0000;
    background-image: none;
  }

  .button-5.banner-button {
    color: #9134d8;
    letter-spacing: 1px;
    text-transform: capitalize;
    background-color: #ffd600;
    width: auto;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 600;
  }

  .button-5.cc-white-button {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: Inter, sans-serif;
  }

  .button-5.waitlist, .button-5.banner-button {
    color: #9134d8;
    letter-spacing: 1px;
    text-transform: capitalize;
    background-color: #ffd600;
    width: auto;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 700;
  }

  .banner-home {
    font-size: 40px;
  }

  .div-block-20-colour {
    height: 4px;
  }

  .text-block-7 {
    font-size: 22px;
  }

  .div-block-41 {
    margin-right: 220px;
    padding-right: 70px;
    display: block;
  }

  .div-block-42 {
    background-image: linear-gradient(45deg, #9134d8, #ff3c84 0%, #491a6c 75%);
    height: auto;
  }

  .carousel.is_contained {
    height: 115vh;
  }

  .intro-text {
    margin-bottom: 0;
  }

  .course-card-header {
    width: 100%;
    font-size: 25px;
    display: block;
  }

  .intro-content-copy-colour {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-end;
    width: 100%;
    margin-top: 15%;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }

  .f01-2 {
    margin-top: 0;
    padding-top: 51px;
  }

  .form-header {
    letter-spacing: normal;
    width: 100%;
    margin-bottom: 16px;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 28px;
    line-height: 40px;
    display: block;
  }

  .paragraph-bigger-courses {
    color: #000;
    width: 100%;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .text-block-8-copy {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 16px;
    line-height: 150%;
  }

  .banner {
    font-size: 26px;
  }

  .desc-child-get-right {
    color: #9134d8;
    text-align: left;
    font-size: 24px;
    line-height: 150%;
  }

  .div-block-44 {
    width: 90%;
  }

  .bannerkid {
    font-size: 32px;
  }

  .image-18 {
    height: auto;
  }

  .image-about {
    width: auto;
    height: 150px;
    padding-top: 20px;
  }

  .text-block-3-about {
    color: #491a6c;
    text-align: left;
  }

  .text-block-5 {
    font-size: 32px;
    font-weight: 400;
  }

  .text-block-8 {
    padding-top: 1%;
    font-size: 16px;
    line-height: 125%;
  }

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

  .bold-text-about {
    font-size: 20px;
  }

  .grid-child-get-2 {
    grid-column-gap: 8px;
    grid-template-columns: 1.75fr 1.5fr;
    grid-template-areas: "Area";
  }

  .faq-q-text {
    font-size: 22px;
  }

  .div-block-37 {
    width: 75%;
    display: flex;
  }

  .div-block-35 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: flex;
  }

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

  .who-is-it-for-colour {
    background-color: #0000;
    background-image: url('../images/kid.png'), linear-gradient(45deg, #ffa69e, #9134d8);
    background-position: -80%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 70%, auto;
    justify-content: flex-start;
    height: 240px;
    margin-bottom: 0;
    position: static;
  }

  .div-block-36 {
    flex-direction: row;
    justify-content: center;
    width: 75%;
    margin-bottom: 20px;
    display: flex;
  }

  .intro-header-2 {
    height: auto;
  }

  .image-20 {
    padding-left: 10px;
  }

  .div-block-49 {
    width: 538px;
    height: auto;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-21 {
    padding-right: 10px;
  }

  .text-block-banner {
    font-size: 22px;
  }

  .paragraph-bigger-copy-copy {
    color: #000;
    width: 90%;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .whofortext1 {
    color: #000;
    width: 90%;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 28px;
    line-height: 28px;
  }

  .rectangle-line {
    color: #0000;
    background-color: #ffa69e;
    background-image: none;
    width: 100%;
    height: 4px;
  }

  .overflow-imgae-div {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-3-header {
    color: #9134d8;
    text-align: left;
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 150%;
  }

  .whofordescpkt {
    color: #000;
    width: 90%;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .pay-now-banner {
    width: 100%;
    height: auto;
    position: static;
  }

  .div-block-51 {
    flex-direction: column;
  }

  .div-block-52 {
    width: 80%;
    padding-left: 0%;
  }

  .div-block-53 {
    width: 76%;
    padding-top: 27px;
  }

  .text-block-9 {
    font-size: 26px;
  }

  .logo-link-community, .logo-link-university {
    padding-left: 0;
  }

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

  .div-block-54.sop01 {
    max-height: none;
  }

  .navigation-about-kt-pay {
    padding: 20px 30px;
  }

  .heading-jumbo-kt {
    font-size: 50px;
    line-height: 64px;
  }

  .list-4 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .logo-image-uni {
    width: 100%;
  }

  .logo-link-uni, .logo-link-kt-pay {
    padding-left: 0;
  }

  .logo-link-kt-pay.w--current {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-image-kt-pay {
    width: 50%;
  }

  .div-block-54-payresponse {
    width: 100%;
  }

  .div-block-55 {
    height: auto;
  }

  .banner-home-2 {
    font-size: 40px;
  }

  .text-block-11 {
    font-size: 22px;
  }

  .card-3 {
    flex-direction: column;
    align-items: center;
    height: 88%;
    display: flex;
  }

  .card-body-2 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
  }

  .paragraph-4 {
    color: #fff;
    margin-top: 10px;
    font-size: 26px;
  }

  .block-header-2 {
    letter-spacing: normal;
    width: 100%;
    margin-bottom: 22px;
    padding-top: 20px;
    font-size: 32px;
    line-height: 40px;
    display: block;
  }

  .card-4 {
    height: 88%;
  }

  .card-para-2 {
    white-space: normal;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .course-card-header-2 {
    width: 100%;
    font-size: 25px;
    display: block;
  }

  .example-text {
    color: #491a6c;
    width: 90%;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 20px;
    line-height: 28px;
  }

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

  .paragraph-9 {
    margin-top: 20px;
    margin-bottom: 2%;
  }

  .heading-12 {
    margin-top: 40px;
  }

  .div-block-56 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    display: flex;
  }

  .bold-text-26 {
    font-size: 16px;
  }

  .div-block-62 {
    align-self: center;
  }

  .image-22 {
    width: 50%;
    height: auto;
    margin-left: 0;
  }

  .section-copy {
    margin-left: 15px;
    margin-right: 15px;
  }

  .faq-q-text-2 {
    font-size: 12px;
  }

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

  .div-block-70 {
    height: auto;
  }

  .heading-10 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .image-about-2 {
    width: auto;
    height: 150px;
    padding-top: 20px;
  }

  .list-item-5 {
    font-size: 15px;
  }

  .paragraph-7 {
    width: 100%;
    margin-right: 0;
  }

  .div-block-71 {
    flex-direction: row;
    justify-content: center;
    width: 75%;
    margin-bottom: 20px;
    display: flex;
  }

  .faq-a-text-2 {
    font-size: 12px;
  }

  .f01_cta_text-2 {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .text-block-22 {
    margin-top: 6px;
    font-size: 18px;
  }

  .slide {
    width: 100%;
  }

  .text-span-47 {
    font-size: 12px;
    line-height: 125%;
  }

  .image-24 {
    width: 600px;
  }

  .form-block-4 {
    margin-bottom: 20px;
  }

  .div-block-57 {
    margin-top: 0;
  }

  .list-5 {
    font-size: 14px;
    line-height: 21px;
  }

  .f01-3 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .div-block-58 {
    height: auto;
  }

  .bold-text-20 {
    width: 100%;
    font-size: 28px;
    line-height: 125%;
  }

  .div-block-65 {
    height: auto;
  }

  .div-block-61 {
    margin-bottom: 1%;
  }

  .banner-2 {
    font-size: 26px;
  }

  .div-block-74 {
    height: auto;
    margin-top: 40px;
  }

  .form-header-2 {
    letter-spacing: normal;
    width: 100%;
    margin-top: 0;
    margin-bottom: 16px;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 28px;
    line-height: 40px;
    display: block;
  }

  .image-26 {
    width: 25%;
    margin-top: 0;
    padding-right: 0;
  }

  .text-span-36 {
    width: 100%;
  }

  .div-block-75 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-63-copy {
    align-self: center;
    height: auto;
  }

  .div-block-76 {
    height: auto;
  }

  .slider-3 {
    width: 100%;
  }

  .slide-6 {
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .slide-7 {
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
  }

  .slide-10 {
    background-image: url('../images/4.jpeg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-11 {
    background-image: url('../images/5.jpeg');
    background-size: cover;
  }

  .div-block-83 {
    height: 600px;
  }

  .video-2 {
    width: 500px;
  }

  .mask-2 {
    width: 100%;
  }

  .div-block-84 {
    width: 500px;
  }

  .video-3 {
    width: 100%;
  }

  .slide-13 {
    float: none;
    clear: none;
  }

  .slide-14 {
    background-image: url('../images/2.png');
    background-position: 50%;
    background-size: cover;
    height: 600px;
  }

  .slider-4, .mask-3 {
    height: 600px;
  }

  .slide-16 {
    background-image: url('../images/3.png');
  }

  .slide-17 {
    background-image: url('../images/4.png');
  }

  .slide-18 {
    background-image: url('../images/5_1.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .event-banner {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .upcoming-event {
    font-size: 32px;
  }

  .event-banner-copy {
    width: 100%;
    margin-bottom: 0;
  }

  .event-button {
    min-height: auto;
    padding: 8px;
  }

  .event-button:hover {
    background-color: #f2bd1d;
    border-style: none;
  }

  .sticky-nav {
    position: relative;
  }

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

  .lp3_lead_form_button1_disabled {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lp3_lead_form_small_text {
    font-size: 12px;
    line-height: 17px;
  }

  .lp3_lead_form_button1, .lp3_lead_form_button3_disabled, .lp3_lead_form_button3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lp3_hero_block_img2 {
    width: 100%;
    height: auto;
  }

  .flive_hero_right_column {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .lp3_para3 {
    margin-top: 8px;
    font-size: 18px;
    line-height: 26px;
  }

  .lp3_hero_left_column {
    padding-top: 20px;
    padding-right: 0;
  }

  .lp3_hero_block_left_div2 {
    width: 40%;
    max-width: 160px;
  }

  .lp3_hero_block_left_div {
    width: 20%;
    max-width: 70px;
  }

  .lp3_hero {
    padding-top: 40px;
  }

  .header_link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-button-3 {
    height: 50px;
    margin-top: 0;
    padding: 18px;
  }

  .lp3_header_button {
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lp3_container_navbar, .navbar-3 {
    height: 60px;
  }

  .lp3_section_button_white {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lp3_coumns_img {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .lp3_para4 {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .lp3_section_subheader {
    margin-top: 12px;
  }

  .lp3_section_header {
    text-align: left;
  }

  .lp3_columns_txt {
    padding-right: 0;
  }

  .lp3_columns_text-img {
    flex-direction: column;
  }

  .lp3_section_white {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .lp3_section_peach {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .columns-10 {
    flex-direction: column;
    align-items: flex-start;
  }

  .column-21 {
    justify-content: flex-start;
  }

  .lp3_column_right_text {
    margin-top: 10px;
  }

  .lp3_para5 {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .lp3_para6 {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 24px;
  }

  .lp3_logo_footer {
    width: 50%;
    height: auto;
  }

  .lp3_footer_block {
    flex-direction: column;
    justify-items: stretch;
    display: flex;
  }

  .lp3_footer_social_icons {
    width: 40px;
  }

  .lp3_footer {
    padding-top: 40px;
  }

  .div-block-86 {
    flex-direction: column;
    width: 85%;
    height: 226px;
    max-height: none;
    margin-top: 55px;
    margin-left: 0;
  }

  .container-13 {
    height: auto;
  }

  .columns {
    max-width: 87%;
    display: block;
  }

  .div-block-87 {
    margin-top: -126px;
  }

  .text-block-33 {
    margin-left: 43px;
    font-size: 15px;
  }

  .div-block-88 {
    text-align: center;
    display: inline-block;
  }

  .heading-15 {
    font-size: 22px;
    line-height: 26px;
  }

  .container-14 {
    max-width: 100%;
    margin-top: 0;
  }

  .div-block-89 {
    width: 91%;
    font-size: 12px;
  }

  .text-block-34 {
    margin-top: 20px;
    padding-top: 2px;
    font-size: 18px;
  }

  .text-span-58 {
    font-size: 19px;
    line-height: 125%;
  }

  .container-15 {
    height: auto;
    max-height: none;
    margin-top: 0;
  }

  .div-block-90 {
    height: auto;
    margin-top: 49px;
    padding-top: 0;
  }

  .heading-copy-copy-copy {
    width: 86%;
    margin-top: 0;
    font-size: 42px;
  }

  .div-block-91 {
    grid-row-gap: 0px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr);
    grid-template-columns: 1fr;
    place-content: center;
    align-self: auto;
    justify-items: center;
    margin-top: 0;
  }

  .paragraph-12 {
    margin-top: 0;
    font-size: 18px;
  }

  .container-4-copy-copy {
    max-width: 96%;
    height: 336px;
    margin-top: -8px;
  }

  .div-block-8 {
    width: 108%;
    height: 479px;
  }

  .studio-features {
    max-width: 100%;
    height: auto;
  }

  .heading-copy {
    width: 62%;
    max-width: 90%;
    margin-top: 33px;
    font-size: 37px;
  }

  .paragraph-2-copy {
    font-size: 15px;
    line-height: 22px;
  }

  .container-16 {
    max-width: 100%;
    height: 927px;
  }

  .div-block-9-copy {
    border-radius: 20px;
    height: 153px;
    margin-top: 23px;
  }

  .heading-16 {
    font-size: 14px;
  }

  .div-block-92 {
    border-radius: 20px;
    height: 153px;
    margin-top: 23px;
  }

  .div-block-10 {
    grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr);
    grid-template-columns: 1fr;
  }

  .div-block-9-copy-copy {
    border-radius: 20px;
    width: 76%;
    height: 153px;
    margin-top: 23px;
  }

  .studio-features-copy {
    max-width: 100%;
  }

  .container-5-copy {
    max-width: 85%;
  }

  .heading-copy-copy-copy-copy {
    width: 100%;
    max-width: 100%;
    margin-top: 52px;
    font-size: 41px;
    line-height: 46px;
  }

  .paragraph-2-copy-copy {
    font-size: 14px;
    line-height: 19px;
  }

  .div-block-4-copy {
    margin-top: 0;
  }

  .containy {
    max-width: 100%;
    margin-top: 20px;
  }

  .heading-copy-copy-copy-copy-2 {
    font-size: 36px;
  }

  .image-33 {
    width: 90%;
  }

  .container-3-copy-copy {
    max-width: 100%;
    margin-top: 0;
  }

  .heading-copy-copy-copy-copy-copy {
    width: 101%;
    margin-top: 57px;
    font-size: 28px;
    line-height: 34px;
  }

  .form-comic-studio {
    margin-bottom: 20px;
  }

  .bold-text-21-copy {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(120deg, #9134d8, #172368 97%, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Avengeance mightiest avenger, sans-serif;
    font-size: 25px;
  }

  .f01-3-copy, .f01-3-copy-copy, .f01-3-copy-copy {
    margin-top: 0;
    padding-bottom: 0;
  }

  .image-34 {
    max-width: 86%;
    margin-top: 0;
  }

  .image-35 {
    max-width: 86%;
  }

  .list-item-7, .list-item-8, .list-item-9 {
    font-size: 15px;
  }

  .div-block-93 {
    flex-direction: column;
    align-items: center;
  }

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

  .div-block-94.so.pb {
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

  .list-6 {
    width: auto;
    max-width: none;
    font-size: 14px;
  }

  .heading-17 {
    width: 97%;
    max-width: none;
    font-size: 16px;
  }

  .container-18 {
    max-width: 100%;
  }

  .gradient-header {
    margin-left: 16px;
    font-size: 39px;
  }

  .div-block-95 {
    padding-left: 37px;
  }

  .section-14 {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 117px;
  }

  .container-19 {
    max-width: 100%;
  }

  .text-block-36 {
    font-size: 19px;
  }

  .text-block-2-copy-copy {
    font-size: 18px;
    line-height: 125%;
  }

  .button-2-copy {
    width: 43%;
  }

  .bold-text-21-copy-copy {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(120deg, #9134d8, #172368 97%, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Avengeance mightiest avenger, sans-serif;
    font-size: 25px;
  }

  .container-3-copy {
    max-width: 100%;
  }

  .div-block-98 {
    flex-direction: column;
  }

  .image-36 {
    margin-left: 0;
  }

  .div-block-101 {
    max-width: 100%;
  }

  .text-block-copy-copy {
    font-size: 32px;
    line-height: 125%;
  }

  .div-block-102 {
    width: 82%;
  }

  .div-block-9-copy-2 {
    width: 112%;
  }

  .container-5-copy-copy {
    max-width: 100%;
  }

  .paragraph-2-copy-copy-copy {
    font-size: 14px;
    line-height: 19px;
  }

  .image-37 {
    width: 112%;
  }

  .container-3-copy-copy-2 {
    max-width: 100%;
  }

  .text-block-copy-copy-copy-copy {
    font-size: 32px;
  }

  .text-block-2-copy-copy-copy-3 {
    font-size: 20px;
  }

  .image-37-copy {
    width: 112%;
  }

  .card-5 {
    height: 88%;
  }

  .card-copy {
    flex-direction: column;
    align-items: center;
    height: 88%;
    display: flex;
  }

  .card-para-copy {
    white-space: normal;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .paragraph-16 {
    font-size: 14px;
  }

  .facad-header {
    max-width: 100%;
  }

  .section1 {
    margin-top: 92px;
  }

  .paragraph-17 {
    font-size: 40px;
  }

  .paragraph-18 {
    font-size: 8px;
  }

  .button-9 {
    font-size: 18px;
  }

  .paragraph-19 {
    padding-top: 40px;
    font-size: 36px;
  }

  .course-starts {
    padding-top: 46px;
    font-size: 13px;
  }

  .text-span-67, .text-span-68 {
    font-size: 10px;
  }

  .course-tagline {
    padding-bottom: 40px;
    font-size: 16px;
  }

  .button-10 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 19px;
  }

  .paragraph-17-copy {
    font-size: 31px;
  }

  .paragraph-18-copy {
    font-size: 15px;
  }

  .div-block-105, .div-block-106 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .slider-5 {
    height: 300px;
  }

  .mask-4 {
    max-width: 100%;
    height: 300px;
  }

  .div-head-banner-right {
    width: 90%;
    padding-left: 16px;
    padding-right: 0;
  }

  .carousel-slider-2._6 {
    right: -45%;
  }

  .carousel-slider-2._2 {
    right: -9%;
  }

  .carousel-slider-2._4 {
    right: -27%;
  }

  .carousel-slider-2._3 {
    right: -18%;
  }

  .carousel-slider-2._7 {
    right: -54%;
  }

  .carousel-slider-2._5 {
    right: -36%;
  }

  .carousel-slider-2._8 {
    right: -63%;
  }

  .carousel-mask-2 {
    width: 60%;
  }

  .speakercard-section {
    display: block;
  }

  .subheader-left {
    margin-left: 43px;
    font-size: 15px;
  }

  .subheader-left.ffs {
    justify-content: center;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .block-header-so {
    letter-spacing: normal;
    width: 100%;
    margin-bottom: 22px;
    padding-top: 20px;
    font-size: 32px;
    line-height: 40px;
    display: block;
  }

  .div-block-120 {
    width: 90%;
  }

  .whitecardbody.ffs {
    font-size: 12px;
  }

  .container-13-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .header-left {
    margin-left: 43px;
    font-size: 15px;
  }

  .header-left.pb {
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 36px;
  }

  .header-section.pb {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    padding-bottom: 0;
    line-height: 125%;
    display: flex;
  }

  .div-block-93-copy {
    flex-direction: column;
    align-items: center;
  }

  .div-block-93-copy.pb {
    justify-content: center;
    padding-bottom: 0;
  }

  .container-14-copy {
    max-width: 100%;
    margin-top: 0;
  }

  .div-block-86-copy {
    flex-direction: column;
    width: 85%;
    height: 226px;
    max-height: none;
    margin-top: 55px;
    margin-left: 0;
  }

  .div-block-86-copy.pb {
    flex-direction: column;
    justify-content: space-around;
    max-height: 700px;
  }

  .so-container {
    height: auto;
  }

  .so-white-div, .div-block-93-copy, .ffschooldiv {
    flex-direction: column;
    align-items: center;
  }

  .success-msg {
    color: #000;
    width: 100%;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .vertical-sec-div {
    flex-direction: column;
    align-items: center;
  }

  .paragraph-vertical-div {
    color: #491a6c;
    width: 90%;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .pb-signup {
    display: block;
  }

  .image-57 {
    width: 15%;
  }

  .carousel-slider-3._6 {
    right: -45%;
  }

  .carousel-slider-3._2 {
    right: -9%;
  }

  .carousel-slider-3._4 {
    right: -27%;
  }

  .carousel-slider-3._3 {
    right: -18%;
  }

  .carousel-slider-3._7 {
    right: -54%;
  }

  .carousel-slider-3._5 {
    right: -36%;
  }

  .carousel-slider-3._8 {
    right: -63%;
  }

  .carousel-mask-3 {
    width: 60%;
  }

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

  .contact-form-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-30 {
    margin-top: 12px;
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 125%;
  }

  .paragraph-25 {
    padding-top: 0;
    padding-bottom: 53px;
    font-size: 15px;
    line-height: 125%;
  }

  .image-66 {
    margin-top: -65px;
  }

  .heading-31 {
    font-size: 18px;
    line-height: 125%;
  }

  .paragraph-26 {
    font-size: 12px;
    line-height: 125%;
  }

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

  .text-block-54 {
    padding-right: 129px;
  }

  .container-firo {
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .container-firo.logos-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

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

  .content-wrapper-firo {
    flex-flow: column;
    place-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 19px 0;
    display: flex;
  }

  .image-wrapper-firo {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-27 {
    text-align: center;
    margin-top: 25px;
  }

  .short-heading {
    text-align: left;
    max-width: 1000px;
    font-size: 25px;
    line-height: 125%;
  }

  .short-heading._1 {
    text-align: center;
    font-size: 22px;
  }

  .button-firo {
    margin: 2px auto -28px;
    padding: 10px 18px;
  }

  .button-firo.signup {
    margin-top: 24px;
    margin-left: auto;
    padding: 6px 12px;
    font-size: 14px;
  }

  .button-firo.hidden {
    max-width: 50%;
    margin-bottom: 0;
    margin-left: 25%;
    margin-right: auto;
    padding: 11px 10px;
    display: none;
  }

  .button-firo.hidden.hero {
    max-width: 35%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-firo.mobile {
    max-width: 50%;
    margin-top: 44px;
    margin-bottom: 20px;
    margin-left: 25%;
    padding: 10px 7px;
    display: block;
  }

  .button-firo.schools {
    margin-bottom: 0;
  }

  .navbar-6 {
    border-bottom: .5px gray;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .image-69 {
    max-width: 100%;
    display: none;
  }

  .section-20 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .image-71 {
    object-fit: fill;
    object-position: 100% 50%;
    max-width: 100%;
    padding: 0;
    display: block;
  }

  .div-block-146 {
    padding-top: 0;
  }

  .heading-36 {
    color: #000;
    font-size: 25px;
    line-height: 125%;
  }

  .heading-36.small {
    font-size: 18px;
  }

  .heading-36.short {
    margin-top: 0;
    font-size: 22px;
  }

  .div-block-147 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-section-firo {
    background-image: url('../images/LP1-1.jpg');
    background-position: 50% 100%;
    background-size: cover;
    margin-bottom: 0;
  }

  .image-78 {
    object-fit: cover;
    object-position: 100% 50%;
    width: 400px;
    max-height: 100%;
    margin-top: 56px;
    margin-bottom: 0;
  }

  .black-heading {
    font-size: 22px;
    line-height: 125%;
  }

  .grid-17 {
    margin-top: 44px;
  }

  .heading-37 {
    border-left-width: 1px;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-160, .div-block-160._1 {
    border-width: 0 0 1px 1px;
  }

  .heading-38 {
    border-width: 1px 1px 1px 0;
    font-size: 26px;
  }

  .heading-38._1 {
    border-width: 0 0 1px 1px;
  }

  .heading-38._1._2 {
    border-right-width: 0;
  }

  .div-block-161 {
    border-width: 0 0 0 1px;
    flex-direction: row;
    align-items: center;
  }

  .features {
    margin-top: 146px;
    padding-left: 6px;
    font-size: 14px;
    font-weight: 400;
  }

  .features._1 {
    font-weight: 400;
  }

  .features._2 {
    margin-top: 22px;
    font-weight: 400;
  }

  .div-block-162 {
    border-right-width: 0;
  }

  .package-details {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .package-details.school {
    padding-top: 0;
    padding-bottom: 0;
  }

  .video-4 {
    margin-top: -7px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-163 {
    margin-top: -33px;
  }

  .list-item-11 {
    font-size: 15px;
    line-height: 125%;
  }

  .paragraph-28 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

  .partner-logos {
    object-fit: fill;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .school-partners {
    margin-top: 41px;
  }

  .purplesectionheading {
    margin-top: 52px;
    font-size: 22px;
    line-height: 125%;
  }

  .purple-subheading {
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: 20px;
    font-weight: 600;
    line-height: 125%;
  }

  .awards-div {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .text-block-56 {
    max-width: 100%;
    font-size: 12px;
    line-height: 125%;
  }

  .image-88 {
    margin-top: 14px;
    margin-bottom: 0;
  }

  .image-89 {
    display: none;
  }

  .image-93 {
    display: block;
  }

  .logo-section {
    padding-top: 15px;
    padding-bottom: 32px;
  }

  .div-block-182 {
    align-content: stretch;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .div-block-183 {
    flex-wrap: wrap;
    align-content: stretch;
    width: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .slide-nav-5 {
    margin-top: -60px;
    margin-bottom: -28px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-40 {
    font-size: 18px;
  }

  .image-94 {
    height: 100%;
    max-height: 100%;
  }

  .heading-41 {
    font-size: 25px;
  }

  .section-22 {
    padding-top: 78px;
    padding-bottom: 25px;
  }

  .div-block-184 {
    max-width: 80%;
  }

  .paragraph-29 {
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
  }

  .in-the-news {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .text-block-59 {
    border-top: 0 solid #000;
    border-left: 1px solid #000;
    border-right-width: 0;
  }

  .text-block-59._1 {
    border-right-width: 0;
  }

  .div-block-185 {
    padding-top: 0;
  }

  .image-95 {
    margin-top: 15px;
    display: block;
  }

  .image-96 {
    display: none;
  }

  .image-97 {
    width: 40px;
    height: 40px;
    display: block;
  }

  .image-98 {
    margin-top: 18px;
    display: block;
  }

  .paragraph-30 {
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 125%;
  }

  .paragraph-31 {
    font-size: 15px;
  }

  .heading-43 {
    margin-top: 69px;
    padding-bottom: 4px;
    font-size: 25px;
    line-height: 125%;
  }

  .image-101 {
    margin-top: -72px;
  }

  .image-102 {
    display: none;
  }

  .image-103 {
    margin-top: 18px;
    display: block;
  }

  .text-block-60 {
    font-size: 15px;
  }

  .heading-44 {
    font-size: 18px;
    line-height: 125%;
  }

  .bold-text-54 {
    font-size: 12px;
  }

  .heading-45 {
    font-size: 22px;
  }

  .yatra_image_1.edu {
    min-width: 175px;
    overflow: visible;
  }

  .paragraph-32.edu {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-33 {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-33.edu {
    line-height: 18px;
  }

  .image-105 {
    margin-top: -21px;
  }

  .image-106 {
    display: none;
  }

  .div-block-187 {
    margin-top: 0;
  }

  .section-29 {
    margin-top: 86px;
  }

  .heading-47 {
    text-align: center;
    font-size: 26px;
    line-height: 140%;
  }

  .heading-48 {
    font-size: 18px;
  }

  .text-block-66 {
    max-width: 117%;
    font-size: 12px;
    overflow: visible;
  }

  .div-block-188 {
    max-width: 100vw;
    overflow: hidden;
  }

  .div-block-189 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-50 {
    font-size: 24px;
  }

  .text-block-68._1, .text-block-68._2, .text-block-68._3 {
    font-size: 14px;
  }

  .paragraph-35 {
    font-size: 13px;
    line-height: 20px;
  }

  .cbse---h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 32px;
  }

  .cbse---h1.mob {
    font-size: 22px;
  }

  .paragraph-39 {
    font-size: 13px;
    line-height: 20px;
  }

  .heading-54 {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-69 {
    font-size: 15px;
    line-height: 20px;
  }

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

  .heading-55 {
    margin-top: 30px;
    padding-top: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .bold-text-64 {
    font-size: 15px;
    line-height: 20px;
  }

  .bold-text-65, .bold-text-66 {
    line-height: 20px;
  }

  .slider-8 {
    height: 500px;
  }

  .right-arrow-3 {
    margin-bottom: 117px;
  }

  .image-123 {
    width: 35px;
    height: 34px;
  }

  .image-124 {
    width: 38px;
    height: 44px;
  }

  .gallerywf_58.mission {
    font-size: 20px;
    line-height: 28px;
  }

  .line-1.white {
    flex-direction: column;
  }

  .text-block-76 {
    font-size: 20px;
    line-height: 28px;
  }

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

  .slide-28 {
    margin-left: 1px;
    margin-right: -24px;
  }

  .slider-10 {
    height: 252px;
  }

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

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

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

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

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

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

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

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

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 479px) {
  .nav01_mobile {
    height: auto;
    max-height: 50px;
    box-shadow: 7px 7px 30px #767ead14;
  }

  .nav01_links {
    justify-content: flex-end;
    box-shadow: 7px 7px 30px #16171d1f;
  }

  .nav01_right_wrap {
    flex: 0 auto;
    max-height: 50px;
  }

  .nav01_button {
    object-fit: fill;
    flex-wrap: wrap;
    align-items: center;
    width: 180px;
    min-height: auto;
    max-height: none;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    display: flex;
    overflow: hidden;
  }

  .nav01_button:active {
    background-color: #491a6c;
  }

  .nav01_link {
    text-align: right;
    padding-left: 30px;
    padding-right: 30px;
  }

  .freadom_edu-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
    font-size: 14px;
  }

  .nav01_container {
    max-height: 50px;
  }

  .landing_02 {
    background-position: 100% 0;
    min-height: auto;
    margin-top: auto;
    padding-top: 10%;
    padding-bottom: 20px;
  }

  .h14_container {
    flex-direction: column;
  }

  .h14_title {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .h14_text {
    font-size: 16px;
    line-height: 20px;
  }

  .h14_text.icon-text {
    text-align: center;
    align-self: center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 24px;
    overflow: visible;
  }

  .h14_image {
    align-self: center;
    max-width: 90%;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 90vw;
    max-width: 90vw;
    height: 93%;
    overflow: hidden;
  }

  .c05_container {
    margin-top: 30px;
    padding: 30px 20px;
  }

  .main_paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .c05_h3 {
    margin-bottom: 15px;
    font-size: 36px;
  }

  .c05_focus {
    font-size: 36px;
  }

  .h14_block_02 {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .c02_image {
    max-width: 100%;
  }

  .c02 {
    flex-direction: column;
    align-items: center;
    padding-right: 0%;
  }

  .c02_block_image {
    margin-bottom: 0;
    padding-top: 0;
  }

  .c02_block {
    margin-bottom: 10px;
  }

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

  .div-block-5 {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: center;
  }

  .c06_h3 {
    margin-bottom: 15px;
  }

  .div-block-11 {
    flex-direction: column;
    align-items: center;
    padding-left: 7%;
    padding-right: 7%;
  }

  .div-block-12 {
    max-width: none;
    margin-bottom: 40px;
  }

  .image-6 {
    max-width: 75%;
  }

  .div-block-13 {
    align-self: flex-start;
    margin-bottom: 15px;
  }

  .testimonial-block {
    margin-bottom: 20px;
  }

  .div-block-14 {
    padding: 30px 7%;
  }

  .home-feature-highlight {
    flex-direction: column;
  }

  .f01_social_circle {
    margin-right: 0;
  }

  .f01_logo {
    align-self: flex-start;
    padding-left: 0;
  }

  .f01_cta_text {
    margin-bottom: 0;
    font-size: 15px;
    position: static;
  }

  .f01_social_circle_c {
    margin-right: 0;
  }

  .f01 {
    margin-top: 60px;
  }

  .f01_link_wrap {
    align-self: auto;
    display: none;
    overflow: visible;
  }

  .div-block-15 {
    flex-direction: column;
    align-self: center;
  }

  .div-block-16 {
    margin-bottom: 30px;
  }

  .footer {
    background-image: none;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .f01_cta_text-link {
    font-size: 15px;
  }

  .div-block-19 {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-block-2 {
    font-size: 12px;
  }

  .f01_cta_text-phone {
    margin-bottom: 0;
    font-size: 15px;
    display: block;
    position: static;
  }

  .c05_h3-centre {
    text-align: center;
    margin-bottom: 15px;
    font-size: 32px;
  }

  .testimonial-block-temp {
    margin-bottom: 20px;
  }

  .f01_link-terms.w--current {
    text-align: left;
    font-size: 15px;
  }

  .div-block-20 {
    margin-top: 100px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .header-terms {
    font-size: 16px;
    line-height: 24px;
  }

  .link-block-7 {
    justify-content: center;
    padding-left: 0;
  }

  .image-10 {
    max-width: 50%;
    padding-left: 0;
  }

  .heading-4 {
    text-align: center;
    justify-content: space-between;
    max-width: 240px;
    padding-bottom: 10px;
    display: flex;
  }

  .link-block-8 {
    padding-top: 0;
  }

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

  .link-block-9 {
    padding-top: 20px;
  }

  .image-12 {
    max-width: 60%;
  }

  .image-13, .image-14 {
    max-width: 80%;
  }

  .heading-5 {
    text-align: center;
    padding-top: 61px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .button {
    text-align: center;
  }

  .button-2 {
    background-color: var(--midnight-blue);
    border: 2px solid #f1c5f8;
    font-size: 18px;
  }

  .section-3 {
    justify-content: space-around;
    display: flex;
  }

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

  .container-3 {
    max-width: 80%;
  }

  .main_paragraph-02 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 16px;
    line-height: 24px;
  }

  .h14_container-copy {
    flex-direction: column;
  }

  .p04_title_wrap {
    width: auto;
    height: 14%;
  }

  .p04_columns {
    margin-top: 50px;
  }

  .p04_container {
    height: 100%;
  }

  .p03_h3 {
    text-align: left;
    font-size: 28px;
    line-height: 1.3;
  }

  .p04 {
    margin-top: 5%;
  }

  .c06_tag_text {
    text-align: left;
    align-self: flex-start;
  }

  .c06_h3-2 {
    text-align: left;
    margin-bottom: 10px;
  }

  .c06 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-6_02 {
    flex-direction: column;
    align-items: center;
  }

  .c01_h3 {
    font-size: 36px;
  }

  .c01 {
    padding: 44px 8%;
  }

  .t05_h3 {
    text-align: left;
    margin-bottom: 20px;
  }

  .t05_title {
    text-align: left;
  }

  .t05_title_wrap {
    margin-bottom: 20px;
  }

  .section-4 {
    padding-top: 0;
  }

  .button-3 {
    font-size: 16px;
  }

  .section-5 {
    justify-content: space-around;
    display: flex;
  }

  .text-span-2, .text-span-3 {
    font-size: 36px;
  }

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

  .cta06_container {
    align-items: flex-start;
    min-width: auto;
    max-width: none;
    padding-left: 0;
  }

  .cta06_column {
    align-items: flex-start;
    width: auto;
  }

  .cta06_h3 {
    font-size: 36px;
  }

  .landing_03 {
    background-position: 100% 0;
    min-height: auto;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .main_paragraph-simple {
    font-size: 16px;
    line-height: 24px;
  }

  .fe08_card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .fe08_icon-copy {
    width: 48px;
  }

  .feature-name {
    font-size: 24px;
  }

  .feature-description {
    margin-top: 10px;
    font-size: 15px;
  }

  .section-6 {
    margin-bottom: 10px;
  }

  .main_paragraph-simple-02 {
    font-size: 16px;
    line-height: 24px;
  }

  .cl02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cl02_title {
    text-align: left;
    margin-bottom: 10px;
  }

  .h14_container_02 {
    flex-direction: column;
    margin-top: 0;
  }

  .te01_card {
    width: 100%;
  }

  .poem {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 16px;
    line-height: 24px;
  }

  .landing_02-about-us {
    background-position: 100% 0;
    min-height: auto;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .div-block-27 {
    justify-content: flex-start;
    margin-top: 10%;
  }

  .main_paragraph-03 {
    margin-top: 0%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .h14_block_02-copy {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .c05_h3-copy {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .h04_h1 {
    font-size: 42px;
    line-height: 43px;
  }

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

  .h04 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .h04_button_wrap {
    flex-flow: column wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .c05_container-copy {
    margin-top: 30px;
    padding: 30px 20px;
  }

  .landing_03-copy {
    background-position: 100% 0;
    min-height: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .h14_container-copy {
    flex-direction: column;
    margin-top: 0;
  }

  .image-16 {
    margin-top: 20px;
  }

  .cta06_h3-copy {
    font-size: 36px;
  }

  .main_paragraph-02-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 16px;
    line-height: 24px;
  }

  .nav01_link-hide, .nav01_link-hide-02 {
    text-align: right;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-16-02 {
    margin-bottom: 30px;
  }

  .c05_h3-centre-02 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 32px;
  }

  .c06_h3-3 {
    text-align: left;
    margin-bottom: 10px;
  }

  .main_paragraph-simple-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .c06_h3-4 {
    text-align: left;
    margin-bottom: 10px;
  }

  .fe08_icon-copy-2 {
    width: 48px;
  }

  .main_paragraph-04 {
    margin-top: -5%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .p03_h3-2 {
    text-align: left;
    font-size: 28px;
    line-height: 1.3;
  }

  .div-block-6_03 {
    flex-direction: column;
    align-items: center;
  }

  .c06_h3-2-copy, .c06_h3-2-copy-2 {
    text-align: left;
    margin-bottom: 10px;
  }

  .p04-hide {
    margin-top: 124%;
  }

  .navbar {
    z-index: 100000;
    background-color: #fff;
    position: sticky;
    overflow: visible;
  }

  .icon {
    font-size: 30px;
    font-weight: 400;
  }

  .hero-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .hero-image {
    order: 0;
    max-width: 100%;
  }

  .review-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-content {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .button-wrapper {
    margin-top: 10px;
  }

  .button-4 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    padding: 4px;
    line-height: 125%;
    display: flex;
  }

  .button-4:hover {
    background-color: #f2bd1d;
    border-style: none;
  }

  .heropurple {
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
  }

  .header {
    flex-direction: column;
    justify-items: center;
    padding-top: 0;
    padding-bottom: 0;
    position: sticky;
  }

  .title_head {
    margin-top: 10px;
    font-size: 28px;
    line-height: 125%;
  }

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

  .footer-title {
    font-size: 20px;
    line-height: 30px;
  }

  .line {
    height: auto;
    min-height: 4px;
  }

  .content-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .container-4 {
    letter-spacing: 0;
    text-indent: 0;
    white-space: normal;
  }

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

  .heading-6 {
    margin-top: 10px;
    font-size: 28px;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-4 {
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: stretch;
    place-items: stretch stretch;
    width: 100%;
    height: auto;
    margin-left: 5vw;
    margin-right: 5vw;
    display: grid;
    position: relative;
    inset: auto 0% 0% -5%;
    overflow: visible;
  }

  .image-5 {
    height: auto;
  }

  .navigation-about {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-items-about {
    justify-content: space-between;
    height: 60px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .navigation-wrap {
    padding-right: 10px;
  }

  .menu-icon {
    margin-right: 0;
  }

  .gallery {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-slider {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._4, .carousel-slider._2, .carousel-slider._3 {
    right: 0%;
  }

  .arrow-right {
    color: var(--midnight-blue);
  }

  .section-9.cc-store-home-wrap {
    overflow: hidden;
  }

  .intro-content {
    width: 100%;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .paragraph-2 {
    width: 100%;
    font-size: 24px;
  }

  .card {
    height: 90%;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .carousel-mask {
    width: 100%;
    margin-bottom: 0;
  }

  .f01_link-terms-2.w--current {
    text-align: left;
    font-size: 15px;
  }

  .card-body {
    flex-direction: column;
    align-self: center;
    margin-bottom: 0;
    padding: 20px 4px;
    display: flex;
  }

  .paragraph-1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }

  .para {
    text-align: center;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 0;
    font-size: 24px;
    font-style: normal;
    line-height: 37px;
    display: flex;
  }

  .heading-jumbo-anything {
    text-align: center;
    align-self: center;
    font-size: 48px;
    line-height: 60px;
  }

  .who-is-it-for-white {
    background-image: url('../images/kidbg.png');
    background-position: 110%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: scroll;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-bottom: 0;
    display: flex;
  }

  .paragraph-ganesh {
    width: 100%;
    font-size: 24px;
  }

  .f01_top_wrap-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .block-header {
    direction: ltr;
    color: #000;
    object-fit: fill;
    flex-flow: column wrap;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 0;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
    font-size: 22px;
    line-height: 40px;
    display: flex;
  }

  .paragraph-bigger {
    color: #491a6c;
    text-align: left;
    align-self: center;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-bigger.so {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .paragraph-bigger.so.ptop {
    padding-top: 10px;
  }

  .paragraph-bigger.so.ptop.ffs {
    width: 100%;
    font-size: 12px;
  }

  .paragraph-bigger.head {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .paragraph-bigger.small {
    padding-bottom: 10px;
  }

  .text-block-3 {
    color: #000;
    font-size: 16px;
  }

  .card-2 {
    height: 90%;
  }

  .card-para {
    letter-spacing: 0;
    white-space: normal;
    justify-content: center;
    height: 200px;
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .container-7 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .registration-open {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }

  .arrow-left {
    color: var(--midnight-blue);
  }

  .intro-header {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 40%;
  }

  .div-block-39 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .container-8 {
    width: 100%;
  }

  .section-10.is_full {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 720px;
    margin-top: 0;
  }

  .paragraph-bigger-copy {
    color: #000;
    text-align: left;
    flex-direction: column;
    align-self: center;
    align-items: flex-start;
    width: 50%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 4px;
    font-size: 18px;
    line-height: 26px;
    display: flex;
  }

  .sidetextheader-1.heading-jumbo {
    color: #000;
    text-align: left;
    width: 100%;
    font-size: 28px;
  }

  .image-home {
    width: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .button-5.banner-button {
    color: #9134d8;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    background-color: #ffd600;
    border-radius: 12px;
    align-self: center;
    width: auto;
    margin-top: 16px;
    margin-left: 0;
    padding: 5px 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }

  .button-5.cc-white-button {
    text-align: center;
    align-self: center;
    width: 70%;
    margin-top: 10px;
    margin-left: 0;
    padding: 5px 0;
  }

  .button-5.waitlist, .button-5.banner-button {
    color: #9134d8;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    background-color: #ffd600;
    border-radius: 12px;
    align-self: center;
    width: auto;
    margin-top: 16px;
    margin-left: 0;
    padding: 5px 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }

  .button-5.joinwaitlist {
    width: auto;
    margin-top: 10px;
    font-size: 20px;
  }

  .button-5.enrol-now {
    width: auto;
    margin-top: 0;
    font-size: 20px;
  }

  .banner-home {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 28px;
    line-height: 120%;
  }

  .text-block-7 {
    font-size: 18px;
    line-height: 125%;
  }

  .bold-text-10 {
    text-align: center;
    font-size: 20px;
    line-height: 125%;
    display: inline-block;
  }

  .div-block-41 {
    margin-top: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-block-42 {
    background-image: linear-gradient(176deg, #9134d8, #ff3c84 0%, #491a6c);
    margin-top: 20px;
  }

  .carousel.is_contained {
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: center;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
  }

  .carousel.is_contained.tb01 {
    flex-flow: row;
    align-content: center;
  }

  .image-3 {
    width: 100px;
  }

  .intro-text {
    flex: 1;
    align-self: center;
    width: 100%;
    margin-left: auto;
  }

  .slide-nav {
    margin-top: 0;
    overflow: visible;
  }

  .course-card-header {
    margin-top: -24px;
    margin-bottom: 0;
    padding: 0;
    font-size: 26px;
  }

  .intro-content-copy-colour {
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .f01-2 {
    margin-top: 0;
    padding-top: 20px;
  }

  .form-header {
    color: #000;
    object-fit: contain;
    flex-direction: column;
    height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 24px;
    line-height: 125%;
    display: flex;
  }

  .paragraph-bigger-courses {
    color: #000;
    text-align: center;
    align-self: center;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
  }

  .text-block-8-copy {
    padding-top: 2%;
    line-height: 150%;
  }

  .banner {
    padding-top: 22px;
    font-size: 26px;
    line-height: 125%;
  }

  .desc-child-get-right {
    color: #9134d8;
    font-size: 24px;
  }

  .div-block-43 {
    height: auto;
  }

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

  .bannerkid {
    margin-top: 83px;
    padding-top: 0;
    font-size: 28px;
    line-height: 120%;
  }

  .bannerkid.thank-you {
    margin-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 400;
  }

  .image-18 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-45 {
    display: block;
  }

  .image-about {
    align-self: auto;
    width: auto;
    height: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3-about {
    color: #491a6c;
    font-size: 16px;
  }

  .image-3-about {
    width: 100px;
  }

  .grid-3-about {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 30px;
  }

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

  .select-field {
    height: 45px;
    font-size: 14px;
    line-height: 150%;
  }

  .text-block-8 {
    padding-top: 2%;
    line-height: 150%;
  }

  .bold-text-about {
    text-align: center;
    font-size: 20px;
    display: inline-block;
  }

  .form, .div-block-46 {
    width: 100%;
  }

  .text-field-5 {
    height: 45px;
    font-size: 14px;
  }

  .grid-child-get-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .faq-q-text {
    font-size: 18px;
    line-height: 1.5em;
  }

  .div-block-47 {
    box-shadow: none;
    height: auto;
  }

  .c-faq-a-text {
    padding-top: 0;
  }

  .text-field-3 {
    height: 45px;
    font-size: 14px;
    line-height: 100%;
  }

  .div-block-33 {
    font-size: 40px;
  }

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

  .c-faq-q-text {
    padding-left: 10px;
    padding-right: 0;
  }

  .img-child-get-left {
    object-fit: cover;
    width: 100%;
  }

  .container-about {
    flex-direction: column;
    display: flex;
  }

  .who-is-it-for-colour {
    background-image: url('../images/kid.png'), linear-gradient(45deg, #ffa69e, #9134d8);
    background-position: 100% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 50%, auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-bottom: 0;
    display: flex;
  }

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

  .intro-header-2 {
    height: auto;
    margin-bottom: 0;
  }

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

  .submit-button {
    width: auto;
    margin-top: 12px;
  }

  .list-3 {
    margin-top: 10px;
    padding-left: 10%;
  }

  .text-field-6 {
    height: 45px;
    font-size: 14px;
  }

  .div-block-49 {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .faq-a-text {
    font-size: 16px;
  }

  .text-block-banner {
    text-align: center;
    padding-left: 0%;
    font-size: 20px;
  }

  .paragraph-bigger-copy-copy {
    color: #000;
    text-align: left;
    align-self: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .whofortext1 {
    color: #000;
    text-align: left;
    align-self: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 4px;
    font-size: 22px;
    line-height: 26px;
  }

  .rectangle-line {
    background-color: #ffa69e;
    width: 50%;
    height: 3px;
  }

  .overflow-imgae-div {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .text-block-3-header {
    color: #9134d8;
    text-align: center;
    font-size: 18px;
    line-height: 150%;
  }

  .whofordescpkt {
    color: #000;
    text-align: left;
    flex-direction: column;
    align-self: center;
    align-items: flex-start;
    width: 50%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 4px;
    font-size: 18px;
    line-height: 26px;
    display: flex;
  }

  .heropurple-unbolf {
    width: 100%;
    margin-bottom: 0;
  }

  .pay-now-banner {
    margin-top: 0;
  }

  .bold-text-11 {
    font-size: 28px;
  }

  .bold-text-11.span1 {
    font-size: 36px;
  }

  .div-block-51 {
    flex-direction: column;
    align-items: center;
    padding-top: 52px;
  }

  .div-block-52 {
    width: 100%;
    height: auto;
  }

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

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

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

  .div-block-54.sop01 {
    width: 100%;
    height: auto;
    max-height: none;
    display: flex;
    overflow: visible;
  }

  .navigation-about-kt-pay {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block-3 {
    width: 100%;
  }

  .heading-jumbo-kt {
    text-align: center;
    align-self: center;
    font-size: 48px;
    line-height: 60px;
  }

  .list-4 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

  .logo-image-uni {
    width: 100%;
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .logo-link-uni {
    width: 35%;
  }

  .div-block-54-payresponse {
    width: 100%;
  }

  .bold-text-12 {
    font-size: 28px;
  }

  .text-span-33 {
    font-size: 32px;
  }

  .bold-text-13 {
    font-size: 40px;
  }

  .banner-home-2 {
    font-size: 28px;
    line-height: 120%;
  }

  .text-block-11 {
    font-size: 18px;
    line-height: 125%;
  }

  .paragraph-3 {
    width: 100%;
    font-size: 20px;
  }

  .card-3 {
    height: 88%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .card-body-2 {
    flex-direction: column;
    align-self: center;
    margin-bottom: 0;
    padding: 20px 4px;
    display: flex;
  }

  .paragraph-4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }

  .paragraph-ganesh-2 {
    width: 100%;
    font-size: 20px;
  }

  .block-header-2 {
    color: #000;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 22px;
    line-height: 40px;
    display: flex;
  }

  .card-4 {
    background-size: 580px;
    height: 90%;
  }

  .card-para-2 {
    letter-spacing: 0;
    white-space: normal;
    margin-top: -12px;
    font-size: 16px;
  }

  .course-card-header-2 {
    margin-top: -24px;
    margin-bottom: 0;
    padding: 0;
    font-size: 20px;
  }

  .example-text {
    color: #491a6c;
    text-align: left;
    align-self: center;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .logo-image-uni-2 {
    width: 100%;
  }

  .navigation-about-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field-11 {
    height: 45px;
    font-size: 18px;
    line-height: 100%;
  }

  .paragraph-9 {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
    line-height: 125%;
  }

  .div-block-56 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-62 {
    width: 90%;
  }

  .image-22 {
    width: 75%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bold-text-23 {
    font-size: 28px;
    line-height: 125%;
  }

  .div-block-63 {
    height: auto;
  }

  .faq-q-text-2 {
    font-size: 12px;
    line-height: 1.5em;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .heading-11 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
  }

  .image-about-2 {
    align-self: auto;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-5 {
    font-size: 12px;
  }

  .bold-text-29 {
    font-size: 32px;
  }

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

  .faq-a-text-2 {
    margin-top: 19px;
    font-size: 12px;
  }

  .image-23 {
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .button-copy-copy.joinwaitlist-copy {
    align-self: center;
    width: 75%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 20px;
    display: flex;
  }

  .button-copy-copy.joinwaitlist-copy-copy {
    width: auto;
    margin-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 20px;
  }

  .f01_cta_text-2 {
    margin-bottom: 0;
    font-size: 15px;
    position: static;
  }

  .slide {
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-19.sunset {
    font-size: 24px;
    line-height: 125%;
  }

  .slider {
    height: auto;
  }

  .text-field-12 {
    height: 45px;
    font-size: 18px;
  }

  .div-block-64 {
    width: 90%;
  }

  .container-9 {
    margin-top: 20px;
  }

  .list-5 {
    text-align: left;
    font-size: 11px;
    line-height: 150%;
  }

  .f01-3 {
    margin-top: 0;
    padding-top: 20px;
  }

  .bold-text-21 {
    font-size: 30px;
  }

  .bold-text-24 {
    font-size: 26px;
    line-height: 125%;
  }

  .slide-2 {
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-65 {
    flex-direction: column;
  }

  .text-field-13 {
    height: 45px;
    font-size: 18px;
  }

  .html-embed {
    height: 10px;
  }

  .div-block-73 {
    box-shadow: none;
    height: auto;
  }

  .text-block-23 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .banner-2 {
    font-size: 24px;
    line-height: 125%;
  }

  .select-field-3 {
    height: 45px;
    font-size: 18px;
  }

  .submit-button-3 {
    width: auto;
    margin-top: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-25 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 10px;
  }

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

  .div-block-74 {
    margin-top: 20px;
    display: flex;
  }

  .mask {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-header-2 {
    color: #000;
    object-fit: contain;
    flex-direction: column;
    height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 24px;
    line-height: 125%;
    display: flex;
  }

  .image-26 {
    width: 100%;
    height: auto;
  }

  .text-span-36 {
    padding-bottom: 20px;
  }

  .div-block-75 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-63-copy {
    flex-direction: column-reverse;
    margin-left: 0%;
    margin-right: 0%;
  }

  .button-copy.joinwaitlist-copy {
    width: 75%;
    margin-top: 0;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
  }

  .bold-text-30 {
    color: #fff;
  }

  .bold-text-31 {
    color: #000;
  }

  .right-arrow, .left-arrow {
    width: 10%;
  }

  .div-block-76 {
    background-image: linear-gradient(344deg, #491a6c, #491a6c 0%, #ff3c84);
  }

  .bold-text-32 {
    color: #000;
  }

  .image-30 {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-50 {
    font-size: 25px;
  }

  .text-span-52 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
  }

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

  .bold-text-38, .bold-text-39 {
    font-weight: 400;
  }

  .slider-3 {
    background-color: #e5c4ff;
    background-image: none;
    height: 400px;
  }

  .icon-5 {
    color: #fff;
    padding-right: 0;
    position: relative;
  }

  .icon-6 {
    color: #fff;
  }

  .slide-nav-3 {
    color: #0000;
    background-color: #0000;
    margin-top: 400px;
    padding-top: 60px;
  }

  .slide-6 {
    background-image: url('../images/1.png');
    background-position: 50% 0;
    background-size: cover;
    width: 290px;
    height: 300px;
  }

  .slide-7 {
    background-image: none;
  }

  .slide-9 {
    background-image: url('../images/3.png');
    background-position: 50%;
    background-size: cover;
  }

  .slide-10 {
    background-image: url('../images/4.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 290px;
  }

  .slide-11 {
    background-image: url('../images/3.png');
    background-position: 50%;
    background-size: cover;
    width: 290px;
    height: 100%;
  }

  .div-block-83 {
    background-color: #e5c4ff;
    height: 500px;
  }

  .right-arrow-2 {
    margin-top: 60px;
  }

  .video-2 {
    width: 270px;
    height: 0;
  }

  .mask-2 {
    background-color: #e5c4ff;
  }

  .left-arrow-2 {
    color: #fff;
    margin-top: 60px;
  }

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

  .slide-12 {
    background-image: url('../images/5.png');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-13 {
    background-image: url('../images/2.png');
    background-position: 50%;
    background-size: cover;
  }

  .icon-7 {
    margin-left: 0;
  }

  .icon-8 {
    margin-right: 0;
  }

  .slide-18 {
    background-image: url('../images/2021626-115957.png');
  }

  .event-banner {
    flex-direction: column;
    justify-items: center;
    padding-top: 0;
    padding-bottom: 0;
    position: sticky;
  }

  .upcoming-event {
    margin-top: 10px;
    font-size: 28px;
    line-height: 125%;
  }

  .event-banner-copy {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .event-button {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    padding: 4px;
    line-height: 125%;
    display: flex;
  }

  .event-button:hover {
    background-color: #f2bd1d;
    border-style: none;
  }

  .event-banner-image {
    order: 0;
    width: 73%;
    max-width: 100%;
  }

  .hero-image-copy {
    order: 0;
    max-width: 100%;
  }

  .nav-link-5, .nav-link-5-copy {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

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

  .checkbox {
    width: 15px;
    height: 15px;
    margin-left: -20px;
  }

  .checkbox.w--redirected-checked {
    width: 15px;
    height: 15px;
  }

  .lp3_lead_form_small_text {
    font-size: 10px;
    line-height: 15px;
  }

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

  .lp3_lead_form_title {
    font-size: 20px;
    line-height: 24px;
  }

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

  .lp3_lead_form_block2 {
    padding-right: 10px;
  }

  .checkbox-field {
    padding-left: 20px;
  }

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

  .lp3_lead_form_input2 {
    width: 50%;
  }

  .lp3_lead_form_promo_radio_label {
    margin-right: 7px;
  }

  .div-block-85 {
    flex-direction: column;
  }

  .lp3_hero_block_img2 {
    width: 100%;
    height: auto;
  }

  .lp3_hero_block2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .lp3_hero_block_img {
    width: 40px;
    height: 40px;
  }

  .lp3_hero_block_fwd_arrow {
    margin-top: 3px;
  }

  .lp3_container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .flive_hero_right_column {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .lp3_para3 {
    margin-top: 4px;
    font-size: 14px;
    line-height: 22px;
  }

  .lp3_hero_left_column {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .lp3_hero_pre_title {
    font-size: 12px;
    line-height: 14px;
  }

  .lp3_hero_block_left_div2 {
    width: 40%;
    max-width: 100px;
    height: 125px;
    margin-right: 10px;
  }

  .lp3_para2 {
    font-size: 16px;
    line-height: 20px;
  }

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

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

  .lp3_hero_block_left_div {
    width: 20%;
    max-width: 60px;
    height: 80px;
  }

  .lp3_hero {
    padding-top: 20px;
  }

  .header_link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button-3 {
    height: 50px;
    margin-top: 0;
    padding: 18px;
  }

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

  .lp3_container_navbar, .navbar-3 {
    height: 60px;
  }

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

  .lp3_coumns_img {
    overflow: visible;
  }

  .lp3_para4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .lp3_section_subheader {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 24px;
  }

  .lp3_section_header {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

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

  .lp3_section_white {
    padding-top: 70px;
  }

  .lp3_section_peach {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-block-13 {
    font-size: 28px;
    line-height: 36px;
  }

  .lp3_column_right_text {
    margin-top: 5px;
  }

  .lp3_para5 {
    text-align: left;
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .lp3_para6 {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .lp3_logo_footer {
    height: auto;
  }

  .lp3_footer_block_div {
    align-items: flex-start;
  }

  .lp3_footer {
    padding-top: 40px;
  }

  .div-block-86 {
    width: 100%;
    height: 137px;
    margin-top: 0;
    margin-left: 0;
    display: block;
    overflow: visible;
  }

  .div-block-86.so, .div-block-86.so.ffs {
    width: 100%;
  }

  .container-13 {
    height: auto;
  }

  .div-block-87 {
    line-height: 125%;
  }

  .text-block-33 {
    margin-left: 0;
  }

  .div-block-88 {
    align-self: center;
  }

  .heading-15 {
    text-align: left;
    margin-top: 20px;
    font-size: 11px;
    line-height: 125%;
  }

  .container-14 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-14.altso {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .text-block-34, .text-span-58, .text-span-59 {
    font-size: 14px;
  }

  .text-block-2-copy {
    font-size: 17px;
  }

  .button-8 {
    margin-top: 10px;
  }

  .container-15 {
    height: auto;
  }

  .div-block-90 {
    height: auto;
    max-height: none;
    margin-top: 0;
  }

  .heading-copy-copy-copy {
    font-size: 24px;
  }

  .div-block-91 {
    margin-top: 0;
  }

  .paragraph-12 {
    margin-top: 0;
    font-size: 12px;
    line-height: 17px;
  }

  .container-4-copy-copy {
    height: 200px;
  }

  .studio-features {
    height: auto;
  }

  .heading-copy {
    padding-top: 0;
    font-size: 21px;
  }

  .paragraph-2-copy {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-16 {
    height: auto;
  }

  .div-block-9-copy {
    height: 181px;
  }

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

  .div-block-92 {
    height: 178px;
  }

  .paragraph-3-copy {
    margin-left: 0;
  }

  .div-block-9-copy-copy {
    width: 90%;
    height: 181px;
  }

  .container-5-copy {
    height: auto;
  }

  .heading-copy-copy-copy-copy {
    margin-top: 0;
    font-size: 27px;
    line-height: 32px;
  }

  .paragraph-2-copy-copy {
    max-width: 91%;
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-2-copy-copy-copy {
    font-size: 14px;
    line-height: 125%;
  }

  .containy {
    height: auto;
    max-height: none;
    margin-top: 0;
  }

  .heading-copy-copy-copy-copy-2 {
    margin-top: 20px;
    font-size: 29px;
    line-height: 33px;
  }

  .image-33 {
    width: 100%;
  }

  .container-3-copy-copy {
    background-size: cover;
    height: auto;
    max-height: 1000px;
    margin-top: 0;
  }

  .section-copy-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-copy-copy-copy-copy-copy {
    margin-top: 0;
    padding-top: 10px;
    font-size: 16px;
    line-height: 125%;
  }

  .text-block-2-copy-copy-copy-2 {
    line-height: 22px;
  }

  .text-span-60 {
    font-size: 15px;
  }

  .form-comic-studio {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    margin-top: 32px;
    margin-left: 16px;
    display: block;
  }

  .bold-text-21-copy {
    font-size: 16px;
  }

  .submit-button-copy {
    width: auto;
    margin-top: 12px;
  }

  .f01-3-copy, .f01-3-copy-copy, .f01-3-copy-copy {
    margin-top: 0;
    padding-top: 20px;
  }

  .list-item-7, .list-item-8, .list-item-9 {
    font-size: 12px;
  }

  .div-block-93 {
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-93.so-container {
    flex-flow: column;
    align-items: center;
    width: 90%;
    padding-bottom: 0;
  }

  .div-block-93.so-container.ffs {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-94 {
    width: 100%;
    margin-top: 86px;
    margin-left: -13px;
  }

  .div-block-94.so {
    flex-direction: column;
    align-items: stretch;
    width: 90%;
    margin-top: 0;
    padding-left: 0;
    font-family: Inter, sans-serif;
    display: flex;
    position: static;
  }

  .div-block-94.so1 {
    width: 100%;
    margin-left: 0;
  }

  .list-6 {
    width: 90%;
    padding-left: 0;
    font-weight: 600;
  }

  .heading-17 {
    width: auto;
  }

  .container-18 {
    max-width: 100%;
  }

  .gradient-header {
    width: auto;
    margin-left: 0;
    padding-top: 10px;
    font-size: 40px;
    line-height: 111%;
  }

  .section-14 {
    flex-direction: column;
    margin-top: 60px;
  }

  .bold-text-45 {
    font-size: 42px;
    line-height: 49%;
  }

  .button-2-copy {
    width: auto;
  }

  .bold-text-21-copy-copy {
    font-size: 16px;
  }

  .form-em {
    width: 100%;
  }

  .text-field-11-copy {
    height: 45px;
    font-size: 18px;
    line-height: 100%;
  }

  .text-field-12-copy, .text-field-13-copy {
    height: 45px;
    font-size: 18px;
  }

  .submit-button-copy-copy {
    width: auto;
    margin-top: 12px;
  }

  .div-block-98 {
    padding-bottom: 20px;
  }

  .div-block-99 {
    width: 90%;
  }

  .image-36 {
    width: 75%;
  }

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

  .heading-copy-copy-copy-2 {
    font-size: 40px;
  }

  .paragraph-14 {
    max-width: none;
  }

  .heading-18 {
    margin-left: 22px;
    font-size: 18px;
    line-height: 125%;
  }

  .paragraph-15 {
    margin-left: 22px;
  }

  .container-5-copy-copy {
    height: auto;
  }

  .bold-text-45-copy {
    font-size: 36px;
  }

  .paragraph-2-copy-copy-copy {
    max-width: 91%;
    font-size: 12px;
    line-height: 16px;
  }

  .bold-text-47 {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .div-block-103 {
    background-color: #fff;
    border: 5px solid #aff1ff;
    border-radius: 14px;
    flex-direction: column;
    align-items: center;
    width: 85%;
    max-width: 94%;
    display: flex;
  }

  .journey {
    width: 97%;
    margin-left: 16px;
    padding-left: 0;
  }

  .card-5 {
    height: 90%;
  }

  .card-copy {
    height: 90%;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .card-para-copy {
    letter-spacing: 0;
    white-space: normal;
    justify-content: center;
    height: 200px;
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .paragraph-16 {
    font-size: 14px;
  }

  .facad-header {
    max-width: 100%;
    padding-left: 20px;
  }

  .section1 {
    max-width: 50%;
    margin-top: 80px;
    margin-left: 0;
  }

  .paragraph-17 {
    font-size: 30px;
  }

  .paragraph-18 {
    font-size: 14px;
  }

  .button-9 {
    margin-top: 10px;
    margin-bottom: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
  }

  .div-block-104 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 90%;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-19 {
    padding-top: 20px;
    font-size: 33px;
  }

  .course-starts {
    text-align: center;
    padding-top: 0;
    font-size: 15px;
    line-height: 122%;
  }

  .text-span-67 {
    padding-top: 11px;
    font-size: 10px;
    line-height: 125%;
    display: flex;
  }

  .text-span-68 {
    line-height: 119%;
  }

  .text-span-69 {
    font-size: 13px;
  }

  .course-tagline {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .button-10 {
    margin-bottom: 22px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
  }

  .paragraph-17-copy {
    width: 90%;
    margin-top: 20px;
    font-size: 25px;
  }

  .paragraph-18-copy {
    width: 75%;
    max-width: none;
    padding-top: 10px;
    font-size: 12px;
  }

  .div-block-105 {
    grid-row-gap: 11px;
    width: 90%;
    margin-top: 10px;
  }

  .container-23 {
    margin-top: 20px;
  }

  .div-block-106 {
    width: 90%;
    margin-top: 10px;
  }

  .slider-5 {
    width: 100%;
    height: 200px;
    margin-top: 20px;
  }

  .slide-19 {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
  }

  .mask-4 {
    max-width: 100%;
    height: 200px;
  }

  .div-head-banner {
    width: 90%;
  }

  .div-head-banner-right {
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: 90%;
    padding-right: 0;
    display: flex;
  }

  .text-block-46 {
    flex-direction: row;
    padding-top: 10px;
    font-size: 42px;
  }

  .div-block-111 {
    padding-top: 0;
  }

  .text-span-70 {
    font-size: 14px;
  }

  .request-a-callback-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .display-heading {
    text-align: center;
    font-size: 62px;
  }

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

  .form-3 {
    flex-direction: column;
  }

  .container-25 {
    height: 100%;
  }

  .page-content {
    justify-content: center;
    max-width: 100%;
    height: 100%;
  }

  .logo {
    width: 50%;
    max-width: none;
  }

  .content-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    height: 100%;
  }

  .body-4 {
    background-color: var(--midnight-blue);
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .section-15 {
    flex-direction: column-reverse;
    padding-top: 0;
  }

  .header-left-div {
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-left: 10px;
  }

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

  .purple-headers {
    text-align: center;
    padding-top: 0;
    font-size: 24px;
  }

  .text-block-50 {
    text-align: center;
    font-size: 16px;
  }

  .form-block-5 {
    width: 100%;
  }

  .form-4 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .text-field-14 {
    text-align: center;
    width: 90%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .submit-button-5 {
    margin-left: 0;
  }

  .mid-section {
    background-image: url('../images/Frame-14.jpg');
  }

  .mid-div {
    flex: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-header {
    text-align: center;
    font-size: 24px;
  }

  .mid-div-desc {
    font-size: 16px;
  }

  .container-26 {
    position: static;
  }

  .card-body-3 {
    padding: 0 20px 10px;
  }

  .card-body-3.speaker {
    height: 350px;
  }

  .carousel-slider-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider-2._6, .carousel-slider-2._2, .carousel-slider-2._4, .carousel-slider-2._3, .carousel-slider-2._7, .carousel-slider-2._5, .carousel-slider-2._8 {
    right: 0%;
  }

  .btn {
    text-align: center;
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 25px;
  }

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

  .carousel-mask-2 {
    flex: 0 auto;
    width: 100%;
    padding-bottom: 60px;
    overflow: visible;
  }

  .bottom-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .bottom-section-desc {
    text-align: center;
    padding-right: 10px;
    font-size: 16px;
  }

  .bottom-left-div {
    align-items: center;
    width: 100%;
    padding-top: 50px;
    padding-left: 10px;
  }

  .image-40 {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .speakercard-section {
    background-image: url('../images/Frame-13.jpg');
    display: block;
  }

  .bookingcard {
    width: 100%;
    margin-bottom: 10px;
  }

  .white-headers {
    font-size: 24px;
  }

  .white-para {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .testimonial-body {
    height: 240px;
    padding: 0 20px 10px;
  }

  .testimonial-card {
    height: 300px;
    padding-bottom: 10px;
  }

  .bottom-para {
    font-size: 22px;
  }

  .header-right-div {
    width: 100%;
    padding-right: 0%;
  }

  .body-6 {
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    overflow: visible;
  }

  .image-42 {
    padding: 40px 13px 20px 3px;
    display: block;
  }

  .div-block-115 {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .calendar-card {
    flex-direction: column;
    align-items: center;
    height: 260px;
    padding: 10px;
    display: flex;
  }

  .datetime {
    text-align: left;
  }

  .calendarcardbody {
    padding: 20px;
  }

  .grade-12-calendar-div {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .bookingcard-grade-1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .other-grade-b01, .other-grade-b02, .btn-02 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .grade-34-calendar-div {
    padding-left: 0;
    padding-right: 0;
  }

  .calendar-card-02 {
    flex-direction: column;
    align-items: center;
    height: 250px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .btn03, .btn-01 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .bookingcard-gr-34, .bookingcard-gr-56 {
    width: 100%;
    margin-bottom: 10px;
  }

  .btn-03 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .grade-56-calendar-div {
    padding-left: 0;
    padding-right: 0;
  }

  .calendar-card-03 {
    flex-direction: column;
    align-items: center;
    height: 250px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .view-all-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .div-block-118 {
    width: 90%;
  }

  .subheader-left {
    margin-left: 0;
  }

  .subheader-left.ffs {
    font-size: 18px;
  }

  .div-block-119 {
    flex-direction: row;
    display: flex;
  }

  .block-header-so {
    direction: ltr;
    color: #000;
    object-fit: fill;
    flex-flow: column wrap;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 0;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 0 10px;
    font-size: 22px;
    font-weight: 600;
    line-height: 125%;
    display: flex;
  }

  .block-header-so.ffs {
    width: 90%;
    font-size: 20px;
  }

  .div-block-120 {
    flex-direction: column;
    align-items: center;
    width: 90%;
  }

  .div-block-120.news {
    flex-direction: row;
    width: 90%;
  }

  .div-block-120.purple {
    flex-direction: row;
    height: auto;
    padding-left: 10px;
    display: none;
  }

  .div-block-120.imgs {
    flex-direction: row;
    width: 90%;
    display: flex;
  }

  .white-card1 {
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .whitecardbody {
    padding-bottom: 10px;
  }

  .image-44, .image-44.news {
    width: 25%;
  }

  .div-block-121 {
    width: 90%;
  }

  .divblock-left {
    width: 90%;
    padding-right: 0;
  }

  .divblock-right {
    width: 90%;
    padding-left: 0;
  }

  .container-13-copy {
    background-size: cover;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 0;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .header-left {
    text-align: center;
    flex-direction: column;
    margin-left: 0;
    padding-left: 0;
    font-size: 36px;
    display: flex;
  }

  .header-left.pb {
    justify-content: center;
    display: flex;
  }

  .header-section {
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-around;
    padding-bottom: 10px;
    display: flex;
    position: relative;
  }

  .image-47 {
    padding-top: 60px;
  }

  .image-48 {
    display: none;
  }

  .div-block-93-copy {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container-14-copy {
    height: auto;
  }

  .div-block-86-copy {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    font-family: Inter, sans-serif;
    display: block;
    overflow: visible;
  }

  .div-block-86-copy.so {
    width: 100%;
  }

  .div-block-86-copy.pb {
    justify-content: flex-start;
    align-items: center;
  }

  .title-wrap {
    margin-bottom: 0;
  }

  .title-capped {
    font-size: 12px;
  }

  .faq-section {
    padding-bottom: 10px;
  }

  .arrow-image-mobile-02 {
    max-width: none;
    max-height: 100px;
  }

  .arrow-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .title-2 {
    padding-top: 20px;
    font-size: 28px;
  }

  .arrow-image-mobile {
    max-width: none;
    max-height: 100px;
  }

  .circle-div {
    background-color: #fff;
    border: .5px solid #491a6c;
    min-width: 180px;
    max-width: 180px;
    min-height: 180px;
    max-height: 180px;
  }

  .counterup {
    font-size: 40px;
  }

  .bold-text-48 {
    font-size: 28px;
  }

  .image-49 {
    width: 150px;
  }

  .container-28 {
    justify-content: center;
    display: flex;
  }

  .image-50 {
    display: block;
  }

  .image-51 {
    max-width: 90%;
    display: block;
  }

  .image-52 {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .image-53, .link-block-12 {
    display: none;
  }

  .link-block-13 {
    width: 90%;
    margin-top: 40px;
    display: block;
  }

  .white-card-ffs {
    width: 90%;
    height: 120px;
    margin-bottom: 20px;
  }

  .bold-text-49 {
    text-align: center;
    font-size: 32px;
  }

  .image-54 {
    width: 100%;
  }

  .image-54.ffs {
    width: 75%;
  }

  .bold-text-50 {
    font-size: 20px;
  }

  .so-container {
    background-size: cover;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 0;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .so-white-div {
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .so-white-div.so-container {
    flex-flow: column;
    align-items: center;
    width: 90%;
    padding-bottom: 0;
  }

  .so-white-div.so-container.ffs {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-93-copy {
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-93-copy.so-container {
    flex-flow: column;
    align-items: center;
    width: 90%;
    padding-bottom: 0;
  }

  .div-block-93-copy.so-container.ffs {
    margin-left: 0;
    margin-right: 0;
  }

  .ffschooldiv {
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .ffschooldiv.so-container {
    flex-flow: column;
    align-items: center;
    width: 90%;
    padding-bottom: 0;
  }

  .ffschooldiv.so-container.ffs {
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
  }

  .padhe-bharat-signup {
    width: 100%;
  }

  .success-msg {
    color: #000;
    text-align: center;
    align-self: center;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 125%;
  }

  .vertical-sec-div {
    flex-direction: column-reverse;
    align-items: center;
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .vertical-sec-div.so-container {
    flex-flow: column;
    align-items: center;
    width: 90%;
    padding-bottom: 0;
  }

  .vertical-sec-div.so-container.ffs {
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-vertical-div {
    color: #491a6c;
    text-align: left;
    align-self: center;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-vertical-div.so {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .paragraph-vertical-div.so.ptop {
    padding-top: 10px;
  }

  .paragraph-vertical-div.so.ptop.ffs {
    width: 100%;
    font-size: 12px;
  }

  .paragraph-vertical-div.head {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .paragraph-vertical-div.small {
    padding-bottom: 10px;
  }

  .div-block-124 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-56 {
    width: 150px;
    height: auto;
  }

  .pb-signup {
    object-fit: fill;
    flex-wrap: wrap;
    align-items: center;
    width: 120px;
    min-height: auto;
    max-height: none;
    margin-right: 10px;
    padding: 5px 0;
    font-family: Inter, sans-serif;
    font-weight: 400;
    display: flex;
    overflow: hidden;
  }

  .pb-signup:active {
    background-color: #491a6c;
  }

  .image-57 {
    width: 120px;
  }

  .heading-21 {
    color: #491a6c;
    text-align: center;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 125%;
  }

  .div-block-128 {
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
  }

  .card-body-4 {
    padding: 20px;
  }

  .carousel-slider-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider-3._6, .carousel-slider-3._2, .carousel-slider-3._4, .carousel-slider-3._3, .carousel-slider-3._7, .carousel-slider-3._5, .carousel-slider-3._8 {
    right: 0%;
  }

  .carousel-mask-3 {
    width: 100%;
  }

  .contact-form {
    width: 100%;
    padding-top: 0;
  }

  .submit-button-cf1 {
    text-align: center;
  }

  .form-title-cf1 {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
  }

  .contact-form-wrapper {
    border-radius: 0;
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
  }

  .form-cf1 {
    text-align: center;
    margin-top: 10px;
  }

  .question_form {
    text-align: left;
    margin-top: 0;
    font-size: 16px;
  }

  .radio-button-label {
    font-size: 16px;
  }

  .radio-button-field {
    text-align: left;
    font-size: 16px;
  }

  .radio-button-label-2 {
    font-size: 16px;
  }

  .radio-button-field-2, .radio-button-field-3 {
    text-align: left;
  }

  .heading-30 {
    margin-top: 4px;
    margin-bottom: 8px;
    padding-bottom: 0;
    font-size: 25px;
    line-height: 125%;
  }

  .paragraph-25 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 89px;
    font-size: 15px;
  }

  .image-66 {
    margin-top: 0;
  }

  .heading-31 {
    padding-top: 9px;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
  }

  .paragraph-26 {
    font-size: 10px;
    line-height: 11px;
  }

  .two-col-section {
    display: none;
  }

  .container-firo {
    max-width: 100%;
  }

  .container-firo.logos-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .content-wrapper-firo {
    margin-left: 0%;
    padding: 18px 16px 0;
  }

  .image-wrapper-firo {
    margin-top: 0;
  }

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

  .short-heading {
    text-align: center;
    max-width: 800px;
    margin-top: 0;
    font-size: 25px;
    line-height: 125%;
  }

  .short-heading._1 {
    font-size: 25px;
  }

  .button-firo {
    justify-content: center;
    align-items: center;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 14px;
    font-size: 14px;
    display: flex;
  }

  .button-firo.hidden {
    display: none;
  }

  .button-firo.hidden.hero {
    text-align: center;
    border-radius: 9px;
    max-width: 40%;
    margin-bottom: 63px;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 0;
    display: block;
  }

  .button-firo.mobile {
    max-width: 50%;
    margin-bottom: 29px;
    margin-right: 25%;
    padding: 7px 23px 7px 30px;
    font-size: 13px;
  }

  .button-firo.mobile.signup {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .image-69 {
    max-width: 100%;
  }

  .section-20 {
    padding-top: 0;
  }

  .image-71 {
    object-fit: fill;
    object-position: 50% 0%;
  }

  .div-block-146 {
    padding-top: 0;
  }

  .heading-36 {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 25px;
    line-height: 125%;
  }

  .heading-36.small {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
  }

  .div-block-147 {
    max-width: 100%;
    padding: 13px 10px;
  }

  .hero-section-firo {
    background-image: url('../images/Group-5687.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .image-78 {
    max-width: 320px;
    margin-top: 79px;
  }

  .black-heading {
    font-size: 24px;
    line-height: 125%;
  }

  .grid-17 {
    display: none;
  }

  .package-details {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .list-item-11 {
    padding-top: 6px;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 13px;
  }

  .paragraph-28 {
    text-align: center;
    margin-bottom: 23px;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
  }

  .partner-logos {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-85 {
    max-width: 50%;
  }

  .purplesectionheading {
    margin-top: 29px;
    font-size: 25px;
    line-height: 125%;
  }

  .purple-subheading {
    font-size: 20px;
    font-weight: 600;
    line-height: 125%;
  }

  .awards-div {
    margin-top: 0;
    padding-top: 0;
  }

  .awards-text-div {
    font-size: 10px;
  }

  .text-block-56 {
    max-width: 100%;
    font-size: 10px;
    line-height: 125%;
  }

  .grid-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .grid-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fffbeb;
    border: 0 solid #000;
    border-radius: 21px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin: 32px 40px 26px;
    display: block;
    box-shadow: 0 1px 4px #000;
  }

  .heading-39 {
    color: #000;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 21px;
    line-height: 125%;
  }

  .div-block-169 {
    border-bottom: 1px solid #000;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .text-block-57 {
    text-align: center;
    border-bottom: 0 solid #000;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Inter, sans-serif;
    line-height: 120%;
  }

  .div-block-170, .div-block-171 {
    border-bottom: 1px solid #000;
  }

  .div-block-172, .div-block-173 {
    padding-bottom: 2px;
  }

  .image-93 {
    padding: 16px 10px;
  }

  .grid-20 {
    display: block;
  }

  .div-block-178 {
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
  }

  .div-block-179, .div-block-180, .div-block-181 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 22px;
    padding-right: 22px;
    display: none;
  }

  .logo-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .slide-25 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-182 {
    align-items: center;
  }

  .div-block-183 {
    width: 30%;
  }

  .slide-nav-5 {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .icon-12, .icon-13 {
    display: none;
  }

  .heading-40 {
    font-size: 16px;
  }

  .div-block-184 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-23 {
    padding: 20px 11px;
  }

  .div-block-185 {
    padding-top: 0;
  }

  .image-97 {
    width: 50px;
    height: 50px;
  }

  .image-101 {
    margin-top: -58px;
  }

  .text-block-60 {
    text-align: center;
    font-size: 8px;
  }

  .bold-text-54 {
    font-size: 9px;
  }

  .testimonial-wrapper {
    flex-direction: column;
  }

  .heading-45 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .yatra_image_1 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .list-8 {
    padding-left: 26px;
  }

  .list-9, .list-10, .list-11, .list-12, .list-13, .list-14 {
    padding-left: 18px;
  }

  .section-29 {
    margin-top: 83px;
  }

  .heading-47 {
    font-size: 18px;
    line-height: 140%;
  }

  .heading-48 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .text-block-65 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .text-block-66 {
    font-size: 10px;
  }

  .div-block-189 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-52 {
    font-size: 34px;
  }

  .cbse---h1.mob {
    font-size: 20px;
    line-height: 26px;
  }

  .section-38 {
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
  }

  .counts-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-54 {
    font-size: 17px;
    line-height: 20px;
  }

  .text-block-69 {
    font-size: 12px;
    line-height: 15px;
  }

  .heading-55 {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .bold-text-64 {
    font-size: 12px;
    line-height: 15px;
  }

  .bold-text-65, .bold-text-66 {
    line-height: 15px;
  }

  .slide-27 {
    width: 50%;
  }

  .right-arrow-3 {
    margin-right: -58px;
  }

  .slide-28 {
    max-width: 90%;
  }

  .image-136 {
    width: 129px;
    height: 120px;
  }

  .div-block-216 {
    width: 145px;
    height: 58%;
    margin-left: 124px;
  }

  .div-block-7 {
    width: 145px;
    height: 58%;
    margin-left: 74px;
    padding-left: 0;
  }

  .section-50 {
    overflow: hidden;
  }

  .div-block-217 {
    width: 145px;
    height: 58%;
    margin-left: 33px;
  }

  .image-137 {
    width: 129px;
    height: 120px;
  }

  .icon-17 {
    margin-left: 7.5px;
  }

  .slide_4 {
    width: 145px;
    height: 58%;
    margin-left: 98px;
  }

  .image-138 {
    width: 129px;
    height: 120px;
  }

  .slider-10 {
    max-width: 100%;
    height: 176px;
    max-height: 100%;
  }

  .icon-18 {
    margin-right: 7.5px;
  }

  .div-block-218 {
    width: 145px;
    height: 58%;
    margin-top: 52px;
  }

  .image-139, .image-140 {
    width: 129px;
    height: 120px;
  }

  .icon-19, .icon-20 {
    font-size: 24px;
  }

  .container-42, .container-44 {
    max-width: none;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

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

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .quick-stack-2 {
    width: 1138px;
    max-width: 100%;
  }
}

#w-node-b59382ce-73e8-7329-0c01-bcaa3936609a-a004522c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e63e6f0-42de-3127-f9ca-cbcdbd1514df-cca18616, #w-node-_9e63e6f0-42de-3127-f9ca-cbcdbd1514ef-cca18616 {
  align-self: start;
}

#w-node-_26227268-6e48-c7a4-f6db-600b64c84239-5b63612a, #w-node-_26227268-6e48-c7a4-f6db-600b64c84243-5b63612a, #w-node-_26227268-6e48-c7a4-f6db-600b64c8424c-5b63612a, #w-node-_26227268-6e48-c7a4-f6db-600b64c84253-5b63612a, #w-node-_26227268-6e48-c7a4-f6db-600b64c842cf-5b63612a {
  align-self: center;
}

#w-node-e343d3ed-cadd-1da7-47a5-28b42b0d1c42-83b664de {
  justify-self: start;
}

#w-node-b1f8a0dc-4159-d9b1-6d2f-ef307a6f0cc4-2a90e6b5 {
  align-self: auto;
}

#w-node-b2bca808-294e-88c5-f6a9-b4c796db8492-106850b6 {
  justify-self: center;
}

#w-node-_0b70ef21-07ff-23b9-e158-4ed1e0bc8709-106850b6 {
  place-self: center;
}

#w-node-_16c990a1-3c27-90d7-e821-be51b4d82198-106850b6 {
  justify-self: center;
}

#w-node-_9f754981-b42d-896c-3e07-be2bf7800172-0061e62e, #w-node-_56d9156c-0f63-c9b9-e319-00dfc0fa01a9-0061e62e, #w-node-a49debc1-b729-2c81-3e20-706504065e86-0061e62e, #w-node-_28c9f3eb-0127-05e5-c742-8dfe6d404ead-0061e62e, #w-node-dc0da469-7f49-1f2c-d3f7-b5b1284dceb6-0061e62e, #w-node-dc0da469-7f49-1f2c-d3f7-b5b1284dceba-0061e62e, #w-node-dc0da469-7f49-1f2c-d3f7-b5b1284dcebc-0061e62e, #w-node-_60a52ee7-cf03-964a-f239-c0e7c7be797e-0061e62e, #w-node-_60a52ee7-cf03-964a-f239-c0e7c7be7982-0061e62e, #w-node-_60a52ee7-cf03-964a-f239-c0e7c7be7984-0061e62e, #w-node-d17e0660-1664-b7f8-acf4-1e0a11af148c-0061e62e, #w-node-_6f607311-b079-769a-eea9-c56fb3864f23-0061e62e, #w-node-deb2f578-2b74-9e24-966a-05a204f5d6b2-0061e62e, #w-node-abae3887-b457-ce53-6139-a68ccbf69efa-0061e62e, #w-node-_1ef3c3b2-4b94-e09e-f3f9-756e7c603b76-0061e62e, #w-node-aacc5206-1ee5-4805-b07e-66671e1a865c-0061e62e, #w-node-f41dc605-bf20-58dc-d0f7-d2faa3a55a99-0061e62e, #w-node-_981429da-b112-8abd-3a6e-8bb0744ff3f2-0061e62e, #w-node-e50428c7-dcfb-b72d-6ddb-5979ca6f2ee7-0061e62e, #w-node-e50428c7-dcfb-b72d-6ddb-5979ca6f2ee9-0061e62e, #w-node-e50428c7-dcfb-b72d-6ddb-5979ca6f2eeb-0061e62e, #w-node-e50428c7-dcfb-b72d-6ddb-5979ca6f2eed-0061e62e, #w-node-e50428c7-dcfb-b72d-6ddb-5979ca6f2ef8-0061e62e, #w-node-e50428c7-dcfb-b72d-6ddb-5979ca6f2f03-0061e62e, #w-node-_8d4eec06-c9d3-428a-5f4b-8c9adcfe9c8b-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28ab368e-9aaf-ba77-f468-95c9c3787250-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cf0d4810-4bf0-73ee-5780-4221f4abb866-0061e62e, #w-node-_46805832-8da5-fa26-ac32-bc06cf7d4a50-0061e62e, #w-node-_7380277a-5656-1b07-50ed-fb84539d1642-0061e62e, #w-node-_8fc1e681-e461-c6b0-e607-6ca28b9dc3c2-0061e62e, #w-node-b295e7d1-4df9-ef99-f9d0-f6e084222942-0061e62e, #w-node-e8e457e6-4dcf-883a-badf-77e68ea9e0c9-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a4a7c36-dc9f-d107-0d7c-a311751a1e7c-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_210e1984-6ff8-f60d-83c5-c649e25346b9-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2b05137d-dfd0-035d-6519-3012d8dc2bf5-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_2b05137d-dfd0-035d-6519-3012d8dc2bf6-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_98c55587-b010-6d15-aa16-c307f2bb1e7c-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cb6ed14-5ddc-8e66-9b06-70d18190494b-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_9cb6ed14-5ddc-8e66-9b06-70d18190494c-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-af20ec63-18d9-26ee-166c-36009e3da843-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-af20ec63-18d9-26ee-166c-36009e3da844-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0431749d-a1ad-1e43-7077-1e383989fddc-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5944e28a-d715-793a-c932-08db508d1565-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_5944e28a-d715-793a-c932-08db508d1566-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fa0becb2-82af-d753-5f71-cbfec54f05cd-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-fa0becb2-82af-d753-5f71-cbfec54f05ce-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e797fb4c-7dbd-d406-ff70-a37c308deccd-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf537568-1eb3-0201-3727-63af1c2d7284-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-cf537568-1eb3-0201-3727-63af1c2d7285-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_04b91354-df22-b20a-0b1e-ac759ca8db20-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_04b91354-df22-b20a-0b1e-ac759ca8db21-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fc26fdcf-bc35-c3d9-395f-bf59f5d47d35-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b26d04a1-eb8e-6f8a-1418-e71e04ec5547-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b26d04a1-eb8e-6f8a-1418-e71e04ec5548-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c150fe14-110f-c6b0-4699-646ea9cbb968-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-c150fe14-110f-c6b0-4699-646ea9cbb969-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_730d2a40-8f80-996a-e658-9515acb6daf3-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fe825a4-1d53-4215-4b6f-2e731838e0a6-0061e62e, #w-node-_638cd758-9530-5b1c-bd5f-ea6a9a824702-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-cd09660f-a79c-9f11-a48a-996f07f986a1-0061e62e, #w-node-_47835b97-8994-1c88-916f-aa25c9e8465e-0061e62e, #w-node-eec3e377-b773-4e1f-5b02-f9eadcae14fb-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#cmf-video.w-node-eec3e377-b773-4e1f-5b02-f9eadcae1505-0061e62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a1bed6a1-3c7a-f971-5d54-5e242e7fab04-0061e62e, #w-node-a1bed6a1-3c7a-f971-5d54-5e242e7fab15-0061e62e, #w-node-_3f7993bd-9717-7a3a-a425-c2f0e3a8b166-552cd49c, #w-node-_3f7993bd-9717-7a3a-a425-c2f0e3a8b16a-552cd49c, #w-node-_3f7993bd-9717-7a3a-a425-c2f0e3a8b16c-552cd49c, #w-node-_3f7993bd-9717-7a3a-a425-c2f0e3a8b170-552cd49c, #w-node-f47867f0-782c-8781-3cc6-8cb82a9fec42-7fbee4c8, #w-node-f47867f0-782c-8781-3cc6-8cb82a9fec4c-7fbee4c8, #w-node-_8e0260ad-ea44-074c-aabc-e98b1eba6376-359600ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ddbc6b0-d4c1-2931-1096-4d0774a338f8-359600ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-e00fbe74-cd3a-a9a6-fe15-8d8490e9315e-359600ec, #w-node-_2702e5a0-a3bb-4931-8c4f-e48d92671f9d-359600ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3eaa15b7-2359-4f52-4613-dcb21b9841f1-9e048abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5b66b687-c0f9-7a8a-d0fe-c2a9e1cbe2ca-9e048abb {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2d5b3170-fd69-f49c-e29a-5b01bf0a6054-9e048abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5f326224-58dd-24bc-2149-6c04e0cbbaf5-9e048abb {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-f4fa3993-5a26-68fa-c8db-ad52ea21052c-9e048abb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_338bed79-1d2b-dfd3-016f-38e5eae58a17-9813528a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-e8e457e6-4dcf-883a-badf-77e68ea9e0c9-0061e62e, #w-node-fc26fdcf-bc35-c3d9-395f-bf59f5d47d35-0061e62e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_044ae23d-7cc7-a206-0fc5-d6f4bfbf6856-99e12fc0, #w-node-_26227268-6e48-c7a4-f6db-600b64c84238-5b63612a, #w-node-_26227268-6e48-c7a4-f6db-600b64c84242-5b63612a, #w-node-_26227268-6e48-c7a4-f6db-600b64c8424b-5b63612a, #w-node-_26227268-6e48-c7a4-f6db-600b64c84252-5b63612a {
    align-self: center;
  }

  #w-node-_8e0260ad-ea44-074c-aabc-e98b1eba6376-359600ec {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_300e8d3e-c197-9b49-a888-f052c47d5e12-359600ec, #w-node-_8d856666-2b7f-a429-12fc-81d749b77114-359600ec, #w-node-_9c76dc4c-a80c-d623-c51b-1183ca256204-359600ec, #w-node-_9b2312f8-e170-04fd-ae2a-14cad16ecb2b-359600ec, #w-node-_0bb3190c-02c9-653d-877c-33217112c9f3-359600ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d17e0660-1664-b7f8-acf4-1e0a11af148c-0061e62e, #w-node-_6f607311-b079-769a-eea9-c56fb3864f23-0061e62e, #w-node-eec3e377-b773-4e1f-5b02-f9eadcae14fb-0061e62e, #cmf-video.w-node-eec3e377-b773-4e1f-5b02-f9eadcae1505-0061e62e, #w-node-a1bed6a1-3c7a-f971-5d54-5e242e7fab15-0061e62e {
    order: -9999;
  }

  #w-node-f47867f0-782c-8781-3cc6-8cb82a9fec42-7fbee4c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f47867f0-782c-8781-3cc6-8cb82a9fec4c-7fbee4c8 {
    order: -9999;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f4328e76-a0f9-ac83-b948-297c434858ba-a004522c, #w-node-_3f09703f-3b3c-db3e-e9ad-b66846f3fae1-431adfca, #w-node-_3f09703f-3b3c-db3e-e9ad-b66846f3fae1-1366015d, #w-node-b3053a2c-0dca-3f4a-5dd7-6530b9829081-1366015d {
    justify-self: center;
  }

  #w-node-_9e63e6f0-42de-3127-f9ca-cbcdbd1514ed-cca18616 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e343d3ed-cadd-1da7-47a5-28b42b0d1c42-83b664de {
    justify-self: center;
  }

  #w-node-_425a9039-07d5-8d4d-a0a8-65310ac253ae-0061e62e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e1573a14-ec73-298f-3078-f945e8a59e85-0061e62e, #w-node-de640ae6-8c1f-2a7a-4356-afc6ce372003-0061e62e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-eac73cb0-9c16-2333-eac7-fcfb41977baf-0061e62e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d17e0660-1664-b7f8-acf4-1e0a11af148c-0061e62e, #w-node-_6f607311-b079-769a-eea9-c56fb3864f23-0061e62e {
    order: -9999;
  }

  #w-node-b729b241-2784-a682-5d93-b1cf6fe95c26-0061e62e, #w-node-_87966591-f308-064d-8664-f5d9302f9db6-0061e62e, #w-node-_656a100f-d2ed-c01b-b652-9ec95ae19890-0061e62e, #w-node-_15710f55-82a8-6d61-1e1d-2dcf400c4d1a-0061e62e, #w-node-_15710f55-82a8-6d61-1e1d-2dcf400c4d1b-0061e62e, #w-node-_48e13c87-a76f-b00a-a727-25473d20f9d0-0061e62e, #w-node-_4d14f5d5-b7cd-72b1-d6ac-d042a453cb85-0061e62e, #w-node-_4d14f5d5-b7cd-72b1-d6ac-d042a453cb86-0061e62e, #w-node-_4d14f5d5-b7cd-72b1-d6ac-d042a453cb8a-0061e62e, #w-node-_4d14f5d5-b7cd-72b1-d6ac-d042a453cb92-0061e62e, #w-node-_4d14f5d5-b7cd-72b1-d6ac-d042a453cb93-0061e62e, #w-node-_4d14f5d5-b7cd-72b1-d6ac-d042a453cb95-0061e62e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eec3e377-b773-4e1f-5b02-f9eadcae14fb-0061e62e, #cmf-video.w-node-eec3e377-b773-4e1f-5b02-f9eadcae1505-0061e62e, #w-node-a1bed6a1-3c7a-f971-5d54-5e242e7fab15-0061e62e {
    order: -9999;
  }

  #w-node-_3f7993bd-9717-7a3a-a425-c2f0e3a8b15d-552cd49c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_3f7993bd-9717-7a3a-a425-c2f0e3a8b15f-552cd49c, #w-node-_3f7993bd-9717-7a3a-a425-c2f0e3a8b161-552cd49c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_3f7993bd-9717-7a3a-a425-c2f0e3a8b163-552cd49c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f47867f0-782c-8781-3cc6-8cb82a9fec4c-7fbee4c8 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avengeance mightiest avenger';
  src: url('../fonts/AVENGEANCE-MIGHTIEST-AVENGER.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bodoni sans text';
  src: url('../fonts/Bodoni-Sans-Text-Italic.otf') format('opentype'), url('../fonts/Bodoni-Sans-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bodoni sans text';
  src: url('../fonts/Bodoni-Sans-Text-Bold.otf') format('opentype'), url('../fonts/Bodoni-Sans-Text-Bold.otf') format('opentype'), url('../fonts/Bodoni-Sans-Text-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}