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

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

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

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

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

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

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

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

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

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

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

.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;
}

body {
  color: #1e2432;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: #1e2432;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.4;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  color: #1e2432;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

p {
  color: #6f737c;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

a {
  color: #1e2432;
  font-size: 18px;
  text-decoration: none;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 1.4;
}

form {
  font-size: 20px;
  line-height: 1.4;
}

label {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

strong {
  color: #1e2432;
  font-weight: 500;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

figcaption {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.style-guide-elements-wrap {
  flex-direction: column;
  flex: 1;
}

.style-guide-title {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 54px;
}

.rich-text p {
  margin-bottom: 20px;
}

.style-guide-help-image {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.style-guide-element-description {
  color: #5e5e5e;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.style-guide-page-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.style-guide-swatch {
  height: 60px;
  margin-bottom: 5px;
}

.style-guide-swatch.swatch---secondary {
  background-color: #fff;
}

.style-guide-swatch.swatch---accent {
  background-color: #a778ff;
}

.style-guide-swatch.swatch---primary {
  background-color: #1e2432;
}

.style-guide-swatch.swatch---blue {
  background-color: #009aff;
}

.style-guide-swatch.swatch---dark-blue {
  background-color: #1a49ba;
}

.style-guide-swatch.swatch---yellow {
  background-color: #ffda54;
}

.style-guide-swatch.swatch---orange {
  background-color: #ffa835;
}

.style-guide-swatch.swatch---pink {
  background-color: #f9b8c4;
}

.style-guide-swatch.swatch---green {
  background-color: #37c99e;
}

.button {
  background-color: #1e2432;
  border-radius: 100px;
  padding: 15px 60px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
}

.button:hover {
  background-color: #4b505b;
  text-decoration: none;
}

.button.button-small {
  padding: 12px 30px;
  font-size: 18px;
}

.button.button-small.hero {
  color: #1e2432;
  background-color: #fff;
}

.button.button-small.hero:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.button-small.nav {
  color: #1e2432;
  background-color: #fff;
  font-size: 15px;
}

.button.button-small.nav:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.button-secondary {
  color: #1e2432;
  background-color: #fff;
  border: 2px solid #d9e4ed;
}

.button.button-secondary:hover {
  background-color: #d9e4ed;
}

.button.button-large {
  font-size: 18px;
}

.button.hero {
  max-width: 320px;
  color: #1e2432;
  text-align: center;
  background-color: #ffda54;
}

.button.hero:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.white {
  color: #1e2432;
  background-color: #fff;
}

.button.white:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.white.centered {
  margin-left: auto;
  margin-right: auto;
}

.button.full-width {
  width: 100%;
}

.style-guide-help-heading {
  margin-top: 0;
  margin-bottom: 10px;
}

.style-guide-help-wrap {
  width: 300px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-left: 40px;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.style-guide-swatches-wrap {
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.style-guide-swatch-wrap {
  flex: 1;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.style-guide-individual-element {
  margin-bottom: 20px;
}

.style-guide-section-wrap {
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.heading {
  color: #1e2432;
}

.navigation-container {
  max-width: 1140px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  display: flex;
}

.navbar {
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 40px;
}

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

.nav-link {
  color: #fff;
}

.hero-section {
  background-image: url('../images/Coursy-hero_bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 130px;
}

.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.brand {
  margin-right: 40px;
  position: static;
}

.hero-grid {
  grid-column-gap: 115px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
}

.hero-grid-wrap-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-1 {
  font-size: 56px;
}

.heading-1.white {
  color: #fff;
}

.body-text.light {
  color: #eef2f5;
}

.body-text.light.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.body-text.white {
  color: #fff;
  padding-top: 20px;
}

.body-text.dark {
  color: #1e2432;
}

.body-text.dark.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.body-text.dark.bold {
  font-weight: 500;
}

.hero-button-wrap {
  flex-direction: column;
  align-items: stretch;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.students-wrap {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.hero-arrow {
  position: absolute;
  top: 20%;
  bottom: 0%;
  left: auto;
  right: -20%;
}

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

.logo-section {
  text-align: center;
  background-color: #eef2f5;
  padding-top: 80px;
  padding-bottom: 120px;
}

.logo-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.tagline {
  color: #6f737c;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.logo-block {
  height: 163px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.logo-block:hover {
  box-shadow: 0 4px 20px rgba(1, 24, 41, .1);
}

.content-section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.content-section.blue {
  background-color: #01216e;
  position: relative;
}

.content-section.grey {
  background-color: #eef2f5;
}

.content-grid-1 {
  grid-column-gap: 115px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
}

.content-image-block {
  position: relative;
}

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

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

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

.yellow-dot {
  position: absolute;
  top: 30%;
  bottom: 0%;
  left: -25%;
  right: auto;
}

.content-grid-2 {
  grid-column-gap: 115px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
}

.orange-rectangle {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 30%;
  left: auto;
  right: -25%;
}

.chapters-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
}

.chapter-row {
  align-items: center;
  display: flex;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.heading-5.white {
  color: #fff;
}

.section-title-wrap {
  max-width: 530px;
  text-align: left;
}

.section-title-wrap.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.stats-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

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

.stats-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 400;
}

.section-button-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.blue-circle-bg {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.yellow-rectangle-bg {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slide-nav {
  display: none;
}

.slider {
  width: 100%;
  height: auto;
  max-width: 714px;
  background-color: rgba(221, 221, 221, 0);
  position: static;
}

.testimonial-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.left-arrow {
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slide {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 10px;
  margin-left: 0;
  margin-right: 40px;
  padding: 40px;
}

.mask {
  height: auto;
}

.testimonial {
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  font-style: italic;
  font-weight: 400;
}

.testimonial-author-wrap {
  align-items: center;
  display: flex;
}

.heading-6 {
  color: #fff;
}

.heading-6.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.audience-grid {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.pricing-grid {
  max-width: 900px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-block {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}

.pricing-block.recommended {
  position: relative;
  box-shadow: 0 4px 20px rgba(1, 24, 41, .1);
}

.pricing-heading {
  font-size: 72px;
  font-weight: 400;
}

.checkmarks-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.checkmark-row {
  text-align: left;
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.image-4 {
  position: absolute;
  top: -15%;
  bottom: auto;
  left: 33%;
  right: 0%;
}

.faq-grid {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}

.pink-circle-bg {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cta-section {
  background-color: #1a49ba;
  background-image: url('../images/Coursy-cta_section_bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 76px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.cta-grid {
  grid-column-gap: 110px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.cta-button-wrap {
  flex-direction: column;
  align-items: stretch;
  margin-top: 30px;
  margin-right: 60px;
  display: flex;
  position: relative;
}

.cta-arrow {
  position: absolute;
  top: 20%;
  bottom: 0%;
  left: auto;
  right: -20%;
}

.footer-section {
  background-color: #01216e;
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-grid {
  grid-column-gap: 110px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr .25fr;
}

.footer-link {
  color: #fff;
  margin-bottom: 30px;
  display: block;
}

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

.testimonial-author-image {
  margin-right: 20px;
}

.bold-text {
  color: #fafbfc;
  margin-left: 0;
  padding-left: 0;
  padding-right: 60px;
  font-size: 3vh;
  line-height: 5px;
}

.text-block {
  color: #1e2432;
  padding-top: 60px;
  padding-left: 500px;
}

.bold-text-2 {
  color: #1e2432;
}

.image-5 {
  width: 300px;
  margin-right: 0;
  padding-right: 0;
}

.text-block-2 {
  min-width: auto;
  color: #ffda54;
  font-size: 5vw;
}

.heading-7 {
  text-align: center;
  margin-top: 98px;
  margin-bottom: -76px;
}

.quick-stack {
  background-color: #01216e;
  margin-bottom: -22px;
  padding-top: 35px;
}

.heading-8 {
  text-align: center;
  margin-top: 120px;
  margin-bottom: -101px;
}

.text-block-3 {
  margin-left: -24px;
  font-size: 40px;
}

.text-block-4 {
  font-size: 40px;
}

.text-block-5 {
  color: #f7f8fa;
  margin-left: -71px;
  font-size: 5vw;
}

.text-block-6 {
  color: #eef2f5;
  margin-left: -33px;
  font-size: 5vw;
}

.text-block-7 {
  color: #eef2f5;
  font-size: 5vw;
}

@media screen and (min-width: 1920px) {
  .hero-arrow {
    right: -15%;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6, p, ul, ol, blockquote {
    font-size: 18px;
  }

  .button.hero {
    width: 100%;
  }

  .nav-menu {
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .nav-link {
    color: #1e2432;
    text-align: center;
  }

  .hero-section {
    background-position: 60%;
    background-size: cover;
  }

  .hero-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .hero-grid-wrap-left {
    text-align: center;
    align-items: center;
  }

  .heading-1 {
    font-size: 48px;
  }

  .body-text {
    font-size: 18px;
  }

  .hero-button-wrap {
    align-items: center;
  }

  .hero-arrow {
    right: -20%;
  }

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

  .content-section {
    overflow: hidden;
  }

  .content-grid-1 {
    grid-template-columns: auto;
  }

  .content-image-block {
    overflow: visible;
  }

  .content-grid-2 {
    grid-template-columns: auto;
  }

  .heading-5 {
    font-size: 20px;
  }

  .blue-circle-bg, .yellow-rectangle-bg {
    width: 20%;
  }

  .testimonial-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .right-arrow {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -25px;
  }

  .left-arrow {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -25px;
    right: auto;
  }

  .audience-grid {
    grid-row-gap: 60px;
  }

  .image-4 {
    top: -12%;
  }

  .pink-circle-bg {
    width: 30%;
  }

  .cta-grid {
    grid-column-gap: 60px;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: .5fr .5fr;
  }

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

  .menu-button {
    margin-left: 30px;
    padding: 8px;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }
}

@media screen and (max-width: 767px) {
  .hero-arrow {
    right: -20%;
  }

  .stats-grid, .audience-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-grid {
    grid-row-gap: 120px;
    grid-template-columns: 1fr;
  }

  .image-4 {
    top: -15%;
  }

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

  .cta-section {
    background-position: 50%;
  }

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

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

  .cta-button-wrap {
    margin-right: 0;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  .button {
    width: 100%;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button.button-small.nav {
    display: none;
  }

  .button.margin-top-20 {
    width: 100%;
    text-align: center;
  }

  .hero-section {
    background-position: 58%;
    padding-bottom: 120px;
  }

  .heading-1 {
    font-size: 40px;
  }

  .body-text.white.hero {
    text-align: left;
  }

  .hero-arrow {
    display: none;
  }

  .logo-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .logo-block {
    height: 120px;
  }

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

  .slider {
    flex-direction: column;
  }

  .testimonial-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow, .left-arrow {
    margin-top: 30px;
    display: inline-block;
    position: static;
  }

  .slide {
    padding: 30px;
  }

  .testimonial {
    margin-bottom: 30px;
  }

  .testimonial-author-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .pricing-block, .pricing-block.recommended {
    padding: 30px;
  }

  .checkmark-row {
    align-items: center;
  }

  .image-4 {
    top: -12%;
  }

  .cta-arrow {
    display: none;
  }

  .testimonial-author-image {
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .image-5 {
    max-width: 200%;
  }

  .text-block-2 {
    font-size: 15vw;
  }

  .image-6, .image-7, .image-8 {
    max-width: 120%;
  }
}

#w-node-_753920e3-97ab-f671-f769-611f71ccb8ee-aea3409a, #w-node-_0df3a84e-a5b5-aa61-1bae-0680c3627268-aea3409a {
  align-self: center;
}

#w-node-d4f7497d-254e-c5b9-2a30-412258ccec79-aea3409a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d4f7497d-254e-c5b9-2a30-412258ccec7a-aea3409a, #w-node-d4f7497d-254e-c5b9-2a30-412258ccec7b-aea3409a, #w-node-e1afeef5-6487-a5f5-2482-bcb2b9012419-aea3409a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ac851f4-bea5-cebf-3179-7344d14c9b01-aea3409a {
  justify-self: end;
}

#w-node-c4661a97-91e7-53fa-37fa-793aa7cf8d82-aea3409a {
  align-self: center;
}

#w-node-c4661a97-91e7-53fa-37fa-793aa7cf8d86-aea3409a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_0d570e7e-f007-a9f9-a836-47e6860944dc-aea3409a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e1f92ea3-36f9-bb03-9c8d-eb4f59fd7b85-aea3409a {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_164d2176-9d2a-37e4-56f0-99792e1aa8ce-aea3409a {
    align-self: center;
    justify-self: start;
  }

  #w-node-_2ac851f4-bea5-cebf-3179-7344d14c9b01-aea3409a {
    align-self: center;
  }

  #w-node-c4661a97-91e7-53fa-37fa-793aa7cf8d86-aea3409a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0d570e7e-f007-a9f9-a836-47e6860944dc-aea3409a, #w-node-cb5383c3-b5a2-b94f-c1be-69fd6256221a-aea3409a, #w-node-d07972fa-412b-2694-f0d9-23d4e1a9862b-aea3409a {
    justify-self: center;
  }

  #w-node-e1f92ea3-36f9-bb03-9c8d-eb4f59fd7b85-aea3409a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2ac851f4-bea5-cebf-3179-7344d14c9b01-aea3409a {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}