:root {
  --white: white;
  --black: #171717;
  --all-links: #ff416c;
  --button: #ff4b2b;
  --black-charcoal: #222;
  --spark-library--foreground-interactive: #337fc1;
  --spark-library--white: white;
  --spark-library--foreground-secondary: #000000c2;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--border-default: #00000029;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--black: black;
  --white-smoke: #f8f8f8;
  --dim-grey: #727272;
  --blau-337fc1: var(--button);
}

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--white);
  color: var(--black);
  cursor: default;
  flex-direction: column;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
}

h1 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 1.333rem;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
}

h6 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.3;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--all-links);
  text-decoration: underline;
  transition: all .2s;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 2;
}

ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 2;
}

li {
  margin-top: 4px;
  margin-bottom: 4px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: .75rem;
  line-height: 1;
  display: block;
}

blockquote {
  border-left: 5px solid var(--button);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 11px 20px;
  font-size: 1.5em;
  line-height: 1.3;
}

figure {
  margin: 20px auto;
}

figcaption {
  color: #828282;
  text-align: center;
  margin-top: 12px;
  font-size: 1em;
}

.navbar {
  z-index: 1000;
  background-color: var(--white);
  width: 100%;
  position: sticky;
  inset: 0% 0% auto;
}

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

.brand {
  padding-left: 0;
}

.brand.in-footer {
  margin-bottom: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.nav-link {
  color: var(--black);
  padding: 12px 20px;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--button);
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--all-links);
  text-decoration: none;
}

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

