:root {
  --white-2: white;
  --dark-slate-blue\<deleted\|variable-7c70edd0\>: #46495f;
  --dim-grey: #464646;
  --white-smoke\<deleted\|variable-f89ba6bd\>: #e9e9e9;
  --tomato\<deleted\|variable-74b5818b\>: #fc643f;
  --deep-sky-blue\<deleted\|variable-9c8703c4\>: #0b9fd6;
  --dark-slate-blue-2\<deleted\|variable-563d549d\>: #939bb4;
  --goldenrod\<deleted\|variable-6703fc8d\>: #fac02d;
  --dark-slate-blue-3: #2a3884;
  --blu: #0a9fd6;
  --yello: #f8c02e;
  --goldenrod-2\<deleted\|variable-24c6061e\>: #fac02c;
  --inventor\<deleted\|variable-32bf4810\>: #b64d9a;
  --explore\<deleted\|variable-a8ba1760\>: #f4c847;
  --trailblazer\<deleted\|variable-e41d9da1\>: #2897bc;
  --medium-violet-red\<deleted\|variable-ce7b33a5\>: #d81a63;
  --enlighterne\<deleted\|variable-fd7398f9\>: #7d7;
  --wijar\<deleted\|variable-f1d65c02\>: #2d9cda;
  --mera: #d61a63;
  --black\<deleted\|variable-a6dc7332\>: black;
  --ghost-white\<deleted\|variable-6d4d82fd\>: #f5f6fa;
  --misty-rose\<deleted\|variable-f16a5ae7\>: #fdece8;
  --dark-blu: #2a3985;
  --light-slate-grey\<deleted\|variable-183271f4\>: #939bb4;
  --white: #f2f2f2;
  --light-coral\<deleted\|variable-0fb54715\>: #f05f6b;
  --antique-white\<deleted\|variable-3b32fddf\>: #fde9da;
  --light-slate-grey-2\<deleted\|variable-efdd5892\>: #24b9e1;
  --powder-blue\<deleted\|variable-4da48e2f\>: #bfebf3;
  --dodger-blue\<deleted\|variable-41072a93\>: #2699fb;
  --medium-violet-red-2: #c0306e;
  --gold\<deleted\|variable-833f6851\>: #f4c848;
  --text: #414042;
  --pop: Poppins, sans-serif;
  --bg-edu-app: #f4f4f4;
  --paragraf: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6em;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar {
  z-index: 700;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-bottom: 0;
  display: block;
  position: fixed;
}

.navbar-2 {
  z-index: 9999999;
  background-color: #fff;
  position: sticky;
  top: 0%;
}

.navbar-2.hidden {
  display: none;
}

.body {
  color: var(--dark-slate-blue\<deleted\|variable-7c70edd0\>);
  font-family: Kastelov axiforma, sans-serif;
}

.nav-link {
  color: var(--dim-grey);
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  background-color: var(--white-smoke\<deleted\|variable-f89ba6bd\>);
  color: var(--tomato\<deleted\|variable-74b5818b\>);
}

.nav-link.w--current {
  color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.nav-link.bt-normal {
  border: 1px solid var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  background-image: linear-gradient(to right, var(--deep-sky-blue\<deleted\|variable-9c8703c4\>), #6773b3);
  color: var(--white-2);
  border-radius: 10px;
  flex: none;
  height: 34px;
  margin-left: 15px;
  padding: 5px 10px 7px;
  display: block;
}

.nav-link.bt-normal:hover {
  background-color: var(--dark-slate-blue-2\<deleted\|variable-563d549d\>);
  color: var(--white-2);
}

.nav-link.bt-normal.loggedin {
  border-radius: 20px;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  display: block;
}

.nav-link.bt-normal.logged-out {
  border-radius: 20px;
  font-size: 14px;
  display: block;
}

.nav-link.bt-normal-new {
  border: 1px solid var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  background-image: linear-gradient(to right, var(--deep-sky-blue\<deleted\|variable-9c8703c4\>), #6773b3);
  color: var(--white-2);
  border-radius: 10px;
  flex: none;
  margin-left: 15px;
  padding: 5px 10px 7px;
  display: block;
  position: relative;
}

.nav-link.bt-normal-new:hover {
  background-color: var(--dark-slate-blue-2\<deleted\|variable-563d549d\>);
  color: var(--white-2);
}

.nav-link.bt-normal-new.loggedin {
  border-radius: 20px;
  font-size: 14px;
  display: none;
}

.nav-link.bt-normal-new.logged-out {
  border-radius: 20px;
  font-size: 14px;
  display: block;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  width: 15%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.brand.w--current {
  flex: none;
  width: 13%;
  padding-top: 0;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero {
  z-index: 1;
  background-color: #0a9fd6;
  border-radius: 50px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 169px 92px;
  position: relative;
  overflow: hidden;
}

.hero.help-center {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  max-width: 85%;
  margin-top: 72px;
  margin-bottom: 80px;
  padding: 48px 0;
}

.hero.distributor {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  max-width: 85%;
  padding: 60px 3%;
}

.hero.career {
  background-color: var(--dark-slate-blue-3);
  padding-top: 65px;
  padding-bottom: 65px;
}

.hero.home {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  max-width: 85%;
  padding-top: 135px;
  padding-bottom: 125px;
}

.hero.home.mobile-only {
  display: none;
}

.hero.home.desktop-only._1 {
  background-color: var(--blu);
  align-items: center;
  padding: 40px;
  display: flex;
}

.hero.home.desktop-only._2 {
  background-color: var(--yello);
  align-items: center;
  padding: 40px;
  display: flex;
}

.hero.video {
  background-color: #0000;
  max-width: 85%;
  padding-top: 55px;
  padding-bottom: 55px;
}

.hero.ace {
  max-width: 85%;
  margin-top: 20px;
  padding: 55px 0;
}

.hero.app {
  background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  max-width: 85%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.hero.overview {
  background-color: var(--white-smoke\<deleted\|variable-f89ba6bd\>);
  max-width: 85%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero.overviw {
  background-color: #f8c02e;
  max-width: 85%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 65px;
  padding-bottom: 65px;
}

.hero.sa {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  max-width: 85%;
  padding: 45px 3%;
}

.hero.ace-guide {
  background-color: #38b6ff;
  background-image: url('../images/ASSEMBLR-CERTIFIED-EDUCATOR-5.png'), url('../images/ASSEMBLR-CERTIFIED-EDUCATOR-6.png'), url('../images/ASSEMBLR-CERTIFIED-EDUCATOR-5.png');
  background-position: 57% 0, 120% 35%, 108% 34%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 22%, 65%, 20%;
  max-width: 85%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero.ace-benefit {
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  max-width: 85%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.hero.ace-benefit.inventor {
  background-color: var(--inventor\<deleted\|variable-32bf4810\>);
}

.hero.ace-benefit.explorer {
  background-color: var(--explore\<deleted\|variable-a8ba1760\>);
}

.hero.ace-benefit.trailblazer {
  background-color: var(--trailblazer\<deleted\|variable-e41d9da1\>);
}

.hero.ace-benefit.maven {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
}

.hero.ace-benefit.enlightener {
  background-color: var(--enlighterne\<deleted\|variable-fd7398f9\>);
}

.hero.ace-benefit.wijar {
  background-color: var(--wijar\<deleted\|variable-f1d65c02\>);
}

.hero.partnership {
  background-color: var(--mera);
  max-width: 85%;
  margin-top: 72px;
  margin-bottom: 80px;
  padding: 48px 0;
}

.heading {
  color: var(--dark-slate-blue-2\<deleted\|variable-563d549d\>);
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 900;
  line-height: 52px;
}

.heading.centered {
  color: var(--white-2);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.3em;
}

.heading.centered.med {
  font-size: 38px;
}

.heading.centered.med.cta-hiw {
  font-size: 32px;
  line-height: 1.6em;
}

.heading.centered.med.cta-voucher {
  color: var(--dark-slate-blue-3);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.6em;
}

.heading.centered.belajar-id {
  width: 100%;
}

.heading.home {
  z-index: 0;
  color: var(--dark-slate-blue-3);
  text-align: left;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2em;
  position: static;
}

.heading.home.white {
  color: var(--white-2);
  font-weight: 700;
}

.heading.home.white.edu {
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4em;
}

.heading.home.white.edu.coba {
  font-size: 32px;
}

.heading.home.white.product {
  font-size: 28px;
  font-weight: 700;
}

.heading.home.white.desktop {
  margin-bottom: 16px;
}

.heading.home.white.mobile {
  display: none;
}

.heading.home.big {
  font-size: 52px;
  line-height: 1.3em;
}

.heading.home.big.transparant {
  background-color: #0000;
}

.heading.home.big.transparant.hiw-slide {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 48px;
}

.heading.home.center {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.heading.home.center.distributor {
  margin-top: 20px;
  margin-bottom: 30px;
}

.heading.home.center.school-ambas {
  margin-top: 0;
  margin-bottom: 0;
}

.heading.home.forum {
  font-size: 32px;
}

.heading.home.product {
  text-align: center;
  margin-top: 0;
  font-size: 36px;
  font-weight: 700;
}

.heading.home.ace {
  color: var(--white-2);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5em;
}

.heading.home.edu-app {
  color: var(--white-2);
}

.heading.home.overview {
  font-size: 38px;
  line-height: 1.2em;
}

.heading.home.campaign {
  color: var(--white-2);
  margin-bottom: 0;
  font-size: 32px;
}

.heading.home.edu, .heading.home.edtech {
  margin-bottom: 0;
}

.heading.home.sa {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
}

.heading.home.school-ambass {
  margin-top: 0;
  margin-bottom: 0;
}

.heading.home.ace-guide {
  color: var(--white-2);
  font-size: 38px;
}

.heading.home.benefits {
  margin-bottom: 20px;
}

.heading.home.sec-2 {
  font-size: 32px;
  font-weight: 700;
}

.container {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.flex.center {
  justify-content: center;
}

.container.vertical, .container.distributor {
  flex-direction: column;
}

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

.heading-2 {
  z-index: 0;
  color: var(--dark-slate-blue-3);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  position: relative;
}

.heading-2.white {
  color: var(--white-2);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-2.white.padding-right-130 {
  padding-right: 130px;
}

.heading-2.padding-75 {
  padding-right: 75px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.heading-2.distributor {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.heading-2.distributor.mobile {
  display: none;
}

.heading-2.ace {
  text-align: center;
}

.heading-2.campaign {
  color: var(--white-2);
  font-size: 18px;
}

.button {
  z-index: 0;
  background-color: var(--dark-slate-blue-3);
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  margin-top: 9px;
  margin-bottom: 9px;
  margin-left: 0;
  padding: 15px 35px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.button:hover {
  background-color: var(--dark-slate-blue\<deleted\|variable-7c70edd0\>);
}

.button.outline-accent {
  border: 2px solid var(--tomato\<deleted\|variable-74b5818b\>);
  color: var(--tomato\<deleted\|variable-74b5818b\>);
  background-color: #0000;
}

.button.outline-accent:hover {
  background-color: var(--tomato\<deleted\|variable-74b5818b\>);
  color: var(--white-2);
}

.button.hiw {
  display: none;
}

.button.white {
  background-color: var(--white-2);
  color: var(--dark-slate-blue-3);
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.button.white:hover {
  background-color: #b4afaf;
}

.button.white.cta, .button.white.hiw-slide {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.button.forum-facebook {
  margin-left: 0;
  margin-right: 15px;
  font-weight: 400;
}

.button.blog {
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 400;
  display: block;
}

.button.edu {
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
}

.button.contact-footer {
  color: var(--black\<deleted\|variable-a6dc7332\>);
  background-color: #0000;
  border: 1px solid #333;
  padding: 10px 15px;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}

.button.contact-footer.contact {
  background-color: var(--yello);
  border-style: none;
  font-family: Poppins, sans-serif;
}

.button.edu-kit {
  font-weight: 400;
}

.button._2 {
  padding: 10px 20px;
  line-height: 1.5em;
}

.button.app-edu {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  color: var(--dark-slate-blue-3);
}

.button.hidden {
  display: block;
}

.button.register-ace.nav {
  padding: 10px;
  font-size: 15px;
  line-height: 1.4em;
}

.button.campaign {
  margin-top: 20px;
}

.button.get-started {
  padding-left: 20px;
  padding-right: 20px;
}

.button.arsf {
  background-color: #d902f4;
  margin-top: 20px;
}

.button.loc-indo {
  margin-right: 15px;
}

.button.loc-other {
  margin-left: 15px;
}

.button.asc {
  background-color: #d902f4;
  margin-top: 20px;
}

.image-2 {
  z-index: 1;
  filter: contrast(118%);
  width: 40%;
  position: absolute;
  top: -35%;
  left: -26%;
}

.image-2.how-it-works-2 {
  width: 25%;
  top: -4%;
  left: -27%;
}

.image-2.clas-resources-2 {
  width: 45%;
  top: -51%;
  left: -37%;
}

.image-1 {
  z-index: 1;
  filter: none;
  width: 425px;
  max-width: none;
  position: absolute;
  inset: auto -25% -43% auto;
}

.image-1.how-it-works-1 {
  width: 50%;
  max-width: 100%;
  bottom: -19%;
  right: 29%;
}

.image-1.calss-resources-1 {
  width: 30%;
  bottom: -22%;
  right: 2%;
}

.image-1.home {
  bottom: -44%;
}

.image-3 {
  z-index: 1;
  filter: none;
  width: 60%;
  position: absolute;
  top: -10%;
  left: 21%;
}

.image-3.how-it-works-3 {
  width: 80%;
  top: 8%;
  left: 1%;
}

.image-3.class-resources-3 {
  top: -3%;
  left: -28%;
}

.image-4 {
  z-index: 1;
  filter: none;
  width: 40%;
  display: block;
  position: absolute;
  top: 78px;
  left: -33px;
}

.image-4.how-it-works-4 {
  width: 35%;
  top: 233px;
  left: -61px;
}

.image-4.class-resources-4 {
  width: 40%;
  top: 191px;
  left: -103px;
}

.image-5 {
  z-index: 1;
  width: 35%;
  position: absolute;
  top: 18%;
  left: 75%;
}

.image-5.how-it-works-5 {
  width: 40%;
  top: 61%;
  left: 82%;
}

.image-5.class-resources-5 {
  width: 80%;
  top: -4%;
  left: 14%;
}

.image-6 {
  z-index: 1;
  width: 30%;
  position: absolute;
  top: -35%;
  left: 69%;
}

.image-6.how-it-works-6 {
  width: 35%;
  top: -7%;
  left: 74%;
}

.image-6.class-resources-6 {
  width: 40%;
  top: -131px;
  left: 169px;
}

.s50 {
  height: 50px;
  display: block;
}

.s50.hiden {
  display: block;
}

.s50.hiden-tablet-only {
  display: none;
}

.intro {
  background-color: var(--ghost-white\<deleted\|variable-6d4d82fd\>);
  border-radius: 50px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 213px 92px;
  overflow: hidden;
}

.intro.feature-3 {
  background-color: #f8c02e;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 85%;
  padding: 65px 92px;
  display: flex;
}

.intro.feature-3.vertical {
  max-width: 85%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.intro.feature-3.vertical.blog {
  display: block;
}

.intro.feature-3.cta-class-resources {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  max-width: 85%;
}

.intro.feature-3.testimoni {
  max-width: 85%;
  padding-top: 55px;
  padding-bottom: 55px;
}

.intro.feature-3.testimoni.blue {
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  color: var(--white-2);
}

.intro.feature-3.distributor {
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  margin-bottom: 30px;
}

.intro.feature-3.cta-ace {
  margin-top: 60px;
  margin-bottom: 60px;
}

.intro.feature-3.cta-edtech {
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  max-width: 85%;
}

.intro.yello {
  background-color: #f8c02e;
  max-width: 85%;
  padding-top: 150px;
  padding-bottom: 154px;
}

.intro.yello.hide {
  display: block;
}

.intro.career {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  padding-top: 35px;
  padding-bottom: 35px;
}

.image-7 {
  width: 70%;
  position: absolute;
  top: -276px;
  left: -90px;
}

.image-8 {
  width: 70%;
  position: absolute;
  top: -548px;
  left: 160px;
}

.columns-2 {
  align-items: center;
  display: flex;
}

.image-9 {
  z-index: 3;
  border-radius: 10px;
  width: 70%;
  position: absolute;
  top: -42px;
  left: 56px;
}

.heading-3 {
  color: var(--dark-slate-blue-2\<deleted\|variable-563d549d\>);
  font-family: Kastelov axiforma, sans-serif;
  font-size: 34px;
  font-weight: 500;
}

.heading-3.centered {
  color: var(--dark-slate-blue-2\<deleted\|variable-563d549d\>);
  text-align: center;
  margin-bottom: 20px;
  padding-left: 150px;
  padding-right: 150px;
  display: block;
}

.heading-3.mm.left {
  color: var(--dark-slate-blue-3);
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.heading-3.mm.left.white {
  color: var(--white-2);
}

.heading-3.mob.center {
  color: var(--dark-slate-blue-3);
  text-align: center;
  font-size: 28px;
  line-height: 1.5em;
}

.heading-3.mob.center.white {
  color: var(--white-2);
}

.heading-3.mob.center.white.community {
  font-size: 28px;
}

.heading-3.center {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4em;
}

.description {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 7px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  display: block;
}

.description.centered {
  color: var(--white-2);
  text-align: center;
  padding-left: 125px;
  padding-right: 125px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  display: block;
}

.description.centered.overview {
  padding-left: 100px;
  padding-right: 100px;
  font-size: 18px;
}

.description.left {
  padding-right: 130px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.description.ff {
  margin-bottom: 0;
  padding-bottom: 11px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.description.left-align {
  color: var(--dark-slate-blue-3);
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.description.left-align.center.wae {
  line-height: 1.6em;
}

.description.left-align.center.slide.hiw-slide {
  padding-right: 25px;
}

.description.white, .description.white.left-align.center.slide.hiw-slide {
  color: var(--white-2);
}

.description.white.support {
  line-height: 1.5em;
}

.description.white.mobile {
  padding-top: 0;
}

.description.white.custom-marker {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
}

.description.centre.impact {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.description.center-align {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.description.center-align.kit {
  line-height: 1.6em;
}

.description.left-align {
  color: #2a3884;
}

.description.career {
  font-size: 16px;
}

.description.wyg {
  color: var(--dark-slate-blue-3);
  text-align: justify;
  height: 185px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}

.description.app {
  color: var(--white-2);
  margin-top: 0;
}

.description.edu-app {
  color: var(--dark-slate-blue-3);
  margin-top: 0;
  margin-bottom: 0;
}

.description.ace-guide {
  color: var(--white-2);
}

.description.overview {
  color: var(--dark-slate-blue-3);
  text-align: center;
  padding-left: 125px;
  padding-right: 125px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  display: block;
}

.feature-1 {
  background-color: var(--misty-rose\<deleted\|variable-f16a5ae7\>);
  border-radius: 50px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 165px 92px 242px;
  position: static;
  overflow: hidden;
}

.feature-1.padding-165 {
  background-color: #f8c02e;
  max-width: 85%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-1.distributor {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  max-width: 85%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.feature-1.haha {
  background-color: var(--dark-blu);
  max-width: 85%;
  padding: 40px 0 56px;
}

.feature-1.educator {
  background-color: #f8c02e;
  border-radius: 20px;
  max-width: 85%;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 64px;
}

.container-2 {
  position: relative;
}

.container-2.centered {
  justify-content: center;
  display: flex;
}

.container-2.centered.vertical {
  flex-direction: column;
  align-items: center;
}

.image-10 {
  width: 10%;
  height: auto;
  position: absolute;
  inset: -1.312% auto auto -3.5%;
}

.image-10.overview {
  top: 34.688%;
  left: -1.5%;
}

.image-11 {
  width: 20%;
  height: auto;
  position: absolute;
  top: 30%;
  left: -7%;
}

.image-11.overview {
  width: 34%;
  top: 70%;
  left: -11%;
}

.image-12 {
  width: 13%;
  position: absolute;
  top: 92%;
  left: -5%;
}

.image-12.overview {
  width: 15%;
}

.image-13 {
  filter: contrast(200%);
  position: absolute;
  top: 275px;
  left: 436px;
}

.image-14 {
  width: 20%;
  position: absolute;
  top: 6%;
  right: -11%;
}

.image-14.overview {
  width: 13%;
}

.image-15 {
  filter: none;
  width: 15%;
  position: absolute;
  bottom: 25%;
  right: 0%;
}

.image-15.overview {
  width: 25%;
  bottom: 22%;
  right: -4%;
}

.image-16 {
  width: 15%;
  position: absolute;
  bottom: -7.797%;
  left: 94%;
}

.image-16.overview {
  width: 14%;
}

.feature-2 {
  max-width: 85%;
  margin: 66px auto;
  padding-left: 0%;
  padding-right: 0%;
  position: static;
}

.feature-2.what-you-get {
  display: block;
}

.feature-2.what-you-get.mobile {
  display: none;
}

.feature-2.what-you-get.unpublish, .feature-2.what-you-get.unpublish.hilang {
  display: block;
}

.feature-2.career {
  display: none;
}

.feature-2.edu-plan {
  background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 45px;
  display: none;
}

.feature-2.acordion, .feature-2.tab-mob {
  display: none;
}

.feature-2.edu-plan-new {
  padding-left: 0%;
  padding-right: 0%;
}

.feature-2.edu-plan-new.pricing-idr {
  display: none;
}

.feature-2.campaign {
  background-color: #114179;
  background-image: url('../images/PRODIGY-3.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.feature-2.campaign.hide, .feature-2.huehu {
  display: none;
}

.feature-2.overview {
  justify-content: center;
  display: flex;
}

.feature-2.overview.hidden {
  display: none;
}

.feature-2.edtech {
  background-color: #0000;
  max-width: none;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 0%;
  padding-right: 0%;
}

.feature-2._1 {
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.column {
  grid-column-gap: 12px;
  grid-row-gap: 45px;
  flex-direction: row;
  grid-template: "."
                 "."
                 / 2fr 2fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

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

.app-feature-item {
  background-color: var(--ghost-white\<deleted\|variable-6d4d82fd\>);
  text-align: center;
  cursor: crosshair;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 20px;
  padding: 49px;
  transition: all .2s;
  display: flex;
}

.app-feature-item:hover {
  background-color: #bfebf3;
  box-shadow: 0 15px 20px 6px #bfebf34d;
}

.samll {
  color: var(--dark-slate-blue-2\<deleted\|variable-563d549d\>);
  padding-top: 25px;
  font-family: Kastelov axiforma, sans-serif;
  font-weight: 700;
}

.image-17 {
  width: 70%;
  position: absolute;
  top: -259px;
  left: 83px;
}

.image-18 {
  border-radius: 8px;
  position: absolute;
  top: -142px;
}

.image-19 {
  z-index: 5;
  position: absolute;
  top: -69px;
  left: -157px;
}

.shows-archive {
  grid-column-gap: 40px;
  grid-row-gap: 47px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.show-item {
  cursor: pointer;
  background-image: linear-gradient(#0000003b, #0000003b), url('../images/Frog-marker.png');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  border-radius: 30px;
  width: 100%;
  height: 400px;
  min-height: auto;
  padding: 40px 30px 40px 28px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: block;
}

.show-item:hover {
  filter: grayscale();
}

.show-item._1 {
  background-image: linear-gradient(#0000003b, #0000003b), url('../images/Tutor.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.show-item._2 {
  background-image: linear-gradient(#0000003b, #0000003b), url('../images/teachers-guide.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.show-category {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  color: var(--white-2);
  text-transform: uppercase;
  border-radius: 50px;
  padding: 10px 23px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.heading-4 {
  color: var(--white-2);
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-4.item {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 1.5em;
  text-decoration: none;
}

.item-inner {
  height: 190px;
}

.s20 {
  height: 20px;
}

.div-block-2 {
  background-color: var(--white-2);
  border-radius: 30px;
}

.section {
  background-color: var(--dark-slate-blue-3);
  border-radius: 50px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 3%;
  font-family: Kastelov axiforma, sans-serif;
  font-weight: 300;
}

.section.policy {
  background-color: #0000;
  height: 1000px;
  margin-bottom: 20px;
  padding-top: 35px;
  padding-left: 0%;
  padding-right: 0%;
  overflow: auto;
}

.section.cta-desktop {
  margin-top: 0;
  margin-bottom: 80px;
}

.section.cta-desktop.educator {
  margin-top: 0;
}

.section.cta-desktop.student {
  margin-top: 80px;
}

.section.cta-desktop.belajar-id {
  background-color: var(--yello);
  margin-top: 80px;
}

.section.cta-mobile {
  display: none;
}

.section.cta-overview {
  margin-top: 55px;
  margin-bottom: 25px;
}

.section.edtech {
  background-color: #0000;
  border-radius: 0;
}

.section.cta {
  margin-bottom: 20px;
}

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

.download.relative {
  position: relative;
}

.download._1 {
  margin-top: 10px;
}

.dicon {
  width: 235px;
  padding-left: 19px;
  padding-right: 19px;
}

.footer {
  background-color: var(--white-2);
}

.footer.hidden {
  display: none;
}

.link {
  color: var(--dark-slate-blue\<deleted\|variable-7c70edd0\>);
  text-decoration: none;
  display: block;
}

.link.flinks {
  padding-bottom: 7px;
  font-family: Poppins, sans-serif;
}

.link.flinks.hide {
  display: none;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: block;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.credits {
  color: #939bb4;
  margin-top: 19px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.container-5 {
  margin-left: auto;
  margin-right: auto;
}

.container-5.flex {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-5.new {
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  display: flex;
}

.column-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 10px;
  display: flex;
}

.menu-button {
  display: none;
}

.title {
  padding-left: 100px;
}

.image-20 {
  margin: 15px;
}

.logo-navbar {
  flex: none;
  align-self: center;
  height: 100%;
}

.logo-navbar.new {
  width: 70%;
}

.dropdown-1 {
  font-family: Kastelov axiforma, sans-serif;
}

.dropdown-1:hover {
  color: var(--dark-slate-blue-2\<deleted\|variable-563d549d\>);
}

.dropdown-toggle {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.dropdown-toggle:hover {
  background-color: var(--white-smoke\<deleted\|variable-f89ba6bd\>);
}

.text-block {
  color: var(--dim-grey);
  font-size: 18px;
  text-decoration: none;
}

.text-block:hover {
  color: var(--white-2);
}

.dropdown-list {
  background-color: var(--white-2);
  border-radius: 1px;
}

.dropdown-list.w--open {
  border-radius: 0 0 8px 8px;
  width: auto;
}

.dropdown-link {
  font-family: Poppins, sans-serif;
}

.dropdown-link:hover {
  background-color: var(--white-smoke\<deleted\|variable-f89ba6bd\>);
  color: var(--tomato\<deleted\|variable-74b5818b\>);
}

.video {
  position: relative;
}

.utility-page-wrap {
  background-color: var(--yello);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  margin-bottom: 0;
  display: flex;
}

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

.video-featured {
  border-radius: 8px;
}

.title-heading {
  color: var(--dark-slate-blue-2\<deleted\|variable-563d549d\>);
  font-size: 34px;
  font-weight: 600;
}

.title-heading.centered {
  color: var(--white-2);
  text-align: center;
  margin-top: -25px;
  margin-bottom: 15px;
  padding-left: 125px;
  padding-right: 125px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5em;
  display: block;
}

.title-heading.centered.overview {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 38px;
}

.title-heading.home {
  color: var(--dark-slate-blue-3);
  height: auto;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 1.4em;
}

.title-heading.home.center-align {
  text-align: center;
}

.title-heading.home.benefit {
  padding-left: 0;
  padding-right: 0;
}

.title-heading.home.educator-kit {
  text-align: left;
  margin-top: 1px;
  font-weight: 600;
}

.title-heading.home.ace {
  text-align: center;
}

.title-heading.overview {
  color: var(--dark-slate-blue-3);
  text-align: center;
  margin-top: -25px;
  margin-bottom: 15px;
  padding-left: 125px;
  padding-right: 125px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5em;
  display: block;
}

.common-flexbox {
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 30px 60px;
  display: flex;
}

.common-flexbox.vertical {
  flex-direction: column;
  align-items: center;
}

.common-flexbox.vertical.article-item {
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.common-flexbox.vertical.benefit {
  padding-top: 45px;
  padding-left: 0;
  padding-right: 0;
}

.common-flexbox.no-padding {
  justify-content: space-between;
  min-height: 100px;
  padding: 0;
}

.common-flexbox.no-padding.distributor {
  flex-direction: row;
  align-items: center;
  min-height: 100px;
}

.common-flexbox.no-padding.distributor-2.hilang {
  display: block;
}

.common-flexbox.no-padding.ace {
  flex-direction: row;
  align-items: flex-start;
}

.common-flexbox.no-padding.edu-app._2 {
  margin-top: 90px;
}

.common-flexbox.impact {
  flex-direction: column;
  align-items: center;
}

.common-flexbox.plans {
  width: 100%;
  position: relative;
}

.common-flexbox.career {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.common-flexbox.overview, .common-flexbox.ace-benefit {
  padding: 0;
}

.flexbox-grid-item {
  min-width: 50px;
  min-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.flexbox-grid-item._w-100 {
  width: 99.9%;
}

.flexbox-grid-item._w-100.distributor {
  justify-content: center;
  margin-right: 20px;
  display: block;
}

.flexbox-grid-item._w-100.distributor-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
}

.flexbox-grid-item._w-100.career {
  flex-direction: column;
  align-items: flex-start;
}

.flexbox-grid-item._w-100.career-2 {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.flexbox-grid-item._w-50 {
  justify-content: center;
  align-items: center;
  width: 49.9%;
}

.flexbox-grid-item._w-50.vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.flexbox-grid-item._w-50.vertical.right {
  align-items: flex-end;
}

.flexbox-grid-item._w-50.vertical.slider-1 {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.flexbox-grid-item._w-50.vertical.educator-kit {
  justify-content: flex-start;
  margin-left: 0;
}

.flexbox-grid-item._w-50.vertical.ace._2 {
  align-items: center;
}

.flexbox-grid-item._w-50.vertical.edu-app {
  box-shadow: none;
  border-style: none;
}

.flexbox-grid-item._w-50.vertical.edu-app._2 {
  box-shadow: none;
  border-style: none;
  align-items: center;
}

.flexbox-grid-item._w-50.padding {
  padding: 50px;
}

.flexbox-grid-item._w-50.contact-us {
  flex-direction: column;
  align-items: flex-start;
}

.flexbox-grid-item._w-50.contact-us-2 {
  flex-direction: column;
  align-items: center;
}

.flexbox-grid-item._w-50.plans {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 0;
}

.flexbox-grid-item._w-50.distributor {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 93px;
}

.flexbox-grid-item._w-50.distributor-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flexbox-grid-item._w-50.career {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.flexbox-grid-item._w-50.career-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.flexbox-grid-item._w-50.career-3 {
  order: -1;
}

.flexbox-grid-item._w-50.career-4 {
  flex-direction: column;
  order: 0;
  justify-content: space-between;
  align-items: flex-start;
}

.flexbox-grid-item._w-50.career-5 {
  order: 0;
}

.flexbox-grid-item._w-50.career-6 {
  flex-direction: column;
  order: -1;
  justify-content: space-between;
  align-items: flex-start;
}

.flexbox-grid-item._w-50.career-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.flexbox-grid-item._w-50.job {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 25px;
  padding: 20px;
}

.flexbox-grid-item._w-50.edu-app {
  border: 1px solid var(--dark-slate-blue-2\<deleted\|variable-563d549d\>);
  box-shadow: 0 4px 5px 0 var(--dark-slate-blue-2\<deleted\|variable-563d549d\>);
  border-radius: 8px;
  padding-top: 0;
}

.flexbox-grid-item._w-50.edu-app._1 {
  box-shadow: none;
  border-style: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 19px 19px 19px 50px;
}

.flexbox-grid-item._w-50.edu-app._1.left {
  padding-left: 19px;
}

.flexbox-grid-item._w-50.app._1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 26px;
}

.flexbox-grid-item._w-50.overview {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 15px;
}

.flexbox-grid-item._w-50.overview.alter-1 {
  padding-right: 105px;
}

.flexbox-grid-item._w-50.ilustration {
  height: 400px;
  display: block;
  position: relative;
}

.flexbox-grid-item._w-50.no-pad {
  align-items: flex-start;
  height: 800px;
  padding-left: 0;
  padding-right: 0;
}

.flexbox-grid-item._w-50.campaign {
  flex-direction: column;
  align-items: flex-start;
}

.flexbox-grid-item._w-50.relative {
  position: relative;
}

.flexbox-grid-item._w-50._1 {
  padding-left: 2%;
  padding-right: 0%;
}

.flexbox-grid-item._w-50.ace {
  height: 300px;
}

.flexbox-grid-item._w-50.custom-marker {
  padding: 20px;
  position: relative;
}

.flexbox-grid-item._w-50.custom-marker._2 {
  flex-direction: column;
  align-items: flex-start;
  position: static;
}

.flexbox-grid-item._w-50.colored-card {
  background-color: #f8c02d;
  border-radius: 20px;
  padding: 40px;
}

.flexbox-grid-item._w-25 {
  flex-direction: row;
  align-items: center;
  width: 24.99%;
  position: relative;
}

.flexbox-grid-item._w-25.block-element {
  flex: 1;
  display: block;
  position: relative;
}

.flexbox-grid-item._w-75 {
  width: 74.99%;
}

.flexbox-grid-item._w-75.vertical {
  flex-direction: column;
  align-items: flex-start;
  position: static;
}

.flexbox-grid-item._w-33 {
  justify-content: center;
  align-items: center;
  width: 33.39%;
  text-decoration: none;
  display: none;
}

.flexbox-grid-item._w-33.vertical {
  flex-direction: column;
  display: block;
}

.flexbox-grid-item._w-33.vertical.impact {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flexbox-grid-item._w-33.vertical.resources {
  background-color: #facb61;
  border-radius: 8px;
  justify-content: space-around;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
}

.flexbox-grid-item._w-33.vertical.resources._2 {
  background-color: #e34f88;
  justify-content: space-around;
  padding-bottom: 15px;
}

.flexbox-grid-item._w-33.vertical.resources._3 {
  background-color: #039dd4;
}

.flexbox-grid-item._w-30 {
  width: 29.99%;
}

.flexbox-grid-item._w-30.vertical {
  flex-direction: column;
}

.flexbox-grid-item._w-30.vertical.why-assemblr-for-edu {
  align-items: flex-start;
}

.flexbox-grid-item._w-30.vertical.benefit {
  justify-content: center;
  align-items: flex-start;
}

.flexbox-grid-item._w-70 {
  width: 69.99%;
}

.flexbox-grid-item._w-70.vertical {
  flex-direction: column;
}

.flexbox-grid-item._w-70.vertical.no-padding {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  left: 30px;
}

.flexbox-grid-item._w-70.vertical.no-padding.why-asseblr-for-edu {
  left: 0;
}

.flexbox-grid-item._w-60 {
  width: 59.9%;
}

.flexbox-grid-item._w-60.career {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 20px;
}

.flexbox-grid-item._w-60.overview {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 83px;
}

.flexbox-grid-item._w-60.campaign {
  flex-direction: column;
  align-items: flex-start;
}

.flexbox-grid-item._w-40 {
  align-items: flex-start;
  width: 39.99%;
}

.flexbox-grid-item._w-40.overview {
  justify-content: center;
  align-items: center;
}

.flexbox-grid-item.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.wider-container {
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  min-height: 100px;
  display: block;
  position: sticky;
  top: 0;
}

.wider-container.flex {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  display: flex;
}

.wider-container.career {
  padding-left: 92px;
  padding-right: 92px;
}

.wider-container.distibutor {
  padding-left: 3%;
  padding-right: 3%;
}

.paragraph-little {
  text-align: left;
  padding-top: 9px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.paragraph-little.center-align {
  text-align: center;
  padding-top: 10px;
}

.paragraph-little.center-align.white, .paragraph-little.white {
  color: var(--white-2);
}

.wide-container {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1175px;
  min-height: 150px;
  display: flex;
}

.wide-container.center {
  align-items: center;
}

.wide-container.grid-what-you-get {
  flex-direction: column;
  align-items: stretch;
}

.wide-container._1 {
  align-items: center;
}

.wide-container.pricing {
  align-items: center;
  max-width: 1250px;
}

.div-block-5 {
  display: block;
}

.video-container {
  height: 60px;
  display: block;
}

.video-container._w-80 {
  border-radius: 8px;
  width: 80%;
  height: auto;
  overflow: hidden;
}

.app-feature-wraper {
  flex-direction: row;
  display: flex;
}

.item-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  display: flex;
}

.item-wrapper.h-50 {
  height: 50%;
}

.item-wrapper.benefit {
  align-items: stretch;
}

.s-10 {
  display: none;
}

.new-hero {
  background-color: var(--white-smoke\<deleted\|variable-f89ba6bd\>);
  border-radius: 50px;
  width: auto;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 169px 92px;
}

.nav-link-wrapper {
  align-items: center;
  display: flex;
}

.logo-block {
  z-index: 10;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.logo-block._33 {
  width: 33.3%;
}

.div-block-7 {
  z-index: 1000;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  position: sticky;
  top: 0;
}

.image-24 {
  width: 70%;
}

.waw {
  z-index: 20;
  background-color: var(--white-2);
  justify-content: space-between;
  height: auto;
  display: block;
  position: sticky;
  top: 0%;
}

.container-1 {
  align-items: center;
  display: block;
}

.new-intro {
  z-index: 5;
  background-color: var(--white-smoke\<deleted\|variable-f89ba6bd\>);
  border-radius: 50px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 213px 92px;
  position: static;
  overflow: hidden;
}

.floating-card {
  z-index: 3;
  position: absolute;
  top: -42px;
  left: 60px;
}

.floating-card-3 {
  position: absolute;
  top: -548px;
  left: 158px;
}

.floating-card-4 {
  position: absolute;
  top: -276px;
  left: -114px;
}

.nav-menu-4 {
  flex: 1;
}

.container-8 {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.body-relative1 {
  background-color: var(--white);
  height: auto;
  display: block;
  position: relative;
}

.container-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.container-flex.vertical {
  flex-direction: column;
  align-items: center;
}

.hero---how-it-work {
  z-index: 1;
  background-color: var(--dark-slate-blue-3);
  border-radius: 50px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 135px 92px;
  display: none;
  position: relative;
  overflow: hidden;
}

.slider-2 {
  z-index: 0;
  border-radius: 50px;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: block;
}

.left-arrow, .right-arrow {
  display: block;
}

.slider-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 85%;
  margin: 35px;
  display: flex;
}

.card {
  background-color: #fccc61;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-self: auto;
  display: flex;
}

.card.edu {
  background-color: var(--dark-slate-blue-3);
  background-image: url('../images/2.png');
  background-position: 220% 10px;
  background-repeat: no-repeat;
  background-size: 80%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 200px;
  padding: 100px 0 25px;
  box-shadow: 0 3px 6px #0000000d;
}

.card.edu.basic {
  background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  background-image: url('../images/dafa.png'), linear-gradient(135deg, #ffa600, #e47546);
  background-position: 220% 10px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 80%, auto;
  align-items: flex-start;
}

.card.edu.premium {
  background-color: var(--light-coral\<deleted\|variable-0fb54715\>);
  background-image: url('../images/4.png'), linear-gradient(#da4552, #d6497f);
  background-position: 220% 10px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 80%, auto;
  align-items: flex-start;
}

.card.edu.individual {
  background-color: var(--antique-white\<deleted\|variable-3b32fddf\>);
  background-image: url('../images/4.png'), linear-gradient(to bottom, var(--light-slate-grey-2\<deleted\|variable-efdd5892\>), #53d3eb);
  background-position: 220% 10px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 80%, auto;
  align-items: flex-start;
}

.slide-1 {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  height: 100%;
}

.mask {
  border-radius: 50px;
  height: 100%;
}

.slide-2 {
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
}

.slide-3 {
  background-color: #2a3985;
}

.slide-3.scale-don {
  background-color: #2a398500;
  padding: 8px;
}

.slide-4 {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
}

.slide-5 {
  background-color: #f38c22;
}

.why-assemblr-image {
  width: 380px;
}

.why-assemblr-wrapper {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  padding: 16px;
}

.grid._1 {
  grid-template-columns: 1fr 1fr;
  place-items: center;
}

.grid.trans {
  background-color: #fff0;
}

.lightbox-link {
  object-fit: fill;
  border-radius: 8px;
  height: 100%;
  position: relative;
}

.lightbox-link.sa {
  align-items: center;
  display: flex;
}

.image-28 {
  border-radius: 8px;
}

.featured-4 {
  z-index: 1;
  background-color: #0000;
  border-radius: 50px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

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

.div-block-8 {
  display: flex;
}

.hero---class-resources {
  z-index: 1;
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  border-radius: 50px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 169px 92px;
  position: relative;
  overflow: hidden;
}

.tutorial-wrapper {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.tutorial-wrapper.vertical.edu {
  display: flex;
}

.tutor-image {
  width: 400px;
}

.tutor-image.edu {
  width: auto;
  height: 330px;
}

.tutor-image.studio {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.feature-3 {
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  border-radius: 50px;
  max-width: 80%;
  margin: 66px auto;
  padding-left: 92px;
  padding-right: 92px;
  position: static;
}

.feature-3.ace {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  max-width: 85%;
  display: none;
}

.feature-3.ace.page {
  display: block;
}

.feature-3.ace.page.hidden {
  display: none;
}

.benefit-ace {
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 25px;
  padding: 25px;
  display: flex;
  position: relative;
}

.samll-2 {
  color: var(--dark-slate-blue-3);
  padding-top: 0;
  font-family: Kastelov axiforma, sans-serif;
  font-weight: 700;
}

.samll-2.white {
  color: var(--dark-slate-blue-3);
}

.image-feature {
  background-image: url('../images/Illus-tutor.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.image-feature._4 {
  background-color: #f8c02f;
  background-image: url('../images/Artboard-6.jpg');
  background-position: 50%;
  background-size: contain;
}

.image-feature._5 {
  background-color: #0b9fd7;
  background-image: url('../images/Explaining-100.jpg');
  background-position: 50%;
  background-size: contain;
}

.image-feature._6 {
  background-color: #d81a62;
  background-image: url('../images/Artboard-11.jpg');
  background-position: 50%;
  background-size: contain;
}

.image-feature._7 {
  background-color: #293986;
  background-image: url('../images/Fostering-100.jpg');
  background-position: 50%;
  background-size: contain;
}

.desc-title {
  color: #383a47;
  text-align: center;
  text-transform: none;
  font-family: Poppins, sans-serif;
}

.desc-title.white {
  color: var(--white-2);
}

.card-wrapper {
  perspective: 1000px;
  cursor: pointer;
  border-radius: 8px;
  width: 400px;
  height: 300px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  overflow: visible;
}

.content-wrapper {
  backface-visibility: hidden;
  transform-origin: 0%;
  background-color: #aac6fc;
  border-radius: 9px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.content-wrapper.home {
  background-color: var(--powder-blue\<deleted\|variable-4da48e2f\>);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 20px 10px;
  padding: 30px;
  display: flex;
}

.content-wrapper.home._1 {
  background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
}

.content-wrapper.home._2 {
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  display: flex;
}

.content-wrapper.home._3 {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
}

.content-wrapper.home._4 {
  background-color: var(--dark-slate-blue-3);
  display: flex;
}

.card-heading {
  color: #383a47;
  text-transform: none;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2em;
}

.card-heading.center {
  text-align: center;
  margin-bottom: 0;
  font-size: 28px;
}

.card-heading.center.white {
  color: var(--white-2);
}

.image-wrapper {
  background-color: #f6df49;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-wrapper.home {
  background-color: var(--ghost-white\<deleted\|variable-6d4d82fd\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 10px;
  padding: 30px;
  display: flex;
}

.faq-question-2 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 64px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.faq-plus-l {
  background-color: #ed3868;
  border-radius: 3px;
  width: 5px;
  height: 20px;
  position: absolute;
}

.faq-plus {
  background-color: #ed3868;
  border-radius: 3px;
  width: 20px;
  height: 5px;
}

.faq-q-text {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 45px;
  overflow: hidden;
}

.rich-text-block-4 {
  padding-top: 0;
  padding-bottom: 16px;
  font-family: nunito-sans;
  font-size: 14px;
  line-height: 1.2em;
}

.image-round {
  border-radius: 8px;
}

.item-wrapper-4 {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0%;
}

.apply---1 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 15px;
  padding-left: 0;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.apply---2 {
  border-bottom: 1px solid #2d3e501f;
  width: 100%;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.apply-wrap {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.apply-wrap-wrap {
  flex: 1;
}

.numbre {
  color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  line-height: 45px;
}

.div-block-9 {
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.heading-6 {
  color: #939bb4;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 900;
  line-height: 52px;
}

.heading-6.home {
  z-index: 0;
  color: #2a3884;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 45px;
  position: relative;
}

.heading-6.home.center {
  text-align: center;
}

.heading-6.home {
  z-index: 0;
  color: #2a3884;
  text-align: left;
  padding-right: 0;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 45px;
  position: static;
}

.heading-6.home.price {
  color: #fff;
  width: auto;
  line-height: 1.2em;
}

.heading-6.home.center {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.heading-6.home.custom-marker {
  color: var(--white-2);
  text-align: left;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.intro-3 {
  background-color: #f5f6fa;
  border-radius: 50px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 213px 92px;
  overflow: hidden;
}

.intro-3.feature-3 {
  background-color: #f8c02e;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 65px 92px;
  display: flex;
}

.intro-3.feature-3.vertical {
  max-width: 85%;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-7 {
  color: #939bb4;
  font-size: 34px;
  font-weight: 600;
}

.heading-7.mob.center {
  color: #2a3884;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.button-3 {
  z-index: 0;
  color: #fff;
  cursor: pointer;
  background-color: #2a3884;
  border-radius: 10px;
  margin-top: 9px;
  margin-bottom: 9px;
  margin-left: 0;
  padding: 17px 54px;
  font-size: 17px;
  display: inline-block;
  position: relative;
}

.button-3:hover {
  background-color: #46495f;
}

.button-3.center {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.button-3.price {
  text-align: center;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 10px 20px;
}

.show-category-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #d81a63;
  border-radius: 50px;
  padding: 10px 23px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.heading-8 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-slider {
  max-width: 100%;
  position: relative;
}

.image-slider.kaka-tua {
  border-radius: 8px;
  width: 80%;
}

.intro-4 {
  background-color: var(--ghost-white\<deleted\|variable-6d4d82fd\>);
  border-radius: 50px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 92px;
  overflow: hidden;
}

.intro-4.magen {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  max-width: 85%;
}

.socmed-icon {
  width: 30px;
  height: 30px;
}

.socmed {
  width: 35px;
}

.socmed._30px {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.adress-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.html-embed {
  width: 100%;
  height: 300px;
  padding: 20px;
}

.intro-price {
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  border-radius: 50px;
  max-width: 80%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 92px;
  display: block;
  overflow: visible;
}

.desc-price {
  text-align: center;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.desc-price.left {
  color: #2a3884;
  text-align: left;
  font-weight: 400;
}

.desc-price.white {
  color: #fff;
}

.grid-label {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 248.594px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 20px;
  display: flex;
  position: relative;
  box-shadow: inset 0 1px #0000001f;
}

.product-image {
  width: 175px;
}

.white-background {
  display: none;
}

.grid-block {
  z-index: 2;
  color: #777;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 16px;
  display: flex;
  position: relative;
  box-shadow: inset 0 1px #0000001f;
}

.grid-block.last {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.grid-block.yello {
  background-color: #fac02d;
}

.grid-block.magen {
  background-color: #d81a63;
}

.image-icon {
  width: 45%;
  margin: 15px;
}

.testimoni {
  color: var(--dark-slate-blue-3);
  text-align: center;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4em;
}

.image-29 {
  width: 40%;
  margin-left: 10px;
  margin-right: 10px;
}

.image-29.igi {
  width: 90%;
}

.image-29.seamolec {
  width: 50%;
  padding: 15px;
}

.image-29.agb, .image-29.rafles {
  width: 80%;
}

.image-29.usm {
  width: 100%;
}

.image-29.tikomdik {
  width: 80%;
}

.feature-5 {
  max-width: 80%;
  margin: 66px auto;
  padding-left: 0;
  position: static;
}

.feature-5.assemblr-tutorial {
  max-width: 85%;
}

.hero---community {
  z-index: 1;
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  border-radius: 50px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 98px 92px;
  position: relative;
  overflow: hidden;
}

.button-wrapper {
  z-index: 3;
  background-color: var(--blu);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-width: 0;
  min-height: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-wrapper.studnet {
  background-color: var(--mera);
}

.button-wrapper.guideline {
  width: 150px;
}

.address-block {
  font-family: Poppins, sans-serif;
  line-height: 1.7em;
}

.socmed-icon-wrapper {
  align-items: flex-start;
  min-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image-30 {
  width: 90%;
}

.grid-11 {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  justify-items: stretch;
}

.title-label-2 {
  color: #2a3884;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.title-label-2.white {
  color: #fff;
}

.pricing-feature-title-2 {
  color: #2a3884;
  text-align: left;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.price-title-3 {
  color: #d81a63;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.price-title-3.white {
  color: #fff;
}

.big-block-7 {
  z-index: 9999;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 16px;
  display: flex;
  position: sticky;
  top: 60px;
}

.big-block-7.transparant {
  z-index: 9999;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 80px;
}

.big-block-7.transparant.blue {
  background-color: #0b9fd6;
  width: 248.594px;
  padding-left: 0;
  top: 60px;
}

.big-block-7.highlight {
  z-index: 100;
  color: #fff;
  background-color: #fac02d;
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 22px;
}

.big-block-7.highlight-2x {
  color: #fff;
  background-color: #fff;
  margin-top: -40px;
  padding-top: 22px;
}

.big-block-7.highlight-2x.magen {
  z-index: 100;
  background-color: #d81a63;
  justify-content: flex-start;
  margin-top: 0;
}

.big-block-7.free {
  justify-content: flex-start;
}

.big {
  z-index: 100;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.big.transparant {
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-3 {
  color: var(--dim-grey);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-3:hover {
  color: var(--tomato\<deleted\|variable-74b5818b\>);
}

.nav-link-3.w--current {
  color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
}

.hero---plans {
  z-index: 1;
  background-color: var(--blu);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 50px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 92px;
  position: relative;
  overflow: hidden;
}

.wyg-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100px;
  padding: 15px;
  display: flex;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.heading-9.wyg {
  color: var(--dark-slate-blue-3);
  align-items: center;
  height: 70px;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  display: flex;
}

.grid-13 {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.image-31 {
  width: 70%;
}

.image-31._1 {
  width: 100%;
}

.image-wyg {
  width: 60%;
  padding-bottom: 0;
}

.image-wyg.phone {
  width: 60%;
}

.heading-10 {
  color: var(--dark-slate-blue-3);
  text-align: center;
  margin-bottom: 80px;
  font-family: Poppins, sans-serif;
}

.heading-10._1 {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
}

.rich-text-block-6 {
  color: var(--dark-slate-blue-3);
  text-align: justify;
  padding-left: 71px;
  padding-right: 71px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

.div-block-12 {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 35px;
  display: flex;
}

.image-distributor {
  width: 85%;
}

.image-distributor.block {
  width: 50%;
}

.benefit-distributor {
  background-color: var(--dark-slate-blue-3);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  padding: 20px;
  display: flex;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
}

.benefit-wrapper {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 35px;
}

.list-2 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.carrer-wrapper {
  flex-direction: row;
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.image-career {
  width: 50%;
}

.job-wrapper {
  flex: 1;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-11 {
  color: var(--dark-slate-blue-3);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

.text-block-19 {
  color: var(--dark-slate-blue-3);
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.image-32 {
  width: 80%;
}

.short-job-desc {
  color: var(--white-2);
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.heading-distributor-block {
  color: var(--white-2);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4em;
}

.text-block-20 {
  text-align: left;
  margin-bottom: 10px;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

.hero-career {
  z-index: 1;
  background-color: #0000;
  border-radius: 50px;
  align-items: flex-start;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 92px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-product {
  max-width: 85%;
  margin: 0 auto 35px;
  padding-left: 3%;
  padding-right: 3%;
}

.link-block-2 {
  background-color: var(--light-slate-grey-2\<deleted\|variable-efdd5892\>);
  border-radius: 50px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 15px 0;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.link-block-2.astu {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
}

.link-block-2.app {
  background-color: var(--dark-slate-blue-3);
}

.img-product {
  width: 100%;
}

.heading-12 {
  font-family: Poppins, sans-serif;
}

.text-block-21 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-wrapper-career {
  flex-direction: row;
  margin-top: 10px;
  display: flex;
}

.text-block-22 {
  margin-left: 5px;
  margin-right: 5px;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.image-33 {
  width: 35%;
}

.heading-13 {
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  font-size: 28px;
}

.duties-career {
  margin-top: 25px;
}

.rich-text-block-7 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.requirenment-career, .benefit--career {
  margin-top: 25px;
}

.form-block {
  background-color: var(--powder-blue\<deleted\|variable-4da48e2f\>);
  border-radius: 10px;
  flex: 1;
  padding: 30px;
  display: block;
  position: sticky;
  top: 65px;
}

.text-field-2 {
  border-radius: 8px;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
}

.text-field-2.cv {
  font-family: Poppins, sans-serif;
}

.text-field-3 {
  border-radius: 8px;
  min-height: 100px;
  font-family: Poppins, sans-serif;
}

.form-font {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.select-field-2 {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.collection-list {
  display: flex;
}

.image-34 {
  width: 80%;
}

.mask-2 {
  height: 100%;
}

.mask-2._1 {
  height: auto;
}

.classroom-slider {
  background-color: var(--white);
  height: 100%;
}

.slide-6.scale-don {
  padding: 8px;
}

.left-arrow-2 {
  color: var(--dark-slate-blue-3);
  margin-left: -80px;
}

.right-arrow-2 {
  color: var(--dark-slate-blue-3);
  margin-right: -80px;
}

.slide-nav-2 {
  color: var(--dark-slate-blue-3);
  background-color: #0000;
  margin-bottom: -50px;
}

.slide-nav-2.hide {
  display: none;
}

.slide-7.scale-don {
  padding: 8px;
}

.slider-wrapper-classroom.open-minds {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.education-plans-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.education-plans-wrapper.individual {
  flex-direction: row;
  justify-content: center;
}

.education-plan {
  width: 33.32%;
  padding: 10px;
  display: flex;
}

.plan-title {
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  margin-top: 10px;
  padding-left: 25px;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5em;
}

.plan-title.white {
  color: var(--white-2);
  padding-left: 20px;
  font-family: Poppins, sans-serif;
}

.separator-30 {
  height: 30px;
}

.pricing-detail {
  color: var(--black\<deleted\|variable-a6dc7332\>);
  flex: 1;
  margin-bottom: 0;
  padding-right: 10%;
  font-family: Kastelov axiforma, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}

.pricing-detail.white {
  color: var(--white-2);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.pricing-detail.white._1 {
  padding-right: 0%;
}

.bold-text-4 {
  font-size: 22px;
  font-weight: 700;
}

.pricing-block {
  background-color: #ebebeb99;
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  padding: 15px 25px;
  display: flex;
}

.pricing-block._03 {
  background-color: #ffffff14;
}

.pricing-block._04 {
  background-color: #0000;
}

.separator-free {
  flex: 1;
  height: 90px;
}

.block-button {
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  margin-top: 26px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.text-block-23 {
  color: var(--white-2);
  text-align: center;
  font-family: Poppins, sans-serif;
}

.text-block-23.hide {
  color: var(--dark-slate-blue-3);
}

.text-block-23.hide-2 {
  color: #51d2ea;
}

.text-block-24 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.wyg-title {
  align-items: center;
  height: 90px;
  display: flex;
}

.bold-text-5 {
  font-size: 32px;
}

.list-item-4 {
  font-size: 15px;
}

.column-6 {
  flex: 0 auto;
}

.download-app-ios-1 {
  flex: 0 auto;
  margin-right: 0;
}

.download-app-ios-1.apple {
  border: 1px solid var(--dark-slate-blue-3);
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  width: 164px;
  height: 64px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.download-app-ios-1.apple._1 {
  border-color: var(--dark-slate-blue-3);
}

.download-app-ios-1.google {
  border: 1px solid #33333326;
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  width: 164px;
  height: 64px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.download-app-ios-1.google._1 {
  border-color: var(--dark-slate-blue-3);
}

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

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.bold-text-11 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.text-block-25 {
  font-family: Poppins, sans-serif;
  line-height: 1.7em;
}

.bold-text-12 {
  text-align: left;
  font-family: Poppins, sans-serif;
}

.tabs-menu {
  border-radius: 8px;
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
}

.plan-wrapper {
  justify-content: center;
  display: none;
}

.tab-link {
  color: var(--white-2);
  background-color: #939bb496;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.tab-link.w--current {
  background-color: var(--dark-slate-blue-3);
  color: var(--white-2);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.toggle-text {
  color: var(--dark-slate-blue-3);
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.toggle-text.monthly-toggle {
  color: var(--dark-slate-blue-3);
  width: auto;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.toggle-text.monthly-toggle._2 {
  display: none;
}

.toggle-contain {
  background-color: var(--white-2);
  border-radius: 50px;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.toggle-contain.new {
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
}

.pricing-box-2 {
  text-align: center;
  background-color: #0000;
  border-radius: 6px;
  flex-flow: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 31.3%;
  min-height: 420px;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
  display: flex;
  box-shadow: 0 10px 25px 3px #0000001a;
}

.container-103 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.pricing-box-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.pricing-box-row.monthly-row {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

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

.toggle-row {
  color: #fffc;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.toggle-dot {
  background-color: var(--dark-slate-blue-3);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
}

.toggle-dot.white {
  background-color: var(--white-2);
}

.toggle-dot.yello {
  background-color: var(--yello);
}

.distibutor-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.distriburor-block {
  background-color: var(--powder-blue\<deleted\|variable-4da48e2f\>);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 250px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.distriburor-block.cadangan {
  display: block;
}

.distriburor-block.id {
  background-image: url('../images/indonesia.svg');
  background-position: 90% 5%;
  background-repeat: no-repeat;
  background-size: 18%;
  width: 303px;
  margin-left: 0;
  margin-right: 0;
}

.distriburor-block.rus {
  background-image: url('../images/russian.svg');
  background-position: 95% 9%;
  background-repeat: no-repeat;
  background-size: 18%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.distriburor-block.ukraine {
  background-image: url('../images/ukrainian-flag.svg');
  background-position: 90% 5%;
  background-repeat: no-repeat;
  background-size: 18%;
  width: 303px;
  margin-left: 0;
  margin-right: 0;
}

.distriburor-block.india {
  background-image: url('../images/indian-flag.svg');
  background-position: 90% 5%;
  background-repeat: no-repeat;
  background-size: 18%;
  width: 303px;
  margin-left: 0;
  margin-right: 0;
}

.distributor-text {
  color: var(--dark-slate-blue-3);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.link-2 {
  text-decoration: none;
}

.image-39 {
  width: 100%;
}

.flag-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: 100%;
  display: flex;
}

.grid-17 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.image-40 {
  border-radius: 10px;
  width: 90px;
  position: relative;
}

.image-40._1 {
  border-radius: 0;
  width: 80px;
}

.image-40._2 {
  border-radius: 0;
  width: 70px;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ace-flag-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nation-wrapper {
  flex-flow: column;
  flex: none;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  display: block;
}

.nation-flag-wrapper {
  align-self: auto;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.nation-name {
  color: var(--dark-slate-blue-3);
  margin-left: 15px;
  font-family: Poppins, sans-serif;
}

.line {
  background-color: var(--dark-slate-blue-3);
  border-radius: 8px;
  height: 5px;
}

.ace {
  flex-direction: column;
  display: flex;
}

.ace-title {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

.ace-wrapper-2 {
  justify-content: center;
  display: flex;
  position: relative;
}

.ace-block-1 {
  width: 33.32%;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

.image-block-6 {
  border-width: 5px;
  border-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  border-radius: 50%;
  justify-content: center;
  margin-top: 65px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.item-wrapper-3 {
  flex-direction: column;
  align-items: center;
  height: 200px;
  display: flex;
}

.item-wrapper-3._2 {
  background-color: var(--white-2);
  box-shadow: 0 4px 9px 0 var(--white-smoke\<deleted\|variable-f89ba6bd\>);
  border-radius: 20px;
  justify-content: flex-start;
  height: 225px;
  margin-bottom: -60px;
  padding-top: 60px;
  position: relative;
  top: -83px;
}

.item-wrapper-3.distributor {
  background-color: var(--white-2);
  box-shadow: 0 4px 9px 0 var(--white-smoke\<deleted\|variable-f89ba6bd\>);
  border-radius: 20px;
  justify-content: flex-start;
  height: 210px;
  margin-bottom: -60px;
  padding-top: 60px;
  position: relative;
  top: -83px;
}

.image-43 {
  z-index: 1;
  border: 4px solid var(--goldenrod\<deleted\|variable-6703fc8d\>);
  background-image: linear-gradient(to bottom, var(--white-2), var(--white-2));
  border-radius: 50%;
  width: 144.6px;
  max-width: none;
  height: 144.625px;
  position: relative;
  top: -32px;
  left: 40px;
}

.image-43.marry {
  width: auto;
}

.text-block-27 {
  text-align: center;
  margin-left: 5px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.text-block-27.syria {
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
}

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

.item-wrapper-wrapper._1 {
  text-align: center;
  justify-content: center;
  margin-bottom: 15px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-44 {
  z-index: 2;
  width: 75px;
  height: 75px;
  position: relative;
  top: 58px;
  left: -16px;
}

.flag {
  display: none;
}

.slider-3 {
  background-color: #0000;
  height: 180px;
}

.slide-9 {
  padding-left: 85px;
  padding-right: 85px;
}

.slider-wrapper-2 {
  display: flex;
}

.icon-9 {
  color: #000;
}

.slider-container {
  display: none;
}

.link-3 {
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  text-decoration: none;
}

.pricing-button {
  color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
}

.pricing-button:hover {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  color: #fff;
}

.pricing-button.white {
  color: #fff;
  border-radius: 5px;
}

.pricing-button.white:hover {
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.pricing-button.white._1, .pricing-button.white._2 {
  width: 80%;
  position: absolute;
  inset: auto 10% 5%;
}

.pricing-button.individual {
  color: #fff;
  border-radius: 5px;
}

.pricing-button.individual:hover {
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.pricing-button.individual._1, .pricing-button.individual._2 {
  width: 80%;
  position: absolute;
  inset: auto 10% 5%;
}

.pricing-button.school-premium {
  color: #fff;
  border-radius: 5px;
}

.pricing-button.school-premium:hover {
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.pricing-button.school-premium._1, .pricing-button.school-premium._2 {
  width: 80%;
  position: absolute;
  inset: auto 10% 5%;
}

.pricing-details-wrap {
  color: #7540ee;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 0;
  display: flex;
}

.pricing-details-wrap.home {
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.pricing-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 3%;
  display: flex;
}

.pricing-section.home {
  background-color: var(--white);
  padding: 80px 0%;
}

.pricing-section.educator {
  background-color: var(--white-2);
  padding: 80px 0%;
}

.pricing-section.educator._1 {
  background-color: var(--white);
}

.pricing-check {
  align-items: center;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  line-height: 1.3em;
  display: flex;
}

.pricing-check.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.pricing-check.empty {
  height: 25px;
}

.pricing-check._1.hide {
  display: none;
}

.pricing-check.limited-offer {
  justify-content: center;
  display: none;
}

.pricing-check._2 {
  display: block;
}

.pricing-check._2.hide, .pricing-check.hilang {
  display: none;
}

.pricing-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.pricing-card {
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  border-radius: 20px;
  width: 100%;
  padding: 20px;
  box-shadow: 1px 1px 35px #ebecf0;
}

.pricing-card.red {
  background-color: var(--light-coral\<deleted\|variable-0fb54715\>);
}

.pricing-card.red.premium {
  background-image: url('../images/4.png');
  background-position: 135% 10px;
  background-repeat: no-repeat;
  background-size: 55%;
}

.pricing-card.red.premium.home {
  background-color: var(--mera);
  background-image: url('../images/school.png');
  background-position: 95% 5%;
  background-size: 40%;
  position: relative;
}

.pricing-card.red.premium.home._2 {
  background-color: var(--yello);
  background-image: url('../images/school-copy.png');
}

.pricing-card.yello {
  background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  align-self: auto;
}

.pricing-card.yello.school {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 700px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-card.yello.school.new {
  height: 700px;
  position: relative;
}

.pricing-card.yello.school.home {
  background-image: url('../images/dafa.png');
  background-position: 135% 10px;
  background-repeat: no-repeat;
  background-size: 55%;
  height: auto;
}

.pricing-card.yello.school.idr {
  height: 725px;
}

.pricing-card.yello.individual {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 65%;
}

.pricing-card.yello.individual.new {
  position: relative;
}

.pricing-card.yello.individual.home {
  background-image: url('../images/single.png');
  background-position: 95% 5%;
  background-repeat: no-repeat;
  background-size: 35%;
  height: auto;
  position: relative;
}

.pricing-card.yello.individual.home._1.landing {
  background-color: var(--medium-violet-red-2);
  background-image: url('../images/DISKON-50-2.png');
  background-position: 95% 5%;
  background-repeat: no-repeat;
  background-size: 30%;
}

.pricing-card.yello.individual.home._3 {
  background-color: var(--mera);
  background-image: url('../images/Asset-1-1_1.png'), url('../images/BEST-VALUE-------.png');
  background-position: 0 0, 95% 5%;
  background-repeat: no-repeat, no-repeat;
  background-size: 30%, 35%;
}

.pricing-card.free {
  height: 700px;
}

.pricing-card.free.home {
  background-color: var(--blu);
  background-image: url('../images/free.png');
  background-position: 95% 5%;
  background-repeat: no-repeat;
  background-size: 40%;
  flex-direction: column;
  height: auto;
  position: relative;
}

.pricing-card.free.home._1 {
  background-size: 30%;
  height: 100%;
}

.pricing-card.free._1 {
  height: 64%;
}

.pricing-card.free.idr {
  height: 725px;
}

.pricing-card.individual {
  background-color: var(--dark-slate-blue-3);
  height: 700px;
}

.pricing-card.individual.idr {
  height: 725px;
}

.pricing-card.single {
  background-color: var(--medium-violet-red-2);
  background-image: url('../images/indonesiansonly.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 100px;
  background-attachment: scroll;
  height: 625px;
}

.pricing-card.single.home {
  background-image: url('../images/2.png');
  background-position: 135% 0;
  background-repeat: no-repeat;
  background-size: 55%;
  flex-direction: column;
  height: auto;
  position: relative;
}

.pricing-card.single._1 {
  height: 64%;
}

.pricing-card.group {
  background-color: var(--mera);
  background-image: url('../images/Asset-1-1_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40%;
  height: 700px;
}

.pricing-card.group.home {
  background-image: url('../images/2.png');
  background-position: 135% 0;
  background-repeat: no-repeat;
  background-size: 55%;
  flex-direction: column;
  height: auto;
  position: relative;
}

.pricing-card.group._1 {
  height: 64%;
}

.pricing-card.group.idr {
  height: 725px;
}

.pricing-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  padding: 10px;
  display: flex;
}

.pricing-column.home {
  flex-direction: row;
  align-items: stretch;
  width: 25%;
}

.pricing-column.home.landing {
  width: 50%;
}

.heading-16 {
  color: var(--dark-slate-blue-3);
  text-align: center;
  letter-spacing: -.6px;
  font-family: Poppins, sans-serif;
  font-size: 44px;
}

.pricing-text {
  color: #0c2531;
  max-width: 560px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
}

.pricing-text.white {
  color: #fff;
  font-size: 14px;
  line-height: 1.6em;
}

.pricing-text.white.offer {
  color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  text-align: center;
  font-size: 12px;
}

.pricing-text.white.offer.hide {
  display: none;
}

.pricing-text.white._1 {
  padding-right: 60px;
}

.pricing-text.yello {
  color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
}

.pricing-text.blue {
  color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
}

.pricing-text.darkblue {
  color: var(--dark-slate-blue-3);
}

.pricing-2 {
  color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  margin-left: 2px;
  margin-right: 2px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.pricing-2.white {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.pricing-2.white.home {
  font-size: 32px;
}

.pricing-2.white.depan {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.pricing-2.white.depan.coret {
  font-size: 12px;
  text-decoration: line-through;
}

.pricing-2.white.depan.promo {
  color: #7affaf;
}

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

.date.white {
  color: #fff;
}

.pricing-h3 {
  color: #0a1f44;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}

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

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

.title-block {
  margin-bottom: 55px;
}

.title-block.educator {
  justify-content: center;
  display: flex;
}

.check {
  width: 20px;
  margin-right: 15px;
}

.check._1 {
  width: auto;
}

.check.silang {
  width: 18px;
}

.pricing-check-wrap {
  flex-direction: column;
  align-items: stretch;
  margin-top: 25px;
  margin-bottom: 0;
  display: flex;
}

.pricing-check-wrap.home {
  margin-top: 0;
  margin-bottom: 80px;
}

.text-span {
  color: #7540ee;
}

.download-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.download-wrapper._2 {
  height: 90px;
  margin-top: 30px;
  display: block;
}

.download-wrapper._2.show {
  margin-top: 0;
  display: flex;
}

.download-wrapper.mobile {
  display: none;
}

.link-block-5 {
  margin-right: 0;
}

.image-48 {
  width: 200px;
  margin-right: 35px;
}

.impact-logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.impact-logo-wrapper._1 {
  justify-content: center;
}

.profile-block {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.slider-5 {
  background-color: #ddd0;
  width: 100%;
  max-width: 750px;
  height: 100%;
}

.standard-paragraph {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.standard-paragraph.overview {
  color: var(--dark-slate-blue-3);
  font-family: Poppins, sans-serif;
}

.author-title {
  opacity: .7;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.author-title.overview {
  color: var(--dark-slate-blue-3);
  font-family: Poppins, sans-serif;
}

.content-white-h2 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 54px;
  line-height: 1;
}

.content-white-h2.overview {
  color: var(--dark-slate-blue-3);
  font-family: Poppins, sans-serif;
}

.profile-image {
  border: 3px solid #fff;
  border-radius: 100px;
  margin-right: 25px;
}

.faq-title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.faq-title.overview {
  color: var(--dark-slate-blue-3);
  font-family: Poppins, sans-serif;
}

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

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

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.profile-details {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.slide-10 {
  background-color: #fff;
  border: 1px #4689d733;
  border-radius: 15px;
  margin-right: 50px;
  padding: 0;
  overflow: hidden;
}

.arrow-icon {
  color: #1b2d45;
  font-size: 15px;
}

.testimonial-section-2 {
  background-image: linear-gradient(to bottom, var(--deep-sky-blue\<deleted\|variable-9c8703c4\>), var(--deep-sky-blue\<deleted\|variable-9c8703c4\>));
  justify-content: center;
  align-items: center;
  padding: 132px 0% 163px;
  position: relative;
  overflow: hidden;
}

.testimonial-section-2.yellow {
  background-image: linear-gradient(#f8c02e, #f8c02e);
}

.mask-4 {
  background-color: #0000;
  overflow: visible;
  box-shadow: 0 20px 50px #4689d733;
}

.arrow-left-2 {
  background-color: #fff;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  inset: 0% auto 0% -25px;
  box-shadow: 0 5px 10px #1b2d451a;
}

.slide-wrap-2 {
  background-color: var(--light-slate-grey-2\<deleted\|variable-efdd5892\>);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  height: 370px;
  min-height: 350px;
  padding: 90px 60px 50px;
  display: flex;
}

.slide-wrap-2.overview {
  background-color: #f7a629;
  justify-content: center;
}

.title-paragraph-white-2 {
  color: #ffffffd9;
  letter-spacing: -.03em;
  max-width: 590px;
  margin-bottom: 32px;
  font-weight: 400;
  display: none;
}

.slide-nav-5 {
  display: none;
}

.arrow-right-2 {
  background-color: #fff;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  inset: 0% -25px 0% auto;
  box-shadow: 0 5px 10px #1b2d451a;
}

.image-49 {
  width: 35px;
}

.pricing-text-tiny {
  color: #0a1f44;
  max-width: 560px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6em;
}

.pricing-text-tiny.white {
  color: #fff;
  text-align: left;
  line-height: 1.6em;
}

.link-4 {
  color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6em;
  text-decoration: none;
  display: inline-block;
}

.link-4.hide {
  display: none;
}

.paragraph-2 {
  color: var(--dark-slate-blue-3);
  text-align: center;
  font-size: 16px;
}

.paragraph-4 {
  color: var(--dark-slate-blue\<deleted\|variable-7c70edd0\>);
  margin-bottom: 0;
  margin-left: 0;
}

.pricing-table-cell {
  color: var(--dark-slate-blue-2\<deleted\|variable-563d549d\>);
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.pricing-table-cell.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.pricing-table-cell.vertical.mobile.title {
  padding-left: 0;
}

.pricing-table-cell.left {
  justify-content: flex-start;
}

.pricing-table-cell.left.title {
  padding-left: 0;
}

.text-block-2 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.pricing-top {
  border-bottom: .5px solid var(--dark-slate-blue\<deleted\|variable-7c70edd0\>);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 175px;
  min-height: 165px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.pricing-top.mobile {
  border-bottom-width: .5px;
  border-bottom-color: var(--dark-slate-blue\<deleted\|variable-7c70edd0\>);
  height: 165px;
  padding-top: 42px;
}

.pricing-top.mobile.left {
  justify-content: flex-start;
  align-items: flex-start;
  height: 175px;
  padding-top: 20px;
}

.sign-up-button-pink {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  color: var(--white-2);
  cursor: pointer;
  border-radius: 8px;
  align-items: stretch;
  height: 30px;
  margin-top: 10px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 100;
  text-decoration: none;
  display: block;
}

.grid-pricing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
}

.top-heading {
  color: var(--dark-slate-blue-3);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 38px;
}

.help {
  opacity: .3;
  margin-left: 10px;
  display: none;
}

.text-block-white {
  color: #2d3958;
  margin-bottom: 5px;
}

.check-2 {
  opacity: 1;
  color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  width: 32px;
}

.grid-top-sticky {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  position: sticky;
  top: 40px;
}

.pricing-section-2 {
  color: #fff;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 90px;
  display: flex;
}

.pricing-section-2.hide {
  display: none;
}

.help-icon {
  width: 18px;
}

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

.discount {
  color: #ffffff80;
  font-size: 14px;
}

.pricing-title {
  color: var(--dark-slate-blue-3);
  margin-top: 10px;
  font-family: Poppins, sans-serif;
}

.feature-name {
  color: var(--dark-slate-blue-3);
  font-family: Poppins, sans-serif;
}

.link-5 {
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  cursor: pointer;
  text-decoration: none;
}

.icon_wrap {
  overflow: hidden;
}

.card_col_2 {
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 15px;
  display: flex;
  position: relative;
  top: -30px;
}

.container_p {
  flex: 1;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.content_wrap {
  background-image: url('../images/dots_1dots.png'), linear-gradient(to bottom, var(--goldenrod-2\<deleted\|variable-24c6061e\>), var(--goldenrod-2\<deleted\|variable-24c6061e\>));
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 23px, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 3%;
  display: flex;
}

.content_wrap.ace {
  min-height: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph {
  color: #44465f;
  letter-spacing: -.3px;
  font-size: 18px;
  line-height: 1.6;
}

.paragraph.ace {
  font-family: Poppins, sans-serif;
}

.icon.besar-dikit {
  width: 25%;
}

.h1_features {
  letter-spacing: -.3px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 27px;
}

.col_60 {
  justify-content: space-between;
  width: 60%;
  padding: 10px;
  display: flex;
}

.col_40 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-right: 35px;
  display: flex;
}

.card_row {
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 15px;
  display: flex;
}

.button-4 {
  background-color: var(--dark-slate-blue-3);
  border-radius: 8px;
  margin-top: 25px;
  padding: 17px 35px;
  font-size: 15px;
  font-weight: 500;
}

.card_base {
  box-shadow: none;
  color: #44465f;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  min-height: 270px;
  margin-bottom: 35px;
  padding: 35px 25px 25px;
  text-decoration: none;
  position: relative;
}

.h1_example {
  color: #000645;
  letter-spacing: -.5px;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 1.3em;
}

.text_features {
  letter-spacing: -.3px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.navigation-link {
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #8c54ff;
}

.navigation-link.w--current {
  color: #99d715;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand-2 {
  margin-right: 44px;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-column-right {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navigation-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  font-size: 16px;
  display: flex;
}

.dropdown-link-4 {
  color: #283338;
  width: 100%;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-4:hover {
  background-color: #f8faff;
}

.dropdown-link-1 {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-1:hover {
  background-color: #f8faff;
}

.icon-4 {
  margin-right: 5px;
}

.nav-menu-5 {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-column {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 22px;
}

.flowbase-logo {
  width: 200px;
}

.navigation-container {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-column-wrap {
  display: flex;
}

.icon-square {
  background-color: #fff;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 12px;
  display: flex;
  box-shadow: 4px 4px 20px 5px #00000017;
}

.dropdown-link-mobile {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

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

.nav-link-details {
  color: #28333899;
  font-size: 14px;
}

.link-18 {
  color: #283338;
  margin-bottom: 15px;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.link-18:hover {
  color: #8c54ff;
}

.navigation {
  background-color: #0000;
  border-bottom: 1px solid #4455671c;
  flex-direction: column;
  align-items: center;
  padding: 10px 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.text-block-61 {
  font-size: 16px;
}

.dropdown-link-5 {
  color: #283338;
  width: 100%;
  min-height: 55px;
  padding: 16px 22px 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-5:hover {
  background-color: #f8faff;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

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

.navigation-dropdown.w--open {
  background-color: #fff;
  min-width: 350px;
  max-height: 100vh;
  left: -120px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.text-block-62 {
  color: #abaeaf;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-size: 14px;
}

.dropdown-toggle-2 {
  padding-left: 12px;
  padding-right: 26px;
  transition: all .2s;
}

.dropdown-toggle-2:hover {
  color: #8c54ff;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw8 {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex: none;
}

.wg-dd-2-list {
  transform-origin: 100% 0;
  background-color: #fff;
  padding-top: 2.5rem;
  padding-bottom: .5rem;
  inset: -.5rem auto auto 0%;
  overflow: hidden;
  box-shadow: 0 3px 11px -1px #4049ff1c;
}

.wg-dd-2-list.wg-dropdown-link-flag.w--open {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.wg-code {
  display: none;
}

.wg-selector-text-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.wg-dropdown-2 {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  font-weight: 700;
}

.wg-dropdown-2-link {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  padding: 0 1rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.wg-dropdown-2-link:hover {
  color: #ff6640;
}

.wg-dd-2-togle {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2rem;
  padding: 0 15px;
  transition: color .2s;
  display: flex;
}

.wg-dd-2-togle:hover {
  color: #ff6640;
}

.wg-flag-ico {
  object-fit: cover;
  flex: 1;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-element {
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element:hover {
  background-color: #fbf9fd;
}

.wg-flag {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  display: flex;
}

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

.img-wyg {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.text-wrapper {
  background-color: var(--white-2);
}

.wyg-content-wrapper {
  box-shadow: 1px 1px 3px 0 var(--white-smoke\<deleted\|variable-f89ba6bd\>);
  border-radius: 8px;
}

.bold-text-15 {
  font-weight: 500;
}

.get-started-ace {
  background-color: #2a3884;
  border-radius: 8px;
  margin-top: 25px;
  padding: 17px 35px;
  font-size: 15px;
  font-weight: 500;
}

.text-block-63, .text-block-64 {
  display: block;
}

.link-block-6 {
  display: flex;
}

.nav-block-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.nav-block-wrap.sw8 {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex: 1;
}

.div-block-13 {
  border: 2px solid var(--dark-slate-blue-3);
  border-radius: 35px;
  height: 35px;
}

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

.div-block-14 {
  padding-left: 73px;
}

.div-log-out {
  margin-left: 15px;
  text-decoration: none;
  display: block;
  position: relative;
}

.div-log-out.logged-out {
  margin-left: 30px;
  display: none;
  position: static;
}

.div-block-16 {
  background-image: linear-gradient(90deg, var(--deep-sky-blue\<deleted\|variable-9c8703c4\>), #6773b3);
  border-radius: 20px;
  align-items: center;
  width: 160px;
  height: 45px;
  padding-left: 35px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.div-block-16.hidden {
  display: block;
}

.div-block-17 {
  background-color: var(--white-2);
  border-radius: 100px;
  width: 35px;
  height: 35px;
  position: absolute;
  left: -14px;
}

.image-51 {
  border: 2px solid var(--dark-slate-blue-3);
  border-radius: 100px;
  width: 35px;
  height: 35px;
}

.text-block-65 {
  color: var(--white-2);
  font-size: 14px;
}

.image-52 {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.cookie-block {
  z-index: 99999999;
  background-color: var(--powder-blue\<deleted\|variable-4da48e2f\>);
  color: #34bcd1;
  border: 1px solid #39e5ff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 860px;
  min-height: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 18px;
  display: block;
  position: fixed;
  inset: auto 3% 5%;
}

.cookie-block.hide {
  display: none;
}

.banner-wrap-left {
  letter-spacing: -.02em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  font-size: 14px;
  display: flex;
}

.div-block-49 {
  align-items: center;
  display: flex;
}

.cookie {
  width: 22px;
  margin-right: 20px;
}

.button-cookie {
  opacity: .7;
  color: #34bcd1;
  background-color: #fff;
  border: 1px solid #39e5ff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 10px 12px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.button-cookie:hover {
  color: #fff;
  background-color: #34bcd1;
}

.pointer {
  width: 190px;
  position: absolute;
  inset: auto auto 10% -27%;
}

.div-log-in {
  color: var(--dim-grey);
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.div-log-in:hover {
  background-color: var(--white-smoke\<deleted\|variable-f89ba6bd\>);
  color: var(--tomato\<deleted\|variable-74b5818b\>);
}

.div-log-in.w--current {
  color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.div-log-in.bt-normal {
  border: 1px solid var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  background-image: linear-gradient(to right, var(--deep-sky-blue\<deleted\|variable-9c8703c4\>), #6773b3);
  color: var(--white-2);
  border-radius: 10px;
  flex: none;
  height: 34px;
  margin-left: 15px;
  padding: 5px 10px 7px;
  display: block;
}

.div-log-in.bt-normal:hover {
  background-color: var(--dark-slate-blue-2\<deleted\|variable-563d549d\>);
  color: var(--white-2);
}

.div-log-in.bt-normal.loggedin {
  border-radius: 20px;
  margin-right: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  display: block;
}

.div-log-in.bt-normal.loggedin.new {
  background-color: var(--blu);
  background-image: none;
  font-size: 12px;
}

.div-log-in.bt-normal.loggedin._2 {
  display: none;
}

.div-log-in.bt-normal.logged-out {
  border-radius: 20px;
  font-size: 14px;
  display: block;
}

.div-log-in.bt-normal-new {
  border: 1px solid var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  background-image: linear-gradient(to right, var(--deep-sky-blue\<deleted\|variable-9c8703c4\>), #6773b3);
  color: var(--white-2);
  border-radius: 10px;
  flex: none;
  margin-left: 15px;
  padding: 5px 10px 7px;
  display: block;
  position: relative;
}

.div-log-in.bt-normal-new:hover {
  background-color: var(--dark-slate-blue-2\<deleted\|variable-563d549d\>);
  color: var(--white-2);
}

.div-log-in.bt-normal-new.loggedin {
  border-radius: 20px;
  font-size: 14px;
  display: none;
}

.div-log-in.bt-normal-new.logged-out {
  border-radius: 20px;
  font-size: 14px;
  display: block;
}

.pricing-3 {
  color: var(--white-2);
  margin-left: 2px;
  margin-right: 2px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 50px;
}

.pricing-3.white {
  color: #fff;
  font-size: 42px;
}

.bold-text-16 {
  font-size: 40px;
  font-weight: 500;
}

.image-53 {
  box-shadow: 4px 6px 14px 0 var(--white-smoke\<deleted\|variable-f89ba6bd\>);
  border-radius: 8px;
  width: 15%;
}

.image-ace-blr {
  width: 100%;
}

.image-54 {
  width: 90%;
}

.image-55 {
  width: 125%;
  max-width: none;
}

.hero-2 {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

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

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.gallery {
  padding: 100px 3%;
}

.centered-container {
  text-align: center;
  flex: 1;
  max-width: 85%;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.gallery-thumbnail._1 {
  object-position: 100% 50%;
}

.blr-absolute {
  width: 65%;
  max-width: none;
  position: absolute;
  inset: 0% -6% 0% auto;
}

.section-2 {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.button-color {
  background-color: var(--light-coral\<deleted\|variable-0fb54715\>);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
}

.button-icon {
  color: var(--dark-slate-blue-3);
  align-self: center;
  height: 22px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 22px;
  line-height: 1;
  position: relative;
}

.button-icon:hover {
  color: var(--dark-slate-blue\<deleted\|variable-7c70edd0\>);
}

.button-text-lg {
  color: var(--dark-slate-blue-3);
  flex-direction: column;
  align-self: center;
  margin-top: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  position: relative;
}

.button-text-sm {
  color: #2a3884a1;
  flex-direction: column;
  font-size: 12px;
  font-weight: 300;
  display: inline;
}

.earth {
  z-index: 1;
  width: 35%;
  position: absolute;
  bottom: 176.641px;
  left: 90.172px;
}

.satelit {
  z-index: 1;
  width: 45%;
  position: absolute;
  top: -94.938px;
  left: 175.719px;
}

.pesawat {
  z-index: 2;
  width: 40%;
  position: absolute;
  bottom: 108.609px;
  left: 65.625px;
}

.asteroid {
  width: 13%;
  position: absolute;
  bottom: 280.969px;
  left: -20.656px;
}

._3d-wrapper {
  max-width: 100%;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
}

.button-text-lg-2 {
  color: #2a3884;
  flex-direction: column;
  align-self: center;
  margin-top: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  position: relative;
}

.download-app-android {
  flex: 0 auto;
  margin-right: 0;
}

.download-app-android.apple {
  border: 1px solid #33333326;
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  width: 164px;
  height: 64px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.download-app-android.apple._1 {
  border-color: var(--dark-slate-blue-3);
}

.download-app-android.google {
  border: 1px solid #33333326;
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  width: 164px;
  height: 64px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.download-app-android.google._1 {
  border-color: var(--dark-slate-blue-3);
}

.download-app-ios {
  flex: 0 auto;
  margin-right: 0;
}

.download-app-ios.apple {
  border: 1px solid #33333326;
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  width: 164px;
  height: 64px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.download-app-ios.apple._1 {
  border-color: var(--dark-slate-blue-3);
}

.download-app-ios.google {
  border: 1px solid #33333326;
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  width: 164px;
  height: 64px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.download-app-ios.google._1 {
  border-color: var(--dark-slate-blue-3);
}

.image-dowbload-mobile {
  width: 200px;
  margin-right: 35px;
}

.sign-up-button {
  color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
}

.sign-up-button:hover {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  color: #fff;
}

.sign-up-button.white {
  border-width: 3px;
  border-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  color: var(--dark-slate-blue-3);
  border-radius: 5px;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.sign-up-button.white:hover {
  border-color: var(--white-2);
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.sign-up-button.white.home {
  width: 80%;
  margin-top: -1px;
  position: absolute;
  inset: auto 10% 5%;
}

.sign-up-button.free-edu {
  border-width: 3px;
  border-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  color: var(--dark-slate-blue-3);
  border-radius: 5px;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.sign-up-button.free-edu:hover {
  border-color: var(--white-2);
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.sign-up-button.free-edu.home {
  width: 80%;
  margin-top: -1px;
  position: absolute;
  inset: auto 10% 5%;
}

.sign-up-button.free-edu.landing {
  width: 25%;
  font-size: 16px;
}

.sign-up-button.free-edu.landing._1 {
  width: 55%;
  font-size: 14px;
}

.sign-up-button.free {
  border-width: 3px;
  border-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  color: var(--dark-slate-blue-3);
  border-radius: 5px;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.sign-up-button.free:hover {
  border-color: var(--white-2);
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.sign-up-button.free.home {
  width: 80%;
  margin-top: -1px;
  position: absolute;
  inset: auto 10% 5%;
}

.sign-up-button.single {
  border-width: 3px;
  border-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  color: var(--dark-slate-blue-3);
  border-radius: 5px;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.sign-up-button.single:hover {
  border-color: var(--white-2);
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.sign-up-button.single.home {
  width: 80%;
  margin-top: -1px;
  position: absolute;
  inset: auto 10% 5%;
}

.pricing-button-group {
  color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
}

.pricing-button-group:hover {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  color: #fff;
}

.pricing-button-group.white {
  border-width: 2px;
  border-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  color: var(--dark-slate-blue-3);
  border-radius: 5px;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.pricing-button-group.white:hover {
  border-color: var(--white-2);
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.pricing-button-group.white.locked {
  border-color: var(--white-2);
  cursor: not-allowed;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pricing-button-group.white.locked:hover {
  color: var(--white-2);
  background-color: #0000;
}

.pricing-button-group.basic-sch {
  color: #fff;
  border-radius: 5px;
  margin-top: 25px;
}

.pricing-button-group.basic-sch:hover {
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.pricing-button-group.basic-sch.locked {
  cursor: not-allowed;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pricing-button-group.basic-sch.locked:hover {
  color: var(--white-2);
  background-color: #0000;
}

.pricing-button-group.group-yearly {
  border-width: 2px;
  border-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  color: var(--dark-slate-blue-3);
  border-radius: 5px;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.pricing-button-group.group-yearly:hover {
  border-color: var(--white-2);
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.pricing-button-group.group-yearly.locked {
  border-color: var(--white-2);
  cursor: not-allowed;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pricing-button-group.group-yearly.locked:hover {
  color: var(--white-2);
  background-color: #0000;
}

.pricing-button-group.group-monthly {
  border-width: 2px;
  border-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  color: var(--dark-slate-blue-3);
  border-radius: 5px;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.pricing-button-group.group-monthly:hover {
  border-color: var(--white-2);
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.pricing-button-group.group-monthly.locked {
  border-color: var(--white-2);
  cursor: not-allowed;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pricing-button-group.group-monthly.locked:hover {
  color: var(--white-2);
  background-color: #0000;
}

.pricing-button-group.school {
  border-width: 2px;
  border-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  color: var(--ghost-white\<deleted\|variable-6d4d82fd\>);
  border-radius: 5px;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.pricing-button-group.school:hover {
  border-color: var(--white-2);
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.pricing-button-group.school.locked {
  border-color: var(--white-2);
  cursor: not-allowed;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pricing-button-group.school.locked:hover {
  color: var(--white-2);
  background-color: #0000;
}

.pricing-button-basic {
  color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
}

.pricing-button-basic:hover {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  color: #fff;
}

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

.pricing-button-basic.white:hover {
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.pricing-button-premium {
  color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
}

.pricing-button-premium:hover {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  color: #fff;
}

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

.pricing-button-premium.white:hover {
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.pricing-button-personal-pink, .pricing-button-basic-pink, .pricing-button-premium-pink {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  color: var(--white-2);
  cursor: pointer;
  border-radius: 8px;
  align-items: stretch;
  height: 30px;
  margin-top: 10px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 100;
  text-decoration: none;
  display: block;
}

.download-app-android-1 {
  flex: 0 auto;
  margin-right: 0;
}

.download-app-android-1.apple {
  border: 1px solid #33333326;
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  width: 164px;
  height: 64px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.download-app-android-1.apple._1 {
  border-color: var(--dark-slate-blue-3);
}

.download-app-android-1.google {
  border: 1px solid var(--dark-slate-blue-3);
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  width: 164px;
  height: 64px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.download-app-android-1.google._1 {
  border-color: var(--dark-slate-blue-3);
}

.campaign-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.campaign-logo-wrapper {
  width: 100%;
  display: flex;
}

.logo-div {
  align-self: center;
  align-items: center;
  width: 15%;
  height: 50px;
  display: flex;
}

.logo-div._1 {
  width: 35px;
  height: 35px;
  margin-left: 20px;
  margin-right: 0;
}

.logo-div._2 {
  width: 50px;
  margin-left: 20px;
}

.logo-div._3 {
  width: 10%;
  margin-left: 20px;
}

.campaign-wrapper {
  display: flex;
}

.tabs-content {
  width: 70%;
  overflow: visible;
}

.contact-box-fixed {
  border-top: 1px solid #0003;
  max-width: 25%;
  padding-top: 20px;
  position: absolute;
  inset: auto auto 0 30px;
}

.per-month {
  color: #ffffff80;
  font-size: 22px;
}

.tabs-menu-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  height: 100%;
  padding: 30px 42px 30px 30px;
  display: flex;
}

.paragraph-5 {
  color: #3339;
  max-width: 30ch;
}

.price-top-wrap {
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
  display: flex;
}

.button-price {
  color: #4e2d92;
  text-align: center;
  background-color: #f9f2ff;
  border-radius: 100px;
  width: 100%;
  margin-top: 16px;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 500;
}

.button-price.max-width {
  max-width: 250px;
}

.check-grid-large {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  align-content: start;
  min-height: 150px;
  margin-top: 32px;
  margin-bottom: 20px;
}

.title-wrap-2 {
  color: #7b88a8;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 92px;
  display: flex;
  position: relative;
}

.content-h1 {
  z-index: 2;
  color: #231d4f;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  line-height: 1.1;
  position: relative;
}

.subtitle {
  color: #848199;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.check-3 {
  margin-right: 20px;
}

.tabs {
  justify-content: space-between;
  display: flex;
}

.feature-wrap {
  align-items: center;
  display: flex;
}

.price-card-dark {
  color: #fff;
  background-color: #4e2d92;
  border-radius: 25px;
  justify-content: center;
  width: 100%;
  height: 494px;
  padding: 72px 80px;
  display: flex;
  position: relative;
  box-shadow: 0 90px 90px -50px #4e2d9263;
}

.container-107 {
  justify-content: center;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

.tab-link-2 {
  color: #361c6c;
  background-color: #0000;
  border-bottom: 3px solid #fff0;
  min-width: 100px;
  padding: 32px 0 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.tab-link-2.w--current {
  background-color: #0000;
  border-bottom: 3px solid #4e2d92;
  font-family: Poppins, sans-serif;
}

.price-illustration {
  display: none;
  position: absolute;
  inset: auto -8% -8% auto;
}

.button-5 {
  z-index: 3;
  background-color: #f5f6f8;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  margin-top: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-5.hide {
  display: none;
}

.button-t {
  z-index: 4;
  color: #000;
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: relative;
}

.button-cover {
  z-index: 3;
  background-color: var(--dark-slate-blue-3);
  width: 180px;
  min-height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.button-cover.yello {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
}

.button-link-cover {
  z-index: 5;
  font-family: Poppins, sans-serif;
  position: absolute;
  inset: 0;
}

.button-link-cover.landing-page-sg-my, .button-link-cover.landing-page-ph, .button-link-cover.landing-page-th {
  z-index: 5;
}

.light-card {
  background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  color: #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 494px;
  padding: 72px 80px;
  display: flex;
  box-shadow: 0 90px 90px -50px #4e2d9263;
}

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

.image-58 {
  width: 70%;
}

.image-59 {
  width: 100%;
  max-width: none;
}

.bold-text-17 {
  color: var(--white-2);
  font-weight: 400;
}

.bold-text-17._1, .bold-text-17.blue {
  font-weight: 700;
}

.bold-text-17.overview {
  color: var(--dark-slate-blue-3);
  font-weight: 700;
}

.paragraph-6 {
  font-family: Poppins, sans-serif;
}

.paragraph-6.head {
  color: var(--white-2);
}

.paragraph-6.overview {
  color: var(--dark-slate-blue-3);
}

.paragraph-7 {
  color: #7b88a8;
  max-width: 650px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-7.home {
  max-width: 700px;
}

.paragraph-7.ace-1 {
  max-width: 850px;
}

.paragraph-7.italic {
  max-width: 700px;
  font-size: 16px;
  font-style: italic;
}

.paragraph-7.ace-2 {
  text-align: center;
  max-width: 850px;
  margin-bottom: 30px;
}

.paragraph-7.white {
  color: var(--white-2);
}

.paragraph-7.biru {
  color: var(--dark-slate-blue-3);
}

.tab-grid {
  grid-template-rows: auto;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.content-section {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 3%;
  display: flex;
  overflow: hidden;
}

.content-section.home {
  background-color: var(--white-2);
  padding-top: 80px;
  padding-bottom: 120px;
}

.content-section.task-list {
  background-color: #0000;
}

.content-section.new {
  padding: 80px 0% 120px;
}

.tab-h1 {
  color: #2d3958;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  line-height: 1.1;
}

.tab-h1.ace {
  margin-bottom: 10px;
}

.tab-h1.white {
  color: var(--white-2);
}

.tab-h1.biru {
  color: var(--dark-slate-blue-3);
}

.lottie-animation {
  width: 537px;
  height: 542px;
  display: none;
}

.tab-panel {
  background-color: #fff;
  border-radius: 24px;
  align-items: center;
  min-height: 500px;
  padding: 0;
  display: flex;
  box-shadow: 0 60px 100px -50px #151c344f;
}

.tab-panel.classroom {
  background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
}

.tab-panel.view {
  background-color: var(--light-slate-grey-2\<deleted\|variable-efdd5892\>);
}

.tab-panel.create {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
}

.tab-panel.cross {
  background-color: #4864bc;
}

.tab-panel._2 {
  background-color: #15a5d7;
  padding: 16px;
}

.tab-panel._2.educator {
  background-color: var(--mera);
}

.tabs-content-2 {
  padding-top: 40px;
  overflow: visible;
}

.tabs-menu-3 {
  justify-content: center;
  align-items: stretch;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.load-bar-base {
  background-color: #eceff8;
  border-radius: 500px;
  width: 80%;
  max-width: 180px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-66 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.link-arrow {
  color: #6a35ff;
  align-items: center;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.tab-image {
  width: 50px;
  height: 50px;
  margin-right: 8px;
}

.animation-block {
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 26px 0;
  display: flex;
}

.animation-block._1 {
  padding: 20px 0;
  position: relative;
}

.animation-block.a {
  padding-left: 0;
  padding-right: 0;
}

.standard-tab {
  opacity: .7;
  color: #151c34;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #151c34;
  background-color: #0000;
  position: relative;
}

.text-block-5 {
  margin-right: 14px;
}

.load-bar {
  background-color: var(--dark-slate-blue-3);
  border-radius: 500px;
  width: 0%;
  height: 5px;
}

.load-bar.yello {
  background-color: var(--dark-slate-blue-3);
}

.load-bar.blue {
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
}

.load-bar.red {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
}

.load-bar.blue-powder {
  background-color: var(--powder-blue\<deleted\|variable-4da48e2f\>);
}

.load-bar.magenta {
  background-color: var(--inventor\<deleted\|variable-32bf4810\>);
}

.load-bar.yewlo {
  background-color: #ffc94d;
}

.load-bar.blue-wijar {
  background-color: var(--wijar\<deleted\|variable-f1d65c02\>);
}

.load-bar.hijo-enligheter {
  background-color: var(--enlighterne\<deleted\|variable-fd7398f9\>);
}

.load-bar.merah-maven {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
}

.load-bar.blue-trailblazer {
  background-color: var(--trailblazer\<deleted\|variable-e41d9da1\>);
}

.content-block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.content-block.new {
  padding-left: 32px;
  padding-right: 32px;
}

.heading-17 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
}

.heading-17.overview {
  color: var(--dark-slate-blue-3);
}

.text-block-67 {
  font-family: Poppins, sans-serif;
}

.background-video {
  z-index: 99;
  border-radius: 8px;
  width: 500px;
  height: 500px;
}

.background-video._1 {
  width: 90%;
  height: 425px;
}

.image-60 {
  width: 50%;
  position: absolute;
  top: 228.328px;
  left: 163.266px;
}

.button-1 {
  background-image: linear-gradient(to bottom, var(--goldenrod\<deleted\|variable-6703fc8d\>), var(--goldenrod\<deleted\|variable-6703fc8d\>));
  border-radius: 6px;
  margin-top: 10px;
  padding: 1em 2em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 9px 28px -6px #e48d0c;
}

.button-1.landing-page {
  display: block;
}

.button-1.landing-page.hide {
  display: none;
}

.button-1.voucher-eng, .button-1.voucher-ph, .button-1.voucher-th {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-3), var(--dark-slate-blue-3));
  display: block;
}

.button-1-text {
  color: var(--white-2);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 100%;
  font-weight: 500;
  position: relative;
}

.button-text-wrapper {
  z-index: 99999;
  position: absolute;
  bottom: 50%;
  left: -120px;
  transform: translate(0, 50%);
}

.button-1-text-other {
  color: var(--white-2);
  font-family: Poppins, sans-serif;
  font-size: 100%;
  font-weight: 500;
  display: inline;
  transform: translate(0, -50px);
}

.hero-partnership {
  z-index: 1;
  background-color: #f8f8f8;
  border-radius: 50px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 55px 3%;
  position: relative;
  overflow: hidden;
}

.hero-partnership.help-center {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  max-width: 85%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.hero-partnership.distributor {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  max-width: 85%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-partnership.career {
  background-color: var(--dark-slate-blue-3);
  padding-top: 65px;
  padding-bottom: 65px;
}

.hero-partnership.home {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  max-width: 85%;
  padding-top: 135px;
  padding-bottom: 125px;
}

.hero-partnership.video {
  background-color: #0000;
  max-width: 85%;
  padding-top: 55px;
  padding-bottom: 55px;
}

.hero-partnership.ace {
  max-width: 85%;
  padding-top: 98px;
  padding-bottom: 98px;
}

.hero-partnership.app {
  background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  max-width: 85%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.hero-partnership.overview {
  background-color: var(--white-smoke\<deleted\|variable-f89ba6bd\>);
  max-width: 85%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-partnership.overviw {
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  max-width: 85%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 65px;
  padding-bottom: 65px;
}

.image-61 {
  z-index: 4;
  width: 30%;
  position: absolute;
  inset: auto 0% 10% auto;
}

.grid-wrapper {
  margin-top: -20px;
}

.grid-wrapper.hide {
  display: none;
}

.grid-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.play-button {
  margin-top: -22.5px;
  margin-left: -22.5px;
  position: absolute;
  top: 36%;
  left: 42%;
}

.image-62 {
  opacity: .78;
  width: 45px;
}

.image-62:hover {
  opacity: .99;
  transform: scale(1.3);
}

.edtech-bloc {
  background-color: var(--dark-slate-blue-3);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 117.219px;
  display: flex;
  position: relative;
}

.edtech-bloc:hover {
  transform: translate(0, -15px);
}

.edtech-bloc.luarsekolah {
  align-items: center;
  height: 117.219px;
}

.edtech-bloc.ingenio {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  position: relative;
}

.edtech-bloc.indox {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  position: relative;
}

.edtech-bloc.sekolahmu {
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  align-items: center;
  height: 117.219px;
  position: relative;
}

.edtech-bloc.merah {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  text-decoration: none;
  position: relative;
}

.edtech-bloc.cakap {
  background-color: var(--dark-slate-blue-3);
  text-decoration: none;
  position: relative;
}

.edtech-bloc.maubelajarapa {
  background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  align-items: center;
  height: 117.219px;
}

.edtech-bloc.octagon {
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  align-items: center;
  height: 117.219px;
}

.edtech-bloc.mesx, .edtech-bloc.open-mind {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
}

.edtech-bloc.htti {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
}

.edtech-bloc.vrware {
  background-color: var(--dark-slate-blue-3);
  background-image: url('../images/image-7.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.edtech-bloc.kuning {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
}

.edtech-logo {
  width: 50%;
}

.edtech-logo.sekolahmu {
  width: 75%;
}

.edtech-logo.indox {
  width: 70%;
}

.edtech-logo.cleverbook {
  width: 30%;
}

.edtech-logo.open-mind {
  width: 45%;
}

.container-wide {
  max-width: 1087.14px;
}

.edtech-text {
  color: var(--white-2);
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.edtech-text.blue {
  color: var(--dark-slate-blue-3);
}

.coming-soon-layer {
  z-index: 1;
  background-color: var(--white-2);
  opacity: .65;
  cursor: not-allowed;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.content-wrapper-2.sa {
  margin-top: 30px;
}

.tab-1 {
  border-top-left-radius: 8px;
}

.tab-1.w--current {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  border-top-left-radius: 8px;
}

.tab-1._1 {
  border-top-right-radius: 8px;
}

.tab-2 {
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
}

.tab-2.w--current {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  border-radius: 5px 5px 0 0;
}

.image-63 {
  z-index: 5;
  width: 30%;
  position: absolute;
  inset: auto 0% 62% auto;
}

.heading-18 {
  z-index: 2;
  color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  font-family: Poppins, sans-serif;
  position: absolute;
}

.tab-partner {
  background-color: #f8f8f8;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  min-width: 920px;
  max-width: 100%;
  margin-top: 0;
  padding: 20px;
}

.text-block-68 {
  color: var(--dim-grey);
  font-family: Poppins, sans-serif;
}

.grid-wrapper-2 {
  margin-top: 0;
}

.grid-product {
  grid-template-rows: auto;
  grid-template-areas: "Area"
                       "Area";
}

.product-div {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.div-product-edu {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.image-peoduct {
  width: 75%;
}

.image-peoduct.assemblr {
  width: 50%;
}

.heading-product {
  color: var(--dark-slate-blue-3);
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.heading-product.assemblr {
  color: var(--white-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.div-product-assemblr {
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 0 25px 0 0;
  text-decoration: none;
  display: flex;
}

.div-text-product {
  width: 100%;
  padding-left: 0;
}

.paragraph-8 {
  color: var(--white-2);
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.div-product-assemblr-studio {
  background-color: var(--dark-slate-blue-3);
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 0 25px 0 0;
  text-decoration: none;
  display: flex;
}

.icon-pricing {
  width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.icon-pricing.individual {
  width: 40%;
  height: 35%;
}

.icon-pricing.school {
  width: 60%;
  height: 35%;
}

.text-block-pricing {
  color: var(--white-2);
  text-align: center;
  font-family: Poppins, sans-serif;
  line-height: 1.4em;
}

.pricing-check-wrapper {
  width: 100%;
  height: auto;
  margin-top: 25px;
  padding-left: 16px;
  padding-right: 16px;
}

.paragraph-9 {
  color: #0c2531;
  text-align: center;
  height: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.locked-icon {
  width: 8%;
  margin-right: 9px;
}

.text-block-locked {
  font-family: Poppins, sans-serif;
}

.text-block-locked:hover {
  color: #fff;
}

.pricing-btn {
  color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
}

.pricing-btn:hover {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  color: #fff;
}

.pricing-btn.white {
  color: #fff;
  border-radius: 5px;
  margin-top: 25px;
}

.pricing-btn.white:hover {
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.pricing-btn.white.locked {
  cursor: not-allowed;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pricing-btn.white.locked:hover {
  color: var(--white-2);
  background-color: #0000;
}

.pricing-btn.basic-sch {
  border-width: 2px;
  border-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  color: #fff;
  border-radius: 5px;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
}

.pricing-btn.basic-sch:hover {
  border-color: var(--white-2);
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.pricing-btn.basic-sch.locked {
  cursor: not-allowed;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pricing-btn.basic-sch.locked:hover {
  color: var(--white-2);
  background-color: #0000;
}

.pop-up-price {
  height: 57%;
  padding-right: 0;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.pop-up-div-2 {
  background-color: #ffd361;
  border-radius: 20px;
  height: 100%;
  padding: 20px;
  display: block;
}

.close-div-1 {
  cursor: pointer;
  align-items: center;
  width: 70%;
  display: flex;
}

.close-button {
  width: 10%;
  margin-right: 9px;
}

.text-block-38 {
  color: #f17f22;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.input-price-wrapper {
  align-items: center;
  margin-top: 25px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.text-area {
  background-color: #f8faff;
  border-radius: 5px;
  width: 30%;
  height: 30px;
}

.input-price {
  border: 1px #d1dfec;
  border-radius: 4px;
  width: 100%;
  font-weight: 600;
}

.seats-note {
  padding-left: 10px;
}

.text-block-40 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

.price-number {
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block-41 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
}

.text-block-42 {
  text-align: right;
  margin-left: 5px;
  line-height: 1em;
}

._60-seats {
  border-top: 1px solid #f8c02e;
  border-bottom: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

._60-seats.tier2.inac {
  opacity: .3;
  padding-top: 10px;
  padding-bottom: 10px;
}

._30-59-seats {
  border-top: 1px solid #f8c02e;
  border-bottom: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

._30-59-seats.tier1.inac {
  opacity: .3;
  padding-top: 10px;
  padding-bottom: 10px;
}

._10-29-seats {
  border-top: 1px solid #f8c02e;
  border-bottom-width: 1px;
  border-bottom-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

._10-29-seats.tier0 {
  padding-top: 10px;
  padding-bottom: 10px;
}

._10-29-seats.tier0.inac {
  opacity: .3;
}

.text-block-44 {
  text-align: right;
  width: 50%;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.text-block-43 {
  width: 50%;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.button-18 {
  text-align: center;
  background-image: linear-gradient(99deg, #48b5df, #6f68c5);
  border-radius: 5px;
  width: 100%;
  margin-top: 27%;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
}

.button-18.inac {
  display: none;
}

.bold-text-19 {
  font-weight: 600;
}

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

.gallery-grid-container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 0;
  display: grid;
}

.gallery-thumbnail-2 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.div-block-51 {
  margin-top: 40px;
}

.div-block-51._1 {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.paragraph-10 {
  text-align: justify;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
}

.paragraph-10._1 {
  margin-top: 30px;
}

.partner-logo {
  width: 20%;
  margin-bottom: 25px;
}

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

.flex-wrapper._w-50 {
  width: 50%;
}

.background-video-2 {
  z-index: 3;
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 20px;
  flex: 1;
  height: 350px;
  padding-bottom: 0;
  padding-right: 0;
}

.background-video-2.zz {
  height: 300px;
}

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

.div-block-52.asc {
  align-items: center;
  height: 100%;
  display: flex;
}

.container-108 {
  width: 100%;
  max-width: 1250px;
}

.container-108.new {
  width: 85%;
}

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

.section-3.voucher {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  border-radius: 30px;
  max-width: 85%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 3% 30px;
}

.section-3.voucher.hilang {
  display: none;
}

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

.text-block-69 {
  margin-top: 14px;
}

.link-plan-landing {
  color: var(--light-coral\<deleted\|variable-0fb54715\>);
  font-size: 16px;
  text-decoration: none;
}

.contact-us-for-more {
  text-align: center;
  background-image: linear-gradient(99deg, #48b5df, #6f68c5);
  border-radius: 5px;
  width: 100%;
  margin-top: 10%;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
}

.contact-us-for-more.inac {
  display: none;
}

.link-20 {
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  text-decoration: none;
}

.sa-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.bold-text-21 {
  color: var(--dark-slate-blue-3);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.heading-19 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.link-21 {
  color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  text-decoration: none;
}

.grid-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.logo-sa-wrapper {
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 5px;
  display: flex;
}

.logo-sa-wrapper.cikal {
  align-items: center;
}

.logo-sa {
  height: 100%;
}

.logo-sa.cikal {
  height: auto;
}

.comingsoon-wrapper {
  justify-content: center;
  align-items: center;
  height: 150px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.text-block-sa-2 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
}

.link-22 {
  color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  text-decoration: none;
}

.link-23 {
  color: var(--dark-slate-blue-3);
  font-family: Poppins, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

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

.image-64 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 15px;
}

.description-block {
  background-color: var(--white-2);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  height: 211px;
  padding: 31px;
  display: flex;
}

.collection-wrapper {
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 60px 100px -50px #151c344f;
}

.heading-20 {
  color: var(--dark-slate-blue-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
}

.paragraph-11 {
  color: #002e54;
  font-family: Poppins, sans-serif;
}

.link-24 {
  color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  text-decoration: none;
}

.media {
  justify-content: center;
  width: 33.3%;
  min-height: 50px;
  padding: 29px;
  display: flex;
}

.media-image {
  border-radius: 8px;
}

.lightbox-link-2 {
  width: 80%;
}

.link-25 {
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  text-decoration: none;
}

.ace-intro-wrapper {
  width: 85%;
  min-height: 200px;
}

.ace-level {
  background-color: var(--powder-blue\<deleted\|variable-4da48e2f\>);
  border-radius: 8px;
  max-width: 80%;
}

.ace-level.inventor {
  background-color: var(--inventor\<deleted\|variable-32bf4810\>);
  padding: 15px;
}

.ace-level.explorer {
  background-color: var(--gold\<deleted\|variable-833f6851\>);
  padding: 15px 15px 15px 17px;
}

.ace-level.wizard {
  background-color: var(--wijar\<deleted\|variable-f1d65c02\>);
  padding: 20px 20px 20px 21px;
}

.ace-level.enlightener {
  background-color: var(--enlighterne\<deleted\|variable-fd7398f9\>);
  padding: 20px 20px 20px 21px;
}

.ace-level.maven {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  padding: 20px 20px 20px 21px;
}

.ace-level.trailblazer {
  background-color: var(--trailblazer\<deleted\|variable-e41d9da1\>);
  padding: 20px 20px 20px 21px;
}

.hilang {
  display: none;
}

.faq-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.faq-card {
  background-color: var(--powder-blue\<deleted\|variable-4da48e2f\>);
  cursor: pointer;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  transition: box-shadow .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  box-shadow: 0 0 30px #00000005;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.faq-text-question {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}

.faq-arrow {
  width: 20px;
  height: 23px;
  margin-right: 0;
}

.faq-answer-1 {
  overflow: hidden;
}

.rich-text-block-8 {
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-21 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3em;
}

.ace-image {
  margin-top: 25px;
}

.ace-faq-wrapper {
  width: 100%;
  min-height: 200px;
}

.special-heading {
  color: #fff;
  text-shadow: 0 1px #203492, -1px 0 #203492, 0 -1px #203492, 1px 0 #203492;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 150px;
  font-weight: 900;
  line-height: 1em;
  transform: rotate(-90deg);
}

.special-heading._5 {
  font-size: 125px;
}

.special-heading._10 {
  text-transform: none;
  white-space: nowrap;
  font-family: Poppins, sans-serif;
  font-size: 75px;
  font-style: normal;
  transform: none;
}

.accordion-answer {
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.accordion-answer._1 {
  padding-left: 35px;
}

.question {
  margin-bottom: 0;
}

.guide-heading {
  color: #adadad;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.accordion-answer-wrap {
  padding-bottom: 0;
  overflow: hidden;
}

.accordion-wrapper {
  border: 1px solid #dee3ff;
  border-radius: 10px;
  overflow: hidden;
}

.special-heading-wrap {
  color: #203492;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 310px;
  display: flex;
}

.special-heading-wrap.point {
  height: auto;
}

.lottie {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 15px;
}

.answer-wrap {
  display: block;
}

.accordion-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 1fr;
  position: relative;
}

.container-109 {
  width: 95%;
  max-width: 1350px;
}

.container-109.flex-center {
  flex-direction: column;
  align-items: center;
  max-width: 1170px;
  display: flex;
}

.accordion-faq {
  cursor: pointer;
  border-bottom: 1px solid #dee3ff;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.question-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}

.question-1._1 {
  text-align: center;
  font-size: 15px;
}

.div-block-55, .image-ace {
  width: 100%;
}

.tabs-menu-5 {
  justify-content: center;
  align-items: stretch;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.standard-tab-1 {
  opacity: .7;
  color: #151c34;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 220px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab-1.w--current {
  opacity: 1;
  color: #151c34;
  background-color: #0000;
  position: relative;
}

.standard-tab-1.right, .standard-tab-1.left, .standard-tab-1.explorer, .standard-tab-1.inventor {
  width: 220px;
}

.text-block-669 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.task-list-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.task-list-wrapper._10-pt, .task-list-wrapper._20-pt {
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}

.task-block {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.task-block.help-center {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  max-width: 85%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.task-block.distributor {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  max-width: 85%;
  padding: 60px 3%;
}

.task-block.career {
  background-color: var(--dark-slate-blue-3);
  padding-top: 65px;
  padding-bottom: 65px;
}

.task-block.home {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  max-width: 85%;
  padding-top: 135px;
  padding-bottom: 125px;
}

.task-block.home.mobile-only {
  display: none;
}

.task-block.home.desktop-only._1 {
  align-items: center;
  padding: 40px;
  display: flex;
}

.task-block.video {
  background-color: #0000;
  max-width: 85%;
  padding-top: 55px;
  padding-bottom: 55px;
}

.task-block.ace {
  max-width: 85%;
  padding-top: 55px;
  padding-bottom: 55px;
}

.task-block.app {
  background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  max-width: 85%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.task-block.overview {
  background-color: var(--white-smoke\<deleted\|variable-f89ba6bd\>);
  max-width: 85%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.task-block.overviw {
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  max-width: 85%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 65px;
  padding-bottom: 65px;
}

.task-block.sa {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  max-width: 85%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.task-block.ace-guide {
  background-color: #38b6ff;
  background-image: url('../images/ASSEMBLR-CERTIFIED-EDUCATOR-5.png'), url('../images/ASSEMBLR-CERTIFIED-EDUCATOR-6.png'), url('../images/ASSEMBLR-CERTIFIED-EDUCATOR-5.png');
  background-position: 57% 0, 120% 35%, 108% 34%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 22%, 65%, 20%;
  max-width: 85%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.task-item._w-40 {
  width: 40%;
  min-height: 50px;
  padding: 20px;
}

.task-item._w-60 {
  width: 60%;
  min-height: 50px;
  padding: 21px;
}

.task-item._w-70 {
  width: 80%;
}

.task-item._w-30 {
  width: 30%;
  min-height: 50px;
}

.task-item._w-20 {
  width: 20%;
}

.task-item._w-20.ppoint {
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.tab-task {
  background-color: #f8f8f8;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  max-width: 100%;
  margin-top: 0;
  padding: 20px;
}

.task-list-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 42px;
}

.heading-22 {
  color: var(--white-2);
  text-align: center;
  margin-top: -20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.link-26 {
  color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  text-decoration: none;
}

.link-26.blue {
  color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
}

.faq-max {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 870px;
  display: flex;
}

.faq-max.hori {
  flex-direction: column;
}

.tab-link-3 {
  color: #adadad;
  text-align: center;
  background-color: #0000;
  border-bottom: 1px solid #6b6b6b;
  flex: 1;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.tab-link-3:hover {
  border-bottom: 1px solid #6b6b6b;
}

.tab-link-3.w--current {
  color: #203492;
  background-color: #0000;
  border-bottom: 5px solid #203492;
  bottom: -4px;
}

.tabs-menu-6 {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.no-margin {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5rem;
}

.tab {
  padding-top: 50px;
}

.square {
  background-color: #ffc107;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  margin-right: 15px;
  transform: rotate(45deg);
}

.faq-static {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 30px;
  padding-bottom: 20px;
  transform: perspective(1300px);
}

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

.row.margin-s {
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.answer {
  color: #000;
  margin-bottom: 0;
}

.tabs-2 {
  width: 100%;
}

.benefit {
  padding-left: 15px;
  padding-right: 15px;
}

.benefit-image {
  width: 80%;
  max-width: 100%;
  padding: 0;
}

.benefit-mg-2 {
  width: 40%;
  position: absolute;
  inset: 9% 5% auto auto;
}

.grid-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  width: 100%;
}

.header-block {
  border-top: 2px solid var(--dark-slate-blue-3);
  border-bottom: 2px solid var(--dark-slate-blue-3);
  border-left: 2px solid var(--dark-slate-blue-3);
  background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  text-align: center;
  border-top-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 10px;
  display: flex;
}

.header-block._1 {
  border: 2px solid var(--dark-slate-blue-3);
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
}

.div-block-58 {
  width: 100%;
  display: flex;
}

.div-block-58.hide {
  display: none;
}

.div-block-59 {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 10px;
  display: flex;
}

.benefit-left {
  padding: 10px;
}

.benefit-left.row-1 {
  border-right: 2px none var(--dark-slate-blue-3);
  border-bottom: 2px solid var(--dark-slate-blue-3);
  border-left: 2px solid #000;
}

.benefit-left.low {
  border-right: 2px none var(--dark-slate-blue-3);
  border-bottom: 2px solid var(--dark-slate-blue-3);
  border-left: 2px solid #000;
  border-bottom-left-radius: 8px;
}

.benefit-right {
  padding: 10px;
}

.benefit-right.row-1 {
  border-right: 2px solid #000;
  border-bottom: 2px solid var(--dark-slate-blue-3);
  border-left: 2px solid var(--dark-slate-blue-3);
}

.benefit-right.low {
  border-right: 2px solid #000;
  border-bottom: 2px solid var(--dark-slate-blue-3);
  border-left: 2px solid var(--dark-slate-blue-3);
  border-bottom-right-radius: 8px;
}

.image-65 {
  width: 100%;
}

.div-block-60 {
  justify-content: center;
  align-items: center;
  width: 421px;
  height: 421px;
  display: flex;
}

.image-66 {
  display: none;
}

.distributor-collection {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.flag-box {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 25%;
  display: block;
  position: relative;
}

.content-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 75%;
  display: flex;
}

.flag-image {
  width: 25%;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.bold-text-23 {
  color: var(--light-slate-grey-2\<deleted\|variable-efdd5892\>);
  text-decoration: none;
}

.link-27 {
  text-decoration: none;
}

.step-scroll {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.trigger._2 {
  height: 70%;
  top: 30%;
}

.trigger._1 {
  height: 85%;
  top: 15%;
}

.trigger._3 {
  height: 55%;
  top: 45%;
}

.trigger._4 {
  height: 40%;
  top: 60%;
}

.trigger._5 {
  height: 25%;
  top: 75%;
}

.trigger._6 {
  height: 10%;
  top: 90%;
}

.scroll-line-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% -50%;
}

.scroll-base {
  transform-origin: 0%;
  background-color: #eeeff4;
  width: 100%;
  height: 6px;
}

.dot-block {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  align-self: center;
  width: 12px;
  height: 12px;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  flex: none;
  place-content: center;
  align-items: center;
  width: 100vw;
  height: 65vh;
  display: flex;
  position: relative;
}

.scroll-wrap {
  align-self: flex-start;
  width: 100%;
  height: 700vh;
  display: flex;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.label {
  color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.scroll-animate {
  z-index: 999;
  transform-origin: 0%;
  background-color: #006cd0;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
}

.scroll-animate.s-2, .scroll-animate.s-3, .scroll-animate.s-4, .scroll-animate.s-5, .scroll-animate.s-6 {
  background-color: var(--gold\<deleted\|variable-833f6851\>);
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.clone-section {
  margin-bottom: 0;
}

.heading-23 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.scroll-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.paragraph-13 {
  font-family: Poppins, sans-serif;
}

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

.paragraph-sub-distributor {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

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

.div-block-62 {
  background-color: var(--gold\<deleted\|variable-833f6851\>);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-product {
  width: 50%;
}

.div-block-63 {
  background-color: var(--gold\<deleted\|variable-833f6851\>);
  border-radius: 8px;
  height: 35%;
}

.basic-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.label-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
}

.tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.tagline.tagline-promo-40 {
  color: #3336;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.article {
  margin-bottom: 10px;
}

.tag-wrapper {
  justify-content: space-around;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 5px;
  padding-right: 5px;
}

.label-2 {
  background-color: #1991eb;
  border-radius: 4px;
  padding: 4px 10px 3px;
  display: inline-block;
}

.label-2.assemblr {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  margin-bottom: 2px;
}

.label-2.studio {
  background-color: #205ff3;
  margin-top: 2px;
}

.label-2.edu {
  background-color: var(--gold\<deleted\|variable-833f6851\>);
  margin-top: 2px;
  margin-bottom: 2px;
}

.article-alt-cover {
  background-image: url('../images/card-cover.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 270px;
  margin-top: 26px;
  padding-bottom: 0;
}

.article-alt-cover.edu {
  background-image: url('../images/edu_distributor-min.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 26px;
}

.article-alt-cover.article-5-content {
  background-image: url('../images/article-cover-3.jpg');
}

.article-alt-cover.article-3-content {
  margin-bottom: 26px;
}

.article-alt-cover.studio {
  background-image: url('../images/astuweb_distributor-min.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 26px;
}

.article-alt-cover.assemblr {
  background-image: url('../images/assemblr_distributor-min.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.style-label {
  color: #bebebe;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.heading-24 {
  font-family: Poppins, sans-serif;
}

.distributor-block {
  width: 100%;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

.flag-distributor {
  z-index: 2;
  border-radius: 0;
  width: 45px;
  height: 45px;
  position: relative;
  top: 90px;
  left: -71px;
}

.img-distributor {
  z-index: 1;
  border: 4px solid var(--goldenrod\<deleted\|variable-6703fc8d\>);
  background-image: linear-gradient(to bottom, var(--white-2), var(--white-2));
  border-radius: 50%;
  width: 144.6px;
  max-width: none;
  height: 144.625px;
  position: relative;
  top: -32px;
  left: 21px;
}

.img-distributor.marry {
  width: auto;
}

.image-block-7 {
  border-width: 5px;
  border-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  border-radius: 50%;
  justify-content: center;
  margin-top: 65px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.distributor-name {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

.button-wrapper-distributor {
  margin-top: 20px;
  display: flex;
}

.button-wrapper-distributor.mobile {
  display: none;
}

.btn-phone, .btn-email, .btn-website {
  background-color: var(--wijar\<deleted\|variable-f1d65c02\>);
  border-radius: 16px;
  margin: 5px;
  display: flex;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-btn-wrapper.pagination {
  align-items: flex-start;
  margin: 24px -8px -8px;
  padding-bottom: 32px;
}

.fs-btn-nav {
  margin: .6rem .5rem .5rem;
  padding: 1rem 2rem;
}

.fs-btn-nav.none {
  display: none;
}

.load-more-button.fs-btn-nav {
  color: var(--dark-slate-blue-3);
  border-style: none;
  border-radius: 8px;
  transition: box-shadow .2s, color .2s;
  position: relative;
  box-shadow: inset 0 0 0 .25rem #f1eeff;
}

.load-more-button.fs-btn-nav:hover {
  box-shadow: inset 0 0 0 .25px var(--dark-slate-blue-3);
}

.perks-distributor {
  width: 65%;
}

.image-distributor-1 {
  width: 100%;
}

.image-distributor-1.block {
  width: 50%;
}

.product-heading {
  font-family: Poppins, sans-serif;
}

.flex-40 {
  width: 40%;
}

.title-term.term {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.title-term.policies {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.contents-term {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav-term {
  border: 1px solid #2a3883;
  border-radius: 8px;
  width: 25%;
  padding: 19px 19px 19px 18px;
  position: sticky;
  top: 50px;
}

.contents {
  width: 75%;
}

.link-term {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.link-28 {
  color: var(--dark-slate-blue-3);
  font-size: 16px;
  text-decoration: none;
}

.container-medium {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.margin-huge {
  max-width: 90%;
  margin-top: 6rem;
}

.success-message {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: relative;
  inset: 0%;
}

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

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

.input-text-field {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #2a2a2a;
}

.text-block-4 {
  color: #ff630f;
  text-align: center;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 1;
}

.button_form {
  background-color: var(--dark-slate-blue-3);
  border-radius: .75rem;
  width: 100%;
  margin-top: 1.8rem;
  padding: .75rem 0;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.page-padding {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.text-field-label {
  color: #2a2a2a;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  transition: all .2s;
  transform: translate(0, 2rem);
}

.text-block-3 {
  color: #00981a;
  margin-bottom: 2.2rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.main_form-wrapper {
  padding: 6rem 4rem;
}

.main_form-wrapper.background-color-grey {
  background-color: #fbf3e6;
  border-radius: 3.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 4rem 5.1rem;
  position: relative;
}

.previous {
  opacity: .45;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin: auto auto 30px 30px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.previous:hover {
  opacity: 1;
}

.details-right {
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-671 {
  color: var(--dark-slate-blue-3);
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.next-button {
  background-color: var(--dark-slate-blue-3);
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  transition: background-color .2s ease-in;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

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

.slider-content-wrap {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0 75px;
  display: flex;
  position: relative;
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.form-wrap-full {
  min-width: 450px;
}

.field-title {
  color: var(--dark-slate-blue-3);
  background-color: #fff;
  margin-bottom: 5px;
  padding-left: 6px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.slider {
  background-color: #0000;
  max-width: 850px;
  height: 100%;
  position: relative;
}

.form-content {
  width: 100%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-bottom: 0;
}

.textarea {
  border-radius: 8px;
  align-items: center;
  min-height: 200px;
  font-family: Poppins, sans-serif;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 35px;
  display: flex;
}

.checkbox_wrap {
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.submit-button {
  background-color: var(--dark-slate-blue-3);
  box-shadow: none;
  letter-spacing: 1px;
  border-radius: 5px;
  width: 260px;
  height: auto;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Poppins, sans-serif;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.line-bottom {
  background-color: #c5c7ca;
  height: 1px;
}

.mobile-nav-bottom {
  display: none;
}

.checkbox-image {
  width: 45px;
}

.arrow-3 {
  width: 16px;
  margin-right: 8px;
}

.paragraph-14 {
  color: var(--dark-slate-blue-3);
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

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

.next {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: block;
  position: absolute;
  right: 35px;
  overflow: visible;
}

.form12_checkbox_field {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 140px;
  height: 140px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-wrap._1 {
  max-width: 90%;
  height: 200px;
  margin-top: 10px;
}

.slide-13 {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.text-counter {
  color: #5b617c73;
  font-size: 14px;
}

.form-section-title {
  color: var(--dark-slate-blue-3);
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.form-full {
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 90px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.field-input {
  border: 1.5px solid var(--dark-slate-blue-3);
  color: #000037bf;
  background-color: #0000;
  border-radius: 6px;
  width: 100%;
  min-height: 45px;
  font-size: 16px;
}

.field-input:focus {
  border-color: #0064fe;
}

.field-input::placeholder {
  color: #0000371a;
  font-family: Varela Round, sans-serif;
}

.checkbox-title {
  color: var(--dark-slate-blue-3);
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.form-wrapper {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.sign-up-button-copy {
  color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
}

.sign-up-button-copy:hover {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  color: #fff;
}

.sign-up-button-copy.white {
  border-width: 3px;
  border-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  color: var(--dark-slate-blue-3);
  border-radius: 5px;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.sign-up-button-copy.white:hover {
  border-color: var(--white-2);
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.sign-up-button-copy.white.home {
  width: 80%;
  margin-top: -1px;
  position: absolute;
  inset: auto 10% 5%;
}

.sign-up-button-copy.free-edu {
  border-width: 3px;
  border-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  color: var(--dark-slate-blue-3);
  border-radius: 5px;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.sign-up-button-copy.free-edu:hover {
  border-color: var(--white-2);
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.sign-up-button-copy.free-edu.home {
  width: 80%;
  margin-top: -1px;
  position: absolute;
  inset: auto 10% 5%;
}

.sign-up-button-copy.free {
  border-width: 3px;
  border-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  color: var(--dark-slate-blue-3);
  border-radius: 5px;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.sign-up-button-copy.free:hover {
  border-color: var(--white-2);
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.sign-up-button-copy.free.home {
  width: 80%;
  margin-top: -1px;
  position: absolute;
  inset: auto 10% 5%;
}

.sign-up-button-copy.single {
  border-width: 3px;
  border-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  color: var(--dark-slate-blue-3);
  border-radius: 5px;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.sign-up-button-copy.single:hover {
  border-color: var(--white-2);
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.sign-up-button-copy.single.home {
  width: 80%;
  margin-top: -1px;
  position: absolute;
  inset: auto 10% 5%;
}

.pricing-button-single {
  color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
}

.pricing-button-single:hover {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  color: #fff;
}

.pricing-button-single.white {
  border-width: 2px;
  border-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  color: var(--dark-slate-blue-3);
  border-radius: 5px;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.pricing-button-single.white:hover {
  border-color: var(--white-2);
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.pricing-button-single.white.locked {
  border-color: var(--white-2);
  cursor: not-allowed;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pricing-button-single.white.locked:hover {
  color: var(--white-2);
  background-color: #0000;
}

.pricing-button-single.basic-sch {
  color: #fff;
  border-radius: 5px;
  margin-top: 25px;
}

.pricing-button-single.basic-sch:hover {
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.pricing-button-single.basic-sch.locked {
  cursor: not-allowed;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pricing-button-single.basic-sch.locked:hover {
  color: var(--white-2);
  background-color: #0000;
}

.pricing-button-single.single-yearly {
  border-width: 2px;
  border-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  color: var(--dark-slate-blue-3);
  border-radius: 5px;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.pricing-button-single.single-yearly:hover {
  border-color: var(--white-2);
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.pricing-button-single.single-yearly.locked {
  border-color: var(--white-2);
  cursor: not-allowed;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pricing-button-single.single-yearly.locked:hover {
  color: var(--white-2);
  background-color: #0000;
}

.pricing-button-single.single-monthly {
  border-width: 2px;
  border-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  color: var(--dark-slate-blue-3);
  border-radius: 5px;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.pricing-button-single.single-monthly:hover {
  border-color: var(--white-2);
  color: var(--dodger-blue\<deleted\|variable-41072a93\>);
  background-color: #fff;
}

.pricing-button-single.single-monthly.locked {
  border-color: var(--white-2);
  cursor: not-allowed;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pricing-button-single.single-monthly.locked:hover {
  color: var(--white-2);
  background-color: #0000;
}

.div-pop-up-wrapper {
  z-index: 10;
  background-color: #2d9cda82;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.pop-up-div {
  z-index: auto;
  background-color: var(--ghost-white\<deleted\|variable-6d4d82fd\>);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 600px;
  height: 450px;
  margin: auto;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-67 {
  width: 25%;
}

.pop-up-text {
  color: var(--dark-slate-blue-3);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
}

.div-block-64 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.centered-container-2 {
  text-align: center;
  flex: 1;
}

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

.custom-marker-wrapper {
  background-color: var(--mera);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-custom-marker {
  width: 80%;
}

.floating-object.plane {
  width: 20%;
  position: absolute;
  inset: 29% 2% auto auto;
}

.floating-object.plane-2 {
  width: 30%;
  position: absolute;
  inset: 37% auto auto 15%;
}

.button-custom-marker {
  border: 3px solid var(--goldenrod\<deleted\|variable-6703fc8d\>);
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  color: var(--dark-slate-blue-3);
  text-align: center;
  border-radius: 5px;
  margin-top: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  transition: all .2s;
}

.button-custom-marker:hover {
  border-color: var(--white-2);
  background-color: var(--white-2);
  color: var(--wijar\<deleted\|variable-f1d65c02\>);
}

.nav-menu-new {
  flex-flow: row;
  place-content: space-between flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.nav-link-new {
  color: var(--dim-grey);
  margin-left: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  position: static;
}

.nav-link-new:hover {
  background-color: var(--white-smoke\<deleted\|variable-f89ba6bd\>);
  color: var(--tomato\<deleted\|variable-74b5818b\>);
}

.nav-link-new.w--current {
  color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.nav-link-new.bt-normal {
  border: 1px solid var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  background-image: linear-gradient(to right, var(--deep-sky-blue\<deleted\|variable-9c8703c4\>), #6773b3);
  color: var(--white-2);
  border-radius: 10px;
  flex: none;
  height: 34px;
  margin-left: 15px;
  padding: 5px 10px 7px;
  display: block;
}

.nav-link-new.bt-normal:hover {
  background-color: var(--dark-slate-blue-2\<deleted\|variable-563d549d\>);
  color: var(--white-2);
}

.nav-link-new.bt-normal.loggedin {
  border-radius: 20px;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  display: block;
}

.nav-link-new.bt-normal.logged-out {
  border-radius: 20px;
  font-size: 14px;
  display: block;
}

.nav-link-new.bt-normal-new {
  border: 1px solid var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  background-image: linear-gradient(to right, var(--deep-sky-blue\<deleted\|variable-9c8703c4\>), #6773b3);
  color: var(--white-2);
  border-radius: 10px;
  flex: none;
  margin-left: 15px;
  padding: 5px 10px 7px;
  display: block;
  position: relative;
}

.nav-link-new.bt-normal-new:hover {
  background-color: var(--dark-slate-blue-2\<deleted\|variable-563d549d\>);
  color: var(--white-2);
}

.nav-link-new.bt-normal-new.loggedin {
  border-radius: 20px;
  font-size: 14px;
  display: none;
}

.nav-link-new.bt-normal-new.logged-out {
  border-radius: 20px;
  font-size: 14px;
  display: block;
}

.nav-link-new.hide {
  display: none;
}

.div-block-67 {
  width: 20%;
}

.brand-new {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.brand-new.w--current {
  flex: none;
  width: 100%;
  padding-top: 0;
}

.image-home-wrapper {
  width: 100%;
  height: 100%;
}

.skills__achieve-txt-wrap {
  align-items: center;
  margin-top: 36px;
  margin-bottom: 36px;
  display: flex;
}

.skills__video-nav-ico {
  z-index: 0;
  opacity: 0;
  cursor: pointer;
  transition: all .3s;
  position: absolute;
  transform: scale(.7);
}

.skills__video-nav-ico.active {
  z-index: 1;
  opacity: 1;
  display: block;
  transform: translate(0);
}

.skills__video-nav-ico.active:hover {
  opacity: .7;
}

.skills__achieve-title {
  margin-right: 16px;
  font-size: 52px;
  line-height: 1em;
}

.skills__list-item {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.skills__achieve-desc {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4em;
}

.skills__list-line {
  border-left: 1px dashed #1e1e2f99;
  width: 1px;
  margin-top: 103px;
  margin-bottom: -14px;
  position: absolute;
  inset: 0% auto 0% 28px;
}

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

.dot-green {
  color: #97c680;
  font-family: Varela, sans-serif;
}

.section-4 {
  padding: 64px 80px;
}

.section-4.section--overflow-hidden {
  overflow: hidden;
}

.skills__achieve-line {
  background-color: #1e1e2f;
  flex: none;
  width: 1px;
  height: 40px;
  margin-left: 52px;
  margin-right: 52px;
}

.skills__col.mod--video {
  flex: 1;
}

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

.skills__list {
  max-width: 270px;
  margin-right: 60px;
}

.skills__list-desc {
  color: #1e1e2fcc;
}

.skills__video-nav {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: auto 32px 32px auto;
}

.skills__top {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.skills__list-ico {
  background-color: #fff;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 24px;
  display: flex;
  box-shadow: 0 4px 40px #0000000d;
}

.skills__list-title {
  margin-bottom: 16px;
  font-size: 20px;
}

.skills__list-title.stroke--06 {
  line-height: 1.3em;
}

.skills__head-desc {
  z-index: 1;
  width: 100%;
  max-width: 544px;
  margin-right: 80px;
  position: relative;
}

.skills__achieve {
  background-color: #97c680;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: -185px;
  display: flex;
  overflow: hidden;
}

.skills__achieve.mod--desctop {
  background-color: #0b9fd6;
  border-radius: 20px;
}

.skills__achieve.mob--mob {
  display: none;
}

.skills__video {
  width: 100%;
  height: 110%;
  margin-bottom: -30px;
  position: absolute;
  inset: auto 0% 0%;
}

.skills__video-wrap {
  z-index: 0;
  cursor: pointer;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 950px;
  min-height: 470px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.skills__txt-desc {
  margin-bottom: 0;
  font-size: 20px;
}

.cta-card-logo {
  width: 250px;
}

.cta-card-logo.white {
  width: 119px;
}

.button-white {
  color: #4a3aff;
  background-color: #fff;
  border-radius: 140px;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.button-white.cta {
  justify-content: center;
  box-shadow: 0 3px 12px #14142b1a;
}

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

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

.button-primary.brix {
  background-color: #ff2d46;
  box-shadow: 0 2px 4px #ff2d461f;
}

.button-primary.brix:hover {
  transform: none;
}

.cta-card-image {
  max-width: 114%;
  display: block;
  position: absolute;
  top: auto;
  bottom: -29%;
  left: -5%;
}

.cta-card-image.white {
  max-width: 131%;
  bottom: -10%;
  left: -20%;
}

.button-arrow {
  margin-left: 6px;
}

.section-5 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-5.cta-cards {
  padding-top: 0;
}

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

.color-white {
  color: #fff;
}

.color-white.opacity-80 {
  margin-bottom: 20px;
}

.cta-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}

.cta-title.white {
  color: var(--dark-slate-blue-3);
}

.grid-2-columns {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-auto-flow: row;
}

.cta-card {
  color: #fff;
  background-image: linear-gradient(to right, #4a3aff, #6d3aff);
  border-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 40px 380px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-card.white {
  background-color: #fff;
  background-image: none;
  border: 1px solid #eff0f6;
  box-shadow: 0 7px 24px #14142b0d;
}

.text-block-672 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-672.colored {
  color: var(--dark-slate-blue-3);
  font-weight: 600;
}

.color {
  color: var(--dark-slate-blue-3);
  margin-bottom: 20px;
}

.nav-container {
  flex-direction: row;
  max-width: 85%;
  display: flex;
}

.nav-logo-link {
  width: 30%;
}

.nav-menu-2 {
  width: 60%;
}

.nav-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.nav-button.mobile {
  display: none;
}

.section-header {
  min-height: 300px;
}

.section-header.yellow {
  background-color: var(--yello);
  align-items: center;
  height: 650px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-header.yellow.hide-boss {
  display: none;
}

.section-header.yellow._1 {
  background-color: var(--dark-blu);
  background-image: none;
  height: 550px;
}

.section-header.yellow.belajar-id {
  background-color: var(--white-2);
}

.section-header.with-bg {
  background-image: url('../images/home-header-bg-444.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-header.with-bg.hide-boss {
  display: none;
}

.section-header.with-bg._1 {
  background-color: var(--dark-blu);
  height: 550px;
}

.section-header.blu {
  background-color: var(--blu);
}

.section-header.blu.learn {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-header.ace {
  background-color: var(--blu);
  padding-top: 60px;
  padding-bottom: 60px;
}

.assedu-container {
  width: 100%;
  max-width: 85%;
  min-height: 100px;
}

.assedu-container.hehe {
  max-width: 90%;
  position: relative;
}

.assedu-container.new {
  max-width: 100%;
}

.assedu-container.new.hehe, .assedu-container.al-2 {
  height: 100%;
}

.assedu-container.al-2.apps {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.assedu-container.ace {
  flex-flow: row;
}

.assedu-container.benefit {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.assedu-container.belajr-id {
  height: 100%;
}

.assedu-container.belajr-id.apps {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.section-wrapper.indaclassroom {
  color: var(--text);
  justify-content: center;
  display: flex;
}

.section-wrapper.home {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.section-wrapper.home.belajar-id {
  justify-content: center;
  align-items: stretch;
}

.section-wrapper.teztimoni {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.header-component {
  z-index: 2;
  position: relative;
}

.text-semi-bold {
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-semi-bold.mid {
  text-align: center;
}

.text-semi-bold._1, .text-semi-bold._2 {
  color: var(--text);
  font-size: 20px;
}

.text-semi-bold._2.white {
  color: var(--white-2);
  margin-bottom: 8px;
  font-family: nunito-sans;
  font-size: 18px;
}

.heading-1-new {
  font-family: var(--pop);
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.2em;
}

.heading-1-new.mid {
  text-align: center;
}

.heading-1-new.mid.medium {
  font-weight: 500;
}

.heading-1-new.mid.medium._1 {
  color: #414042;
  text-align: left;
  font-size: 45px;
  font-weight: 500;
}

.heading-1-new.mid.medium._1.white {
  color: var(--white-2);
}

.heading-1-new.mid.medium._1.head {
  color: var(--text);
  margin-bottom: 24px;
  padding-right: 35px;
}

.heading-1-new.mid.medium._1.pricing {
  color: var(--white-2);
  margin-bottom: 16px;
  font-weight: 400;
}

.heading-1-new.mid.medium.educator {
  color: var(--white-2);
  text-align: left;
  margin-bottom: 24px;
  padding-right: 0;
  font-size: 45px;
  font-weight: 500;
}

.heading-1-new.mid.medium.educator.landing {
  font-size: 35px;
}

.heading-1-new.mid.medium.student {
  color: var(--white-2);
  width: 70%;
}

.heading-1-new.mid.medium.student.mobile {
  display: none;
}

.heading-1-new.mid.medium.landing-page {
  color: var(--text);
  width: 80%;
  font-size: 48px;
}

.heading-1-new.mid.medium.landing-page.mobile {
  display: none;
}

.heading-1-new.mid.medium.learn {
  color: var(--white-2);
  text-align: left;
  margin-bottom: 24px;
  padding-right: 0;
  font-size: 45px;
  font-weight: 700;
}

.heading-1-new.mid.medium.learn.landing {
  font-size: 35px;
}

.heading-1-new.mid.medium.apps {
  color: var(--white);
  text-align: left;
  width: 100%;
  margin-bottom: 16px;
  font-family: nunito-sans;
  font-size: 48px;
  font-weight: 700;
}

.heading-1-new.mid.medium.aces {
  color: var(--white-2);
  text-align: left;
  margin-bottom: 24px;
  padding-right: 0;
  font-size: 45px;
  font-weight: 500;
}

.heading-1-new.mid.medium.aces.landing {
  font-size: 35px;
}

.heading-1-new.mid.medium.belajar-id {
  color: var(--text);
  text-align: left;
  margin-bottom: 24px;
  padding-right: 0;
  font-size: 40px;
  font-weight: 500;
}

.heading-1-new.mid.medium.belajar-id.landing {
  font-size: 35px;
}

.heading-1-new.old {
  font-size: 40px;
  font-weight: 300;
}

.paragraph-new {
  font-family: var(--pop);
  font-size: 24px;
  font-weight: 300;
}

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

.paragraph-new.mid.mob {
  display: none;
}

.paragraph-new.lil {
  font-size: 20px;
}

.paragraph-new.lil.why {
  text-align: center;
  width: 65%;
}

.paragraph-new.lil._18 {
  font-size: 18px;
}

.paragraph-new.lil._18.mid {
  margin-bottom: 32px;
}

.paragraph-new.lil._18.mid.white, .paragraph-new.lil.white {
  color: var(--white-2);
}

.paragraph-new.lil.cta {
  color: var(--white-2);
  text-align: center;
}

.paragraph-new.lil.cta._1 {
  width: 75%;
}

.paragraph-new.lil.cta.belajar-id {
  text-align: center;
  width: 60%;
  margin-bottom: 20px;
}

.paragraph-new.lil.indaclassroom {
  text-align: center;
  width: 70%;
}

.paragraph-new.lil.mid.who {
  width: 80%;
}

.paragraph-new.lil.content {
  margin-top: 0;
  margin-bottom: 16px;
  padding-right: 24px;
  font-size: 18px;
  line-height: 1.5em;
}

.paragraph-new.lil.content.w {
  color: var(--white-2);
}

.paragraph-new.lil.aids {
  text-align: center;
  width: 80%;
}

.paragraph-new.lil.educator {
  text-align: center;
  width: 70%;
}

.paragraph-new.lil.create, .paragraph-new.lil.educarot {
  text-align: center;
  width: 80%;
}

.paragraph-new.lil.one-platform {
  text-align: left;
  width: 90%;
}

.paragraph-new.lil.partnership.cta {
  color: var(--text);
  text-align: left;
}

.paragraph-new.lil.tezti {
  text-align: center;
  width: 80%;
}

.paragraph-new.lil.apps {
  text-align: center;
  width: 65%;
  font-family: nunito-sans;
  font-size: 18px;
}

.paragraph-new.lil.guidline {
  text-align: center;
  width: 55%;
  font-family: nunito-sans;
  font-size: 18px;
}

.paragraph-new.lil.belajar-id {
  text-align: left;
  width: 90%;
}

.paragraph-new._1 {
  color: var(--text);
  font-size: 20px;
}

.paragraph-new._1.student {
  color: var(--white-2);
  text-align: center;
  width: 70%;
  margin-bottom: 32px;
}

.paragraph-new._1.partnership {
  text-align: left;
  width: 100%;
}

.paragraph-new._2 {
  color: var(--white-2);
  font-size: 20px;
}

.paragraph-new._2.student {
  color: var(--white-2);
  text-align: center;
  width: 70%;
  margin-bottom: 32px;
}

.paragraph-new._2.partnership {
  text-align: left;
  width: 100%;
}

.paragraph-new._2._1 {
  color: var(--text);
  font-size: 16px;
}

.paragraph-new._2.landing {
  font-size: 16px;
}

.paragraph-new._2.landing._1 {
  color: var(--white-2);
}

.paragraph-new._2.apps {
  font-size: 18px;
}

.paragraph-new._2.belajar-id {
  color: var(--text);
  margin-bottom: 24px;
}

.bold-text-old-blu {
  color: var(--text);
}

.header-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.header_image.is-1 {
  z-index: 1;
  width: 20%;
  position: absolute;
  inset: -24% auto auto 0%;
}

.header_image.is-2 {
  width: 100%;
  position: absolute;
}

.header_image.is-4 {
  width: 20%;
  position: absolute;
  inset: auto -4% -40% auto;
}

.header_image.is-14 {
  z-index: 1;
  width: 100%;
  position: absolute;
}

.header_image.is-14.front {
  z-index: 2;
}

.normal-section {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.normal-section.who {
  background-color: var(--white-2);
}

.normal-section.who.landing {
  background-color: var(--white);
}

.normal-section.gallery {
  background-color: var(--white);
  padding-bottom: 120px;
  padding-left: 0%;
  padding-right: 0%;
}

.normal-section.gallery.trans {
  background-color: var(--white);
}

.normal-section.blu.hilang-kamu {
  display: none;
}

.normal-section.testimoni {
  color: var(--text);
  margin-top: 0;
}

.normal-section.testimoni.landing, .normal-section.who-copy {
  background-color: var(--white-2);
}

.normal-section.editor-student {
  background-color: var(--dark-blu);
}

.normal-section.partnership {
  background-color: var(--white);
}

.normal-section.contact {
  background-color: var(--white-2);
}

.normal-section.belajar-id {
  background-color: #1b4296;
}

.normal-section.belajar-id.landing {
  background-color: var(--white);
}

.div-component.horizon {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-component.horizon.who {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 32px;
}

.div-component.horizon.who._2 {
  align-items: center;
}

.div-component.horizon.head.belajar-id {
  width: 100%;
}

.div-component.horizon.learn {
  margin-top: 16px;
}

.div-component.verti {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-component.partnership {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-component.partnership.who {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 32px;
}

.div-component.partnership.who._2 {
  align-items: center;
}

.div-component.hide-overflow {
  overflow: hidden;
}

.div-component.download {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.component-left {
  padding: 16px;
}

.component-left._50 {
  width: 100%;
  max-width: 50%;
  min-height: 100px;
}

.component-left._50.what {
  height: 450px;
  position: relative;
}

.component-left._50.head {
  flex-direction: column;
  justify-content: center;
  max-width: 40%;
  display: flex;
}

.component-left._50.mid {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.component-left._50.one-platform {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.component-left._50.partner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.component-left._50.ace {
  justify-content: center;
  align-items: center;
}

.component-left._50.belajar-id {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.component-left._30 {
  width: 30%;
}

.component-left._40 {
  width: 40%;
}

.component-right {
  padding: 16px;
}

.component-right._50 {
  width: 100%;
  max-width: 50%;
  min-height: 100px;
}

.component-right._50.mid {
  align-self: center;
}

.component-right._50.who {
  padding: 0;
}

.component-right._50.head {
  justify-content: center;
  align-items: center;
  max-width: 60%;
  padding: 0;
  display: flex;
  position: relative;
}

.component-right._50.head.educator, .component-right._50.head.belajar-id {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.component-right._50.educator, .component-right._50.one-platform {
  justify-content: center;
  align-items: center;
  display: flex;
}

.component-right._50.partnership {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.component-right._50.ace {
  justify-content: center;
  align-items: center;
}

.component-right._50.belajar-id {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.component-right._60 {
  width: 60%;
}

.heading-2-new {
  font-family: var(--pop);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-2-new.mid {
  text-align: center;
}

.heading-2-new.mid.thin {
  font-weight: 500;
}

.heading-2-new.mid.in-da-classroom {
  width: 65%;
}

.heading-2-new.mid.plans.educator {
  padding-left: 80px;
  padding-right: 80px;
}

.heading-2-new.mid.educator {
  width: 70%;
}

.heading-2-new.mid.educator._1 {
  width: 80%;
}

.heading-2-new.mid.educator._2 {
  width: 80%;
  display: block;
}

.heading-2-new.mid.educator.landing-page {
  width: 100%;
}

.heading-2-new.mid.learn {
  width: 60%;
}

.heading-2-new.mid.learn._1 {
  width: 80%;
}

.heading-2-new.mid.learn._2 {
  width: 80%;
  display: block;
}

.heading-2-new.mid.learn.landing-page {
  width: 100%;
}

.heading-2-new.mid.apps {
  font-family: nunito-sans;
  font-size: 28px;
  font-weight: 700;
}

.heading-2-new.mid.guideline {
  width: 60%;
  font-family: nunito-sans;
  font-size: 28px;
  font-weight: 700;
}

.heading-2-new.mid.belajar-id {
  width: 70%;
  font-weight: 500;
}

.heading-2-new.mid.belajar-id._1 {
  width: 80%;
}

.heading-2-new.mid.belajar-id._2 {
  width: 80%;
  display: block;
}

.heading-2-new.mid.belajar-id.landing-page {
  width: 100%;
}

.heading-2-new.thin {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
}

.heading-2-new.white {
  color: var(--white-2);
}

.heading-2-new._2 {
  display: none;
}

.heading-2-new._3 {
  width: 70%;
}

.heading-2-new.one-platform {
  padding-right: 0;
}

.heading-2-new.testi.belajar-id {
  text-align: center;
  width: 60%;
  font-weight: 500;
}

.heading-2-new.contact {
  padding-right: 0;
  font-size: 35px;
}

.heading-2-new.student-editor {
  padding-right: 0;
}

.heading-2-new.belajar-id {
  padding-right: 0;
  font-weight: 500;
}

.div-block-68 {
  z-index: 2;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}

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

.div-block-68.student {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
}

.html-embed-2 {
  z-index: 3;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.card-who {
  background-color: #ff4949;
  border-radius: 20px;
  width: 100%;
  max-width: 50%;
  height: 400px;
  min-height: 100px;
  padding: 24px;
  position: relative;
}

.card-who.educator {
  background-color: var(--blu);
  max-width: 48%;
  height: 100%;
  padding: 31px;
}

.card-who.parents {
  background-color: var(--mera);
  max-width: 48%;
  height: 100%;
  padding: 32px;
}

.card-who-wrapper {
  display: flex;
}

.card-who-wrapper.who {
  height: 223.375px;
}

.card-who-left {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 50%;
  min-height: 30px;
  display: flex;
}

.card-who-left.point {
  justify-content: flex-start;
}

.card-who-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  min-height: 30px;
  display: flex;
}

.card-who-right.point {
  justify-content: flex-start;
}

.text-mini-16 {
  font-family: var(--pop);
  font-weight: 500;
}

.text-mini-16.white {
  color: var(--white);
  margin-bottom: 8px;
}

.text-mini-16.thin {
  font-weight: 300;
}

.text-mini-16.normal {
  font-weight: 400;
}

.text-mini-16.normal.white.who {
  margin-bottom: 0;
  padding-left: 8px;
  font-size: 14px;
}

.heading-3-new {
  font-family: var(--pop);
  margin-top: 0;
}

.heading-3-new.white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
}

.heading-3-new.white._32 {
  color: var(--text);
  font-size: 32px;
}

.heading-3-new.white._32.padding {
  width: 80%;
}

.heading-3-new.white._32.padding._2 {
  width: 90%;
}

.heading-3-new.white._32.padding.w {
  color: var(--white-2);
}

.heading-3-new.mid {
  color: var(--text);
  text-align: center;
  font-weight: 700;
}

.heading-3-new.why {
  color: var(--text);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.heading-3-new.why.white {
  color: var(--white);
}

.heading-3-new.why.white.create {
  padding-left: 16px;
  padding-right: 16px;
}

.heading-3-new.in-da-classroom {
  color: var(--white-2);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
}

.image-69 {
  width: 100%;
}

.separator {
  background-color: var(--white);
  height: 2px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-button {
  z-index: 4;
  font-family: var(--pop);
  color: var(--white);
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}

.button-cover-2 {
  background-color: var(--yello);
  border-radius: 20px;
  width: 120px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.button-cover-2.guideline {
  width: 150px;
}

.button-link {
  z-index: 5;
  display: block;
  position: absolute;
  inset: 0%;
}

.circle {
  background-color: #ff4b4b;
  border-radius: 100px;
  width: 10px;
  height: 10px;
}

.circle.white {
  background-color: var(--white);
  width: 8px;
  height: 8px;
  margin-top: 5px;
  padding-left: 8px;
  padding-right: 0;
}

.flex-block {
  align-content: flex-start;
  align-items: flex-start;
  margin: 16px;
  padding: 0;
}

.card-wrapper-why {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.card-wrapper-why._1 {
  display: block;
}

.content-type {
  font-size: .875rem;
}

.display-block {
  display: block;
}

.card_wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 375px;
  display: flex;
  position: relative;
}

.card_component {
  perspective: 1000px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.card_traits-icon-wrapper {
  width: 1.5rem;
  height: 1.5rem;
}

.heading-5 {
  line-height: 1.2;
}

.heading-type {
  color: #fbf9fc80;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 200;
}

.card-img {
  border-radius: 1rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.card_cta {
  background-color: var(--blu);
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding-bottom: 0;
  display: flex;
}

.card_cta.yello {
  background-color: var(--yello);
}

.card_side {
  backface-visibility: hidden;
  background-color: #141314;
  border: 1px solid #191819;
  border-radius: 2rem;
  padding: 4rem 1.75rem 1.75rem;
  position: absolute;
  inset: 0%;
}

.card_side.is-front {
  grid-row-gap: 2.5rem;
  background-color: var(--yello);
  border-style: none;
  border-width: 15px;
  border-radius: 20px;
  flex-direction: column;
  padding: 40px 24px 0;
  display: block;
}

.card_side.is-front.blu {
  background-color: var(--blu);
}

.card_side.is-front.red {
  background-color: var(--mera);
  justify-content: center;
  padding-bottom: 40px;
  display: block;
}

.card_side.is-front.gallery {
  padding: 0;
}

.card_side.is-back {
  background-color: var(--yello);
  transform-style: preserve-3d;
  border-style: none;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px 24px;
  display: flex;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card_side.is-back.blu {
  background-color: var(--blu);
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card_side.is-back.red {
  background-color: var(--mera);
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card_side.is-back.gallery {
  transform-style: preserve-3d;
  padding: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card_cta-wrapper {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 6%;
}

.card_cta-wrapper.is-back {
  align-items: center;
  margin-top: 0;
}

.card_traits-content {
  grid-row-gap: .125rem;
  flex-direction: column;
  display: flex;
}

.card_main-text {
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-bottom: 32px;
  display: flex;
}

.card_traits-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card_stamp-wrapper {
  opacity: .5;
  width: 5.5rem;
  position: absolute;
  inset: 2rem 1rem auto auto;
  transform: rotate(29deg);
}

.image-70 {
  width: 70%;
}

.image-70.why {
  width: 90%;
}

.page-padding-2 {
  width: 33.3%;
  padding-left: 1rem;
  padding-right: 1rem;
  position: static;
}

.card_cta-icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
}

.card_traits {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.card_traits-icon {
  height: 100%;
}

.card_hole {
  background-color: #080808;
  border-radius: 100rem;
  flex: none;
  width: 6rem;
  height: .75rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 1rem 0% auto;
}

.card_stamp-img {
  opacity: .79;
  width: 100%;
}

.card_traits-item {
  grid-column-gap: 1.125rem;
  align-items: center;
  display: flex;
}

.quick-stack {
  width: 100%;
}

.image-71 {
  border-radius: 16px;
}

.cell {
  justify-content: flex-start;
}

.cell-2 {
  justify-content: center;
}

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

.gallery-cell {
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
  display: flex;
}

.gallery-stack-image {
  aspect-ratio: auto;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: scroll;
}

.image-72 {
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 16px;
}

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

.hero-grid_unlocks-shoe {
  margin-left: 0;
}

.hero-grid-block {
  background-color: var(--dark-blu);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 400px;
  padding: 40px;
  display: flex;
}

.hero-h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 1.15;
}

.hero_inner-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: .8fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  width: 100%;
  display: flex;
}

.hero-h3-heading {
  opacity: .5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-stack_image-wrap {
  border-radius: 20px;
  overflow: hidden;
}

.hero-stack_image-wrap.is-half-size {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  position: relative;
}

.hero-grid_unlocks-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.hero-stack_image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.hero-stack_image.front {
  position: absolute;
  inset: 0%;
}

.hero-stack_image.back {
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  inset: 0%;
  transform: none;
}

.div-block-69 {
  width: 20%;
  position: absolute;
  inset: -35% 0% auto auto;
}

.div-block-70 {
  width: 20%;
  position: absolute;
  inset: auto auto 10% -4%;
}

.image-73 {
  z-index: 2;
  width: 13%;
  position: absolute;
  inset: 13% 0% 0% 6%;
}

.image-74 {
  z-index: 1;
  width: 30%;
  position: absolute;
  inset: auto auto 9% 16%;
  transform: rotate(-42deg);
}

.gallery-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-wrapper.front {
  backface-visibility: hidden;
  position: absolute;
  inset: 0%;
}

.gallery-wrapper.back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card_gallery {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 350px;
  display: flex;
  position: relative;
}

.card_gallery._1 {
  height: 400px;
}

.image-75 {
  width: 80%;
}

.grid-25 {
  grid-template: "Area Area-3 Area-3 Area-6"
                 "Area-2 Area-4 Area-7 Area-6"
                 "Area-2 Area-5 Area-8 Area-6"
                 / 1fr 1fr 1fr 1fr;
}

.grid-blocks.desc {
  background-color: var(--blu);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.div-block-71 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.embed-project {
  height: 60px;
  display: block;
}

.embed-project._w-80 {
  border-radius: 16px;
  width: 80%;
  height: 500px;
  overflow: hidden;
}

.html-embed-3 {
  width: 100%;
  height: 100%;
}

.div-block-72 {
  align-items: center;
  display: flex;
}

.div-block-73 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-74 {
  width: 90%;
}

.hero-new {
  z-index: 1;
  background-color: var(--yello);
  border-radius: 50px;
  align-items: center;
  max-width: 85%;
  height: 500px;
  margin: 80px auto;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-new.help-center {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  max-width: 85%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.hero-new.distributor {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  max-width: 85%;
  padding: 60px 3%;
}

.hero-new.career {
  background-color: var(--dark-slate-blue-3);
  padding-top: 65px;
  padding-bottom: 65px;
}

.hero-new.home {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  max-width: 85%;
  padding-top: 135px;
  padding-bottom: 125px;
}

.hero-new.home.mobile-only {
  display: none;
}

.hero-new.home.desktop-only._1 {
  align-items: center;
  padding: 40px;
  display: flex;
}

.hero-new.home.desktop-only._2 {
  background-color: var(--yello);
  align-items: center;
  padding: 40px;
  display: flex;
}

.hero-new.video {
  background-color: #0000;
  max-width: 85%;
  padding-top: 55px;
  padding-bottom: 55px;
}

.hero-new.ace {
  max-width: 85%;
  padding-top: 55px;
  padding-bottom: 55px;
}

.hero-new.app {
  background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  max-width: 85%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.hero-new.overview {
  background-color: var(--white-smoke\<deleted\|variable-f89ba6bd\>);
  max-width: 85%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-new.overviw {
  background-color: #f8c02e;
  max-width: 85%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 65px;
  padding-bottom: 65px;
}

.hero-new.sa {
  background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
  max-width: 85%;
  padding: 45px 3%;
}

.hero-new.ace-guide {
  background-color: #38b6ff;
  background-image: url('../images/ASSEMBLR-CERTIFIED-EDUCATOR-5.png'), url('../images/ASSEMBLR-CERTIFIED-EDUCATOR-6.png'), url('../images/ASSEMBLR-CERTIFIED-EDUCATOR-5.png');
  background-position: 57% 0, 120% 35%, 108% 34%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 22%, 65%, 20%;
  max-width: 85%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-new.ace-benefit {
  background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  max-width: 85%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-new.ace-benefit.inventor {
  background-color: var(--inventor\<deleted\|variable-32bf4810\>);
}

.hero-new.ace-benefit.explorer {
  background-color: var(--explore\<deleted\|variable-a8ba1760\>);
}

.hero-new.ace-benefit.trailblazer {
  background-color: var(--trailblazer\<deleted\|variable-e41d9da1\>);
}

.hero-new.ace-benefit.maven {
  background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
}

.hero-new.ace-benefit.enlightener {
  background-color: var(--enlighterne\<deleted\|variable-fd7398f9\>);
}

.hero-new.ace-benefit.wijar {
  background-color: var(--wijar\<deleted\|variable-f1d65c02\>);
}

.hero-new.hide {
  display: none;
}

.image-100 {
  border-radius: 16px;
  width: 100%;
}

.left-accordion {
  align-items: center;
  display: flex;
}

.spacer {
  height: 15px;
}

.tab-link-accordion---brix {
  color: #6f6c90;
  background-color: #fff;
  border: 1.5px solid #eff0f6;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 24px 26px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  box-shadow: 4px 4px 14px #080f340a;
}

.paragraph-default {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-default.mg-bottom-0 {
  margin-bottom: 0;
  padding-right: 8px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.tabs---brix {
  margin-top: 48px;
}

.tabs---brix.flex-horizontal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-tab-content---brix {
  overflow: hidden;
}

.icon-tabs---brix {
  width: 48px;
  min-width: 48px;
  margin-right: 12px;
}

.tabs-menu---brix {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tabs-menu---brix.v2 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
}

.tabs-content---brix {
  margin-top: 40px;
}

.tabs-content---brix.v2 {
  width: 100%;
  max-width: 65%;
  margin-top: 0;
  margin-left: 40px;
}

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

.flex-horizontal.space-between {
  justify-content: space-between;
}

.text-block-educator {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.container-teac-aids {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.teaching-aids-block {
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.inner-container._574px {
  text-align: left;
}

.inner-container._600px {
  max-width: 600px;
}

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

.heading-h4-size {
  color: #211f54;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
}

.card-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-2.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.card-2.content-left.pd-40px---64px {
  justify-content: center;
  align-items: center;
  padding: 64px 32px;
}

.card-2.form {
  background-color: var(--yello);
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 40px;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mg-bottom-32px {
  text-align: left;
  margin-bottom: 32px;
  font-weight: 300;
}

.mg-bottom-32px._1 {
  text-align: center;
  font-size: 16px;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._04 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.avatar-circle._04.mg-bottom-32px {
  width: 100%;
  max-width: 120px;
  height: 100%;
  max-height: 120px;
}

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

.text-200.color-accent-1.list {
  text-align: center;
  width: 80%;
  margin-top: 8px;
  font-size: 14px;
}

.text-200.bold {
  color: var(--text);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.text-200.bold.color-neutral-800.mg-bottom-8px {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.text-200.bold.color-neutral-800.head {
  text-align: center;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
}

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

.image-101 {
  border-radius: 16px;
  width: 100%;
  padding: 8px;
}

.sharing__text-paragraph {
  opacity: 0;
  text-align: center;
  transform: translate(0, 100px);
}

.sharing__plane-wrapper {
  width: 40%;
  position: absolute;
  top: -72px;
  right: 77px;
}

.sharing__plane {
  z-index: 1;
  width: 60%;
  position: relative;
}

.sharing__text-heading {
  opacity: 0;
  text-align: center;
  margin-bottom: 46px;
  transform: translate(0, 100px);
}

.sharing__plane-shadow {
  display: none;
  position: absolute;
  bottom: 123px;
  right: 57px;
}

.sharing__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sharing {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 113px;
  padding-left: 2vw;
  padding-right: 2vw;
  display: block;
  overflow: hidden;
}

.sharing__text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sharing__invite {
  width: 20%;
  position: absolute;
  top: 25%;
  right: 21px;
}

.sharing__access {
  width: 20%;
  position: absolute;
  top: 20%;
  left: 5px;
}

.sharing__hand {
  width: 40%;
  position: absolute;
  inset: auto auto 21%;
}

.sharing__hand._1 {
  width: 20%;
}

.sharing__image {
  width: 100%;
}

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

.bold-text-25 {
  font-size: 16px;
}

.stars {
  z-index: 1;
  background-image: url('../images/2s.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  width: 100%;
  margin: 40px auto;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.shapes-far {
  z-index: 2;
  background-image: url('../images/1s.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  margin: 40px auto;
  position: absolute;
  inset: 9px 0% 0%;
}

.parallax-hero {
  background-color: var(--blu);
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.button-19 {
  color: #000;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #ffd117;
  border: 2px solid #ffd117;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px 27px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .15s ease-in;
  display: block;
}

.button-19:hover {
  color: #ffd117;
  background-color: #ffd11700;
}

.button-19.hero {
  margin-top: 26px;
  padding-left: 57px;
  padding-right: 57px;
}

.button-19.hero.hide {
  display: none;
}

.text-block-673 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.hero-content {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.blur-shapes {
  z-index: 3;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 39px;
  position: absolute;
  inset: 32px 0% 0%;
}

.block-characters {
  z-index: 4;
  background-image: url('../images/characters.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 80%;
  margin: 40px auto;
  position: absolute;
  inset: 38% 0% 0%;
}

.heading-25 {
  z-index: 10;
  color: #fff;
  text-align: center;
  margin-top: 26px;
  font-size: 50px;
  position: static;
}

.card-text {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.join-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}

.heading-26 {
  color: #fff;
  text-align: center;
  width: 90%;
  margin: 0 auto 60px;
  font-size: 40px;
  line-height: 44px;
}

.image-102 {
  width: 120px;
}

.card-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 28px;
  line-height: 34px;
}

.button-container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 17px;
  display: flex;
}

.div-block-76 {
  background-color: #bf9ffc;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  padding: 30px;
  display: flex;
}

.image-103 {
  width: 120px;
}

.div-block-4 {
  background-color: #00b061;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  padding: 30px;
  display: flex;
}

.join-section {
  padding-bottom: 100px;
}

.button-20 {
  color: #000;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #ffd117;
  border: 2px solid #ffd117;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px 27px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .15s ease-in;
  display: block;
}

.button-20:hover {
  color: #ffd117;
  background-color: #ffd11700;
}

.button-20.hero {
  margin-top: 26px;
  padding-left: 57px;
  padding-right: 57px;
}

.image-104 {
  width: 120px;
}

.card-container {
  justify-content: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block-77 {
  background-color: #ff811a;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  padding: 30px;
  display: flex;
}

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

.brix---color-neutral-300 {
  color: #eff0f6;
}

.brix---card-link-img-bg {
  border-radius: 24px;
  align-items: flex-end;
  min-height: 500px;
  padding: 48px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---card-link-img-bg:hover {
  transform: scale(.96);
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---card-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.brix---bg-overlay-gradient {
  z-index: -1;
  background-image: linear-gradient(#0000 15%, #0000008f 61%, #000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---grid-2-columns---gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---link-wrapper {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: #4a3aff;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

.brix---color-neutral-100 {
  color: #fff;
}

.brix---color-neutral-301 {
  color: #eff0f6;
}

.main-wrapper-2 {
  z-index: 1;
  position: relative;
}

.cards_wrapper._374px {
  max-width: 380px;
}

.card_heading {
  color: #0e0e0e;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3em;
}

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

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.card-3 {
  z-index: 1;
  color: #ada8c3;
  text-align: left;
  background-color: #f8f8f8;
  border-radius: 24px;
  padding: 64px 64px 304px;
  font-weight: 400;
  transition: color .25s, box-shadow .25s;
  position: relative;
  overflow: hidden;
}

.card-3.sibling_link-item {
  color: var(--text);
  height: 600px;
  text-decoration: none;
}

.content-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100rem;
  display: flex;
}

.card_image {
  width: 80%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.grid-2-col {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-col.children-perspective-1000px {
  perspective: 1000px;
}

.youtube-container {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  font-size: 1rem;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.youtube-container:hover {
  transform: scale(1.05);
}

.section-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.namma-logo {
  align-self: center;
}

.text-area-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 16px;
  min-height: 144px;
  padding: 16px 24px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.text-area-2:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area-2:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area-2::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.error-message-3 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.input {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 16px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 300;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.grid-2-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns-2.contact-v7 {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-flow: column;
  place-items: center;
}

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

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

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

.card-content-pd.card-map {
  padding: 48px;
}

.btn-primary {
  background-color: var(--dark-slate-blue-3);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 24px;
  justify-content: center;
  padding: 16px 32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

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

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.color-neutral-300 {
  color: #eff0f6;
}

.heading-27 {
  font-size: 40px;
}

.image-br-top._24px {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  padding: 16px;
}

.link-text {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  transition: color .3s;
  display: inline-block;
}

.field-label {
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.only-mobile {
  display: none;
}

.feature_icon-wrapper {
  flex: none;
  align-items: flex-end;
  padding-right: .5rem;
  display: flex;
}

.grid_services {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: minmax(25rem, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h3 {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.feature_component {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.card_2col-content {
  flex-direction: column;
  justify-content: space-between;
}

.text-size-regular {
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size-medium {
  font-size: 2rem;
  line-height: 1.3;
}

.text-size-medium.text-color-gray800 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-circled {
  background-image: url('../images/circle_1circle.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -5px;
  margin-left: -8px;
  margin-right: -8px;
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 500;
  display: inline-block;
}

.card_service_image-wrapper {
  background-color: var(--blu);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.card-4 {
  background-color: var(--dark-slate-blue-3);
  border-radius: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.card-4.is-black {
  background-color: var(--mera);
  color: #fff;
}

.padding-bottom, .padding-bottom.padding-small {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.card_2col-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  display: grid;
}

.card_service_image {
  object-fit: contain;
  height: 6rem;
}

.card_service_image.is-big {
  width: 100%;
  height: 100%;
}

.card-layout_align-center {
  align-items: center;
  height: 100%;
  display: flex;
}

.right-arrow-5 {
  background-color: #007bfc;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: -17px;
}

.right-arrow-5:hover {
  transform: translate(2px);
}

.testimonial-card {
  height: 100%;
  display: flex;
  box-shadow: 17px 88px 60px -100px #4f5e782e, 11px 0 20px -9px #4f5e781a;
}

.play-button-2 {
  position: absolute;
}

.testimonial-image-wrap {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-fixed-height {
  min-height: 100px;
}

.slider-horizontal {
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.horizontal-quote-h4 {
  color: #151c34;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.horizontal-logo {
  margin-bottom: 25px;
}

.left-arrow-5 {
  background-color: #007bfc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  top: 17px;
  left: -17px;
}

.left-arrow-5:hover {
  transform: translate(-2px);
}

.column-wrap {
  margin-top: 32px;
  display: flex;
  overflow: visible;
}

.author-name {
  color: #151c34;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.author-job {
  color: #151c3480;
}

.horizontal-angle {
  z-index: 99;
  object-fit: cover;
  height: 101%;
  display: none;
  position: absolute;
  inset: 0% -2% 0% auto;
}

.mask-horizontal {
  overflow: hidden;
}

.play-icon {
  width: 60px;
}

.slide-nav-8 {
  background-color: #fff;
  border-radius: 500px;
  max-width: 150px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px #0000000d;
}

.author-image {
  border-radius: 100px;
  width: 80px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px #00000024;
}

.author-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.horizontal-content-block {
  background-color: var(--white);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 20px 75px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.right-arrow-6 {
  background-color: #007bfc;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: -17px;
}

.right-arrow-6:hover {
  transform: translate(2px);
}

.testimonial-image-wrap-2 {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-arrow-6 {
  background-color: #007bfc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  top: 17px;
  left: -17px;
}

.left-arrow-6:hover {
  transform: translate(-2px);
}

.column-wrap-2 {
  display: flex;
}

.slide-nav-9 {
  background-color: #fff;
  border-radius: 500px;
  max-width: 150px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px #0000000d;
}

.horizontal-content-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 20px 75px;
  display: flex;
}

.imgz {
  width: 20%;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.imgz._2 {
  display: none;
  inset: auto 0% 0% auto;
}

.main-image {
  z-index: 2;
  width: 80%;
  position: relative;
}

.main-image-2 {
  z-index: 1;
  position: absolute;
  inset: auto -3% 10% auto;
}

.main-image-3 {
  z-index: 1;
  position: absolute;
  inset: 12% auto auto -6%;
}

.main-image-4 {
  z-index: 1;
  width: 30%;
  position: absolute;
  inset: auto auto 23% 0%;
}

.main-image-5 {
  z-index: 1;
  width: 30%;
  position: absolute;
  inset: 7% auto auto;
}

.main-image-6 {
  z-index: 3;
  width: 15%;
  position: absolute;
  inset: auto 13% 21% auto;
}

.yutup-wrapper {
  border-radius: 20px;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.teaching-aids-wrapper {
  border-radius: 20px;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
}

.html-embed-4 {
  background-image: none;
  border-radius: 10px;
  width: 100%;
  height: 650px;
  padding: 0;
}

.flag-nation {
  width: 30px;
  margin-bottom: 8px;
}

.div-block-79 {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.slide-nav-10 {
  inset: auto 0% -16%;
}

.slide-15 {
  border-radius: 20px;
  padding: 16px;
}

.slider-8 {
  background-color: #ddd0;
}

.image-105 {
  border-radius: 20px;
}

.image-106 {
  border-radius: 20px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.image-107 {
  border-radius: 20px;
}

.div-block-80 {
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.dropdown-list-3 {
  width: 250px;
}

.dropdown-list-3.w--open {
  background-color: var(--white-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  top: 70px;
}

.locale {
  color: var(--text);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.dropdown-toggle-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.icon-10 {
  display: none;
}

.text-block-674 {
  color: var(--dim-grey);
  font-size: 15px;
  font-weight: 500;
}

.link-29 {
  color: var(--text);
  text-decoration: none;
}

.link-29.w--current {
  color: var(--text);
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-81 {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.locales-list {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pre-title {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-indent: 3px;
  text-transform: uppercase;
  margin-bottom: -15px;
  font-size: 15px;
  font-weight: 500;
}

.pre-title.astuv1 {
  background-color: #0000;
  margin-bottom: 0;
}

.pre-title.astuv1._1 {
  color: #00063f;
}

.astuv1featuredesc {
  color: var(--text);
  text-align: left;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.astuv1features {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.astuv1-feature-card {
  width: 33%;
  margin: 0;
  padding: 15px 15px 18px;
  display: flex;
}

.astuv1-feature-card.full {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.web-player-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.web-player-section.transparant {
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-675 {
  color: #f8faff;
  letter-spacing: .1px;
  font-size: 18px;
  font-weight: 400;
}

.edusmblr-cta {
  display: flex;
}

.why-astuv1 {
  text-align: center;
  max-width: 90%;
}

.heading-new-2 {
  color: #00063f;
  text-align: left;
  padding-right: 29px;
  font-size: 48px;
  line-height: 1.4em;
}

.heading-new-2.mobile {
  display: none;
}

.hero-section {
  z-index: 1;
  background-color: #f8f8fd;
  padding: 100px 3%;
}

.hero-section.one {
  background-color: #f9f9ff;
}

.hero-section.one.studio {
  padding-top: 80px;
  padding-bottom: 80px;
}

.carv1 {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  min-height: 360px;
  padding: 25px;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  position: relative;
  box-shadow: 0 8px 16px #0000001a;
}

.carv1.editor {
  background-image: url('../images/share-project.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.carv1.dark {
  background-color: #f8c02e;
  height: 480px;
}

.carv1.interactivity {
  background-image: url('../images/interactivity.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.carv1.library {
  background-image: url('../images/Untitled-5-min.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.carv1.creative {
  background-image: url('../images/editor-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.carv1.import {
  background-image: url('../images/flexible-access.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.carv1.sinc {
  background-image: url('../images/3-5.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.column-wrap-3 {
  display: flex;
}

.column-wrap-3.whale {
  position: relative;
}

.text-block-v1 {
  background-image: linear-gradient(#fff0, #ffffffe6 30%, #fff);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-top: 125px;
  margin-left: -25px;
  margin-right: -25px;
  padding: 50px 30px 10px;
}

.text-block-v1._1 {
  background-image: none;
  margin-top: 160px;
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

.button-21 {
  color: #eef7ff;
  text-align: center;
  text-transform: none;
  background-color: #00b4ff;
  border-radius: 20px;
  margin-top: 20px;
  padding: 0 25px;
  font-size: 15px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
  display: inline-block;
}

.button-21:hover {
  color: #fff;
  background-color: #00a4e9;
  box-shadow: 0 2px 4px #0000001a, 0 8px 16px #0000001a;
}

.button-21.edusmblr {
  letter-spacing: .5px;
  background-color: #205ff3;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
}

.column-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.column-left.wp {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  position: relative;
}

.container-110 {
  width: 100%;
  min-width: 200px;
  max-width: 1140px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.container-110.mid {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-110.mid.vertical {
  flex-direction: column;
}

.edusmblr-desc {
  flex: 1;
  margin-left: -20px;
  padding-top: 20px;
  padding-right: 20px;
}

.heading-28 {
  color: var(--text);
  letter-spacing: -.5px;
  object-fit: fill;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.html-embed-5 {
  background-image: none;
  border-radius: 10px;
  width: 100%;
  height: 650px;
  padding: 0;
}

.html-embed-5.turtle {
  width: 100%;
  height: 100%;
  position: relative;
  left: auto;
}

.edusmblr-image {
  width: 45%;
  height: 100%;
  margin-left: -75px;
}

.headline {
  font-weight: 500;
}

.headline.h-2 {
  color: #00063f;
  margin-top: 20px;
  font-size: 42px;
  font-weight: 700;
}

.headline.h-2.edusmblr._1 {
  color: #00063f;
}

.headline.h-2.no-padding-top {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.column-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

.column-right.trex {
  z-index: 0;
  border-radius: 8px;
  width: 50%;
  padding: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.content-h2 {
  color: #7b88a8;
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
  display: block;
}

.content-h2.edusemblr {
  color: #f8faff;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.8em;
}

.content-h2.edusemblr._1 {
  color: #00063f;
}

.frame-1 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1160px;
  height: 1120px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.frame-2 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text {
  color: #020f26;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.text-201 {
  color: #020f26;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.adalah-kerja-sama-antar-belajar-id-dengan-assemblr-program-ini-adalah-sebuah-piloting-project-untuk-mengevaluasi-penggunaan-assemblr-edu-oleh-guru-guru-yang-terdaftar-dalam-akun-belajar-id {
  color: #020f26;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-3 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-37081 {
  border: 2px undefined undefined;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 5px 15px #00000026, 0 1px 3px #0000004d;
}

.frame-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 196px;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.frame-37082 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.text-202 {
  color: #049dd4;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-203 {
  color: #020f26;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.text-204 {
  color: #020f26;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-34432 {
  grid-column-gap: 10px;
  background-color: #205ff4;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 8px 15px;
  text-decoration: none;
  display: flex;
}

.text-205 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-206 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.brazuca-planning {
  object-fit: cover;
}

.frame-37083 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 254px;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.text-207 {
  color: #717171;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-208 {
  color: #717171;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.peserta-akan-secara-otomatis-mendapatkan-plan-khusus-belajar-id-sehingga-peserta-dapat-menggunakan-assemblr-edu-dengan-lebih-optimal-pada-tahap-ini-peserta-diharapka-aktif-menggunakan-assemblr-edu-akan-ada-beberapa-aktifitas-yang-harus-dilakukan-oleh-peserta-pada-platform-assemblr-edu-detail-aktifitasnya-akan {
  color: #717171;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-37084 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 189px;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.pada-tahap-kami-akan-memunculkan-form-evaluasi-peserta-diharapkan-mengisi-form-evaluasi-ini-secara-objective-sesuai-pengalaman-yang-dirasakan-selama-masa-piloting {
  color: #717171;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-37085 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 181px;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.pendaftaran-terbuka-bagi-semua-pengguna-assemblr-edu-yang-terdaftar-menggunakan-email-belajar-id-0 {
  color: #020f26;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.pendaftaran-terbuka-bagi-semua-pengguna-assemblr-edu-yang-terdaftar-menggunakan-email-belajar-id-1 {
  color: #020f26;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.peserta-akan-secara-otomatis-mendapatkan-plan-khusus-belajar-id-sehingga-peserta-dapat-menggunakan-assemblr-edu-dengan-lebih-optimal-pada-tahap-ini-peserta-diharapka-aktif-menggunakan-assemblr-edu-akan-ada-beberapa-aktifitas-yang-harus-dilakukan-oleh-peserta-pada-platform-assemblr-edu-detail-aktifitasnya-akan-1 {
  color: #717171;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.belajar_id_piloting {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px 20px;
  text-decoration: none;
  display: flex;
}

.foreword {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.page-title {
  color: #020f26;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.sub-title {
  color: #020f26;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.desc {
  color: #020f26;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.list-tahap {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tahap-active {
  border: 2px undefined undefined;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 5px 15px #00000026, 0 1px 3px #0000004d;
}

.tahap-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.tahap-text {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.tahap-date {
  color: #049dd4;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tahap-title {
  color: #020f26;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.tahap-desc {
  color: #020f26;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tahap-cta {
  grid-column-gap: 10px;
  background-color: #205ff4;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 8px 15px;
  text-decoration: none;
  display: flex;
}

.text-209 {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.riarrow-right-up-line {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8.01333px;
  height: 8.014px;
  text-decoration: none;
  display: flex;
}

.tahap-img {
  object-fit: cover;
}

.tahap-left-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.tahap-date-2 {
  color: #717171;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.tahap-title-2 {
  color: #717171;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.tahap-desc-2 {
  color: #717171;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tahap-left-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 189px;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.tahap-left-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 181px;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.tahap-desc-0 {
  color: #020f26;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tahap-desc-1 {
  color: #020f26;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.tahap-desc-3 {
  color: #717171;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.tahap-inactive {
  border: 2px undefined undefined;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.body-2 {
  background-color: #0000;
}

.image-learn {
  max-width: 80%;
}

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

.image-108 {
  border-radius: 15px;
  width: 100%;
}

.learn-text {
  text-align: center;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.learn-text.white {
  color: var(--white-2);
}

.learn-text.white.apps {
  font-family: nunito-sans;
  font-size: 16px;
}

.lightbox-link-3 {
  color: var(--text);
  border-radius: 15px;
  padding: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.lightbox-link-3:hover {
  transform: translate(0, -8px);
}

.slider-card_bottom {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 1px;
  display: flex;
  position: relative;
}

.container-custom-1 {
  width: 100%;
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0;
}

.icon-1x1-xsmall {
  flex: none;
  justify-content: center;
  align-items: center;
  width: .875rem;
  min-width: .875rem;
  max-width: .875rem;
  height: .875rem;
  min-height: .875rem;
  max-height: .875rem;
  display: flex;
}

.icon-1x1-xsmall.white {
  color: var(--white-2);
}

.slider_mask {
  width: 25%;
  margin-bottom: 22px;
  overflow: visible;
}

.slider_arrow {
  background-color: var(--yello);
  color: #054638;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .6s;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider_arrow:hover {
  background-color: var(--blu);
  border-color: #ced2d9;
}

.slider_arrow.left {
  background-color: var(--yello);
  transition-timing-function: cubic-bezier(.6, .6, 0, 1);
  display: flex;
  right: 3rem;
}

.slider_arrow.left.blu, .slider_arrow.blu {
  background-color: var(--blu);
}

.slider_arrow.blu:hover {
  background-color: var(--yello);
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.slider_slide {
  width: 30rem;
  margin-right: 1rem;
}

.slider-card {
  color: #054638;
  background-color: #60eea3;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 15rem;
  padding: 1.75rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.slider-card:hover {
  top: -10px;
}

.slider-card.yello {
  background-color: var(--yello);
}

.slider-card.yello.app {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 12rem;
  padding-top: .125rem;
  padding-bottom: .125rem;
}

.slider-card.blu {
  background-color: var(--blu);
}

.slider-card.blu.app {
  height: 100%;
  min-height: 12rem;
  padding-top: 0;
  padding-bottom: 0;
}

.slider-card.red {
  background-color: var(--mera);
}

.slider-card.red.app {
  height: 100%;
  min-height: 12rem;
  padding-top: 0;
  padding-bottom: 0;
}

.slider-card.blog {
  padding: 0 0 0;
}

.slider-card_top {
  width: 100%;
}

.slider_navigation {
  height: 1.75rem;
  font-size: .5rem;
  display: flex;
  inset: auto auto .25rem 0%;
}

.heading-style-h2 {
  color: var(--dim-grey);
  letter-spacing: -.02em;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2.white {
  color: var(--white-2);
}

.heading-style-h2.white.blog.apps {
  font-size: 16px;
}

.heading-style-h2.white.apps {
  font-weight: 700;
}

.heading-style-h2.mid {
  text-align: center;
}

.heading-style-h2.blog.apps {
  font-size: 16px;
}

.heading-style-h2.apps {
  font-family: nunito-sans;
  font-size: 16px;
  font-weight: 700;
}

.slider-9 {
  background-color: #0000;
  height: auto;
  padding-bottom: 2.6rem;
  position: relative;
  overflow: visible;
}

.slider-9.mobile {
  display: none;
}

.div-block-82 {
  margin-left: 20px;
}

.image-109 {
  width: 43%;
  height: 100%;
}

.image-109.app {
  height: auto;
}

.paragraph-15 {
  color: var(--dim-grey);
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.paragraph-15.white {
  color: var(--white-2);
}

.paragraph-15.mid {
  color: var(--dim-grey);
  text-align: justify;
}

.paragraph-15._1 {
  margin-bottom: 0;
  line-height: 1.4em;
}

.paragraph-15._1.white.blog.apps, .paragraph-15._1.apps {
  font-size: 14px;
}

.paragraph-15.inspo {
  color: var(--dim-grey);
  text-align: justify;
  margin-top: 6px;
  margin-bottom: 16px;
}

.paragraph-15.inspo.apps {
  line-height: 1.4em;
}

.paragraph-15.apps {
  font-family: nunito-sans;
  font-size: 14px;
}

.max-w-40px {
  max-width: 40px;
}

.grid-2-columns-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns-3.link-and-btn-grid {
  grid-template-columns: auto auto;
  justify-content: space-between;
}

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

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

.btn-primary-2.pd-14px---24px {
  padding: 14px 24px;
}

.color-neutral-800 {
  color: #211f54;
}

.color-neutral-800.hover-color-accent-1:hover {
  color: #4a3aff;
}

.color-neutral-800.hover-color-accent-1.text-decoration-none {
  text-decoration: none;
}

.flex {
  display: flex;
}

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

.flex.align-center.gap-column-12px {
  grid-column-gap: 12px;
  text-decoration: none;
}

.social-icon-font {
  line-height: 21px;
}

.social-icon-font.btn-social-icon {
  margin-right: 8px;
  font-size: 20px;
  line-height: 1em;
}

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

.divider-2._24px {
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider-2._24px.bg-neutral-300 {
  margin-bottom: 45px;
}

.slider-nav {
  margin-top: 48px;
  position: static;
  transform: scale(.8);
}

.slider-nav.instagram-feed---slider-nav {
  margin-top: 16px;
  padding: 0;
  font-size: 12px;
  line-height: 1em;
  transform: none;
}

.slider-nav.instagram-feed---slider-nav.hide {
  display: none;
}

.slider-mask {
  height: 100%;
}

.btn-circle-secondary {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.hidden-desktop {
  display: none;
}

.btn-circle-secondary.lefi {
  background-color: var(--yello);
  border-style: none;
  inset: -25% auto 0% -2%;
}

.btn-circle-secondary.regi {
  background-color: var(--yello);
  border-style: none;
  inset: -25% -2% 0% auto;
}

.instagram-feed---icon-inside {
  min-width: 40px;
  max-width: 40px;
}

.instagram-feed---image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
}

.grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-columns._4-col-tablet.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.instagram-feed---image-overlay {
  z-index: 1;
  transform-origin: 0%;
  background-color: #000000a6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-feed---image-wrapper {
  z-index: 1;
  border-radius: 16px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.slider-wrapper-3 {
  background-color: #0000;
  height: 100%;
}

.flex-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

.image-110 {
  object-fit: fill;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 48%;
  overflow: clip;
}

.div-block-83 {
  margin-left: 16px;
  padding: 0 16px 0 0;
}

.inspo-div-2 {
  justify-content: center;
  align-items: flex-start;
  min-height: 100px;
  display: flex;
}

.dim-block {
  background-color: #e4e4e47d;
  border-radius: 15px;
  position: absolute;
  inset: 0%;
}

.image-111 {
  opacity: .7;
  width: 20%;
  display: inline-block;
  position: absolute;
  inset: auto 38% 31% auto;
}

.grid-27 {
  grid-row-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-7 {
  background-color: var(--white-2);
  padding-top: 60px;
  padding-bottom: 60px;
}

.video-5 {
  width: 400px;
  display: flex;
}

.video-6 {
  object-fit: cover;
  border-radius: 20px;
  max-width: 500px;
  padding-bottom: 0;
  padding-right: 0;
}

.download-all-guideline {
  color: var(--text);
  margin-bottom: 16px;
  font-family: nunito-sans;
  font-size: 18px;
}

.image-112 {
  width: 80%;
}

.image-belajar-id {
  border-radius: 15px;
}

.video-div-studio {
  width: 100%;
}

.video-div-studio.ikon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-7 {
  border-radius: 18px;
  width: 100%;
  max-width: 100%;
}

.video-7.ikon {
  max-width: 90%;
  padding-bottom: 0;
  padding-right: 0;
  box-shadow: 12px 13px 14px 5px #0003;
}

.logo-div-belajar {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}

.logo-belajar {
  max-width: 30%;
  margin-left: 10px;
  margin-right: 10px;
}

.logo-belajar._1 {
  max-width: 20%;
}

.logo-belajar._10-29-seats, .logo-belajar._2 {
  max-width: 10%;
}

.faq-card-2 {
  background-color: var(--bg-edu-app);
  cursor: pointer;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 30px 30px 0;
  transition: box-shadow .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  box-shadow: 0 0 30px #00000005;
}

.faq-card-2:hover {
  box-shadow: 0 3px 30px #0000000d;
}

.faq-answer-2 {
  overflow: hidden;
}

.faq-image {
  object-fit: contain;
  width: 100%;
  margin-top: 100px;
  display: block;
}

.faq-title-2 {
  max-width: 350px;
  margin-bottom: 0;
}

.faq-title-2.belajar-id {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.faq-grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.faq-question-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  display: flex;
}

.button-belajar-id {
  text-align: center;
  border-radius: 15px;
  width: 60%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}

.button-belajar-id.lower {
  width: 25%;
}

@media screen and (min-width: 1280px) {
  .brand {
    width: 15%;
  }

  .nav-menu {
    justify-content: space-between;
  }

  .hero.home.desktop-only._2 {
    background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  }

  .hero.ace {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .heading.home.white.product {
    font-size: 28px;
    line-height: 1.5em;
  }

  .heading.home.product {
    font-size: 28px;
  }

  .heading.home.overview {
    font-size: 42px;
    line-height: 1.3em;
  }

  .container {
    justify-content: center;
    align-items: center;
  }

  .container.vertical {
    flex-direction: column;
  }

  .button.contact-footer.contact {
    background-color: var(--yello);
  }

  .image-2 {
    width: 40%;
  }

  .image-3 {
    width: 50%;
  }

  .image-4 {
    width: 40%;
  }

  .image-5 {
    width: 80%;
  }

  .image-5.home {
    width: 45%;
  }

  .image-6 {
    width: 40%;
  }

  .image-7, .image-8, .image-9 {
    width: 70%;
  }

  .image-11.overview {
    width: auto;
    left: -7%;
  }

  .image-15 {
    width: 15%;
    right: -79px;
  }

  .image-15.overview {
    width: 20%;
  }

  .feature-2.tab-mob {
    display: none;
  }

  .feature-2.campaign {
    background-image: url('../images/PRODIGY-3.png');
    background-position: 50% 100%;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    align-items: center;
    height: 420.984px;
    display: flex;
  }

  .container-5.flex {
    justify-content: center;
  }

  .common-flexbox.no-padding.edu-app {
    align-items: center;
    margin-top: 0;
  }

  .flexbox-grid-item._w-50.edu-app {
    border: 1px solid var(--light-slate-grey\<deleted\|variable-183271f4\>);
    box-shadow: 0 4px 5px 0 var(--light-slate-grey\<deleted\|variable-183271f4\>);
    border-radius: 8px;
  }

  .flexbox-grid-item._w-50.edu-app._1 {
    box-shadow: none;
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 19px 19px 19px 35px;
  }

  .flexbox-grid-item._w-50._1, .flexbox-grid-item._w-50.colored-card {
    padding-left: 0%;
    padding-right: 1.5%;
  }

  .image-slider.kaka-tua, .image-29.usm, .image-29.tikomdik {
    width: 80%;
  }

  .feature-5.app-edu {
    min-height: 100px;
  }

  .link-block-2 {
    background-color: var(--dark-slate-blue-3);
    height: auto;
  }

  .link-block-2:hover {
    transform: translate(0, -25px);
  }

  .link-block-2.astu {
    height: auto;
  }

  .link-block-2.edu {
    background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
    height: auto;
  }

  .slider-wrapper-classroom.open-minds {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .distriburor-block.id {
    background-position: 90% 5%;
    background-size: 18%;
  }

  .image-39 {
    width: 90%;
  }

  .flag-wrapper {
    width: 100%;
  }

  .pricing-button.white, .pricing-button.individual, .pricing-button.school-premium {
    margin-top: 24px;
  }

  .pricing-card.red.premium.home {
    height: 500px;
  }

  .pricing-card.red.premium.home._2 {
    height: 650px;
  }

  .pricing-card.yello.school {
    height: 700px;
  }

  .pricing-card.yello.individual.home {
    height: 500px;
  }

  .pricing-card.yello.individual.home._1, .pricing-card.yello.individual.home._3 {
    height: 650px;
  }

  .pricing-card.free {
    height: 700px;
  }

  .pricing-card.free.home {
    height: 500px;
  }

  .pricing-card.free.home._1 {
    height: 650px;
  }

  .pricing-card.free._1, .pricing-card.free._2 {
    height: auto;
  }

  .pricing-card.individual {
    height: 700px;
  }

  .pricing-card.single {
    height: 625px;
  }

  .pricing-card.single.home {
    height: 500px;
  }

  .pricing-card.single._1, .pricing-card.single._2 {
    height: auto;
  }

  .pricing-card.group {
    height: 700px;
  }

  .pricing-card.group.home {
    height: 500px;
  }

  .pricing-card.group._1, .pricing-card.group._2 {
    height: auto;
  }

  .pricing-column.home {
    flex-direction: row;
    align-items: flex-start;
  }

  .pricing-text.white {
    font-size: 14px;
  }

  .pricing-text.white._1 {
    padding-right: 40px;
  }

  .container-104 {
    max-width: 90%;
  }

  .pricing-check-wrap {
    align-items: stretch;
    margin-bottom: 0;
  }

  .link-block-5 {
    width: 209px;
    margin-right: 25px;
  }

  .image-48 {
    width: 209px;
  }

  .impact-logo-wrapper {
    margin-top: 15px;
  }

  .wg-element-wrapper.sw8 {
    flex: none;
  }

  .cookie-block.hide {
    display: block;
  }

  .image-55 {
    width: 130%;
    max-width: none;
  }

  .image-dowbload-mobile {
    width: 209px;
  }

  .sign-up-button.white.home, .sign-up-button.free-edu.home, .sign-up-button.free.home, .sign-up-button.single.home {
    margin-top: 25px;
  }

  .button-18 {
    font-size: 12px;
  }

  .background-video-2.zz {
    height: 300px;
  }

  .div-block-53 {
    padding-right: 62px;
  }

  .contact-us-for-more {
    font-size: 12px;
  }

  .perks-distributor {
    width: 65%;
  }

  .sign-up-button-copy.white.home, .sign-up-button-copy.free-edu.home, .sign-up-button-copy.free.home, .sign-up-button-copy.single.home {
    margin-top: 25px;
  }

  .nav-menu-new {
    justify-content: center;
  }

  .brand-new {
    width: 100%;
  }

  .skills__achieve.mod--desctop {
    background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  }

  .cta-title {
    margin-top: 10px;
    font-family: Poppins, sans-serif;
  }

  .text-block-672 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
  }

  .section-wrapper.indaclassroom {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .heading-1-new.mid.medium.apps {
    width: 80%;
    font-size: 48px;
  }

  .paragraph-new.lil.indaclassroom {
    width: 70%;
  }

  .paragraph-new.lil.belajar-id.white {
    font-size: 18px;
  }

  .header_image.is-1, .header_image.is-4 {
    width: 18%;
  }

  .normal-section.gallery {
    padding-bottom: 132px;
  }

  .component-left._50.what {
    height: 450px;
  }

  .component-left._50.mid {
    justify-content: center;
    align-items: flex-start;
  }

  .component-left._50.partner, .component-left._50.ace {
    justify-content: center;
    align-items: center;
  }

  .heading-2-new.mid.apps, .heading-2-new.mid.guideline {
    font-size: 28px;
  }

  .heading-2-new.mid.belajar-id {
    font-size: 32px;
  }

  .heading-2-new.classroom {
    padding: 0;
  }

  .heading-2-new.belajar-id.white {
    width: 80%;
    font-size: 32px;
  }

  .div-block-68.hehe {
    padding: 16px 0;
  }

  .card-who-wrapper.who {
    height: auto;
  }

  .card-who-left {
    justify-content: center;
  }

  .page-padding-2 {
    width: 33%;
  }

  .cell {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-70 {
    bottom: 34%;
  }

  .div-block-74 {
    width: 90%;
  }

  .hero-new.home.desktop-only._1, .hero-new.home.desktop-only._2 {
    background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  }

  .hero-new.ace {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sharing__plane-wrapper {
    width: auto;
  }

  .sharing__plane {
    width: 65%;
    left: 20%;
  }

  .sharing__plane-shadow {
    display: inline-block;
    bottom: 53px;
    right: 57px;
  }

  .sharing__wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 86em;
  }

  .sharing {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .sharing__text {
    width: 90%;
  }

  .sharing__hand {
    width: 40%;
    left: auto;
  }

  .feature_component {
    padding-bottom: 0;
  }

  .card_2col-layout {
    place-items: center stretch;
  }

  .html-embed-4 {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .heading-new-2 {
    padding-right: 10px;
  }

  .text-block-v1._1 {
    padding-top: 50px;
  }

  .edusmblr-desc {
    padding-top: 20px;
  }

  .html-embed-5 {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .content-h2.edusemblr {
    margin-bottom: 10px;
  }

  .image-112 {
    width: 75%;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link {
    margin-left: 3px;
    margin-right: 3px;
  }

  .nav-link.bt-normal, .nav-link.bt-normal-new {
    display: none;
  }

  .nav-menu {
    justify-content: flex-end;
  }

  .hero.home {
    padding-bottom: 135px;
  }

  .hero.ace {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading.centered.belajar-id {
    width: 100%;
  }

  .heading.home.white.edu.coba {
    padding-right: 56px;
  }

  .heading.home.center {
    font-size: 40px;
  }

  .image-2 {
    width: 40%;
  }

  .image-1 {
    bottom: -47%;
    right: -13%;
  }

  .image-1.home {
    bottom: -46%;
  }

  .image-3 {
    left: 28%;
  }

  .image-4 {
    width: 35%;
    top: 60px;
  }

  .image-5 {
    width: 80%;
    top: 12%;
    left: 71%;
  }

  .image-6 {
    width: 40%;
    top: -42%;
  }

  .description.white.custom-marker {
    padding-right: 48px;
  }

  .feature-2.campaign {
    align-items: center;
    display: flex;
  }

  .container-5.flex {
    justify-content: center;
  }

  .container-5.new {
    max-width: 85%;
  }

  .dropdown-1 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .utility-page-wrap {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .flexbox-grid-item._w-50.vertical.community {
    align-items: flex-start;
  }

  .flexbox-grid-item._w-50.vertical.community._2 {
    align-items: center;
  }

  .flexbox-grid-item._w-50.overview {
    align-items: flex-start;
    padding-right: 35px;
  }

  .wider-container.distibutor {
    max-width: 85%;
  }

  .tutor-image.edu {
    height: 350px;
  }

  .heading-6.home.custom-marker {
    padding-right: 40px;
  }

  .image-slider.kaka-tua {
    width: 70%;
  }

  .classroom-slider {
    justify-content: center;
    align-items: center;
  }

  .distibutor-wrapper {
    width: auto;
  }

  .distriburor-block {
    width: 50%;
  }

  .distriburor-block.id {
    background-position: 93% 5%;
    background-size: 15%;
    justify-content: center;
    height: 220px;
  }

  .distriburor-block.rus {
    background-position: 93% 5%;
    background-size: 15%;
    justify-content: center;
  }

  .distriburor-block.ukraine, .distriburor-block.india {
    background-position: 93% 5%;
    background-size: 15%;
    justify-content: center;
    height: 220px;
  }

  .image-43 {
    height: 148.688px;
  }

  .pricing-check.limited-offer {
    justify-content: center;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-card.red.premium.home._1 {
    background-size: 30%;
  }

  .pricing-card.red.premium.home._2 {
    background-size: 30%;
    height: 560px;
  }

  .pricing-card.yello.school {
    height: 675px;
  }

  .pricing-card.yello.school.new {
    height: 73.5374%;
  }

  .pricing-card.yello.individual {
    height: 65%;
  }

  .pricing-card.yello.individual.home._1 {
    background-size: 30%;
    height: 560px;
  }

  .pricing-card.yello.individual.home._3 {
    height: 560px;
  }

  .pricing-card.free {
    height: 675px;
  }

  .pricing-card.free.home._1 {
    background-size: 30%;
    height: 560px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-card.individual {
    height: 675px;
  }

  .pricing-card.single {
    height: 635px;
  }

  .pricing-card.group {
    height: 675px;
  }

  .pricing-text.white._1 {
    padding-right: 90px;
  }

  .pricing-table-cell {
    justify-content: center;
  }

  .pricing-table-cell.left {
    justify-content: flex-start;
  }

  .pricing-top {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pricing-top.mobile.left {
    align-items: flex-start;
  }

  .div-log-in {
    margin-left: 3px;
    margin-right: 3px;
  }

  .div-log-in.bt-normal, .div-log-in.bt-normal-new {
    display: none;
  }

  .centered-container {
    max-width: 85%;
  }

  .bold-text-17 {
    font-size: 38px;
  }

  .background-video._1 {
    height: 450px;
  }

  .image-60 {
    top: 230.328px;
  }

  .hero-partnership.home {
    padding-bottom: 135px;
  }

  .div-product-edu {
    justify-content: center;
  }

  .image-peoduct {
    width: 50%;
  }

  .image-peoduct.assemblr {
    width: 35%;
  }

  .link-19 {
    font-size: 16px;
  }

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

  .paragraph-9 {
    height: 30.3709%;
  }

  .input-price-wrapper {
    align-items: center;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .text-area {
    background-color: #fff;
    border-radius: 8px;
    width: 30%;
    height: 40px;
    padding: 5px 5px 5px 10px;
  }

  .input-price {
    border-style: none;
    font-size: 15px;
    font-weight: 700;
  }

  .seats-note {
    padding-left: 10px;
  }

  .text-block-40 {
    color: #494a4b;
    font-size: 15px;
  }

  .price-number {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

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

  .text-block-42 {
    text-align: right;
    font-weight: 600;
    line-height: 1em;
  }

  ._60-seats, ._30-59-seats {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  ._10-29-seats {
    margin-top: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-block-44, .text-block-43 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .note-seats {
    padding-top: 0;
  }

  .button-18 {
    margin-top: 25%;
  }

  .background-video-2 {
    height: 400px;
    margin-right: 0%;
  }

  .container-108 {
    max-width: 1000px;
  }

  .div-block-53 {
    margin-left: -15%;
    padding-right: 72px;
  }

  .contact-us-for-more {
    margin-top: 25%;
  }

  .task-block.home {
    padding-bottom: 135px;
  }

  .benefit-image {
    width: 85%;
  }

  .benefit-mg-2 {
    inset: 7% 5% auto auto;
  }

  .img-distributor {
    height: 148.688px;
  }

  .perks-distributor {
    width: 65%;
  }

  .nav-menu-new {
    justify-content: center;
  }

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

  .nav-link-new.bt-normal, .nav-link-new.bt-normal-new {
    display: none;
  }

  .section-header.yellow {
    height: 75vh;
  }

  .section-header.yellow.hide-boss {
    display: block;
  }

  .section-header.with-bg {
    background-position: 50%;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .section-header.with-bg.hide-boss {
    display: block;
  }

  .section-wrapper.home {
    align-items: stretch;
  }

  .heading-1-new.mid.medium._1.head {
    padding-right: 0;
    font-size: 40px;
  }

  .heading-1-new.mid.medium.landing-page {
    width: 70%;
  }

  .heading-1-new.mid.medium.apps {
    width: 100%;
    font-size: 56px;
  }

  .heading-1-new.mid.medium.aces {
    max-width: 90%;
  }

  .paragraph-new.lil.mid.who {
    width: 70%;
  }

  .paragraph-new.lil.educator {
    width: 60%;
  }

  .paragraph-new.lil.partnership {
    padding-right: 20px;
  }

  .paragraph-new.lil.tezti {
    width: 70%;
  }

  .paragraph-new._1, .paragraph-new._2 {
    padding-right: 60px;
  }

  .header_image.is-1 {
    width: 15%;
    inset: -28% auto auto 8%;
  }

  .header_image.is-2 {
    left: 2%;
  }

  .header_image.is-4 {
    width: 15%;
    right: 4%;
  }

  .header_image.is-14 {
    top: -37%;
    right: 5%;
  }

  .component-left._50 {
    justify-content: flex-start;
    display: flex;
  }

  .component-left._50.what {
    justify-content: center;
  }

  .component-left._50.head {
    flex-direction: column;
  }

  .component-left._50.head.educator {
    max-width: 50%;
  }

  .component-left._50.partner {
    flex-flow: column;
  }

  .component-left._50.ace {
    justify-content: center;
    align-items: flex-start;
  }

  .component-right._50.mid.what {
    padding-right: 64px;
  }

  .component-right._50.head {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 32px;
    display: flex;
  }

  .component-right._50.head.belajar-id {
    max-width: 50%;
  }

  .heading-2-new.mid.educator, .heading-2-new.mid.learn, .heading-2-new.mid.belajar-id {
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-2-new.one-platform {
    padding-right: 60px;
  }

  .heading-2-new.testi.belajar-id {
    font-size: 32px;
  }

  .heading-2-new.student-editor, .heading-2-new.belajar-id {
    padding-right: 60px;
  }

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

  .div-block-68.student {
    width: 65%;
  }

  .heading-3-new.why {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-69 {
    width: 80%;
  }

  .card-img {
    bottom: auto;
  }

  .card_side.is-front {
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    display: block;
  }

  .card_main-text {
    margin-bottom: 0;
  }

  .image-70 {
    width: 60%;
  }

  .image-70.why {
    width: 80%;
    margin-top: 24px;
  }

  .image-71 {
    width: 90%;
  }

  .image-71.large {
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    overflow: hidden;
  }

  .image-71.small {
    width: 100%;
  }

  .cell {
    align-items: center;
  }

  .cell.left {
    align-items: flex-start;
  }

  .div-block-69 {
    width: 18%;
  }

  .div-block-70 {
    width: 18%;
    bottom: 26%;
  }

  .image-73 {
    top: 10%;
    left: 15%;
  }

  .image-74 {
    top: 18%;
    left: 29%;
  }

  .hero-new.home {
    padding-bottom: 135px;
  }

  .hero-new.ace {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-101 {
    width: 100%;
  }

  .sharing__plane {
    width: 60%;
  }

  .stars {
    background-position: 0%;
    bottom: -22%;
  }

  .shapes-far {
    inset: 0%;
  }

  .parallax-hero {
    height: auto;
  }

  .blur-shapes {
    z-index: 3;
  }

  .block-characters {
    z-index: 4;
  }

  .heading-26 {
    font-size: 50px;
    line-height: 56px;
  }

  .join-section {
    padding-bottom: 113px;
  }

  .cards_wrapper._374px {
    max-width: 475px;
  }

  .grid-2-columns-2.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns-2.contact-v7 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.15fr;
  }

  .text-size-medium.text-color-gray800 {
    font-size: 35px;
  }

  .card-4 {
    padding: 32px;
  }

  .card-layout_align-center {
    justify-content: center;
    align-items: center;
  }

  .testimonial-image-wrap {
    height: 400px;
  }

  .horizontal-quote-h4 {
    font-size: 24px;
  }

  .main-image-2 {
    bottom: 28%;
    right: -2%;
  }

  .main-image-3 {
    top: 22%;
  }

  .main-image-4 {
    bottom: 32%;
  }

  .main-image-5 {
    top: -2%;
  }

  .main-image-6 {
    bottom: 30%;
  }

  .yutup-wrapper {
    justify-content: center;
    align-items: center;
    width: 80%;
    height: auto;
    display: flex;
  }

  .dropdown-list-3.w--open {
    top: 64px;
  }

  .locale {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-675 {
    font-size: 14px;
  }

  .heading-new-2 {
    padding-right: 0;
  }

  .video-7 {
    width: auto;
  }

  .video-7.ikon {
    max-width: 70%;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
  }

  .nav-link.w--current {
    font-size: 18px;
  }

  .nav-link.bt-normal {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.bt-normal.loggedin {
    margin-left: 15px;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 0;
    display: block;
  }

  .nav-link.bt-normal-new {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand.w--current {
    height: auto;
  }

  .hero.help-center, .hero.distributor {
    max-width: 80%;
  }

  .hero.home {
    max-width: 80%;
    padding-bottom: 135px;
  }

  .hero.home.desktop-only._1, .hero.home.desktop-only._2 {
    max-width: 70%;
  }

  .hero.video {
    max-width: 80%;
  }

  .hero.ace, .hero.app {
    max-width: 80%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero.overviw {
    max-width: 70%;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .hero.sa, .hero.ace-guide {
    max-width: 80%;
  }

  .hero.ace-benefit {
    max-width: 80%;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .hero.partnership {
    max-width: 70%;
  }

  .heading.home.center {
    margin-bottom: 20px;
  }

  .heading.home.overview {
    font-size: 54px;
  }

  .image-2 {
    width: 50%;
    top: -39%;
  }

  .image-1 {
    bottom: -47%;
    right: -62%;
  }

  .image-1.home {
    bottom: -46%;
  }

  .image-3 {
    width: 60%;
  }

  .image-4 {
    width: 50%;
    top: 93px;
  }

  .image-5 {
    width: 90%;
    left: 96%;
  }

  .image-6 {
    width: 40%;
    top: -37%;
    left: 78%;
  }

  .intro.feature-3, .intro.feature-3.vertical, .intro.feature-3.cta-class-resources, .intro.feature-3.testimoni {
    max-width: 80%;
  }

  .intro.feature-3.testimoni.blue {
    padding-left: 166px;
    padding-right: 166px;
  }

  .intro.feature-3.cta-edtech, .intro.yello {
    max-width: 80%;
  }

  .description.centered.overview {
    font-size: 22px;
  }

  .feature-1.padding-165, .feature-1.padding-165.overview {
    max-width: 70%;
  }

  .feature-1.distributor {
    max-width: 80%;
    margin-top: 45px;
  }

  .feature-1.haha, .feature-1.haha.overview, .feature-1.educator, .feature-1.educator.overview {
    max-width: 70%;
  }

  .image-15 {
    right: -106px;
  }

  .image-15.overview {
    width: 18%;
  }

  .feature-2, .feature-2.desktop {
    max-width: 80%;
  }

  .feature-2.campaign {
    background-position: 50%;
    align-items: center;
    max-width: 70%;
    height: 500px;
    padding-bottom: 30px;
    display: flex;
  }

  .feature-2.huehu, .feature-2.overview.hidden {
    display: block;
  }

  .section {
    max-width: 80%;
  }

  .section.cta-desktop, .section.cta-overview {
    max-width: 70%;
  }

  .container-5.flex {
    justify-content: space-between;
  }

  .container-5.new {
    max-width: 75%;
  }

  .logo-navbar.new {
    width: 65%;
  }

  .dropdown-1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .title-heading.centered.overview {
    font-size: 48px;
    line-height: 1.3em;
  }

  .common-flexbox.vertical {
    padding-left: 30px;
    padding-right: 30px;
  }

  .flexbox-grid-item._w-50.vertical.right.why-ass {
    align-items: flex-start;
  }

  .flexbox-grid-item._w-50.padding.hiw-slide {
    flex: none;
    align-items: center;
  }

  .flexbox-grid-item._w-50.overview {
    padding-right: 30px;
  }

  .flexbox-grid-item._w-60.overview {
    justify-content: center;
  }

  .wider-container.distibutor, .featured-4, .hero---class-resources, .feature-3.ace, .intro-3.feature-3.vertical {
    max-width: 80%;
  }

  .image-slider.image-round {
    width: 80%;
  }

  .image-slider.kaka-tua {
    width: 70%;
  }

  .intro-4.magen, .feature-5.assemblr-tutorial, .hero---community {
    max-width: 80%;
  }

  .button-wrapper {
    width: 165px;
  }

  .nav-link-3 {
    font-size: 18px;
  }

  .hero---plans, .section-product {
    max-width: 80%;
  }

  .link-block-2 {
    height: auto;
  }

  .text-block-26 {
    font-family: Poppins, sans-serif;
    font-size: 19px;
    font-weight: 700;
  }

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

  .distriburor-block {
    align-items: center;
    width: 100%;
  }

  .distriburor-block.id, .distriburor-block.rus, .distriburor-block.ukraine, .distriburor-block.india {
    align-items: flex-start;
  }

  .pricing-card.red.premium.home {
    background-color: var(--mera);
    height: 650px;
  }

  .pricing-card.red.premium.home._1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-card.red.premium.home._2 {
    height: 737px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-card.yello.school {
    height: 825px;
  }

  .pricing-card.yello.school.new {
    height: 76.332%;
  }

  .pricing-card.yello.school.idr {
    height: 825px;
  }

  .pricing-card.yello.individual.home {
    height: 650px;
  }

  .pricing-card.yello.individual.home._1, .pricing-card.yello.individual.home._3 {
    height: 737px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-card.free {
    height: 825px;
  }

  .pricing-card.free.home {
    height: 650px;
  }

  .pricing-card.free.home._1 {
    height: 737px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-card.free.idr, .pricing-card.individual, .pricing-card.individual.idr {
    height: 825px;
  }

  .pricing-card.single {
    height: 635px;
  }

  .pricing-card.group, .pricing-card.group.idr {
    height: 825px;
  }

  .pricing-text.white {
    font-size: 18px;
  }

  .pricing-text.white._1 {
    padding-right: 50px;
  }

  .container-104 {
    max-width: 70%;
  }

  .pricing-check-wrap.home {
    margin-top: 0;
  }

  .download-wrapper {
    margin-top: 25px;
  }

  .container_p {
    flex: none;
  }

  .content_wrap.ace {
    min-height: 65vh;
  }

  .div-log-out {
    display: none;
  }

  .div-log-in {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
  }

  .div-log-in.w--current {
    font-size: 18px;
  }

  .div-log-in.bt-normal {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-log-in.bt-normal.loggedin {
    margin-left: 15px;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 0;
    display: block;
  }

  .div-log-in.bt-normal-new {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .centered-container {
    max-width: 70%;
  }

  .button-5 {
    min-width: 180px;
    min-height: 60px;
    display: flex;
  }

  .button-5.hide {
    display: none;
  }

  .button-t {
    font-size: 14px;
    font-weight: 500;
  }

  .button-cover {
    width: 200px;
  }

  .button-link-cover.landing-page-sg-my {
    font-weight: 500;
  }

  .image-59 {
    max-width: none;
  }

  .bold-text-17 {
    font-size: 48px;
  }

  .paragraph-6 {
    font-size: 22px;
  }

  .background-video._1 {
    height: 475px;
  }

  .image-60 {
    top: 274.328px;
    left: 175.266px;
  }

  .button-1 {
    background-image: linear-gradient(to bottom, var(--goldenrod\<deleted\|variable-6703fc8d\>), var(--goldenrod\<deleted\|variable-6703fc8d\>));
    border-radius: 6px;
    margin-top: 10px;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2em;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 9px 28px -6px #e48d0c;
  }

  .button-1-text {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 100%;
    font-weight: 500;
    position: relative;
  }

  .button-text-wrapper {
    z-index: 9999;
    position: absolute;
    bottom: 50%;
    left: -120px;
    transform: translate(0, 50%);
  }

  .button-1-text-other {
    font-family: Poppins, sans-serif;
    font-size: 100%;
    font-weight: 500;
    display: inline;
    transform: translate(0, -50%);
  }

  .hero-partnership.help-center, .hero-partnership.distributor {
    max-width: 80%;
  }

  .hero-partnership.home {
    max-width: 80%;
    padding-bottom: 135px;
  }

  .hero-partnership.video, .hero-partnership.ace {
    max-width: 80%;
  }

  .hero-partnership.app {
    max-width: 80%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-partnership.overviw {
    max-width: 80%;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .text-block-44, .text-block-43 {
    border-bottom-width: 1px;
    border-bottom-color: #000;
  }

  .background-video-2 {
    height: 450px;
  }

  .section-3.voucher {
    max-width: 70%;
  }

  .task-block.help-center, .task-block.distributor {
    max-width: 80%;
  }

  .task-block.home {
    max-width: 80%;
    padding-bottom: 135px;
  }

  .task-block.home.desktop-only._1 {
    max-width: 70%;
  }

  .task-block.video, .task-block.ace {
    max-width: 80%;
  }

  .task-block.app {
    max-width: 80%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .task-block.overviw {
    max-width: 80%;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .task-block.sa, .task-block.ace-guide {
    max-width: 80%;
  }

  .benefit-image {
    width: 90%;
    max-width: none;
  }

  .benefit-mg-2 {
    inset: 11% 5% auto auto;
  }

  .perks-distributor {
    width: 65%;
  }

  .main_form-wrapper.background-color-grey {
    max-width: 83%;
  }

  .nav-menu-new {
    justify-content: center;
  }

  .nav-link-new {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
  }

  .nav-link-new.w--current {
    font-size: 18px;
  }

  .nav-link-new.bt-normal {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-new.bt-normal.loggedin {
    margin-left: 15px;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 0;
    display: block;
  }

  .nav-link-new.bt-normal-new {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-new.w--current {
    height: auto;
  }

  .cta-card-image {
    max-width: 111%;
    bottom: -24%;
    left: -7%;
  }

  .cta-card-image.white {
    bottom: -8%;
  }

  .cta-card {
    padding: 80px 56px 420px;
  }

  .section-header.yellow {
    height: 65vh;
  }

  .section-header.with-bg {
    background-image: url('../images/home-header-bg-4.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 100%;
  }

  .assedu-container {
    max-width: 70%;
  }

  .text-semi-bold.mid {
    font-size: 32px;
  }

  .heading-1-new.mid.medium {
    font-size: 72px;
  }

  .heading-1-new.mid.medium._1.head {
    font-size: 45px;
  }

  .heading-1-new.mid.medium.educator.landing._1-aja, .heading-1-new.mid.medium.learn.landing._1-aja {
    width: 80%;
  }

  .heading-1-new.mid.medium.aces {
    max-width: 80%;
  }

  .heading-1-new.mid.medium.aces.landing._1-aja {
    width: 80%;
  }

  .heading-1-new.mid.medium.belajar-id {
    width: 90%;
    font-size: 42px;
  }

  .heading-1-new.mid.medium.belajar-id.landing._1-aja {
    width: 80%;
  }

  .paragraph-new.lil.why {
    padding-left: 100px;
    padding-right: 100px;
  }

  .paragraph-new.lil._18.mid {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .paragraph-new.lil.cta {
    padding-left: 100px;
    padding-right: 100px;
  }

  .paragraph-new.lil.cta._1 {
    width: 100%;
    font-size: 24px;
  }

  .paragraph-new.lil.cta.belajar-id {
    width: 80%;
  }

  .paragraph-new.lil.indaclassroom {
    width: 75%;
    padding-left: 100px;
    padding-right: 100px;
  }

  .paragraph-new.lil.educator {
    padding-left: 100px;
    padding-right: 100px;
  }

  .paragraph-new.lil.tezti {
    width: 60%;
  }

  .paragraph-new._1.student, .paragraph-new._2.student {
    text-align: center;
    padding-right: 0;
  }

  .paragraph-new._2.belajar-id {
    width: 100%;
  }

  .header_image.is-1 {
    inset: -21% auto auto 0%;
  }

  .normal-section.blu {
    background-color: #f2f2f2;
  }

  .div-component.horizon {
    align-items: center;
  }

  .div-component.horizon.who {
    justify-content: space-around;
    margin-bottom: 16px;
  }

  .div-component.horizon.head {
    align-items: stretch;
  }

  .div-component.partnership {
    align-items: center;
  }

  .div-component.partnership.who {
    justify-content: space-around;
    margin-bottom: 16px;
  }

  .div-component.partnership.head {
    align-items: stretch;
  }

  .component-left._50.what {
    height: auto;
  }

  .component-left._50.head {
    flex-direction: column;
  }

  .component-left._50.head.educator {
    max-width: 50%;
  }

  .component-right._50.head {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .component-right._50.head.belajar-id {
    max-width: 50%;
  }

  .heading-2-new {
    font-size: 48px;
  }

  .heading-2-new.mid.belajar-id {
    width: 60%;
  }

  .heading-2-new.testi.belajar-id {
    width: 45%;
  }

  .heading-2-new.belajar-id.white {
    width: 100%;
    max-width: 80%;
  }

  .div-block-68.student {
    width: 60%;
    height: auto;
  }

  .card-who.educator, .card-who.parents {
    max-width: 48%;
  }

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

  .card-who-left.point {
    justify-content: flex-start;
  }

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

  .text-mini-16.normal.white.who {
    font-size: 18px;
    line-height: 1.4em;
  }

  .heading-3-new.white {
    font-size: 32px;
  }

  .heading-3-new.white.left {
    padding-right: 0;
  }

  .heading-3-new.why, .heading-3-new.why.white {
    font-size: 24px;
  }

  .text-button {
    font-size: 16px;
  }

  .button-cover-2 {
    width: 165px;
  }

  .circle.white {
    width: 13px;
    height: 13px;
  }

  .card_wrapper {
    height: 450px;
  }

  .card-img {
    margin-top: 24px;
  }

  .card_cta {
    background-color: var(--dark-blu);
  }

  .card_side.is-front.gallery {
    height: 100%;
  }

  .card_side.is-back, .card_side.is-back.blu, .card_side.is-back.red {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card_side.is-back.gallery {
    height: 100%;
  }

  .image-70.why {
    margin-top: 0;
    padding-top: 0;
  }

  .page-padding-2 {
    width: 33.3%;
  }

  .card_cta-icon.blu {
    color: var(--dark-blu);
  }

  .div-block-69, .div-block-70 {
    width: 18%;
  }

  .card_gallery {
    height: 350px;
  }

  .hero-new {
    max-width: 70%;
  }

  .hero-new.help-center, .hero-new.distributor {
    max-width: 80%;
  }

  .hero-new.home {
    max-width: 80%;
    padding-bottom: 135px;
  }

  .hero-new.home.desktop-only._1, .hero-new.home.desktop-only._2 {
    max-width: 70%;
  }

  .hero-new.video {
    max-width: 80%;
  }

  .hero-new.ace, .hero-new.app {
    max-width: 80%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-new.overviw {
    max-width: 70%;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .hero-new.sa, .hero-new.ace-guide {
    max-width: 80%;
  }

  .hero-new.ace-benefit {
    max-width: 80%;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .paragraph-default.mg-bottom-0 {
    padding-right: 16px;
  }

  .stars {
    background-image: url('../images/2s.png');
    background-position: 50% 100%;
    background-size: 90%;
    width: 90%;
    bottom: -3%;
  }

  .shapes-far {
    background-image: url('../images/1s.png');
    background-position: 0 100%;
    background-size: 100%;
    width: 80%;
  }

  .parallax-hero {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-content {
    padding-top: 0;
  }

  .blur-shapes {
    background-image: url('../images/near-shapes.png');
  }

  .block-characters {
    background-image: url('../images/characters.png');
  }

  .horizontal-quote-h4 {
    font-size: 26px;
  }

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

  .author-image {
    width: 100px;
  }

  .main-image-2 {
    bottom: 32%;
  }

  .main-image-3 {
    top: 29%;
    left: -3%;
  }

  .main-image-4 {
    bottom: 37%;
    left: 4%;
  }

  .main-image-5 {
    top: 10%;
  }

  .main-image-6 {
    bottom: 37%;
  }

  .yutup-wrapper {
    width: 80%;
  }

  .html-embed-4 {
    border-radius: 10px;
    width: 100%;
    height: 800px;
    padding: 0;
    display: block;
  }

  .text-block-674 {
    color: var(--dim-grey);
    font-size: 16px;
  }

  .text-block-675 {
    font-size: 20px;
  }

  .heading-new-2, .hero-section {
    padding-right: 0;
  }

  .carv1.dark {
    height: 560px;
  }

  .text-block-v1._1 {
    padding-top: 110px;
  }

  .container-110 {
    max-width: 1500px;
  }

  .html-embed-5 {
    border-radius: 10px;
    width: 100%;
    height: 800px;
    padding: 0;
    display: block;
  }

  .edusmblr-image.blr {
    width: 40%;
    margin-left: 0;
    margin-right: 0;
  }

  .headline.h-2 {
    font-size: 48px;
  }

  .content-h2 {
    margin-top: 20px;
    padding-right: 25px;
    font-size: 28px;
  }

  .content-h2.edusemblr {
    font-size: 26px;
  }

  .video-6 {
    object-fit: contain;
  }

  .video-7.ikon {
    max-width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    z-index: 9999999;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    position: sticky;
  }

  .navbar-2 {
    z-index: 100000;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: sticky;
  }

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

  .nav-link.bt-normal {
    flex: 0 auto;
    margin-left: 220px;
    margin-right: 220px;
    display: none;
  }

  .nav-link.bt-normal.loggedin {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .nav-link.bt-normal-new {
    flex: 0 auto;
    margin-left: 220px;
    margin-right: 220px;
    display: none;
  }

  .brand {
    width: 30%;
  }

  .brand.w--current {
    width: 30%;
    margin-right: 100px;
  }

  .nav-menu {
    z-index: 1000;
    background-color: var(--white-2);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-bottom: 28px;
  }

  .hero {
    z-index: 0;
    display: block;
  }

  .hero.distributor {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .hero.home {
    padding-bottom: 0;
  }

  .hero.home.mobile-only {
    display: block;
  }

  .hero.home.desktop-only._1, .hero.home.desktop-only._2 {
    display: none;
  }

  .hero.ace {
    padding: 45px 60px;
  }

  .hero.overviw {
    padding: 50px;
  }

  .hero.sa {
    padding: 30px 60px;
  }

  .hero.ace-guide {
    background-image: url('../images/ASSEMBLR-CERTIFIED-EDUCATOR-6.png'), url('../images/ASSEMBLR-CERTIFIED-EDUCATOR-5.png'), url('../images/ASSEMBLR-CERTIFIED-EDUCATOR-5.png');
    background-position: 50% -300%, 0 80%, 100% 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100%, 50%, 40%;
  }

  .hero.ace-benefit {
    padding: 50px;
  }

  .heading.centered {
    font-size: 36px;
  }

  .heading.centered.med {
    padding-left: 0;
    font-size: 32px;
  }

  .heading.centered.med.cta-hiw, .heading.centered.med.cta-voucher {
    padding-left: 21px;
    padding-right: 21px;
    font-size: 28px;
    line-height: 1.5em;
  }

  .heading.home {
    z-index: 3;
    background-color: #0000;
    font-size: 40px;
    position: relative;
  }

  .heading.home.white {
    text-align: left;
    margin-left: 20px;
    position: relative;
  }

  .heading.home.white.edu {
    background-color: #0000;
    border-radius: 5px;
    position: relative;
  }

  .heading.home.white.product {
    font-size: 32px;
  }

  .heading.home.white.desktop {
    text-align: center;
    display: block;
  }

  .heading.home.white.mobile {
    display: block;
  }

  .heading.home.white._1 {
    text-align: center;
  }

  .heading.home.big {
    text-align: center;
    padding-left: 25px;
  }

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

  .heading.home.center.page {
    font-size: 40px;
  }

  .heading.home.center.distributor {
    margin-bottom: 0;
    font-size: 38px;
  }

  .heading.home.center.landing-page {
    font-size: 38px;
  }

  .heading.home.centre, .heading.home.distributor {
    text-align: center;
  }

  .heading.home.product {
    text-align: center;
    font-size: 32px;
    line-height: 1.3em;
  }

  .heading.home.ace, .heading.home.overview, .heading.home.campaign {
    text-align: center;
  }

  .heading.home.sa {
    font-size: 24px;
  }

  .heading.home.ace-guide {
    text-align: center;
  }

  .columns.home {
    flex-direction: column;
  }

  .heading-2 {
    z-index: 2;
    font-size: 16px;
  }

  .heading-2.white {
    text-align: center;
    margin-top: 10px;
  }

  .heading-2.white.padding-right-130 {
    text-align: center;
    padding-right: 0;
  }

  .heading-2.white.left, .heading-2.white.left-align {
    text-align: left;
  }

  .heading-2.padding-75.community {
    text-align: center;
    margin-top: 10px;
    padding-right: 0;
  }

  .heading-2.distributor {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2.distributor.mobile {
    display: none;
  }

  .heading-2.campaign {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

  .button {
    z-index: 2;
  }

  .button.white.cta {
    padding: 13px 37px 13px 36px;
  }

  .button.edu {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    position: static;
  }

  .image-2 {
    z-index: 0;
    width: 35%;
    inset: -362% auto auto 22%;
  }

  .image-2.how-it-works-2 {
    z-index: -1;
    width: 30%;
    top: auto;
    bottom: -42px;
    left: 97px;
  }

  .image-2.clas-resources-2 {
    z-index: 2;
    width: 11%;
    top: 41px;
    bottom: auto;
    left: 339px;
  }

  .image-1 {
    width: 60%;
    inset: auto 0% 0% auto;
  }

  .image-1.how-it-works-1 {
    width: 35%;
    bottom: 273px;
    left: 243px;
  }

  .image-1.calss-resources-1 {
    width: 20%;
    bottom: 223px;
    left: 394px;
  }

  .image-1.home {
    width: 50%;
    bottom: -5%;
    right: -15%;
  }

  .image-3 {
    z-index: 0;
    width: 50%;
    top: -18%;
    bottom: auto;
    left: -10%;
  }

  .image-3.how-it-works-3 {
    width: 40%;
    top: -377px;
    left: -59px;
  }

  .image-3.class-resources-3 {
    z-index: 1;
    width: 20%;
    top: auto;
    bottom: -55px;
    left: 257px;
  }

  .image-4 {
    width: 35%;
    top: -244%;
    left: -17%;
  }

  .image-4.how-it-works-4 {
    width: 25%;
    top: auto;
    bottom: 14px;
    left: -149px;
  }

  .image-4.class-resources-4 {
    width: 25%;
    top: 11px;
    left: 24px;
  }

  .image-5 {
    z-index: 1;
    width: 70%;
    display: block;
    top: -375px;
    left: 368px;
  }

  .image-5.how-it-works-5 {
    width: 25%;
    top: -320px;
    left: 474px;
  }

  .image-5.class-resources-5 {
    width: 50%;
    top: auto;
    bottom: -161px;
    left: 306px;
  }

  .image-5.home {
    width: 35%;
    top: -309%;
    left: 76%;
  }

  .image-6 {
    width: 20%;
    display: block;
    top: -154%;
    left: 97%;
  }

  .image-6.how-it-works-6 {
    z-index: -1;
    width: 30%;
    top: -52px;
    left: 416px;
  }

  .image-6.class-resources-6 {
    top: -355px;
    left: 0;
  }

  .s50.hiden, .s50.hiden-tablet-only {
    display: none;
  }

  .intro {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .intro.feature-3 {
    padding: 50px 60px;
    display: none;
  }

  .intro.feature-3.vertical {
    margin-top: 50px;
  }

  .intro.feature-3.cta-class-resources {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    display: flex;
  }

  .intro.feature-3.distributor, .intro.feature-3.cta-ace {
    display: block;
  }

  .intro.feature-3.cta-edtech {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    display: flex;
  }

  .intro.yello {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-7 {
    width: 90%;
    top: -142px;
    left: -90px;
  }

  .image-8 {
    width: 90%;
    top: -361px;
    left: 30px;
  }

  .image-9 {
    width: 90%;
    top: 27px;
    left: 15px;
  }

  .heading-3 {
    text-align: left;
    font-size: 30px;
  }

  .heading-3.centered {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3.mm {
    font-size: 30px;
  }

  .heading-3.mm.left {
    text-align: left;
  }

  .heading-3.mob.center.white.cta-classresources, .heading-3.mob.center.white.cta-edtech {
    font-size: 28px;
  }

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

  .description {
    text-align: justify;
    font-size: 16px;
    line-height: 1.6em;
  }

  .description.centered {
    padding-left: 55px;
    padding-right: 55px;
  }

  .description.left {
    z-index: 6;
    text-align: left;
    position: relative;
  }

  .description.ff, .description.left-align {
    text-align: left;
  }

  .description.left-align.benefit {
    text-align: center;
    padding-right: 0;
  }

  .description.left-align.benefit.page {
    font-size: 18px;
  }

  .description.white.left-align.center.slide {
    color: var(--white-2);
  }

  .description.white.mobile {
    text-align: center;
  }

  .description.white.custom-marker {
    padding-right: 0;
  }

  .description.centre, .description.center-align, .description.support, .description.forum {
    text-align: center;
  }

  .description.left-align {
    text-align: left;
  }

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

  .description.left-align.center.wae {
    text-align: left;
  }

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

  .description.sa {
    text-align: left;
  }

  .description.ace-guide {
    text-align: center;
    margin-bottom: 0;
  }

  .description.overview {
    padding-left: 55px;
    padding-right: 55px;
  }

  .feature-1.padding-165 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .feature-1.padding-165.overview {
    padding: 65px 50px;
  }

  .feature-1.haha {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .feature-1.haha.overview {
    padding: 65px 50px;
  }

  .feature-1.educator {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .feature-1.educator.overview {
    padding: 65px 50px;
  }

  .container-2.centered.vertical {
    align-items: center;
  }

  .image-10 {
    width: 20%;
    top: -10.312%;
    left: -5.5%;
  }

  .image-11 {
    width: 20%;
    height: 20%;
    left: -12%;
    right: 0;
  }

  .image-12 {
    z-index: 1;
    width: 20%;
    top: 371px;
    left: -50px;
  }

  .image-13 {
    left: 221px;
  }

  .image-14 {
    width: 26%;
    top: -12%;
    right: -14%;
  }

  .image-15 {
    z-index: 1;
    width: 19%;
    bottom: 43%;
    right: -10%;
  }

  .image-16 {
    z-index: 0;
    width: 20%;
  }

  .feature-2 {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .feature-2.what-you-get, .feature-2.what-you-get.unpublish {
    display: none;
  }

  .feature-2.edu-plan {
    margin-right: auto;
  }

  .feature-2.acordion {
    display: block;
  }

  .feature-2.tab-mob {
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .feature-2.desktop {
    display: none;
  }

  .feature-2.edu-plan-new {
    padding-left: 0%;
    padding-right: 0%;
  }

  .feature-2.campaign {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 800px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature-2.edtech {
    padding-left: 3%;
    padding-right: 3%;
  }

  .columns-3 {
    flex-direction: column;
    margin-left: 9px;
    margin-right: 9px;
    display: flex;
  }

  .column {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-rows: auto auto;
    grid-template-columns: 3fr 3fr;
    grid-auto-rows: .25fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .app-feature-item {
    width: 50%;
    height: 350px;
    padding: 20px;
  }

  .app-feature-item._1 {
    background-color: var(--goldenrod-2\<deleted\|variable-24c6061e\>);
  }

  .app-feature-item._2 {
    background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
  }

  .app-feature-item._3 {
    background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
  }

  .app-feature-item._4 {
    background-color: var(--dark-slate-blue-3);
  }

  .samll.white {
    color: var(--white-2);
    flex: 0 auto;
    padding-top: 0;
    font-size: 16px;
  }

  .image-17 {
    width: 70%;
    display: none;
    top: -276px;
    left: 232px;
    right: auto;
  }

  .image-18 {
    display: none;
    top: -203px;
    left: 216px;
  }

  .image-19 {
    top: -208px;
    left: 175px;
  }

  .shows-archive {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: grid;
  }

  .show-item {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 300px;
    padding: 20px 40px;
    display: flex;
    position: static;
  }

  .show-category {
    padding: 10px 20px;
    font-size: 12px;
  }

  .heading-4.item {
    width: 100%;
    padding-left: 0;
    font-size: 24px;
    line-height: 1.2em;
  }

  .item-inner {
    width: 100%;
    height: 150px;
  }

  .section {
    margin-top: 66px;
  }

  .section.policy {
    margin-top: 0;
    padding-top: 15px;
  }

  .section.cta-desktop {
    display: none;
  }

  .section.cta-desktop.educator.landing-page, .section.cta-desktop.belajar-id, .section.cta-desktop.belajar-id.landing-page {
    display: block;
  }

  .section.cta-mobile {
    border-radius: 35px;
    display: block;
  }

  .section.cta-mobile.new {
    margin-top: 0;
    margin-bottom: 64px;
  }

  .section.cta-mobile.new.educator {
    margin-top: 0;
  }

  .download {
    align-items: center;
  }

  .dicon, .dicon.edu {
    height: 55px;
  }

  .footer {
    background-position: 100% 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-3 {
    place-items: stretch start;
  }

  .container-5 {
    margin-left: 81px;
    margin-right: 81px;
  }

  .container-5.flex {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container-5.new {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .column-2 {
    padding-left: 10px;
  }

  .column-3 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 25px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--white-2);
    color: var(--dark-slate-blue-3);
    padding-bottom: 18px;
  }

  .logo-navbar.new {
    width: 100%;
  }

  .dropdown-1 {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .dropdown-toggle {
    text-align: center;
    width: 100%;
  }

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

  .dropdown-list {
    position: static;
  }

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

  .utility-page-wrap {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .video-featured {
    z-index: 1;
  }

  .title-heading.centered {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .title-heading.centered.overview {
    font-size: 32px;
  }

  .title-heading.home {
    line-height: 1.2em;
  }

  .title-heading.home.center-align {
    text-align: center;
  }

  .title-heading.home.benefit {
    text-align: center;
    width: 80%;
  }

  .title-heading.home.benefit.page {
    margin-top: -14px;
  }

  .title-heading.home.educator-kit, .title-heading.home.center, .title-heading.home.ace {
    text-align: center;
  }

  .title-heading.overview {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .common-flexbox {
    flex-wrap: nowrap;
  }

  .common-flexbox.vertical {
    flex-direction: column;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .common-flexbox.vertical.article-item {
    flex-direction: column;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .common-flexbox.no-padding.forum, .common-flexbox.no-padding.support {
    flex-direction: column;
    align-items: center;
  }

  .common-flexbox.no-padding.plans {
    flex-direction: column;
  }

  .common-flexbox.no-padding.plans._1 {
    flex-flow: column;
    align-items: center;
  }

  .common-flexbox.no-padding.distributor, .common-flexbox.no-padding.distributor-2, .common-flexbox.no-padding.career-3, .common-flexbox.no-padding.career-page, .common-flexbox.no-padding.community, .common-flexbox.no-padding.ace, .common-flexbox.no-padding.edu-app {
    flex-direction: column;
  }

  .common-flexbox.no-padding.edtech {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .common-flexbox.impact, .common-flexbox.educator-kit, .common-flexbox.overview, .common-flexbox.ace-benefit {
    flex-direction: column;
    align-items: center;
  }

  .flexbox-grid-item._w-100.career {
    padding-left: 0;
    padding-right: 0;
  }

  .flexbox-grid-item._w-50 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .flexbox-grid-item._w-50.vertical {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .flexbox-grid-item._w-50.vertical.slider-1 {
    align-items: center;
  }

  .flexbox-grid-item._w-50.vertical.why-ass {
    width: 100%;
  }

  .flexbox-grid-item._w-50.vertical.center {
    align-items: center;
  }

  .flexbox-grid-item._w-50.vertical.tutor-assemblr {
    align-items: center;
    width: 100%;
  }

  .flexbox-grid-item._w-50.vertical.educator-kit {
    align-items: center;
  }

  .flexbox-grid-item._w-50.vertical.forum, .flexbox-grid-item._w-50.vertical.support {
    order: 1;
    align-items: center;
  }

  .flexbox-grid-item._w-50.vertical.community {
    align-items: center;
  }

  .flexbox-grid-item._w-50.vertical.community._2, .flexbox-grid-item._w-50.vertical.ace._2 {
    order: -1;
  }

  .flexbox-grid-item._w-50.vertical.edu-app, .flexbox-grid-item._w-50.vertical.edtech {
    align-items: center;
  }

  .flexbox-grid-item._w-50.vertical.sa {
    order: 1;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flexbox-grid-item._w-50.vertical.sa-1 {
    order: 1;
    align-items: flex-start;
    padding-left: 5px;
  }

  .flexbox-grid-item._w-50.vertical.sa-2 {
    order: 1;
    align-items: flex-start;
  }

  .flexbox-grid-item._w-50.vertical.ace-1 {
    order: -1;
    align-items: center;
  }

  .flexbox-grid-item._w-50.padding {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }

  .flexbox-grid-item._w-50.first-order {
    order: -1;
    margin-bottom: 45px;
  }

  .flexbox-grid-item._w-50.first-order.app {
    margin-bottom: -1px;
  }

  .flexbox-grid-item._w-50.sa-2 {
    order: -1;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .flexbox-grid-item._w-50.contact-us {
    align-items: center;
    width: 90%;
    margin-bottom: 29px;
  }

  .flexbox-grid-item._w-50.contact-us-2 {
    width: 90%;
  }

  .flexbox-grid-item._w-50.kit {
    margin-bottom: 30px;
  }

  .flexbox-grid-item._w-50.plans {
    order: -1;
    align-items: flex-start;
    width: 100%;
  }

  .flexbox-grid-item._w-50.plans-2 {
    justify-content: center;
    align-items: center;
  }

  .flexbox-grid-item._w-50.distributor {
    align-items: center;
    padding-right: 15px;
  }

  .flexbox-grid-item._w-50.distributor-2 {
    order: -1;
    padding: 26px;
  }

  .flexbox-grid-item._w-50.career-2 {
    align-items: center;
  }

  .flexbox-grid-item._w-50.career-7 {
    align-items: flex-start;
  }

  .flexbox-grid-item._w-50.job {
    flex-direction: row;
    width: 100%;
    margin: 10px;
    padding: 10px;
  }

  .flexbox-grid-item._w-50.edu-app._1 {
    align-items: center;
  }

  .flexbox-grid-item._w-50.illustrasi {
    margin-bottom: 45px;
  }

  .flexbox-grid-item._w-50.overview {
    align-items: center;
  }

  .flexbox-grid-item._w-50.campaign {
    order: 1;
    align-items: center;
  }

  .flexbox-grid-item._w-50.relative {
    width: 80%;
  }

  .flexbox-grid-item._w-50.sa-1 {
    order: 1;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .flexbox-grid-item._w-50.ace {
    order: -1;
  }

  .flexbox-grid-item._w-50.custom-marker {
    width: 80%;
  }

  .flexbox-grid-item._w-50.custom-marker._2 {
    align-items: center;
  }

  .flexbox-grid-item._w-75.vertical {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .flexbox-grid-item._w-33 {
    width: 100%;
    max-width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .flexbox-grid-item._w-30.vertical.why-assemblr-for-edu {
    align-items: center;
    width: 100%;
    margin-bottom: 17px;
  }

  .flexbox-grid-item._w-30.vertical.benefit {
    align-items: center;
    width: 99.99%;
    margin-bottom: 30px;
  }

  .flexbox-grid-item._w-70.vertical.no-padding.why-asseblr-for-edu {
    align-items: center;
    width: 100%;
    left: 0;
  }

  .flexbox-grid-item._w-70.vertical.benefit {
    width: 99.99%;
  }

  .flexbox-grid-item.plans-2 {
    order: -1;
  }

  .flexbox-grid-item._w-60.career {
    width: 100%;
    padding-right: 0;
  }

  .flexbox-grid-item._w-60.campaign {
    align-items: center;
    width: 100%;
  }

  .flexbox-grid-item._w-40 {
    width: 100%;
    margin-bottom: 20px;
  }

  .wider-container.flex {
    z-index: 3;
  }

  .wider-container.distibutor {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-little {
    text-align: center;
    font-size: 14px;
  }

  .paragraph-little.white {
    font-size: 12px;
  }

  .wide-container {
    height: auto;
  }

  .div-block-5 {
    width: 35%;
    display: block;
  }

  .video-container._w-80 {
    width: 100%;
  }

  .app-feature-wraper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .item-wrapper {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .item-wrapper.h-50.benefit {
    flex-direction: row;
    margin-bottom: 30px;
  }

  .s-10 {
    width: 100%;
    height: 10px;
    display: none;
  }

  .new-hero {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
  }

  .nav-link-wrapper {
    background-color: var(--white-2);
    text-align: center;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    flex-direction: column;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .logo-block {
    z-index: -90;
    flex: 1;
    justify-content: space-between;
    margin-top: 0;
  }

  .logo-block.w--current {
    z-index: 10;
    flex: 0 auto;
    width: 100%;
    min-width: 80%;
  }

  .div-block-7 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-24 {
    width: 30%;
  }

  .waw {
    z-index: 999999;
    object-fit: fill;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: auto;
    padding-left: 70px;
    padding-right: 70px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .icon-7 {
    color: var(--dark-slate-blue-3);
    font-size: 35px;
  }

  .new-intro {
    padding: 100px 85px;
  }

  .floating-card {
    top: 27px;
    left: -35px;
  }

  .floating-card-3 {
    top: -294px;
    left: -16px;
  }

  .floating-card-4 {
    top: -142px;
    left: -87px;
  }

  .nav-menu-4 {
    z-index: 10;
    background-color: #0000;
    position: absolute;
  }

  .container-8 {
    justify-content: space-between;
  }

  .container-flex {
    flex-direction: row;
    width: 100%;
    max-width: 100%;
  }

  .hero---how-it-work {
    z-index: 0;
    display: none;
  }

  .slider-2 {
    width: auto;
    height: 692.688px;
  }

  .slider-wrapper {
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    margin: 0;
    padding: 0 55px;
  }

  .card.edu {
    background-position: 145% 10px;
    background-size: 60%;
    flex: 1;
  }

  .card.edu.basic {
    background-position: 145% 10px, 0 0;
    background-size: 60%, auto;
    align-items: flex-start;
    width: 100%;
  }

  .card.edu.premium, .card.edu.individual {
    background-position: 145% 10px, 0 0;
    background-size: 60%, auto;
    width: 100%;
  }

  .slide-1 {
    top: 0;
  }

  .mask {
    height: 100%;
    overflow: hidden;
  }

  .why-assemblr-image {
    width: auto;
  }

  .featured-4 {
    z-index: 0;
    display: block;
  }

  .slide-nav {
    background-color: #0000;
    padding-top: 0;
  }

  .div-block-8 {
    flex-direction: column;
  }

  .hero---class-resources {
    z-index: 0;
    padding-top: 127px;
    padding-bottom: 130px;
    display: block;
  }

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

  .tutor-image {
    width: 70%;
  }

  .feature-3 {
    margin-bottom: 0;
  }

  .feature-3.ace {
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-3.ace.page {
    padding-left: 60px;
    padding-right: 60px;
  }

  .benefit-ace {
    width: 100%;
    margin: 10px;
    padding: 15px 20px;
  }

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

  .desc-title {
    padding-top: 10px;
    font-size: 16px;
  }

  .card-wrapper {
    width: 350px;
    height: 250px;
    margin-bottom: 30px;
  }

  .content-wrapper {
    width: 100%;
  }

  .content-wrapper.home, .image-wrapper.home {
    margin: 5px;
  }

  .item-wrapper-4 {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 26px;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .item-wrapper-4.new {
    flex-direction: row-reverse;
    margin-top: 0;
  }

  .heading-6.home {
    z-index: 3;
    font-size: 40px;
  }

  .heading-6.home.center {
    text-align: center;
  }

  .heading-6.home {
    z-index: 3;
    background-color: #0000;
    font-size: 40px;
    position: relative;
  }

  .heading-6.home.price, .heading-6.home.center {
    text-align: center;
  }

  .heading-6.home.custom-marker {
    text-align: center;
    margin-top: 15px;
  }

  .intro-3 {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .intro-3.feature-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .intro-3.feature-3.vertical {
    margin-bottom: 66px;
  }

  .heading-7 {
    text-align: left;
    font-size: 30px;
  }

  .button-3 {
    z-index: 2;
  }

  .image-slider {
    width: 55%;
  }

  .image-slider.image-round {
    width: 60%;
  }

  .image-slider.kaka-tua {
    width: 50%;
  }

  .intro-4 {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .intro-4.magen {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .html-embed {
    width: 100%;
  }

  .intro-price {
    margin-bottom: 0;
    padding: 30px 50px;
  }

  .desc-price.white.plan-b {
    color: var(--dark-slate-blue-3);
  }

  .grid-label {
    align-items: center;
    width: auto;
    margin-top: 20px;
    margin-left: 16px;
    margin-right: 16px;
    padding-right: 0;
    box-shadow: inset 0 -1px #000;
  }

  .product-image {
    width: 100px;
    margin-left: -12px;
  }

  .white-background {
    background-color: #ffffff1c;
    padding: 0;
    display: block;
  }

  .grid-block {
    box-shadow: none;
    text-align: left;
    background-color: #0000;
    align-items: center;
    padding-top: 11px;
    padding-bottom: 11px;
    display: flex;
  }

  .grid-block.yello, .grid-block.magen, .grid-block.yello, .grid-block.magen {
    background-color: #0000;
  }

  .image-icon {
    width: 40%;
  }

  .testimoni {
    text-align: center;
    font-size: 25px;
  }

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

  .image-29 {
    width: 40%;
  }

  .feature-5 {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .hero---community {
    z-index: 0;
    padding-top: 89px;
    padding-bottom: 89px;
    display: block;
  }

  .button-wrapper {
    background-color: var(--yello);
  }

  .image-30.sa {
    width: 60%;
  }

  .grid-11 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 0%;
  }

  .title-label-2.white.plan-b {
    color: var(--dark-slate-blue-3);
  }

  .pricing-feature-title-2 {
    margin-bottom: 0;
  }

  .price-title-3, .price-title-3.white.plan-b {
    color: var(--dark-slate-blue-3);
  }

  .big-block-7 {
    z-index: 100;
    text-align: left;
    background-color: #0b9fd6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    align-items: center;
    padding-left: 16px;
    position: sticky;
    top: 80px;
  }

  .big-block-7.transparant {
    border-radius: 0;
    align-items: center;
  }

  .big-block-7.transparant.blue {
    width: auto;
  }

  .big-block-7.highlight {
    color: #000;
    background-color: #26aadb;
    margin-top: 0;
    padding-top: 16px;
  }

  .big-block-7.highlight-2x {
    color: #000;
    background-color: #fac02d;
    margin-top: 0;
    padding-top: 16px;
  }

  .big-block-7.highlight-2x.magen {
    background-color: #0b9fd6;
  }

  .big {
    background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
    text-align: left;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    align-items: center;
    padding-left: 16px;
    position: sticky;
  }

  .big.transparant {
    border-radius: 0;
    align-items: center;
  }

  .nav-link-3 {
    text-align: center;
  }

  .hero---plans {
    z-index: 0;
    padding: 48px;
    display: block;
  }

  .wyg-wrapper.head {
    justify-content: center;
  }

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

  .image-31 {
    width: 50%;
  }

  .image-31._1 {
    width: 80%;
  }

  .image-wyg, .image-wyg.phone {
    width: 90%;
  }

  .heading-10 {
    font-size: 32px;
  }

  .heading-10._1 {
    font-size: 32px;
    line-height: 1.4em;
  }

  .rich-text-block-6 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .image-distributor.block {
    width: 100%;
  }

  .grid-15 {
    margin-left: 0;
    margin-right: 0;
  }

  .benefit-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .job-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  .heading-11 {
    text-align: left;
    font-size: 17px;
  }

  .text-block-19 {
    margin-top: 5px;
  }

  .short-job-desc {
    text-align: left;
  }

  .heading-distributor-block {
    font-size: 18px;
  }

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

  .video-3 {
    width: 100%;
  }

  .hero-career {
    z-index: 0;
    padding: 20px 0;
    display: block;
  }

  .section-product {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .link-block-2 {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .img-product {
    width: 100%;
  }

  .heading-12 {
    margin-top: 0;
  }

  .image-33 {
    width: 50%;
  }

  .collection-list {
    flex-direction: column;
  }

  .image-34 {
    width: 80%;
  }

  .left-arrow-2 {
    margin-left: -70px;
  }

  .right-arrow-2 {
    margin-right: -70px;
  }

  .education-plans-wrapper {
    flex-direction: row;
    justify-content: flex-start;
  }

  .education-plan {
    width: 100%;
  }

  .pricing-detail, .pricing-detail.white {
    padding-right: 0%;
  }

  .text-block-24 {
    font-size: 16px;
  }

  .image-35 {
    width: 70%;
  }

  .download-app-ios-1 {
    height: 100%;
  }

  .download-astu {
    height: 88.4309%;
  }

  .column-7 {
    padding-bottom: 135px;
  }

  .image-38 {
    width: 90%;
  }

  .pricing-box-2 {
    width: 100%;
    max-width: none;
    margin-bottom: 7%;
  }

  .container-103 {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-box-row.monthly-row {
    flex-direction: row;
    align-items: stretch;
  }

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

  .distibutor-wrapper {
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
  }

  .distriburor-block {
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .distriburor-block.id {
    background-position: 95% 10%;
    background-size: 15%;
    align-items: flex-start;
  }

  .distriburor-block.rus {
    text-align: left;
    background-position: 95% 10%;
    background-size: 15%;
    align-items: flex-start;
  }

  .distriburor-block.ukraine, .distriburor-block.india {
    background-position: 95% 10%;
    background-size: 15%;
    align-items: flex-start;
  }

  .distributor-text {
    text-align: left;
    font-size: 14px;
  }

  .image-39 {
    width: 80%;
  }

  .flag-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .grid-17 {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: start;
    display: none;
  }

  .image-40._2 {
    width: 70px;
  }

  .nation-wrapper {
    margin-top: 40px;
  }

  .nation-name {
    margin-left: 20px;
    font-size: 28px;
  }

  .ace-title {
    font-size: 14px;
  }

  .ace-block-1 {
    flex-direction: column;
    padding: 0;
    display: flex;
  }

  .image-block-6 {
    width: 197.594px;
    height: 118.547px;
  }

  .item-wrapper-3._2 {
    box-shadow: 0 10px 9px 0 var(--white-smoke\<deleted\|variable-f89ba6bd\>);
    padding-top: 70px;
  }

  .item-wrapper-3.distributor {
    box-shadow: 0 10px 9px 0 var(--white-smoke\<deleted\|variable-f89ba6bd\>);
    padding-top: 70px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .image-43 {
    width: 118.547px;
    height: 118.547px;
    left: 25px;
  }

  .item-wrapper-wrapper {
    align-items: center;
  }

  .image-44 {
    width: 50px;
    height: 50px;
    top: 35px;
    left: -3px;
  }

  .image-44._2 {
    left: -3px;
  }

  .flag {
    align-items: center;
    width: 100%;
    display: block;
  }

  .flag.full {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .flag.mid {
    display: block;
  }

  .link-block-4 {
    width: 12.49%;
    padding: 10px;
  }

  .image-45 {
    margin-right: 5px;
    padding-right: 0;
  }

  .slider-container {
    display: none;
  }

  .pricing-button {
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-button.white._1 {
    margin-top: 10px;
  }

  .pricing-button.white._2 {
    margin-top: 25px;
  }

  .pricing-button.individual._1 {
    margin-top: 10px;
  }

  .pricing-button.individual._2 {
    margin-top: 25px;
  }

  .pricing-button.school-premium._1 {
    margin-top: 10px;
  }

  .pricing-button.school-premium._2 {
    margin-top: 25px;
  }

  .pricing-details-wrap {
    width: 100%;
  }

  .pricing-details-wrap.home {
    justify-content: flex-start;
    padding-top: 32px;
    padding-bottom: 20px;
  }

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

  .pricing-section.home, .pricing-section.educator {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .pricing-check, .pricing-check._1 {
    width: 100%;
  }

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

  .pricing-card.red.premium.home {
    height: 100%;
  }

  .pricing-card.yello.school {
    flex-direction: column;
    align-items: center;
    width: 50%;
    height: auto;
    margin-right: 10px;
    display: flex;
  }

  .pricing-card.yello.individual {
    width: 50%;
    height: auto;
    margin-right: 10px;
  }

  .pricing-card.yello.individual.home {
    width: 100%;
    height: 100%;
    margin-right: 0;
  }

  .pricing-card.free {
    flex-direction: column;
    align-items: center;
    width: 50%;
    height: auto;
    margin-right: 10px;
    display: flex;
  }

  .pricing-card.free.home {
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-right: 0;
    display: flex;
  }

  .pricing-card.individual {
    flex-direction: column;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .pricing-card.single {
    flex-direction: column;
    align-items: center;
    width: 50%;
    height: auto;
    margin-right: 10px;
    display: flex;
  }

  .pricing-card.single.home {
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-right: 0;
    display: flex;
  }

  .pricing-card.group {
    flex-direction: column;
    align-items: center;
    width: 50%;
    height: auto;
    margin-right: 10px;
    display: flex;
  }

  .pricing-card.group.home {
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-right: 0;
    display: flex;
  }

  .pricing-column {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-column.school {
    align-items: stretch;
    width: 100%;
  }

  .pricing-column.home {
    width: 50%;
    height: auto;
    display: block;
  }

  .heading-16 {
    font-size: 40px;
  }

  .pricing-text {
    font-size: 14px;
  }

  .pricing-text.white {
    font-size: 12px;
  }

  .pricing-text.white._1 {
    padding-right: 0;
  }

  .pricing-2.white {
    font-size: 24px;
  }

  .pricing-2.white.home {
    margin-bottom: 0;
    font-size: 24px;
  }

  .pricing-2.white.depan {
    font-size: 16px;
  }

  .container-104 {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 3%;
    padding-right: 3%;
  }

  .title-block.educator {
    margin-bottom: 16px;
  }

  .check {
    max-width: 60%;
  }

  .pricing-check-wrap {
    align-items: center;
    width: 90%;
  }

  .download-wrapper {
    margin-top: 30px;
    display: none;
  }

  .download-wrapper.mobile {
    justify-content: center;
    display: flex;
  }

  .link-block-5 {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .content-white-h2 {
    font-size: 42px;
  }

  .testimonial-section-2 {
    padding: 65px 3%;
  }

  .testimonial-section-2.sa {
    margin-top: 100px;
  }

  .arrow-left-2 {
    left: -10px;
  }

  .arrow-right-2 {
    right: -10px;
  }

  .pricing-text-tiny {
    font-size: 14px;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 14px;
  }

  .pricing-table-cell {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .pricing-table-cell.vertical.mobile {
    padding-right: 24px;
  }

  .pricing-table-cell._1 {
    justify-content: center;
    padding-right: 0;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .pricing-top {
    padding-right: 0;
  }

  .pricing-top.mobile {
    align-items: flex-start;
    display: flex;
  }

  .top-heading {
    font-size: 26px;
  }

  .grid-top-sticky {
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  }

  .pricing-title {
    font-size: 20px;
  }

  .feature-name {
    font-size: 16px;
  }

  .card_col_2 {
    padding-right: 0;
  }

  .container_p {
    flex-direction: column;
  }

  .content_wrap {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .paragraph {
    text-align: justify;
  }

  .col_60 {
    width: 100%;
    padding: 80px 0 0;
  }

  .col_40 {
    align-items: center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card_row {
    padding-left: 0;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .navigation-left {
    display: flex;
  }

  .nav-menu-5 {
    display: none;
  }

  .mobile-nav {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation {
    display: none;
  }

  .dropdown-list-2 {
    background-color: #fff;
  }

  .menu-mob {
    color: #fff;
    background-color: #8c54ff;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #824bf1;
  }

  .wg-selector-text-wrapper {
    justify-content: center;
  }

  .wg-element {
    width: 50%;
  }

  .div-log-out.logged-out {
    flex: none;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0;
    display: none;
  }

  .div-block-16 {
    width: 160px;
    padding-left: 35px;
  }

  .div-block-17 {
    left: -15px;
  }

  .pointer {
    inset: auto auto 130% 0%;
  }

  .div-log-in {
    text-align: center;
  }

  .div-log-in.bt-normal {
    flex: 0 auto;
    margin-left: 220px;
    margin-right: 220px;
    display: none;
  }

  .div-log-in.bt-normal.loggedin {
    margin-top: 15px;
    margin-bottom: 10px;
    display: none;
  }

  .div-log-in.bt-normal.loggedin.new {
    height: 40px;
    margin-left: 0;
    padding-top: 9px;
    padding-bottom: 0;
    display: block;
  }

  .div-log-in.bt-normal.loggedin._2 {
    margin-left: 200px;
    margin-right: 200px;
    display: block;
  }

  .div-log-in.bt-normal-new {
    flex: 0 auto;
    margin-left: 220px;
    margin-right: 220px;
    display: none;
  }

  .pricing-3.white {
    font-size: 28px;
  }

  .image-53 {
    width: 12%;
    margin-bottom: 20px;
  }

  .image-ace-blr {
    width: 70%;
  }

  .image-55 {
    width: 100%;
  }

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

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery {
    padding-top: 65px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .image-dowbload-mobile {
    margin-right: 0;
  }

  .sign-up-button {
    margin-left: auto;
    margin-right: auto;
  }

  .sign-up-button.white, .sign-up-button.free-edu {
    width: 80%;
  }

  .sign-up-button.free-edu.home {
    color: var(--dark-blu);
  }

  .sign-up-button.free-edu.landing {
    width: auto;
  }

  .sign-up-button.free-edu.landing._1 {
    width: 35%;
  }

  .sign-up-button.free, .sign-up-button.single {
    width: 80%;
  }

  .pricing-button-group {
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-button-group.white, .pricing-button-group.group-yearly, .pricing-button-group.group-monthly, .pricing-button-group.school {
    width: 80%;
  }

  .pricing-button-basic, .pricing-button-premium {
    margin-left: auto;
    margin-right: auto;
  }

  .campaign-logo-wrapper {
    justify-content: center;
  }

  .logo-div._1 {
    margin-right: 20px;
  }

  .logo-div._2, .logo-div._3 {
    margin-right: 0;
  }

  .campaign-wrapper {
    flex-direction: column;
  }

  .image-57 {
    width: 60%;
  }

  .tabs-content {
    width: 100%;
  }

  .contact-box-fixed {
    text-align: center;
    width: auto;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 40px;
    bottom: 0;
    left: 0;
  }

  .tabs-menu-2 {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
  }

  .paragraph-5 {
    max-width: none;
  }

  .title-wrap-2 {
    margin-bottom: 60px;
  }

  .tabs {
    flex-direction: column;
  }

  .price-card-dark {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }

  .tab-link-2 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
  }

  .price-illustration {
    display: none;
  }

  .button-5 {
    margin-bottom: 15px;
  }

  .light-card {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }

  .image-59 {
    width: 80%;
  }

  .bold-text-17 {
    font-size: 38px;
  }

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

  .paragraph-7 {
    text-align: center;
    font-size: 16px;
  }

  .paragraph-7.home, .paragraph-7.italic {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .content-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .tab-h1 {
    text-align: center;
    font-size: 32px;
    line-height: 1.3;
  }

  .tab-panel {
    justify-content: center;
    padding: 30px 65px;
  }

  .tab-panel._2.educator {
    flex-flow: row;
    display: flex;
  }

  .load-bar-base {
    width: 60px;
  }

  .animation-block {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .animation-block.a {
    height: 475px;
    padding-bottom: 0;
  }

  .content-block {
    align-items: center;
    padding: 20px 10px;
  }

  .content-block.new {
    padding-top: 0;
  }

  .heading-17 {
    margin-bottom: 20px;
  }

  .background-video {
    width: 500px;
    height: 500px;
  }

  .background-video._1 {
    width: 80%;
    height: 100%;
  }

  .image-60 {
    width: 45%;
    top: 191.328px;
    left: 181.266px;
  }

  .bold-text-18 {
    font-size: 38px;
  }

  .hero-partnership {
    z-index: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    display: block;
  }

  .hero-partnership.distributor {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-partnership.career {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-partnership.home {
    padding-bottom: 0;
  }

  .hero-partnership.ace {
    padding: 45px 60px;
  }

  .hero-partnership.overviw {
    padding: 50px;
  }

  .play-button {
    top: 32%;
    left: 41%;
  }

  .image-62 {
    width: 50px;
  }

  .edtech-logo {
    width: 60%;
  }

  .edtech-logo.cleverbook {
    width: 35%;
  }

  .tab-partner {
    min-width: auto;
  }

  .heading-product {
    font-size: 28px;
  }

  .heading-product.assemblr {
    line-height: 1.2em;
  }

  .paragraph-8 {
    display: none;
  }

  .icon-pricing {
    height: auto;
  }

  .icon-pricing.individual {
    width: 40%;
  }

  .pricing-check-wrapper {
    background-color: #f8faff;
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 50%;
    height: auto;
    margin-top: 0;
    margin-left: 10px;
    display: flex;
    box-shadow: 0 0 20px -4px #d8d8d8;
  }

  .paragraph-9 {
    height: auto;
  }

  .pricing-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .button-18 {
    margin-top: 10%;
  }

  .gallery-grid-container-2 {
    align-self: stretch;
  }

  .paragraph-10 {
    font-size: 16px;
  }

  .partner-logo.vrware {
    width: 30%;
  }

  .background-video-2 {
    height: 350px;
  }

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

  .section-3.voucher {
    margin-top: 65px;
  }

  .contact-us-for-more {
    margin-top: 10%;
  }

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

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

  .description-block {
    height: 190px;
  }

  .heading-20 {
    font-size: 20px;
  }

  .paragraph-11 {
    font-size: 14px;
  }

  .media {
    padding: 0;
  }

  .rich-text-block-8 {
    font-weight: 300;
  }

  .special-heading {
    font-size: 120px;
    transform: none;
  }

  .special-heading-wrap {
    width: auto;
    height: auto;
  }

  .accordion-grid {
    grid-row-gap: 50px;
  }

  .image-ace {
    width: 80%;
  }

  .image-ace.sa {
    width: 60%;
  }

  .standard-tab-1 {
    width: 100px;
  }

  .standard-tab-1.w--current {
    width: 90px;
  }

  .standard-tab-1.explorer, .standard-tab-1.inventor {
    width: 100px;
  }

  .text-block-669 {
    font-size: 13px;
  }

  .task-block {
    z-index: 0;
    display: block;
  }

  .task-block.distributor {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .task-block.career {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .task-block.home {
    padding-bottom: 0;
  }

  .task-block.home.mobile-only {
    display: block;
  }

  .task-block.home.desktop-only._1 {
    display: none;
  }

  .task-block.ace {
    padding: 45px 60px;
  }

  .task-block.overviw {
    padding: 50px;
  }

  .task-block.sa {
    padding: 30px 60px;
  }

  .task-block.ace-guide {
    background-image: url('../images/ASSEMBLR-CERTIFIED-EDUCATOR-6.png'), url('../images/ASSEMBLR-CERTIFIED-EDUCATOR-5.png'), url('../images/ASSEMBLR-CERTIFIED-EDUCATOR-5.png');
    background-position: 50% -300%, 0 80%, 100% 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100%, 50%, 40%;
  }

  .task-item._w-70 {
    width: 100%;
  }

  .tab-task {
    min-width: auto;
  }

  .task-list-heading {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .mask-5 {
    height: 100px;
  }

  .slide-12 {
    background-color: var(--white-2);
  }

  .slider-6 {
    height: 100px;
  }

  .slide-nav-6 {
    margin-bottom: -30px;
  }

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

  .tabs-menu-6 {
    justify-content: space-between;
  }

  .benefit-image {
    width: 95%;
  }

  .benefit-mg-2 {
    width: 30%;
    inset: 20% 14% auto auto;
  }

  .image-66 {
    display: none;
  }

  .distributor-collection {
    width: 50%;
  }

  .flag-image {
    inset: 0% 0% auto auto;
  }

  .dot-block {
    width: 24px;
  }

  .clone-section {
    margin-bottom: 11vh;
  }

  .article-alt-cover.edu, .article-alt-cover.studio, .article-alt-cover.assemblr {
    height: 150px;
  }

  .distributor-block {
    flex-direction: column;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .flag-distributor {
    width: 50px;
    height: 50px;
    top: 35px;
    left: -3px;
  }

  .flag-distributor._2 {
    left: -3px;
  }

  .img-distributor {
    width: 118.547px;
    height: 118.547px;
    left: 25px;
  }

  .image-block-7 {
    width: 197.594px;
    height: 118.547px;
  }

  .distributor-name {
    font-size: 14px;
  }

  .btn-phone {
    align-items: center;
    padding: 7px 10px;
  }

  .btn-email, .btn-website {
    padding: 7px 10px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .perks-distributor {
    width: 100%;
  }

  .image-distributor-1 {
    width: 80%;
    margin-bottom: -35px;
  }

  .image-distributor-1.block {
    width: 100%;
  }

  .product-heading {
    font-size: 24px;
    line-height: 1.5em;
  }

  .container-medium.margin-huge {
    margin-top: 1.3rem;
  }

  .main_form-wrapper.background-color-grey {
    padding-top: 3.9rem;
    padding-bottom: 3.9rem;
  }

  .slider {
    max-width: 650px;
  }

  .form-section-title {
    line-height: 1.5em;
  }

  .sign-up-button-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .sign-up-button-copy.white, .sign-up-button-copy.free-edu, .sign-up-button-copy.free, .sign-up-button-copy.single {
    width: 80%;
  }

  .pricing-button-single {
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-button-single.white, .pricing-button-single.single-yearly, .pricing-button-single.single-monthly {
    width: 80%;
  }

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

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

  .nav-menu-new {
    z-index: 1000;
    background-color: var(--white-2);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 28px;
  }

  .nav-link-new {
    text-align: center;
  }

  .nav-link-new.bt-normal {
    flex: 0 auto;
    margin-left: 220px;
    margin-right: 220px;
    display: none;
  }

  .nav-link-new.bt-normal.loggedin {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .nav-link-new.bt-normal-new {
    flex: 0 auto;
    margin-left: 220px;
    margin-right: 220px;
    display: none;
  }

  .div-block-67 {
    width: 25%;
  }

  .brand-new {
    width: 100%;
  }

  .brand-new.w--current {
    width: 100%;
    margin-right: 100px;
  }

  .skills__achieve-txt-wrap {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    transform: translate(0, -60px);
  }

  .skills__achieve-txt-wrap.active {
    opacity: 1;
    transition: all .3s;
    transform: none;
  }

  .skills__achieve-txt-wrap.active.done {
    transform: translate(0, 60px);
  }

  .skills__achieve-title {
    margin-right: 8px;
    font-size: 28px;
  }

  .skills__achieve-desc {
    font-size: 12px;
    line-height: 1.2em;
  }

  .section-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .skills__achieve-line {
    display: none;
  }

  .skills__col {
    flex: none;
  }

  .skills__col.mod--video {
    position: relative;
  }

  .skills__video-nav {
    bottom: 20px;
    right: 20px;
  }

  .skills__top {
    margin-bottom: 30px;
    display: block;
  }

  .skills__achieve.mod--desctop {
    display: none;
  }

  .skills__achieve.mob--mob {
    z-index: 3;
    width: 162px;
    height: 70px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: absolute;
    inset: -35px 16px auto auto;
  }

  .skills__video {
    height: 29vw;
    margin-bottom: -5px;
  }

  .skills__video-wrap {
    align-items: stretch;
    max-width: 50vw;
    height: 26.5vw;
    min-height: auto;
  }

  .skills__txt-desc {
    margin-top: -14px;
  }

  .cta-card-image {
    bottom: -19%;
  }

  .cta-card-image.white {
    bottom: -4%;
  }

  .cta-card {
    border-radius: 32px;
    padding: 64px 30px 80%;
  }

  .nav-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .nav-button.mobile {
    display: block;
  }

  .section-header.yellow {
    height: 750px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-header.yellow._1 {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-header.with-bg {
    height: 750px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-header.with-bg._1 {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .assedu-container.ace._1 {
    flex-flow: column;
  }

  .text-semi-bold._1, .text-semi-bold._2, .heading-1-new.mid.medium._1 {
    text-align: center;
  }

  .heading-1-new.mid.medium._1.head {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-1-new.mid.medium.educator {
    text-align: center;
  }

  .heading-1-new.mid.medium.student {
    width: 90%;
    font-size: 48px;
  }

  .heading-1-new.mid.medium.landing-page {
    width: 100%;
    font-size: 48px;
  }

  .heading-1-new.mid.medium.learn, .heading-1-new.mid.medium.apps {
    text-align: center;
    width: 80%;
  }

  .heading-1-new.mid.medium.aces {
    text-align: center;
    width: 70%;
  }

  .heading-1-new.mid.medium.belajar-id {
    text-align: center;
    width: 90%;
  }

  .paragraph-new.mid.desk {
    display: none;
  }

  .paragraph-new.mid.mob {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .paragraph-new.lil {
    font-size: 16px;
  }

  .paragraph-new.lil.why {
    width: 80%;
  }

  .paragraph-new.lil._18.mid {
    font-size: 14px;
  }

  .paragraph-new.lil.indaclassroom {
    width: 85%;
  }

  .paragraph-new.lil.content {
    text-align: center;
    width: 85%;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .paragraph-new.lil.educator {
    width: 80%;
  }

  .paragraph-new.lil.create {
    width: 100%;
  }

  .paragraph-new.lil.educarot {
    width: 90%;
  }

  .paragraph-new.lil.one-platform {
    text-align: center;
  }

  .paragraph-new.lil.partnership.cta {
    color: var(--text);
    margin-bottom: 24px;
  }

  .paragraph-new.lil.belajar-id {
    text-align: center;
  }

  .paragraph-new._1 {
    text-align: center;
    max-width: 80%;
  }

  .paragraph-new._1.student {
    width: 100%;
    max-width: 100%;
  }

  .paragraph-new._2 {
    text-align: center;
    max-width: 90%;
  }

  .paragraph-new._2.apps {
    max-width: 80%;
  }

  .header_image.is-1 {
    top: -44%;
  }

  .normal-section, .normal-section.who, .normal-section.blu, .normal-section.who-copy, .normal-section.editor-student, .normal-section.belajar-id {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-component.horizon {
    align-items: center;
  }

  .div-component.horizon.who {
    flex-direction: column;
  }

  .div-component.horizon.who._2 {
    flex-direction: row;
    margin-top: 0;
  }

  .div-component.horizon.head {
    flex-direction: column;
  }

  .div-component.horizon.educator {
    flex-flow: column;
  }

  .div-component.partnership {
    flex-flow: column;
    align-items: center;
  }

  .div-component.partnership.who {
    flex-direction: column;
  }

  .div-component.partnership.who._2 {
    flex-direction: row;
    margin-top: 0;
  }

  .div-component.partnership.head {
    flex-direction: column;
  }

  .div-component.partnership.educator {
    flex-flow: column;
  }

  .component-left._50.what {
    height: 380px;
  }

  .component-left._50.head {
    align-items: center;
    max-width: 100%;
  }

  .component-left._50.one-platform {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .component-left._50.partner, .component-left._50.ace {
    max-width: 100%;
  }

  .component-left._50.belajar-id {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .component-right._50.head {
    max-width: 100%;
    height: 400px;
    padding: 0;
  }

  .component-right._50.head.educator {
    padding-left: 24px;
    padding-right: 24px;
  }

  .component-right._50.head.belajar-id {
    padding: 0 24px;
  }

  .component-right._50.one-platform {
    max-width: 80%;
  }

  .component-right._50.partnership, .component-right._50.ace {
    max-width: 100%;
  }

  .component-right._50.belajar-id {
    max-width: 80%;
    margin-top: 40px;
  }

  .component-right._50.belajar-id._1 {
    order: -1;
    margin-bottom: 40px;
  }

  .heading-2-new {
    font-size: 32px;
  }

  .heading-2-new.mid.in-da-classroom {
    width: 90%;
  }

  .heading-2-new.mid.educator {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-2-new.mid.educator._2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2-new.mid.learn {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-2-new.mid.learn._2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2-new.mid.belajar-id {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-2-new.mid.belajar-id._2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2-new.one-platform, .heading-2-new.contact {
    text-align: center;
  }

  .heading-2-new.student-editor {
    text-align: center;
    width: 80%;
  }

  .heading-2-new.belajar-id {
    text-align: center;
  }

  .div-block-68 {
    height: 118%;
  }

  .div-block-68.hehe {
    height: 100%;
  }

  .div-block-68.student {
    width: 100%;
  }

  .card-who.educator {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .card-who.parents {
    max-width: 100%;
  }

  .card-who-wrapper.who {
    height: auto;
  }

  .heading-3-new.white._32 {
    text-align: center;
  }

  .heading-3-new.white._32.padding {
    text-align: center;
    width: 60%;
    font-size: 30px;
  }

  .heading-3-new.white._32.padding._2 {
    width: 70%;
  }

  .heading-3-new.why {
    font-size: 16px;
  }

  .image-69 {
    width: 70%;
  }

  .card_wrapper {
    height: 325px;
  }

  .card_side {
    backface-visibility: hidden;
  }

  .card_side.is-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card_traits-list {
    grid-row-gap: 2rem;
  }

  .image-70.why {
    width: 90%;
  }

  .page-padding-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-grid-block {
    height: 350px;
  }

  .hero_inner-grid {
    flex-direction: row;
  }

  .hero-stack_image-wrap {
    height: 350px;
  }

  .hero-stack_image-wrap.is-half-size {
    width: 50%;
    height: 350px;
  }

  .div-block-69 {
    width: 23%;
    top: -34%;
  }

  .div-block-70 {
    width: 23%;
    bottom: -9%;
  }

  .embed-project._w-80 {
    width: 100%;
  }

  .div-block-73 {
    margin-bottom: 16px;
  }

  .hero-new {
    z-index: 0;
    height: auto;
    margin-top: 64px;
    margin-bottom: 64px;
    display: flex;
  }

  .hero-new.distributor {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-new.career {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-new.home {
    padding-bottom: 0;
  }

  .hero-new.home.mobile-only {
    display: block;
  }

  .hero-new.home.desktop-only._1, .hero-new.home.desktop-only._2 {
    display: none;
  }

  .hero-new.ace {
    padding: 45px 60px;
  }

  .hero-new.overviw {
    padding: 50px;
  }

  .hero-new.sa {
    padding: 30px 60px;
  }

  .hero-new.ace-guide {
    background-image: url('../images/ASSEMBLR-CERTIFIED-EDUCATOR-6.png'), url('../images/ASSEMBLR-CERTIFIED-EDUCATOR-5.png'), url('../images/ASSEMBLR-CERTIFIED-EDUCATOR-5.png');
    background-position: 50% -300%, 0 80%, 100% 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100%, 50%, 40%;
  }

  .hero-new.ace-benefit {
    padding: 50px;
  }

  .tab-link-accordion---brix {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs---brix.flex-horizontal.tablet-vertical {
    flex-direction: column;
    align-items: stretch;
  }

  .tabs-menu---brix.v2 {
    max-width: 100%;
  }

  .tabs-content---brix.v2 {
    order: -1;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .heading-h4-size {
    margin-top: 10px;
    font-size: 22px;
    line-height: 32px;
  }

  .card-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .card-2.content-left.pd-40px---64px {
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 20px 16px;
  }

  .card-2.form {
    padding: 32px;
  }

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

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

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

  .mg-bottom-32px._1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .avatar-circle._04.mg-bottom-32px {
    max-width: 90px;
    max-height: 90px;
  }

  .text-200.color-accent-1.list {
    text-align: center;
    font-size: 12px;
  }

  .text-200.bold.color-neutral-800.mg-bottom-8px {
    text-align: center;
    font-size: 14px;
  }

  .text-200.bold.color-neutral-800.head {
    text-align: center;
    margin-bottom: 24px;
    font-size: 16px;
  }

  .image-101 {
    width: 100%;
  }

  .image-101.partnership {
    width: 80%;
  }

  .sharing__plane-wrapper {
    width: 30%;
    right: 20px;
  }

  .sharing__plane {
    width: 80%;
  }

  .sharing {
    padding-top: 60px;
  }

  .sharing__text {
    width: 100%;
  }

  .div-block-75 {
    text-align: center;
  }

  .shapes-far {
    left: -9%;
  }

  .button-19 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-19.hero {
    padding: 16px 45px;
  }

  .heading-25 {
    font-size: 36px;
  }

  .card-text {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-26 {
    margin-bottom: 35px;
    font-size: 36px;
    line-height: 38px;
  }

  .image-102 {
    width: 100px;
  }

  .card-header {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-76 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-103 {
    width: 100px;
  }

  .div-block-4 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .join-section {
    padding-bottom: 100px;
  }

  .button-20 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-20.hero {
    padding: 16px 45px;
  }

  .image-104 {
    width: 100px;
  }

  .card-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-77 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .brix---card-link-img-bg {
    padding-bottom: 40px;
    padding-left: 36px;
    padding-right: 36px;
  }

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

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .card_heading {
    font-size: 32px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .card-3.sibling_link-item {
    height: 450px;
    padding: 32px;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .grid-2-col.children-perspective-1000px {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns-2.contact-v7 {
    grid-column-gap: 0px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .image-br-top._24px {
    width: 80%;
  }

  .only-mobile {
    display: none;
  }

  .grid_services {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h3 {
    font-size: 1.875rem;
  }

  .card_2col-content {
    justify-content: center;
    min-height: 20rem;
    display: flex;
  }

  .card-4.is-black {
    display: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-image-wrap {
    width: 45%;
  }

  .horizontal-quote-h4 {
    font-size: 18px;
    line-height: 1.4em;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .horizontal-content-block {
    width: 55%;
    padding-left: 25px;
    padding-right: 40px;
  }

  .testimonial-image {
    position: relative;
  }

  .column-wrap-2 {
    flex-wrap: wrap;
  }

  .horizontal-content-block-2 {
    padding-left: 25px;
    padding-right: 40px;
  }

  .main-image {
    width: 70%;
  }

  .main-image-2 {
    width: 45%;
    right: 0%;
  }

  .main-image-3 {
    width: 40%;
    left: -2%;
  }

  .main-image-4, .main-image-5 {
    width: 25%;
  }

  .html-embed-4 {
    height: 300px;
    display: block;
  }

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

  .pre-title.astuv1 {
    text-align: left;
  }

  .astuv1featuredesc {
    text-align: justify;
  }

  .astuv1-feature-card {
    width: 50%;
    padding-bottom: 15px;
  }

  .web-player-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-block-675 {
    font-size: 12px;
  }

  .edusmblr-cta {
    display: block;
  }

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

  .heading-new-2 {
    text-align: center;
    font-size: 42px;
    display: none;
  }

  .heading-new-2.mobile {
    color: #2b2f76;
    text-align: center;
    display: block;
  }

  .hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-section.one {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .hero-section.one.studio {
    padding-bottom: 80px;
  }

  .carv1.dark {
    height: auto;
    min-height: auto;
  }

  .column-wrap-3 {
    flex-direction: column;
  }

  .column-wrap-3.whale {
    justify-content: center;
    align-items: center;
    position: static;
  }

  .text-block-v1._1 {
    margin-top: 140px;
    padding-top: 25%;
  }

  .button-21.edusmblr.studio {
    margin-top: 0;
  }

  .column-left {
    width: 100%;
    padding: 20px;
  }

  .column-left.wp {
    order: 1;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    overflow: visible;
  }

  .container-110 {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0%;
    padding-right: 0%;
  }

  .edusmblr-desc {
    margin-left: 0;
    padding: 10px 40% 10px 10px;
  }

  .html-embed-5 {
    display: none;
  }

  .html-embed-5.turtle {
    width: 100%;
    display: block;
    position: static;
  }

  .edusmblr-image {
    width: 50%;
    margin-left: 0;
    position: absolute;
    inset: 0% -15% auto auto;
  }

  .edusmblr-image.blr {
    z-index: 0;
    height: auto;
    top: 20%;
    right: 0%;
  }

  .headline.h-2 {
    display: block;
  }

  .headline.h-2.wp {
    display: none;
  }

  .headline.h-2.no-padding-top.landing-page {
    width: 70%;
    line-height: 1.2em;
  }

  .column-right {
    order: -1;
    align-items: center;
    width: 100%;
    padding: 20px;
  }

  .column-right.trex {
    order: -1;
    width: 100%;
    height: 450px;
    padding-right: 10px;
    position: static;
  }

  .content-h2 {
    text-align: center;
    font-size: 18px;
  }

  .content-h2.edusemblr {
    text-align: left;
    font-size: 18px;
  }

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

  .page-title {
    font-family: Kastelov axiforma, sans-serif;
  }

  .image-learn {
    width: 70%;
  }

  .slider_mask {
    width: 50%;
  }

  .heading-style-h2.inspo {
    text-align: center;
  }

  .slider-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-9.mobile {
    display: block;
  }

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

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

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

  .slider-mask {
    position: static;
  }

  .btn-circle-secondary.lefi {
    width: 48px;
    min-width: 40px;
    height: 48px;
    min-height: 40px;
  }

  .btn-circle-secondary.regi {
    width: 48px;
    min-width: 32px;
    height: 48px;
    min-height: 32px;
  }

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

  .grid-4-columns._4-col-tablet {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .instagram-feed---image-wrapper {
    border-radius: 10px;
  }

  .inspo-div-1 {
    justify-content: center;
    align-items: center;
    min-height: 50px;
    display: flex;
  }

  .inspo-div-2 {
    height: 120px;
  }

  .grid-27 {
    display: none;
  }

  .video-7.ikon {
    max-width: 100%;
  }

  .logo-div-belajar {
    justify-content: center;
    align-items: flex-start;
  }

  .faq-image {
    display: none;
  }

  .faq-title-2 {
    max-width: 100%;
  }

  .faq-grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .button-belajar-id, .button-belajar-id.lower {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-2 {
    z-index: 5;
  }

  .nav-link.bt-normal, .nav-link.bt-normal-new {
    margin-left: 140px;
    margin-right: 140px;
  }

  .brand, .brand.w--current {
    width: 40%;
  }

  .hero {
    padding: 101px 24px 100px;
  }

  .hero.distributor {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero.home {
    padding-top: 89px;
  }

  .hero.video {
    display: none;
  }

  .hero.ace {
    padding: 70px 24px;
  }

  .hero.overviw {
    padding: 30px;
  }

  .hero.ace-guide {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .hero.ace-benefit {
    padding: 30px;
  }

  .hero.partnership {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .heading {
    margin-top: -36px;
    margin-bottom: -30px;
  }

  .heading.centered {
    margin-top: 10px;
    margin-bottom: 16px;
    padding-left: 38px;
    padding-right: 38px;
    font-size: 32px;
  }

  .heading.centered.med.cta-hiw, .heading.centered.med.cta-voucher {
    margin-bottom: 0;
    font-size: 20px;
  }

  .heading.home {
    margin-bottom: -15px;
    font-size: 38px;
  }

  .heading.home.white {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading.home.white.edu {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 38px;
  }

  .heading.home.white.mobile {
    font-size: 28px;
    line-height: 1.4em;
  }

  .heading.home.big {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading.home.big.transparant.hiw-slide {
    font-size: 28px;
  }

  .heading.home.center {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 38px;
  }

  .heading.home.center.page {
    font-size: 38px;
    line-height: 1.2em;
  }

  .heading.home.center.landing-page {
    font-size: 32px;
  }

  .heading.home.centre {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading.home.centre.title-hiw {
    margin-top: 30px;
    font-size: 28px;
    line-height: 1.2em;
  }

  .heading.home.forum, .heading.home.distributor {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading.home.community {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .heading.home.ace {
    margin-bottom: -1px;
    font-size: 34px;
  }

  .heading.home.edu-app {
    margin-top: 0;
  }

  .heading.home.overview {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 34px;
  }

  .heading.home.campaign {
    margin-top: 0;
  }

  .heading.home.edtech {
    text-align: center;
  }

  .heading.home.sa {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading.home.school-ambass {
    text-align: center;
    font-size: 34px;
  }

  .heading.home.exclusive {
    text-align: center;
  }

  .heading.home.ace-guide {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading.home.benefits {
    margin-top: 0;
  }

  .columns {
    display: block;
  }

  .heading-2.white.padding-right-130, .heading-2.white.left-align {
    text-align: center;
  }

  .heading-2.padding-75 {
    padding-right: 0;
  }

  .heading-2.distributor {
    margin-top: 10px;
    display: none;
  }

  .heading-2.distributor.mobile {
    display: block;
  }

  .heading-2.ace.hilang-mobile {
    display: none;
  }

  .heading-2.campaign {
    padding-left: 60px;
    padding-right: 60px;
  }

  .button {
    padding: 12px 30px;
    font-size: 15px;
  }

  .button.white.cta {
    padding: 10px 25px;
  }

  .button.hiw-slide {
    margin-top: 30px;
  }

  .button.loc-indo, .button.loc-other {
    font-size: 12px;
  }

  .image-2 {
    width: 35%;
    top: -318%;
    bottom: 0;
    left: 10%;
  }

  .image-2.how-it-works-2 {
    width: 40%;
    bottom: -186px;
    left: 24px;
  }

  .image-2.clas-resources-2 {
    width: 20%;
    top: -9px;
    left: 44px;
  }

  .image-1 {
    inset: auto 0% 0% auto;
  }

  .image-1.how-it-works-1 {
    bottom: 405px;
    left: 222px;
  }

  .image-1.calss-resources-1 {
    bottom: 150px;
    left: 339px;
  }

  .image-1.home {
    width: 55%;
  }

  .image-3 {
    width: 50%;
  }

  .image-3.how-it-works-3 {
    top: auto;
    bottom: 288px;
    left: -29px;
  }

  .image-3.class-resources-3 {
    width: 15%;
    bottom: -15px;
    left: 231px;
  }

  .image-4 {
    top: -175%;
    bottom: 0;
    left: -9%;
  }

  .image-4.how-it-works-4 {
    bottom: 120px;
    left: -56px;
  }

  .image-4.class-resources-4 {
    width: 15%;
    top: -271px;
    left: 35px;
  }

  .image-5 {
    width: 50%;
    top: -314px;
    left: 320px;
  }

  .image-5.how-it-works-5 {
    top: -303px;
    left: 343px;
  }

  .image-5.class-resources-5 {
    width: 36%;
    bottom: -85px;
    left: 264px;
  }

  .image-5.home {
    top: -247%;
    left: 85%;
  }

  .image-6 {
    width: 20%;
  }

  .image-6.how-it-works-6 {
    top: -86px;
    left: 260px;
  }

  .image-6.class-resources-6 {
    width: 25%;
    top: -332px;
    left: 178px;
  }

  .s50.hiden-tablet-only {
    display: block;
  }

  .intro {
    padding-left: 55px;
    padding-right: 55px;
  }

  .intro.feature-3 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .intro.yello {
    padding: 70px 45px;
  }

  .image-7 {
    display: none;
    overflow: visible;
  }

  .image-8 {
    display: none;
  }

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

  .image-9 {
    width: 80%;
    display: block;
    top: -41px;
    left: 10px;
  }

  .heading-3.mm.left {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3.mm.left.white.distributor, .heading-3.mob.center {
    font-size: 28px;
  }

  .heading-3.mob.center.white.cta-classresources {
    font-size: 18px;
  }

  .heading-3.mob.center.white.community {
    font-size: 20px;
  }

  .heading-3.mob.center.white.cta-edtech {
    font-size: 18px;
  }

  .heading-3.center {
    font-size: 30px;
  }

  .description.centered {
    z-index: 2;
    position: relative;
  }

  .description.centered.overview {
    padding-left: 60px;
    padding-right: 60px;
  }

  .description.left {
    padding-left: 0;
    padding-right: 80px;
  }

  .description.left-align.center, .description.left-align.center.wae {
    text-align: center;
  }

  .description.left-align.center.hiw-slide {
    display: none;
  }

  .description.white {
    margin-bottom: 0;
    padding-right: 0;
  }

  .description.left-align.center, .description.left-align.center.wae, .description.sa {
    text-align: center;
  }

  .description.ace-guide {
    padding-right: 0;
  }

  .description.overview {
    z-index: 2;
    position: relative;
  }

  .feature-1 {
    padding-left: 39px;
    padding-right: 39px;
  }

  .feature-1.educator {
    padding: 56px 32px;
  }

  .image-10 {
    top: -66px;
  }

  .image-11 {
    z-index: 0;
    width: auto;
    top: 60px;
    left: -51px;
  }

  .image-12 {
    top: 376px;
  }

  .image-14 {
    z-index: 0;
    width: 30%;
    top: -56px;
    left: 338px;
  }

  .image-15 {
    left: 368px;
  }

  .image-16 {
    z-index: 1;
    width: 25%;
    bottom: -56px;
    left: 346px;
  }

  .feature-2 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .feature-2.campaign {
    background-color: #134886;
    background-position: 0 100%;
    background-attachment: scroll;
    height: 750px;
  }

  .columns-3 {
    margin-left: 32px;
    margin-right: 32px;
    display: block;
  }

  .column {
    padding-left: 66px;
    padding-right: 66px;
  }

  .app-feature-item {
    align-self: stretch;
    height: auto;
    margin: 11px;
    padding: 10px;
  }

  .left {
    padding-left: 52px;
    padding-right: 52px;
  }

  .image-17 {
    width: 35%;
    display: none;
    top: -301px;
    left: 293px;
  }

  .image-18 {
    width: 40%;
    display: none;
    top: -166px;
    left: 253px;
  }

  .image-19 {
    max-width: 49%;
    top: -156px;
    bottom: -265px;
    left: 290px;
  }

  .show-item {
    padding-top: 27px;
  }

  .item-inner {
    height: 80px;
  }

  .section {
    border-radius: 25px;
    margin-top: 20px;
    padding: 20px 10px;
  }

  .section.cta-overview {
    max-width: 95%;
  }

  .download {
    text-align: center;
    padding: 10px 21px 10px 20px;
    display: flex;
  }

  .download.relative {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dicon {
    height: auto;
    padding-bottom: 0;
  }

  .dicon.edu {
    height: auto;
  }

  .container-4 {
    display: block;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 64px;
    padding-right: 64px;
    display: flex;
  }

  .credits {
    padding-left: 59px;
    padding-right: 59px;
  }

  .column-2 {
    margin-top: 328px;
    padding-top: 51px;
  }

  .column-3 {
    padding-bottom: 33px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .utility-page-wrap {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .title-heading.centered {
    z-index: 2;
    position: relative;
  }

  .title-heading.centered.overview {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 34px;
    line-height: 1.2em;
  }

  .title-heading.home {
    text-align: center;
  }

  .title-heading.home.benefit {
    font-size: 28px;
  }

  .title-heading.home.benefit.page {
    margin-top: 10px;
    font-size: 19px;
  }

  .title-heading.overview {
    z-index: 2;
    position: relative;
  }

  .common-flexbox.vertical.article-item {
    padding: 30px 15px;
  }

  .common-flexbox.vertical.sa {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .common-flexbox.no-padding.vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .common-flexbox.no-padding.forum {
    flex-direction: column;
  }

  .common-flexbox.impact {
    padding: 20px;
  }

  .common-flexbox.overview, .common-flexbox.ace-benefit {
    align-items: center;
  }

  .flexbox-grid-item._w-100.career-2 {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .flexbox-grid-item._w-50 {
    width: 100%;
  }

  .flexbox-grid-item._w-50.vertical.right.why-ass {
    order: 1;
  }

  .flexbox-grid-item._w-50.vertical.why-ass {
    order: 1;
    align-items: center;
    width: 100%;
  }

  .flexbox-grid-item._w-50.vertical.center {
    align-items: center;
    font-family: Kastelov axiforma, sans-serif;
  }

  .flexbox-grid-item._w-50.vertical.tutor-assemblr {
    order: 1;
    align-items: center;
    width: 100%;
  }

  .flexbox-grid-item._w-50.vertical.ace._2 {
    height: auto;
    padding-top: 15px;
  }

  .flexbox-grid-item._w-50.vertical.sa._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .flexbox-grid-item._w-50.vertical.sa-1, .flexbox-grid-item._w-50.vertical.sa-2 {
    align-items: center;
  }

  .flexbox-grid-item._w-50.padding {
    display: block;
  }

  .flexbox-grid-item._w-50.padding.hiw-slide {
    display: flex;
  }

  .flexbox-grid-item._w-50.sa-2 {
    order: -1;
  }

  .flexbox-grid-item._w-50.plans, .flexbox-grid-item._w-50.plans-2 {
    padding-bottom: 0;
  }

  .flexbox-grid-item._w-50.career-8 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .flexbox-grid-item._w-50.overview {
    padding-left: 0;
    padding-right: 0;
  }

  .flexbox-grid-item._w-50.sa-1 {
    order: -1;
  }

  .flexbox-grid-item._w-75.vertical {
    align-items: center;
    display: flex;
  }

  .flexbox-grid-item._w-33 {
    min-width: 20px;
  }

  .wider-container.distibutor {
    padding-left: 39px;
    padding-right: 39px;
  }

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

  .div-block-5 {
    width: 30%;
    display: block;
  }

  .item-wrapper.h-50.benefit {
    align-items: stretch;
    margin-bottom: -1px;
  }

  .new-hero {
    padding: 50px 60px;
  }

  .logo-block {
    margin-top: 0;
  }

  .logo-block.w--current {
    z-index: 10;
  }

  .image-24 {
    width: 50%;
  }

  .waw {
    align-items: center;
    padding-left: 55px;
    padding-right: 55px;
  }

  .new-intro {
    padding-left: 55px;
    padding-right: 55px;
  }

  .floating-card {
    display: block;
    top: -41px;
  }

  .floating-card-3 {
    display: none;
  }

  .floating-card-4 {
    display: none;
    overflow: visible;
  }

  .hero---how-it-work {
    background-image: url('../images/Screen-Shot-2020-04-28-at-13.22.07-min.png');
    background-position: 0 0;
    background-size: cover;
    padding: 80px 24px;
    display: block;
  }

  .slider-2 {
    height: 500px;
  }

  .slider-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .card.edu {
    background-position: 140% 10px;
    background-size: 60%;
    flex: 1;
  }

  .card.edu.basic, .card.edu.premium, .card.edu.individual {
    background-position: 140% 10px, 0 0;
    background-size: 60%, auto;
  }

  .why-assemblr-wrapper {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .featured-4 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero---class-resources {
    padding: 100px 24px;
  }

  .tutorial-wrapper {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tutor-image.edu {
    height: 300px;
  }

  .feature-3 {
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-3.ace.page {
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-wrapper {
    width: 300px;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .faq-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .faq-question-2 {
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .faq-plus-wrap {
    position: relative;
  }

  .faq-plus-l {
    height: 20px;
    position: absolute;
  }

  .faq-plus {
    width: 20px;
  }

  .item-wrapper-4 {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    margin-top: -36px;
    margin-bottom: -30px;
  }

  .heading-6.home.center {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-6.home {
    margin-bottom: -15px;
    font-size: 38px;
  }

  .heading-6.home.price, .heading-6.home.center {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-6.home.custom-marker {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1.3em;
  }

  .intro-3 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .intro-3.feature-3.vertical {
    padding: 25px 24px;
  }

  .heading-7.mob.center {
    font-size: 28px;
  }

  .button-3 {
    padding: 12px 30px;
    font-size: 15px;
  }

  .image-slider {
    width: 60%;
  }

  .image-slider.kaka-tua {
    width: 70%;
  }

  .intro-4 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .intro-price {
    padding: 50px 30px;
  }

  .desc-price.left {
    text-align: left;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-label {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-top: 0;
  }

  .testimoni {
    font-size: 20px;
  }

  .bold-text-2 {
    font-size: 19px;
  }

  .feature-5 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .hero---community {
    padding: 40px 24px;
  }

  .button-wrapper {
    min-height: 40px;
  }

  .image-30 {
    width: 100%;
  }

  .title-label-2, .title-label-2.white {
    font-size: 24px;
  }

  .price-title-3 {
    font-size: 14px;
  }

  .big-block-7 {
    justify-content: flex-start;
    top: 120px;
  }

  .big-block-7.transparant.blue {
    z-index: 100;
  }

  .hero---plans {
    padding: 48px 24px;
  }

  .grid-13 {
    grid-row-gap: 10px;
  }

  .image-31 {
    width: 65%;
  }

  .image-31._1 {
    width: 75%;
  }

  .image-wyg, .image-wyg.phone {
    width: 60%;
  }

  .heading-10 {
    margin-bottom: 35px;
    font-size: 24px;
  }

  .heading-10._1 {
    font-size: 28px;
  }

  .rich-text-block-6 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .div-block-12 {
    justify-content: center;
  }

  .image-distributor {
    width: 80%;
  }

  .grid-15 {
    margin-left: 0;
    margin-right: 0;
  }

  .list-2 {
    font-size: 16px;
  }

  .job-wrapper {
    flex-direction: column;
  }

  .image-32 {
    width: 50%;
  }

  .heading-distributor-block {
    font-size: 12px;
  }

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

  .hero-career {
    padding: 0;
  }

  .image-33 {
    width: 50%;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .education-plan {
    width: 100%;
  }

  .image-35, .image-38 {
    width: 80%;
  }

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

  .container-103 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .toggle-row {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .distriburor-block {
    justify-content: center;
    height: 200px;
    padding: 10px;
  }

  .distriburor-block.id, .distriburor-block.rus, .distriburor-block.ukraine, .distriburor-block.india {
    width: auto;
    height: 180px;
    padding: 16px;
  }

  .distributor-text {
    font-size: 10px;
  }

  .image-40._2 {
    width: 60px;
  }

  .nation-wrapper {
    display: none;
  }

  .ace-block-1 {
    align-items: stretch;
    width: 250px;
  }

  .ace-block-1._1 {
    align-items: center;
  }

  .image-block-6 {
    width: 100%;
  }

  .item-wrapper-3._2 {
    height: 250px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .item-wrapper-3.distributor {
    height: 220px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-27 {
    margin-top: 5px;
  }

  .image-44 {
    left: -10px;
  }

  .flag {
    display: flex;
  }

  .flag.full {
    display: none;
  }

  .flag.mid {
    justify-content: center;
    display: flex;
  }

  .flag.slider {
    display: none;
  }

  .link-block-4 {
    justify-content: center;
    align-items: center;
    width: 24.9%;
    display: flex;
  }

  .image-45 {
    margin-right: 0;
  }

  .slider-3 {
    height: auto;
  }

  .slider-wrapper-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon-9 {
    color: var(--dark-slate-blue-3);
  }

  .slide-nav-3 {
    color: var(--dark-slate-blue-3);
    display: none;
  }

  .nation-wrapper-2 {
    margin-top: 50px;
  }

  .image-46 {
    width: 70px;
  }

  .slider-container {
    display: block;
  }

  .bold-text-14 {
    font-size: 34px;
  }

  .pricing-button.white._1, .pricing-button.white._2, .pricing-button.individual._1, .pricing-button.individual._2, .pricing-button.school-premium._1, .pricing-button.school-premium._2 {
    width: 80%;
  }

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

  .pricing-check {
    width: 100%;
  }

  .pricing-check.hide, .pricing-check.empty {
    display: none;
  }

  .pricing-wrap {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-wrap.new {
    max-width: 100%;
  }

  .pricing-card.red.premium.home {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .pricing-card.yello.individual.home {
    align-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-card.free.home, .pricing-card.single.home, .pricing-card.group.home {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-column {
    width: 100%;
    margin-bottom: 35px;
  }

  .pricing-column.school {
    width: 100%;
  }

  .pricing-column.home {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-column.home.last {
    margin-bottom: 0;
  }

  .pricing-column.home.landing {
    width: 100%;
  }

  .heading-16 {
    font-size: 38px;
  }

  .pricing-text, .pricing-text.white {
    font-size: 12px;
  }

  .pricing-2.white {
    font-size: 20px;
  }

  .title-block {
    margin-bottom: 32px;
  }

  .check {
    width: 15px;
  }

  .download-wrapper {
    justify-content: center;
    margin-top: 30px;
  }

  .image-48 {
    width: 160px;
    margin-right: 0;
  }

  .content-white-h2 {
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 34px;
  }

  .title-wrap {
    margin-bottom: 50px;
  }

  .slide-wrap-2 {
    height: 380px;
    padding: 90px 50px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .pricing-table-cell {
    text-align: center;
    justify-content: center;
    padding-right: 0;
  }

  .pricing-table-cell.mobile {
    justify-content: center;
  }

  .pricing-table-cell.vertical.mobile {
    align-items: center;
  }

  .pricing-table-cell.vertical.mobile.title {
    background-color: #00000008;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-table-cell._1 {
    padding-right: 0;
  }

  .pricing-table-cell.left {
    justify-content: center;
    padding-left: 0;
  }

  .pricing-table-cell.left.title {
    background-color: #00000008;
    border-radius: 8px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .pricing-top {
    flex-direction: column;
    align-items: center;
    min-height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    display: flex;
  }

  .pricing-top.mobile {
    display: none;
  }

  .sign-up-button-pink {
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .top-heading {
    font-size: 24px;
  }

  .help {
    display: none;
  }

  .check-2 {
    width: 25px;
  }

  .grid-top-sticky {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pricing-wrapper {
    display: block;
  }

  .discount {
    color: #7b88a8;
  }

  .card_col_2 {
    flex-direction: column;
    width: 100%;
    padding-left: 15px;
  }

  .content_wrap {
    padding-top: 50px;
  }

  .paragraph.ace {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .h1_features {
    font-size: 18px;
  }

  .col_60 {
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 20px;
  }

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

  .card_row {
    flex-direction: column;
    width: 100%;
    padding-right: 15px;
  }

  .card_base {
    width: 100%;
  }

  .text_features {
    font-size: 14px;
  }

  .wg-element {
    width: 100%;
  }

  .div-log-out.logged-out {
    display: none;
  }

  .div-block-16 {
    width: 160px;
    padding-left: 35px;
  }

  .div-block-17 {
    left: -10px;
  }

  .cookie-block {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-log-in.bt-normal {
    margin-left: 140px;
    margin-right: 140px;
  }

  .div-log-in.bt-normal.loggedin._2 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .div-log-in.bt-normal-new {
    margin-left: 140px;
    margin-right: 140px;
  }

  .pricing-3.white {
    font-size: 50px;
  }

  .image-53 {
    width: 18%;
  }

  .image-ace-blr {
    width: 75%;
  }

  .image-54 {
    width: 80%;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .image-dowbload-mobile {
    width: 160px;
    margin-right: 0;
  }

  .pricing-button-group.white.locked, .pricing-button-group.group-yearly.locked, .pricing-button-group.group-monthly.locked, .pricing-button-group.school.locked {
    width: 100%;
  }

  .pricing-button-personal-pink, .pricing-button-basic-pink, .pricing-button-premium-pink {
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .check-grid-large {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .content-h1 {
    font-size: 55px;
  }

  .price-card-dark {
    padding-left: 24px;
    padding-right: 24px;
  }

  .price-illustration {
    max-width: 20%;
    display: block;
    bottom: 0%;
  }

  .light-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bold-text-17 {
    font-size: 32px;
  }

  .paragraph-6, .paragraph-7 {
    margin-top: 10px;
    font-size: 18px;
  }

  .paragraph-7.ace-1 {
    font-size: 16px;
  }

  .paragraph-7.ace {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .paragraph-7.ace-2 {
    font-size: 16px;
  }

  .title-wrap-centre {
    margin-bottom: 40px;
  }

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

  .tab-h1.ace {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .tab-panel {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabs-menu-3 {
    flex-direction: row;
    align-items: center;
  }

  .load-bar-base {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: auto 0% 0%;
  }

  .text-block-66 {
    padding-left: 12px;
    font-size: 16px;
  }

  .tab-image {
    margin-right: 0;
  }

  .animation-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .animation-block.a {
    height: 400px;
    padding-top: 20px;
  }

  .standard-tab {
    background-color: var(--white-2);
    justify-content: center;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .standard-tab.w--current {
    background-color: #f3f3f3;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .standard-tab.right {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .standard-tab.left {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .standard-tab.left.w--current {
    border-top-left-radius: 8px;
    width: auto;
  }

  .content-block {
    padding-top: 0;
  }

  .heading-17 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 32px;
    line-height: 1.4em;
  }

  .background-video {
    width: 400px;
    height: 400px;
  }

  .background-video._1 {
    width: 90%;
    height: auto;
  }

  .image-60 {
    width: 35%;
    top: 141.328px;
    left: 168.266px;
  }

  .bold-text-18 {
    font-size: 32px;
  }

  .hero-partnership {
    padding: 75px 24px;
  }

  .hero-partnership.distributor {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-partnership.home {
    padding-top: 89px;
  }

  .hero-partnership.video {
    display: none;
  }

  .hero-partnership.ace {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-partnership.overviw {
    padding: 30px;
  }

  .play-button {
    top: 32%;
    left: 40%;
  }

  .image-62 {
    width: 40px;
  }

  .edtech-logo {
    width: 70%;
  }

  .tab-partner {
    width: 100%;
  }

  .heading-product {
    text-align: center;
    font-size: 18px;
    line-height: 1.2em;
  }

  .heading-product.assemblr {
    text-align: left;
    font-size: 18px;
  }

  .link-19 {
    font-size: 12px;
  }

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

  .paragraph-9 {
    font-size: 14px;
  }

  .text-block-44 {
    font-size: 12px;
    line-height: 1.1em;
  }

  .text-block-43 {
    font-size: 12px;
  }

  .button-18 {
    margin-top: 10%;
  }

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

  .gallery-2 {
    padding: 40px 20px;
  }

  .gallery-grid-container-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .paragraph-10 {
    font-size: 14px;
  }

  .background-video-2 {
    height: 300px;
  }

  .section-3.voucher {
    margin-top: 40px;
  }

  .contact-us-for-more {
    margin-top: 10%;
  }

  .sa-wrapper {
    flex-direction: column;
  }

  .heading-19 {
    text-align: center;
    margin-top: 5px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    line-height: 1.2em;
  }

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

  .logo-sa-wrapper {
    align-items: center;
    width: 100%;
  }

  .logo-sa {
    height: 100%;
  }

  .media {
    align-items: center;
  }

  .media._1 {
    width: 50%;
  }

  .ace-level {
    max-width: 80%;
  }

  .ace-image {
    width: 50%;
  }

  .special-heading {
    font-size: 100px;
  }

  .image-ace {
    width: 80%;
  }

  .div-block-56 {
    align-items: center;
    display: flex;
  }

  .bold-text-22 {
    font-size: 32px;
  }

  .tabs-menu-5 {
    flex-flow: wrap;
    align-content: space-between;
    align-items: center;
  }

  .standard-tab-1 {
    background-color: var(--white-2);
    justify-content: center;
    width: 100px;
    margin-top: 15px;
    padding-top: 16px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .standard-tab-1.w--current {
    background-color: var(--medium-violet-red\<deleted\|variable-ce7b33a5\>);
    color: var(--white-2);
    padding-left: 15px;
    padding-right: 15px;
  }

  .standard-tab-1.right {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .standard-tab-1.right.w--current {
    background-color: var(--dark-slate-blue-3);
  }

  .standard-tab-1.left {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .standard-tab-1.left.w--current {
    background-color: var(--goldenrod\<deleted\|variable-6703fc8d\>);
    border-top-left-radius: 8px;
    align-items: center;
    width: 120px;
    padding-top: 16px;
  }

  .standard-tab-1.inventor {
    width: 90px;
  }

  .standard-tab-1.inventor.w--current {
    background-color: var(--deep-sky-blue\<deleted\|variable-9c8703c4\>);
    color: var(--white-2);
  }

  .standard-tab-1.right2 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .text-block-669 {
    padding-left: 0;
    font-size: 14px;
    display: block;
  }

  .task-block {
    padding: 20px 24px;
  }

  .task-block.distributor {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .task-block.home {
    padding-top: 89px;
  }

  .task-block.video {
    display: none;
  }

  .task-block.ace {
    padding-left: 24px;
    padding-right: 24px;
  }

  .task-block.overviw {
    padding: 30px;
  }

  .task-block.ace-guide {
    background-position: 50% -500%, 0 80%, 100% 100%;
  }

  .tab-task {
    width: 100%;
  }

  .task-list-heading {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 38px;
    line-height: 1.4em;
  }

  .tab-link-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tab-link-3.w--current {
    border-bottom-width: 3px;
  }

  .tabs-menu-6 {
    flex-wrap: wrap;
  }

  .benefit-mg-2 {
    width: 35%;
    inset: 22% 11% auto auto;
  }

  .div-block-58 {
    flex-direction: column;
  }

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

  .div-block-59.die {
    display: none;
  }

  .image-66 {
    width: 100%;
    margin-top: 69px;
    padding-top: 0;
    display: block;
  }

  .scroll-line-wrap {
    z-index: 1;
    margin-bottom: -3px;
    bottom: 50%;
  }

  .scroll-base {
    position: relative;
  }

  .dot-block {
    order: 2;
    align-self: center;
    min-height: 10vh;
  }

  .dot {
    z-index: 99;
    position: static;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 110vh;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .img-block {
    z-index: 3;
    order: 3;
    min-height: 40vh;
    max-height: 40vh;
    padding-top: 20px;
    position: relative;
  }

  .img-block.anima-1 {
    width: 70%;
    max-width: 90%;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 40vh;
    padding-bottom: 20px;
  }

  .div-block-61 {
    margin-bottom: 0;
  }

  .article {
    flex-direction: column-reverse;
    align-items: flex-start;
    display: block;
  }

  .distributor-block {
    align-items: stretch;
    width: 200px;
  }

  .distributor-block._1 {
    align-items: center;
  }

  .flag-distributor {
    left: -10px;
  }

  .image-block-7 {
    width: 100%;
  }

  .button-wrapper-distributor {
    display: none;
  }

  .button-wrapper-distributor.mobile {
    display: flex;
  }

  .btn-email {
    align-items: center;
  }

  .perks-distributor {
    width: 80%;
  }

  .image-distributor-1 {
    width: 80%;
    margin-bottom: -28px;
  }

  .link-block-7 {
    background-color: var(--wijar\<deleted\|variable-f1d65c02\>);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .contents-term {
    flex-direction: column;
  }

  .nav-term {
    width: 100%;
    position: static;
  }

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

  .main_form-wrapper.background-color-grey {
    padding: 3.8rem 1.5rem;
  }

  .previous {
    z-index: 6;
    position: fixed;
  }

  .slider-content-wrap {
    padding-top: 75px;
  }

  .form-content {
    width: 90%;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .line-bottom.up {
    margin-top: 25px;
  }

  .mobile-nav-bottom {
    z-index: 5;
    background-color: #fff;
    border-top: 1px solid #8395b126;
    height: 100px;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .next {
    z-index: 6;
    position: absolute;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-section-title {
    line-height: 1.3em;
  }

  .form-wrapper {
    width: 100%;
  }

  .bold-text-24 {
    font-size: 24px;
    line-height: 1.3em;
  }

  .pricing-button-single.white.locked, .pricing-button-single.single-yearly.locked, .pricing-button-single.single-monthly.locked {
    width: 100%;
  }

  .pop-up-div {
    width: 400px;
    height: 400px;
  }

  .pop-up-text {
    font-size: 18px;
  }

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

  .nav-link-new.bt-normal, .nav-link-new.bt-normal-new {
    margin-left: 140px;
    margin-right: 140px;
  }

  .brand-new, .brand-new.w--current {
    width: 100%;
  }

  .skills__columns {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .section-4 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .skills__list {
    margin-right: 0;
  }

  .skills__top {
    margin-bottom: 68px;
  }

  .skills__video {
    height: 52vw;
  }

  .skills__video-wrap {
    max-width: none;
    height: 48vw;
  }

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

  .cta-card-image {
    bottom: -20%;
  }

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

  .grid-2-columns {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cta-card {
    padding-top: 52px;
  }

  .nav-button {
    display: flex;
  }

  .section-header.yellow, .section-header.with-bg {
    height: 650px;
  }

  .text-semi-bold.mid {
    font-size: 16px;
  }

  .text-semi-bold._1, .text-semi-bold._2 {
    text-align: center;
  }

  .heading-1-new.mid.medium {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .heading-1-new.mid.medium._1, .heading-1-new.mid.medium.educator {
    text-align: center;
    font-size: 32px;
  }

  .heading-1-new.mid.medium.student {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
    display: none;
  }

  .heading-1-new.mid.medium.student.mobile {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .heading-1-new.mid.medium.landing-page {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
    display: block;
  }

  .heading-1-new.mid.medium.landing-page.mobile {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .heading-1-new.mid.medium.learn {
    text-align: center;
    font-size: 32px;
  }

  .heading-1-new.mid.medium.apps {
    width: 70%;
  }

  .heading-1-new.mid.medium.aces {
    text-align: center;
    width: auto;
    font-size: 32px;
  }

  .heading-1-new.mid.medium.belajar-id {
    text-align: center;
    font-size: 32px;
  }

  .paragraph-new.mid.mob {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .paragraph-new.lil._18.mid.why {
    width: 100%;
    margin-bottom: 0;
  }

  .paragraph-new.lil.cta {
    width: 80%;
  }

  .paragraph-new.lil.indaclassroom, .paragraph-new.lil.content {
    width: 100%;
  }

  .paragraph-new.lil.aids {
    width: 95%;
  }

  .paragraph-new.lil.educator {
    width: 90%;
  }

  .paragraph-new.lil.create, .paragraph-new.lil.one-platform, .paragraph-new.lil.partnership.cta {
    width: 100%;
  }

  .paragraph-new.lil.tezti {
    width: 95%;
  }

  .paragraph-new.lil.belajar-id {
    width: 100%;
  }

  .paragraph-new._1 {
    text-align: center;
    max-width: 90%;
    font-size: 16px;
  }

  .paragraph-new._2 {
    text-align: center;
    max-width: 100%;
    font-size: 16px;
  }

  .paragraph-new._2.learn {
    width: 80%;
  }

  .header_image.is-1 {
    width: 23%;
    top: -28%;
  }

  .header_image.is-4 {
    width: 23%;
    inset: auto -4% -49% auto;
  }

  .div-component.horizon.who._2 {
    flex-direction: column;
    margin-top: 0;
  }

  .div-component.horizon.what {
    flex-direction: column;
  }

  .div-component.partnership.who._2 {
    flex-direction: column;
    margin-top: 0;
  }

  .div-component.partnership.what {
    flex-direction: column;
  }

  .component-left._50.what {
    max-width: 100%;
  }

  .component-left._50.who {
    max-width: 100%;
    padding: 0;
  }

  .component-left._50.head.educator {
    margin-bottom: 40px;
  }

  .component-right._50.mid.what, .component-right._50.white-background, .component-right._50.who {
    max-width: 100%;
  }

  .component-right._50.head {
    height: 275px;
    padding: 8px;
  }

  .component-right._50.one-platform, .component-right._50.belajar-id {
    max-width: 100%;
  }

  .heading-2-new {
    text-align: center;
    line-height: 1.4em;
  }

  .heading-2-new.mid.in-da-classroom {
    width: 100%;
  }

  .heading-2-new.mid.plans.educator {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2-new.mid.educator._1 {
    display: none;
  }

  .heading-2-new.mid.educator._2 {
    width: 100%;
    display: block;
  }

  .heading-2-new.mid.learn {
    font-size: 24px;
  }

  .heading-2-new.mid.learn._1 {
    display: none;
  }

  .heading-2-new.mid.learn._2 {
    width: 100%;
    display: block;
  }

  .heading-2-new.mid.apps, .heading-2-new.mid.guideline {
    width: 80%;
  }

  .heading-2-new.mid.belajar-id._1 {
    display: none;
  }

  .heading-2-new.mid.belajar-id._2 {
    width: 100%;
    display: block;
  }

  .heading-2-new._1 {
    display: none;
  }

  .heading-2-new._2 {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .heading-2-new._3 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-2-new.testi {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2-new.student-editor {
    width: 100%;
  }

  .heading-2-new.partner {
    text-align: left;
  }

  .div-block-68 {
    height: 125%;
  }

  .div-block-68.student {
    height: 100%;
  }

  .heading-3-new.white {
    font-size: 20px;
  }

  .heading-3-new.white.left {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3-new.white._32.padding {
    width: 70%;
    font-size: 24px;
  }

  .heading-3-new.white._32.padding._2 {
    width: 100%;
  }

  .heading-3-new.why {
    font-size: 18px;
  }

  .heading-3-new.why.white {
    font-size: 20px;
  }

  .image-69 {
    width: 85%;
  }

  .card-wrapper-why {
    display: none;
  }

  .card-wrapper-why._1 {
    flex-direction: row;
    display: flex;
  }

  .image-70.why {
    width: 50%;
    margin-bottom: 23px;
  }

  .page-padding-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-grid_unlocks-shoe {
    width: 150px;
    margin-left: -10px;
  }

  .hero-grid-block {
    flex: 1;
    padding: 20px;
  }

  .hero-h2-heading {
    font-size: 42px;
  }

  .hero-h3-heading {
    font-size: 18px;
  }

  .div-block-69 {
    top: -27%;
  }

  .div-block-70 {
    bottom: 6%;
    left: -2%;
  }

  .card-why {
    background-color: var(--yello);
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 24px 40px;
    font-size: 12px;
    display: flex;
  }

  .card-why._2 {
    background-color: var(--blu);
  }

  .card-why._3 {
    background-color: var(--mera);
  }

  .slide-nav-7 {
    display: block;
    bottom: -29px;
  }

  .slider-7 {
    background-color: #b9b9b900;
    border-radius: 20px;
    width: 100%;
    height: 450px;
    padding: 0;
  }

  .left-arrow-4 {
    display: none;
    inset: 0% auto 0% -4%;
  }

  .right-arrow-4 {
    display: none;
    inset: 0% -4% 0% auto;
  }

  .hero-new {
    padding: 64px 24px;
  }

  .hero-new.distributor {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-new.home {
    padding-top: 89px;
  }

  .hero-new.video {
    display: none;
  }

  .hero-new.ace {
    padding: 70px 24px;
  }

  .hero-new.overviw {
    padding: 30px;
  }

  .hero-new.ace-guide {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .hero-new.ace-benefit {
    padding: 30px;
  }

  .tab-link-accordion---brix {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-default.mg-bottom-0 {
    font-size: 14px;
  }

  .tabs-menu---brix {
    flex-direction: column;
  }

  .tabs-content---brix {
    margin-top: 20px;
  }

  .text-block-educator {
    font-size: 16px;
  }

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

  .heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .card-2 {
    max-width: 100%;
  }

  .card-2.content-left.pd-40px---64px {
    padding: 44px 32px;
  }

  .card-2.form {
    min-height: auto;
    padding: 32px;
  }

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

  .avatar-circle._04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

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

  .sharing__plane {
    width: 80%;
  }

  .sharing__text-heading {
    font-size: 2.6em;
  }

  .sharing__text {
    margin-bottom: 40px;
  }

  .div-block-76, .div-block-4 {
    width: 80%;
    margin-bottom: 20px;
  }

  .card-container {
    flex-direction: column;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-77 {
    width: 80%;
  }

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

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .cards_wrapper._374px {
    max-width: 100%;
  }

  .card_heading {
    font-size: 26px;
  }

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

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .card-3.sibling_link-item {
    height: 400px;
  }

  .card_image {
    width: 60%;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .grid-2-col.children-perspective-1000px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .text-area-2 {
    border-radius: 18px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }

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

  .grid-2-columns-2.form {
    grid-row-gap: 20px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .card-content-pd.card-map {
    padding: 32px;
  }

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

  .image-br-top._24px {
    width: 90%;
  }

  .only-mobile {
    display: none;
  }

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

  .card_2col-content {
    min-height: auto;
  }

  .text-size-regular {
    font-size: 1.125rem;
  }

  .text-size-medium {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .text-size-medium.text-color-gray800 {
    font-size: 24px;
  }

  .card_service_image-wrapper {
    border-radius: .5rem;
  }

  .card-4 {
    border-radius: 1rem;
    grid-template-columns: 1fr;
    padding: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .card_2col-layout {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
  }

  .card_service_image.is-big {
    width: 80%;
  }

  .testimonial-card {
    flex-wrap: wrap;
  }

  .testimonial-image-wrap {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 280px;
  }

  .slider-horizontal {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .horizontal-angle {
    display: none;
  }

  .horizontal-content-block {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: 100%;
    padding: 45px;
  }

  .testimonial-image-wrap-2 {
    width: 100%;
    height: 280px;
  }

  .horizontal-content-block-2 {
    width: 100%;
    padding: 45px;
  }

  .slide-14 {
    padding: 16px;
  }

  .pre-title.astuv1 {
    text-align: center;
  }

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

  .web-player-section.transparant {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-675 {
    font-size: 12px;
  }

  .heading-new-2 {
    margin-top: 20px;
    font-size: 38px;
  }

  .heading-new-2.mobile {
    color: #00063f;
    font-size: 28px;
    line-height: 1.25em;
  }

  .hero-section {
    padding: 60px 5%;
  }

  .hero-section.one {
    padding: 60px 5% 130px;
  }

  .carv1 {
    padding: 25px;
  }

  .carv1.dark {
    background-color: #0b1030;
    background-image: url('../images/edusmblr-bg2x.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 75%;
  }

  .text-block-v1._1 {
    margin-top: 50%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-left {
    width: 100%;
  }

  .column-left.wp {
    margin-top: 0;
    padding: 0;
  }

  .edusmblr-desc {
    text-align: center;
    padding-top: 50%;
    padding-right: 10px;
  }

  .heading-28 {
    text-align: left;
  }

  .edusmblr-image {
    display: none;
    position: relative;
    right: auto;
  }

  .headline.h-2 {
    font-size: 28px;
  }

  .headline.h-2.edusmblr {
    color: #f8faff;
  }

  .column-right {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .content-h2 {
    font-size: 18px;
  }

  .content-h2.edusemblr {
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
  }

  .image-learn {
    width: 100%;
  }

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

  .slider-card_bottom {
    width: auto;
    margin-top: .25rem;
  }

  .slider-card_bottom.blog {
    display: none;
  }

  .container-custom-1 {
    padding: 0 1.25rem;
  }

  .slider_mask {
    width: auto;
  }

  .slider_arrow:hover {
    background-color: #fff;
  }

  .slider_arrow.left {
    padding-left: 0;
    padding-right: 0;
    right: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .slider_slide {
    width: auto;
  }

  .slider-card {
    align-items: flex-start;
    width: auto;
    display: inline-block;
  }

  .slider-card.yello {
    justify-content: space-between;
    align-items: center;
    height: auto;
    min-height: 13rem;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .slider-card.blu, .slider-card.red {
    justify-content: space-between;
    align-items: center;
    min-height: 13rem;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .slider-card.blog.blu {
    justify-content: space-between;
    align-items: center;
    min-height: auto;
    padding-top: 0;
  }

  .slider-card.blog.yello, .slider-card.blog.red {
    min-height: auto;
  }

  .slider-card_top {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .heading-style-h2 {
    font-size: 1.4rem;
  }

  .heading-style-h2.white.blog {
    font-size: 14px;
  }

  .heading-style-h2.inspo {
    font-size: 18px;
  }

  .heading-style-h2.blog {
    font-size: 14px;
  }

  .heading-style-h2.learn {
    margin-top: 10px;
    font-size: 18px;
  }

  .slider-9 {
    margin-top: 3rem;
  }

  .paragraph-15._1, .paragraph-15._1.white.blog, .paragraph-15.inspo {
    font-size: 12px;
  }

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

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

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

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.lefi, .btn-circle-secondary.regi {
    display: none;
  }

  .grid-4-columns._4-col-tablet {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns._4-col-tablet.gap-16px {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-110 {
    object-fit: fill;
    width: 40%;
  }

  .inspo-div-1 {
    min-height: auto;
  }

  .inspo-div-2 {
    height: 70px;
    min-height: 60px;
  }

  .video-6 {
    max-width: 375px;
  }

  .button-belajar-id, .button-belajar-id.lower {
    width: 40%;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 14px;
  }

  .navbar {
    background-color: var(--white-2);
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-2 {
    justify-content: center;
    padding-right: 0;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-link.bt-normal {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin: 19px 40px 24px;
    display: none;
  }

  .nav-link.bt-normal.loggedin {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 7px;
  }

  .nav-link.bt-normal-new {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin: 19px 40px 24px;
    display: none;
  }

  .brand {
    justify-content: center;
    width: 50%;
  }

  .brand.w--current {
    width: 60%;
    margin-right: 20px;
  }

  .nav-menu {
    background-color: var(--white-2);
    justify-content: center;
    padding-bottom: 1px;
  }

  .hero {
    max-width: 90%;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero.distributor {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .hero.home {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero.ace {
    padding: 30px 24px 10px;
  }

  .hero.overviw {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .hero.sa {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero.ace-guide {
    background-position: 60% 200%, 0 80%, 100% 95%;
    background-size: 135%, 50%, 40%;
  }

  .hero.ace-benefit {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .hero.partnership {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .heading.centered {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .heading.centered.cta {
    font-size: 20px;
  }

  .heading.home {
    z-index: 2;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1.3em;
  }

  .heading.home.white {
    margin: 0;
  }

  .heading.home.white.centre.title-hiw {
    font-size: 20px;
  }

  .heading.home.white.edu {
    font-size: 25px;
  }

  .heading.home.white.edu._1 {
    text-align: center;
  }

  .heading.home.white.product {
    font-size: 24px;
  }

  .heading.home.white.mobile {
    text-align: center;
    font-size: 24px;
  }

  .heading.home.big {
    padding-left: 0;
    font-size: 32px;
  }

  .heading.home.big.transparant.hiw-slide {
    font-size: 18px;
  }

  .heading.home.center {
    font-size: 24px;
    line-height: 1.2em;
  }

  .heading.home.center.page {
    font-size: 28px;
  }

  .heading.home.center.distributor {
    font-size: 25px;
  }

  .heading.home.center.landing-page {
    font-size: 24px;
  }

  .heading.home.centre.title-hiw {
    font-size: 22px;
  }

  .heading.home.centre.title-hiw._2 {
    font-size: 20px;
  }

  .heading.home.distributor {
    text-align: center;
    margin-bottom: 15px;
  }

  .heading.home.ace {
    font-size: 28px;
  }

  .heading.home.edu-app {
    text-align: center;
  }

  .heading.home.overview {
    font-size: 24px;
  }

  .heading.home.campaign {
    font-size: 26px;
  }

  .heading.home.school-ambass {
    font-size: 25px;
  }

  .heading.home.ace-guide {
    font-size: 24px;
  }

  .heading-2 {
    z-index: 2;
    font-size: 15px;
  }

  .heading-2.white {
    font-size: 16px;
  }

  .heading-2.white.padding-right-130 {
    padding-right: 0;
  }

  .heading-2.white.left-align {
    font-size: 14px;
  }

  .heading-2.distributor {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .heading-2.distributor.mobile {
    display: block;
  }

  .heading-2.campaign {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .button {
    z-index: 2;
    font-size: 14px;
  }

  .button.white {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.forum-facebook {
    margin-left: 15px;
  }

  .button.inventor {
    margin-top: 20px;
  }

  .button.loc-indo {
    text-align: center;
    margin-right: 0;
  }

  .button.loc-other {
    text-align: center;
    margin-left: 0;
    font-size: 10px;
  }

  .image-2 {
    width: 50%;
    display: block;
    top: -378px;
    left: 8%;
  }

  .image-2.how-it-works-2 {
    width: 50%;
    bottom: -141px;
    left: 172px;
  }

  .image-2.clas-resources-2 {
    width: 30%;
    top: -17px;
    bottom: -83px;
    left: 0;
  }

  .image-1 {
    width: 65%;
    padding-top: 0;
    padding-bottom: 0;
    inset: auto -10% 0% auto;
  }

  .image-1.how-it-works-1 {
    width: 50%;
    bottom: 331px;
    left: 188px;
  }

  .image-1.calss-resources-1 {
    bottom: 266px;
    left: 202px;
  }

  .image-1.home {
    display: none;
  }

  .image-3 {
    width: 70%;
    top: auto;
    bottom: -82px;
    left: -34px;
  }

  .image-3.how-it-works-3 {
    bottom: 355px;
  }

  .image-3.class-resources-3 {
    bottom: -16px;
    left: 153px;
  }

  .image-4 {
    width: 50%;
    display: block;
    top: -230px;
    left: 76%;
    right: auto;
  }

  .image-4.how-it-works-4 {
    bottom: 226px;
  }

  .image-4.class-resources-4 {
    width: 20%;
    top: -357px;
    bottom: 124px;
    left: 158px;
  }

  .image-5 {
    width: 80%;
    display: block;
    top: -80px;
    bottom: auto;
    left: 173px;
  }

  .image-5.how-it-works-5 {
    display: block;
    top: -3px;
    left: 8px;
  }

  .image-5.class-resources-5 {
    width: 50%;
    display: block;
    bottom: -79px;
    left: 161px;
  }

  .image-5.home {
    width: 40%;
    left: 73%;
  }

  .image-6 {
    width: 45%;
    top: -226px;
    bottom: auto;
    left: -23%;
  }

  .image-6.how-it-works-6 {
    top: -210px;
    left: 231px;
  }

  .image-6.class-resources-6 {
    width: 30%;
    top: auto;
    bottom: 337.25px;
    left: 200px;
  }

  .s50 {
    display: block;
  }

  .s50.hilang {
    display: none;
  }

  .intro {
    max-width: 90%;
    padding-bottom: 54px;
    padding-left: 35px;
    padding-right: 37px;
  }

  .intro.feature-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 35px 21px 36px;
  }

  .intro.feature-3.testimoni.blue {
    max-width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .intro.feature-3.cta-ace {
    margin-top: 30px;
  }

  .intro.career {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-9 {
    width: 100%;
  }

  .heading-3 {
    margin-top: 15px;
    padding-right: 26px;
  }

  .heading-3.mm {
    margin-top: 94px;
  }

  .heading-3.mm.left {
    text-align: center;
    font-size: 25px;
  }

  .heading-3.mm.left.white.distributor {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .heading-3.mob {
    padding-right: 106px;
  }

  .heading-3.mob.center {
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
    line-height: 1.2em;
  }

  .heading-3.center {
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 0;
    font-size: 28px;
  }

  .description {
    text-align: left;
    padding-right: 0;
  }

  .description.centered {
    padding-left: 12px;
    padding-right: 12px;
  }

  .description.centered.overview {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .description.left {
    margin-top: 10px;
    padding-right: 0;
  }

  .description.left-align {
    text-align: center;
    font-size: 14px;
    line-height: 1.6em;
  }

  .description.left-align.center.slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .description.left-align.benefit {
    font-size: 12px;
  }

  .description.left-align.benefit.page {
    font-size: 16px;
  }

  .description.white {
    margin-bottom: 0;
  }

  .description.white.distributor, .description.white.mobile {
    text-align: center;
  }

  .description.white.custom-marker {
    text-align: justify;
  }

  .description.centre.impact {
    font-size: 12px;
  }

  .description.center-align.kit {
    font-size: 14px;
  }

  .description.left-align {
    font-size: 16px;
    line-height: 1.6em;
  }

  .description.left-align.center {
    font-size: 14px;
  }

  .description.distributor {
    text-align: justify;
  }

  .description.career {
    font-size: 14px;
  }

  .description.ace-guide {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .description.overview {
    padding-left: 12px;
    padding-right: 12px;
  }

  .feature-1 {
    max-width: 90%;
    padding: 157px 16px 205px;
  }

  .feature-1.padding-165.overview {
    padding-top: 65px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-1.distributor {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .feature-1.haha.overview {
    padding-top: 65px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-1.educator {
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-1.educator.overview {
    padding-top: 65px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-10 {
    top: -59px;
    left: -2px;
  }

  .image-11 {
    top: 215px;
    left: 201px;
  }

  .image-12 {
    width: 25%;
    top: 387px;
    left: -5px;
  }

  .image-14 {
    width: 55%;
    top: -68px;
    left: 174px;
  }

  .image-15 {
    z-index: 0;
    width: 22%;
    bottom: 106px;
    left: -22px;
  }

  .image-16 {
    width: 30%;
    bottom: -61px;
    left: 195px;
  }

  .feature-2 {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .feature-2.what-you-get {
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-2.career-2 {
    margin-top: 35px;
  }

  .feature-2.tab-mob {
    width: 85%;
  }

  .feature-2.campaign {
    background-position: 50%;
    height: auto;
  }

  .feature-2._2 {
    margin-top: 50px;
  }

  .feature-2.sa {
    margin-top: 25px;
  }

  .feature-2._3 {
    margin-top: 40px;
  }

  .columns-3 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .column {
    grid-column-gap: 11px;
    padding-left: 42px;
    padding-right: 42px;
  }

  .app-feature-item {
    flex: 1;
    width: 100%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .app-feature-item._1, .app-feature-item._2, .app-feature-item._3, .app-feature-item._4 {
    align-self: auto;
  }

  .left {
    padding-left: 26px;
    padding-right: 26px;
  }

  .image-19 {
    width: 100%;
    padding-top: 16px;
    display: none;
    top: -63px;
    bottom: 0;
    left: 171px;
  }

  .show-item {
    height: 175px;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .show-item._2 {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .show-category {
    padding: 5px 14px;
    font-size: 12px;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 1.2em;
  }

  .heading-4.item {
    font-size: 15px;
  }

  .item-inner {
    height: 200px;
  }

  .section {
    max-width: 90%;
    margin-top: 30px;
    padding-bottom: 21px;
  }

  .section.policy {
    margin-top: 1px;
  }

  .section.cta-overview {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .download {
    flex-direction: column;
    padding-right: 20px;
  }

  .dicon {
    width: 205px;
    height: auto;
    padding-bottom: 16px;
  }

  .dicon.edu {
    height: auto;
  }

  .footer {
    background-size: 642px;
  }

  .div-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .credits {
    padding-left: 37px;
    padding-right: 163px;
  }

  .container-5 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .container-5.flex {
    justify-content: center;
  }

  .column-2 {
    align-items: center;
    margin-top: 206px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-3 {
    padding-left: 48px;
    padding-right: 41px;
  }

  .menu-button {
    background-color: #0000;
    display: block;
  }

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

  .utility-page-wrap {
    height: auto;
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .title-heading {
    margin-top: 15px;
    padding-right: 26px;
  }

  .title-heading.centered {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 25px;
    line-height: 1.4em;
  }

  .title-heading.centered.overview {
    font-size: 24px;
  }

  .title-heading.home {
    padding-right: 0;
    font-size: 22px;
  }

  .title-heading.overview {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 25px;
    line-height: 1.4em;
  }

  .common-flexbox.vertical {
    padding: 15px;
  }

  .common-flexbox.vertical.article-item {
    padding-left: 0;
    padding-right: 0;
  }

  .common-flexbox.vertical.article-item.why-use-assemblr {
    padding-top: 0;
    padding-bottom: 0;
  }

  .common-flexbox.vertical.benefit {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .common-flexbox.no-padding.distributor {
    align-items: center;
  }

  .common-flexbox.no-padding.distributor-2 {
    flex-direction: column;
  }

  .common-flexbox.no-padding.edu-app._2 {
    margin-top: 0;
  }

  .common-flexbox.educator-kit {
    padding: 10px;
  }

  .flexbox-grid-item._w-100.distributor {
    margin-right: 0;
  }

  .flexbox-grid-item._w-100.distributor-2 {
    margin-left: 0;
  }

  .flexbox-grid-item._w-100.career {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flexbox-grid-item._w-100.career-2 {
    align-items: center;
  }

  .flexbox-grid-item._w-50.vertical.ace-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .flexbox-grid-item._w-50.first-order.app {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .flexbox-grid-item._w-50.sa-2 {
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .flexbox-grid-item._w-50.support {
    text-align: center;
  }

  .flexbox-grid-item._w-50.plans {
    text-align: left;
    align-items: flex-start;
  }

  .flexbox-grid-item._w-50.plans-2 {
    flex-direction: column;
  }

  .flexbox-grid-item._w-50.career-2 {
    order: -1;
  }

  .flexbox-grid-item._w-50.job {
    padding: 15px;
  }

  .flexbox-grid-item._w-50.relative {
    width: 100%;
  }

  .flexbox-grid-item._w-50.ace {
    height: auto;
  }

  .flexbox-grid-item._w-50.custom-marker {
    width: 100%;
  }

  .flexbox-grid-item._w-25.block-element {
    flex: none;
    height: 0;
    min-height: 0;
  }

  .flexbox-grid-item._w-33 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .flexbox-grid-item._w-70.vertical.benefit {
    display: none;
  }

  .flexbox-grid-item._w-40.form {
    padding-left: 0;
    padding-right: 0;
  }

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

  .wide-container {
    padding-bottom: 0;
  }

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

  .app-feature-wraper {
    flex-direction: column;
  }

  .item-wrapper.h-50.benefit {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .new-hero {
    padding: 68px 20px;
  }

  .nav-link-wrapper {
    text-align: left;
    flex-direction: column;
    flex: 1;
    display: block;
  }

  .logo-block {
    flex: 0 auto;
    width: 70%;
    padding-left: 0;
  }

  .image-24 {
    width: 90%;
  }

  .waw {
    z-index: 10;
    justify-content: center;
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .icon-7 {
    font-size: 30px;
  }

  .new-intro {
    max-width: 90%;
    padding-bottom: 55px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .floating-card {
    left: -19px;
  }

  .hero---how-it-work {
    max-width: 90%;
    padding: 95px 8px;
  }

  .slider-2 {
    height: 450px;
  }

  .left-arrow {
    width: 10%;
    padding-left: 0;
    display: none;
  }

  .right-arrow {
    width: 10%;
    display: none;
  }

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

  .card.edu {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 25px;
  }

  .card.edu.basic {
    background-image: linear-gradient(135deg, #ffa600, #e47546);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .card.edu.premium, .card.edu.individual {
    background-image: linear-gradient(#da4552, #d6497f);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .featured-4 {
    max-width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon-8 {
    margin-right: 0;
  }

  .hero---class-resources {
    max-width: 90%;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tutor-image {
    width: 100%;
  }

  .tutor-image.edu {
    height: auto;
  }

  .feature-3.ace {
    padding-left: 10px;
    padding-right: 10px;
  }

  .benefit-ace {
    margin: 10px 15px;
    padding: 15px;
    position: static;
  }

  .desc-title {
    font-size: 12px;
  }

  .card-wrapper {
    width: 240px;
    height: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .content-wrapper {
    width: 100%;
  }

  .card-heading {
    font-size: 20px;
  }

  .faq-question-2 {
    height: auto;
  }

  .faq-q-text {
    font-size: 14px;
  }

  .rich-text-block-4 {
    width: 100%;
    font-size: 12px;
  }

  .item-wrapper-4 {
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-6.home {
    z-index: 2;
    text-align: left;
    z-index: 2;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.3em;
  }

  .heading-6.home.price {
    text-align: center;
    font-size: 24px;
  }

  .heading-6.home.center, .heading-6.home.custom-marker {
    font-size: 28px;
  }

  .intro-3 {
    max-width: 90%;
    padding-bottom: 54px;
    padding-left: 35px;
    padding-right: 37px;
  }

  .intro-3.feature-3 {
    padding: 35px 21px 36px;
  }

  .intro-3.feature-3.vertical {
    margin-bottom: 32px;
  }

  .heading-7 {
    margin-top: 15px;
    padding-right: 26px;
  }

  .heading-7.mob {
    padding-right: 106px;
  }

  .heading-7.mob.center {
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
    line-height: 1.2em;
  }

  .button-3 {
    z-index: 2;
  }

  .button-3.price {
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .show-category-2 {
    padding: 5px 14px;
    font-size: 12px;
  }

  .heading-8 {
    font-size: 18px;
    line-height: 1.2em;
  }

  .image-slider {
    width: 100%;
  }

  .image-slider.image-round, .image-slider.kaka-tua {
    width: 90%;
  }

  .intro-4 {
    max-width: 90%;
    padding-bottom: 54px;
    padding-left: 35px;
    padding-right: 37px;
  }

  .adress-wrapper {
    flex-direction: column;
  }

  .html-embed {
    width: 250px;
    height: 200px;
    padding: 10px;
  }

  .intro-price {
    border-radius: 0;
    max-width: 100%;
    padding-bottom: 54px;
    padding-left: 0;
    padding-right: 0;
  }

  .desc-price.white {
    font-size: 10px;
  }

  .desc-price.left {
    text-align: center;
    padding-right: 0;
  }

  .desc-price.white {
    font-size: 8px;
    line-height: 1.4em;
  }

  .grid-label {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }

  .product-image {
    margin-left: 0;
  }

  .white-background {
    display: block;
  }

  .grid-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
    display: flex;
  }

  .image-icon {
    width: 40%;
  }

  .testimoni {
    margin-top: 15px;
    padding-right: 0;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .hero---community {
    max-width: 90%;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .address-block.support {
    text-align: center;
  }

  .image-30, .image-30.sa {
    width: 100%;
  }

  .title-label-2 {
    font-size: 16px;
    line-height: 1em;
  }

  .title-label-2.white {
    font-size: 14px;
  }

  .pricing-feature-title-2 {
    text-align: center;
    font-weight: 400;
  }

  .price-title-3.white {
    font-size: 14px;
  }

  .big-block-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .big-block-7.transparant.blue {
    z-index: 9999;
  }

  .big-block-7.highlight {
    z-index: 9999;
    padding-left: 10px;
    padding-right: 10px;
  }

  .big-block-7.highlight-2x.magen, .big-block-7.free {
    z-index: 9999;
  }

  .nav-link-3 {
    font-size: 16px;
  }

  .hero---plans {
    border-radius: 20px;
    max-width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero---plans.pricing {
    margin-bottom: 64px;
  }

  .wyg-wrapper {
    align-items: stretch;
  }

  .wyg-wrapper.head {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-31._1 {
    width: 100%;
  }

  .image-wyg, .image-wyg.phone {
    width: 80%;
  }

  .heading-10, .heading-10._1 {
    font-size: 24px;
  }

  .rich-text-block-6 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .div-block-12 {
    justify-content: flex-start;
  }

  .image-distributor {
    width: 100%;
  }

  .image-distributor.block {
    width: 70%;
  }

  .grid-15 {
    grid-template-rows: auto auto;
    margin-left: 0;
    margin-right: 0;
  }

  .benefit-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .list-2 {
    padding-left: 20px;
  }

  .image-32 {
    width: 80%;
  }

  .heading-distributor-block {
    font-size: 16px;
  }

  .video-3 {
    width: 100%;
  }

  .hero-career {
    border-radius: 0;
    max-width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block-2.astu {
    align-items: stretch;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-2.edu, .link-block-2.app {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-12 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

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

  .text-wrapper-career {
    margin-top: 0;
  }

  .image-33 {
    width: auto;
    height: auto;
  }

  .heading-13 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.6em;
  }

  .intro-career {
    flex-direction: column;
    display: flex;
  }

  .duties-career {
    margin-top: 5px;
  }

  .rich-text-block-7 {
    font-size: 14px;
  }

  .requirenment-career, .benefit--career {
    margin-top: 5px;
  }

  .form-block {
    padding: 15px;
  }

  .collection-list {
    align-items: center;
  }

  .bold-text-3 {
    line-height: 1.2em;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .slide-nav-2._1 {
    margin-bottom: -45px;
  }

  .slide-nav-2.hide {
    display: block;
  }

  .slider-wrapper-classroom.open-minds {
    width: 100%;
  }

  .education-plan {
    padding-left: 0;
    padding-right: 0;
  }

  .separator-free {
    display: none;
  }

  .wyg-title {
    height: 100px;
  }

  .bold-text-5 {
    font-size: 22px;
  }

  .image-35 {
    width: 60%;
  }

  .column-7 {
    padding-bottom: 0;
  }

  .image-38 {
    width: 100%;
  }

  .toggle-text, .toggle-text.monthly-toggle {
    display: none;
  }

  .toggle-text.monthly-toggle._2 {
    display: block;
  }

  .toggle-text.school {
    display: none;
  }

  .toggle-contain {
    margin-left: 15px;
    margin-right: 15px;
  }

  .distibutor-wrapper {
    flex-direction: column;
  }

  .distriburor-block {
    width: 100%;
  }

  .distriburor-block.id, .distriburor-block.rus, .distriburor-block.ukraine, .distriburor-block.india {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .distributor-text {
    font-size: 12px;
  }

  .image-39 {
    width: 100%;
  }

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

  .image-40._2 {
    width: 50px;
  }

  .ace-flag-wrapper {
    display: flex;
  }

  .nation-name {
    font-size: 24px;
  }

  .slider-3 {
    height: auto;
  }

  .slide-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-wrapper-2 {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slide-nav-3 {
    padding-top: 20px;
  }

  .right-arrow-3 {
    padding-right: 0;
    display: none;
  }

  .left-arrow-3 {
    display: none;
  }

  .bold-text-14 {
    font-size: 28px;
  }

  .pricing-details-wrap.home {
    padding-top: 16px;
  }

  .pricing-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-section.home, .pricing-section.educator {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .pricing-card.red.premium.home {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing-card.yello.school, .pricing-card.yello.individual {
    width: 100%;
    margin-right: 0;
  }

  .pricing-card.yello.individual.home {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing-card.free {
    width: 100%;
    margin-right: 0;
  }

  .pricing-card.free.home {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing-card.individual {
    width: 100%;
    height: auto;
  }

  .pricing-card.single, .pricing-card.group {
    width: 100%;
    margin-right: 0;
  }

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

  .pricing-column.home, .pricing-column.home.last {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-16, .pricing-2.white {
    font-size: 25px;
  }

  .pricing-2.white.depan.promo {
    font-size: 14px;
  }

  .title-block {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .check.silang {
    width: 15px;
  }

  .download-wrapper.app {
    margin-top: 0;
  }

  .image-48 {
    width: 90%;
  }

  .profile-block {
    flex-flow: column wrap;
    justify-content: center;
  }

  .standard-paragraph {
    text-align: center;
    font-size: 16px;
  }

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

  .content-white-h2 {
    font-size: 32px;
  }

  .content-white-h2.overview {
    font-size: 24px;
  }

  .profile-image {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .profile-details {
    align-items: center;
  }

  .arrow-left-2 {
    width: 42px;
    height: 42px;
  }

  .slide-wrap-2 {
    justify-content: center;
    height: 550px;
    min-height: 350px;
    padding: 38px;
  }

  .arrow-right-2 {
    width: 42px;
    height: 42px;
  }

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

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

  .pricing-table-cell.mobile.left.title, .pricing-table-cell.left.title.price {
    padding-right: 0;
  }

  .text-block-2 {
    font-size: 10px;
  }

  .sign-up-button-pink {
    padding: 3px;
  }

  .text-block-white {
    font-size: 12px;
  }

  .check-2 {
    width: 20px;
  }

  .pricing-section-2 {
    padding: 40px 20px;
  }

  .pricing-title, .feature-name {
    font-size: 14px;
  }

  .card_col_2 {
    flex-direction: column;
    padding-left: 0;
  }

  .paragraph {
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph.ace {
    text-align: center;
    font-size: 14px;
  }

  .col_60 {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .col_40 {
    padding-left: 0;
  }

  .card_row {
    flex-direction: column;
    padding-right: 0;
  }

  .card_base {
    width: 100%;
  }

  .h1_example {
    text-align: center;
    line-height: 1.3;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .wg-element {
    height: 25vh;
  }

  .div-log-out.logged-out {
    margin-bottom: 25px;
    display: none;
  }

  .div-block-16 {
    width: 160px;
    padding-left: 35px;
    padding-right: 10px;
  }

  .banner-wrap-left {
    flex-direction: column;
    align-items: center;
  }

  .div-block-49 {
    margin-bottom: 10px;
  }

  .cookie {
    display: none;
  }

  .div-log-in {
    font-size: 16px;
  }

  .div-log-in.bt-normal {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin: 19px 40px 24px;
    display: none;
  }

  .div-log-in.bt-normal.loggedin {
    margin: 20px 40px;
    padding-top: 7px;
    display: block;
  }

  .div-log-in.bt-normal.loggedin.new {
    margin-right: 0;
    display: block;
  }

  .div-log-in.bt-normal.loggedin._2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-log-in.bt-normal-new {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin: 19px 40px 24px;
    display: none;
  }

  .pricing-3.white {
    font-size: 38px;
  }

  .image-ace-blr {
    margin-top: 15px;
  }

  .image-54 {
    width: 130%;
    max-width: none;
  }

  .image-55 {
    width: 135%;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .image-dowbload-mobile {
    width: 90%;
  }

  .sign-up-button.free-edu.landing._1 {
    width: 100%;
    font-size: 12px;
  }

  .pricing-button-personal-pink, .pricing-button-basic-pink, .pricing-button-premium-pink {
    padding: 3px;
  }

  .logo-div {
    width: 100%;
  }

  .logo-div._2, .logo-div._3 {
    width: 30%;
  }

  .image-56 {
    width: 80%;
  }

  .image-56._1, .image-57 {
    width: 100%;
  }

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

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

  .content-h1 {
    text-align: center;
    font-size: 42px;
  }

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

  .button-5 {
    min-width: 120px;
    font-family: Poppins, sans-serif;
    font-size: 12px;
  }

  .button-t {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 600;
  }

  .image-59 {
    width: 100%;
  }

  .bold-text-17 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .paragraph-6 {
    font-size: 13px;
  }

  .paragraph-7 {
    max-width: 250px;
    margin-top: 0;
    font-size: 13px;
  }

  .paragraph-7.ace-1, .paragraph-7.ace {
    font-size: 14px;
  }

  .paragraph-7.italic {
    font-size: 10px;
  }

  .paragraph-7.ace-2 {
    font-size: 14px;
  }

  .tab-grid {
    grid-row-gap: 0px;
  }

  .content-section.task-list {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-section.new {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .tab-h1 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .tab-panel {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabs-content-2 {
    padding-top: 20px;
  }

  .load-bar-base {
    width: 100%;
    display: none;
  }

  .text-block-66 {
    padding-left: 7px;
    font-size: 12px;
    display: block;
  }

  .tab-image {
    width: 25px;
    height: 25px;
  }

  .animation-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .animation-block.a {
    height: 235px;
    padding: 10px 0;
  }

  .standard-tab.left {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .content-block.new {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-17 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-17.overview {
    font-size: 24px;
  }

  .background-video {
    width: 270px;
    height: 270px;
  }

  .background-video._1 {
    width: 100%;
  }

  .image-60 {
    width: 50%;
    inset: auto 0% 0% 35%;
  }

  .bold-text-18 {
    font-size: 26px;
  }

  .button-1.voucher-eng, .button-1.voucher-ph, .button-1.voucher-th {
    margin-top: 20px;
  }

  .button-1-text, .button-1-text-other {
    font-size: 12px;
  }

  .hero-partnership {
    max-width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-partnership.home {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .hero-partnership.ace {
    padding: 30px 24px 10px;
  }

  .hero-partnership.overviw {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .image-61 {
    width: 55%;
  }

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

  .play-button {
    left: 43%;
  }

  .image-62 {
    width: 35px;
  }

  .edtech-bloc, .edtech-bloc.luarsekolah {
    height: 80px;
  }

  .edtech-bloc.ingenio {
    height: auto;
  }

  .edtech-bloc.indox {
    height: 80px;
  }

  .edtech-bloc.sekolahmu {
    height: auto;
  }

  .edtech-bloc.cakap {
    height: 80px;
  }

  .edtech-bloc.maubelajarapa, .edtech-bloc.octagon {
    height: auto;
  }

  .edtech-logo.sekolahmu, .edtech-logo.indox {
    width: 80%;
  }

  .edtech-logo.cleverbook {
    width: 50%;
  }

  .edtech-logo.open-mind {
    width: 80%;
  }

  .content-wrapper-2 {
    margin-top: 20px;
  }

  .tab-1.w--current, .tab-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-partner {
    min-width: 300px;
  }

  .text-block-68 {
    font-size: 12px;
  }

  .tabs-menu-4 {
    display: flex;
  }

  .grid-product {
    grid-template: "Area"
                   "."
                   "."
                   / 1fr;
  }

  .icon-pricing {
    width: 30%;
  }

  .pricing-check-wrapper {
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-44, .text-block-43 {
    font-size: 14px;
  }

  .gallery-grid-container-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-51._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-10 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .background-video-2 {
    height: 180px;
  }

  .div-block-52.asc {
    display: none;
  }

  .grid-20 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .section-3.voucher {
    padding-top: 30px;
  }

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

  .text-block-69 {
    font-size: 12px;
  }

  .grid-21 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .logo-sa-wrapper {
    width: 100%;
    height: 80px;
  }

  .logo-sa {
    height: 100%;
  }

  .comingsoon-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-sa-2 {
    font-size: 16px;
  }

  .description-block {
    height: auto;
    padding: 20px;
  }

  .media {
    width: 70%;
  }

  .media._1 {
    width: 80%;
  }

  .faq-grid {
    grid-row-gap: 20px;
  }

  .heading-21 {
    font-size: 28px;
  }

  .ace-image {
    width: 70%;
  }

  .special-heading {
    font-size: 80px;
  }

  .special-heading._10 {
    font-size: 50px;
  }

  .accordion-answer-wrap {
    padding-left: 0;
  }

  .accordion-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .accordion-faq {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-ace, .image-ace.sa {
    width: 100%;
  }

  .div-block-56 {
    flex-direction: column;
  }

  .standard-tab-1.left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .standard-tab-1.left.w--current {
    width: 60px;
  }

  .text-block-669 {
    padding-left: 0;
    font-size: 10px;
    display: block;
  }

  .task-block {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0 70px;
  }

  .task-block.distributor {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .task-block.home {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .task-block.ace {
    padding: 30px 24px 10px;
  }

  .task-block.overviw {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .task-block.sa {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .task-block.ace-guide {
    background-position: 60% 200%, 0 80%, 100% 95%;
    background-size: 135%, 50%, 40%;
  }

  .tab-task {
    padding-left: 10px;
    padding-right: 10px;
  }

  .task-list-heading {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 28px;
  }

  .tab-link-3 {
    flex: none;
    width: 100%;
    margin-bottom: 5px;
  }

  .tabs-menu-6 {
    align-content: space-between;
    height: auto;
  }

  .benefit-image {
    width: 100%;
  }

  .benefit-mg-2 {
    width: 30%;
    inset: 27% 14% auto auto;
  }

  .div-block-60 {
    width: auto;
    height: auto;
  }

  .image-66 {
    margin-top: 0;
  }

  .distributor-collection {
    width: 100%;
  }

  .img-block {
    width: 90%;
  }

  .img-block.anima-1 {
    align-items: center;
    width: 90%;
  }

  .content {
    font-size: 20px;
  }

  .distributor-block {
    width: 100%;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .perks-distributor {
    width: auto;
  }

  .image-distributor-1 {
    width: 100%;
  }

  .image-distributor-1.block {
    width: 70%;
  }

  .product-heading.assemblr {
    font-size: 23px;
  }

  .input-text-field {
    margin-bottom: .5rem;
  }

  .page-padding {
    padding-top: 1rem;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .text-field-label {
    font-size: 1.5rem;
  }

  .main_form-wrapper.background-color-grey {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .previous {
    max-width: 75px;
    display: flex;
  }

  .mask-6 {
    height: 100%;
    position: static;
  }

  .slider-content-wrap {
    justify-content: center;
    width: 100%;
    margin-bottom: 140px;
    padding: 50px 10px;
  }

  .slider {
    height: auto;
  }

  .form-content {
    width: 100%;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
  }

  .submit-button {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .form12_checkbox_field {
    width: 49%;
    min-width: auto;
    height: 130px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .form-section-title {
    font-size: 24px;
    line-height: 1.3em;
  }

  .pop-up-div {
    width: 80%;
    height: 60%;
    padding: 20px;
  }

  .image-67 {
    width: 50%;
  }

  .div-block-65 {
    flex-direction: column;
    align-items: center;
  }

  .centered-container-2 {
    text-align: left;
  }

  .custom-marker-wrapper {
    margin-bottom: 50px;
  }

  .nav-menu-new {
    background-color: var(--white-2);
    justify-content: center;
    padding-bottom: 1px;
  }

  .nav-link-new {
    font-size: 16px;
  }

  .nav-link-new.bt-normal {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin: 19px 40px 24px;
    display: none;
  }

  .nav-link-new.bt-normal.loggedin {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 7px;
  }

  .nav-link-new.bt-normal-new {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin: 19px 40px 24px;
    display: none;
  }

  .div-block-67 {
    flex: none;
    width: 60%;
    height: 100%;
  }

  .brand-new {
    justify-content: center;
    width: 70%;
  }

  .brand-new.w--current {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }

  .skills__list-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .skills__list-line {
    margin-top: 88px;
    margin-bottom: 0;
  }

  .skills__list-ico {
    margin-right: 20px;
  }

  .skills__list-title {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .skills__video {
    min-width: 110vw;
    height: 70vw;
    margin-bottom: -14px;
    margin-left: -5vw;
  }

  .skills__video-wrap {
    border-radius: 8px;
    align-items: center;
    height: 55vw;
    margin-bottom: 20px;
  }

  .skills__txt-desc {
    font-size: 16px;
  }

  .cta-card-logo {
    width: 200px;
  }

  .button-white.cta {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .cta-title {
    margin-top: 20px;
  }

  .cta-card {
    padding-top: 44px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-button {
    width: auto;
  }

  .section-header.yellow {
    height: auto;
  }

  .section-header.yellow._1 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-header.with-bg {
    height: auto;
  }

  .section-header.with-bg._1 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-semi-bold._1, .text-semi-bold._2 {
    font-size: 16px;
  }

  .heading-1-new.mid.medium {
    font-size: 26px;
  }

  .heading-1-new.mid.medium._1 {
    font-size: 23px;
  }

  .heading-1-new.mid.medium._1.head {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-1-new.mid.medium.educator {
    font-size: 23px;
  }

  .heading-1-new.mid.medium.educator.landing._1-aja {
    font-size: 30px;
  }

  .heading-1-new.mid.medium.student {
    font-size: 28px;
  }

  .heading-1-new.mid.medium.student.mobile {
    font-size: 26px;
  }

  .heading-1-new.mid.medium.landing-page {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
  }

  .heading-1-new.mid.medium.landing-page.mobile {
    font-size: 26px;
  }

  .heading-1-new.mid.medium.learn {
    font-size: 28px;
    line-height: 1.4em;
  }

  .heading-1-new.mid.medium.learn.landing._1-aja {
    font-size: 30px;
  }

  .heading-1-new.mid.medium.apps {
    width: 100%;
  }

  .heading-1-new.mid.medium.aces {
    font-size: 23px;
  }

  .heading-1-new.mid.medium.aces.landing._1-aja {
    font-size: 30px;
  }

  .heading-1-new.mid.medium.belajar-id {
    font-size: 23px;
  }

  .heading-1-new.mid.medium.belajar-id.landing._1-aja {
    font-size: 30px;
  }

  .paragraph-new.mid.mob {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-new.lil {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
  }

  .paragraph-new.lil.why {
    width: 100%;
  }

  .paragraph-new.lil._18.mid.why {
    font-size: 12px;
  }

  .paragraph-new.lil.cta {
    width: 90%;
  }

  .paragraph-new.lil.indaclassroom {
    width: 100%;
  }

  .paragraph-new.lil.mid.who {
    width: 90%;
  }

  .paragraph-new.lil.content {
    padding-right: 0;
    font-size: 12px;
  }

  .paragraph-new.lil.content.w {
    padding-left: 0;
  }

  .paragraph-new.lil.educator, .paragraph-new.lil.educarot {
    width: 100%;
  }

  .paragraph-new.lil.tezti {
    width: 90%;
  }

  .paragraph-new.lil.apps, .paragraph-new.lil.guidline {
    width: 100%;
  }

  .paragraph-new._1 {
    width: 90%;
    max-width: 100%;
    font-size: 14px;
  }

  .paragraph-new._2 {
    text-align: center;
    max-width: 100%;
    font-size: 14px;
  }

  .paragraph-new._2._1 {
    width: 95%;
  }

  .paragraph-new._2.apps {
    max-width: 100%;
  }

  .header_image.is-1 {
    width: 30%;
    top: -39%;
  }

  .header_image.is-4 {
    width: 30%;
  }

  .normal-section, .normal-section.who {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .normal-section.who.hilang {
    display: block;
  }

  .normal-section.gallery {
    padding-bottom: 100px;
  }

  .normal-section.blu, .normal-section.who-copy, .normal-section.editor-student, .normal-section.belajar-id {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .normal-section.belajar-id.hilang {
    display: block;
  }

  .component-left._50.what {
    height: 350px;
    padding: 0;
  }

  .component-left._50.who {
    justify-content: center;
    display: flex;
  }

  .component-left._50.head {
    padding-left: 0;
    padding-right: 0;
  }

  .component-left._50.head.educator {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .component-left._50.partner {
    padding-left: 0;
    padding-right: 0;
  }

  .component-right._50.mid.what {
    padding-bottom: 0;
  }

  .component-right._50.who {
    padding: 0;
  }

  .component-right._50.head {
    height: 200px;
  }

  .component-right._50.head.educator {
    padding-left: 0;
    padding-right: 0;
  }

  .component-right._50.head.belajar-id {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2-new {
    font-size: 24px;
  }

  .heading-2-new.mid {
    font-size: 20px;
  }

  .heading-2-new.mid.in-da-classroom {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2-new.mid.plans {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-2-new.mid.educator {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2-new.mid.educator._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2-new.mid.learn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2-new.mid.learn._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2-new.mid.apps, .heading-2-new.mid.guideline {
    width: 100%;
  }

  .heading-2-new.mid.belajar-id {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2-new.mid.belajar-id._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2-new._2 {
    max-width: 90%;
    font-size: 20px;
  }

  .heading-2-new._3 {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2-new.one-platform {
    font-size: 20px;
  }

  .heading-2-new.testi {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 20px;
  }

  .heading-2-new.contact {
    font-size: 28px;
  }

  .heading-2-new.student-editor {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .heading-2-new.partner {
    text-align: center;
  }

  .heading-2-new.belajar-id {
    font-size: 20px;
  }

  .div-block-68 {
    height: 135%;
  }

  .div-block-68.student {
    align-self: stretch;
    width: auto;
    height: auto;
  }

  .card-who.educator, .card-who.parents {
    padding: 24px;
  }

  .card-who-wrapper.who, .card-who-wrapper.who.upper {
    flex-direction: column;
  }

  .card-who-left {
    align-items: center;
    max-width: 100%;
  }

  .card-who-right {
    order: -1;
    max-width: 100%;
  }

  .card-who-right.point {
    flex-direction: column;
  }

  .text-mini-16.normal.white.who {
    font-size: 12px;
  }

  .heading-3-new.white, .heading-3-new.white.left {
    text-align: center;
    font-size: 18px;
  }

  .heading-3-new.white._32.padding {
    font-size: 18px;
  }

  .heading-3-new.white._32.padding._2.w.sudent {
    width: 100%;
  }

  .heading-3-new.white._32.padding.w {
    width: 80%;
  }

  .heading-3-new.why {
    font-size: 16px;
    line-height: 1.3em;
  }

  .heading-3-new.why.white {
    font-size: 18px;
  }

  .flex-block {
    margin: 8px;
  }

  .card_wrapper {
    width: 19rem;
    height: 29.5rem;
  }

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

  .heading-type {
    font-size: .75rem;
  }

  .card-img {
    position: relative;
  }

  .card_side.is-front {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card_side.is-back {
    padding: 6rem 1.5rem 1.5rem;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card_cta-wrapper {
    inset: auto auto .5rem .5rem;
  }

  .card_cta-wrapper.is-back {
    bottom: 2rem;
    left: 1.5rem;
  }

  .card_main-text {
    margin-bottom: 1.5rem;
  }

  .card_traits-list {
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
  }

  .card_stamp-wrapper {
    width: 4rem;
  }

  .image-70.why {
    width: 70%;
  }

  .page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card_traits {
    grid-row-gap: 1rem;
  }

  .card_traits-item {
    grid-column-gap: .5rem;
  }

  .hero_inner-grid {
    flex-direction: column;
  }

  .hero-stack_image-wrap.is-half-size {
    width: 100%;
  }

  .div-block-69 {
    width: 35%;
    top: -51%;
  }

  .div-block-70 {
    width: 35%;
    bottom: -7%;
  }

  .card_gallery {
    width: 19rem;
    height: 29.5rem;
  }

  .card-why {
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-why._3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-nav-7 {
    bottom: -41px;
  }

  .slider-7 {
    width: 100%;
    height: 400px;
  }

  .hero-new {
    max-width: 90%;
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 40px 0;
  }

  .hero-new.distributor {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .hero-new.home {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-new.ace {
    padding: 30px 24px 10px;
  }

  .hero-new.overviw {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .hero-new.sa {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-new.ace-guide {
    background-position: 60% 200%, 0 80%, 100% 95%;
    background-size: 135%, 50%, 40%;
  }

  .hero-new.ace-benefit {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .tab-link-accordion---brix {
    padding: 20px 24px;
  }

  .paragraph-default.mg-bottom-0 {
    font-size: 12px;
    line-height: 1.5em;
  }

  .icon-tabs---brix {
    width: 32px;
    min-width: 32px;
  }

  .text-block-educator {
    font-size: 14px;
  }

  .avatar-image {
    width: 100%;
  }

  .card-2.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-2.content-left.pd-40px---64px {
    padding: 40px 24px;
  }

  .card-2.form {
    padding-left: 23px;
    padding-right: 23px;
  }

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

  .image-101.partnership {
    width: 100%;
  }

  .sharing__plane-wrapper {
    display: none;
  }

  .sharing__wrapper {
    width: 100%;
  }

  .sharing__invite, .sharing__access, .sharing__hand, .sharing__image {
    display: none;
  }

  .stars {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .shapes-far {
    display: none;
    left: 0%;
  }

  .parallax-hero {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .button-19 {
    border: 2px solid #ffd117;
    font-size: 16px;
    transition: background-color .15s ease-in;
  }

  .button-19:hover {
    color: #ffd117;
    background-color: #ffd11700;
  }

  .button-19.hero {
    text-align: center;
    flex-direction: column;
    flex: 1;
    align-items: center;
    margin-left: 75px;
    margin-right: 75px;
    display: block;
  }

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

  .hero-content {
    padding-left: 0%;
    padding-right: 0%;
  }

  .join-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .button-20 {
    border: 2px solid #ffd117;
    font-size: 16px;
    transition: background-color .15s ease-in;
  }

  .button-20:hover {
    color: #ffd117;
    background-color: #ffd11700;
  }

  .button-20.hero {
    text-align: center;
    flex-direction: column;
    flex: 1;
    align-items: center;
    margin-left: 75px;
    margin-right: 75px;
    display: block;
  }

  .card-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .brix---card-link-img-bg {
    min-height: 440px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .card_heading {
    font-size: 24px;
  }

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

  .card-3 {
    padding-top: 32px;
    padding-bottom: 0;
    padding-left: 32px;
  }

  .card-3.sibling_link-item {
    height: auto;
  }

  .card_image {
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

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

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

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .card-content-pd.card-map {
    padding: 24px;
  }

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

  .div-block-78._1 {
    width: 100%;
  }

  .only-mobile {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .text-size-medium {
    font-size: 1.25rem;
  }

  .card_service_image-wrapper {
    padding: 8px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .card_2col-layout {
    grid-template-rows: 1fr max-content;
    grid-auto-rows: 1fr;
  }

  .card_service_image.is-big {
    width: 100%;
  }

  .right-arrow-5 {
    inset: auto 20% -3% auto;
  }

  .testimonial-image-wrap {
    height: 260px;
  }

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

  .left-arrow-5 {
    inset: auto auto -3% 20%;
  }

  .author-image {
    width: 60px;
  }

  .author-block {
    margin-top: 15px;
  }

  .horizontal-content-block {
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .right-arrow-6 {
    inset: auto 20% -3% auto;
  }

  .testimonial-image-wrap-2 {
    height: 260px;
  }

  .left-arrow-6 {
    inset: auto auto -3% 20%;
  }

  .horizontal-content-block-2 {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .imgz {
    z-index: 1;
    width: 40%;
    display: block;
    bottom: 35%;
    left: -21%;
  }

  .imgz._2 {
    z-index: 2;
    display: block;
    bottom: -25%;
  }

  .form-2 {
    width: 100%;
  }

  .slide-14 {
    padding: 0 8px;
  }

  .pre-title {
    font-size: 12px;
  }

  .astuv1-feature-card {
    width: 100%;
  }

  .astuv1-feature-card.full {
    padding-left: 0;
  }

  .web-player-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-675 {
    line-height: 1.4em;
  }

  .why-astuv1 {
    max-width: 100%;
  }

  .heading-new-2 {
    text-align: center;
    padding-right: 0;
    font-size: 34px;
    display: block;
  }

  .heading-new-2.mobile {
    text-align: center;
    font-size: 28px;
  }

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

  .hero-section.one.studio {
    padding-bottom: 5px;
  }

  .carv1.dark {
    background-image: url('../images/edusmblr-bg2x.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .text-block-v1 {
    text-align: center;
    padding-top: 11px;
  }

  .text-block-v1._1 {
    margin-top: 100px;
    padding-top: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-21 {
    padding-left: 19px;
    padding-right: 19px;
    font-size: 12px;
    line-height: 36px;
  }

  .button-21.edusmblr {
    order: 1;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-left {
    padding: 40px 15px;
  }

  .column-left.wp {
    margin-top: 40px;
  }

  .container-110 {
    min-width: auto;
  }

  .edusmblr-desc {
    padding-top: 75%;
  }

  .headline.h-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 22px;
    line-height: 1.5em;
  }

  .headline.h-2.no-padding-top {
    text-align: center;
  }

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

  .content-h2 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .learn-text.white {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 1.3em;
  }

  .slider-card_bottom {
    justify-content: flex-start;
    align-items: center;
  }

  .container-custom-1 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .slider_mask {
    width: 95%;
  }

  .slider-card {
    padding: 1.75rem;
  }

  .slider-card.yello {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 21rem;
    padding: .5rem;
  }

  .slider-card.blu, .slider-card.red {
    flex-flow: column;
    justify-content: center;
    min-height: 21rem;
    padding: .5rem;
  }

  .slider-card.blog.blu {
    border-radius: 1rem;
    flex-flow: column;
    min-height: 310px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-card.blog.yello, .slider-card.blog.red {
    min-height: 310px;
    padding: 0;
  }

  .slider-card_top {
    justify-content: center;
    align-items: center;
    margin-top: 16px;
  }

  .slider_navigation {
    right: 7rem;
  }

  .slider_navigation.tutorial {
    display: none;
  }

  .heading-style-h2.white.learn {
    text-align: center;
    line-height: 1.2em;
  }

  .heading-style-h2.inspo, .heading-style-h2.learn {
    font-size: 16px;
  }

  .slider-9 {
    margin-top: 0;
    padding-bottom: 3rem;
  }

  .div-block-82 {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-109 {
    width: 80%;
  }

  .paragraph-15, .paragraph-15.white {
    font-size: 12px;
  }

  .paragraph-15.inspo {
    height: 134.313px;
  }

  .paragraph-15.inspo.apps {
    height: 70px;
  }

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

  .grid-2-columns-3.link-and-btn-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

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

  .slider-nav.instagram-feed---slider-nav {
    font-size: 10px;
  }

  .instagram-feed---icon-inside {
    max-width: 36px;
  }

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

  .image-110 {
    border-radius: 1rem 1rem 0 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .div-block-83 {
    margin-left: 0;
    padding-left: 16px;
  }

  .inspo-div-2 {
    height: auto;
  }

  .video-6 {
    max-width: 250px;
  }

  .faq-grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .button-belajar-id {
    width: 55%;
    font-size: 14px;
  }

  .button-belajar-id.lower {
    width: 70%;
  }
}

#w-node-cb137cf3-1cc2-2bc0-0f1d-d28548267b58-d7314fbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-daf6bfd3-5569-cfab-2cc1-0f961bf5da42-1bf5da33 {
  place-self: start end;
}

#w-node-_7992ed6c-28b4-0fd7-d4d2-35c6ff25cc3a-690f23e0, #w-node-_7992ed6c-28b4-0fd7-d4d2-35c6ff25cc3a-690f23e3, #w-node-_7992ed6c-28b4-0fd7-d4d2-35c6ff25cc3a-690f23e8, #w-node-e8f55896-310a-bf84-a3d7-b8b3acf55daa-690f23ff {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_65372612-7ee6-d49c-4d08-520589fca632-690f2401 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65372612-7ee6-d49c-4d08-520589fca63c-690f2401, #w-node-b3a99e7b-b71c-affe-4f70-216dd3cd1499-690f2402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3a99e7b-b71c-affe-4f70-216dd3cd14c0-690f2402 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3a99e7b-b71c-affe-4f70-216dd3cd14c4-690f2402 {
  justify-self: start;
}

#w-node-bfa7023a-8901-48f4-304c-2a3f98c483cc-690f2405 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ae59bb4a-0987-c2a9-5ed0-5b5f2cd5c6c5-690f2316 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ae59bb4a-0987-c2a9-5ed0-5b5f2cd5c6c7-690f2316 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae59bb4a-0987-c2a9-5ed0-5b5f2cd5c6d3-690f2316 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_42edc48d-d3df-d483-9a71-6f161538e814-690f2347 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_42edc48d-d3df-d483-9a71-6f161538e816-690f2347, #w-node-_42edc48d-d3df-d483-9a71-6f161538e822-690f2347, #w-node-_42edc48d-d3df-d483-9a71-6f161538e82d-690f2347, #w-node-_42edc48d-d3df-d483-9a71-6f161538e838-690f2347 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-daf6bfd3-5569-cfab-2cc1-0f961bf5da35-1bf5da33 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-daf6bfd3-5569-cfab-2cc1-0f961bf5da42-1bf5da33 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start;
  }

  #w-node-daf6bfd3-5569-cfab-2cc1-0f961bf5da43-1bf5da33 {
    order: -9999;
  }

  #w-node-_4258a81e-ec56-7445-31b5-141884201360-8420132c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4258a81e-ec56-7445-31b5-141884201363-8420132c, #w-node-_4258a81e-ec56-7445-31b5-14188420136f-8420132c, #w-node-_4258a81e-ec56-7445-31b5-14188420137c-8420132c, #w-node-_4258a81e-ec56-7445-31b5-141884201389-8420132c, #w-node-_4258a81e-ec56-7445-31b5-141884201396-8420132c, #w-node-_4258a81e-ec56-7445-31b5-1418842013a3-8420132c, #w-node-_4258a81e-ec56-7445-31b5-1418842013af-8420132c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3153a7ff-13a1-ed59-58dd-8f8900bb307f-690f23e0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3153a7ff-13a1-ed59-58dd-8f8900bb3081-690f23e0, #w-node-_3153a7ff-13a1-ed59-58dd-8f8900bb3091-690f23e0, #w-node-_3153a7ff-13a1-ed59-58dd-8f8900bb309f-690f23e0, #w-node-dee5042c-3361-cbc2-08df-f892fdf2cd9d-690f23e0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3153a7ff-13a1-ed59-58dd-8f8900bb307f-690f23e3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3153a7ff-13a1-ed59-58dd-8f8900bb3081-690f23e3, #w-node-_3153a7ff-13a1-ed59-58dd-8f8900bb3091-690f23e3, #w-node-_3153a7ff-13a1-ed59-58dd-8f8900bb309f-690f23e3, #w-node-dee5042c-3361-cbc2-08df-f892fdf2cd9d-690f23e3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3153a7ff-13a1-ed59-58dd-8f8900bb307f-690f23e8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3153a7ff-13a1-ed59-58dd-8f8900bb3081-690f23e8, #w-node-_3153a7ff-13a1-ed59-58dd-8f8900bb3091-690f23e8, #w-node-_3153a7ff-13a1-ed59-58dd-8f8900bb309f-690f23e8, #w-node-dee5042c-3361-cbc2-08df-f892fdf2cd9d-690f23e8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_762f55c6-3706-0a7f-420b-529862229e21-690f23f1, #w-node-e63d0ada-5476-f376-67fe-7de6285e1089-690f23f1, #w-node-_5a79fff1-1156-7aab-022f-82572d56467a-690f23f1, #w-node-c36a7026-2d92-98e0-f11c-bc4936baf942-690f23f1, #w-node-f40065bb-b29d-acc1-c5da-40710ae748d4-690f23f1, #w-node-_197d1296-c5cf-7592-85cd-5663a7470144-690f23f1, #w-node-_840a47ea-22eb-913c-4ebc-58457a5082fb-690f23f1, #w-node-_640536e5-f9df-ef3e-1727-e750e83c72c8-690f23f1 {
    order: -9999;
  }

  #w-node-_65372612-7ee6-d49c-4d08-520589fca63c-690f2401 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1ee23cc9-0062-2b4f-7b02-edd494621458-690f2408 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_1ee23cc9-0062-2b4f-7b02-edd49462145c-690f2408 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_65372612-7ee6-d49c-4d08-520589fca632-690f2401 {
    grid-column: span 1 / span 1;
  }

  #w-node-_65372612-7ee6-d49c-4d08-520589fca63a-690f2401 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-daf6bfd3-5569-cfab-2cc1-0f961bf5da35-1bf5da33, #w-node-daf6bfd3-5569-cfab-2cc1-0f961bf5da42-1bf5da33 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7992ed6c-28b4-0fd7-d4d2-35c6ff25cc3a-690f23e0, #w-node-_7992ed6c-28b4-0fd7-d4d2-35c6ff25cc3a-690f23e3, #w-node-_7992ed6c-28b4-0fd7-d4d2-35c6ff25cc3a-690f23e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e8f55896-310a-bf84-a3d7-b8b3acf55daa-690f23ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b3a99e7b-b71c-affe-4f70-216dd3cd14c0-690f2402 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Kastelov axiforma book';
  src: url('../fonts/Kastelov--Axiforma-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Kastelov axiforma book';
  src: url('../fonts/Kastelov--Axiforma-Book-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Black.otf') format('opentype'), url('../fonts/Kastelov--Axiforma-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Black-Italic.otf') format('opentype'), url('../fonts/Kastelov--Axiforma-Heavy-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Bold-Italic.otf') format('opentype'), url('../fonts/Kastelov--Axiforma-ExtraBold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Bold.otf') format('opentype'), url('../fonts/Kastelov--Axiforma-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-SemiBold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}