:root {
  --teal: #0f738b;
  --dark-slate-grey-2: #085769;
  --white: white;
  --black: black;
  --dark-slate-grey: #3e4749;
  --gainsboro: #e2e2e2;
  --light-slate-grey: #879499;
}

.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-formrecaptcha {
  margin-bottom: 8px;
}

.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 {
  color: #333;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: var(--teal);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Courgette, sans-serif;
  font-size: 80px;
  font-weight: 100;
  line-height: 1.1;
}

h2 {
  color: var(--teal);
  text-align: left;
  margin-top: 18px;
  margin-bottom: 9px;
  font-family: Barlow, sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.11;
}

h3 {
  color: var(--teal);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

h4 {
  color: var(--teal);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

h5 {
  color: var(--dark-slate-grey-2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  color: var(--dark-slate-grey-2);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 2;
}

a {
  color: var(--teal);
  font-size: 16px;
  text-decoration: underline;
  transition: all .222s;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 24px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 2;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 21px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 2;
}

li {
  margin-bottom: 8px;
  padding-left: 8px;
  font-size: 16px;
  line-height: 2;
}

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

blockquote {
  color: var(--teal);
  text-align: center;
  border-top: 1px solid #ffffff45;
  border-bottom: 1px #ffffff45;
  border-left: 1px #000;
  margin-top: 39px;
  margin-bottom: 39px;
  padding: 38px 30px;
  font-family: Courgette, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.9;
  box-shadow: 0 1px 16px #00000017;
}

.white {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px #00000061;
  margin-top: 9px;
}

.button {
  background-color: var(--teal);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 25px;
  margin-bottom: 10px;
  padding: 6px 24px;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all .333s;
  display: inline-block;
  transform: translate(0, 2px);
  box-shadow: 0 1px 3px #00000045;
}

.button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #3b839b;
  background-image: none;
  transform: translate(0, -2px);
}

.button:active {
  transform: none;
}

.button.white {
  color: var(--black);
  text-shadow: none;
  cursor: pointer;
  background-color: #fff;
  margin-top: 10px;
  font-size: 13px;
  box-shadow: 0 1px 1px #00000042;
}

.button.white:hover {
  color: #3e4749;
  background-color: #fff;
  box-shadow: 0 5px 8px #00000042;
}

.button.white:active {
  box-shadow: 0 0 5px #00000042;
}

.button.white.big {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: auto;
  margin: 20px auto;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.button.white.big.icon {
  text-align: left;
  background-image: url('../images/phone.png');
  background-position: 26px;
  background-repeat: no-repeat;
  background-size: 23px;
  width: 60%;
  margin-top: 9px;
  margin-bottom: 9px;
  padding-left: 65px;
}

.button.white.big.icon.teacher {
  background-image: url('../images/person.png');
  background-position: 19px;
  background-size: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 35px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 14px 8px 44px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.button.white.big.sidebar {
  z-index: 5;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.button.white.big.nocenter {
  margin-left: 30px;
  margin-right: 30px;
}

.button.white.big.color {
  background-color: var(--teal);
  color: #fff;
  font-weight: 500;
}

.button.white.big.color.sidebar {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.white.lounge {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  margin-right: 0;
}

.button.color.big {
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 400;
}

.button.color.big.sidebar {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.button.is-row {
  margin-bottom: 0;
}

.button.is-tertiary {
  background-color: var(--white);
  box-shadow: none;
  color: var(--black);
  border: 1px solid #000;
}

.button.hide {
  display: none;
}

.footer-container {
  text-align: center;
  margin-top: 45px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Work Sans;
  font-size: 13px;
  font-weight: 700;
  transition: all .222s;
  bottom: 0;
}

.nav-link:hover {
  color: #ffffff78;
  transform: translate(0, -2px);
}

.nav-link:active {
  color: #fff;
  transform: none;
}

.nav-link.w--current {
  color: #ffffff75;
}

.utility-page-wrap {
  background-image: linear-gradient(#50a2bd, #3b839b);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.hidden-text1, .hidden-text2, .hidden-text3 {
  overflow: hidden;
}

._404 {
  color: #fff;
  text-align: center;
}

.splash-page-container {
  z-index: 11;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  position: relative;
}

.quoteline1 {
  color: var(--black);
  margin-top: 22px;
  margin-bottom: 14px;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.6;
}

.quoteline2 {
  color: var(--black);
  text-align: center;
  font-family: Courgette, sans-serif;
  font-size: 37px;
  line-height: 1.2;
}

.content-container {
  z-index: 111;
  text-align: center;
  max-width: 500px;
  text-decoration: none;
  display: block;
}

.attribution {
  color: #3b839b;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.quoteline3 {
  margin-top: 21px;
}

.page-hero {
  z-index: 1;
  opacity: .2;
  background-image: url('../images/hero-sections-about.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 444px;
  margin-top: 140px;
  margin-bottom: 137px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.page-hero.teacher-hero {
  opacity: .2;
  background-color: #fff;
  background-image: url('../images/hero-sections-about.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.page-hero.teachers {
  aspect-ratio: 16 / 9;
  opacity: .38;
  object-fit: cover;
  background-image: linear-gradient(#ffffffa8, #ffffffa8), url('../images/TEACHERS-hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 800px;
  position: fixed;
  overflow: visible;
}

.page-hero.calendar {
  aspect-ratio: auto;
  opacity: .2;
  object-fit: cover;
  background-image: url('../images/Essence_Space_Conductivity-sm.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 800px;
  position: fixed;
}

.page-hero.playground {
  background-image: url('../images/bg-playground-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.page-hero.media-library {
  opacity: .23;
  background-image: url('../images/Essence_Space_Conductivity-web-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-hero.resources {
  opacity: .22;
  background-image: url('../images/h4-Panorama-resources.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  position: fixed;
}

.page-hero-fade-top {
  z-index: 3;
  background-image: linear-gradient(#fff, #f1f1f100);
  width: 100%;
  height: 44%;
  margin-top: -1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.page-hero-fade-btm {
  z-index: 3;
  background-image: linear-gradient(to bottom, #fff0, var(--white));
  width: 100%;
  height: 30%;
  margin-bottom: -2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-wrapper {
  z-index: 5;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-2 {
  z-index: 9999;
  background-color: #0000;
  padding-bottom: 27px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.brand {
  max-width: 20rem;
  bottom: 0;
  left: 0;
}

.brand.w--current {
  max-width: 15rem;
}

.container-4 {
  align-items: flex-end;
  padding-top: 32px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.sidebar-text {
  color: var(--white);
  text-shadow: 0 1px 3px #0000007d;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 400;
}

.sidebar-text.left {
  color: var(--white);
  text-align: left;
  margin-top: 23px;
  margin-left: 51px;
  margin-right: 51px;
}

.sidebar-text.sm {
  text-shadow: none;
  margin-top: 6px;
  font-size: 13px;
}

.sidebar-text.alt {
  margin-bottom: 5px;
}

.right-column {
  background-color: var(--teal);
  text-align: center;
  width: 50%;
  padding: 108px 0 113px;
  position: relative;
}

.right-column.hide {
  display: none;
}

.right-column.alt {
  padding-top: 56px;
  padding-bottom: 0;
}

.text-block-9 {
  color: var(--white);
  text-shadow: 0 1px 6px #00000075;
  font-size: 30px;
}

.headline {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-family: Courgette, sans-serif;
  font-size: 48px;
}

.headline.sm {
  font-size: 52px;
  font-weight: 400;
}

.headline.is-white {
  color: var(--white);
}

.sidebar-module {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(0deg, #00000030, #0000 29%);
  margin-top: 26px;
  padding: 0 39px 23px;
}

.sidebar-module.top {
  margin-top: -70px;
}

.sidebar-module.left-align {
  text-align: left;
}

.div-block-17 {
  border-top-width: 1px;
  border-top-color: var(--gainsboro);
  border-bottom-width: 1px;
  border-bottom-color: #ffffff40;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 55px;
  padding-top: 44px;
  padding-bottom: 122px;
  display: flex;
}

.div-block-18 {
  text-align: left;
  flex: 1;
  width: 16.6667%;
  display: inline-block;
}

.div-block-18.final {
  text-align: right;
  flex: 0 auto;
  width: 35%;
}

.footer-link {
  color: #fff;
  text-transform: uppercase;
  border-bottom-style: none;
  margin-bottom: -4px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.link {
  color: var(--black);
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Barlow, sans-serif;
  display: block;
}

.footer-link.link:hover {
  color: var(--teal);
}

.footer-link.sub {
  color: var(--black);
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 200;
  display: block;
}

.footer-link.sub:hover {
  opacity: .6;
  padding-bottom: 0;
}

.footer-link.sub.right {
  border-bottom: 1px solid var(--light-slate-grey);
  margin-top: 2px;
  padding-top: 0;
  font-size: 10px;
  display: inline-block;
}

.fade-block {
  background-image: linear-gradient(#f5f5f500, #fff);
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-container {
  margin-top: -165px;
  position: relative;
}

.link-block-2 {
  color: var(--black);
  text-align: right;
  border-style: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.link-block-2:hover {
  color: var(--teal);
}

.footer-text {
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
}

.image-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.text-span-2 {
  font-size: 10px;
  text-decoration: underline;
}

.div-block-20 {
  flex: 1;
  display: flex;
}

.div-block-21 {
  text-align: left;
  flex: 1;
  width: 50%;
  display: inline-block;
}

.image-7 {
  opacity: 1;
  margin-bottom: 15px;
}

.main-content {
  width: 960px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.main-column {
  width: 50%;
  padding-right: 81px;
}

.main-column._1col {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.main-column.alt {
  padding-top: 0;
  padding-left: 40px;
}

.link-block-3 {
  opacity: 1;
  width: 263px;
}

.link-block-3.w--current {
  opacity: 1;
}

.div-block-22 {
  margin-top: -47px;
  margin-bottom: 94px;
}

.icon-3 {
  display: none;
}

.div-block-23 {
  background-color: var(--black);
  color: #947171;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-button {
  width: 70px;
  padding: 7px 17px;
  display: flex;
}

.menu-button.w--open {
  background-color: var(--dark-slate-grey-2);
}

.back-btn-text {
  margin-left: 16px;
  font-family: Barlow, sans-serif;
  display: inline-block;
}

.back-button {
  margin-top: 23px;
  margin-bottom: 15px;
  padding: 9px;
  text-decoration: none;
  display: block;
}

.back-button:hover {
  color: var(--gainsboro);
}

.image-8 {
  border: 6px solid #fff;
  border-radius: 50%;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-8.blake {
  background-image: url('../images/portrait-blake.jpg');
  background-position: 0 0;
  background-size: 300px;
}

.main-text {
  font-size: 16px;
  line-height: 1.6;
}

.main-text.centered {
  text-align: center;
  max-width: 80ch;
  margin: 33px auto 25px;
}

.main-text blockquote {
  color: var(--dark-slate-grey-2);
}

.text-block-11 {
  color: var(--teal);
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
  font-family: Courgette, sans-serif;
  font-size: 84px;
  line-height: .9;
  display: inline-block;
}

.div-block-24 {
  text-align: center;
  margin-top: 33px;
}

.div-block-25 {
  border-top: 1px solid var(--gainsboro);
  text-align: center;
  width: 80%;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
  padding-bottom: 34px;
  display: block;
}

.teacher-location {
  text-transform: uppercase;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.teacher-location.comma {
  margin-left: 0;
  margin-right: 5px;
}

.div-block-26 {
  margin-top: 5px;
}

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

.bg-photo {
  object-fit: cover;
  border-radius: 6px;
  align-items: flex-start;
  width: 25%;
  position: relative;
}

.bg-photo.is-row {
  object-position: 33% 50%;
  width: 33%;
}

.link-box {
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 34px 28px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-box:hover {
  color: var(--white);
  transform: translate(0, -4px);
}

.link-box:active {
  filter: brightness(147%);
  transform: none;
}

.link-box.resources {
  margin-top: 28px;
}

.link-box.resources:hover {
  filter: none;
  transform: none;
}

.link-box.is-row {
  border-color: var(--gainsboro);
  margin-bottom: 1rem;
  padding: 0;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-box.is-row:hover {
  color: var(--black);
  transform: none;
}

.fade-to-black {
  background-image: linear-gradient(#0000, #000);
  height: 80px;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.portrait-container {
  z-index: 2;
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.portrait-container.sm {
  width: 60px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.portrait-container.teeny {
  width: 55px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 13px;
}

.portrait-container.teacher {
  border: 1px solid var(--gainsboro);
  border-radius: 50%;
  margin-top: -49px;
}

.portrait {
  border-radius: 50%;
  width: 100%;
}

.text-block-13 {
  color: var(--black);
  margin-left: 3px;
  margin-right: 3px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  display: inline-block;
}

.text-block-13.is-row {
  text-align: left;
}

.event-row {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.event-row.is-row {
  display: flex;
}

.event-row.is-location2 {
  margin-top: -.5rem;
}

.event-row.is-continents {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
}

.profile-text-small {
  color: var(--light-slate-grey);
  margin-left: 2px;
  margin-right: 2px;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  display: inline-block;
}

.profile-text-small.comma {
  margin-left: -3px;
}

.profile-text-small.is-row {
  text-align: left;
  display: block;
}

.profile-text-small.is-row.is-initial-cap {
  text-transform: capitalize;
}

.div-block-33 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  margin-top: 9px;
  display: flex;
}

.div-block-33.is-row {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-top: 0;
  padding: 40px 20px 20px 30px;
  display: flex;
}

.collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  perspective: 1000px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 31px;
  margin-right: -30px;
  display: grid;
}

.collection-list.is-rows {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.nav-link {
  border-top: 1px solid #1e6b7e;
  border-bottom: 1px solid #1e6b7e;
  margin-top: -1px;
  margin-left: 0;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.nav-link:hover {
  background-color: #0c6175;
  border-top-style: solid;
  border-top-color: #0000;
  border-bottom-style: solid;
  border-bottom-color: #0000;
  transform: none;
}

.nav-link.sub {
  color: #ffffff78;
  border-top-style: none;
  border-bottom-style: none;
  padding: 16px 13px 16px 35px;
  font-weight: 400;
}

.nav-menu {
  z-index: 999999;
  background-color: var(--dark-slate-grey-2);
  width: 50%;
}

.x-btn {
  background-color: var(--dark-slate-grey-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-top: 11px;
  margin-left: -58px;
  padding: 12px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

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

.coverup {
  z-index: 2222;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.loading-txt {
  display: block;
}

.loading-circle-1 {
  border: 1px solid #ffffff96;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 122px;
  display: flex;
}

.column-text {
  padding-left: 0;
  padding-right: 60px;
}

.column-text.no-padding {
  padding-right: 0;
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.block-quote {
  box-shadow: none;
  color: var(--black);
  padding-left: 0;
  padding-right: 0;
  font-size: 23px;
}

.block-quote.alt {
  margin-left: 48px;
  margin-right: 48px;
}

.div-block-39 {
  background-color: var(--white);
  border-radius: 11px;
  margin-top: 39px;
  padding: 35px 36px 24px;
}

.form-2 {
  text-align: center;
}

.div-block-40 {
  border: 1px solid var(--light-slate-grey);
  background-color: var(--white);
  text-align: center;
  margin-bottom: 22px;
  padding: 10px;
}

.field {
  color: #000;
  text-align: center;
  background-color: #0000;
  border-style: none;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 300;
}

.field.message {
  height: 120px;
}

.error-message-2 {
  text-align: center;
  background-color: #b00;
  margin-top: 24px;
  padding: 22px;
}

.text-block-18 {
  color: #fff;
}

.teachers-bottom-container {
  z-index: 11;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 22px;
  padding-left: 22px;
  padding-right: 22px;
  display: block;
  position: static;
}

.splash-bottom-section {
  z-index: 5;
  background-color: #fff0;
  position: relative;
}

.heading-9 {
  margin-top: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.splash-bottom-header-container {
  height: 50px;
  margin-bottom: -1px;
  position: relative;
}

.loading-container-for-circles {
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
  position: relative;
}

.absolute-circle-2-motion {
  perspective-origin: 50%;
  border: 1px solid #00000030;
  border-radius: 50%;
  width: 133px;
  height: 133px;
  position: absolute;
}

.div-block-44 {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-45 {
  width: 200px;
  margin: 24px auto -118px;
  display: block;
  position: relative;
}

.div-block-45.susan {
  margin-top: -73px;
  margin-bottom: 11px;
}

.image-10 {
  margin-bottom: 17px;
}

.div-block-46 {
  opacity: .46;
  background-image: url('../images/old-photos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 115px;
  margin-bottom: 37px;
  position: relative;
}

.div-block-47 {
  background-image: linear-gradient(to right, #000, #0000);
  width: 20%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.div-block-47.right {
  background-image: linear-gradient(270deg, #000, #0000);
  inset: 0 0 0 auto;
}

.row-8 {
  margin-bottom: 47px;
}

.div-block-48 {
  text-align: center;
  margin-bottom: 14px;
}

.text-block-19 {
  color: var(--dark-slate-grey);
  font-size: 13px;
  font-style: italic;
  display: inline-block;
}

.div-block-17-copy {
  text-align: center;
}

.footer-social {
  background-color: var(--gainsboro);
  background-image: url('../images/facebook-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.footer-social:hover {
  opacity: .71;
}

.footer-social.yt {
  background-image: url('../images/youtube-icon.svg');
  background-position: 58%;
  background-size: 13px;
}

.footer-social.insta {
  background-image: url('../images/insta.svg');
  background-size: 21px;
}

.footer-social.mail {
  background-image: url('../images/email.svg');
  background-size: 20px;
}

.email-container {
  border-top-color: var(--gainsboro);
  text-align: left;
  justify-content: center;
  padding: 68px 40px;
  display: flex;
}

.div-block-50 {
  text-align: center;
  width: 50%;
}

.heading-10 {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 0;
}

.top-button {
  z-index: 5555;
  background-color: var(--gainsboro);
  color: #000;
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: 5vw;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  position: fixed;
  inset: auto 0% 6% auto;
  box-shadow: 0 1px 2px #0000009c;
}

.top-button:hover {
  color: #fff;
  text-align: center;
  background-color: #bebebe;
  font-size: 13px;
  position: fixed;
}

.top-button.w--current {
  opacity: 1;
  color: #fff;
  text-shadow: 0 0 2px #0000006b;
  width: 40px;
}

.row-9 {
  margin-bottom: 43px;
}

.buttons-container {
  border: 1px solid #ffffff45;
  margin-top: 16px;
  padding: 25px;
}

.heading-11 {
  margin-top: 0;
}

.div-block-52 {
  margin-top: -100px;
}

.paragraph-11 {
  color: #000;
}

.paragraph-12 {
  color: var(--black);
}

.div-block-53 {
  width: 20%;
  margin: -8px;
  display: inline-block;
}

.collection-item {
  display: inline;
}

.collection-list-wrapper-3 {
  margin-top: -63px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.link-2 {
  color: var(--teal);
}

.div-block-54 {
  border-top: 1px solid #ffffff40;
  padding-top: 29px;
  display: none;
}

.div-block-55 {
  margin-top: 0;
}

.div-block-57 {
  background-image: url('../images/close-up-curled-fern-51374-sm.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 455px;
  margin-top: 72px;
}

.div-block-58 {
  background-color: var(--white);
  text-align: left;
  border-radius: 22px;
  padding: 14px 25px;
  text-decoration: none;
}

.div-block-58.button {
  border: 3px solid var(--teal);
  border-radius: 33px;
  justify-content: center;
  align-items: center;
  width: 75%;
  text-decoration: none;
  display: flex;
}

.div-block-58.button:hover {
  background-color: var(--white);
}

.text-block-23 {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.link-block-5 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.link-block-5.altweb {
  margin-top: -3px;
}

.div-block-60 {
  background-color: var(--white);
  margin: 31px;
  padding: 37px;
  box-shadow: 0 1px 9px #0000005c;
}

.heading-12 {
  color: var(--black);
}

.paragraph-13 {
  color: var(--black);
  margin-bottom: 0;
}

.div-block-61 {
  text-align: right;
  background-color: #00000087;
  margin: 3px;
  padding: 4px 7px;
  font-size: 11px;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.text-block-24 {
  display: inline-block;
}

.div-block-62 {
  margin-top: -5px;
}

.hero-photo {
  margin-top: 40px;
  position: relative;
}

.blog-teacher-name {
  text-transform: uppercase;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  display: inline;
}

.div-block-64 {
  text-align: center;
  margin-top: 13px;
}

.blog-teacher-link {
  z-index: 55;
  flex-direction: column;
  align-items: center;
  width: 50%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.event-content-wrapper {
  padding-top: 25px;
  display: flex;
}

.event-left-column {
  width: 60%;
}

.event-sidebar-wrapper {
  flex-direction: column;
  flex: 1;
  margin-left: 57px;
  display: flex;
}

.sidebar-header {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.4;
}

.sidebar-info-element {
  margin-right: 3px;
  font-size: 14px;
  display: inline;
}

.sidebar-info-element.underline {
  text-decoration: underline;
}

.sidebar-info-element.underline:hover {
  text-decoration: none;
}

.sidebar-link {
  border-top: 1px solid var(--gainsboro);
  text-align: left;
  padding: 15px 40px 15px 17px;
  text-decoration: none;
  position: relative;
}

.sidebar-link:hover {
  background-color: #e2e2e217;
}

.collection-item-2 {
  flex-direction: column;
  display: flex;
}

.blog-sidebar-arrow {
  background-image: url('../images/ic-keyboard-arrow-right-24px2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-top: 25px;
  margin-right: 15px;
  position: absolute;
  top: 0;
  right: 0;
}

.sidebar-title {
  font-size: 16px;
  line-height: 1.6;
}

.sidebar-title.white {
  color: var(--white);
  text-align: left;
}

.blog-sidebar-byline {
  color: var(--black);
  align-items: center;
  margin-top: 3px;
  margin-bottom: 3px;
  display: flex;
}

.empty-state {
  background-color: #0000;
}

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

.collection-list-wrapper-4 {
  margin-top: 40px;
}

.div-block-68 {
  text-align: center;
  justify-content: center;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 39px;
  padding-bottom: 39px;
  display: flex;
}

.event-date-element {
  text-transform: uppercase;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  display: inline;
}

.hyphen {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
  font-weight: 700;
  display: inline;
}

.div-block-69 {
  margin-left: 23px;
  margin-right: 23px;
}

.tag-text {
  text-transform: uppercase;
  font-size: 10px;
}

.co-teacher {
  opacity: .49;
  margin-right: 5px;
  line-height: 1.6;
  display: inline;
}

.content-row {
  margin-bottom: 12px;
  font-size: 16px;
}

.tag-box {
  border: 1px solid var(--gainsboro);
  background-color: #ffffffe0;
  border-radius: 6px;
  margin-top: 12px;
  margin-right: 12px;
  padding: 2px 7px;
}

.tag-box.green {
  color: var(--black);
  background-color: #ffffffc2;
  border: 1px solid #63d012;
}

.div-block-72 {
  display: inline;
}

.div-block-73 {
  text-align: center;
  margin-top: 10px;
}

.div-block-74 {
  border-top: 1px solid var(--gainsboro);
  margin-top: 39px;
  padding-top: 17px;
  padding-bottom: 17px;
  text-decoration: none;
  display: flex;
}

.link-block-6 {
  padding-top: 11px;
  padding-bottom: 11px;
  text-decoration: none;
  display: block;
}

.text-block-34 {
  margin-right: 4px;
  text-decoration: none;
  display: inline-block;
}

.text-block-34.underline {
  text-decoration: underline;
}

.image-11 {
  margin-bottom: 3px;
  margin-right: 10px;
}

.tag-container {
  text-align: right;
  object-fit: fill;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text {
  margin-right: 2px;
  line-height: 1.6;
  display: inline;
}

.html-embed {
  display: none;
}

.portraits-container {
  justify-content: center;
  align-items: center;
  margin-top: -43px;
  display: flex;
}

.event-teacher-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  padding-left: 217px;
  padding-right: 217px;
  display: flex;
}

.div-block-57-copy {
  background-image: url('../images/ISMETA-WebButtons_06-PMO.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 455px;
  margin-top: 72px;
}

.button-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0f738b;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 6px 24px;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: all .333s;
  display: inline-block;
  transform: translate(0, 2px);
  box-shadow: 0 1px 3px #00000045;
}

.button-3:hover {
  box-shadow: none;
  color: #fff;
  background-color: #3b839b;
  background-image: none;
  transform: translate(0, -2px);
}

.button-3:active {
  transform: none;
}

.div-block-79 {
  margin-top: 18px;
}

.container-5 {
  text-align: center;
  padding-top: 56px;
}

.paragraph-14 {
  margin-bottom: 39px;
}

.embed {
  margin-bottom: 12px;
}

.text-block-36 {
  color: var(--white);
  margin-bottom: 66px;
}

.heading-13 {
  text-align: center;
}

.padding-above {
  margin-top: 65px;
}

.resource-img-wrapper {
  justify-content: center;
  align-items: flex-end;
  height: 150px;
  display: flex;
}

.image-12 {
  height: 100%;
}

.resources-teacher-link {
  border-bottom: 1px solid var(--light-slate-grey);
  text-decoration: underline;
}

.homepage-header {
  color: var(--dark-slate-grey);
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-80 {
  opacity: .47;
  margin-bottom: 20px;
}

.paragraph-15 {
  color: var(--dark-slate-grey);
  margin-bottom: -3px;
}

.image-13 {
  object-fit: cover;
  width: 100%;
}

.hero-image-holder {
  background-image: url('../images/playground-hero-image-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 33px;
  padding-top: 62%;
}

.sidebar-colored {
  background-color: var(--teal);
  text-align: center;
  padding: 22px 31px 43px;
}

.image-container._1 {
  z-index: 5;
  width: 76%;
  margin-top: 9%;
  margin-left: 40%;
  position: relative;
}

.image-container._2 {
  z-index: 4;
  width: 70%;
  margin-top: -73px;
  margin-left: -15%;
  position: relative;
}

.image-container._3 {
  width: 70%;
  margin-top: -19%;
  margin-left: 46%;
  overflow: hidden;
}

.image-container._4 {
  width: 100%;
  margin-top: -13%;
  margin-left: -15%;
}

.playground-sidebar-mobile {
  display: none;
}

.filter__item {
  border-left: 1px solid #13294b1f;
  width: 25%;
  padding-left: 27px;
  padding-right: 20px;
}

.filter__item.filters-tags {
  flex: 1;
}

.filter__item.filters-category {
  border-left-style: none;
  width: 100%;
  padding-top: 14px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-74 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-right: 13px;
  font-size: 11px;
  font-weight: 700;
}

.tag-label {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.text-field-2 {
  color: #2c323d;
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 500;
}

.text-field-2::placeholder {
  color: #92929280;
}

.filter__form-wrapper {
  width: 33%;
  padding-right: 33px;
}

.filter__form-wrapper:has(.filter__item) {
  width: 45%;
}

.text-field-style-wrapper {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  display: flex;
}

.text-field-style-wrapper.shadow-element {
  border: 1px solid #13294b26;
  width: 28ch;
  height: 32px;
  padding: 5px;
}

.text-field-style-wrapper.shadow-element.parameter {
  width: 100%;
}

.filter__tab-holder {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.filters__container {
  align-items: flex-start;
  display: flex;
}

.filters__wrapper {
  background-color: var(--teal);
  border-radius: 8px;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
}

.library-item-wrapper {
  align-items: stretch;
  padding-top: 14px;
  padding-bottom: 14px;
  text-decoration: none;
  display: flex;
}

.library-item-wrapper:hover {
  background-color: #0f738b12;
}

.library-cms-item {
  border-top: 1px solid var(--gainsboro);
  width: 100%;
}

.library-item-div {
  padding-left: 15px;
  padding-right: 15px;
}

.library-item-div.category {
  width: 25%;
}

.library-item-div.teacher {
  color: var(--light-slate-grey);
  width: 50%;
}

.library-item-div.year {
  flex: 1;
}

.library-item-div.cta {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -10px;
  display: flex;
}

.library-item-div.title {
  width: 35%;
}

.div-block-84 {
  align-items: center;
  display: flex;
}

.text-block-76 {
  color: var(--light-slate-grey);
  margin-left: 7px;
}

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

.text-block-77 {
  margin-left: 3px;
}

.text-block-78 {
  color: var(--light-slate-grey);
}

.paragraph-16 {
  margin-bottom: 0;
  line-height: 1.4;
}

.tags {
  margin-bottom: 25px;
  display: block;
}

.collection-list {
  margin-top: 0;
  margin-right: 0;
  padding-top: 15px;
}

.collection-list.list-view {
  grid-template-columns: 1fr;
}

.collection-list-copy {
  perspective: 1000px;
  flex-wrap: wrap;
  margin-top: 31px;
  margin-right: -30px;
  display: flex;
}

.hide {
  display: none;
}

.collection-list-3 {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.lightbox-link-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 25%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  margin-right: 0;
  padding-top: 68%;
}

.media-wrapper {
  margin-top: 41px;
  margin-bottom: 20px;
}

.collection-item-3 {
  width: 20%;
  padding: 2px 5px;
}

.hide-copy {
  background-color: #ff000024;
  border: 1px solid #9c1010;
  width: 80%;
  margin-bottom: 31px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 32px;
  display: none;
}

.collection-list-4 {
  color: var(--white);
  display: flex;
}

.text-block-79 {
  margin-right: 23px;
}

.library-under-title-wrapper {
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.library-under-title-item {
  align-items: center;
  margin-left: 26px;
  margin-right: 26px;
  display: flex;
}

.link-block-7 {
  border-bottom: 1px solid var(--light-slate-grey);
  text-decoration: none;
}

.library-under-title-container {
  border-top: 1px solid var(--dark-slate-grey);
  padding-top: 20px;
  display: flex;
}

.div-block-86 {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 17px;
  display: flex;
}

.div-block-87 {
  opacity: .44;
  color: var(--white);
  margin-bottom: 14px;
}

.library-collection-item-sub-content {
  flex: 1;
  display: flex;
}

.div-block-88 {
  position: relative;
}

.div-block-90 {
  z-index: 11;
  margin-top: 11px;
  position: relative;
}

.text-block-80 {
  color: #879499c7;
  text-align: center;
}

.text-block-81 {
  color: var(--light-slate-grey);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

.tags-container {
  margin-bottom: 11px;
}

.collection-list-5 {
  flex-wrap: wrap;
  margin-left: -16px;
  display: flex;
}

.collection-item-4 {
  border-left: 1px solid var(--gainsboro);
  margin-left: 8px;
  padding-left: 8px;
}

.collection-list-wrapper-6 {
  overflow: hidden;
}

.image-17 {
  width: 55px;
}

.div-block-91 {
  color: #fff;
  background-color: #ff0004;
  padding: 5px 7px;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.div-block-92 {
  text-align: center;
  margin-top: 20px;
}

.div-block-93 {
  text-align: right;
  margin-top: -10px;
  margin-right: -13px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-94 {
  text-align: center;
  margin-bottom: 16px;
}

.lang-switcher {
  z-index: 9999999;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-dropdown-2-link {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  padding: 0 1rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.wg-dropdown-2-link:hover {
  color: #4049ff;
}

.wg-dropdown-2-link.hide {
  display: none;
}

.wg-dd-2-list {
  transform-origin: 100% 0;
  background-color: #fff;
  padding-top: 2.5rem;
  padding-bottom: .5rem;
  inset: -.5rem auto auto 0%;
  overflow: hidden;
  box-shadow: 0 3px 11px -1px #4049ff1c;
}

.wg-selector-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  font-family: Barlow, sans-serif;
  display: flex;
}

.wg-dropdown-2 {
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-weight: 700;
}

.wg-flag-ico {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  display: flex;
}

.wg-dd-2-togle {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2rem;
  padding: 0 15px;
  transition: color .2s;
  display: flex;
}

.wg-dd-2-togle:hover {
  color: #000;
}

.div-block-95 {
  flex-flow: row-reverse;
  padding-top: 35px;
  display: flex;
}

.div-block-97 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.search {
  width: 300px;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  border: 1px solid var(--gainsboro);
  background-color: #ffffff96;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  margin-bottom: 0;
  padding-left: 22px;
}

.search-input:focus {
  border-color: var(--teal);
}

.btn-search {
  border: 1px solid var(--dark-slate-grey-2);
  background-color: var(--dark-slate-grey-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0 25px 25px 0;
  margin-left: -4px;
  padding: 6px 13px;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.btn-search:hover {
  box-shadow: none;
  color: #fff;
  background-color: #3b839b;
  background-image: none;
}

.btn-search:active {
  transform: none;
}

.search-result-item {
  border-top: 1px solid #ffffff4a;
  margin-bottom: 20px;
  padding-top: 20px;
}

.search-2 {
  margin-top: 26px;
  display: flex;
}

.container-6 {
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.img-icon {
  opacity: .66;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  object-fit: contain;
  vertical-align: middle;
}

.div-block-99 {
  z-index: 5;
  position: relative;
}

.checkbox {
  display: none;
}

.tag-filter {
  color: #13294b;
  background-color: #ffffff47;
  border-bottom: 2px #0000;
  border-radius: 13px;
  align-items: center;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 4px;
  padding: 0 12px 2px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
  position: relative;
}

.tag-filter:hover {
  color: var(--black);
  background-color: #ffffff91;
}

.tag-filter.w--current {
  color: #fff;
  background-color: #4b9cd3;
  border-bottom-style: none;
  border-bottom-color: #4b9cd3;
}

.tag-filter.is-reset, .tag-filter.is-active {
  background-color: var(--black);
  color: var(--white);
}

.icon-back-arrow {
  opacity: .24;
}

.hidden {
  display: none;
}

.page-hero-fade-btm-2 {
  z-index: 3;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 30%;
  margin-bottom: -2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.background-video-cover-fade {
  z-index: 5;
  background-color: var(--white);
  opacity: .87;
  width: 100%;
  height: 90vh;
  display: block;
  position: absolute;
  inset: 0;
}

.background-video-alt {
  z-index: 2;
  opacity: 1;
  filter: saturate(200%) brightness(200%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  font-size: 17px;
  display: flex;
  position: absolute;
  inset: 0;
}

.image-18 {
  aspect-ratio: 3 / 2;
}

.image-18.is-row {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-hero-4 {
  z-index: 1;
  opacity: .66;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/hero-sections-about.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 444px;
  margin-top: 140px;
  margin-bottom: 137px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.page-hero-4.emilie {
  opacity: .22;
  background-image: linear-gradient(#0000, #0000);
}

.collection-list-wrapper-7 {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.filter_item-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-bottom: 6px;
  display: flex;
}

.fs-checkbox_toggle-7 {
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  margin-bottom: 0;
  margin-right: 1.5rem;
  padding: .25rem;
  display: flex;
  position: relative;
}

.fs-checkbox_toggle-dot-7 {
  z-index: 2;
  background-color: var(--teal);
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
}

.fs-checkbox_button-7 {
  border-radius: 999rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.fs-checkbox_button-7:focus-visible, .fs-checkbox_button-7[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-checkbox_label-7-2 {
  color: var(--white);
  text-transform: uppercase;
  word-break: keep-all;
  width: 90px;
  margin-bottom: 0;
  margin-left: 50px;
  font-size: 12px;
  font-weight: 700;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.fs-checkbox_mask-7 {
  z-index: 1;
  background-color: var(--white);
  border-radius: 999rem;
  position: absolute;
  inset: 0%;
}

.filters1_results-wrapper {
  color: var(--gainsboro);
  display: flex;
}

.filters1_results-text {
  font-size: .875rem;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.navbar-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 960px;
  padding: 51px 0 15px;
  display: flex;
  position: relative;
}

.nav-bar {
  z-index: 200;
  color: #0000;
  text-transform: uppercase;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-110 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.search-container {
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  border-radius: 100vh;
  display: flex;
  position: absolute;
  inset: 1.4rem 0% auto auto;
  box-shadow: 1px 1px 3px #00000012;
}

.search-btn-sm {
  background-color: #0000;
  background-image: url('../images/search-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
}

.nav-logo-holder {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.search-2-copy {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 28px;
  margin-bottom: 0;
  display: flex;
}

.search-input-2 {
  color: #03104a;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #0000;
  align-self: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 11px;
  font-weight: 500;
}

.search-input-2::placeholder {
  color: #aaa;
}

.nav-link-btn {
  color: var(--dark-slate-grey-2);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0 5px 31px;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: opacity .15s;
  display: flex;
}

.nav-link-btn:hover {
  opacity: 1;
}

.nav-link-btn.w--current {
  color: #b6bfc8;
  font-weight: 700;
  transition-property: none;
}

.nav-link-btn.w--open {
  font-weight: 800;
}

.nav-link-btn.nodrop {
  text-decoration: none;
}

.nav-link-btn.contact {
  background-color: var(--dark-slate-grey-2);
  color: var(--white);
  align-items: center;
  margin-left: 16px;
  padding-right: 16px;
  display: flex;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  width: 340px;
  padding: 13px;
  box-shadow: 0 0 3px #00000024;
}

.dropdown-list.about.w--open {
  width: auto;
  padding: 15px 6px;
}

.submenu-item {
  color: #03104a;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.submenu-item:hover {
  opacity: 1;
  color: var(--teal);
}

.submenu-item.w--current {
  color: var(--gainsboro);
}

.submenu-item.hide {
  display: none;
}

.nav-txt {
  font-size: 15px;
}

.nav-txt.no-drop {
  margin-right: 0;
}

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

.nav-logo {
  background-image: url('../images/logo.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 210px;
  height: 71px;
}

.nav-menu2 {
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-self: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

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

.menu-button-2.w--open {
  color: #096ad033;
  background-color: #fff;
}

.nav-icon {
  color: var(--teal);
  margin-left: 2px;
  margin-right: 0;
  position: static;
}

.section-nav {
  margin-bottom: 1.5rem;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-semibold {
  font-weight: 600;
}

.padding-vertical, .padding-vertical.padding-xxlarge, .padding-vertical.padding-large {
  padding-left: 0;
  padding-right: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.text-size-regular {
  font-size: 1rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-medium {
  margin: 2rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-medium.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-large {
  padding: 3rem;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical, .margin-vertical.margin-medium {
  margin-left: 0;
  margin-right: 0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-medium {
  padding: 2rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-small {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.home1-blog_meta-wrapper {
  margin-bottom: 1rem;
}

.text-size-medium-3 {
  font-size: 1.25rem;
}

.text-size-medium-3.text-weight-bold {
  font-weight: 700;
}

.home1-results_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.footer6_column-heading {
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
}

.button-6 {
  background-color: var(--\<unknown\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  color: var(--\<unknown\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-6.is-small {
  padding: .5rem 1.25rem;
}

.button-6.is-link {
  color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-6.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-6.is-secondary {
  border: 1px solid var(--\<unknown\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>);
  color: var(--\<unknown\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
  background-color: #0000;
}

.button-6.is-secondary.is-small {
  padding: .5rem 1.25rem;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home1-blog_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer6_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.home1-howitworks_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home1-faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.home1-blog_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.home1-howitworks_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home1-features_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home1-faq_question {
  border-top: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.home1-testimonial_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home1-blog_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.navbar1_component {
  border-bottom: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  background-color: var(--\<unknown\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.home1-header_image {
  width: 100%;
  height: 100%;
}

.footer_component {
  z-index: 2;
  border-top: 1px solid var(--gainsboro);
  text-align: center;
  background-color: #fafafa;
  margin-top: 3rem;
  position: relative;
}

.home1-faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.section_home1-cta {
  position: relative;
}

.home1-blog_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.home1-howitworks_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.home1-testimonial_logo {
  max-height: 3.5rem;
}

.home1-blog_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.logo {
  max-height: 3.5rem;
}

.home1-results_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home1-testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.home1-features_image {
  width: 100%;
  height: 100%;
}

.home1-faq_answer {
  overflow: hidden;
}

.navbar1_menu-button {
  padding: 0;
}

.footer6_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  background-color: var(--\<unknown\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
  padding: .5rem;
}

.home1-customers_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.home1-testimonial_client-image-wrapper {
  margin-bottom: 1rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer6_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.home-features_item {
  display: flex;
}

.home1-results_image {
  width: 100%;
  height: 100%;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

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

.footer6_logo-link {
  padding-left: 0;
}

.home1-faq_component {
  border-bottom: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
}

.footer6_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.home1-mainfeature_image {
  width: 100%;
  height: 100%;
}

.form_input-2 {
  border: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input-2::placeholder {
  color: var(--\<unknown\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>);
}

.text-inline {
  display: inline;
}

.footer6_credit-text {
  font-size: .875rem;
}

.navbar1_logo-link {
  padding-left: 0;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.home-features_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
}

.line-divider {
  background-color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  width: 100%;
  height: 1px;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
}

.footer6_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.home1-blog_category-link {
  background-color: var(--\<unknown\|variable-eede0174-1898-a99e-0c79-395339ec1911\>);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.home1-blog_category-link.w--current {
  border-bottom: 2px solid var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
}

.footer6_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.success-message-2 {
  background-color: var(--\<unknown\|variable-eede0174-1898-a99e-0c79-395339ec1911\>);
  padding: 1.5rem;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.footer6_form_component {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.home-features_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.home1-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home1-mainfeature_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.text-size-medium {
  font-size: 1.25rem;
}

.home1-blog_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.spacer-xxsmall-2 {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall-2 {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small-2 {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium-2 {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large-2 {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge-2 {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge-2 {
  width: 100%;
  padding-top: 5rem;
}

.video-wrapper {
  aspect-ratio: 16 / 9;
  background-color: #ededee;
  background-image: url('../images/1_TW6dDGBgPuZyL19TVa2kUQ.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.wb-video-styles-controller {
  width: 100%;
  position: relative;
}

.video-styles-controller-wrapper {
  pointer-events: none;
}

.home-below-hero_headline-wrapper {
  text-align: center;
}

.home-hero {
  color: var(--teal);
  text-align: center;
  max-width: 20ch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 54px;
  font-weight: 400;
}

.hero-link {
  color: var(--black);
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

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

.text-style-muted {
  opacity: .6;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-light {
  font-weight: 300;
}

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

.text-align-right {
  text-align: right;
}

.button-7 {
  background-color: var(--teal);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 6px 24px;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all .333s;
  display: inline-block;
  transform: translate(0, 2px);
  box-shadow: 0 1px 3px #00000045;
}

.button-7:hover {
  box-shadow: none;
  color: #fff;
  background-color: #3b839b;
  background-image: none;
  transform: translate(0, -2px);
}

.button-7:active {
  transform: none;
}

.button-7.is-large {
  padding: 1rem 2rem;
}

.button-7.is-secondary {
  border: 1px solid var(--\<unknown\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>);
  color: var(--\<unknown\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
  background-color: #0000;
}

.button-7.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-7.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-color-white {
  color: #fff;
}

.background-color-grey {
  background-color: #f5f5f5;
}

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

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.icon-height-small {
  height: 1rem;
}

.icon-height-medium {
  height: 2rem;
}

.icon-height-large {
  height: 3rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.form_component {
  margin-bottom: 0;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_message-success {
  padding: 1.25rem;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.text-rich-text h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
}

.text-rich-text h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.text-rich-text h4 {
  font-size: 1.2rem;
}

.text-rich-text h5 {
  font-size: 1rem;
}

.text-rich-text h6 {
  font-size: .9rem;
}

.button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-big {
  background-color: var(--teal);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  cursor: pointer;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 25px;
  width: auto;
  padding: 14px 28px;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .333s;
  display: inline-block;
  transform: translate(0, 2px);
  box-shadow: 0 1px 1px #00000042;
}

.button-big:hover {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  background-image: none;
  transform: translate(0, -2px);
  box-shadow: 0 5px 8px #00000042;
}

.button-big:active {
  transform: none;
  box-shadow: 0 0 5px #00000042;
}

.paragraph-17 {
  margin-bottom: 0;
}

.footer_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.footer_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-media-icons-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.event-rows-holder {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.event-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  padding: 40px 20px 20px 30px;
  display: flex;
}

.event-row-new {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-empty-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border: 1px solid #d9782d;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  place-items: start;
  width: 100%;
  margin-top: 2rem;
  padding: 2rem;
  display: grid;
}

.fs-empty_text-1 {
  color: #e56a54;
  font-size: 2rem;
  line-height: 1.2;
}

.fs-empty_paragraph-1 {
  color: #575757;
}

.div-block-113 {
  flex: 1;
  display: flex;
}

.collection-list-6 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item-5 {
  border: 1px solid var(--gainsboro);
  border-radius: 6rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
}

.heading-14 {
  color: var(--dark-slate-grey-2);
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

html.w-mod-js [data-ix="lightbox-overlay"], html.w-mod-js [data-ix="mood-board-overlay"] {
  opacity: 0;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="invisible"] {
  display: none;
}

html.w-mod-js [data-ix="hidden-onload"] {
  height: 0;
  display: none;
}

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

  .button {
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: inline-block;
  }

  .button.white {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.white.big, .button.white.big.icon {
    width: auto;
  }

  .button.white.lounge {
    width: auto;
    margin-right: auto;
    display: block;
  }

  .button.color.big {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .button.is-row {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link:hover {
    color: #3b839b87;
  }

  .icon {
    color: #fff;
    font-size: 32px;
    font-style: normal;
  }

  .splash-page-container {
    justify-content: flex-start;
  }

  .page-hero {
    height: 333px;
  }

  .page-hero.teacher-hero {
    height: 75vw;
  }

  .page-hero.teachers {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
  }

  .page-hero-fade-btm {
    height: 170px;
  }

  .main-wrapper {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .brand {
    padding-left: 0;
  }

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

  .sidebar-text {
    text-align: center;
    max-width: 50ch;
    margin-left: auto;
    margin-right: auto;
  }

  .right-column {
    background-image: linear-gradient(#0f738be6, #0f738be6), url('../images/sidebar-bg.png');
    background-size: auto, cover;
    width: 100%;
    padding-top: 76px;
  }

  .headline {
    text-align: center;
    font-size: 63px;
  }

  .headline.sm {
    margin-top: 0;
  }

  .sidebar-module {
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
  }

  .sidebar-module.top {
    text-align: center;
  }

  .div-block-17 {
    flex-wrap: wrap;
    align-content: flex-start;
    padding-top: 85px;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .div-block-18 {
    text-align: center;
    flex: 0 auto;
    width: 50%;
    margin-bottom: 31px;
    display: block;
  }

  .div-block-18.final {
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }

  .footer-link.sub {
    margin-left: 0;
  }

  .footer-link.sub.right {
    border-bottom-style: none;
    margin-left: 0;
    display: block;
  }

  .fade-block {
    height: 150px;
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-2 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .div-block-21 {
    text-align: center;
    width: 100%;
  }

  .main-content {
    width: 100%;
    display: block;
  }

  .main-column {
    width: 100%;
    padding-bottom: 62px;
  }

  .main-column.alt {
    padding-left: 0;
    padding-right: 0;
  }

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

  .main-text.centered {
    margin-left: 97px;
    margin-right: 97px;
  }

  .div-block-25 {
    margin-bottom: 35px;
  }

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

  .profile-text-small.comma {
    margin-left: -2px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link {
    color: var(--white);
    margin-left: 0;
  }

  .column-text {
    padding-right: 0;
  }

  .div-block-38 {
    flex-direction: column;
  }

  .block-quote {
    margin-bottom: -22px;
    margin-left: 43px;
    margin-right: 43px;
  }

  .block-quote.alt {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-40 {
    padding: 9px;
  }

  .field {
    font-size: 20px;
  }

  .teachers-bottom-container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-44 {
    width: 82vw;
  }

  .div-block-45 {
    width: 24vw;
    margin-bottom: -14vw;
  }

  .div-block-46 {
    height: 15vw;
  }

  .div-block-17-copy {
    text-align: center;
  }

  .footer-social {
    background-size: 13px;
    width: 44px;
    height: 44px;
  }

  .footer-social.yt {
    background-size: 15px;
  }

  .email-container {
    text-align: center;
    padding-left: 56px;
    padding-right: 56px;
    display: block;
  }

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

  .heading-10 {
    text-align: center;
  }

  .top-button {
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 15vw;
    display: flex;
  }

  .div-block-53 {
    margin: 0 -1vw;
  }

  .collection-list-wrapper-3 {
    margin-top: -11vw;
  }

  .div-block-54 {
    padding-left: 31px;
    padding-right: 31px;
  }

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

  .div-block-57 {
    background-position: 0 -101px;
    margin-bottom: 29px;
  }

  .div-block-58.button {
    text-align: center;
  }

  .link-block-5.hide {
    display: none;
  }

  .event-content-wrapper {
    flex-direction: column;
  }

  .event-left-column {
    width: 100%;
  }

  .event-sidebar-wrapper {
    margin-top: 50px;
    margin-left: 0;
  }

  .text-block-31 {
    text-align: center;
  }

  .div-block-68 {
    flex-direction: column;
    justify-content: space-around;
    margin-left: 0;
    margin-right: 0;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .div-block-69 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .event-teacher-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-57-copy {
    background-position: 50%;
    height: 300px;
    margin-bottom: 29px;
  }

  .button-3 {
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: inline-block;
  }

  .container-5 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .hero-image-holder {
    margin-bottom: 0;
  }

  .sidebar-colored {
    display: none;
  }

  .playground-sidebar-mobile {
    background-color: var(--teal);
    text-align: center;
    margin-bottom: 28px;
    padding: 5%;
    display: block;
  }

  .lightbox-link {
    width: 25%;
  }

  .div-block-82 {
    padding: 7px;
  }

  .div-block-83 {
    margin-left: -7px;
    margin-right: -7px;
  }

  .filter__item {
    border-top: 1px solid #13294b1f;
    border-left-style: none;
    width: 100%;
    margin-top: 13px;
    margin-bottom: 13px;
    padding-top: 17px;
    padding-left: 0;
    padding-right: 0;
  }

  .filter__item.filters-tags {
    margin-bottom: 0;
  }

  .text-block-74 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .filter__form-wrapper {
    width: 60%;
    padding-right: 0;
  }

  .filter__tab-holder {
    justify-content: flex-start;
  }

  .filters__container {
    text-align: left;
    flex-direction: column;
  }

  .library-item-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .library-item-div {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .library-item-div.category {
    text-align: center;
    justify-content: center;
    width: auto;
    display: flex;
  }

  .library-item-div.teacher {
    justify-content: center;
    width: auto;
    display: flex;
  }

  .library-item-div.year {
    flex: none;
  }

  .library-item-div.title {
    width: 100%;
  }

  .collection-list-3 {
    align-content: flex-start;
    align-items: flex-start;
  }

  .collection-item-3 {
    width: 25%;
  }

  .library-collection-item-sub-content {
    justify-content: center;
    width: 100%;
    margin-bottom: 7px;
  }

  .div-block-95 {
    flex-direction: column;
  }

  .div-block-97 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    align-items: flex-end;
  }

  .btn-search {
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: inline-block;
  }

  .page-hero-fade-btm-2 {
    height: 170px;
  }

  .page-hero-4 {
    height: 333px;
  }

  .page-hero-4.emilie {
    background-position: 100%;
    background-size: cover;
    height: 470px;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper.navbar-2 {
    align-items: flex-start;
    margin-top: 11px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-bar {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .div-block-110 {
    align-items: center;
  }

  .search-container {
    display: none;
  }

  .menu-line {
    background-color: var(--dark-slate-grey-2);
    box-shadow: none;
    width: 40px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-link-btn {
    text-align: center;
    background-color: #fff;
    flex: 1;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 20px;
    display: flex;
  }

  .nav-link-btn.contact {
    margin-top: 26px;
    margin-left: 0;
    padding: 11px 28px;
  }

  .dropdown-list.w--open {
    background-color: #ecf1f545;
    width: 100%;
  }

  .dropdown-list.about.w--open {
    position: relative;
  }

  .burger-icon {
    color: #096ad0;
    display: none;
  }

  .submenu-item {
    justify-content: center;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .nav-txt {
    margin-right: 0;
  }

  .div-block-112 {
    flex: 1;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .nav-logo {
    flex: 1;
  }

  .nav-menu2 {
    z-index: 500;
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 100vh;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    box-shadow: 0 1px 3px #00000038;
  }

  .nav-buttons-container {
    flex-direction: column;
    margin-right: 0;
    padding-top: 44px;
  }

  .menu-button-2 {
    z-index: 88;
    color: #2e323c;
    display: block;
  }

  .menu-button-2.w--open {
    z-index: 555;
    color: #096ad0;
    background-color: #0000;
  }

  .nav-icon {
    margin-left: 2px;
    margin-right: 0;
    position: static;
  }

  .mobile-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex: 0 auto;
    justify-content: flex-end;
    display: flex;
  }

  .image-19 {
    width: 26px;
    height: auto;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .home1-blog_list {
    grid-template-columns: 1fr 1fr;
  }

  .menu-icon1_line-top {
    background-color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .home1-features_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home1-howitworks_list {
    grid-column-gap: 2rem;
  }

  .home1-results_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

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

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .footer6_newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .footer6_newsletter-text-wrapper {
    margin-bottom: 1.5rem;
  }

  .footer6_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
    background-color: var(--\<unknown\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .footer6_form_component {
    min-width: auto;
  }

  .home1-header_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .menu-icon1_line-middle {
    background-color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .spacer-large-2 {
    padding-top: 2.5rem;
  }

  .spacer-xlarge-2 {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge-2 {
    padding-top: 4.5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .button-7 {
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: inline-block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .button-big {
    width: auto;
    text-decoration: none;
    display: block;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    color: var(--dark-slate-grey-2);
    font-family: Barlow, sans-serif;
  }

  .button.white.big.icon.teacher {
    width: 220px;
    margin-top: 12px;
    position: static;
  }

  .splash-page-container {
    height: auto;
    padding-bottom: 0;
  }

  .page-hero-fade-btm {
    height: 100px;
  }

  .brand {
    max-width: 16rem;
  }

  .headline.sm {
    font-size: 47px;
  }

  .sidebar-module.top {
    padding-left: 55px;
    padding-right: 55px;
  }

  .div-block-17 {
    text-align: center;
    border-top-style: none;
    padding-top: 4px;
    padding-left: 47px;
    padding-right: 47px;
    display: flex;
  }

  .div-block-18 {
    width: 100%;
    margin-top: -27px;
    margin-bottom: 12px;
    display: inline-block;
  }

  .footer-link.link.w--current {
    opacity: .41;
  }

  .fade-block {
    height: 100px;
  }

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

  .link-block-3 {
    margin-bottom: 56px;
  }

  .main-text.centered {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-25 {
    width: 90%;
  }

  .bg-photo, .bg-photo.is-row {
    width: 100%;
  }

  .link-box.is-row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 48px;
  }

  .fade-to-black {
    height: 40px;
  }

  .portrait-container {
    width: 110px;
  }

  .div-block-33.is-row {
    padding-top: 20px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .nav-menu {
    width: 70%;
  }

  .column-text {
    padding-top: 0;
    padding-right: 0;
  }

  .block-quote {
    margin-bottom: 0;
    margin-left: -7px;
    margin-right: -7px;
  }

  .heading-9 {
    position: static;
  }

  .splash-bottom-header-container {
    text-align: center;
    height: auto;
    margin-bottom: 11px;
  }

  .div-block-45 {
    width: 29vw;
  }

  .div-block-46 {
    height: 20vw;
  }

  .div-block-58.button {
    width: 80%;
  }

  .div-block-68 {
    flex-direction: column;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .div-block-69 {
    margin: 6px 0;
  }

  .tag-container.is-row {
    justify-content: center;
  }

  .event-teacher-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox-link {
    width: 50%;
  }

  .filter__form-wrapper {
    width: 90%;
  }

  .collection-list-3 {
    align-content: flex-start;
  }

  .collection-item-3 {
    width: 33.33%;
  }

  .library-under-title-wrapper {
    display: block;
  }

  .library-under-title-item {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .library-under-title-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .library-collection-item-sub-content {
    flex-direction: column;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .page-hero-fade-btm-2 {
    height: 100px;
  }

  .image-18.is-row {
    aspect-ratio: 2.39;
  }

  .page-hero-4.emilie {
    background-position: 100%;
    height: 320px;
  }

  .nav-logo {
    flex: 0 auto;
  }

  .mobile-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image-19 {
    width: 22px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .home1-blog_list, .home1-features_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home1-faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .home1-faq_icon-wrapper {
    width: 1.75rem;
  }

  .home1-howitworks_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .logo {
    max-height: 3rem;
  }

  .home1-results_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home1-customers_component {
    padding-top: 1rem;
  }

  .footer6_newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .footer6_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .home1-header_component {
    grid-row-gap: 3rem;
  }

  .spacer-xsmall-2 {
    padding-top: .75rem;
  }

  .spacer-small-2 {
    padding-top: 1.25rem;
  }

  .spacer-medium-2 {
    padding-top: 1.5rem;
  }

  .spacer-large-2 {
    padding-top: 2rem;
  }

  .spacer-xlarge-2 {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge-2 {
    padding-top: 3rem;
  }

  .home-hero {
    font-size: 40px;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .button-row {
    flex-flow: column;
  }

  .event-block {
    padding-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .button.white {
    width: 70%;
    margin-left: 0;
    margin-right: 0;
  }

  .button.white.big.icon {
    width: 90%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .button.white.big.sidebar {
    width: 80%;
  }

  .button.white.big.color {
    width: 70%;
    margin-top: 39px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .splash-page-container {
    justify-content: flex-start;
    height: auto;
    padding-top: 149px;
  }

  .quoteline1 {
    font-size: 17px;
  }

  .quoteline2 {
    font-size: 28px;
  }

  .content-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .attribution {
    display: block;
  }

  .page-hero-fade-btm {
    height: 70px;
  }

  .brand {
    width: 65%;
  }

  .sidebar-text {
    font-weight: 400;
  }

  .sidebar-text.left {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .sidebar-text.sm {
    text-align: center;
  }

  .right-column {
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .text-block-9 {
    margin-bottom: 28px;
    font-size: 25px;
    line-height: 1.1;
  }

  .headline {
    text-align: left;
    font-size: 36px;
  }

  .headline.sm {
    text-align: center;
    font-size: 33px;
  }

  .headline.is-white {
    text-align: center;
  }

  .sidebar-module {
    text-align: left;
    padding-left: 26px;
    padding-right: 26px;
  }

  .sidebar-module.top {
    text-align: center;
    padding: 40px 0 44px;
  }

  .div-block-17 {
    border-top-style: solid;
    padding-top: 44px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .fade-block {
    height: 100px;
  }

  .link-block-2 {
    text-align: center;
    display: block;
  }

  .footer-text {
    display: block;
  }

  .image-2 {
    margin-left: 0;
    margin-right: 0;
    display: inline;
  }

  .main-column {
    padding-top: 30px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .link-block-3 {
    width: 70%;
  }

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

  .menu-button {
    width: 60px;
  }

  .image-8.blake {
    width: 70%;
  }

  .main-text.centered {
    text-align: left;
  }

  .text-block-11 {
    font-size: 52px;
    line-height: 1.1;
  }

  .div-block-25 {
    width: 95%;
    margin-bottom: 35px;
    font-size: 12px;
  }

  .teacher-location {
    font-size: 16px;
  }

  .module-container {
    width: 100%;
    padding-right: 0;
  }

  .text-block-13 {
    text-transform: none;
  }

  .event-row {
    margin-top: 2px;
  }

  .event-row.is-row {
    flex-wrap: wrap;
  }

  .event-row.is-names {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .profile-text-small.is-divider {
    display: none;
  }

  .div-block-33 {
    margin-top: 14px;
  }

  .collection-list {
    margin-right: 0;
  }

  .nav-menu {
    width: 85%;
  }

  .x-btn {
    width: 33px;
    height: 33px;
    margin-left: -44px;
    padding: 7px;
  }

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

  .block-quote {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .div-block-39 {
    padding: 21px;
  }

  .div-block-40 {
    padding: 9px;
  }

  .field {
    text-align: left;
    font-size: 20px;
  }

  .teachers-bottom-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 21px;
    padding-right: 21px;
  }

  .div-block-45 {
    width: 39vw;
  }

  .div-block-45.susan {
    margin-top: -53px;
  }

  .div-block-46 {
    height: 26vw;
  }

  .div-block-17-copy {
    text-align: center;
    flex-flow: column;
    align-items: center;
    display: block;
  }

  .email-container {
    padding-left: 17px;
    padding-right: 17px;
  }

  .top-button {
    margin-bottom: 15vw;
  }

  .paragraph-12 {
    margin-bottom: 0;
  }

  .collection-list-wrapper-3 {
    margin-top: -43px;
  }

  .div-block-57 {
    background-position: 50% 0;
    height: 400px;
  }

  .div-block-58.button {
    width: 85%;
  }

  .link-block-5 {
    text-align: center;
  }

  .blog-teacher-link {
    margin-bottom: 30px;
  }

  .text-block-31 {
    text-align: left;
  }

  .div-block-68 {
    text-align: center;
    margin-top: 25px;
  }

  .event-teacher-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: -28px;
  }

  .div-block-57-copy {
    background-position: 50% 0;
    height: 400px;
  }

  .collection-list-copy {
    margin-right: 0;
  }

  .collection-item-3 {
    width: 50%;
  }

  .collection-list-5 {
    flex-direction: column;
  }

  .search {
    display: none;
  }

  .page-hero-fade-btm-2 {
    height: 70px;
  }

  .page-hero-4.emilie {
    background-position: 100%;
    height: 300px;
  }

  .wrapper {
    padding-left: 17px;
    padding-right: 17px;
  }

  .wrapper.navbar-2 {
    padding-right: 0;
  }

  .nav-bar {
    align-items: flex-start;
    height: 61px;
    position: relative;
  }

  .menu-line {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .nav-link-btn {
    margin-left: 0;
  }

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

  .div-block-112 {
    padding-top: 0;
  }

  .nav-logo {
    width: 170px;
    height: 51px;
  }

  .menu-button-2 {
    flex: 0 auto;
    margin-right: 0;
  }

  .section-nav {
    margin-bottom: 4rem;
  }

  .mobile-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex: none;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .home1-results_item-list, .home1-features_component, .home1-howitworks_list, .home1-results_component {
    grid-template-columns: 1fr;
  }

  .footer6_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .home1-customers_component {
    justify-content: center;
  }

  .footer6_logo-link {
    margin-bottom: 1.5rem;
  }

  .footer6_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer6_top-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .home-features_item-list, .home1-header_component {
    grid-template-columns: 1fr;
  }

  .home-hero {
    font-size: 36px;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .button-big {
    display: block;
  }

  .event-block {
    margin-top: 14px;
  }

  .event-row-new {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2px;
  }
}

#w-node-cae37c46-e257-0c21-f92e-4db31b4b3f00-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b3f05-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b3f0a-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b3f0f-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b3f15-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b3f1b-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b3f21-d7e87b5e {
  justify-self: start;
}

#w-node-cae37c46-e257-0c21-f92e-4db31b4b402e-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4047-d7e87b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae37c46-e257-0c21-f92e-4db31b4b404a-d7e87b5e {
  justify-self: start;
}

#w-node-cae37c46-e257-0c21-f92e-4db31b4b404c-d7e87b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae37c46-e257-0c21-f92e-4db31b4b404f-d7e87b5e {
  justify-self: start;
}

#w-node-cae37c46-e257-0c21-f92e-4db31b4b40b8-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b40c2-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b40c3-d7e87b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae37c46-e257-0c21-f92e-4db31b4b4131-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4136-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b413b-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4140-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4145-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b414a-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4154-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4159-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b415e-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4163-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4168-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b416d-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4172-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4177-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b417c-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4181-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4186-d7e87b5e {
  justify-self: start;
}

#w-node-cae37c46-e257-0c21-f92e-4db31b4b418a-d7e87b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae37c46-e257-0c21-f92e-4db31b4b418b-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4190-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4195-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b419a-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b41af-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b41b4-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b41b9-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b41be-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b41c3-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b41c8-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b41d2-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b41d7-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b41dc-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b41e1-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b41e6-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b41eb-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b41f0-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b41f5-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b41fa-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b41ff-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4204-d7e87b5e {
  justify-self: start;
}

#w-node-cae37c46-e257-0c21-f92e-4db31b4b4208-d7e87b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae37c46-e257-0c21-f92e-4db31b4b4209-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b420e-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4213-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4218-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b422a-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b422f-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4234-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4239-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b423e-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4243-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4248-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b424d-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4252-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b4257-d7e87b5e {
  justify-self: start;
}

#w-node-cae37c46-e257-0c21-f92e-4db31b4b425b-d7e87b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae37c46-e257-0c21-f92e-4db31b4b425c-d7e87b5e {
  justify-self: start;
}

#w-node-cae37c46-e257-0c21-f92e-4db31b4b425f-d7e87b5e, #w-node-cae37c46-e257-0c21-f92e-4db31b4b42e2-d7e87b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae37c46-e257-0c21-f92e-4db31b4b433e-d7e87b5e {
  justify-self: start;
}