.button {
  filter: brightness();
  color: var(--white);
  text-align: center;
  text-transform: none;
  background-color: #337fc1;
  border-radius: 10px;
  margin-top: auto;
  margin-left: 0;
  margin-right: 10px;
  padding: 16px 10px 16px 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.button:hover {
  transform: translate(0, -3px);
}

.button.in-navbar {
  background-color: #337fc1;
  margin-left: 10px;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .85rem;
}

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

.section.footer {
  background-color: var(--white);
  color: var(--black);
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section._404 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.black {
  color: var(--white);
  background-color: #bac9e9;
  padding-top: 60px;
  padding-bottom: 0;
}

.section.grey {
  background-color: var(--white);
  padding-bottom: 60px;
}

.price-wrap {
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.4;
  display: flex;
}

.price {
  margin-right: 4px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.strikethrough {
  color: #828282;
  text-decoration: line-through;
}

.image-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.logos-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  display: grid;
}

._3-columns-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._3-columns-grid.bottom-margin-80px {
  margin-bottom: 80px;
}

._3-columns-grid.bottom-margin {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 40px;
}

.review-card {
  color: #c4c4c4;
  border: 1px solid #444;
  border-radius: 10px;
  width: 100%;
  padding: 30px;
  display: flex;
}

.review-card-name {
  color: var(--white);
  margin-bottom: 4px;
  margin-right: 12px;
  font-weight: 400;
}

.review-card-name-wrap, .revie-card-content {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.star-icon {
  flex: none;
  width: 20px;
  height: 20px;
}

.rating-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  font-size: .875rem;
  line-height: 1;
  display: flex;
}

.rating-wrap.in-hero {
  margin-bottom: 20px;
}

.paragraph-smaller {
  color: #050000;
  font-size: .8em;
}

.paragraph-smaller.font-color-grey {
  color: #000;
  margin-bottom: 10px;
  font-style: normal;
}

.paragraph-smaller.font-color-light-grey {
  color: #c4c4c4;
}

.flex {
  display: flex;
}

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

.absolute-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.no-top-margin {
  color: var(--black);
  margin-top: 20px;
  padding-top: 1px;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
}

.no-top-margin.bottom-margin-8px {
  margin-bottom: 8px;
}

._2-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.feature-card {
  mix-blend-mode: normal;
  background-color: #bac9e9;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
  box-shadow: 0 1px 3px #0000001a;
}

.feature-icon {
  flex: none;
  width: 80px;
  margin-bottom: 20px;
}

.footer-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-links-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: start;
  display: grid;
}

.footer-link {
  color: var(--black);
  font-size: .8rem;
  text-decoration: none;
}

.footer-link.underline {
  text-decoration: underline;
}

.footer-link.smaller {
  color: var(--black);
  font-size: .8em;
}

.subheading {
  max-width: 40ch;
  margin-bottom: 20px;
  font-weight: 400;
}

.style-guide-wrap {
  width: 100%;
  margin-top: 60px;
}

.style-guide-block {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.label {
  margin-bottom: 12px;
}

.form-block {
  width: 100%;
}

.text-field {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  width: 100%;
  min-height: 44px;
  margin-bottom: 24px;
  padding: 12px 20px;
  transition: all .2s;
}

.text-field:hover {
  border-color: #c4c4c4;
}

.text-field:focus {
  border-color: var(--black);
}

.text-field::placeholder {
  color: #c4c4c4;
}

.text-field.text-area {
  min-height: 88px;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 20px;
  padding-left: 0;
  line-height: 1.5;
  display: flex;
}

.checkbox {
  border-color: #828282;
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  transition: all .2s;
}

.checkbox:hover {
  border-color: var(--black);
}

.checkbox.w--redirected-checked {
  border-color: var(--button);
  background-color: var(--button);
}

.checkbox.w--redirected-focus {
  border-color: var(--button);
  box-shadow: 0 0 3px 1px var(--button);
}

.checkbox-label {
  margin-bottom: 0;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 20px;
  padding-left: 0;
  line-height: 1.5;
  display: flex;
}

.radio-button {
  border-color: #828282;
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  transition: all .2s;
}

.radio-button:hover {
  border-color: var(--black);
}

.radio-button.w--redirected-checked {
  border-color: var(--button);
}

.radio-button.w--redirected-focus {
  border-color: var(--button);
  box-shadow: 0 0 3px 1px var(--button);
}

.radio-button-label {
  margin-bottom: 0;
}

.select-field {
  border: 1px solid var(--black-charcoal);
  background-color: var(--white);
  color: var(--black);
  width: 100%;
  min-height: 44px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
}

.select-field:hover {
  border: 1px solid #c4c4c4;
}

.select-field:focus {
  border: 1px solid var(--black);
}

.success-message {
  background-color: var(--black-charcoal);
  color: var(--white);
  padding: 20px;
}

.error-message {
  color: var(--white);
  background-color: #ff0051;
  margin-top: 20px;
  padding: 12px 20px;
}

.image-box {
  z-index: 1;
  border-radius: 20px;
  flex: none;
  width: 100%;
  padding-top: 66.66%;
  position: relative;
  overflow: hidden;
  box-shadow: -7px 7px 30px #00000040;
}

.image-box.top-padding-100 {
  padding-top: 100%;
}

.circle-image {
  max-width: 75%;
  position: absolute;
  inset: -10% 10% auto auto;
}

.dots-image {
  position: absolute;
}

.dots-image.bottom-left {
  inset: auto auto -5% -5%;
}

.dots-image.top-right-2 {
  inset: 20% -10% auto auto;
}

.dots-image.bottom-left-2 {
  inset: auto auto 10% -10%;
}

.dots-image.top-right {
  inset: -5% -5% auto auto;
}

.student-card {
  z-index: 2;
  background-color: var(--white);
  box-shadow: 0 0 30px 0 #0000001a, inset 0 4px 0 0 var(--button);
  border-radius: 10px;
  width: 100%;
  max-width: 320px;
  padding: 20px;
  position: absolute;
  bottom: -10%;
  left: 10%;
}

.featured-in-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: grid;
}

.logo-image {
  width: 100%;
  max-width: 120px;
  max-height: 36px;
}

.centered-heading {
  text-align: center;
  width: 100%;
  max-width: 35ch;
  margin-top: 0;
  margin-bottom: 40px;
}

.text-column-wrap {
  flex: 1;
}

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

.slider {
  background-color: #0000;
  width: 100%;
  max-width: 720px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.mask {
  background-color: var(--black-charcoal);
  border-radius: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow {
  background-color: var(--black-charcoal);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px;
  transition: all .3s;
  display: flex;
  right: -80px;
}

.right-arrow:hover {
  background-color: #555;
}

.left-arrow {
  background-color: var(--black-charcoal);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  left: -80px;
}

.left-arrow:hover {
  background-color: #555;
}

.slide-nav {
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: -80px;
}

.review-avatar {
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  align-self: stretch;
  width: 80px;
  height: 80px;
}

.review-slide-contents {
  align-self: stretch;
  padding: 40px;
}

.review-author-wrap {
  border-top: 1px solid #444;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.slider-wrap {
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 160px;
  position: relative;
}

.font-color-grey {
  color: #c4c4c4;
}

.slide {
  width: 100%;
  height: auto;
}

.faq-wrap {
  align-self: flex-start;
  width: 100%;
}

.faq-dropdown {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px #0000001a;
}

.dropdown-toggle {
  white-space: normal;
  width: 100%;
  padding: 30px 40px 30px 30px;
}

.dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.dropdown-list-wrap {
  width: 100%;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: .875rem;
}

.logo-wrap-in-footer {
  color: #c4c4c4;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-right: 80px;
  font-size: .75em;
  display: flex;
}

.top-margin-auto {
  color: #9b9696;
  margin-top: auto;
}

.footer-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-links-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: center start;
  place-items: center start;
  margin-left: auto;
  display: grid;
}

.social-link {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  padding: 8px;
  line-height: 1;
  text-decoration: none;
}

.social-link:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.social-icon {
  flex: none;
  width: 20px;
  height: 20px;
}

.max-15ch {
  max-width: 15ch;
  font-style: normal;
  font-weight: 600;
}

.max-18ch {
  max-width: 18ch;
  margin-bottom: 0;
}

.rating-count {
  color: #ffd301;
  margin-right: 4px;
  font-size: 1.1rem;
  font-weight: 600;
}

.description {
  color: var(--black);
  max-width: 40ch;
  font-size: 16px;
}

.review-author-div-in-slider {
  margin-left: 20px;
  margin-right: auto;
}

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

.instructor-stats {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.stats-wrap {
  align-items: center;
  font-size: .8rem;
  display: flex;
}

.stat-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.image {
  width: auto;
  min-width: 180px;
  max-width: 100%;
  min-height: 65px;
}

.list-item {
  font-weight: 400;
}

.button-2 {
  border-radius: 12px;
  padding-top: 10px;
  font-size: 12px;
}

.link {
  color: var(--black);
  font-size: .8em;
  font-weight: 700;
}

.button-3 {
  direction: ltr;
  color: var(--black);
  mix-blend-mode: overlay;
  background-color: #fff;
  border-radius: 12px;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
}

.list-item-2 {
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 1.5;
}

.list-item-5 {
  line-height: 1.5;
}

.waves-image-gallery-1 {
  border-radius: 24px;
  width: 100%;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves-text-wrap-gallery-1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.waves-column-gallery-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.waves-grid-gallery-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.waves-master-gallery-1 {
  width: 100%;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.waves---main-container {
  max-width: 1352px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.image-2 {
  max-width: 40%;
}

.waves-image-logo-1 {
  opacity: .8;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.waves-wrap-logos-1 {
  grid-column-gap: 24px;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: flex-end;
  align-items: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves-master-logos-1 {
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  display: flex;
}

.image-3, .image-4 {
  flex: 1;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
}

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

.button-4 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 10px;
}

.spark-social-icon-svg {
  color: #337fc1;
  width: 20px;
  height: 20px;
}

.spark-social-link {
  pointer-events: none;
  background-color: #bac9e9;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px 8px;
  transition-property: color, background-color;
  transition-duration: .15s, .15s;
  transition-timing-function: ease, ease;
  display: flex;
}

.spark-social-link:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-footer-text {
  margin-bottom: 0;
}

.spark-footer-text.spark-foreground-secondary {
  text-align: left;
  align-self: center;
  font-size: 11px;
}

.spark-foreground-secondary {
  color: var(--spark-library--foreground-secondary);
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-centered-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.spark-footer-bottom {
  background-color: var(--spark-library--background--interactive);
  padding: 1rem 64px;
}

.spark-footer-bottom.spark-top-border {
  border-top: 1px solid var(--spark-library--border-default);
  background-color: var(--spark-library--white);
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-light-button {
  border-color: var(--white);
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--black);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  height: auto;
  min-height: auto;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-light-button:hover {
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--foreground-interactive);
}

.spark-flexed-row-of-links {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.spark-flexed-row-of-links.spark-centered-row {
  justify-content: center;
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 132px;
  margin-bottom: 32px;
}

.spark-centered-content {
  text-align: center;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

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

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

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

.image-5 {
  background-color: #b3cc06;
  border-radius: 8px;
  min-width: 150px;
  margin-left: 0;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.button-5 {
  text-align: left;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.button-7 {
  border-radius: 10px;
  margin: 40px auto;
  display: inline-block;
}

.section-2 {
  align-self: center;
}

.text-block {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-2 {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
}

.spark-button-2 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button-2.spark-dark-button {
  border-style: solid;
  border-color: var(--spark-library--white);
  background-color: var(--spark-library--foreground-interactive);
  transition: background-color .15s, opacity .15s;
}

.spark-button-2.spark-dark-button:hover {
  opacity: .5;
}

.spark-tiny-icon {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-lightbox-button.spark-white-button {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
}

.spark-lightbox-button.spark-white-button:hover {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--background--interactive);
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-2.spark-right {
  grid-column-gap: 16px;
  justify-content: flex-end;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-sub-paragraph.spark-no-bottom-margin {
  margin-bottom: 0;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-2.spark-light-secondary {
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--black);
  border-radius: 18px;
  padding: 64px;
}

.spark-section-3 {
  width: 100%;
  padding: 40px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 p {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.text-block-3 {
  font-size: 12px;
}

.text-block-4 {
  font-size: 11px;
  line-height: 1.4;
}

.section-3 {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-3.grey {
  background-color: #fff;
  padding-bottom: 60px;
}

.button-8 {
  filter: brightness();
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #337fc1;
  border-radius: 10px;
  margin-top: 10px;
  margin-left: 20px;
  padding: 16px 28px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.button-8:hover {
  transform: translate(0, -3px);
}

.max-18ch-2 {
  max-width: 18ch;
  margin-bottom: 0;
}

.subheading-2 {
  max-width: 40ch;
  margin-bottom: 0;
  font-weight: 400;
}

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

  .review-card-name-wrap {
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link {
    pointer-events: auto;
    text-transform: uppercase;
    mix-blend-mode: darken;
    font-weight: 400;
  }

  .feature-icon {
    width: 80px;
  }

  .image {
    max-height: 100%;
    display: inline-block;
    position: static;
  }
}

@media screen and (max-width: 991px) {
  ul {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .navbar {
    position: sticky;
  }

  .container.in-navbar {
    padding-right: 20px;
  }

  .nav-link {
    text-align: center;
  }

  .nav-menu {
    background-color: var(--white);
    justify-content: flex-start;
    width: 100%;
    padding: 0 20px 40px;
    box-shadow: 0 10px 10px #00000080;
  }

  .button {
    margin-top: 10px;
  }

  .button.in-navbar {
    margin-left: 0;
  }

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

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

  .logos-wrap {
    grid-auto-columns: 1fr;
  }

  ._3-columns-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._3-columns-grid.bottom-margin {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-auto-columns: .5fr;
  }

  .rating-wrap.in-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex.vertical {
    margin-left: auto;
    margin-right: auto;
  }

  .no-top-margin {
    font-size: 1.2em;
  }

  ._2-column-grid, .feature-card {
    flex-direction: column;
  }

  .feature-icon {
    width: 60px;
  }

  .footer-wrap {
    flex-direction: column;
  }

  .footer-links-wrap {
    width: 100%;
    margin-top: 80px;
  }

  .menu-button {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 16px;
  }

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

  .lottie-animation {
    width: 100%;
    height: 100%;
  }

  .subheading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .circle-image {
    top: -5%;
  }

  .student-card {
    left: 0%;
  }

  .featured-in-wrap {
    flex-direction: column;
    grid-template-columns: .5fr 1fr;
  }

  .text-column-wrap {
    font-size: .8em;
  }

  .right-arrow {
    display: none;
    right: 0;
  }

  .left-arrow {
    display: none;
    left: 0;
  }

  .faq-wrap {
    order: -1;
  }

  .social-links-wrap {
    justify-content: center;
  }

  .max-15ch {
    max-width: 15ch;
    font-size: 2rem;
  }

  .max-18ch {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .rating {
    margin-bottom: 4px;
  }

  .list-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .list {
    margin-bottom: 0;
  }

  .list-item-2, .list-item-3, .list-item-4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .list-item-5 {
    height: 51.1875px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .waves-image-logo-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .waves-wrap-logos-1 {
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    justify-content: center;
    width: 100%;
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-master-logos-1 {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .spark-container.spark-centered-content {
    text-align: center;
    align-items: center;
    position: static;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flexed-row-of-links.spark-centered-row {
    flex-wrap: wrap;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section.spark-shortened {
    margin-left: auto;
    margin-right: auto;
  }

  .image-5 {
    vertical-align: baseline;
    min-width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flex-row-2.spark-right {
    justify-content: flex-start;
  }

  .spark-flex-row-2.spark-split-and-wrapped {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .spark-hero-sub-paragraph.spark-no-bottom-margin {
    margin-bottom: 2rem;
  }

  .spark-container-2.spark-light-secondary {
    padding: 32px;
  }

  .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

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

  .button-8 {
    margin-top: 10px;
  }

  .max-18ch-2 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .subheading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .logos-wrap {
    grid-auto-columns: 1fr;
  }

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

  .review-card, .review-card-name-wrap {
    flex-direction: row;
  }

  .rating-wrap.in-hero {
    flex-direction: row;
    align-items: center;
  }

  .feature-card {
    flex-direction: row;
  }

  .feature-icon {
    margin-right: 20px;
  }

  .footer-wrap {
    flex-direction: column;
  }

  .footer-links-wrap {
    grid-template-columns: auto 50%;
    grid-auto-flow: row;
    margin-top: 40px;
  }

  .student-card {
    width: auto;
    inset: auto auto 0% 0%;
  }

  .review-avatar {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .social-links-wrap {
    margin-left: 0;
  }

  .rating {
    margin-bottom: 0;
  }

  .waves-grid-gallery-1 {
    grid-template-columns: 1fr;
  }

  .waves-master-gallery-1 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-flexed-row-of-links {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-section, .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-right {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

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

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.25rem;
  }

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

  .container.in-navbar {
    padding-right: 4px;
  }

  .button {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

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

  .section.grey {
    padding-bottom: 20px;
  }

  .image-wrap {
    opacity: 1;
    padding: 0;
    position: relative;
  }

  .logos-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  ._3-columns-grid {
    grid-row-gap: 20px;
  }

  .review-card-name {
    margin-bottom: 4px;
  }

  .review-card-name-wrap {
    flex-direction: column;
  }

  .rating-wrap.in-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .no-top-margin {
    font-size: 1rem;
  }

  .feature-icon {
    width: 80px;
  }

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

  .footer-links-wrap {
    grid-auto-columns: auto;
    display: grid;
  }

  .subheading {
    text-align: left;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .circle-image {
    display: none;
  }

  .student-card {
    bottom: -15%;
  }

  .text-column-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .review-avatar {
    align-self: center;
    width: 100px;
    height: 100px;
  }

  .review-author-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .dropdown-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .dropdown-list-wrap {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-column {
    text-align: left;
  }

  .max-18ch {
    text-align: left;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .review-author-div-in-slider {
    margin-bottom: 12px;
    margin-left: 0;
  }

  .rating {
    margin-bottom: 4px;
  }

  .image {
    width: auto;
  }

  .list-item {
    height: auto;
    min-height: auto;
  }

  .button-3 {
    border-radius: 10px;
    font-size: 11px;
    line-height: 1.2;
  }

  .list-item-2 {
    min-height: auto;
  }

  .list-item-3 {
    min-height: auto;
    max-height: none;
  }

  .list-item-4 {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .list-item-5 {
    height: auto;
  }

  .waves---main-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .waves---section-medium {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .waves-image-logo-1 {
    margin-left: auto;
  }

  .waves-wrap-logos-1 {
    grid-row-gap: 32px;
    order: 0;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .spark-footer-text.spark-foreground-secondary {
    font-size: 11px;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .spark-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-flexed-row-of-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-flexed-row-of-links.spark-centered-row {
    align-items: center;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .image-5 {
    vertical-align: baseline;
    min-width: 150px;
    position: static;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-right {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-container-2.spark-light-secondary {
    padding: 20px;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    font-size: 2.5rem;
  }

  .text-block-4 {
    margin-top: 20px;
    font-size: 10px;
  }

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

  .section-3.grey {
    padding-bottom: 20px;
  }

  .button-8 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .max-18ch-2 {
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .subheading-2 {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-cba879e5-2068-a1f3-1f15-f8864caa36b0-34616f82 {
  place-self: center start;
}

#w-node-_630878b2-637f-ab15-c8bf-c91cc66869f1-34616f82 {
  align-self: start;
}

#w-node-_6810d1eb-1aa6-3f86-505f-07f917751a81-34616f82, #w-node-_99c233cc-85b9-f5a5-4d9d-918bc4483acb-34616f82, #w-node-_18096eac-96cc-1414-0ebb-fe8633391a2c-34616f82, #w-node-_5e6cb3f2-de0e-dcb1-df48-b0492166e17d-34616f82 {
  place-self: center;
}

#w-node-b6664e66-f1d1-df98-e157-f9a939431ce5-34616f82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b28aac1-7410-38da-fac7-1675d2fab46e-34616f82, #w-node-_026f6491-9275-ad84-4216-cb8c8c816ace-34616f82 {
  place-self: center;
}

#w-node-_88090bea-70ef-2a97-329d-ca9f759d87b5-34616f82 {
  align-self: start;
}

#w-node-_1dbceb0e-1026-adfa-2d72-62c8c6a3de08-34616f82 {
  justify-self: center;
}

#w-node-bb17d3da-71f6-8f78-0d14-cb1da1ee350c-34616f82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9d12afed-4dec-eb10-dc55-4fc210a9292c-34616f86, #w-node-_6d8c59df-2331-e2ed-1efa-11ca066b4710-34616f86, #w-node-_0618b6b5-465e-25da-8860-611dac3d826d-34616f86, #w-node-_37483ab6-0a2d-a2e4-0e5d-72466dc77fbd-34616f86, #w-node-d3a32ab3-bd88-6281-ace7-a9cf076fff90-34616f86, #w-node-ff737f50-2685-bd8c-9fe3-202c5e7581b2-34616f86, #w-node-f5684f73-7a21-5986-3a25-baff1b8030fe-34616f86, #w-node-_67d46483-d595-61d8-9ed6-316149d285e7-34616f86, #w-node-_8946a6bb-c093-1113-afeb-98a1d8604244-34616f86, #w-node-_769cdf55-3fe7-0311-3261-7f0083172052-34616f86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_630878b2-637f-ab15-c8bf-c91cc66869f1-34616f82, #w-node-_6810d1eb-1aa6-3f86-505f-07f917751a9a-34616f82, #w-node-_99c233cc-85b9-f5a5-4d9d-918bc4483ad7-34616f82, #w-node-_6ba2964e-be9d-19fe-f822-1bd4b99c9716-34616f82, #w-node-_5e6cb3f2-de0e-dcb1-df48-b0492166e186-34616f82, #w-node-_8b28aac1-7410-38da-fac7-1675d2fab469-34616f82, #w-node-_026f6491-9275-ad84-4216-cb8c8c816ac9-34616f82, #w-node-_1dbceb0e-1026-adfa-2d72-62c8c6a3de14-34616f82 {
    align-self: start;
  }

  #w-node-bb17d3da-71f6-8f78-0d14-cb1da1ee350c-34616f82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cba879e5-2068-a1f3-1f15-f8864caa36b0-34616f82, #w-node-_630878b2-637f-ab15-c8bf-c91cc66869f1-34616f82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6810d1eb-1aa6-3f86-505f-07f917751a81-34616f82 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6810d1eb-1aa6-3f86-505f-07f917751a9a-34616f82, #w-node-_99c233cc-85b9-f5a5-4d9d-918bc4483ad7-34616f82, #w-node-_99c233cc-85b9-f5a5-4d9d-918bc4483acb-34616f82, #w-node-_6ba2964e-be9d-19fe-f822-1bd4b99c9716-34616f82, #w-node-_18096eac-96cc-1414-0ebb-fe8633391a2c-34616f82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5e6cb3f2-de0e-dcb1-df48-b0492166e17d-34616f82 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5e6cb3f2-de0e-dcb1-df48-b0492166e186-34616f82, #w-node-_8b28aac1-7410-38da-fac7-1675d2fab469-34616f82, #w-node-_8b28aac1-7410-38da-fac7-1675d2fab46e-34616f82, #w-node-_026f6491-9275-ad84-4216-cb8c8c816ace-34616f82, #w-node-_026f6491-9275-ad84-4216-cb8c8c816ac9-34616f82, #w-node-_88090bea-70ef-2a97-329d-ca9f759d87b5-34616f82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2541e9f4-4be7-66a1-391a-f9b58f8aa6e4-34616f82, #w-node-_1dbceb0e-1026-adfa-2d72-62c8c6a3de08-34616f82 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1dbceb0e-1026-adfa-2d72-62c8c6a3de14-34616f82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_99c233cc-85b9-f5a5-4d9d-918bc4483acb-34616f82 {
    align-self: center;
  }
}


