@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Handlee&family=Poppins:wght@400;600;700&display=swap);
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Intercom
  =========================================================================== */
/**
* Fixing bug with iframe
*/
@media only screen and (max-width: 768px) {
  .intercom-namespace .intercom-art7pi{
    min-height: 60px !important;
  }
}
.pricing-page {
  padding: 176px 0 28px;
  background-image:  url(../landing/assets/pricing-top.6e123038302f60cc278d.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  color: #4A4A4A;
}

@media (max-height: 800px) and (min-width: 992px) {
  .pricing-page {
    padding-top: 50px;
    background: none;
  }

  .pricing-page .pricing-tabs__menu {
    float: right;
  }
}

.pricing-page h1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  margin: 0 0 24px;
}

.pricing-h {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin: 0 0 14px;
  letter-spacing: 0 !important;
  color: #535878;
}

.pricing-page .wrapper {
  display: block;
}

.pricing-row {
  padding: 0 0 24px;
}

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

.pricing-info {
  flex: 1;
  max-width: 568px;
}

.pricing-ul {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.pricing-ul li {
  position: relative;
  padding: 7px 0 9px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0!important;
  color: #4A4A4A;
  min-height: 24px;
  border-bottom: 1px solid #f1f1f1;
}

.pricing-ul.student li:first-child {
  font-weight: 700;
  color: #30d06c;
}

.pricing-ul li:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #30d06c;
}

.turkiz-theme .pricing-ul li:before {
  background-color: #009d92;
}

.pricing-ul li:after {
  content: '';
  position: absolute;
  top: 17px;
  left: 3px;
  width: 10px;
  height: 5px;
  border: solid #ffffff;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.pricing-plans {
  width: 445px;
  max-width: 445px;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 10%;
}

.pricing-card-wrapper {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}

.pricing-card {
  width: 214px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 8px 24px;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0,0,0,.15);
  display: flex;
  flex-direction: column;
}

.pricing-card .c-header {
  min-height: 60px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  padding: 20px 10px;
  letter-spacing: .53px!important;
  color: #fff;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear,right top,left top,from(#b5c9e6),to(#6b93cd));
  background-image: -webkit-linear-gradient(right,#b5c9e6,#6b93cd);
  background-image: -o-linear-gradient(right,#b5c9e6,#6b93cd);
  background-image: linear-gradient(270deg,#b5c9e6,#6b93cd);
}

.pricing-card .c-body {
  padding: 16px;
  text-align: center;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  min-height: 193px;
}

.pricing-card .c-title {
  margin: 8px 0 24px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #4a4a4a;
  letter-spacing: 0!important;
}

.pricing-card .c-price {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 12px;
  color: #4a4a4a;
  text-transform: uppercase;
  letter-spacing: 0!important;
}

.pricing-card .c-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #b3b3b3;
  margin: 0 20px 30px;
  letter-spacing: 0!important;
}

.c-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0!important;
  color: #363437;
}

.c-button {
  background-color: #2b2ce7;
  color: #fff;
  display: block;
  width: 100%;
  border: 0;
  margin: 22px 0 0;
  border-radius: 4px;
  padding: 10px 4px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0 !important;
  min-height: 40px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .25s cubic-bezier(.4,0,.2,1);
}

.c-button.contact {
  background-color: #535878;
}

.pricing-tabs__menu {
  margin-right: -31px;
}

.pricing-tabs .pricing-tabs__link {
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px;
}

.pricing-tabs .pricing-tabs__link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 2px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  background: #f77927;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.pricing-tabs .pricing-tabs__link.w--current:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.pricing-tabs .w-tab-pane{
  overflow: visible;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.pricing-tabs .w-tab-pane.w--tab-active {
  position: relative;
  visibility: visible;
  opacity: 1;
}

.subscription-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -8px 64px;
  min-width: 100%;
}

.subscription-list .subscription-plan {
  margin-left: 8px;
  margin-right: 8px;
  width: calc(20% - 16px);
  min-width: 214px;
}

.subscription-plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 0 16px #d8d8d8;
}

.subscription-name {
  font-size: 18px;
  line-height: 23px;
  font-weight: 800;
  margin: 0 0 3px;
  text-transform: uppercase;
}

.subscription-students {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #4a4a4a;
  margin: 0 0 32px;
}

.subscription-price {
  font-size: 48px;
  line-height: 48px;
  color: #4a4a4a;
  font-weight: 500;
  margin: 0 0 13px;
}

.subscription-price svg,
.subscription-price img {
  display: block;
  font-size: inherit;
  width: auto;
  height: 1em;
}

.subscription-info {
  font-size: 14px;
  font-weight: 500;
  max-width: 190px;
  margin: 0 auto 20px;
  color: #b3b3b3;
}

.subscription-btn-wrap {
  margin-top: auto;
  width: 100%;
}

.subscription-btn {
  color: #ffffff;
  border: none;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 166px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 8px;
  text-align: center;
  min-height: 40px;
  border-radius: 100px;
  transition: opacity 0.3s ease;
}

.subscription-btn:hover {
  opacity: 0.85;
}

.subscription-btn:disabled {
  background-color: #d8d8d8 !important;
  color: #b3b3b3;
  cursor: default;
  opacity: 1;
}

.pricing-page .sub-title {
  font-size: 16px;
  line-height: 25px;
  color: #808080;
  margin: 0 0 32px;
  max-width: 288px;
  order: 3;
}

@media (max-width: 1270px) {
  .pricing-plans {
    margin: 0 0 0 5%;
  }
}

