:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

.hero-section {
  background-image: url('../images/hero-bg-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 500px;
}

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

.container.testimonial-container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.hww-container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container.about-container {
  background-image: url('../images/about-image.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding-top: 230px;
  padding-bottom: 260px;
  padding-left: 32px;
}

.container.faq-container, .container.footer-container {
  padding-left: 10px;
  padding-right: 10px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.nav-link {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  margin-left: 18px;
  margin-right: 18px;
  padding: 0 0 4px;
  font-family: Wfvisualsans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  border-bottom-color: #fff;
}

.nav-link.w--current {
  display: inline;
}

.nav-link.courses-nav-link {
  color: #1b1c20;
}

.nav-link.courses-nav-link.other-nav-link {
  transition: all .3s;
}

.nav-link.courses-nav-link.other-nav-link:hover {
  border-bottom-color: #1c829d;
}

.main-cta {
  color: #f7f7f7;
  background-color: #0a4f61;
  background-image: url('../images/btn-eclipse.png');
  background-position: 0 140%;
  background-repeat: no-repeat;
  background-size: 100% 350%;
  border-radius: 100px;
  padding: 22px 64px;
  text-decoration: none;
  transition: all .35s, background-position .35s;
}

.main-cta:hover {
  color: #0a4f61;
  background-position: 0;
}

.main-cta.nav-cta {
  padding: 14px 23px;
}

.main-cta.nav-cta.courses-nav-cta {
  color: #fff;
  background-color: #1c829d;
  border: 2px solid #1c829d;
}

.main-cta.nav-cta.courses-nav-cta:hover {
  color: #1c829d;
}

.main-cta.hww-cta {
  background-color: #1c829d;
  border: 2px solid #1c829d;
  margin-bottom: 64px;
}

.hero-columns {
  margin-top: 120px;
  padding-left: 10px;
  padding-right: 10px;
}

.hero-column-1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 35px;
}

.hero-st {
  color: #fff;
  letter-spacing: .1px;
  text-transform: uppercase;
  font-family: Wfvisualsans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-heading {
  color: #f7f7f7;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Wfvisualsans, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2;
}

.hero-paragraph {
  color: #f7f7f7;
  max-width: 516px;
  margin-bottom: 32px;
  font-family: Wfvisualsans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.main-cta-text {
  letter-spacing: 1px;
  font-family: Wfvisualsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.main-cta-text.courses-cta-text {
  font-weight: 500;
}

.nav-bar {
  justify-content: space-between;
  align-items: center;
  padding: 25px 10px;
  display: flex;
}

.testimonial-section {
  background-color: #f7f7f7;
  padding-top: 120px;
}

.body {
  background-color: #f7f7f7;
}

.hero-bg-addon {
  z-index: 9;
  position: relative;
  bottom: 3px;
}

.section-small-text {
  color: #1b1c20;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Wfvisualsans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.section-heading {
  color: #000;
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: Wfvisualsans, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.section-heading.courses-heading {
  text-align: center;
  max-width: 521px;
  margin-bottom: 32px;
}

.section-heading.faq-heading {
  margin-bottom: 64px;
}

.section-heading.contact-heading {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 100px;
}

.section-paragraph {
  color: rgba(27, 28, 32, .7);
  max-width: 490px;
  font-family: Wfvisualsans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.testimonial-div {
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  display: flex;
}

.testimonial {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 376px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.testimonial-rating {
  margin-top: 16px;
  margin-bottom: 12px;
}

.testimonial-details {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 0 0 12px 12px;
  padding-bottom: 28px;
  padding-left: 16px;
  padding-right: 16px;
}

.testimonial-quote {
  color: #1b1c20;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Wfvisualsans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.testimonial-hr {
  background-color: rgba(204, 204, 204, .25);
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.testimonial-name {
  color: #000;
  margin-bottom: 8px;
  font-family: Wfvisualsans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.testimonial-description {
  color: rgba(27, 28, 32, .7);
  font-family: Wfvisualsans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.how-we-work-section {
  background-image: url('../images/courses-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 300px;
  padding-bottom: 120px;
}

.hww-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
}

.hww-div.hww-1 {
  max-width: 475px;
  min-height: 425px;
  max-height: 425px;
}

.hww-div.hww-2 {
  max-width: 673px;
  min-height: 425px;
  max-height: 425px;
}

.hww-div.hww-4 {
  max-width: 475px;
  min-height: 425px;
  max-height: 425px;
}

.hww-div.hww-3 {
  max-width: 673px;
  min-height: 425px;
  max-height: 425px;
}

.hww-inner {
  border: 1px solid #ddd;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 16px;
}

.hww-name {
  color: #1b1c20;
  text-align: left;
  margin-bottom: 12px;
  font-family: Wfvisualsans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.hww-paragraph {
  color: rgba(27, 28, 32, .7);
  text-align: left;
  letter-spacing: .2px;
  margin-bottom: 0;
  font-family: Wfvisualsans, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.hww-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  margin-bottom: 20px;
  display: flex;
}

.about-section {
  background-color: #f7f7f7;
  background-image: url('../images/about-bg.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 120px 10px 300px;
}

.about-div {
  width: 257px;
  height: 230px;
}

.about-heading {
  color: #fff;
  border-bottom: 2px solid rgba(247, 247, 247, .3);
  width: 207px;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-family: Wfvisualsans, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
}

.about-paragraph {
  color: rgba(247, 247, 247, .9);
  letter-spacing: .2px;
  width: 257px;
  margin-bottom: 0;
  font-family: Wfvisualsans, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.about-hr {
  background-color: rgba(247, 247, 247, .3);
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.faq-section {
  padding-bottom: 120px;
}

.faq {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  display: block;
  overflow: hidden;
}

.faq-question {
  color: #1b1c20;
  font-family: Wfvisualsans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.faq-plus-icon {
  display: block;
}

.faq-wrapper {
  z-index: 20;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.faq-answer {
  color: #1b1c20;
  background-color: rgba(255, 255, 255, 0);
  justify-content: flex-start;
  align-items: center;
  font-family: Wfvisualsans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  position: relative;
  overflow: visible;
}

.faq-answer.fq-big {
  bottom: 79px;
}

.faq-link {
  color: #00e;
  letter-spacing: .2px;
  font-weight: 500;
}

.footer {
  background-image: url('../images/footer-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 430px;
  padding-bottom: 80px;
}

.footer-columns {
  margin-bottom: 120px;
}

.footer-column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-column-name {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-family: Wfvisualsans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.footer-link {
  color: #f7f7f7;
  margin-bottom: 17px;
  font-family: Wfvisualsans, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: #313e3b;
}

.footer-link.footer-link-last {
  margin-bottom: 0;
}

.footer-socials {
  grid-column-gap: 7.5px;
  grid-row-gap: 7.5px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social {
  transition: all .2s;
}

.social:hover {
  filter: contrast(200%);
}

.footer-credit {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-text {
  color: #fff;
  font-family: Wfvisualsans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.footer-span-text {
  border-bottom: 2px solid #fff;
  flex-flow: column;
  padding-bottom: 0;
  display: inline-block;
}

.courses-section {
  padding-bottom: 120px;
}

.courses-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

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

.courses-btn {
  color: rgba(42, 46, 48, .7);
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 12px 25px;
  font-family: Wfvisualsans, sans-serif;
  font-weight: 400;
}

.courses-btn-text {
  margin-left: 8px;
  margin-right: 8px;
  font-family: Wfvisualsans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.body-2 {
  background-color: #f7f7f7;
}

.courses-wrapper {
  margin-top: 65px;
}

.course-img-div {
  position: relative;
}

.course-price {
  color: #fff;
  font-family: Wfvisualsans, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.course-price.cp-monthly {
  margin-left: 20px;
}

.course-price-div {
  background-color: #1c829d;
  border-bottom-right-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.course-details {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 0 0 12px 12px;
  padding: 16px;
}

.course-name {
  color: #000;
  font-family: Wfvisualsans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.course-desc {
  color: rgba(0, 0, 0, .6);
  font-family: Wfvisualsans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.course-desc.course-desc-upper {
  margin-top: 16px;
}

.courses-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.courses-grid.grid-german, .courses-grid.grid-spanish, .courses-grid.grid-japanese, .courses-grid.grid-serbian {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.courses-grid.grid-english {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.course-lang {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.body-3 {
  color: #f7f7f7;
}

.contact-section {
  padding-bottom: 120px;
}

.contact-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-areas: ". ."
                       ". ."
                       "Area Area"
                       "Area Area"
                       "Area Area";
  grid-auto-rows: minmax(auto, auto);
  margin-left: auto;
  margin-right: auto;
}

.form {
  max-width: 915px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-label {
  color: #1b1c20;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Wfvisualsans, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.contact-form-field {
  color: rgba(27, 28, 32, .8);
  border-top: 0 #000;
  border-bottom: 2px solid rgba(27, 28, 32, .1);
  border-left: 0 rgba(27, 28, 32, .8);
  border-right: 0 #000;
  margin-top: 17px;
  margin-bottom: 0;
  padding-bottom: 17px;
  padding-left: 0;
  padding-right: 0;
  font-family: Wfvisualsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.contact-form-field::placeholder {
  color: rgba(27, 28, 32, .3);
}

.contact-textarea {
  color: rgba(27, 28, 32, .8);
  border: 1px #000;
  border-bottom-color: rgba(27, 28, 32, .05);
  max-width: 100%;
  min-height: 300px;
  margin-bottom: 0;
  padding: 17px 0;
  font-family: Wfvisualsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.contact-textarea::placeholder {
  color: rgba(27, 28, 32, .3);
}

.contact-hr {
  background-color: rgba(27, 28, 32, .15);
  height: 2px;
  margin-bottom: 60px;
}

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

.form-btn {
  color: #fff;
  background-color: #1c829d;
  border-radius: 100px;
  padding: 26px 100px 26px 135px;
  font-family: Wfvisualsans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.form-disclaimer {
  color: rgba(27, 28, 32, .6);
  max-width: 430px;
  font-family: Wfvisualsans, sans-serif;
  font-weight: 400;
}

.form-btn-wrapper {
  position: relative;
}

.form-btn-img {
  position: absolute;
  top: 28px;
  left: 100px;
}

.form-success-screen {
  background-image: url('../images/hero_bg_img.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-success-img {
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-success-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 100px;
  display: flex;
}

.form-success-text {
  color: #f7f7f7;
  margin-top: 110px;
  font-family: Wfvisualsans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.form-success-link.w--current {
  color: #fff;
  letter-spacing: .5px;
  cursor: pointer;
  border-bottom: 1px solid #f7f7f7;
  margin-top: 32px;
  padding-bottom: 2px;
  font-family: Wfvisualsans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.body-4 {
  background-color: #f7f7f7;
}

.services-section {
  padding-bottom: 240px;
}

.services-columns {
  margin-top: 120px;
}

.service-column {
  padding-left: 0;
  padding-right: 0;
}

.service {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.service-details {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  max-width: 376px;
  padding: 16px;
}

.service-text {
  color: #000;
  font-family: Wfvisualsans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.service-paragraph {
  color: rgba(0, 0, 0, .7);
  margin-bottom: 0;
  font-family: Wfvisualsans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.service-hr {
  background-color: #ddd;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.service-contact-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-phone {
  color: #1b1c20;
  font-family: Wfvisualsans, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.service-btn {
  background-color: #1c829d;
  border-radius: 4px;
  padding: 10px 35px;
  text-decoration: none;
}

.service-btn-text {
  color: #fff;
  font-family: Wfvisualsans, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.service-paragraph-wrapper {
  margin-top: 8px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.service-paragraph-wrapper.service-paragraph-third {
  padding-bottom: 0;
}

.service-span {
  color: rgba(0, 0, 0, .6);
  background-color: #fff;
  padding-bottom: 3px;
  font-family: Wfvisualsans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.service-see-more {
  color: #00e;
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
}

.service-see-less {
  color: #00e;
  cursor: pointer;
  font-family: Wfvisualsans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: underline;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.testimonial-columns {
  margin-top: 65px;
}

.nav-menu-btn {
  display: none;
}

.utility-page-wrap {
  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: stretch;
  display: flex;
}

.faq-dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  padding: 33px 56px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-list {
  display: block;
  position: relative;
}

.dropdown-link {
  position: static;
}

.faq-answer-text {
  display: block;
}

.faq-answer-wrapper {
  padding-bottom: 33px;
  padding-left: 56px;
  padding-right: 56px;
}

.responsive-menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .container.about-container {
    padding-top: 80px;
    padding-left: 8px;
  }

  .hero-heading {
    font-size: 64px;
  }

  .hero-paragraph {
    font-size: 14px;
  }

  .hero-image {
    margin-top: 30px;
  }

  .about-div {
    width: 230px;
    height: auto;
  }

  .about-paragraph {
    width: 230px;
  }

  .faq-answer {
    display: none;
    position: static;
    bottom: 0;
  }

  .contact-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service {
    padding-left: 2px;
    padding-right: 2px;
  }

  .service-details {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 280px;
    display: flex;
  }

  .service-hr {
    width: 100%;
  }

  .service-contact-wrapper {
    justify-content: space-between;
    align-self: stretch;
  }

  .service-phone {
    font-size: 12px;
  }

  .service-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-paragraph-wrapper.service-paragraph-wrapper-cv {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-bottom: 300px;
  }

  .container.about-container {
    background-image: url('../images/about-image-responsiv.png');
    background-position: 50% 0;
    background-size: contain;
    padding-top: 90px;
    padding-bottom: 500px;
    padding-left: 0;
  }

  .nav-menu, .main-cta.nav-cta {
    display: none;
  }

  .main-cta.responsive-nav-cta {
    margin-top: 40px;
  }

  .hero-columns {
    margin-top: 0;
  }

  .hero-column-1 {
    text-align: center;
  }

  .hero-column-2 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero-paragraph {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .testimonial-section {
    padding-top: 0;
  }

  .section-small-text {
    font-weight: 400;
  }

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

  .section-heading.courses-heading {
    max-width: 344px;
  }

  .section-paragraph {
    max-width: 328px;
    font-size: 14px;
  }

  .testimonial {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image {
    padding-left: 40px;
  }

  .how-we-work-section {
    padding-top: 120px;
  }

  .hww-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .about-section {
    padding-top: 0;
    padding-bottom: 190px;
  }

  .about-div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-paragraph {
    width: 300px;
  }

  .faq {
    z-index: 99;
    padding-top: 0;
  }

  .faq-question {
    font-size: 17px;
  }

  .faq-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    background-image: url('../images/footer-bg-responsive.png');
    padding-top: 240px;
    padding-bottom: 0;
  }

  .footer-columns {
    margin-bottom: 30px;
  }

  .footer-column {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .footer-column.footer-column-links {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-credit {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-text {
    margin-bottom: 30px;
  }

  .courses-div {
    margin-top: 50px;
  }

  .courses-btn-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 20px;
    display: flex;
    overflow: auto;
  }

  .courses-btn.german-btn, .courses-btn.spanish-btn, .courses-btn.english-btn, .courses-btn.japanese-btn, .courses-btn.serbian-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .course-thumbnail {
    display: block;
  }

  .course-price {
    font-size: 14px;
  }

  .course-price.cp-monthly {
    margin-left: 20px;
    font-size: 14px;
  }

  .course-price-div {
    padding: 20px 14px;
  }

  .courses-grid.grid-german, .courses-grid.grid-spanish, .courses-grid.grid-japanese, .courses-grid.grid-serbian {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: none;
  }

  .courses-grid.grid-english {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .course-lang {
    width: 24px;
    height: 24px;
    top: 10px;
    left: 10px;
  }

  .contact-grid {
    flex-flow: column;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .submit-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .form-disclaimer {
    text-align: center;
    margin-bottom: 30px;
  }

  .service-column {
    margin-bottom: 30px;
  }

  .testimonial-column {
    padding-bottom: 12px;
  }

  .nav-menu-btn {
    cursor: pointer;
    padding: 13px;
    display: block;
  }

  .faq-dropdown-toggle {
    padding: 30px 20px;
  }

  .faq-answer-text {
    font-size: 14px;
  }

  .faq-answer-wrapper {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .responsive-menu {
    z-index: 110;
    background-color: #1c829d;
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 100%;
    right: 0%;
  }

  .responsive-menu-nav {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    display: flex;
  }

  .responsive-nav-link {
    color: #faf5ec;
    margin-bottom: 52px;
    font-family: Wfvisualsans, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: url('../images/hero-bg-img.png');
    background-position: 0 0;
    background-size: cover;
    padding-bottom: 250px;
  }

  .container.testimonial-container {
    margin-top: -127px;
  }

  .container.about-container {
    background-size: cover;
    padding: 50px 20px 490px;
  }

  .container.faq-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-cta {
    background-position: 0 150%;
  }

  .hero-columns {
    margin-top: 0;
  }

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

  .hero-paragraph {
    font-size: 14px;
  }

  .main-cta-text {
    white-space: nowrap;
  }

  .section-small-text {
    white-space: nowrap;
    word-break: keep-all;
  }

  .section-small-text.courses-small-text, .section-heading.courses-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .section-heading.faq-heading {
    text-align: center;
    max-width: 334px;
    font-size: 36px;
  }

  .section-heading.testimonial-heading {
    max-width: 208px;
  }

  .how-we-work-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hww-div.hww-1, .hww-div.hww-2, .hww-div.hww-3 {
    min-height: auto;
    max-height: none;
  }

  .about-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 135px;
  }

  .about-div {
    width: auto;
    max-width: none;
  }

  .about-heading {
    white-space: nowrap;
  }

  .about-paragraph {
    width: auto;
  }

  .faq {
    width: 100%;
    padding: 0;
  }

  .faq-question {
    white-space: pre-wrap;
    font-size: 17px;
  }

  .faq-answer {
    font-size: 12px;
    display: none;
  }

  .courses-div {
    justify-content: center;
    align-items: flex-start;
  }

  .courses-btn-wrapper {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 20px;
    overflow: auto;
  }

  .courses-btn-text {
    font-size: 17px;
  }

  .course-price.cp-monthly {
    margin-left: 20px;
    font-size: 14px;
  }

  .course-price-div {
    padding-left: 16px;
    padding-right: 16px;
  }

  .course-name {
    font-size: 24px;
  }

  .course-desc {
    font-size: 17px;
  }

  .course-desc.course-desc-upper {
    margin-top: 8px;
  }

  .courses-grid.grid-german {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .courses-grid.grid-spanish {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: none;
  }

  .courses-grid.grid-japanese {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: none;
  }

  .courses-grid.grid-serbian {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: none;
  }

  .courses-grid.grid-english {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .contact-grid {
    flex-flow: column;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .services-columns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-column {
    padding-bottom: 30px;
  }

  .faq-dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-answer-text {
    font-size: 14px;
  }

  .faq-answer-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-d1791d9e-e76f-f8d1-9647-ece4ea55a6cc-f3bcce78 {
  justify-self: start;
}

#w-node-e7dd0417-6fae-e792-4f86-8940b09c7e62-f3bcce78, #w-node-_37980249-332c-1e35-3697-acf8436772ce-f3bcce78 {
  justify-self: end;
}

#w-node-_2ac1efd4-9a3d-c49d-1f26-95373cc1e733-b4d2abc2 {
  grid-area: span 3 / span 2 / span 3 / span 2;
  align-self: auto;
  justify-self: auto;
}


@font-face {
  font-family: 'Wfvisualsans';
  src: url('../fonts/WFVisualSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wfvisualsans';
  src: url('../fonts/WFVisualSans-RegularText.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wfvisualsans';
  src: url('../fonts/WFVisualSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wfvisualsans';
  src: url('../fonts/WFVisualSans-RegularText.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}