@media (max-width: 990px) {
  .pricing-info {
    max-width: 100%;
  }

  .pricing-plans {
    width: 250px;
  }
  
  .pricing-card {
    width: 250px;
  }
  
  .pricing-card + .pricing-card {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .pricing-ul li {
    font-size: 14px;
    min-height: 62px;
    padding: 8px 0 12px 24px;
    border-width: 0;
  }

  .pricing-page .sub-title {
    display: none;
  }
}

@media (max-width: 767px) {
  .pricing-page {
    padding: 16px 0;
    background: none;
  }
  
  .pricing-card + .pricing-card {
    margin-top: 0;
  }
  
  .pricing-page .pricing-tabs__menu {
    display: flex !important;
    float: none;
  }
  
  .pricing-page h1 {
    font-size: 36px;
    line-height: 1;
    margin: 0 0 10px;
  }

  .pricing-tabs__heading {
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
  }

  .pricing-page .w-tab-pane {
    margin: 0 -16px;
    padding: 0 16px;
  }
  
  .pricing-columns {
    flex-direction: column;
    justify-content: flex-start;
  }
  
  .pricing-plans {
    margin: 0;
    width: 100%;
    order: 1;
  }
  
  .pricing-card-wrapper {
    margin: 0;
  }
  
  .pricing-card {
    width: 100%;
    margin: 0 0 32px;
  }
  
  .pricing-card .c-header {
    min-height: 32px;
    font-size: 12px;
    line-height: 18px;
    padding: 7px 12px;
    text-align: left;
  }
  
  .pricing-card .c-body {
    padding: 16px 12px 12px;
    min-height: 150px;
  }
  
  .pricing-card .c-title {
    margin: 0 0 7px;
    font-weight: normal;
  }
  
  .pricing-card .c-price {
    font-size: 32px;
    line-height: 38px;
  }
  
  .pricing-card.student {
    margin: 0 0 16px;
  }
  
  .c-button {
    margin: 1px 0 0;
  }
  
  .pricing-card.student .c-body {
    min-height: 88px;
    position: relative;
    text-align: left;
    padding-right: 154px;
  }
  
  .pricing-card.student .c-title {
    margin: 0;
  }
  
  .pricing-card.student .c-price {
    position: absolute;
    top: 22px;
    right: 12px;
    width: 56px;
    text-align: center;
    margin: 0;
    font-size: 40px;
    line-height: 1;
  }
  
  .pricing-card.student .c-text {
    margin: 0;
    font-weight: normal;
  }

  .subscription-list {
    margin: 0 0 16px;
  }

  .subscription-list .subscription-plan {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .subscription-plan {
    padding: 16px;
    text-align: left;
    align-items: flex-start;
  }

  [dir="rtl"] .subscription-plan {
    text-align: right;
  }

  .subscription-name {
    font-size: 16px;
    padding-right: 80px;
    width: 100%;
  }

  [dir="rtl"] .subscription-name {
    padding-right: 0;
    padding-left: 80px;
  }

  .subscription-students {
    padding-right: 80px;
    width: 100%;
    margin: 0 0 5px;
  }

  [dir="rtl"] .subscription-students {
    padding-right: 0;
    padding-left: 80px;
  }

  .subscription-price svg, .subscription-price img {
    font-size: 32px;
    width: 1em;
    margin: 10px auto;
  }

  .subscription-price {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 72px;
    font-size: 24px;
    text-align: right;
    border: 1px solid #d8d8d8;
    border-width: 0 0 0 1px;
  }

  [dir="rtl"] .subscription-price {
    text-align: left;
    border-width: 0 1px 0 0;
  }

  .subscription-info {
    padding-right: 80px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 8px;
  }

  [dir="rtl"] .subscription-info {
    padding-right: 0;
    padding-left: 80px;
  }

  .subscription-btn {
    border-radius: 8px;
    max-width: 100%;
  }
}

.fill-wave{
    padding-top: 1100px;
}

.referral-program-page .link{
    color: #000;
}
.referral-program-page .paint-text{
    background-color: yellow;
}
/* JOIN PAGE */
.wave-community {
    margin-top: 60px;
    background: url(../landing/assets/Fill-1.14165e585191250b5bab.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 80% auto;
    padding-bottom: 60px;
}
.wave-community-wrapper {
    display: flex;
    justify-content: center;
}
.wave-community-text {
    margin-top: 150px;
    display: flex;
    flex-direction: column;
}
.wave-community-text > h1 {
    height: 56px;
    color: #9d185f;
    font-family: "poppins";
    font-size: 40px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
}
.wave-community-text > p{
    height: 50px;
    width: 833px;
    color: #000000;
    font-family: "poppins";
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.referral-program {
    padding-top: 60px;
    padding-bottom: 72px;

}
.referral-wrapper{
    align-items: flex-start;
}

.col-one{
    height: 367px;
    width: 517px;
}
.col-one-text{
    padding-bottom: 20px;
}
.col-one-text > h2{
    color: #000000;
    font-family: "poppins";
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
    padding-bottom: 12px;
}
.col-one-text > p{
    color: #4A4A4A;
    font-family: "poppins";
    font-size: 18px;
    padding-top: 12px;
}
.col-one-btn{
    padding-top: 20px;
    padding-bottom: 10px;
}
.log-in-btn {
    height: 56px;
    width: 300px;
    color: #FFFFFF;
    font-family: "poppins";
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #2B2CE7;
    border-radius: 8px;
}
.col-one-btn>p{
    padding-top: 8px;

}
.col-one-bottom-text{
    color: #808080;
    font-size: 14px;
}
.link-signup>p>a{
    color: #2B2CE7;
}

.col-one-bottom-text{
    padding-top: 10px;
}

.col-two{
    height: 327px;
    width: 620px;
    box-shadow: 0 0 16px 0 rgba(153,153,153,0.5);
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 8px;
}
.col-two-mobile{
    display: none;
}
.col-two > .col-two-items{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 239px;
    position: relative;
}
.col-two > .col-two-items>.icon{
    margin-bottom: 21px;
}
.col-two > .col-two-items>.step{
    height: 24px;
    width: 86.86px;
    text-align: center;
    background-color: #F77927;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 21px;
    margin-bottom: 11px;
}
.col-two > .col-two-items>.icon{
    height: 50.75px;
    width: 57.42px;
}

.col-two > .col-two-items>p{
    height: 80px;
    width: 161.74px;
    color: #363437;
    font-size: 16px;
    font-weight: 500;
    margin-top: 11px;
}
.col-two > .col-two-items>.Chevron{
    position: absolute;
    right: -40px;
    top: 30px;
}
.Chevron {
    position:relative;
    display:block;
    height: 40px; /*height should be double border*/
    transform: rotate(-90deg);
}
.Chevron::before,
.Chevron::after {
    position:absolute;
    display:block;
    content:"";
    border: 20px solid transparent; /*adjust size*/
}
/*Change the four instances of 'top' below to rotate (top/right/bottom/left)*/
.Chevron::before {
    top:0;
    border-top-color: #D8D8D8; /*Chevron Color*/
}
.Chevron::after {
    top:-9px; /*adjust thickness*/
    border-top-color:#fff; /*Match background colour*/
}

.teacher{
    padding-top: 72px;
    padding-bottom: 232px;

}
.fb-icon{
    display: inline-block;
    height: 24px;
    width: 24px;
    background-color: #FFFFFF;
    color: #1778F2;
    position: relative;
    border-radius: 3px;
    bottom: -5px;
    margin-right: 10px;
}
.fb-icon>img{
    position: absolute;
    right: -5px;
    bottom: -2px;
}
.join-to-fb{
    background-color: #1778F2;
}
.col-two-teacher{
    background: url(../landing/assets/OMT.18a938661bf42b09bf53.png);
    background-size: 105% 110%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.col-two-teacher>.teacher-smiles{
    height: 64px;
    width: 64px;
    background-color: #F1F1F1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.col-two-teacher>.teacher-smiles:first-child>img{
    width: 58px;
    height: 58px;
    display: inline-block;
}
.col-two-teacher>.teacher-smiles:first-child{
    right: 30px;
    bottom: -32px;
    background-color: #FFFFFF;
}
.col-two-teacher>.teacher-smiles:nth-child(2){
    right: 114px;
    bottom: -96px;
}

.col-two-teacher>.teacher-smiles:nth-child(3){
    right: 26px;
    bottom: -160px;
}
@media (max-width: 991px){
    .referral-wrapper{
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    .teacher .wrapper{
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
}
@media (min-width: 576px){
    .col-two-mibile{
        display: none;
    }
    .teacher-smiles-mobile{
        display: none;
    }
}
@media (max-width: 576px){
    .col-two{
        display: none;
    }
    .col-two-mobile{
        display: block;
    }
    .col-two-items-mobile {
        margin-bottom: 20px;
    }
    .Chevron {
        display: none;
    }
    .inner{
        /* background-color: blueviolet; */
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .inner > .icon{
        width: 40px;
        height: 40px;
        margin-right: 16px;
    }
    .col-two-mibile  .step{
        height: 24px;
        width: 86.86px;
        text-align: center;
        background-color: #F77927;
        border-radius: 4px;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0;
        line-height: 24px;
    }
    .col-two-mibile  p{
        color: #9D185F;
        font-size: 18px;
        font-weight: bold;
        padding-left: 26px;
    }
    .col-two-mibile .text-down{
        /* background-color: ; */
        display: flex;

    }
    .col-two-mibile  .stick{
        border-radius: 2px;
        background-color: #D8D8D8;
        margin-top: 10px;
        margin-left: 18px;
        padding: 69px 4px 0 0
    }

    .col-two-teacher>.teacher-smiles{
        display: none;
    }
    .col-one-bottom-text-mobile{
        display: none;
    }
    .wave-community-text {
        margin-top: 72px;
    }
    .wave-community-text > h1 {
        width: 100%;
        font-size: 36px;
        margin-bottom: 50px;
        text-align: left;
    }
    .wave-community-text > p{
        width: 100%;
        font-size: 16px;
        text-align: left;
    }
    .wave-community {
        padding-bottom: 0;
        background: none;
    }

    .col-one-text > h2{
        font-size: 20px;
    }
    .col-one-text{
        padding: 0;
    }
    .col-one-btn{
        display: flex;
        justify-content: center;
        padding: 30px;
    }
    .col-two-teacher{
        display: block;
        height: 200px;
    }
    .teacher .col-one{
        margin-bottom: 100px;
    }
    .referral-program {
        padding-bottom: 55px;
    }
    .teacher{
        padding-top: 55px;
    }

    .teacher-smiles-mobile{
        padding-top: 54px;
        display: flex;
        justify-content: center;
    }
    .teacher-smiles-mobile .teacher-smiles{
        width: 64px;
        height: 64px;
    }
    .teacher-smiles-mobile .teacher-smiles:nth-child(2){
        margin: 0 8px 0 8px;
    }
}

@media (max-width: 320px){
    .teacher .col-one{
        margin-bottom: 130px;
    }
}

a {
  color: #fff;
  text-decoration: underline;
}

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

.section.cards {
  margin-bottom: 126px;
  padding-bottom: 73px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTkyMHB4IiBoZWlnaHQ9IjgxMXB4IiB2aWV3Qm94PSIwIDAgMTkyMCA4MTEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU0LjEgKDc2NDkwKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5GaWxsIDM8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjUwJSIgeTE9IjE4LjAwMDQyMDklIiB4Mj0iNTAlIiB5Mj0iODguNjgxOTYwNCUiIGlkPSJsaW5lYXJHcmFkaWVudC0xIj4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI0ZGRkZGRiIgb2Zmc2V0PSIwJSI+PC9zdG9wPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRjFGMUYxIiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgPC9kZWZzPgogICAgPGcgaWQ9IkFMTC1QQUdFUyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkRlc2t0b3AvVGVhY2hlcnMvZnVsbC8xQiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIC0xNjgxLjAwMDAwMCkiIGZpbGw9InVybCgjbGluZWFyR3JhZGllbnQtMSkiPgogICAgICAgICAgICA8cGF0aCBkPSJNMTkyMywxNjgwIEMxNjY2Ljg5NDE2LDE4NDIuNTU2MTIgMTA2MS44NTMzNSwxOTM3LjYyNTE1IDgxMi44MTA5MzcsMTc2My41MjIzMSBDNTYzLjc2ODUyNiwxNTg5LjQxOTQ3IDExNy42OTI1NiwxNzI4LjIzMTE5IDUuNjczNDgzNzYsMTg2MS4xNjEwNiBDLTQuMzI4MjE5NTEsMjAxNy42MTgzNSAtNC4zMjgyMTk1MSwyMDU3LjYxNDk0IC0zLjgzODcxMjcxLDIyNTAuMjAzMzMgQzIzNS4zOTg1LDIxNjQuMzg2NDMgNDk0LjgyMTc3NCwyMjEwLjAxNDM2IDczMS4xODA0MDQsMjMwNi4yNjQ3NCBDMTEzNS4wNjM1NSwyNDcwLjcyNDIxIDE0NzkuOTY4MTIsMjU2MC42NjQwOCAxOTIzLDI0MjguMTcxNjYgQzE5MjMsMjI2NC42NTYxNiAxOTIzLDE4MDEuMTY2MTcgMTkyMywxNjgwIFoiIGlkPSJGaWxsLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk1OS41MDAwMDAsIDIwODYuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC05NTkuNTAwMDAwLCAtMjA4Ni4wMDAwMDApICI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.footer {
  width: auto;
  padding-top: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.avoid {
  position: relative;
  background-color: #fff;
}

.section.hero {
  position: relative;
}

.section.features {
  margin-top: 51px;
  padding: 0 0 58px;
  position: relative;
}

.section.student {
  position: relative;
  width: 100vw;
  height: 55vmax;
  min-height: 800px;
}

.section.play-along {
  position: relative;
  height: 76vh;
  min-height: 640px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.produce {
  position: relative;
  height: 100%;
  margin-top: 6vh;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.pricing {
  position: relative;
  height: 100vh;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  height: auto;
  max-width: 1380px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wrapper.hero {
  position: relative;
  display: flex;
  padding-top: 180px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.rocket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 112px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.reasons {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 680px;
  padding-top: 13px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 76px;
  margin-bottom: 18vw;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.wrapper.footer p {
  letter-spacing: 0.25px;
  margin: 10px 0;
}

.image-8 {
  width: 106px;
}

.hero-text-block {
  width: 513px;
}

.hero-text-block.white {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: hsla(0, 0%, 100%, .9);
}

.checkmark {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU0LjEgKDc2NDkwKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5pY29ucy9kb25lL2NoZWNrLWNpcmNsZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJBTEwtUEFHRVMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJEZXNrdG9wL1RlYWNoZXJzL2Z1bGwvMUIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMzAuMDAwMDAwLCAtNDE0LjAwMDAwMCkiIGZpbGw9IiMzMEQwNkMiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMzMC4wMDAwMDAsIDQwNC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJpY29uL2RvbmUvY2hlY2stY2lyY2xlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9ImNoZWNrLWNpcmNsZSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNCwxMiBDMjQsMTguNjI3NDM1NSAxOC42Mjc0MzU1LDI0IDEyLDI0IEM1LjM3MjU2NDUyLDI0IDAsMTguNjI3NDM1NSAwLDEyIEMwLDUuMzcyNTY0NTIgNS4zNzI1NjQ1MiwwIDEyLDAgQzE4LjYyNzQzNTUsMCAyNCw1LjM3MjU2NDUyIDI0LDEyIFogTTEwLjYxMTk2NzcsMTguMzUzOTAzMiBMMTkuNTE1MTkzNSw5LjQ1MDY3NzQyIEMxOS44MTc1MTYxLDkuMTQ4MzU0ODQgMTkuODE3NTE2MSw4LjY1ODE0NTE2IDE5LjUxNTE5MzUsOC4zNTU4MjI1OCBMMTguNDIwMzM4Nyw3LjI2MDk2Nzc0IEMxOC4xMTgwMTYxLDYuOTU4NTk2NzcgMTcuNjI3ODA2NSw2Ljk1ODU5Njc3IDE3LjMyNTQzNTUsNy4yNjA5Njc3NCBMMTAuMDY0NTE2MSwxNC41MjE4Mzg3IEw2LjY3NDU2NDUyLDExLjEzMTg4NzEgQzYuMzcyMjQxOTQsMTAuODI5NTY0NSA1Ljg4MjAzMjI2LDEwLjgyOTU2NDUgNS41Nzk2NjEyOSwxMS4xMzE4ODcxIEw0LjQ4NDgwNjQ1LDEyLjIyNjc0MTkgQzQuMTgyNDgzODcsMTIuNTI5MDY0NSA0LjE4MjQ4Mzg3LDEzLjAxOTI3NDIgNC40ODQ4MDY0NSwxMy4zMjE1OTY4IEw5LjUxNzA2NDUyLDE4LjM1Mzg1NDggQzkuODE5NDM1NDgsMTguNjU2MjI1OCAxMC4zMDk1OTY4LDE4LjY1NjIyNTggMTAuNjExOTY3NywxOC4zNTM5MDMyIEwxMC42MTE5Njc3LDE4LjM1MzkwMzIgWiIgaWQ9IlNoYXBlIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-position: 0% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.checkmark.blue {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU0LjEgKDc2NDkwKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5pY29uL2FkZGVkL3doaXRlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkFMTC1QQUdFUyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkRlc2t0b3AvU3R1ZGVudCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQzNi4wMDAwMDAsIC0zMDkwLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDM2LjAwMDAwMCwgMjk5My4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC01Ij4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDkwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iaWNvbi9hZGRlZC9ibHVlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbC0yIiBmaWxsPSIjNTM1ODc4IiBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiPjwvY2lyY2xlPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJpY29uL2RvbmUvd2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuMDAwMDAwLCA0LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aF8zMjciIHBvaW50cz0iNS41NzU2OTMwMSAxMS4xNDE1NjU5IDIuMzkzODUyMjMgNy45NTk3MjUwOSAxLjMzMzMzMzMzIDkuMDIwMjQzOTkgNS41NzU2OTMwMSAxMy4yNjI2MDM3IDE0LjY2NjY2NjcgNC4xNzE2MzAwMSAxMy42MDYxNDc4IDMuMTExMTExMTEiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}

.checkmark.light-green {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU0LjEgKDc2NDkwKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5pY29uL2FkZGVkL3doaXRlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkFMTC1QQUdFUyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkRlc2t0b3AvU3R1ZGVudCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQzNi4wMDAwMDAsIC0zMDkwLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDM2LjAwMDAwMCwgMjk5My4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC01Ij4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDkwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iaWNvbi9hZGRlZC9ibHVlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbC0yIiBmaWxsPSIjMzBkMDZjIiBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiPjwvY2lyY2xlPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJpY29uL2RvbmUvd2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuMDAwMDAwLCA0LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aF8zMjciIHBvaW50cz0iNS41NzU2OTMwMSAxMS4xNDE1NjU5IDIuMzkzODUyMjMgNy45NTk3MjUwOSAxLjMzMzMzMzMzIDkuMDIwMjQzOTkgNS41NzU2OTMwMSAxMy4yNjI2MDM3IDE0LjY2NjY2NjcgNC4xNzE2MzAwMSAxMy42MDYxNDc4IDMuMTExMTExMTEiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
}

.list-item {
  padding-right: 75px;
  padding-bottom: 17px;
  color: #4a4a4a;
  font-size: 18px;
}

.list-item._2 {
  padding-right: 0px;
  padding-bottom: 0px;
}

.list-item._2.green {
  font-weight: bold;
  color: #30d06c;
}

.list-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #2b2ce7;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.cta-button.login {
  width: 200px;
  padding-right: 0;
  padding-left: 0;
  height: 40px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  line-height: 16px;
}

.cta-button.login.mobile,
.cta-button.sign-up.mobile {
  display: none;
}

.cta-button.student {
  display: none;
  background-color: hsla(77.14285714285714, 44.68%, 53.92%, 1.00);
}

.cta-button.pricing {
  width: 182px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
}

.hero-image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  flex-wrap: wrap;
}

.body {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: poppins, sans-serif;
}

.main-heading {
  color: #2B2CE7;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.08;
  margin: 0 0 16px;
}

.subtitle {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 16px;
}

.subtitle strong,
.subtitle b {
  font-weight: 600;
}

.subtitle.center {
  max-width: 390px;
  text-align: center;
}

.cta-button.signup-middle {
  margin-top: 86px;
}

.list {
  margin-top: 33px;
  margin-bottom: 33px;
  padding-left: 0px;
  font-family: 'poppins', sans-serif;
  font-size: 16px;
}

.list._2 {
  margin-top: 9px;
}

.image {
  position: absolute;
  left: auto;
  top: -22%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
}

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

.div-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.reason-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-top: 14px;
  margin-bottom: 18px;
  padding-left: 17px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  box-shadow: 1px 1px 16px 0 #d9d9d9;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 60px;
  margin-right: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reason-wrap {
  width: 100%;
}

.reason-text {
  font-family: 'poppins', sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.12px;
}

.heading {
  color: hsla(231.89189189189187, 18.23%, 39.80%, 1.00);
  letter-spacing: 0.3px;
  font-size: 36px;
}

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

.cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 53px;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 430px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 16px 0 #d9d9d9;
  position: relative;
  transition: transform 400ms;
}

.card.down {
  margin-top: 39px;
}

.div-block-5 {
  padding-top: 19px;
  padding-right: 9px;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-title {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.2px;
}

.para {
  margin-bottom: 25px;
  font-family: 'poppins', sans-serif;
  color: gray;
  font-size: 18px;
  line-height: 22px;
}

.empesize {
  font-family: 'poppins', sans-serif;
  color: hsla(231.89189189189187, 18.23%, 39.80%, 1.00);
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.12px;
}

.reason-end {
  margin-top: 48px;
  font-family: 'poppins', sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3px;
}

.piano {
  width: 66%;
  height: auto;
  padding-right: 95px;
}

.heading-03 {
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.23px;
}

.heading-03.yellow {
  color: hsla(43.05555555555555, 87.80%, 51.76%, 1.00);
}

.heading-03.purple {
  color: #9d185f;
}

.heading-03.turq {
  color: #009d92;
}

.heading-03.blue {
  display: inline-block;
  font-size: 36px;
  color: hsla(231.89189189189187, 18.23%, 39.80%, 1.00);
}

.heading-03.yellow {
  color: hsla(43.05555555555555, 87.80%, 51.76%, 1.00);
}

.heading-03.turq {
  color: #009d92;
}

.heading-03.purple {
  color: #9d185f;
}

.footer-cta-text {
  max-width: 440px;
  margin: 36px;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.25px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: none;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 1px 1px 16px 0 #d9d9d9;
}

.sign-up-btn {
  width: 107px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #2b2ce7;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  line-height: 11px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.3px;
}

.sign-up-btn:hover {
  background-color: hsla(239.68085106382978, 53.33%, 57.14%, 1.00);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.teachers {
  margin-top: -60px;
}

.tabs-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12vw;
  height: 40px;
  min-width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(231.89189189189187, 18.23%, 39.80%, 1.00);
  background-color: #fff;
}

.tabs-main.w--current {
  background-color: hsla(231.89189189189187, 18.23%, 39.80%, 1.00);
  color: hsla(231.89189189189187, 0.00%, 100.00%, 1.00);
}

.tabs-main.right {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.tabs-main.right.w--current {
  color: #fff;
}

.tabs-main.left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: hsla(231.89189189189187, 18.23%, 39.80%, 1.00);
}

.tabs-main.left.w--current {
  color: #fff;
}

.tabs-menu {
  position: fixed;
  top: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'poppins', sans-serif;
  color: hsla(231.89189189189187, 18.23%, 39.80%, 1.00);
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tabs {
  overflow: hidden;
  position: relative;
  z-index: 3;
  padding-top: 56px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.tabs-content {
  position: relative;
  width: 100%;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}

.image-2 {
  position: absolute;
  left: 20px;
  bottom: 21%;
  z-index: -1;
}

.image-4 {
  max-width: none;
}

.image-6 {
  position: absolute;
  left: 0;
  top: 81px;
  right: auto;
  bottom: 0;
  width: 54.55%;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 16px 0 #d9d9d9;
}

.navigation .wrapper {
  background: #fff;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
}

.log-in-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 21px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #363437;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding-right: 58px;
  padding-left: 58px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-9 {
  position: absolute;
  top: -180px;
  right: 0;
}

.benefits-text-div-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.para-2 {
  margin-bottom: 25px;
  font-family: 'poppins', sans-serif;
  color: gray;
  font-size: 18px;
  line-height: 22px;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 650px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrapper.left {
  position: relative;
  height: 101%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.main-heading-2 {
  color: hsla(231.89189189189187, 18.23%, 39.80%, 1.00);
}

.main-heading-2.white {
  font-size: 44px;
  color: hsla(231.89189189189187, 0.00%, 100.00%, 1.00);
}

.hero-white-text {
  margin-bottom: 34px;
  padding-right: 75px;
  font-family: 'poppins', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.23px;
}

.image-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
}

.image-10.mobile {
  display: none;
}

.image-11 {
  position: absolute;
  z-index: -4;
  width: 100%;
}

.text-div {
  width: 380px;
  margin-left: 5vw;
}

.text-div h2 {
  font-size: 36px;
}

.image-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 493px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blue {
  color: hsla(231.89189189189187, 18.23%, 39.80%, 1.00);
}

.playalong {
  position: absolute;
  transition: transform 400ms;
}

.playalong._2 {
  left: auto;
  top: 3%;
  right: 40%;
  bottom: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.playalong._4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.playalong._3 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.playalong.q {
  left: auto;
  top: auto;
  right: 23%;
  bottom: 0%;
  z-index: 1;
}

.pricing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 61px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #f8f8f8;
  box-shadow: 1px 1px 16px 0 #d9d9d9;
}

.pricing-text {
  width: 100%;
  max-width: 560px;
  min-width: 360px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.pricecard-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.priceing-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 214px;
  height: 300px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 1px 1px 16px 0 #d9d9d9;
  font-family: 'poppins', sans-serif;
}

.color-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(270deg, #B5C9E6 0%, #6B93CD 100%);
}

.color-cover.purple {
  background-color: #9e74af;
}

.pricing-title {
  font-family: 'poppins', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.pricing-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60%;
  padding-top: 70px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.top-title {
  margin-bottom: 26px;
}

.text-block-4 {
  color: gray;
  font-weight: 600;
}

.text-block-5 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}

.image-13 {
  width: 100%;
  height: 150%;
}

.image-14 {
  position: absolute;
  left: auto;
  top: -60px;
  right: 0%;
  bottom: auto;
  z-index: -2;
}

.image-14._2 {
  left: 0%;
  top: -200px;
  right: auto;
  bottom: auto;
}

.text-block-6 {
  padding-bottom: 22px;
  font-family: 'poppins', sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.copyright-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 20;
}

.image-15 {
  width: 100%;
}

.wave + .wave {
  position: absolute;
  bottom: 0;
  left: 0;
}

.image-15.mobile {
  display: none;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-12 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 210px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-footer-div {
  width: 100%;
  position: relative;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.image-16 {
  max-width: none;
}

.slide {
  height: 100%;
  text-align: center;
}

.mask {
  overflow: visible;
  width: 100%;
  height: 100%;
}

.slide-2 {
  background-color: transparent;
}

.none {
  display: none;
}

.hero-bg {
  position: absolute;
  left: auto;
  top: -4%;
  right: 0%;
  bottom: auto;
  width: 67%;
  margin-top: -60px;
}

.hero-bg.mobile {
  display: none;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .playalong.q {
    right: 18%;
  }
}

@media (max-width: 1100px) {
  .tabs-main {
    min-width: 110px;
  }
  
  .image-6 {
    width: 50%;
  }
  
  .pricing-text {
    max-width: 380px;
  }
  
  .wrapper.hero {
    min-height: 85vh;
  }
}

@media (max-width: 1024px) {
  .section.footer {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section {
    padding-top: 3px;
  }
  .section.cards {
    margin-bottom: 17px;
    background-size: 991px 811px;
    padding-bottom: 30px;
  }
  .section.footer {
    padding-top: 0px;
    background-position: 50% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .section.features {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .section.features {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section.student {
    height: 100%;
    min-height: 200px;
    margin-bottom: 125px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: none;
  }
  .section.play-along {
    min-height: 650px;
    margin-top: 0px;
    padding-top: 0px;
  }
  .section.produce {
    height: 100%;
    min-height: 650px;
  }
  .section.pricing {
    height: 1210px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper.hero {
    min-height: auto;
    height: auto;
    padding-top: 25px;
    padding-right: 3vw;
    padding-left: 3vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wrapper.rocket {
    padding-top: 68px;
    padding-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .wrapper.reasons {
    height: auto;
    margin-bottom: 69px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .wrapper.footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper.price {
    height: 80%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-text-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: 64px;
  }
  .hero-text-block.white {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .checkmark {
    width: 36px;
    margin-right: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .list-item {
    width: 26vw;
    padding-right: 0px;
    font-size: 18px;
  }
  .list-item._2 {
    width: 100%;
  }
  .list-item-2 {
    margin-right: 0px;
    letter-spacing: -0.2px;
  }
  .hero-image-div {
    width: 70%;
    padding-top: 36px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    padding-left: 38px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .list._2 {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image {
    left: auto;
    top: -1%;
    right: 0%;
    bottom: auto;
  }
  .text-block {
    width: 460px;
    margin-top: 48px;
  }
  .reason-text {
    max-width: 330px;
  }
  .heading {
    position: static;
    color: hsla(231.89189189189187, 18.23%, 39.80%, 1.00);
  }
  .div-block-4 {
    margin-top: 40px;
    margin-bottom: 27px;
  }
  .cards-wrapper {
    width: 100%;
    max-width: 740px;
    margin-top: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .card {
    width: 45%;
    margin-top: 20px;
    height: 460px;
  }
  .card.down {
    width: 45%;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .piano {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-cta-text {
    margin-top: 12px;
  }
  .navbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 2px 0 8px 0 #d9d9d9;
  }
  .tabs {
    padding-top: 48px;
  }
  .tabs-main {
    width: 100%;
    height: 48px;
    border-width: 1px;
    border-color: hsla(231.89189189189187, 0.00%, 100.00%, 1.00);
  }
  .tabs-menu {
    position: fixed;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding-left: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cookies-container ~ .tabs .tabs-menu {
    bottom: 50px;
  }
  .tabs-main.right {
    width: 50%;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
  }
  .tabs-main.right.w--current {
    border-width: 0px;
  }
  .tabs-main.left {
    width: 50%;
    border-width: 0px;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
  }
  .tabs-main.left.w--current {
    width: 50%;
    border-radius: 0px;
  }
  .tabs-main.right.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tabs-main.left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0px;
  }
  .tabs-main.left.w--current {
    border-width: 0px;
    border-radius: 0px;
  }
  .div-block-6 {
    padding-top: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-2 {
    bottom: -43%;
  }
  .image-6 {
    position: relative;
    left: -9%;
    width: 94%;
  }
  .image-7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 51px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation {
    z-index: 6;
  }
  .wrapper-2 {
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .image-9 {
    top: -139px;
    right: 28%;
    z-index: -4;
  }
  .benefits-text-div-2 {
    width: 461px;
    margin-top: 30px;
  }
  .hero-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-wrapper.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-heading-2 {
    margin-bottom: 2px;
    font-size: 55px;
    line-height: 100%;
  }
  .main-heading-2.white {
    max-width: 700px;
  }
  .hero-white-text {
    max-width: 270px;
    padding-right: 0px;
    font-size: 16px;
  }
  .image-10 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
  }
  .text-div {
    text-align: left;
    margin-left: 0;
    align-self: flex-start;
    width: 100%;
  }
  .image-div.ipad {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pricing-wrapper {
    padding: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .pricing-text {
    max-width: 550px;
    text-align: left;
  }
  .pricecard-div {
    width: 100%;
    max-width: 100%;
    margin-left: -10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .priceing-card {
    background-color: #fff;
    box-shadow: 1px 1px 16px 0 #d9d9d9;
  }
  .pricing-div {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .image-13 {
    width: 260%;
    max-width: 500%;
  }
  .div-block-11 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-12 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: -3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200%;
    height: 230px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-16 {
    max-width: 100%;
  }
  .mask {
    overflow: hidden;
  }
  .slide-3 {
    overflow: hidden;
  }
  .hero-bg {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -3;
    display: none;
    width: 100%;
    height: 690px;
  }
  .log-in-link {
    margin: 0;
    display: none;
  }
  .cta-button.login {
    display: none;
    width: 198px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  .cta-button.login.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cta-button.sign-up.mobile {
    display: block;
    width: 116px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    padding: 0;
  }
  .link-block {
    margin: 0 46px 0 0;
  }
  .navigation {
    box-shadow: none;
    height: 48px;
  }
  .navigation .wrapper {
    box-shadow: 0 2px 4px 0 #D8D8D8;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .hero-text-block {
    padding-top: 34px;
  }
  .section.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .section.student {
    height: auto;
    min-height: 0px;
    margin-top: -15px;
    margin-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section.play-along {
    min-height: 660px;
  }
  .section.produce {
    min-height: 760px;
  }
  .section.pricing {
    position: relative;
    margin-bottom: 0px;
  }
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-left: 16px;
  }
  .wrapper.hero {
    padding-top: 86px;
  }
  .wrapper.footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .hero-text-block.white {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsla(231.89189189189187, 18.23%, 39.80%, 1.00);
  }
  .hero-image-div {
    width: 100%;
    padding-top: 5px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-heading {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 24px;
  }
  .subtitle {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 24px;
    text-align: center;
    max-width: 100%;
  }
  .list {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .cards-wrapper {
    width: 80%;
    height: 100%;
  }
  .card {
    width: 80%;
    height: 100%;
  }
  .card.down {
    width: 80%;
    height: 100%;
    margin-top: 29px;
  }
  .piano {
    order: 2;
    margin-bottom: 0;
    padding-right: 0;
  }
  .tabs-main {
    width: 30vw;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-2 {
    display: none;
  }
  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper-2 {
    padding-right: 3vw;
    padding-left: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-9 {
    display: none;
  }
  .hero-wrapper {
    height: auto;
  }
  .main-heading-2 {
    text-align: center;
  }
  .main-heading-2.white {
    max-width: 600px;
    color: hsla(231.89189189189187, 18.23%, 39.80%, 1.00);
    text-align: center;
  }
  .hero-white-text {
    max-width: 350px;
    text-align: center;
  }
  .image-10 {
    position: static;
  }
  .text-div {
    text-align: center;
  }
  .image-div.ipad {
    width: 100%;
  }
  .image-div.ipad img {
    width: 100%;
    height: auto;
  }
  .pricing-wrapper {
    width: 100%;
    padding-bottom: 34px;
    padding-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    box-shadow: 1px 1px 16px 0 #d9d9d9;
  }
  .pricing-text {
    width: 100%;
    max-width: 500px;
  }
  .pricecard-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .priceing-card {
    min-width: 214px;
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .image-13 {
    z-index: 0;
  }
  .text-block-6 {
    width: 80%;
  }
  .copyright-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-15 {
    display: none;
    width: 140%;
    max-width: 170%;
  }
  .image-15.mobile {
    display: block;
    width: 110%;
  }
  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-12 {
    width: 190%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slider {
    width: 120%;
    height: 390px;
    padding-left: 16px;
  }
  .mask {
    height: 360px;
  }
  .slide-2 {
    height: 310px;
  }
  .left-arrow {
    height: auto;
  }
  .hero-bg {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 0;
    width: 100%;
    height: 650px;
  }
  .hero-bg.mobile {
    display: block;
    width: 110%;
  }
  .cookies-container ~ .tabs .tabs-menu {
    bottom: 70px;
  }
}

@media (max-width: 479px) {
  .section.cards {
    margin-bottom: 0px;
  }
  .section.footer {
    padding-top: 10vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .section.features {
    margin-top: 0px;
    padding-bottom: 140px;
  }
  .section.student {
    min-height: 580px;
    height: auto;
    padding-top: 59px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: hsla(230.52631578947367, 54.29%, 20.59%, 1.00);
  }
  .section.student .wrapper {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .section.play-along {
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section.produce {
    height: auto;
    min-height: 400px;
    margin-top: 120px;
    margin-bottom: 45px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section.pricing {
    height: auto;
  }
  .wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .wrapper.rocket {
    padding-top: 79px;
  }
  .wrapper.footer {
    width: 100vw;
    height: auto;
    margin-top: 16px;
    margin-bottom: 200px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wrapper.footer .div-block-8 {
    margin-top: 0;
  }
  .wrapper.price {
    height: auto;
  }
  .hero-text-block {
    margin-top: 0px;
  }
  .hero-text-block.white {
    color: hsla(231.89189189189187, 18.23%, 39.80%, 1.00);
  }
  .list-item {
    width: 250px;
    font-size: 18px;
    line-height: 23px;
  }
  .list-item._2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .cta-button.login {
    width: 178px;
    height: 42px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    letter-spacing: 0.6px;
  }
  .hero-image-div {
    width: 100%;
    padding-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .text-block {
    width: 80%;
  }
  .reason-block {
    height: 100%;
    padding: 13px;
  }
  .reason-text {
    font-size: 16px;
  }
  .cards-wrapper {
    width: 100%;
  }
  .card {
    width: 90%;
  }
  .card.down {
    width: 90%;
  }
  .para {
    width: 100%;
    max-width: 350px;
  }
  .reason-end {
    max-width: 260px;
  }
  .piano {
    width: 160%;
  }
  .heading-03 {
    font-size: 22px;
  }
  .heading-03.blue {
    text-align: center;
  }
  .footer-cta-text {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .div-block-6 {
    padding-top: 61px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .image-4 {
    padding-left: 1px;
  }
  .image-6 {
    top: 48px;
    width: 110%;
  }
  .div-block-8 {
    margin-top: -60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .wrapper-2 {
    padding-left: 3vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .benefits-text-div-2 {
    width: 100%;
    padding-left: 4vw;
  }
  .para-2 {
    font-size: 18px;
  }
  .hero-wrapper {
    margin-top: -18px;
  }
  .hero-wrapper.dance {
    margin-top: 15px;
  }
  .main-heading-2 {
    font-size: 50px;
  }
  .main-heading-2.white {
    max-width: 370px;
    margin-top: 34px;
    margin-bottom: 11px;
    color: hsla(231.89189189189187, 0.00%, 100.00%, 0.90);
  }
  .hero-white-text {
    width: 100%;
    max-width: 350px;
    margin-bottom: 12px;
    color: hsla(0, 0%, 100%, .9);
    font-size: 18px;
    line-height: 24px;
  }
  .image-10 {
    position: relative;
    display: none;
  }
  .image-10.mobile {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: block;
  }
  .image-11 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .text-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blue {
    text-align: center;
  }
  .playalong._2 {
    position: static;
    display: none;
    margin-top: -60px;
  }
  .playalong._4 {
    position: relative;
    top: -60px;
    z-index: 0;
    margin-top: -18px;
  }
  .playalong._3 {
    position: static;
  }
  .playalong.q {
    position: static;
    display: none;
    margin-top: -87px;
  }
  .pricing-wrapper {
    height: auto;
    margin-bottom: 186px;
    padding-bottom: 32px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: none;
  }
  .pricing-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 230px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pricecard-div {
    width: 250px;
    height: auto;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .priceing-card {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .image-13 {
    width: 2370px;
    max-width: 971%;
    margin-bottom: -7px;
  }
  .image-14._2 {
    display: none;
  }
  .text-block-6 {
    padding-bottom: 16px;
  }
  .copyright-div {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    padding-bottom: 47px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-15 {
    display: none;
    width: 260%;
    max-width: 300%;
  }
  .image-15.mobile {
    display: block;
  }
  .div-block-11 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-12 {
    height: 230px;
  }
  .image-footer-div {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .subtitle {
    text-align: left;
  }
  .slider {
    height: auto;
    margin-top: 0px;
    padding-left: 22px;
  }
  .image-16 {
    height: auto;
    max-width: 100%;
  }
  .mask {
    height: auto;
  }
  .slide-2 {
    height: 100%;
  }
  .image-18 {
    display: inline-block;
  }
  .slide-3 {
    width: auto;
    height: auto;
  }
  .hero-bg {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -1;
    display: block;
    width: 100%;
    height: 430px;
    max-width: 300%;
  }
  .hero-bg.mobile {
    display: block;
    width: 200%;
  }
  .image-14 {
    margin-top: -45px;
  }
}

#w-node-da4991f1e7ea-8cf185a9 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}
/* poppins-regular - latin */
@font-face {
  font-family: 'poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'),
  url(../landing/assets/poppins-v8-latin-regular.5224cd4c8d93efc4fd95.woff2) format('woff2'),
  url(../landing/assets/poppins-v8-latin-regular.e78693354999fe502e16.woff) format('woff');
}
/* poppins-500 - latin */
@font-face {
  font-family: 'poppins';
  font-style: normal;
  font-weight: 500;
  src: local('Poppins Medium'), local('Poppins-Medium'),
  url(../landing/assets/poppins-v8-latin-500.b79065b4eb96ef52df7c.woff2) format('woff2'),
  url(../landing/assets/poppins-v8-latin-500.9cce51605ae9e0a9357a.woff) format('woff');
}
/* poppins-600 - latin */
@font-face {
  font-family: 'poppins';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-Medium'),
  url(../landing/assets/poppins-v8-latin-600.d4e54a8767fc7a098f4a.woff2) format('woff2'),
  url(../landing/assets/poppins-v8-latin-600.eeb783cfa99a6e6793db.woff) format('woff');
}
/* poppins-700 - latin */
@font-face {
  font-family: 'poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'),
  url(../landing/assets/poppins-v8-latin-700.c42d83a607aac6b2d422.woff2) format('woff2'),
  url(../landing/assets/poppins-v8-latin-700.f4b97733bc584fb5cfba.woff) format('woff');
}
/* poppins-800 - latin */
@font-face {
  font-family: 'poppins';
  font-style: normal;
  font-weight: 800;
  src: local('Poppins ExtraBold'), local('Poppins-Bold'),
  url(../landing/assets/poppins-v8-latin-800.d4c7b3ae84d9500185c2.woff2) format('woff2'),
  url(../landing/assets/poppins-v8-latin-800.41e4c7555ef39bedb32b.woff) format('woff');
}

.hero-text-block.white {
  text-shadow: 1px 1px #182051;
}

.hybrid-label {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  height: 96px;
  width: 408px;
  max-width: 100%;
  margin: 106px 0 0;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 10px 5px 75px;
  background: rgba(255, 255, 255, 0.7) url(../landing/assets/hybrid.093a25a0f05194e3c3c8.png) 24px 50% no-repeat;
  border-radius: 24px;
  box-shadow: 0 0 16px #F1F1F1;
}

.hybrid-label > * {
  margin: 0;
  padding: 0;
}
.hybrid-label strong {
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}

.hybrid-label p {
  font-family: Georgia, "Times New Roman", serif;
}

.pricing-wrapper {
  width: 100%;
}

.w-button {
  z-index: 1000 !important;
}

.w-tab-menu {
  pointer-events: none;
  z-index: 1500 !important;
}

.w-tab-link {
  pointer-events: all;
}

.navigation {
  z-index: 2000 !important;
}

.no-shadow {
  box-shadow: none !important;
}

.pricing-text h1 {
  font-size: 36px;
}

.pricing-text .checkmark {
  margin-bottom: 0;
}

.pricecard-div {
  max-width: 460px;
}

.image-10.tablet {
  display: none;
}

.checkmark {
  margin-bottom: 17px;
  margin-right: 0;
  background-size: 26px;
}

.list-item {
  padding-right: 60px;
  flex: 1;
}

.reason-block {
  padding-left: 15px;
}

.div-block-3 {
  width: 32px;
  margin-right: 18px;
}

.empesize {
  text-transform: uppercase;
  margin: 0 -25px 0 0;
}

.pricing-title {
  font-size: 14px;
}

.cookies-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000000000;
  background-image: linear-gradient(to right, #353435, #252525);
  color: #fff;
  height: 50px;
  display: flex;
  justify-content: center;
}

.cookies-container ~ .page-copyright {
  padding-bottom: 50px;
}

.cookies-container .wrapper {
  max-width: 1310px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  display: flex;
  justify-content: center;
}

.cookies-container h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 12px;
  line-height: 1.17;
}

.cookies-container p {
  margin: 0 48px;
  font-size: 16px;
  line-height: 20px;
  font-family: 'poppins', sans-serif;
}

.cookies-container a {
  color: #fff;
  text-decoration: underline;
}

.cookies-container a:hover {
   text-decoration: none;
}

.cookies-btn {
  width: 120px;
  min-height: 28px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  display: block;
  box-shadow: 0 0 6px 0 rgba(37, 40, 227, 0.2);
  background-color: #2b2ce7;
  transition: all 300ms;
  border: 0;
  padding: 0 10px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  outline: none;
  font-family: 'poppins', sans-serif;
}

.cookies-btn:hover {
  background-color: rgba(43, 44, 231, 0.7);
}

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

.page-container {
  width: 90%;
  margin: 50px;
  font-size: 16px;
  font-family: 'poppins', sans-serif;
}

.cookies-container ~ .page-copyright {
  padding-bottom: 70px;
}

.page-container a {
  color: rgba(43, 44, 231, 1);
  text-decoration: underline;
}

.page-container a:hover {
  text-decoration: none;
}

.page-header {
  text-align: center;
}

.slider {
  position: relative;
}

.image-16 {
  max-width: 100%;
}

.list._2 {
  margin-right: 10px;
}

.list._2 .list-item-2 {
  margin-bottom: 10px;
}

.card-mobile-picture {
  display: none;
}

.card {
  animation: linear infinite alternate;
  animation-name: card;
  animation-duration: 1.5s;
  animation-delay: 750ms;
}

.card:nth-child(2n) {
  animation-delay: 0ms;
}

.image-13 {
  animation: linear infinite alternate;
  animation-name: wave;
  animation-duration: 3s;
}

.w1 {
  animation: linear infinite alternate;
  animation-name: wave;
  animation-duration: 5s;
  animation-delay: 2.5s;
}

.w2 {
  animation: linear infinite alternate;
  animation-name: wave;
  animation-duration: 5s;
}

.page-footer {
  margin-top: auto;
  background-color: #363437;
  color: #d8d8d8;
  font-family: 'poppins', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.1px;
  font-weight: normal;
}

.page-footer .wrapper {
  padding-top: 38px;
  padding-bottom: 38px;
  min-height: 140px;
  justify-content: space-between;
  margin: 0 auto;
  align-items: flex-start;
}

.footer-middle {
  text-align: center;
}

.footer-logos img {
  margin: 0 8px;
  border-radius: 50%;
}

.page-footer-text {
  margin: 0 0 8px;
}

.page-logos,
.page-footer-copyright {
  margin: 0 0 10px;
}

.page-logos img {
  margin: 0 40px 0 -5px;
}

.page-copyright {
  text-align: center;
  min-height: 54px;
  color: #fff;
  background-color: #000;
  font-family: 'poppins', sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.1px;
}

.page-copyright .wrapper {
  padding-top: 18px;
  padding-bottom: 18px;
  justify-content: center;
  margin: 0 auto;
}

.page-copyright p {
  margin: 0;
}

.page-copyright a {
  text-decoration: underline;
}

.page-copyright a:hover {
  text-decoration: none;
}

.blog-link {
  text-decoration: none;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 63px;
  max-width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.33;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  /*text-indent: -9999px;
  background: url(../images/blog-idle.png) no-repeat;
  background-size: 100%;*/
  background-color: #363437;
  border: 1px solid #999;
  border-radius: 6px;
}

.blog-link strong {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-link p{
  font-size: 19px;
  letter-spacing: 0;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-link:hover {
  color: #2b2ce7;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.blog-link:hover strong {
  color: #535878;
}

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

.main-menu {
  display: flex;
  margin: 0 0 0 51px;
}

.main-menu__link {
  margin: 0 16px 0 0;
  text-decoration: none;
  color: #363437;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  font-family: 'poppins', sans-serif;
}

.main-menu__link.why-musico:hover,
.main-menu__link.why-musico.active {
  color: #9e73af;
}

.main-menu__link.teachers:hover,
.main-menu__link.teachers.active {
  color: #9d185f;
}

.main-menu__link.administrators:hover,
.main-menu__link.administrators.active {
  color: #9e73af;
}

.main-menu__link.students:hover,
.main-menu__link.students.active {
  color: #009d92;
}

.main-menu__link.pricing:hover,
.main-menu__link.pricing.active {
  color: #f77927;
}

.main-menu__link.faq:hover,
.main-menu__link.faq.active {
  color: #6b93cd;
}

.main-menu__link.community:hover,
.main-menu__link.community.active {
  color: #9d185f;
}

.main-menu__link.holiday:hover,
.main-menu__link.holiday.active {
  color: #F0B318;
}

.main-menu__link.valentine:hover,
.main-menu__link.valentine.active {
  color: #FD9698;
}

.main-menu__link.discover:hover,
.main-menu__link.discover.active {
  color: #F0B318;
}

.main-menu__link.demo:hover,
.main-menu__link.demo.active {
  color: #535878;
}

.admin-hero {
  height: 115vh;
  min-height: 610px;
  background: url(../landing/assets/header-admins.0dc2c8aae8ffc8fac960.png) no-repeat 50% 0;
  background-size: cover;
  padding: 20vh 0 0;
  color: #fff;
}

.admin-hero .main-heading,
.admin-hero .list-item {
  color: inherit;
}

.info-section {
  padding: 80px 0 60px;
  position: relative;
}

.info-section__bg {
  position: absolute;
  top: -6%;
  left: 0;
  width: 100%;
  height: auto;
}

.info-section .wrapper {
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.info-section__content {
  padding: 60px 0 0;
  flex: 1;
  color: #4A4A4A;
}

.info-section__image {
  width: 56.7%;
}

.info-section__image.left {
  margin-right: 11.3%;
}

.info-section__image.right {
  margin-left: 11.3%;
}

.info-section__title {
  margin: 0 0 4px;
  letter-spacing: 0.23px;
  font-size: 28px;
  line-height: 34px;
}

.outcomes .info-section__title {
  color: #9E73AF;
}

.standards .info-section__title {
  color: #F0B318;
}

.progress .info-section__title {
  color: #FD9698;
}

.info-section__text {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 22px;
  font-family: 'poppins', sans-serif;
}

.mobile-menu__opener {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 48px;
  cursor: pointer;
  user-select: none;
  padding: 14px 0 0 13px;
  z-index: 3;
}

.mobile-menu__opener span {
  display: block;
  width: 28px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #535878;
  border-radius: 2px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.45s ease;
}

.mobile-menu__opener span:first-child {
  transform-origin: 0% 0%;
}

.mobile-menu__opener span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

.active .mobile-menu__opener span {
  opacity: 1;
  transform: rotate(45deg) translate(-7px, -14px);
}

.active .mobile-menu__opener span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.active .mobile-menu__opener span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-2px, 10px);
}

.mobile-menu__drop {
  position: fixed;
  top: 48px;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: calc(100% - 48px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 40px 16px 60px;
  transform: translateY(-100%);
  transition: transform 0.25s;
}

.active .mobile-menu__drop {
  transform: translateY(0);
}

.mobile-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 43px;
  font-weight: 500;
  font-family: 'poppins', sans-serif;
}

.mobile-menu__item.blog {
  margin: 10px 0 0;
  padding: 10px 0 0;
  position: relative;
}

.mobile-menu__item.blog:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #4a4a4a;
  margin-left: -8px;
}

.mobile-menu__link {
  margin: 0;
  color: #4a4a4a;
  text-decoration: none;
}

.mobile-menu__link.why-musico {
  color: #9e73af;
}

.mobile-menu__link.teachers {
  color: #9d185f;
}

.mobile-menu__link.administrators {
  color: #9e73af;
}

.mobile-menu__link.students {
  color: #009d92;
}

.mobile-menu__link.pricing {
  color: #f77927;
}

.mobile-menu__link.faq {
  color: #6b93cd;
}

.mobile-menu__link.community {
  color: #9d185f;
}

.mobile-menu__link.holiday {
  color: #F0B318;
}

.mobile-menu__link.discover {
  color: #F0B318;
}

.mobile-menu__link.valentine {
  color: #FD9698;
}

.mobile-menu__link.demo {
  color: #535878;
}

.mobile-menu__cta {
  margin-top: 48px;
  margin-bottom: 30px;
}

.mobile-menu__signup {
  display: inline-flex;
  text-decoration: none;
  max-width: 100%;
  margin: 0 0 18px;
  padding-left: 24px;
  padding-right: 24px;
  height: 48px;
}

.mobile-menu__signin {
  color: #2B2CE7;
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;

}

.pricing-tabs__menu {
  display: flex;
  margin: 0 0 52px;
}

.pricing-tabs__link {
  font-size: 18px;
  line-height: 23px;
  color: #4a4a4a;
  text-decoration: none;
  margin: 0 31px 0 0;
  padding: 0;
  background: none;
  font-family: 'poppins', sans-serif;
  font-weight: bold;
}

.pricing-tabs__link:hover,
.pricing-tabs__link.w--current {
  text-decoration: underline;
  background: none;
}

.pricing-tabs__link.w--current {
  color: #F77927;
}

.pricing-tabs__holder {
  display: flex;
}

.pricing-tabs__side {
  width: 39%;
  margin: 0 20px 0 0;
  padding: 22px 0 0;
}

.pricing-tabs__main {
  flex: 1;
}

.pricing-tabs__plans {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 95px;
  color: #999;
  font-family: 'poppins', sans-serif;
  font-weight: 600;
}

.pricing-tabs__title {
  margin: 0 0 24px;
  font-weight: 300;
  font-size: 36px;
  line-height: 34px;
  font-family: 'poppins', sans-serif;
  color: #4a4a4a;
  min-height: 185px;
}

.plans {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 18px;
}

.plans__col {
  min-width: calc(50% - 20px);
  margin: 0 10px;
  flex: 1;
}

.plan {
  margin: 0 0 24px;
  box-shadow: 0 0 16px 0 #D8D8D8;
  border-radius: 8px;
  background-color: #fff;
}

.plan--private .plan__heading {
  background: linear-gradient(270deg, #80CEC9 0%, #009D92 100%);
}

.plan--school .plan__heading {
  background: linear-gradient(270deg, #A9ACBC 0%, #535878 100%);
}

.plan__heading {
  display: flex;
  padding: 5px 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  min-height: 60px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.7px;
  line-height: 18px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(270deg, #B5C9E6 0%, #6B93CD 100%);
  text-transform: uppercase;
  font-family: 'poppins', sans-serif;
}

.plan__body {
  padding: 32px 0 24px;
  font-family: 'poppins', sans-serif;
  color: #4A4A4A;
  text-align: center;
}

.plan__title {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 24px;
}

.plan__price {
  font-weight: 300;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.plan__info {
  color: #B3B3B3;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  min-height: 32px;
  margin: 0 0 20px;
}

.plan__btn {
  min-height: 40px;
  background-color: #2B2CE7;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 20px;
  padding: 10px;
  display: block;
  max-width: 73.5%;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
}

.features--side .features__icon {
  display: none;
}

.features__item {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  color: #4A4A4A;
  font-family: 'poppins', sans-serif;
  border-top: 1px solid #f1f1f1;
}

.features__info {
  font-size: 16px;
  line-height: 24px;
  flex: 1;
  padding: 0 10px 0 0;
}

.features__title {
  display: none;
  margin: 32px 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-family: 'poppins', sans-serif;
  letter-spacing: 0.8px;
}

.faq-page {
  padding: 178px 0;
  background: url(../landing/assets/faq-top.9877945c4d2a4b0ee704.png) no-repeat 50% 0;
}

@media (max-height: 800px) and (min-width: 992px) {
  .faq-page {
    padding-top: 100px;
    background: none;
  }
}

.faq-tabs {
  width: 100%;
}

.faq-tabs__menu {
  display: flex;
  justify-content: space-between;
  pointer-events: auto;
  color: #4a4a4a;
  padding: 0 0 12px;
  margin: 0 -12px 64px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.faq-tabs__link {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  font-family: 'poppins', sans-serif;
  color: inherit;
  margin: 0 12px 12px;
  text-decoration: none;
  background: none;
  padding: 0;
  flex-shrink: 0;
  white-space: nowrap;
}

.faq-tabs__link:hover,
.faq-tabs__link.w--current {
  color: #6B93CD;
  background: none;
}

.page-title {
  margin: 0 0 32px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #4a4a4a;
  font-family: 'poppins', sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
}

.help-link {
  height: 48px;
  width: 300px;
  border-radius: 8px;
  background-color: #F1F1F1;
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  padding: 0 12px;
  font-weight: bold;
  color: #6B93CD;
  text-decoration: none;
  transition: background-color 300ms;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1pY29uPSJwaG9uZSIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjNkI5M0NEIiBkPSJNNDkzLjQgMjQuNmwtMTA0LTI0Yy0xMS4zLTIuNi0yMi45IDMuMy0yNy41IDEzLjlsLTQ4IDExMmMtNC4yIDkuOC0xLjQgMjEuMyA2LjkgMjhsNjAuNiA0OS42Yy0zNiA3Ni43LTk4LjkgMTQwLjUtMTc3LjIgMTc3LjJsLTQ5LjYtNjAuNmMtNi44LTguMy0xOC4yLTExLjEtMjgtNi45bC0xMTIgNDhDMy45IDM2Ni41LTIgMzc4LjEuNiAzODkuNGwyNCAxMDRDMjcuMSA1MDQuMiAzNi43IDUxMiA0OCA1MTJjMjU2LjEgMCA0NjQtMjA3LjUgNDY0LTQ2NCAwLTExLjItNy43LTIwLjktMTguNi0yMy40eiI+PC9wYXRoPjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 16px 16px;
}

.help-link:hover {
  background-color: #e1e1e1;
}

.faq-accordion {
  width: 90%;
  display: flex;
  margin: 0 0 56px;
}

.faq-accordion__col {
  width: 50%;
}

.faq-accordion__col:first-child {
  margin: 0 11% 0 0;
}

.faq-accordion__item {
  margin: 0;
  border: 0;
  border-top: 1px solid #f1f1f1;
}

.faq-accordion .faq-accordion__title {
  padding: 10px 30px 10px 0;
  outline: none;
  font-family: 'poppins', sans-serif;
  color: #4A4A4A;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  display: flex;
  min-height: 70px;
  margin: 0;
  position: relative;
}

.faq-accordion .faq-accordion__title b {
  margin-right: 5px;
}

.faq-accordion .faq-accordion__title:after {
  content: '';
  position: absolute;
  right: 5px;
  width: 10px;
  height: 10px;
  border: solid #4a4a4a;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg) translate(0,-50%);
  transform-origin: top center;
  transition: transform 300ms;
}

.faq-accordion .open .faq-accordion__title:after {
  content: '';
  transform: rotate(-45deg) translate(0,-50%);
}

.faq-accordion .faq-accordion__content {
  color: #808080;
  font-size: 16px;
  line-height: 24px;
  font-family: 'poppins', sans-serif;
}

.faq-accordion .faq-accordion__content p {
  margin: 0;
  padding: 5px 25px 15px 0;
}

.faq-accordion .faq-accordion__content a {
 color: #6B93CD;
  text-decoration: underline;
}

.faq-accordion .faq-accordion__content a:hover {
  text-decoration: none;
}

.faq-videos {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}

.faq-videos .video-box {
  margin: 0 10px 32px;
  min-width: calc(25% - 20px);
}

.video-box {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 0 32px;
  text-decoration: none;
  width: 214px;
  height: 214px;
  max-height: 214px;
  min-height: 214px;
  text-align: center;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 #d8d8d8;
  cursor: pointer;
  transition: box-shadow 300ms ease-in-out, transform 650ms, background-color 400ms;
}

.video-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 16px #c8c8c8;
}


.video-box__preview {
  width: 100%;
  height: 60%;
  border-radius: 4px 4px 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg, #6B93CD 0%, #535878 100%);
}

.video-box__preview-image {
  width: 40px;
  height: 40px;
}

.video-box__play-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
}

.video-box__caption {
  color: #363437;
  padding: 16px;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  text-align: left;
  font-family: 'poppins', sans-serif;
}

.vbox-overlay {
  z-index: 4000;
}

.vbox-close {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  height: 50px;
  line-height: 40px;
}

.lang__selector {
  position: relative;
  width: 54px;
  align-self: center;
  margin: 0 24px 0 0;
  background: #fff;
}

.lang__link,
.lang__opener {
  display: block;
  text-transform: uppercase;
  border: 2px solid #D8D8D8;
  color: #363437;
  white-space: nowrap;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  width: 54px;
}

.lang__opener {
  border-width: 0 2px;
}

.lang__selector.active .lang__opener {
  border-width: 2px;
}

.lang__link:hover {
  background-color: #f8f8f8;
}

.lang__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lang__link {
  margin: -2px 0 0;
}

.lang__drop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: inherit;
}

.lang__selector:not(.active) .lang__drop {
  opacity: 0;
  pointer-events: none;
}

.mobile-menu__drop .lang__opener,
.lang__active {
  display: none;
}

.mobile-menu__drop .lang__active {
  display: block;
  pointer-events: none;
  cursor: default;
}

.mobile-menu__drop .lang__active .lang__link {
  color: #535878;
}

.mobile-menu__drop .lang__drop {
  position: static;
  pointer-events: initial !important;
  opacity: 1 !important;
}

.mobile-menu__drop .lang__selector {
  position: static;
  width: 100%;
  margin: auto 0 -60px;
  display: block;
}

.mobile-menu__drop .lang__list {
  margin: 0 -16px;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
}

.mobile-menu__drop .lang__list li {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: center;
  height: 48px;
  flex: 1 0 auto;
  border: 1px solid #D8D8D8;
  border-width: 1px 0 0 1px;
}

.mobile-menu__drop .lang__list li:nth-child(odd) {
  border-left-width: 0;
}

.mobile-menu__drop .lang__link {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-transform: none;
  font-weight: normal;
  border-width: 0;
  margin: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
}

.columns-with-image {
  position: relative;
  min-height: 352px;
}

.columns-with-image .cols-wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 -16px;
}

.columns-with-image .col {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: space-between;
  width: 50%;
  padding: 0 16.6667% 0 16px;
}

.columns-with-image .col:nth-child(even) {
  padding: 0 16px 0 16.6667%;
}

.columns-with-image .image {
  position: absolute;
  left: 50%;
  right: auto;
  top: 0;
  bottom: auto;
  width: calc(33.3334% - 32px);
  height: auto;
  transform: translateX(-50%);
  z-index: 0;
}

.columns-with-image h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.columns-with-image .text-wrap {
  position: relative;
  padding: 0 0 32px 48px;
  margin: 0 0 auto;
  font-size: 18px;
  line-height: 24px;
}

.columns-with-image .text-wrap .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: auto;
  max-height: 32px;
}

.columns-with-image h4 {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 5px;
}

.tools-list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 -16px;
}

.tools-list--item {
  width: 33.3334%;
  padding: 0 16px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.tools-list--image {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
  height: 220px;
  margin: 0 0 20px;
}

.tools-list--image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.tools-list--title {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 5px;
}

.post {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 160px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}

.post:last-child {
  margin-bottom: 55px;
}

.post.reverse {
  flex-direction: row-reverse;
}

.post-image {
  width: calc(50% - 16px);
  max-width: 620px;
}

.post-description {
  width: calc(50% - 16px);
  max-width: 514px;
}

.post h3,
.post .h3{
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  display: block;
  margin: 0 0 10px;
}

.post-title h3 {
  font-size: 20px;
  line-height: 28px;
}

.post p {
  margin: 0 0 1.7778em;
}

.post .cta-button {
  margin-top: 48px;
}

@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }

  .hero-image-div {
    width: 56.8%;
    top: -69px;
    position: relative;
  }

  .hero-image-div img {
    width: 100%;
  }

  .play-along .text-div {
    margin-left: 0;
  }

  .hero-image-div .main-heading {
    display: none;
  }

  .section.save-time .section-content{
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  .section.hero:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45.31vw;
    background: url(../landing/assets/hero-bg.a4ba0db25cf87edca1e7.png) no-repeat;
    background-size: 100% 100%;
    transform: translateY(57%);
  }

  .plan + .features--table {
    padding: 42px 0 0;
    position: relative;
    margin: -24px 0 0;
  }

  .plan + .features--table:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    background: #fff;
    height: 40px;
  }

  .features--table {
    box-shadow: 0 0 16px 0 #D8D8D8;
    border-radius: 0 0 8px 8px;
  }

  .features--table .features__item {
    justify-content: center;
  }

  .features--table .features__info {
    display: none;
  }

  .post {
    font-size: 18px;
    line-height: 24px;
  }

  .post-title {
    display: none;
  }

  .realtime-section {
    position: relative;
  }

  .realtime-section:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-width: 1920px;
    height: 719px;
    transform: translate(-50%, -32%);
    background: url(../landing/assets/bg-gray-line.65f1af74267a34b25a1e.png) no-repeat 50% 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1143px) {
  .main-menu {
    margin: 0 0 0 14px;
  }

  .main-menu__link {
    margin: 0 10px 0 0;
    font-size: 14px;
  }

  .image-10 {
    display: none;
  }

  .image-10.tablet {
    display: block;
  }

  .log-in-link {
    margin: 0 10px 0 0;
    white-space: nowrap;
  }

  .plan__btn {
    max-width: 90%;
  }

  .lang__selector {
    margin: 0 10px 0 0;
  }
}

@media (max-width: 991px) {
  .hero .div-block-6 {
    padding-top: 0;
  }

  .hero-text-block .main-heading{
    display: none;
  }

  .hero-image-div .main-heading {
    text-align: left;
  }

  .hybrid-label {
    margin-top: 56px;
    order: 99;
  }

  .hero-text-block .subtitle {
    order: 3;
  }

  .hero-text-block .cta-button {
    order: 2;
    margin: 0 0 24px;
  }

  .hero-text-block .subtitle:first-child {
    order: 1;
  }

  .slider img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .checkmark {
    margin-bottom: 0;
    align-self: flex-start;
  }

  .checkmark.blue {
    margin-top: 4px;
  }

  .list-item {
    padding-right: 18px;
  }

  .div-block-4 {
    align-items: flex-start;
    text-align: left;
  }

  .subtitle.center {
    text-align: left;
  }

  .footer-cta-text {
    margin-left: 0;
  }

  .text-div {
    text-align: left;
  }

  .admin-hero {
    height: 90vh;
    padding: 12vh 0 0;
  }

  .info-section__bg {
    display: none;
  }

  .info-section__content {
    padding-top: 40px;
  }

  .info-section__image.left {
    margin-right: 8.3%;
  }

  .info-section__image.right {
    margin-left: 8.3%;
  }

  .faq-videos .video-box {
    min-width: calc(50% - 20px);
  }

  .faq-accordion {
    width: 100%;
  }

  .page-title {
    max-width: 100%;
  }

  .tools-list--item {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 32px;
  }

  .tools-list--title {
    font-size: 18px;
    line-height: 26px;
  }

  .tools-list--image {
    height: 160px;
  }

  .columns-with-image {

  }

  .columns-with-image h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .columns-with-image h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .columns-with-image .col {
    padding-right: 8.7%;
  }

  .columns-with-image .col:nth-child(even) {
    padding-left: 8.7%;
  }

  .columns-with-image .image {
    width: calc(50% - 32px);
    max-width: calc(50% - 32px);
  }
}

@media (max-width: 767px) {

  .page-container {
    margin: 0 auto;
  }

  .page-title {
    font-size: 36px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cookies-container {
    display: none;
  }

  .help-link {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 40px 0 -15px;
  }

  .cookies-container {
    height: 70px;
  }

  .cookies-container ~ .page-copyright {
    padding-bottom: 70px;
  }

  .cookies-container p {
    margin: 0;
  }

  .list {
    padding-left: 0;
  }

  .list-item {
    width: 214px;
  }

  .div-block-8,
  .div-block-4 {
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .footer-cta-text {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 32px;
    letter-spacing: 0.25px;
  }

  .heading-03.blue {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 8px;
  }

  .text-block {
    margin-top: 0;
  }

  .pricecard-div {
    margin: 0 auto;
  }

  .card,
  .card.down {
    margin-top: 16px;
    height: auto;
    animation: none;
  }

  .card-picture {
    display: none;
  }

  .card-mobile-picture {
    display: block;
    height: 90px;
    margin: 0 0 11px;
    justify-self: center;
  }

  .card-mobile-picture img {
    max-height: 100%;
  }

  .card-title {
    font-size: 26px;
    line-height: 28px;
    color: #000;
    margin: 0 0 11px;
    letter-spacing: 0;
    align-self: center;
  }

  .div-block-5 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding: 24px 16px;
  }

  .div-block-5 .para {
    grid-column: span 2;
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 24px;
    min-height: 90px;
  }

  .page-footer .wrapper {
    flex-direction: column;
  }

  .footer-left {
    width: 100%;
  }

  .footer-middle {
    width: 100%;
    margin: 0 0 16px;
  }

  .footer-right {
    width: 100%;
    text-align: center;
  }

  .page-logos img {
    margin: 0 20px;
  }

  .blog-link {
    margin: 0 auto 18px;
  }

  .admin-hero {
    background-size: 100% auto;
    padding: 40% 0 0;
    color: #000;
    height: auto;
    min-height: auto;
  }

  .admin-hero .main-heading {
    color: #535878;
  }

  .info-section {
    padding: 32px 0;
  }

  .info-section.progress {
    padding-bottom: 100px;
  }

  .info-section .wrapper {
    flex-direction: column;
  }

  .info-section__image {
    width: 100%;
    order: 2;
  }

  .info-section__image.left,
  .info-section__image.right {
    margin: 0;
  }

  .info-section__content {
    padding: 0;
    order: 1;
  }

  .mobile-menu {
    display: block;
  }

  .pricing-tabs__menu {
    margin: 0 0 32px;
  }

  .pricing-tabs__holder {
    flex-direction: column;
  }

  .pricing-tabs__title {
    min-height: auto;
  }

  .pricing-tabs__side {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .pricing-tabs__plans {
    display: none;
  }

  .plans {
    flex-direction: column;
    margin-bottom: 0;
  }

  .features--side {
    display: none;
  }

  .features__icon {
    order: 1;
    margin: 0 10px 0 0;
  }

  .features__info {
    order: 2;
  }

  .features__title {
    display: block;
  }

  .faq-page {
    padding: 16px 0 46px;
    background: none;
  }

  .faq-tabs__menu {
    margin-bottom: 13px;
  }

  .faq-accordion {
    flex-direction: column;
    width: 100%;
    margin: 0 0 32px;
  }

  .faq-accordion__col {
    width: 100%;
    height: auto !important;
  }

  .faq-accordion__col:first-child {
    margin: 0;
  }

  .faq-accordion__item {
    position: static !important;
    transform: none !important;
  }

  .post {
    display: block;
    width: 100%;
    margin: 0 0 32px;
  }

  .post-image,
  .post-description{
    width: 100%;
    max-width: 100%;
  }

  .post-image {
    margin: 0 0 24px;
  }

  .post-image img {
    display: block;
    margin: 0 auto;
    max-height: 180px;
  }

  .post .h3 {
    display: none;
  }

  .post .cta-button {
    display: none;
  }

  .tools-list--item {
    width: 100%;
  }

  .tools-list--image {
    height: 72px;
    margin: 0 0 11px;
  }

  .columns-with-image .col {
    width: 100%;
    max-width: 100%;
    padding: 0 16px !important;
  }

  .columns-with-image .image {
    position: static;
    display: block;
    margin: 0 auto 30px;
    width: auto;
    max-width: 100%;
    max-height: 166px;
    transform: none;
  }

  .columns-with-image .text-wrap {
    padding-left: 31px;
  }

  .columns-with-image .text-wrap .icon {
    width: 20px;
    max-height: 20px;
    top: 2px;
  }

  .section.hero:before,
  .section.organizing-tools:before,
  .section.save-time:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 62.2vw;
    max-height: 452px;
    background: url(../landing/assets/bg-hero-mobile.7a4a641d36b48a0c2b08.png) no-repeat;
    background-size: 100% 100%;
    transform: translateY(60%);
  }

  .section.save-time,
  .section.organizing-tools {
    position: relative;
  }

  .section.organizing-tools:before {
    transform: translateY(88%);
  }

  .section.save-time:before {
    background-image: url(../landing/assets/bg-gray-line-mobile.c26cc52ef72171dd39cc.png);
    transform: translateY(-4%);
  }
}

@media (max-width: 479px) {
  .reason-text br {
    display: none;
  }

  .piano {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section.footer {
    padding-top: 0;
    min-height: 62vh;
  }

  .list-item._2 {
    font-size: 18px;
  }

  .blue {
    text-align: left;
  }

  .para {
    max-width: 100%;
  }

  .pricing-text, .pricing-wrapper {
    padding-right: 0;
  }

  .priceing-card {
    margin-left: 0;
    margin-right: 0;
  }

  .image-13 {
    margin-bottom: -15px;
  }

  .cookies-container .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .faq-videos .video-box {
    min-width: calc(100% - 20px);
  }
}

@media (max-width: 359px) {
  .cookies-container p {
    font-size: 14px;
  }
}

@keyframes wave {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes card {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.section-content {
  width: 100%;
  padding: 100px 0;
  position: relative;
}

.how-it-works {
  position: relative;
}

.how-it-works .section-content {
  padding-bottom: 82px;
  padding-top: 45px;
}

.why-musico .section-content {
  padding-bottom: 0;
}

.section-title {
  text-align: center;
  margin: 0 auto 72px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  max-width: 740px;
}

.features-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.features-group-col {
  min-width: calc(20% - 20px);
  flex: 1;
  margin: 0 10px;
}

.features-group-col:nth-child(n+5) .feature-image:after {
  content: none;
}

.feature-image {
  width: 72px;
  height: 72px;
  margin: 0 0 12px;
}

.feature-image:after {
  content: '';
  position: absolute;
  left: 104px;
  right: 6px;
  top: 36px;
  height: 8px;
  border-radius: 4px;
  background-color: #D8D8D8;
}

.feature-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.feature-title {
  font-size: 22px;
  line-height: 1;
  margin: 0 0 4px;
  font-weight: bold;
  color: #000;
}

.feature-desc {
  color: #4A4A4A;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding-right: 15px;
}

.cards-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.cards-group-col {
  min-width: calc(25% - 20px);
  margin: 0 10px;
  flex: 1;
}

.cards-group-col:nth-child(2n) {
  padding-top: 20px;
}

.card-box {
  margin: 0 0 20px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 #D8D8D8;
  border-radius: 8px;
}

.card-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 8px 16px;
  background-color: #F1F1F1;
  border-radius: 8px 8px 0 0;
}

.card-box-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}

.card-box--teachers .card-box-title {
  background: linear-gradient(90deg, #535878 0%, #9E73AF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-box--schools .card-box-title {
  background: linear-gradient(90deg, #009D92 0%, #535878 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-box--students .card-box-title {
  background: linear-gradient(270deg, #FD9698 0%, #F0B318 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-box--parents .card-box-title {
  background: linear-gradient(90deg, #FD9698 0%, #9D185F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-body-wrapper {
  min-height: 138px;
  padding: 24px 16px;
}

.card-desc {
  color: #4A4A4A;
  font-size: 16px;
  line-height: 22px;
  font-family: 'poppins', sans-serif;
}

.slick-arrow {
  cursor: pointer;
  outline: none;
}

.slick-slide {
  outline: none;
}

.testimonials-group {
  display: flex;
  flex-wrap: nowrap;
  margin: -16px 0 0;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 1920px;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.testimonials-group .slick-list {
  width: 100%;
}

.slick-initialized .slick-track {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}

.slick-initialized .slick-slide.testimonials-group-col {
  display: flex;
  height: auto;
}

.testimonials-group .slick-arrow {
  position: absolute;
  width: 160px;
  max-width: 10%;
  top: 16px;
  height: calc(100% - 32px);
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background: linear-gradient(270deg, rgba(238,238,238,0.2) 0%, #F8F8F8 100%);
  z-index: 3;
}

.testimonials-group .slick-arrow:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: solid #9E73AF;
  border-width: 0 0 5px 5px;
  transform: rotate(45deg);
}

.testimonials-group .slick-prev {
  left: 0;
}

.testimonials-group .slick-next {
  right: 0;
  background: linear-gradient(270deg, #F8F8F8 0, rgba(238,238,238,0.2) 100%);
}

.testimonials-group .slick-next:before {
  transform: rotate(-135deg);
}

.testimonials-group-col {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 10px;
  width: calc(25% - 20px);
  min-width: calc(25% - 20px);
}

.slick-initialized .testimonials-group-col {
  min-width: 0;
}

.testimonial {
  width: 100%;
  box-shadow: 0 0 16px 0 #D8D8D8;
  border-radius: 16px 16px 8px 8px;
  margin: 16px 0;
}

.testimonial-header-wrapper {
  border-radius: 16px 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  min-height: 78px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.testimonial--v1 .testimonial-header-wrapper {
  color: #fff;
  background-image: url(../landing/assets/tes-1.a5670615c3a91d1d577a.png);
}

.testimonial--v2 .testimonial-header-wrapper {
  color: #fff;
  background-image: url(../landing/assets/tes-2.60d1ab80f6327957e16d.png);
}

.testimonial--v3 .testimonial-header-wrapper {
  color: #fff;
  background-image: url(../landing/assets/tes-3.6600c495d8f726948993.png);
}

.testimonial--v4 .testimonial-header-wrapper {
  color: #fff;
  background-image: url(../landing/assets/tes-4.bcc695f3474e013a9424.png);
}

.testimonial-title {
  flex: 1;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}

.testimonial-author-avatar {
  width: 102px;
  height: 102px;
  align-self: flex-end;
  margin-bottom: -57px;
}

.testimonial-author-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-body-wrapper {
  padding: 13px 16px 16px;
}

.testimonial-author-name {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #000;
  margin: 0 0 4px;
  padding-right: 110px;
}

.testimonial-author-position {
  font-size: 14px;
  line-height: 21px;
  color: #999;
  margin: 0 0 12px;
  padding-right: 110px;
}

.testimonial-message {
  font-size: 16px;
  line-height: 21px;
  color: #4A4A4A;
}

@media (max-width: 991px) {
  .lang__selector,
  .main-menu {
    display: none;
  }

  .section-content,
  .how-it-works .section-content {
    padding: 50px 0;
  }

  .section-title {
    font-size: 20px;
    line-height: 32px;
    margin: 0 -5px 24px;
    min-height: 65px;
  }

  .features-group {
    max-width: 447px;
    margin: 0 auto;
    flex-direction: column;
  }

  .feature-image {
    width: 32px;
    height: 32px;
    margin: 0 16px 0 0;
  }

  .feature-image:after {
    width: 4px;
    height: auto;
    top: 40px;
    bottom: -8px;
    left: 14px;
  }

  .feature-content {
    flex: 1;
  }

  .feature-title {
    font-size: 20px;
    line-height: 22px;
  }

  .why-musico .section-content,
  .who-is-it-for .section-content {
    max-width: 640px;
    margin: 0 auto;
  }

  .testimonial-header-wrapper {
    min-height: 56px;
  }

  .testimonial-title {
    font-size: 20px;
  }

  .testimonial-author-avatar {
    width: 48px;
    height: 48px;
    margin-bottom: -30px;
  }

  .testimonial-author-name {
    padding-right: 54px;
    font-size: 18px;
  }

  .testimonial-author-position {
    padding-right: 0;
  }

  .testimonial-message {
    line-height: 24px;
  }

  .testimonials-group-col {
    margin: 0 8px;
  }
}

@media (max-width: 767px) {
  .how-it-works:before {
    content: none;
  }

  .why-musico .section-content {
    padding-bottom: 80px;
  }

  .cards-group {
    flex-direction: column;
  }

  .cards-group-col:nth-child(2n) {
    padding: 0;
  }

  .card-header-wrapper {
    min-height: 56px;
  }

  .card-body-wrapper {
    padding: 12px 16px;
    min-height: 92px;
  }

  .testimonial-author-avatar {
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin: 0 0 -16px -24px;
  }

  .testimonial-author-avatar img {
    border: 2px solid #fff;
  }

  .testimonial {
    margin-top: 32px;
  }

  .testimonial-header-wrapper {
    padding-top: 24px;
  }

  .testimonial-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-heading {
    font-size: 40px;
    text-align: center;
  }

  .subtitle {
    text-align: center;
  }

  .how-it-works:before {
    content: none;
  }

  .cards-group-col {
    min-width: calc(50% - 20px);
  }

  .page-footer .wrapper {
    display: block;
    overflow: hidden;
    max-width: 620px;
    margin: 0 auto;
    padding: 33px 0 1px;
  }

  .footer-left {
    float: left;
  }

  .footer-middle,
  .footer-right {
    clear: right;
    float: right;
    width: 195px;
    text-align: left;
    margin: 0 0 16px;
  }

  .page-logos img {
    margin-right: 20px;
  }
}

.content-only .navigation,
.content-only .page-footer,
.content-only .page-copyright {
  display: none;
}

.content-only .tabs {
  margin-top: 0;
  padding-top: 0;
}

.iFrame {
  width: 100%;
  height: 100vh;
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
}

.-vb {
  display: none;
}

body.vb .-va {
  display: none;
}

body.vb .-vb {
  display: block;
}

body.vb .cta-button.-vb,
body.vb .features-group.-vb,
body.vb .cards-group.-vb {
  display: flex;
}



/* Community page styles */

@media (max-width:767px) and (min-width:480px) {
  html.w-mod-js:not(.w-mod-ix) [data-w-id="50adfabc-7365-d294-b88b-104e316644a0"] {
    -webkit-transform: translate3d(0, 0PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }
}
@media (max-width:479px) {
  html.w-mod-js:not(.w-mod-ix) [data-w-id="50adfabc-7365-d294-b88b-104e316644a0"] {
    -webkit-transform: translate3d(0, 0PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }
}
.async-hide {
  opacity: 0 !important
}
.wave-community {
  margin-top: 60px;
  background: url(../landing/assets/header.0014e702f579cd98de47.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
  padding-bottom: 60px;
}
.wave-community-wrapper {
  display: flex;
  justify-content: center;
}
.wave-community-text {
  margin-top: 150px;
  display: flex;
  flex-direction: column;
}
.wave-community-text > h1 {
  height: 56px;
  color: #9d185f;
  font-family: "poppins";
  font-size: 40px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
}
.wave-community-text > p{
  height: 50px;
  width: 833px;
  color: #000000;
  font-family: "poppins";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

.referral-program {
  padding-top: 60px;
  padding-bottom: 72px;

}
.referral-wrapper{
  align-items: flex-start;
}

.col-one{
  height: 367px;
  width: 517px;
}
.col-one-text{
  padding-bottom: 20px;
}
.col-one-text > h2{
  color: #000000;
  font-family: "poppins";
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  padding-bottom: 12px;
}
.col-one-text > p{
  color: #4A4A4A;
  font-family: "poppins";
  font-size: 18px;
  padding-top: 12px;
}
.col-one-btn{
  padding-top: 20px;
  padding-bottom: 10px;
}
.log-in-btn {
  height: 56px;
  width: 300px;
  color: #FFFFFF;
  font-family: "poppins";
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #2B2CE7;
  border-radius: 8px;
}
.col-one-btn>p{
  padding-top: 8px;

}
.col-one-bottom-text{
  color: #808080;
  font-size: 14px;
}
.link-signup>p>a{
  color: #2B2CE7;
}

.col-one-bottom-text{
  padding-top: 10px;
}

.col-two{
  height: 327px;
  width: 620px;
  box-shadow: 0 0 16px 0 rgba(153,153,153,0.5);
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 8px;
}
.col-two-mobile{
  display: none;
}
.col-two > .col-two-items{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 239px;
  position: relative;
}
.col-two > .col-two-items>.icon{
  margin-bottom: 21px;
}
.col-two > .col-two-items>.step{
  height: 24px;
  width: 86.86px;
  text-align: center;
  background-color: #F77927;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 21px;
  margin-bottom: 11px;
}
.col-two > .col-two-items>.icon{
  height: 50.75px;
  width: 57.42px;
}

.col-two > .col-two-items>p{
  height: 80px;
  width: 161.74px;
  color: #363437;
  font-size: 16px;
  font-weight: 500;
  margin-top: 11px;
}
.col-two > .col-two-items>.Chevron{
  position: absolute;
  right: -40px;
  top: 30px;
}
.Chevron {
  position:relative;
  display:block;
  height: 40px; /*height should be double border*/
  transform: rotate(-90deg);
}
.Chevron::before,
.Chevron::after {
  position:absolute;
  display:block;
  content:"";
  border: 20px solid transparent; /*adjust size*/
}
/*Change the four instances of 'top' below to rotate (top/right/bottom/left)*/
.Chevron::before {
  top:0;
  border-top-color: #D8D8D8; /*Chevron Color*/
}
.Chevron::after {
  top:-9px; /*adjust thickness*/
  border-top-color:#fff; /*Match background colour*/
}

.teacher{
  padding-top: 72px;
  padding-bottom: 232px;

}
.fb-icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-color: #FFFFFF;
  color: #1778F2;
  position: relative;
  border-radius: 3px;
  margin-right: 2px;
}
.fb-icon > img {
  margin-top: 4px;
}
.join-to-fb{
  background-color: #1778F2;
}
.col-two-teacher{
  background: url(../landing/assets/OMT.18a938661bf42b09bf53.png);
  background-size: 105% 110%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.col-two-teacher>.teacher-smiles{
  height: 64px;
  width: 64px;
  background-color: #F1F1F1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.col-two-teacher>.teacher-smiles:first-child>img{
  width: 58px;
  height: 58px;
  display: inline-block;
}
.col-two-teacher>.teacher-smiles:first-child{
  right: 30px;
  bottom: -32px;
  background-color: #FFFFFF;
}
.col-two-teacher>.teacher-smiles:nth-child(2){
  right: 114px;
  bottom: -96px;
}

.col-two-teacher>.teacher-smiles:nth-child(3){
  right: 26px;
  bottom: -160px;
}
@media (max-width: 991px){
  .referral-wrapper{
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .teacher .wrapper{
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
}
@media (min-width: 576px){
  .col-two-mibile{
    display: none;
  }

  .col-one-text-header-mobile {
    display: none;
  }

  .teacher-smiles-mobile{
    display: none;
  }
}
@media (max-width: 576px){
  .col-two{
    display: none;
  }
  .col-two-mobile{
    display: block;
  }
  .col-two-items-mobile {
    margin-bottom: 20px;
  }
  .Chevron {
    display: none;
  }
  .inner{
    /* background-color: blueviolet; */
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .inner > .icon{
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }
  .col-two-mibile  .step{
    height: 24px;
    width: 86.86px;
    text-align: center;
    background-color: #F77927;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 24px;
  }
  .col-two-mibile  p{
    color: #9D185F;
    font-size: 18px;
    font-weight: bold;
    padding-left: 26px;
  }
  .col-two-mibile .text-down{
    /* background-color: ; */
    display: flex;

  }
  .col-two-mibile  .stick{
    border-radius: 2px;
    background-color: #D8D8D8;
    margin-top: 10px;
    margin-left: 18px;
    padding: 69px 4px 0 0
  }

  .col-two-teacher>.teacher-smiles{
    display: none;
  }
  .col-one-bottom-text-mobile{
    display: none;
  }
  .wave-community-text {
    margin-top: 72px;
  }
  .wave-community-text > h1 {
    width: 100%;
    font-size: 36px;
    margin-bottom: 50px;
    text-align: left;
  }
  .wave-community-text > p{
    width: 100%;
    font-size: 16px;
    text-align: left;
  }
  .wave-community {
    padding-bottom: 0;
    background: none;
  }

  .col-one-text > h2{
    font-size: 20px;
  }
  .col-one-text{
    padding: 0;
  }

  .col-one-text-header {
    display: none;
  }

  .col-one-text-header-mobile {
    width: 100%;
    margin-top: 0;
    padding-bottom: 12px;
    color: #000000;
    font-family: "poppins";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
  }

  .col-one-btn{
    display: flex;
    justify-content: center;
    padding: 30px;
  }
  .col-two-teacher{
    display: block;
    height: 200px;
  }
  .teacher .col-one{
    margin-bottom: 100px;
  }
  .referral-program {
    padding-bottom: 55px;
  }
  .teacher{
    padding-top: 55px;
  }

  .teacher-smiles-mobile{
    padding-top: 54px;
    display: flex;
    justify-content: center;
  }
  .teacher-smiles-mobile .teacher-smiles{
    width: 64px;
    height: 64px;
  }
  .teacher-smiles-mobile .teacher-smiles:nth-child(2){
    margin: 0 8px 0 8px;
  }
}

@media (max-width: 320px){
  .teacher .col-one{
    margin-bottom: 130px;
  }
}

.lh-24 {
  line-height: 24px;
}

body {
  position: relative;
}

.sign-up-modal {
  max-height: 100vh;
  position: absolute;
  display: none;
  justify-content: center;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(248, 248, 248, 0.9);
  z-index: 2001;
}

.sign-up-modal-body {
  position: relative;
  align-self: center;
  height: 312px;
  width: 588px;
  padding: 40px 80px 80px;
  border-radius: 16px;
  background-color: #FFFFFF;
  box-shadow: 0 0 16px 0 rgba(153,153,153,0.5);
}

.sign-up-modal-close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}

.sign-up-modal-close-image {
  height: 22px;
  width: 22px;
}

.sign-up-modal-header {
  width: 100%;
  text-align: center;
  margin: 0;
  color: #000000;
  font-family: Poppins, serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 36px;
}

.sign-up-modal-role-container {
  display: flex;
  justify-content: space-between;
  padding-top: 34px;
}

.sign-up-modal-role {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  height: 120px;
  width: 198px;
  padding-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 #F1F1F1;
  color: #FFFFFF;
  font-family: Poppins, serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 30px;
  text-decoration: none;
}

.signup-icon {
  height: 56px;
}

.signup-icon-student {
  height: 45px;
  margin-bottom: 8px;
}

.signup-text {
  align-self: center;
  margin-bottom: 0;
}

@media screen and (max-width: 616px) {
  .sign-up-modal-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 203px;
    align-self: unset;
    margin-top: 120px;
    width: 288px;
    padding: 40px 16px 32px;
  }

  .sign-up-modal-header {
    font-size: 22px;
  }

  .sign-up-modal-role-container {
    align-self: center;
    justify-content: space-between;
    width: 256px;
    padding-top: 24px;
  }

  .sign-up-modal-role {
    height: 75px;
    width: 120px;
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 25px;
  }

  .signup-icon {
    height: 37px;
  }

  .signup-icon-student {
    height: 27px;
    margin-bottom: 4px;
  }

  .sign-up-modal-close {
    top: 10px;
  }
}

.birthday-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #363437;
  width: 100%;
  height: 40px;
  font-size: 12px;
  background-color: #DBF1F0;
}

.birthday-banner-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  color: #363437;
  height: 64px;
  font-size: 14px;
  background-color: #DBF1F0;
  margin-bottom: 30px;
  text-align: center;
  width: calc(100% + 32px);
  margin-left: -16px;
}

.subscription-price-special {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 40px !important;
  line-height: 24px !important;
  color: #4a4a4a;
  font-weight: 500;
  margin: 0 0 13px;
  width: 100%;
}

.subscription-price-without-discount {
  color: #d8d8d8;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  border-right: 1px solid #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 56px;
  height: 56px;
  padding-right: 10px;
  margin-right: 10px;
  text-decoration: line-through;
}

.subscription-price-discount {
  height: 24px;
  color: #30d06c;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

.subscription-price-discount-mobile {
  display: none;
  font-size: 12px;
  height: 24px;
  color: #30d06c;
  font-weight: bold;
  line-height: 16px;
}

@media screen and (max-width: 616px) {
  .birthday-banner {
    display: none;
  }

  .birthday-banner-mobile {
    display: flex;
  }

  .plan-birthday-icon {
    display: none;
  }

  .subscription-price-special{
    line-height: 36px;
    flex-direction: column;
  }

  .subscription-price-without-discount {
    border-right: unset;
    width: unset;
    height: unset;
    padding: unset;
    margin: unset;
    line-height: 20px;
  }

  .subscription-price-discount {
    display: none;
  }

  .subscription-price-discount-mobile {
    display: flex;
    line-height: 8px;
    height: unset;
  }
}

.post-description-list li {
  padding: 8px 0;
}

.bottom-space {
  margin-bottom: 30px;
}

.section.footer.schools {
  padding-top: 0;
}

.wrapper.footer.schools {
  margin-top: 0;
}

.section-content.schools {
  padding-top: 0;
}

.wrapper.hero.schools {
  padding-bottom: 30px;
  min-height: unset;
}

.hero-image-div.schools img {
  width: 70%;
}

@media (max-width: 1200px) {
  .hero-image-div.schools img {
    width: 100%;
  }
}

@media (min-width: 1085px) and (max-width: 1200px) {
  .hero-image-div.schools img {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .wrapper.hero.schools {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .hero-image-div.schools img {
    width: auto;
  }

  .post.schools {
    margin-bottom: 90px;
    align-items: flex-start;
  }

  .post.schools:last-child {
    margin-bottom: 0;
  }

  .subtitle.schools {
    width: 90%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .wrapper.hero.schools {
    padding-top: 86px;
  }

  .section.footer.schools {
    min-height: unset;
  }
}

@media (max-width: 490px) {
  .wrapper.hero.schools {
    padding-bottom: 30px;
  }

  .post.schools {
    margin-bottom: 32px;
    align-items: flex-start;
  }

  .post.schools:last-child {
    margin-bottom: 55px;
  }

  .subtitle.schools {
    margin: 0 0 24px;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.cookies-container{position:fixed;bottom:0;left:0;width:100%;z-index:10000000000;background-image:linear-gradient(to right, #353435, #252525);height:50px;display:flex;justify-content:center;max-width:100vw}.cookies-container .wrapper{max-width:1310px;margin:0 auto;padding-left:25px;padding-right:25px;position:relative;display:flex;justify-content:center}.cookies-container .wrapper .cookies-popup{display:flex;justify-content:center;align-items:center;color:#fff}.cookies-container .wrapper .cookies-popup .cookies-btn{width:80px;height:32px;border-radius:16px;border:1px solid #fff;text-transform:uppercase;text-align:center;background-color:#363437}.cookies-container p{margin:0 48px;font-size:16px;line-height:20px;color:inherit}.cookies-container a{text-decoration:underline;color:inherit}@media(max-width: 834px){.cookies-container{display:none}}.book-demo-button{outline:none;border:1px solid #6442e8;color:#6442e8;border-radius:30px;padding:13px 24px;cursor:pointer;text-align:center;text-decoration:none;max-width:226px;font-size:12px;font-weight:600;line-height:18px;letter-spacing:.14em;text-transform:uppercase}.book-demo-button a{text-decoration:none;color:inherit}.book-demo-button.purple-bg{border:none;background-color:#6442e8;color:#fff;width:auto}.book-demo-button.black-text{color:#363437;background:#fff}.book-demo-button.white-bg{background-color:#fff;color:#6442e8 !important}header{background-color:#f5f3f0;display:flex;justify-content:center;position:fixed;width:100vw;top:0;left:0;z-index:8;transition:background-color 200ms ease-in-out,backdrop-filter 200ms ease-in-out}header.transparent{background-color:rgba(255,255,255,.6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}header .header-wrapper{width:100%;padding:0px 80px;display:flex;justify-content:space-between;height:84px;box-sizing:border-box;transition:height 500ms ease-in-out;max-width:1920px;align-items:center;background-color:transparent}header .header-wrapper .header-links-wrapper,header .header-wrapper .header-buttons{display:flex;align-items:center;height:50px}header .header-wrapper .header-links-wrapper .header-logo{width:130px;height:20px;cursor:pointer}header .header-wrapper .header-links-wrapper .header-link{text-transform:uppercase;text-decoration:none;font-size:12px;font-weight:600;line-height:18px;letter-spacing:.14em;margin-left:40px}header .header-wrapper .header-links-wrapper .header-link.active{color:#6442e8}header .header-wrapper .header-links-wrapper .header-link:hover{color:#6442e8}header .header-wrapper .header-buttons .book-demo-button{margin-left:16px;padding:8px 16px;transition:background-color 200ms ease-in-out,color 200ms ease-in-out;height:34px}@media(max-width: 321px){header .header-wrapper .header-buttons .book-demo-button{padding:4px 8px}}header .header-wrapper .header-buttons .book-demo-button.purple-bg{width:auto}header .header-wrapper .header-buttons .languages{display:flex;align-items:center;background-color:inherit}header .header-wrapper .header-buttons .languages #dropbtn{padding:0;border:none;background-color:inherit;height:34px;width:72px;cursor:pointer;display:flex;align-items:center;justify-content:space-between}header .header-wrapper .header-buttons .languages #dropbtn p{margin:0;pointer-events:none}header .header-wrapper .header-buttons .languages #dropbtn .lang-img{height:16px;pointer-events:none}header .header-wrapper .header-buttons .languages .dropdown-content{display:none;position:absolute;top:50px;border-radius:8px;box-shadow:0px 0px 16px 0px #d8d8d8;margin-top:16px;background-color:#f5f3f0}header .header-wrapper .header-buttons .languages .dropdown-content.show{display:flex;flex-direction:column}header .header-wrapper .header-buttons .languages .dropdown-content .dropdown-option{border-radius:8px;background-color:inherit;cursor:pointer;display:flex;height:34px;width:72px;justify-content:center;align-items:center;text-align:center;background-color:inherit;transition:all 200ms ease-in-out;text-decoration:none}header .header-wrapper .header-buttons .languages .dropdown-content .dropdown-option.hide{display:none}header .header-wrapper .header-buttons .languages:focus{outline:none;border:none}header .header-wrapper .header-buttons .languages option{border:none;outline:none}header .header-wrapper .navbar-toggler{height:min-content;border:none;background-color:transparent;display:none}header .header-wrapper .navbar-toggler #mobile-menu-img{margin-left:16px}header .header-wrapper .navbar-toggler #mobile-menu-img.open{margin-left:10px;height:30px;width:auto;padding-bottom:8px}header .header-wrapper .mobile-menu{display:none;flex-grow:1}header .header-wrapper .mobile-menu ul{padding:0;display:flex;justify-content:space-around;align-items:center}header .header-wrapper .mobile-menu ul li{list-style:none}header .header-wrapper .mobile-menu .header-link{text-transform:uppercase;display:unset !important;font-size:18px;font-weight:600;line-height:27px;letter-spacing:.14em;text-decoration:none}header .header-wrapper .mobile-menu .header-link.active{color:#6442e8}@media(max-width: 1024px){header .header-wrapper{padding:0 40px}}@media(max-width: 709px){header .header-wrapper{padding:16px;align-items:flex-start}header .header-wrapper .navbar-toggler{display:flex}header .header-wrapper .languages,header .header-wrapper .get-started,header .header-wrapper .header-link{display:none !important}}header .header-wrapper.open-mobile{height:100vh;flex-wrap:wrap}header .header-wrapper.open-mobile .header-links-wrapper,header .header-wrapper.open-mobile .header-buttons{height:50px;justify-content:center}header .header-wrapper.open-mobile .mobile-menu{display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - 84px)}header .header-wrapper.open-mobile .mobile-menu .mobile-menu-content{flex-direction:column;margin:32px 0 0 0;height:178px}header .header-wrapper.open-mobile .mobile-menu .mobile-menu-languages{font-size:18px;font-weight:600;line-height:27px;letter-spacing:.14em;cursor:pointer;margin-bottom:25%}header .header-wrapper.open-mobile .mobile-menu .mobile-menu-languages .dropdown-option a{color:inherit;text-decoration:none}header .header-wrapper.open-mobile .mobile-menu .mobile-menu-languages .dropdown-option.active{color:#6442e8}.hero-section{background-color:#f5f3f0;display:flex;height:calc(100vh - 146px);justify-content:center;align-items:center;min-height:710px}.hero-section .container{justify-content:space-between}.hero-section .container>img{max-width:50%;height:100%;margin-right:-32px}.hero-section .container.non-desktop{display:none}.hero-section .hero-texts{display:flex;flex-direction:column;padding-bottom:40px;justify-content:space-between;max-width:612px;width:50%}.hero-section .hero-texts .school-description,.hero-section .hero-texts .chili-piper-btn{display:none}.schools .hero-section .hero-texts .school-description,.schools .hero-section .hero-texts .chili-piper-btn{display:block}.hero-section .hero-texts h2{margin-bottom:0;font-size:54px;font-weight:700;line-height:62px;letter-spacing:-1px;color:#363437}.hero-section .hero-texts p{font-weight:400;font-size:16px;line-height:25px;letter-spacing:0px;color:#363437}.hero-section .hero-buttonWrapper{display:flex;flex-direction:row}@media(min-width: 320px)and (max-width: 834px){.hero-section .container .hero-texts{max-width:unset;width:100%;justify-content:flex-start}.hero-section .container .hero-texts h2,.hero-section .container .hero-texts p{text-align:center}.hero-section .container .hero-texts .hero-buttonWrapper{align-self:center}.hero-section .container img{max-width:calc(100vw - 156px);align-self:center}.hero-section .container.desktop{display:none}.hero-section .container.non-desktop{height:-webkit-fill-available;padding-top:32px;display:flex}.schools .hero-section .container.non-desktop p{display:none}.schools .hero-section .container.non-desktop .book-demo-button{display:none}.schools .hero-section .container.non-desktop .chili-piper-btn,.schools .hero-section .container.non-desktop p.school-description{display:block}}@media(min-width: 320px)and (max-width: 499px){.hero-section{min-height:680px}.hero-section .container{padding-top:56px !important}.hero-section .container .hero-texts h2{font-size:32px;line-height:39px}.hero-section .container .hero-texts .trusted-teachers{display:none}.hero-section .container .hero-texts p{padding:8px 0}.hero-section .container img{max-width:calc(100vw - 32px)}}@media(min-width: 500px)and (max-width: 834px){.hero-section{min-height:950px}.hero-section .hero-texts h2{font-size:60px;line-height:69px}.hero-section .hero-texts .hero-buttonWrapper{align-self:center}.hero-section .hero-texts .trusted-teachers{flex-grow:1;justify-content:center}.hero-section .hero-texts .trusted-teachers p{text-align:unset}.hero-section .hero-texts .trusted-teachers .trusted-logos{justify-content:space-between}}.pricing-section{background-color:#f5f3f0;display:flex;margin-top:80px;justify-content:center}.pricing-section .container{max-width:1121px;flex-direction:column;padding:0px 40px}.pricing-section .container .pricing-seciton-header{font-size:44px}.pricing-plans-container{display:flex;margin-bottom:80px}.pricing-plans-container .pricing-plan{width:546px;background:#fff;border:2px solid #6442e8;box-sizing:border-box;border-radius:24px;padding:24px;min-height:251px;position:relative;display:flex;flex-direction:column;align-items:center;color:#363437;max-width:calc(100vw - 28px);text-align:center}.pricing-plans-container .pricing-plan:first-child{margin-right:29px}.pricing-plans-container .pricing-plan .plan-icon{width:24px;height:24px}.pricing-plans-container .pricing-plan .plan-price-wrapper{width:100%;display:flex;justify-content:space-around;padding:0px 36px;margin-top:32px;margin-bottom:24px}.pricing-plans-container .pricing-plan .plan-price-container:only-child{margin:12px 0 82px 0}.pricing-plans-container .pricing-plan .plan-price-container .plan-price-discount{display:inline-block;background-color:#03a678;font-size:10px;line-height:20px;color:#fff;padding:0px 8px;border-radius:80px;font-weight:bold}.pricing-plans-container .pricing-plan .plan-price-container .plan-price-header{font-size:12px;margin-bottom:16px}.pricing-plans-container .pricing-plan .plan-price-container strong{font-weight:normal}.pricing-plans-container .pricing-plan .plan-price-container .plan-price{font-size:44px;margin-top:16px;font-weight:bold}.pricing-plans-container .pricing-plan .plan-price-container .plan-price-secondaryText{font-size:12px;font-weight:bold;color:#b3b3b3}.pricing-plans-container .pricing-plan .slash{margin-top:16px;display:flex;height:80px;align-items:center;border:2px solid #d8d8d8;transform:rotate(25deg)}.pricing-plans-container .pricing-plan .button-info{margin-bottom:10px;font-size:14px;font-style:italic;color:gray}.price-description{width:100%;margin-top:32px}.price-description-row{display:flex}.price-description-row .price-description-icon{margin-right:16px}.price-description-row .price-description-text{font-size:14px;margin:8px 0}.pricing-price-info{font-size:14px}.description-mobile-wrapper{display:none}@media(min-width: 320px)and (max-width: 834px){.pricing-plans-container .pricing-plan{align-items:flex-start;padding:40px 16px 16px 16px;width:328px}.pricing-plans-container .pricing-plan .plan-row{text-align:left}.pricing-plans-container .pricing-plan .plan-header{margin:16px 0 0 0}.pricing-plans-container .pricing-plan .plan-price-wrapper{padding:0;justify-content:space-between}.pricing-plans-container .pricing-plan .plan-price-wrapper .plan-price-container:only-child{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:28px;margin-bottom:75px}.pricing-plans-container .pricing-plan .plan-price-wrapper .plan-price-header{font-size:10px;height:20px}.pricing-plans-container .pricing-plan .plan-price-wrapper .plan-price{font-size:28px}.pricing-plans-container .pricing-plan .plan-price-wrapper strong{font-size:14px}.pricing-plans-container .pricing-plan .plan-price-wrapper .slash{margin-top:24px;height:40px}.pricing-plans-container .pricing-plan .button-row{width:100%;display:flex;flex-direction:column;align-items:center}.pricing-plans-container .pricing-plan .button-info{font-size:10px}.pricing-plans-container .pricing-plan .book-demo-button{min-width:296px}}@media(min-width: 320px)and (max-width: 499px){.pricing-section .container{padding:0px 16px;width:360px}.pricing-section .container .pricing-seciton-header{font-size:32px}.pricing-section .pricing-plans-container{flex-direction:column;margin:0}.pricing-section .pricing-plans-container .pricing-plan{margin-bottom:40px}.pricing-section .pricing-plans-container .pricing-plan .plan-price-container:only-child{margin:0}.pricing-section .pricing-plans-container .pricing-plan .price-description{display:none}.pricing-section .description-mobile-wrapper{display:block}.pricing-section .description-mobile-wrapper .description-mobile-container{margin-bottom:40px}.pricing-section .description-mobile-wrapper .description-mobile-container h2{font-size:28px;margin-top:0px}}.icons-section{display:flex;justify-content:center;margin:50px 0 15px 0;padding:0 80px}.icons-section .container{justify-content:space-between;box-sizing:border-box;padding:0 80px}.icons-section .icon-text-container{display:flex;flex-direction:column}.icons-section .icon-text-container img{width:48px;height:48px}.icons-section .icon-text-container .number{color:#6442e8;font-size:48px}.icons-section .icon-text-container .bottom-text{font-weight:400;font-size:16px}@media(min-width: 320px)and (max-width: 834px){.icons-section{margin:80px 16px 0 0;padding:0 16px}.icons-section .container{justify-content:flex-start;flex-wrap:wrap;padding:0}.icons-section .icon-text-container{width:156px;margin-bottom:48px}}@media(min-width: 500px)and (max-width: 834px){.icons-section{padding:0 40px;margin-bottom:-80px}.icons-section .container{justify-content:flex-start;flex-wrap:wrap;padding:0}.icons-section .icon-text-container{width:208px;margin-bottom:48px}}.recommendations-section{display:flex;align-items:flex-start;height:calc(100vh - 146px);min-height:680px;justify-content:center}.recommendations-section .container{justify-content:center;flex-direction:column;align-items:center;box-sizing:unset}.recommendations-section .container .recommendation-wrapper{display:flex;justify-content:center;margin:40px 0 77px;gap:120px}.recommendations-section .container .recommendation-wrapper .recommendation{display:flex;flex-direction:column;align-items:center;max-width:440px;text-align:center;letter-spacing:0;line-height:20px;color:#363437}.recommendations-section .container .recommendation-wrapper .recommendation img{max-width:168px;height:auto}.recommendations-section .container .recommendation-wrapper .recommendation h5{margin:0;font-size:12px;font-weight:400;letter-spacing:1px}.recommendations-section .container .recommendation-wrapper .recommendation h4{font-size:18px;font-weight:700;margin:0}.recommendations-section .container .recommendation-wrapper .recommendation p{font-size:16px;font-weight:400;line-height:25px}.recommendations-section .container .recommendation-wrapper .recommendation .dash{border:1px solid #363437;width:24px;margin:8px 0}@media(min-width: 320px)and (max-width: 834px){.recommendations-section .container{padding:0}.recommendations-section .container .recommendation-wrapper{gap:unset}}@media(min-width: 320px)and (max-width: 499px){.recommendations-section .container h2{margin-top:40px}.recommendations-section .container .rec-dots{display:flex;margin-bottom:30px}.recommendations-section .container .recommendation-wrapper{margin-bottom:48px}.recommendations-section .container .recommendation-wrapper .recommendation{padding:0 30px;max-width:100vw;box-sizing:border-box}.recommendations-section .container .recommendation-wrapper .recommendation img{margin-bottom:24px}.recommendations-section .container .recommendation-wrapper .recommendation p{padding:0 28px;font-size:16px}}@media(min-width: 500px)and (max-width: 834px){.recommendations-section h2{margin:64px 0 10px;font-size:32px;line-height:39px}.recommendations-section .recommendation{margin:0 0 0 25vw}.recommendations-section .recommendation img{max-width:306px !important;width:100%}.recommendations-section .rec-dots{display:flex}}.features-section{padding:16px 0;height:calc(100vh - 146px);display:flex;justify-content:flex-start;flex-direction:column;align-items:center;background-image:url(../landing/assets/tools-bg.63ad4912ce2ca492277d.jpg);background-repeat:repeat;background-size:cover;min-height:710px}.features-section h2{font-size:32px;font-weight:700;line-height:39px;letter-spacing:-1px;margin:64px 0 0}.features-section h2.mobile-description{display:none}.features-section .container{flex-direction:column;align-items:center;padding:0}.features-section .feature-wrapper{margin:80px 0 40px;display:flex;justify-content:space-between;padding:0 80px;width:100%;box-sizing:border-box}.features-section .feature-wrapper .feature{display:flex;flex-direction:column;text-align:center}.features-section .feature-wrapper .feature:nth-child(2){margin:0 58px}.features-section .feature-wrapper .feature img{max-height:362px;height:auto;max-width:100%}@media(min-width: 500px)and (max-width: 834px){.features-section{min-height:820px;justify-content:flex-start}.features-section h2{padding:0 64px;text-align:center}.features-section .feature-wrapper{padding:0}.features-section .feature-wrapper::-webkit-scrollbar{display:none}.features-section .feature-wrapper .feature:first-child{margin-left:20%}.features-section .feature-wrapper .feature:last-child{margin-right:20%}.features-section .feature-wrapper .feature img{max-width:none}.features-section .feature-wrapper .feature p{margin:28px 0 0}}@media(min-width: 320px)and (max-width: 499px){.features-section{justify-content:flex-start}.features-section h2{display:none}.features-section .mobile-description{display:block;text-align:center;font-size:32px;font-weight:700;line-height:31px;padding:0 32px}.features-section .feature-wrapper{padding:0}.features-section .feature-wrapper .feature img{max-height:228px}}@media(min-width: 320px)and (max-width: 834px){.features-section .feature-dots{display:flex}}footer{display:flex;background-color:#f5f3f0;justify-content:center}footer .container{justify-content:space-between;flex-wrap:wrap;padding:52px 80px 78px}footer .copyright-text{color:#999;font-family:"Poppins";font-size:12px;width:100%;margin-top:20px}footer .logo{width:130px;height:20px}footer .links{display:flex;justify-content:space-between;align-items:center;max-width:374px;width:100%}footer .links a{text-transform:uppercase;color:#363437;font-family:"Poppins";text-decoration:none;font-weight:600}footer .social{display:flex;justify-content:flex-end;align-items:center}footer .social a:not(:last-child){margin-right:50px}@media(min-width: 500px)and (max-width: 834px){footer .container{align-items:center}footer .copyright-text{position:absolute;bottom:80px;width:auto !important}footer .social{margin-top:20px;flex-grow:1}}@media(min-width: 320px)and (max-width: 499px){footer{flex-direction:column}footer .container{padding:0}footer .container *{margin:5px 4px}footer .copyright-text{text-align:center}footer .social{justify-content:center}footer .links{flex-wrap:wrap}footer .links a{width:50%;flex-grow:1;margin-bottom:24px}footer .logo{margin:51px 0}footer .social,footer .logo,footer .links{margin-left:16px}}@media(max-width: 834px)and (min-width: 834px){footer *{margin:1px}}.calendar-section{display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#f5f3f0;text-align:center;padding-bottom:90px}.calendar-section h2{font-size:40px;margin-bottom:0}.calendar-section p{width:815px;padding:1rem}@media(min-width: 320px)and (max-width: 499px){.calendar-section p{width:80%}}.carousel-section{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:60px auto;max-width:1920px}.carousel-section .carousel-header{display:flex;margin:10px}.carousel-section .carousel-header span{padding-bottom:8px;border-bottom:2px solid #d8d8d8;text-align:center;width:100px;transition:color 200ms ease-in-out,border-bottom-color 200ms ease-in-out;cursor:pointer;text-transform:uppercase;font-size:12px;font-weight:600;line-height:18px;letter-spacing:.14em}.carousel-section .carousel-header span:nth-child(2){padding:0 20px 0 20px}.carousel-section .carousel-header span.active{color:#6442e8;border-bottom-color:#6442e8}.carousel-section .carousel-item{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:80px 40px 80px 40px;min-height:400px;text-align:center}.carousel-section .carousel-item .quote-details{display:flex;align-items:center;width:100%;justify-content:center;margin-top:36px}.carousel-section .carousel-item .quote-details img{border-radius:50%;width:60px;height:60px;margin-right:20px}.carousel-section .carousel-item .quote-details .name{font-weight:600}.carousel-section .carousel-item q{font-size:32px;line-height:44px;width:70%;text-align:center;color:#6442e8;letter-spacing:-0.01em}.carousel-section .slick-slider{display:grid;grid-template-columns:60px 1fr 60px;padding:0 40px 0 40px}.carousel-section .slick-slider .nav-arrow{display:flex !important;justify-content:center;align-items:center;cursor:pointer}@media(max-width: 834px){.carousel-section .slick-slider{padding:0;display:unset;width:90%}.carousel-section .slick-slider .nav-arrow{display:none !important}}@media(min-width: 320px)and (max-width: 499px){.carousel-section .carousel-item{padding:20px 0}.carousel-section .carousel-item q{width:100%;font-size:28px;line-height:140%}}@media(min-width: 500px)and (max-width: 834px){.carousel-section .carousel-header span{font-size:21px;width:135px}}.sign-up-modal{max-height:100vh;position:absolute;display:none;justify-content:center;left:0;top:0;height:100%;width:100%;background-color:rgba(248,248,248,.9);z-index:2001}.sign-up-modal-body{box-sizing:border-box;position:relative;align-self:center;height:312px;width:588px;max-width:588px;padding:40px 80px 80px;border-radius:16px;background-color:#fff;box-shadow:0 0 16px 0 rgba(153,153,153,.5)}.sign-up-modal-close{position:absolute;right:16px;top:16px;cursor:pointer}.sign-up-modal-close-image{height:22px;width:22px}.sign-up-modal-header{width:100%;text-align:center;margin:0;color:#000;font-family:Poppins,serif;font-size:28px;font-weight:600;letter-spacing:0;line-height:36px}.sign-up-modal-role-container{display:flex;justify-content:space-between;padding-top:34px}.sign-up-modal-role{display:flex;align-items:center;flex-direction:column;justify-content:center;height:120px;width:198px;padding-bottom:10px;border-radius:16px;box-shadow:0px 0px 16px 0px #d8d8d8;color:#fff;font-family:Poppins,serif;font-size:20px;font-weight:800;letter-spacing:0;line-height:30px;text-decoration:none}.role-teacher{color:#6442e8}.role-student{color:#ef6c00}.signup-icon{height:56px}.signup-icon-student{height:45px;margin-bottom:8px}.signup-text{color:inherit;align-self:center;margin-top:0}@media screen and (max-width: 616px){.sign-up-modal-body{display:flex;justify-content:center;flex-direction:column;height:203px;align-self:unset;margin-top:120px;width:288px;padding:40px 16px 32px}.sign-up-modal-header{font-size:22px}.sign-up-modal-role-container{align-self:center;justify-content:space-between;width:256px;padding-top:24px}.sign-up-modal-role{height:75px;width:120px;padding-bottom:4px;font-size:16px;line-height:25px}.signup-icon{height:37px}.signup-icon-student{height:27px;margin-bottom:4px}.sign-up-modal-close{top:10px}}.the-key-section{display:flex;flex-direction:column;align-items:center;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkyMCIgaGVpZ2h0PSI5NDAiIHZpZXdCb3g9IjAgMCAxOTIwIDk0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzgyOF82NTI5KSI+CjxyZWN0IHdpZHRoPSIxOTIwIiBoZWlnaHQ9Ijk0MCIgZmlsbD0iI0Y5QTgyNSIvPgo8Y2lyY2xlIGN4PSIxOTIwIiByPSIxMDEiIHN0cm9rZT0iI0VGNkMwMCIgc3Ryb2tlLXdpZHRoPSI0OCIvPgo8Y2lyY2xlIGN5PSI0NDQiIHI9IjEwMSIgc3Ryb2tlPSIjRUY2QzAwIiBzdHJva2Utd2lkdGg9IjQ4Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfODI4XzY1MjkiPgo8cmVjdCB3aWR0aD0iMTkyMCIgaGVpZ2h0PSI5NDAiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);background-repeat:repeat;background-size:cover;height:calc(100vh - 146px);width:100vw;overflow:hidden;position:relative;max-height:682px;min-height:600px}.the-key-section .key-title-mobile{display:none}.the-key-section img{position:absolute;max-width:calc(100vw - 64px);top:70%}.the-key-section .key-buttons-wrapper{display:flex;margin-top:80px;max-width:1064px;width:100%;max-height:282px;flex-wrap:wrap}.the-key-section .key-buttons-wrapper *{color:#fff}.the-key-section .key-buttons-wrapper p{text-align:center}.the-key-section .key-buttons-wrapper .key-title,.the-key-section .key-buttons-wrapper .key-title-mobile{flex-grow:1;margin:0 0 40px 0;font-size:32px;font-weight:700;line-height:39px;letter-spacing:-1px}.the-key-section .key-buttons-wrapper .key-button-container{width:50%;display:flex;flex-direction:column;align-items:center}.the-key-section .key-buttons-wrapper .key-button-container h3{margin:0;font-size:18px;font-weight:700;line-height:28px;text-transform:uppercase}.the-key-section .key-buttons-wrapper .key-button-container p{max-width:360px;margin:16px 0 40px;font-size:16px;font-weight:400;line-height:25px}@media(min-width: 320px)and (max-width: 834px){.the-key-section{min-height:740px}.the-key-section .key-buttons-wrapper{flex-wrap:unset;flex-direction:column;max-height:unset;margin-top:32px}.the-key-section .key-buttons-wrapper .key-title,.the-key-section .key-buttons-wrapper .key-title-mobile{max-width:630px;align-self:center;margin:0}.the-key-section .key-buttons-wrapper .key-button-container{max-height:210px;margin:16px 48px;width:-webkit-fill-available;border-radius:16px;padding:24px;border:1px solid #fff;box-sizing:border-box}.the-key-section .key-buttons-wrapper .key-button-container p{max-width:490px;margin:8px 0 16px}.the-key-section .key-buttons-wrapper .key-button-container a{padding:13px 0;width:160px}}@media(min-width: 320px)and (max-width: 499px){.the-key-section img{display:none}.the-key-section .key-buttons-wrapper{margin-top:40px}.the-key-section .key-buttons-wrapper .key-title{display:none}.the-key-section .key-buttons-wrapper .key-title-mobile{max-width:329px;max-height:62px;font-size:26px;line-height:31px;display:unset}.the-key-section .key-buttons-wrapper .key-button-container{margin:32px 16px;box-sizing:unset}}@media(min-width: 500px)and (max-width: 834px){.the-key-section img{top:80%}}.video-section{display:flex;justify-content:center;align-items:center;flex-direction:column}.video-section .video-description{text-align:center}.video-section .video-description .mobile-description{display:none}.video-section .video-description h2{font-size:32px;font-weight:700;line-height:39px;letter-spacing:-1px}.video-section .video-description p{margin:16px 0 40px}.video-section .video-description h2,.video-section .video-description p,.video-section .video-description a{max-width:670px;margin-left:auto;margin-right:auto}.video-section .video-wrapper{margin:45px 0 82px;max-width:1064px}.video-section .video-wrapper video{border-radius:16px}@media(min-width: 320px)and (max-width: 499px){.video-section .video-wrapper{padding:0 20px}.video-section p{display:none}.video-section .video-description .mobile-description{display:block;padding:0 16px}}@media(min-width: 500px)and (max-width: 834px){.video-section .video-description{display:flex;flex-direction:column}.video-section .video-description a{margin-bottom:125px;order:4}.video-section .video-description h2{margin-top:64px}.video-section .video-description .video-wrapper{padding:0 32px;margin:0 0 64px}}.dots-wrapper{display:none;margin:0 0 56px}.dots-wrapper .dot{height:8px;width:8px;background-color:#363437;border-radius:100%;margin:0 8px}.dots-wrapper .dot.active{background-color:#6442e8}.trusted-teachers{display:flex;flex-direction:column}.trusted-teachers p{font-size:10px;font-weight:400;line-height:20px;font-style:normal;letter-spacing:.14em;color:#363437;text-transform:uppercase}.trusted-teachers .trusted-logos{display:flex}.trusted-teachers .trusted-logos img{width:86px;height:48px;margin-right:22px}.trusted-mobile .trusted-teachers{display:none}.hero-texts .trusted-teachers{margin-top:32px}@media(min-width: 500px)and (max-width: 834px){.hero-texts .trusted-teachers{margin-top:0}}@media(min-width: 320px)and (max-width: 499px){.trusted-mobile .trusted-teachers{display:flex;padding:0 16px;text-align:center}.trusted-mobile .trusted-teachers .trusted-logos{max-width:100vw;flex-wrap:wrap;justify-content:center}.trusted-mobile .trusted-teachers .trusted-logos img{max-height:40px}}:not(q){font-family:"Poppins";color:#363437}q{font-family:"Handlee"}p{line-height:20px}iframe{border:none}.container{max-width:1920px;padding:0 80px;width:100%;display:flex;box-sizing:border-box;overflow:hidden}@media(min-width: 320px)and (max-width: 834px){.container{padding:0 32px}}@media(min-width: 320px)and (max-width: 499px){.container{padding:0 16px}}
