@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Coming+Soon&display=swap");
* {
  box-sizing: border-box;
}

.button {
  width: 100%;
  text-align: center;
  padding: 9px 20px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-block;
}
.button:hover {
  filter: brightness(0.9);
}
.button.outline {
  border: 2px solid;
}

.outline {
  border: 2px solid;
}

.slick-prev:before,
.slick-next:before {
  display: none !important;
}

.slick-prev {
  left: -40px !important;
}

.text_janda {
  font-family: "Coming Soon";
}

.text_futura {
  font-family: futura, "Jost", sans-serif;
}

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

.column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.pointer {
  cursor: pointer;
}

.underline {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  cursor: pointer;
}

.max {
  max-width: 1440px;
  margin: auto;
}

.text_type_light {
  color: #7c878a;
}

.text_type_primary {
  color: #43b08a;
}

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

.drop-shadow {
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.box_shadow {
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.1);
}

.align_left {
  text-align: left !important;
}

html,
body {
  margin: 0%;
  padding: 0%;
  font-size: 18px;
  font-family: "Jost";
  color: #181a1c;
}

.primary-padding {
  padding-left: 100px;
  padding-right: 100px;
}

.body_wrapper {
  padding-top: 112px;
  background-color: #fffef9;
}

@media (max-width: 1120px) {
  .body_wrapper {
    padding-top: 72px;
  }
  .primary-padding {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 768px) {
  .body_wrapper {
    padding-top: 53px;
  }
  .primary-padding {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 374px) {
  .body_wrapper {
    padding-top: 53px;
  }
}
.footer {
  padding-top: 56px;
  padding-bottom: 24px;
  font-weight: 500;
  background-color: #f0eedf;
  color: #56544e;
}
.footer a {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #56544e;
}
.footer .bottom_container {
  gap: 12px;
  font-size: 10px;
  font-weight: 500;
  margin-top: 16px;
}
.footer .section_left {
  gap: 65px;
}
.footer .contact_section_title {
  font-size: 12px;
  margin-bottom: 8px;
}
.footer .links a {
  margin-bottom: 8px;
}
.footer .section_right {
  font-size: 12px;
  gap: 80px;
}
.footer .contact_section_links {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}
.footer .logo_title {
  font-size: 36px;
  font-weight: 700;
}
.footer .connect_and_get_section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 32px;
    padding-bottom: 12px;
  }
  .footer .connect_and_get_section {
    gap: 8px;
  }
  .footer .bottom_container {
    justify-content: flex-start;
  }
  .footer .footer_top_container {
    flex-wrap: wrap;
  }
  .footer .logo_title {
    font-size: 16px;
  }
  .footer .logo {
    width: 79px;
    height: 66px;
  }
  .footer .links {
    width: 155px;
  }
  .footer .section_right {
    width: 100%;
    gap: 0px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d5d0c5;
    margin-bottom: 12px;
    align-items: flex-start !important;
  }
  .footer .section_left {
    padding-bottom: 30px;
    border-bottom: 1px solid #d5d0c5;
    margin-bottom: 16px;
    width: 100%;
    gap: 0px;
  }
  .footer .bottom_container {
    margin-top: 0;
  }
}

.headerSection .container {
  z-index: 5;
  position: fixed;
  background-color: #fff;
  width: 100%;
  padding-top: 29px;
  padding-bottom: 29px;
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.1);
}
.headerSection .sign_in_button {
  border-color: #43b08a;
  color: #43b08a;
  font-size: 18px;
  background-color: #fff;
}
.headerSection .nav_options {
  gap: 36px;
  font-size: 18px;
}
.headerSection .nav_item {
  height: 38px;
  font-weight: 600;
  cursor: pointer;
  font-style: normal;
  line-height: 22px;
  padding: 8px 0px;
  color: #181a1c;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.headerSection .nav_item_active {
  border-bottom: 4px solid #43b08a;
  color: #43b08a;
}
.headerSection .nav_item_active {
  position: relative;
}
.headerSection .mobile_menu {
  display: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
}
.headerSection .mobile_menu .hamburgerButton,
.headerSection .mobile_menu .closeButton {
  margin-left: 0;
  width: 24px;
}
.headerSection .mobile_menu .closeButton {
  display: none;
}
.headerSection .mobile_menu .hamburgerButton {
  display: block;
  padding: 0 3px;
}
.headerSection .mobile_menu.active .closeButton {
  display: block;
}
.headerSection .mobile_menu.active .hamburgerButton {
  display: none;
}
.headerSection .drawer_container {
  background-color: #f0eedf;
  padding: 16px;
  position: fixed;
  width: 100%;
  z-index: 2;
}
.headerSection .drawer_item {
  font-weight: 600;
  padding: 16px;
  border-bottom: 1px solid #e5e4da;
  display: block;
  color: #181a1c;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.headerSection .drawer_item_active {
  color: #43b08a;
  border-bottom: 2px solid #43b08a;
}
.headerSection .logo_title {
  font-size: 36px;
  line-height: 54px;
  font-weight: 600;
}
.headerSection .logo_container {
  gap: 20px;
}
@media (max-width: 1120px) {
  .headerSection .container {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .headerSection .logo_container {
    gap: 10px;
  }
  .headerSection .logo_title {
    font-size: 28px;
  }
  .headerSection .nav_options {
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .headerSection .container {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 52px;
    overflow: hidden;
  }
  .headerSection .nav_item {
    display: none;
  }
  .headerSection .nav_options {
    gap: 20px;
  }
  .headerSection .logo {
    width: 37px;
    height: 37px;
  }
  .headerSection .logo_title {
    font-size: 24px;
  }
  .headerSection .logo_container {
    gap: 10px;
    height: 52px;
    overflow: hidden;
  }
  .headerSection .mobile_menu {
    display: block;
  }
  .headerSection .sign_in_button {
    font-size: 16px;
    line-height: 16px;
    padding: 7px 20px !important;
  }
}
@media (max-width: 374px) {
  .headerSection .sign_in_button {
    font-size: 16px;
  }
  .headerSection .logo_title {
    font-size: 20px;
    line-height: 34px;
  }
  .headerSection .nav_options {
    gap: 15px;
  }
}

.testimonialCardOuterContainer {
  display: inline-block;
  margin-bottom: 20px;
}
.testimonialCardOuterContainer .testi_card_container {
  align-items: flex-start;
  gap: 24px;
  width: 400px;
  padding: 32px;
  background-color: #fff;
  border-radius: 16px;
}
.testimonialCardOuterContainer .testi_card_container .testi_image {
  border-radius: 50%;
}
.testimonialCardOuterContainer .testi_card_container .testi_content {
  line-height: 22px;
}
.testimonialCardOuterContainer .testi_card_container .testi_author {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.testimonialCardOuterContainer .testi_card_container .testi_platform {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.testimonialCardOuterContainer .testi_card_container .image_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonialCardOuterContainer .testi_card_container .source_container {
  line-height: 1.3;
}
.testimonialCardOuterContainer .testi_card_container .source_container a {
  color: #181a1c;
}
@media (max-width: 374px) {
  .testimonialCardOuterContainer .testi_card_container {
    width: 100%;
    font-size: 16px;
  }
}

#modalBackground {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
  display: none;
  z-index: 10;
}

.modalDialog {
  position: absolute;
  width: 300px;
  left: 50%;
  top: 20%;
  margin-left: -165px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 20;
  cursor: default;
  border-radius: 5px;
}
.modalDialog input {
  border: 1px solid #aaa;
  padding: 5px;
}
.modalDialog input,
.modalDialog select {
  box-sizing: border-box;
}
.modalDialog select {
  width: 100%;
  padding: 2%;
}
.modalDialog table {
  width: 100%;
}
.modalDialog table {
  border-collapse: collapse;
}
.modalDialog input[type=email],
.modalDialog input[type=text],
.modalDialog input[type=password] {
  width: 100%;
}
.modalDialog input[type=submit] {
  position: absolute;
  visibility: hidden;
  height: 0;
  width: 0;
}
.modalDialog .padded {
  padding: 15px;
}
.modalDialog .smallPadded {
  padding: 10px;
}
.modalDialog .button {
  display: inline-block;
  width: 180px;
  padding: 0;
  font-family: "Jost";
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: none;
  background-color: #43b08a;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  margin: 0;
}
.modalDialog .wide {
  width: 100%;
}
.modalDialog .button.validationError,
.modalDialog .button.greyedOut {
  background-color: #aaa;
}
.modalDialog .button.validationError:hover,
.modalDialog .button.greyedOut:hover {
  background-color: #888;
}
.modalDialog .button.googleSignInButton {
  background-color: transparent;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 40px;
  overflow: hidden;
}
.modalDialog .button.googleSignInButton:hover {
  background-color: transparent;
}
.modalDialog form[name=login] {
  margin: 10px 0;
}
.modalDialog .emailSignInControls {
  display: none;
}
.modalDialog .throbber {
  width: 0px;
  height: 0px;
}
.modalDialog .submitting .throbber {
  width: auto;
  height: auto;
}
.modalDialog .button:hover {
  background-color: rgb(45.9074074074, 120.5925925926, 94.5555555556);
  box-shadow: 0 0 10px #fff;
}
.modalDialog .button a {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  text-align: inherit;
}
.modalDialog p#invalidCredentials {
  color: #f32;
  display: none;
}
.modalDialog #resetPasswordButton {
  margin-top: 10px;
}

#chromeExtensionDialog {
  width: 360px;
  margin-left: -195px;
}

#loginDialog {
  font-size: 17px;
}

#signupDialog button,
#loginDialog button {
  width: 100%;
}

#signupDialog p,
#loginDialog p {
  margin-bottom: 10px;
}

#loginDialog td {
  padding: 2px 0;
}

.title_header {
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  color: #fff;
  padding-top: 43px;
  padding-bottom: 38px;
  font-size: 64px;
  font-weight: 600;
  background: url("/content/landingPages/hero.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #2c9b74;
}
.title_header .subtitle {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .title_header {
    text-align: left;
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 34px;
  }
  .title_header .subtitle {
    display: none;
  }
  .title_header .extra_padding {
    padding-bottom: 50px;
  }
}
@media (max-width: 645px) {
  .title_header {
    background-size: 645px !important;
    background-position: 45% 41% !important;
  }
}

.startLearningSection .container {
  background-color: #053d2a;
  padding-bottom: 96px;
  padding-top: 96px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top !important;
}
.startLearningSection .container.withBackground {
  background: url("/content/landingPages/startLearnBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #053d2a;
}
.startLearningSection .title {
  font-size: 48px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 24px;
  z-index: 2;
}
.startLearningSection .learning_button {
  max-width: 150px;
  background-color: #fff;
  color: #43b08a;
  border: 2px solid #43b08a;
  z-index: 2;
}
@media (max-width: 768px) {
  .startLearningSection .title {
    font-size: 24px;
  }
  .startLearningSection .container {
    padding-bottom: 41px;
    padding-top: 41px;
  }
}

#mainLandingPage .hero .heroSection,
#learnSpanishPage .hero .heroSection,
#learnFrenchPage .hero .heroSection,
#learnGermanPage .hero .heroSection,
#learnEnglishPage .hero .heroSection,
#learnItalianPage .hero .heroSection,
#learnDutchPage .hero .heroSection {
  width: 100%;
  height: 804px;
  overflow: hidden;
  background: url("/content/landingPages/hero.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #2c9b74;
}
#mainLandingPage .hero .heroContainer,
#learnSpanishPage .hero .heroContainer,
#learnFrenchPage .hero .heroContainer,
#learnGermanPage .hero .heroContainer,
#learnEnglishPage .hero .heroContainer,
#learnItalianPage .hero .heroContainer,
#learnDutchPage .hero .heroContainer {
  width: 100%;
}
#mainLandingPage .hero .heroContainer .heroImage,
#learnSpanishPage .hero .heroContainer .heroImage,
#learnFrenchPage .hero .heroContainer .heroImage,
#learnGermanPage .hero .heroContainer .heroImage,
#learnEnglishPage .hero .heroContainer .heroImage,
#learnItalianPage .hero .heroContainer .heroImage,
#learnDutchPage .hero .heroContainer .heroImage {
  padding-top: 140px;
}
#mainLandingPage .hero .heroContent,
#learnSpanishPage .hero .heroContent,
#learnFrenchPage .hero .heroContent,
#learnGermanPage .hero .heroContent,
#learnEnglishPage .hero .heroContent,
#learnItalianPage .hero .heroContent,
#learnDutchPage .hero .heroContent {
  padding-top: 152px;
  width: 538px;
  min-width: 538px;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 52px;
}
#mainLandingPage .hero .heroContent h1,
#learnSpanishPage .hero .heroContent h1,
#learnFrenchPage .hero .heroContent h1,
#learnGermanPage .hero .heroContent h1,
#learnEnglishPage .hero .heroContent h1,
#learnItalianPage .hero .heroContent h1,
#learnDutchPage .hero .heroContent h1 {
  margin: 0px;
  margin-bottom: 24px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
}
#mainLandingPage .hero .heroContent .heroButton,
#learnSpanishPage .hero .heroContent .heroButton,
#learnFrenchPage .hero .heroContent .heroButton,
#learnGermanPage .hero .heroContent .heroButton,
#learnEnglishPage .hero .heroContent .heroButton,
#learnItalianPage .hero .heroContent .heroButton,
#learnDutchPage .hero .heroContent .heroButton {
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 20px;
  color: #0c6244;
  font-size: 21px;
  font-weight: 500;
  border-radius: 6px;
  border: 2px solid #0c6244;
  background: #fff;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  line-height: 26px;
  margin-top: 40px;
}
@media (max-width: 1120px) {
  #mainLandingPage .hero .heroSection,
  #learnSpanishPage .hero .heroSection,
  #learnFrenchPage .hero .heroSection,
  #learnGermanPage .hero .heroSection,
  #learnEnglishPage .hero .heroSection,
  #learnItalianPage .hero .heroSection,
  #learnDutchPage .hero .heroSection {
    height: 455px;
  }
  #mainLandingPage .hero .heroContainer,
  #learnSpanishPage .hero .heroContainer,
  #learnFrenchPage .hero .heroContainer,
  #learnGermanPage .hero .heroContainer,
  #learnEnglishPage .hero .heroContainer,
  #learnItalianPage .hero .heroContainer,
  #learnDutchPage .hero .heroContainer {
    justify-content: center;
  }
  #mainLandingPage .hero .heroContent,
  #learnSpanishPage .hero .heroContent,
  #learnFrenchPage .hero .heroContent,
  #learnGermanPage .hero .heroContent,
  #learnEnglishPage .hero .heroContent,
  #learnItalianPage .hero .heroContent,
  #learnDutchPage .hero .heroContent {
    min-width: 340px;
    padding-top: 40px;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
  }
  #mainLandingPage .hero .heroContent h1,
  #learnSpanishPage .hero .heroContent h1,
  #learnFrenchPage .hero .heroContent h1,
  #learnGermanPage .hero .heroContent h1,
  #learnEnglishPage .hero .heroContent h1,
  #learnItalianPage .hero .heroContent h1,
  #learnDutchPage .hero .heroContent h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 1120px) {
  #mainLandingPage .hero .heroContainer,
  #learnSpanishPage .hero .heroContainer,
  #learnFrenchPage .hero .heroContainer,
  #learnGermanPage .hero .heroContainer,
  #learnEnglishPage .hero .heroContainer,
  #learnItalianPage .hero .heroContainer,
  #learnDutchPage .hero .heroContainer {
    gap: 50px;
  }
  #mainLandingPage .hero .heroContainer .heroImage,
  #learnSpanishPage .hero .heroContainer .heroImage,
  #learnFrenchPage .hero .heroContainer .heroImage,
  #learnGermanPage .hero .heroContainer .heroImage,
  #learnEnglishPage .hero .heroContainer .heroImage,
  #learnItalianPage .hero .heroContainer .heroImage,
  #learnDutchPage .hero .heroContainer .heroImage {
    padding-top: 10px;
  }
  #mainLandingPage .hero .heroContainer .heroImage img,
  #learnSpanishPage .hero .heroContainer .heroImage img,
  #learnFrenchPage .hero .heroContainer .heroImage img,
  #learnGermanPage .hero .heroContainer .heroImage img,
  #learnEnglishPage .hero .heroContainer .heroImage img,
  #learnItalianPage .hero .heroContainer .heroImage img,
  #learnDutchPage .hero .heroContainer .heroImage img {
    width: 330px;
    height: 332px;
  }
  #mainLandingPage .hero .heroSection,
  #learnSpanishPage .hero .heroSection,
  #learnFrenchPage .hero .heroSection,
  #learnGermanPage .hero .heroSection,
  #learnEnglishPage .hero .heroSection,
  #learnItalianPage .hero .heroSection,
  #learnDutchPage .hero .heroSection {
    height: 455px;
  }
  #mainLandingPage .hero .heroContent,
  #learnSpanishPage .hero .heroContent,
  #learnFrenchPage .hero .heroContent,
  #learnGermanPage .hero .heroContent,
  #learnEnglishPage .hero .heroContent,
  #learnItalianPage .hero .heroContent,
  #learnDutchPage .hero .heroContent {
    width: 340px;
    padding-top: 28px;
    font-size: 20px;
    line-height: 32px;
  }
  #mainLandingPage .hero .heroContent h1,
  #learnSpanishPage .hero .heroContent h1,
  #learnFrenchPage .hero .heroContent h1,
  #learnGermanPage .hero .heroContent h1,
  #learnEnglishPage .hero .heroContent h1,
  #learnItalianPage .hero .heroContent h1,
  #learnDutchPage .hero .heroContent h1 {
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #mainLandingPage .hero .heroContainer .heroImage,
  #learnSpanishPage .hero .heroContainer .heroImage,
  #learnFrenchPage .hero .heroContainer .heroImage,
  #learnGermanPage .hero .heroContainer .heroImage,
  #learnEnglishPage .hero .heroContainer .heroImage,
  #learnItalianPage .hero .heroContainer .heroImage,
  #learnDutchPage .hero .heroContainer .heroImage {
    display: none;
  }
  #mainLandingPage .hero .heroContent .heroButton,
  #learnSpanishPage .hero .heroContent .heroButton,
  #learnFrenchPage .hero .heroContent .heroButton,
  #learnGermanPage .hero .heroContent .heroButton,
  #learnEnglishPage .hero .heroContent .heroButton,
  #learnItalianPage .hero .heroContent .heroButton,
  #learnDutchPage .hero .heroContent .heroButton {
    width: 100%;
    height: 59px;
    padding: 11.844px 26.319px;
    font-size: 24px;
    line-height: 35px;
    border-radius: 8px;
    box-shadow: 1.316px 1.316px 1.316px 0px rgba(0, 0, 0, 0.2);
    margin-top: 28px;
  }
}
@media (max-width: 374px) {
  #mainLandingPage .hero .heroContainer,
  #learnSpanishPage .hero .heroContainer,
  #learnFrenchPage .hero .heroContainer,
  #learnGermanPage .hero .heroContainer,
  #learnEnglishPage .hero .heroContainer,
  #learnItalianPage .hero .heroContainer,
  #learnDutchPage .hero .heroContainer {
    width: 100%;
  }
  #mainLandingPage .hero .heroContent,
  #learnSpanishPage .hero .heroContent,
  #learnFrenchPage .hero .heroContent,
  #learnGermanPage .hero .heroContent,
  #learnEnglishPage .hero .heroContent,
  #learnItalianPage .hero .heroContent,
  #learnDutchPage .hero .heroContent {
    min-width: 100%;
    width: 100%;
    font-size: 18px;
  }
}
#mainLandingPage .languageCarousel .container,
#learnSpanishPage .languageCarousel .container,
#learnFrenchPage .languageCarousel .container,
#learnGermanPage .languageCarousel .container,
#learnEnglishPage .languageCarousel .container,
#learnItalianPage .languageCarousel .container,
#learnDutchPage .languageCarousel .container {
  width: 100%;
  position: relative;
  top: -90px;
}
#mainLandingPage .languageCarousel .carousel,
#learnSpanishPage .languageCarousel .carousel,
#learnFrenchPage .languageCarousel .carousel,
#learnGermanPage .languageCarousel .carousel,
#learnEnglishPage .languageCarousel .carousel,
#learnItalianPage .languageCarousel .carousel,
#learnDutchPage .languageCarousel .carousel {
  width: 100%;
  max-width: 1240px;
  border-radius: 28px;
  padding: 26px 45px;
  background: #053d2a;
  margin: auto;
}
#mainLandingPage .languageCarousel .carousel .title,
#learnSpanishPage .languageCarousel .carousel .title,
#learnFrenchPage .languageCarousel .carousel .title,
#learnGermanPage .languageCarousel .carousel .title,
#learnEnglishPage .languageCarousel .carousel .title,
#learnItalianPage .languageCarousel .carousel .title,
#learnDutchPage .languageCarousel .carousel .title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 26px;
}
#mainLandingPage .languageCarousel .carousel .carouselInner,
#learnSpanishPage .languageCarousel .carousel .carouselInner,
#learnFrenchPage .languageCarousel .carousel .carouselInner,
#learnGermanPage .languageCarousel .carousel .carouselInner,
#learnEnglishPage .languageCarousel .carousel .carouselInner,
#learnItalianPage .languageCarousel .carousel .carouselInner,
#learnDutchPage .languageCarousel .carousel .carouselInner {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-around;
}
#mainLandingPage .languageCarousel .slider,
#learnSpanishPage .languageCarousel .slider,
#learnFrenchPage .languageCarousel .slider,
#learnGermanPage .languageCarousel .slider,
#learnEnglishPage .languageCarousel .slider,
#learnItalianPage .languageCarousel .slider,
#learnDutchPage .languageCarousel .slider {
  width: 97%;
  margin: auto;
}
#mainLandingPage .languageCarousel .language,
#learnSpanishPage .languageCarousel .language,
#learnFrenchPage .languageCarousel .language,
#learnGermanPage .languageCarousel .language,
#learnEnglishPage .languageCarousel .language,
#learnItalianPage .languageCarousel .language,
#learnDutchPage .languageCarousel .language {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: transform 0.3s ease;
}
#mainLandingPage .languageCarousel .language:hover,
#learnSpanishPage .languageCarousel .language:hover,
#learnFrenchPage .languageCarousel .language:hover,
#learnGermanPage .languageCarousel .language:hover,
#learnEnglishPage .languageCarousel .language:hover,
#learnItalianPage .languageCarousel .language:hover,
#learnDutchPage .languageCarousel .language:hover {
  transform: scale(1.15);
}
#mainLandingPage .languageCarousel .language .flag,
#learnSpanishPage .languageCarousel .language .flag,
#learnFrenchPage .languageCarousel .language .flag,
#learnGermanPage .languageCarousel .language .flag,
#learnEnglishPage .languageCarousel .language .flag,
#learnItalianPage .languageCarousel .language .flag,
#learnDutchPage .languageCarousel .language .flag {
  font-size: 48px;
  line-height: 1;
}
#mainLandingPage .languageCarousel .language .flag img,
#learnSpanishPage .languageCarousel .language .flag img,
#learnFrenchPage .languageCarousel .language .flag img,
#learnGermanPage .languageCarousel .language .flag img,
#learnEnglishPage .languageCarousel .language .flag img,
#learnItalianPage .languageCarousel .language .flag img,
#learnDutchPage .languageCarousel .language .flag img {
  border-radius: 5px;
  width: 50px;
  height: 45px;
}
#mainLandingPage .languageCarousel .language p,
#learnSpanishPage .languageCarousel .language p,
#learnFrenchPage .languageCarousel .language p,
#learnGermanPage .languageCarousel .language p,
#learnEnglishPage .languageCarousel .language p,
#learnItalianPage .languageCarousel .language p,
#learnDutchPage .languageCarousel .language p {
  margin: 0;
}
@media (max-width: 768px) {
  #mainLandingPage .languageCarousel .language.sizeMedium,
  #mainLandingPage .languageCarousel .language.sizeLarge,
  #learnSpanishPage .languageCarousel .language.sizeMedium,
  #learnSpanishPage .languageCarousel .language.sizeLarge,
  #learnFrenchPage .languageCarousel .language.sizeMedium,
  #learnFrenchPage .languageCarousel .language.sizeLarge,
  #learnGermanPage .languageCarousel .language.sizeMedium,
  #learnGermanPage .languageCarousel .language.sizeLarge,
  #learnEnglishPage .languageCarousel .language.sizeMedium,
  #learnEnglishPage .languageCarousel .language.sizeLarge,
  #learnItalianPage .languageCarousel .language.sizeMedium,
  #learnItalianPage .languageCarousel .language.sizeLarge,
  #learnDutchPage .languageCarousel .language.sizeMedium,
  #learnDutchPage .languageCarousel .language.sizeLarge {
    display: none;
  }
}
@media (max-width: 1120px) {
  #mainLandingPage .languageCarousel .language.sizeLarge,
  #learnSpanishPage .languageCarousel .language.sizeLarge,
  #learnFrenchPage .languageCarousel .language.sizeLarge,
  #learnGermanPage .languageCarousel .language.sizeLarge,
  #learnEnglishPage .languageCarousel .language.sizeLarge,
  #learnItalianPage .languageCarousel .language.sizeLarge,
  #learnDutchPage .languageCarousel .language.sizeLarge {
    display: none;
  }
}
@media (max-width: 1120px) {
  #mainLandingPage .languageCarousel .carousel,
  #learnSpanishPage .languageCarousel .carousel,
  #learnFrenchPage .languageCarousel .carousel,
  #learnGermanPage .languageCarousel .carousel,
  #learnEnglishPage .languageCarousel .carousel,
  #learnItalianPage .languageCarousel .carousel,
  #learnDutchPage .languageCarousel .carousel {
    border-radius: 20px;
    padding: 24px 36px;
  }
  #mainLandingPage .languageCarousel .language p,
  #learnSpanishPage .languageCarousel .language p,
  #learnFrenchPage .languageCarousel .language p,
  #learnGermanPage .languageCarousel .language p,
  #learnEnglishPage .languageCarousel .language p,
  #learnItalianPage .languageCarousel .language p,
  #learnDutchPage .languageCarousel .language p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #mainLandingPage .languageCarousel .container,
  #learnSpanishPage .languageCarousel .container,
  #learnFrenchPage .languageCarousel .container,
  #learnGermanPage .languageCarousel .container,
  #learnEnglishPage .languageCarousel .container,
  #learnItalianPage .languageCarousel .container,
  #learnDutchPage .languageCarousel .container {
    top: -105px;
  }
  #mainLandingPage .languageCarousel .carousel,
  #learnSpanishPage .languageCarousel .carousel,
  #learnFrenchPage .languageCarousel .carousel,
  #learnGermanPage .languageCarousel .carousel,
  #learnEnglishPage .languageCarousel .carousel,
  #learnItalianPage .languageCarousel .carousel,
  #learnDutchPage .languageCarousel .carousel {
    padding: 22px;
  }
}
@media (max-width: 370px) {
  #mainLandingPage .languageCarousel .carousel,
  #learnSpanishPage .languageCarousel .carousel,
  #learnFrenchPage .languageCarousel .carousel,
  #learnGermanPage .languageCarousel .carousel,
  #learnEnglishPage .languageCarousel .carousel,
  #learnItalianPage .languageCarousel .carousel,
  #learnDutchPage .languageCarousel .carousel {
    padding: 12px;
  }
  #mainLandingPage .languageCarousel .carousel .flag img,
  #learnSpanishPage .languageCarousel .carousel .flag img,
  #learnFrenchPage .languageCarousel .carousel .flag img,
  #learnGermanPage .languageCarousel .carousel .flag img,
  #learnEnglishPage .languageCarousel .carousel .flag img,
  #learnItalianPage .languageCarousel .carousel .flag img,
  #learnDutchPage .languageCarousel .carousel .flag img {
    width: 38px;
    height: 34px;
  }
}
#mainLandingPage .tutorial img,
#learnSpanishPage .tutorial img,
#learnFrenchPage .tutorial img,
#learnGermanPage .tutorial img,
#learnEnglishPage .tutorial img,
#learnItalianPage .tutorial img,
#learnDutchPage .tutorial img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mainLandingPage .tutorial .arrow_left,
#learnSpanishPage .tutorial .arrow_left,
#learnFrenchPage .tutorial .arrow_left,
#learnGermanPage .tutorial .arrow_left,
#learnEnglishPage .tutorial .arrow_left,
#learnItalianPage .tutorial .arrow_left,
#learnDutchPage .tutorial .arrow_left {
  width: 552px !important;
  height: 370px !important;
  position: absolute !important;
  left: -311px !important;
  top: 58px !important;
}
#mainLandingPage .tutorial .mobile_image,
#learnSpanishPage .tutorial .mobile_image,
#learnFrenchPage .tutorial .mobile_image,
#learnGermanPage .tutorial .mobile_image,
#learnEnglishPage .tutorial .mobile_image,
#learnItalianPage .tutorial .mobile_image,
#learnDutchPage .tutorial .mobile_image {
  display: none;
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.1);
  background-color: #edece8;
  border-radius: 9.285px;
}
#mainLandingPage .tutorial .desktop_image,
#learnSpanishPage .tutorial .desktop_image,
#learnFrenchPage .tutorial .desktop_image,
#learnGermanPage .tutorial .desktop_image,
#learnEnglishPage .tutorial .desktop_image,
#learnItalianPage .tutorial .desktop_image,
#learnDutchPage .tutorial .desktop_image {
  display: block;
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.1);
  background-color: #edece8 !important;
  border-radius: 16px;
}
#mainLandingPage .tutorial .arrow_right,
#learnSpanishPage .tutorial .arrow_right,
#learnFrenchPage .tutorial .arrow_right,
#learnGermanPage .tutorial .arrow_right,
#learnEnglishPage .tutorial .arrow_right,
#learnItalianPage .tutorial .arrow_right,
#learnDutchPage .tutorial .arrow_right {
  width: 334px !important;
  height: 432px !important;
  position: absolute !important;
  left: 358px !important;
  top: 20px !important;
  transform: rotate(3deg);
}
#mainLandingPage .tutorial .mobile_arrow_left,
#learnSpanishPage .tutorial .mobile_arrow_left,
#learnFrenchPage .tutorial .mobile_arrow_left,
#learnGermanPage .tutorial .mobile_arrow_left,
#learnEnglishPage .tutorial .mobile_arrow_left,
#learnItalianPage .tutorial .mobile_arrow_left,
#learnDutchPage .tutorial .mobile_arrow_left {
  display: none;
}
#mainLandingPage .tutorial .mobile_arrow_right,
#learnSpanishPage .tutorial .mobile_arrow_right,
#learnFrenchPage .tutorial .mobile_arrow_right,
#learnGermanPage .tutorial .mobile_arrow_right,
#learnEnglishPage .tutorial .mobile_arrow_right,
#learnItalianPage .tutorial .mobile_arrow_right,
#learnDutchPage .tutorial .mobile_arrow_right {
  display: none;
}
#mainLandingPage .tutorial .section,
#learnSpanishPage .tutorial .section,
#learnFrenchPage .tutorial .section,
#learnGermanPage .tutorial .section,
#learnEnglishPage .tutorial .section,
#learnItalianPage .tutorial .section,
#learnDutchPage .tutorial .section {
  margin-bottom: 120px;
}
#mainLandingPage .tutorial .tutorial_container,
#learnSpanishPage .tutorial .tutorial_container,
#learnFrenchPage .tutorial .tutorial_container,
#learnGermanPage .tutorial .tutorial_container,
#learnEnglishPage .tutorial .tutorial_container,
#learnItalianPage .tutorial .tutorial_container,
#learnDutchPage .tutorial .tutorial_container {
  display: flex;
  flex-direction: column;
  row-gap: 182px;
}
#mainLandingPage .tutorial .tutorial_section_title,
#learnSpanishPage .tutorial .tutorial_section_title,
#learnFrenchPage .tutorial .tutorial_section_title,
#learnGermanPage .tutorial .tutorial_section_title,
#learnEnglishPage .tutorial .tutorial_section_title,
#learnItalianPage .tutorial .tutorial_section_title,
#learnDutchPage .tutorial .tutorial_section_title {
  color: #56544e;
  font-size: 48px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 80px;
  font-weight: 600;
}
#mainLandingPage .tutorial .row_two,
#learnSpanishPage .tutorial .row_two,
#learnFrenchPage .tutorial .row_two,
#learnGermanPage .tutorial .row_two,
#learnEnglishPage .tutorial .row_two,
#learnItalianPage .tutorial .row_two,
#learnDutchPage .tutorial .row_two {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}
#mainLandingPage .tutorial .step,
#learnSpanishPage .tutorial .step,
#learnFrenchPage .tutorial .step,
#learnGermanPage .tutorial .step,
#learnEnglishPage .tutorial .step,
#learnItalianPage .tutorial .step,
#learnDutchPage .tutorial .step {
  max-width: 400px;
  color: #56544e;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
#mainLandingPage .tutorial .step .step_image,
#learnSpanishPage .tutorial .step .step_image,
#learnFrenchPage .tutorial .step .step_image,
#learnGermanPage .tutorial .step .step_image,
#learnEnglishPage .tutorial .step .step_image,
#learnItalianPage .tutorial .step .step_image,
#learnDutchPage .tutorial .step .step_image {
  position: relative;
  width: 400px;
  height: 385px;
}
#mainLandingPage .tutorial .row_one,
#learnSpanishPage .tutorial .row_one,
#learnFrenchPage .tutorial .row_one,
#learnGermanPage .tutorial .row_one,
#learnEnglishPage .tutorial .row_one,
#learnItalianPage .tutorial .row_one,
#learnDutchPage .tutorial .row_one {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
#mainLandingPage .tutorial .row_one .step,
#learnSpanishPage .tutorial .row_one .step,
#learnFrenchPage .tutorial .row_one .step,
#learnGermanPage .tutorial .row_one .step,
#learnEnglishPage .tutorial .row_one .step,
#learnItalianPage .tutorial .row_one .step,
#learnDutchPage .tutorial .row_one .step {
  max-width: 529px;
  color: #56544e;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
#mainLandingPage .tutorial .row_one .step .step_desc,
#learnSpanishPage .tutorial .row_one .step .step_desc,
#learnFrenchPage .tutorial .row_one .step .step_desc,
#learnGermanPage .tutorial .row_one .step .step_desc,
#learnEnglishPage .tutorial .row_one .step .step_desc,
#learnItalianPage .tutorial .row_one .step .step_desc,
#learnDutchPage .tutorial .row_one .step .step_desc {
  max-width: 400px;
}
#mainLandingPage .tutorial .row_one .step .step_image,
#learnSpanishPage .tutorial .row_one .step .step_image,
#learnFrenchPage .tutorial .row_one .step .step_image,
#learnGermanPage .tutorial .row_one .step .step_image,
#learnEnglishPage .tutorial .row_one .step .step_image,
#learnItalianPage .tutorial .row_one .step .step_image,
#learnDutchPage .tutorial .row_one .step .step_image {
  position: relative;
  width: 529px;
  height: 263px;
}
#mainLandingPage .tutorial .step_title,
#learnSpanishPage .tutorial .step_title,
#learnFrenchPage .tutorial .step_title,
#learnGermanPage .tutorial .step_title,
#learnEnglishPage .tutorial .step_title,
#learnItalianPage .tutorial .step_title,
#learnDutchPage .tutorial .step_title {
  font-size: 34px;
  font-weight: 600;
  line-height: 44px;
}
#mainLandingPage .tutorial .step_desc,
#learnSpanishPage .tutorial .step_desc,
#learnFrenchPage .tutorial .step_desc,
#learnGermanPage .tutorial .step_desc,
#learnEnglishPage .tutorial .step_desc,
#learnItalianPage .tutorial .step_desc,
#learnDutchPage .tutorial .step_desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
#mainLandingPage .tutorial .btn_container,
#learnSpanishPage .tutorial .btn_container,
#learnFrenchPage .tutorial .btn_container,
#learnGermanPage .tutorial .btn_container,
#learnEnglishPage .tutorial .btn_container,
#learnItalianPage .tutorial .btn_container,
#learnDutchPage .tutorial .btn_container {
  display: flex;
  justify-content: center;
}
#mainLandingPage .tutorial .learning_button,
#learnSpanishPage .tutorial .learning_button,
#learnFrenchPage .tutorial .learning_button,
#learnGermanPage .tutorial .learning_button,
#learnEnglishPage .tutorial .learning_button,
#learnItalianPage .tutorial .learning_button,
#learnDutchPage .tutorial .learning_button {
  width: -moz-fit-content !important;
  width: fit-content !important;
  background-color: #43b08a;
  border: 1px solid #43b08a;
  color: #fff;
}
@media (max-width: 1419px) {
  #mainLandingPage .tutorial .row_two,
  #learnSpanishPage .tutorial .row_two,
  #learnFrenchPage .tutorial .row_two,
  #learnGermanPage .tutorial .row_two,
  #learnEnglishPage .tutorial .row_two,
  #learnItalianPage .tutorial .row_two,
  #learnDutchPage .tutorial .row_two {
    justify-content: space-between;
  }
}
@media (max-width: 1120px) {
  #mainLandingPage .tutorial .section,
  #learnSpanishPage .tutorial .section,
  #learnFrenchPage .tutorial .section,
  #learnGermanPage .tutorial .section,
  #learnEnglishPage .tutorial .section,
  #learnItalianPage .tutorial .section,
  #learnDutchPage .tutorial .section {
    margin-bottom: 52px;
  }
  #mainLandingPage .tutorial .arrow_left,
  #learnSpanishPage .tutorial .arrow_left,
  #learnFrenchPage .tutorial .arrow_left,
  #learnGermanPage .tutorial .arrow_left,
  #learnEnglishPage .tutorial .arrow_left,
  #learnItalianPage .tutorial .arrow_left,
  #learnDutchPage .tutorial .arrow_left {
    width: 286px !important;
    height: 320px !important;
    left: -135px !important;
    top: 11px !important;
  }
  #mainLandingPage .tutorial .arrow_right,
  #learnSpanishPage .tutorial .arrow_right,
  #learnFrenchPage .tutorial .arrow_right,
  #learnGermanPage .tutorial .arrow_right,
  #learnEnglishPage .tutorial .arrow_right,
  #learnItalianPage .tutorial .arrow_right,
  #learnDutchPage .tutorial .arrow_right {
    width: 246px !important;
    height: 285px !important;
    position: absolute !important;
    left: 280px !important;
    top: 23px !important;
    transform: rotate(3deg);
  }
  #mainLandingPage .tutorial .tutorial_container,
  #learnSpanishPage .tutorial .tutorial_container,
  #learnFrenchPage .tutorial .tutorial_container,
  #learnGermanPage .tutorial .tutorial_container,
  #learnEnglishPage .tutorial .tutorial_container,
  #learnItalianPage .tutorial .tutorial_container,
  #learnDutchPage .tutorial .tutorial_container {
    row-gap: 100px;
  }
  #mainLandingPage .tutorial .tutorial_section_title,
  #learnSpanishPage .tutorial .tutorial_section_title,
  #learnFrenchPage .tutorial .tutorial_section_title,
  #learnGermanPage .tutorial .tutorial_section_title,
  #learnEnglishPage .tutorial .tutorial_section_title,
  #learnItalianPage .tutorial .tutorial_section_title,
  #learnDutchPage .tutorial .tutorial_section_title {
    font-size: 34px;
    line-height: 41px;
    margin: 0px 0px 52px;
  }
  #mainLandingPage .tutorial .step,
  #learnSpanishPage .tutorial .step,
  #learnFrenchPage .tutorial .step,
  #learnGermanPage .tutorial .step,
  #learnEnglishPage .tutorial .step,
  #learnItalianPage .tutorial .step,
  #learnDutchPage .tutorial .step {
    max-width: 350px;
  }
  #mainLandingPage .tutorial .step .step_image,
  #learnSpanishPage .tutorial .step .step_image,
  #learnFrenchPage .tutorial .step .step_image,
  #learnGermanPage .tutorial .step .step_image,
  #learnEnglishPage .tutorial .step .step_image,
  #learnItalianPage .tutorial .step .step_image,
  #learnDutchPage .tutorial .step .step_image {
    position: relative;
    width: 300px;
    height: 285px;
  }
  #mainLandingPage .tutorial .row_one .step,
  #learnSpanishPage .tutorial .row_one .step,
  #learnFrenchPage .tutorial .row_one .step,
  #learnGermanPage .tutorial .row_one .step,
  #learnEnglishPage .tutorial .row_one .step,
  #learnItalianPage .tutorial .row_one .step,
  #learnDutchPage .tutorial .row_one .step {
    max-width: 400px;
    row-gap: 8px;
  }
  #mainLandingPage .tutorial .row_one .step .step_image,
  #learnSpanishPage .tutorial .row_one .step .step_image,
  #learnFrenchPage .tutorial .row_one .step .step_image,
  #learnGermanPage .tutorial .row_one .step .step_image,
  #learnEnglishPage .tutorial .row_one .step .step_image,
  #learnItalianPage .tutorial .row_one .step .step_image,
  #learnDutchPage .tutorial .row_one .step .step_image {
    position: relative;
    width: 429px;
    height: 214px;
  }
  #mainLandingPage .tutorial .step_title,
  #learnSpanishPage .tutorial .step_title,
  #learnFrenchPage .tutorial .step_title,
  #learnGermanPage .tutorial .step_title,
  #learnEnglishPage .tutorial .step_title,
  #learnItalianPage .tutorial .step_title,
  #learnDutchPage .tutorial .step_title {
    font-size: 25px;
    line-height: 34px;
  }
  #mainLandingPage .tutorial .step_desc,
  #learnSpanishPage .tutorial .step_desc,
  #learnFrenchPage .tutorial .step_desc,
  #learnGermanPage .tutorial .step_desc,
  #learnEnglishPage .tutorial .step_desc,
  #learnItalianPage .tutorial .step_desc,
  #learnDutchPage .tutorial .step_desc {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  #mainLandingPage .tutorial .section,
  #learnSpanishPage .tutorial .section,
  #learnFrenchPage .tutorial .section,
  #learnGermanPage .tutorial .section,
  #learnEnglishPage .tutorial .section,
  #learnItalianPage .tutorial .section,
  #learnDutchPage .tutorial .section {
    margin-bottom: 0px;
    position: relative;
    top: -52px;
  }
  #mainLandingPage .tutorial .step_title,
  #learnSpanishPage .tutorial .step_title,
  #learnFrenchPage .tutorial .step_title,
  #learnGermanPage .tutorial .step_title,
  #learnEnglishPage .tutorial .step_title,
  #learnItalianPage .tutorial .step_title,
  #learnDutchPage .tutorial .step_title {
    width: 271px;
  }
  #mainLandingPage .tutorial .tutorial_container,
  #learnSpanishPage .tutorial .tutorial_container,
  #learnFrenchPage .tutorial .tutorial_container,
  #learnGermanPage .tutorial .tutorial_container,
  #learnEnglishPage .tutorial .tutorial_container,
  #learnItalianPage .tutorial .tutorial_container,
  #learnDutchPage .tutorial .tutorial_container {
    row-gap: 52px;
  }
  #mainLandingPage .tutorial .tutorial_section_title,
  #learnSpanishPage .tutorial .tutorial_section_title,
  #learnFrenchPage .tutorial .tutorial_section_title,
  #learnGermanPage .tutorial .tutorial_section_title,
  #learnEnglishPage .tutorial .tutorial_section_title,
  #learnItalianPage .tutorial .tutorial_section_title,
  #learnDutchPage .tutorial .tutorial_section_title {
    font-size: 24px;
    line-height: 34px;
    margin: 0px 0px 21px;
  }
  #mainLandingPage .tutorial .step,
  #learnSpanishPage .tutorial .step,
  #learnFrenchPage .tutorial .step,
  #learnGermanPage .tutorial .step,
  #learnEnglishPage .tutorial .step,
  #learnItalianPage .tutorial .step,
  #learnDutchPage .tutorial .step {
    align-items: center;
    text-align: center;
    max-width: 343px;
  }
  #mainLandingPage .tutorial .step .step_image,
  #learnSpanishPage .tutorial .step .step_image,
  #learnFrenchPage .tutorial .step .step_image,
  #learnGermanPage .tutorial .step .step_image,
  #learnEnglishPage .tutorial .step .step_image,
  #learnItalianPage .tutorial .step .step_image,
  #learnDutchPage .tutorial .step .step_image {
    position: relative;
    width: 307px;
    height: 242px;
  }
  #mainLandingPage .tutorial .row_two,
  #learnSpanishPage .tutorial .row_two,
  #learnFrenchPage .tutorial .row_two,
  #learnGermanPage .tutorial .row_two,
  #learnEnglishPage .tutorial .row_two,
  #learnItalianPage .tutorial .row_two,
  #learnDutchPage .tutorial .row_two {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
    row-gap: 52px;
  }
  #mainLandingPage .tutorial .row_two .step .step_title,
  #learnSpanishPage .tutorial .row_two .step .step_title,
  #learnFrenchPage .tutorial .row_two .step .step_title,
  #learnGermanPage .tutorial .row_two .step .step_title,
  #learnEnglishPage .tutorial .row_two .step .step_title,
  #learnItalianPage .tutorial .row_two .step .step_title,
  #learnDutchPage .tutorial .row_two .step .step_title {
    width: 344px;
  }
  #mainLandingPage .tutorial .row_two .step .step_desc,
  #learnSpanishPage .tutorial .row_two .step .step_desc,
  #learnFrenchPage .tutorial .row_two .step .step_desc,
  #learnGermanPage .tutorial .row_two .step .step_desc,
  #learnEnglishPage .tutorial .row_two .step .step_desc,
  #learnItalianPage .tutorial .row_two .step .step_desc,
  #learnDutchPage .tutorial .row_two .step .step_desc {
    width: 270px;
  }
  #mainLandingPage .tutorial .row_two .step .step_title.short,
  #learnSpanishPage .tutorial .row_two .step .step_title.short,
  #learnFrenchPage .tutorial .row_two .step .step_title.short,
  #learnGermanPage .tutorial .row_two .step .step_title.short,
  #learnEnglishPage .tutorial .row_two .step .step_title.short,
  #learnItalianPage .tutorial .row_two .step .step_title.short,
  #learnDutchPage .tutorial .row_two .step .step_title.short {
    width: 271px;
  }
  #mainLandingPage .tutorial .row_one,
  #learnSpanishPage .tutorial .row_one,
  #learnFrenchPage .tutorial .row_one,
  #learnGermanPage .tutorial .row_one,
  #learnEnglishPage .tutorial .row_one,
  #learnItalianPage .tutorial .row_one,
  #learnDutchPage .tutorial .row_one {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  #mainLandingPage .tutorial .row_one .step,
  #learnSpanishPage .tutorial .row_one .step,
  #learnFrenchPage .tutorial .row_one .step,
  #learnGermanPage .tutorial .row_one .step,
  #learnEnglishPage .tutorial .row_one .step,
  #learnItalianPage .tutorial .row_one .step,
  #learnDutchPage .tutorial .row_one .step {
    max-width: 400px;
    row-gap: 8px;
  }
  #mainLandingPage .tutorial .row_one .step .step_title,
  #learnSpanishPage .tutorial .row_one .step .step_title,
  #learnFrenchPage .tutorial .row_one .step .step_title,
  #learnGermanPage .tutorial .row_one .step .step_title,
  #learnEnglishPage .tutorial .row_one .step .step_title,
  #learnItalianPage .tutorial .row_one .step .step_title,
  #learnDutchPage .tutorial .row_one .step .step_title {
    font-size: 20px;
    line-height: 34px;
  }
  #mainLandingPage .tutorial .row_one .step .step_image,
  #learnSpanishPage .tutorial .row_one .step .step_image,
  #learnFrenchPage .tutorial .row_one .step .step_image,
  #learnGermanPage .tutorial .row_one .step .step_image,
  #learnEnglishPage .tutorial .row_one .step .step_image,
  #learnItalianPage .tutorial .row_one .step .step_image,
  #learnDutchPage .tutorial .row_one .step .step_image {
    position: relative;
    width: 307px;
    height: 153px;
  }
  #mainLandingPage .tutorial .btn_container,
  #learnSpanishPage .tutorial .btn_container,
  #learnFrenchPage .tutorial .btn_container,
  #learnGermanPage .tutorial .btn_container,
  #learnEnglishPage .tutorial .btn_container,
  #learnItalianPage .tutorial .btn_container,
  #learnDutchPage .tutorial .btn_container {
    display: none;
  }
  #mainLandingPage .tutorial .arrow_left,
  #learnSpanishPage .tutorial .arrow_left,
  #learnFrenchPage .tutorial .arrow_left,
  #learnGermanPage .tutorial .arrow_left,
  #learnEnglishPage .tutorial .arrow_left,
  #learnItalianPage .tutorial .arrow_left,
  #learnDutchPage .tutorial .arrow_left {
    display: none;
  }
  #mainLandingPage .tutorial .arrow_right,
  #learnSpanishPage .tutorial .arrow_right,
  #learnFrenchPage .tutorial .arrow_right,
  #learnGermanPage .tutorial .arrow_right,
  #learnEnglishPage .tutorial .arrow_right,
  #learnItalianPage .tutorial .arrow_right,
  #learnDutchPage .tutorial .arrow_right {
    display: none;
  }
  #mainLandingPage .tutorial .mobile_arrow_left,
  #learnSpanishPage .tutorial .mobile_arrow_left,
  #learnFrenchPage .tutorial .mobile_arrow_left,
  #learnGermanPage .tutorial .mobile_arrow_left,
  #learnEnglishPage .tutorial .mobile_arrow_left,
  #learnItalianPage .tutorial .mobile_arrow_left,
  #learnDutchPage .tutorial .mobile_arrow_left {
    display: block;
    width: 142px !important;
    height: 185px !important;
    left: -24px !important;
    top: 43px !important;
  }
  #mainLandingPage .tutorial .mobile_arrow_right,
  #learnSpanishPage .tutorial .mobile_arrow_right,
  #learnFrenchPage .tutorial .mobile_arrow_right,
  #learnGermanPage .tutorial .mobile_arrow_right,
  #learnEnglishPage .tutorial .mobile_arrow_right,
  #learnItalianPage .tutorial .mobile_arrow_right,
  #learnDutchPage .tutorial .mobile_arrow_right {
    display: block;
    width: 101px !important;
    height: 652px !important;
    position: absolute !important;
    left: 224px !important;
    top: 26px !important;
  }
  #mainLandingPage .tutorial .mobile_image,
  #learnSpanishPage .tutorial .mobile_image,
  #learnFrenchPage .tutorial .mobile_image,
  #learnGermanPage .tutorial .mobile_image,
  #learnEnglishPage .tutorial .mobile_image,
  #learnItalianPage .tutorial .mobile_image,
  #learnDutchPage .tutorial .mobile_image {
    display: block;
  }
  #mainLandingPage .tutorial .desktop_image,
  #learnSpanishPage .tutorial .desktop_image,
  #learnFrenchPage .tutorial .desktop_image,
  #learnGermanPage .tutorial .desktop_image,
  #learnEnglishPage .tutorial .desktop_image,
  #learnItalianPage .tutorial .desktop_image,
  #learnDutchPage .tutorial .desktop_image {
    display: none;
  }
}
@media (max-width: 374px) {
  #mainLandingPage .tutorial .step,
  #learnSpanishPage .tutorial .step,
  #learnFrenchPage .tutorial .step,
  #learnGermanPage .tutorial .step,
  #learnEnglishPage .tutorial .step,
  #learnItalianPage .tutorial .step,
  #learnDutchPage .tutorial .step {
    max-width: 309px;
  }
  #mainLandingPage .tutorial .step .step_image,
  #learnSpanishPage .tutorial .step .step_image,
  #learnFrenchPage .tutorial .step .step_image,
  #learnGermanPage .tutorial .step .step_image,
  #learnEnglishPage .tutorial .step .step_image,
  #learnItalianPage .tutorial .step .step_image,
  #learnDutchPage .tutorial .step .step_image {
    width: 267px;
    height: 207px;
  }
  #mainLandingPage .tutorial .row_one,
  #learnSpanishPage .tutorial .row_one,
  #learnFrenchPage .tutorial .row_one,
  #learnGermanPage .tutorial .row_one,
  #learnEnglishPage .tutorial .row_one,
  #learnItalianPage .tutorial .row_one,
  #learnDutchPage .tutorial .row_one {
    width: 100%;
  }
  #mainLandingPage .tutorial .row_one .step,
  #learnSpanishPage .tutorial .row_one .step,
  #learnFrenchPage .tutorial .row_one .step,
  #learnGermanPage .tutorial .row_one .step,
  #learnEnglishPage .tutorial .row_one .step,
  #learnItalianPage .tutorial .row_one .step,
  #learnDutchPage .tutorial .row_one .step {
    max-width: 309px;
    row-gap: 8px;
  }
  #mainLandingPage .tutorial .row_one .step .step_title,
  #learnSpanishPage .tutorial .row_one .step .step_title,
  #learnFrenchPage .tutorial .row_one .step .step_title,
  #learnGermanPage .tutorial .row_one .step .step_title,
  #learnEnglishPage .tutorial .row_one .step .step_title,
  #learnItalianPage .tutorial .row_one .step .step_title,
  #learnDutchPage .tutorial .row_one .step .step_title {
    font-size: 20px;
    line-height: 26px;
    width: 280px;
  }
  #mainLandingPage .tutorial .row_one .step .step_image,
  #learnSpanishPage .tutorial .row_one .step .step_image,
  #learnFrenchPage .tutorial .row_one .step .step_image,
  #learnGermanPage .tutorial .row_one .step .step_image,
  #learnEnglishPage .tutorial .row_one .step .step_image,
  #learnItalianPage .tutorial .row_one .step .step_image,
  #learnDutchPage .tutorial .row_one .step .step_image {
    width: 267px;
    height: 133px;
  }
  #mainLandingPage .tutorial .row_one .mobile_arrow_right,
  #learnSpanishPage .tutorial .row_one .mobile_arrow_right,
  #learnFrenchPage .tutorial .row_one .mobile_arrow_right,
  #learnGermanPage .tutorial .row_one .mobile_arrow_right,
  #learnEnglishPage .tutorial .row_one .mobile_arrow_right,
  #learnItalianPage .tutorial .row_one .mobile_arrow_right,
  #learnDutchPage .tutorial .row_one .mobile_arrow_right {
    width: 90px !important;
    height: 580px !important;
    left: 192px !important;
    top: 22px !important;
  }
  #mainLandingPage .tutorial .row_one .mobile_arrow_left,
  #learnSpanishPage .tutorial .row_one .mobile_arrow_left,
  #learnFrenchPage .tutorial .row_one .mobile_arrow_left,
  #learnGermanPage .tutorial .row_one .mobile_arrow_left,
  #learnEnglishPage .tutorial .row_one .mobile_arrow_left,
  #learnItalianPage .tutorial .row_one .mobile_arrow_left,
  #learnDutchPage .tutorial .row_one .mobile_arrow_left {
    width: 115px !important;
    height: 166px !important;
    left: -11px !important;
    top: 38px !important;
  }
  #mainLandingPage .tutorial .row_two,
  #learnSpanishPage .tutorial .row_two,
  #learnFrenchPage .tutorial .row_two,
  #learnGermanPage .tutorial .row_two,
  #learnEnglishPage .tutorial .row_two,
  #learnItalianPage .tutorial .row_two,
  #learnDutchPage .tutorial .row_two {
    width: 100%;
  }
  #mainLandingPage .tutorial .row_two .step .step_title,
  #learnSpanishPage .tutorial .row_two .step .step_title,
  #learnFrenchPage .tutorial .row_two .step .step_title,
  #learnGermanPage .tutorial .row_two .step .step_title,
  #learnEnglishPage .tutorial .row_two .step .step_title,
  #learnItalianPage .tutorial .row_two .step .step_title,
  #learnDutchPage .tutorial .row_two .step .step_title {
    width: 280px;
    font-size: 20px;
    line-height: 26px;
  }
  #mainLandingPage .tutorial .row_two .step .step_desc,
  #learnSpanishPage .tutorial .row_two .step .step_desc,
  #learnFrenchPage .tutorial .row_two .step .step_desc,
  #learnGermanPage .tutorial .row_two .step .step_desc,
  #learnEnglishPage .tutorial .row_two .step .step_desc,
  #learnItalianPage .tutorial .row_two .step .step_desc,
  #learnDutchPage .tutorial .row_two .step .step_desc {
    width: 270px;
  }
  #mainLandingPage .tutorial .row_two .step .step_title.short,
  #learnSpanishPage .tutorial .row_two .step .step_title.short,
  #learnFrenchPage .tutorial .row_two .step .step_title.short,
  #learnGermanPage .tutorial .row_two .step .step_title.short,
  #learnEnglishPage .tutorial .row_two .step .step_title.short,
  #learnItalianPage .tutorial .row_two .step .step_title.short,
  #learnDutchPage .tutorial .row_two .step .step_title.short {
    width: 271px;
  }
}
#mainLandingPage .learnSection .learn_container,
#learnSpanishPage .learnSection .learn_container,
#learnFrenchPage .learnSection .learn_container,
#learnGermanPage .learnSection .learn_container,
#learnEnglishPage .learnSection .learn_container,
#learnItalianPage .learnSection .learn_container,
#learnDutchPage .learnSection .learn_container {
  background: url("/content/landingPages/learnbg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #053d2a;
  padding-top: 80px;
  padding-bottom: 80px;
}
#mainLandingPage .learnSection .learn_section,
#learnSpanishPage .learnSection .learn_section,
#learnFrenchPage .learnSection .learn_section,
#learnGermanPage .learnSection .learn_section,
#learnEnglishPage .learnSection .learn_section,
#learnItalianPage .learnSection .learn_section,
#learnDutchPage .learnSection .learn_section {
  gap: 62px;
  justify-content: flex-start;
}
#mainLandingPage .learnSection .right_section,
#learnSpanishPage .learnSection .right_section,
#learnFrenchPage .learnSection .right_section,
#learnGermanPage .learnSection .right_section,
#learnEnglishPage .learnSection .right_section,
#learnItalianPage .learnSection .right_section,
#learnDutchPage .learnSection .right_section {
  min-width: 310px;
  color: #fff;
}
#mainLandingPage .learnSection .learn_title,
#learnSpanishPage .learnSection .learn_title,
#learnFrenchPage .learnSection .learn_title,
#learnGermanPage .learnSection .learn_title,
#learnEnglishPage .learnSection .learn_title,
#learnItalianPage .learnSection .learn_title,
#learnDutchPage .learnSection .learn_title {
  font-weight: 600;
  font-size: 34px;
}
#mainLandingPage .learnSection .learn_tag_line,
#learnSpanishPage .learnSection .learn_tag_line,
#learnFrenchPage .learnSection .learn_tag_line,
#learnGermanPage .learnSection .learn_tag_line,
#learnEnglishPage .learnSection .learn_tag_line,
#learnItalianPage .learnSection .learn_tag_line,
#learnDutchPage .learnSection .learn_tag_line {
  font-weight: 400;
}
#mainLandingPage .learnSection .start_free_button,
#learnSpanishPage .learnSection .start_free_button,
#learnFrenchPage .learnSection .start_free_button,
#learnGermanPage .learnSection .start_free_button,
#learnEnglishPage .learnSection .start_free_button,
#learnItalianPage .learnSection .start_free_button,
#learnDutchPage .learnSection .start_free_button {
  width: -moz-fit-content !important;
  width: fit-content !important;
  border: 2px solid #f59237;
  background-color: #fff;
  color: #f59237;
  margin-top: 25px;
}
@media (max-width: 1200px) {
  #mainLandingPage .learnSection .learn_section,
  #learnSpanishPage .learnSection .learn_section,
  #learnFrenchPage .learnSection .learn_section,
  #learnGermanPage .learnSection .learn_section,
  #learnEnglishPage .learnSection .learn_section,
  #learnItalianPage .learnSection .learn_section,
  #learnDutchPage .learnSection .learn_section {
    gap: 80px;
  }
  #mainLandingPage .learnSection .learn_image,
  #learnSpanishPage .learnSection .learn_image,
  #learnFrenchPage .learnSection .learn_image,
  #learnGermanPage .learnSection .learn_image,
  #learnEnglishPage .learnSection .learn_image,
  #learnItalianPage .learnSection .learn_image,
  #learnDutchPage .learnSection .learn_image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 768px) {
  #mainLandingPage .learnSection .learn_section,
  #learnSpanishPage .learnSection .learn_section,
  #learnFrenchPage .learnSection .learn_section,
  #learnGermanPage .learnSection .learn_section,
  #learnEnglishPage .learnSection .learn_section,
  #learnItalianPage .learnSection .learn_section,
  #learnDutchPage .learnSection .learn_section {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  #mainLandingPage .learnSection .learn_title,
  #learnSpanishPage .learnSection .learn_title,
  #learnFrenchPage .learnSection .learn_title,
  #learnGermanPage .learnSection .learn_title,
  #learnEnglishPage .learnSection .learn_title,
  #learnItalianPage .learnSection .learn_title,
  #learnDutchPage .learnSection .learn_title {
    font-size: 24px;
  }
  #mainLandingPage .learnSection .right_section,
  #learnSpanishPage .learnSection .right_section,
  #learnFrenchPage .learnSection .right_section,
  #learnGermanPage .learnSection .right_section,
  #learnEnglishPage .learnSection .right_section,
  #learnItalianPage .learnSection .right_section,
  #learnDutchPage .learnSection .right_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #mainLandingPage .learnSection .learn_section,
  #learnSpanishPage .learnSection .learn_section,
  #learnFrenchPage .learnSection .learn_section,
  #learnGermanPage .learnSection .learn_section,
  #learnEnglishPage .learnSection .learn_section,
  #learnItalianPage .learnSection .learn_section,
  #learnDutchPage .learnSection .learn_section {
    gap: 25px;
  }
  #mainLandingPage .learnSection .learn_container,
  #learnSpanishPage .learnSection .learn_container,
  #learnFrenchPage .learnSection .learn_container,
  #learnGermanPage .learnSection .learn_container,
  #learnEnglishPage .learnSection .learn_container,
  #learnItalianPage .learnSection .learn_container,
  #learnDutchPage .learnSection .learn_container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
#mainLandingPage .readSection .read_section,
#learnSpanishPage .readSection .read_section,
#learnFrenchPage .readSection .read_section,
#learnGermanPage .readSection .read_section,
#learnEnglishPage .readSection .read_section,
#learnItalianPage .readSection .read_section,
#learnDutchPage .readSection .read_section {
  margin-top: 150px;
  margin-bottom: 150px;
  gap: 10px;
  align-items: flex-start;
}
#mainLandingPage .readSection .left_section,
#learnSpanishPage .readSection .left_section,
#learnFrenchPage .readSection .left_section,
#learnGermanPage .readSection .left_section,
#learnEnglishPage .readSection .left_section,
#learnItalianPage .readSection .left_section,
#learnDutchPage .readSection .left_section {
  flex: 1 1 0;
  color: #56544e;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 504px;
  min-width: 200px;
}
#mainLandingPage .readSection .image_section,
#learnSpanishPage .readSection .image_section,
#learnFrenchPage .readSection .image_section,
#learnGermanPage .readSection .image_section,
#learnEnglishPage .readSection .image_section,
#learnItalianPage .readSection .image_section,
#learnDutchPage .readSection .image_section {
  flex: 2 2 0;
  min-width: 280px;
}
#mainLandingPage .readSection .not_sure,
#learnSpanishPage .readSection .not_sure,
#learnFrenchPage .readSection .not_sure,
#learnGermanPage .readSection .not_sure,
#learnEnglishPage .readSection .not_sure,
#learnItalianPage .readSection .not_sure,
#learnDutchPage .readSection .not_sure {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 24px;
}
#mainLandingPage .readSection .read,
#mainLandingPage .readSection .upload,
#mainLandingPage .readSection .web_reader,
#learnSpanishPage .readSection .read,
#learnSpanishPage .readSection .upload,
#learnSpanishPage .readSection .web_reader,
#learnFrenchPage .readSection .read,
#learnFrenchPage .readSection .upload,
#learnFrenchPage .readSection .web_reader,
#learnGermanPage .readSection .read,
#learnGermanPage .readSection .upload,
#learnGermanPage .readSection .web_reader,
#learnEnglishPage .readSection .read,
#learnEnglishPage .readSection .upload,
#learnEnglishPage .readSection .web_reader,
#learnItalianPage .readSection .read,
#learnItalianPage .readSection .upload,
#learnItalianPage .readSection .web_reader,
#learnDutchPage .readSection .read,
#learnDutchPage .readSection .upload,
#learnDutchPage .readSection .web_reader {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 32px;
}
#mainLandingPage .readSection .learning_button,
#learnSpanishPage .readSection .learning_button,
#learnFrenchPage .readSection .learning_button,
#learnGermanPage .readSection .learning_button,
#learnEnglishPage .readSection .learning_button,
#learnItalianPage .readSection .learning_button,
#learnDutchPage .readSection .learning_button {
  width: -moz-fit-content !important;
  width: fit-content !important;
  background-color: #43b08a;
  border: 1px solid #43b08a;
  color: #fff;
}
#mainLandingPage .readSection .learning_button_mobile,
#learnSpanishPage .readSection .learning_button_mobile,
#learnFrenchPage .readSection .learning_button_mobile,
#learnGermanPage .readSection .learning_button_mobile,
#learnEnglishPage .readSection .learning_button_mobile,
#learnItalianPage .readSection .learning_button_mobile,
#learnDutchPage .readSection .learning_button_mobile {
  background-color: #43b08a;
  border: 1px solid #43b08a;
  color: #fff;
  display: none;
}
@media (max-width: 1000px) {
  #mainLandingPage .readSection .read,
  #mainLandingPage .readSection .upload,
  #mainLandingPage .readSection .web_reader,
  #learnSpanishPage .readSection .read,
  #learnSpanishPage .readSection .upload,
  #learnSpanishPage .readSection .web_reader,
  #learnFrenchPage .readSection .read,
  #learnFrenchPage .readSection .upload,
  #learnFrenchPage .readSection .web_reader,
  #learnGermanPage .readSection .read,
  #learnGermanPage .readSection .upload,
  #learnGermanPage .readSection .web_reader,
  #learnEnglishPage .readSection .read,
  #learnEnglishPage .readSection .upload,
  #learnEnglishPage .readSection .web_reader,
  #learnItalianPage .readSection .read,
  #learnItalianPage .readSection .upload,
  #learnItalianPage .readSection .web_reader,
  #learnDutchPage .readSection .read,
  #learnDutchPage .readSection .upload,
  #learnDutchPage .readSection .web_reader {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
  }
  #mainLandingPage .readSection .not_sure,
  #learnSpanishPage .readSection .not_sure,
  #learnFrenchPage .readSection .not_sure,
  #learnGermanPage .readSection .not_sure,
  #learnEnglishPage .readSection .not_sure,
  #learnItalianPage .readSection .not_sure,
  #learnDutchPage .readSection .not_sure {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
  }
}
@media (max-width: 1200px) {
  #mainLandingPage .readSection .read_image,
  #learnSpanishPage .readSection .read_image,
  #learnFrenchPage .readSection .read_image,
  #learnGermanPage .readSection .read_image,
  #learnEnglishPage .readSection .read_image,
  #learnItalianPage .readSection .read_image,
  #learnDutchPage .readSection .read_image {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  #mainLandingPage .readSection .read_image,
  #learnSpanishPage .readSection .read_image,
  #learnFrenchPage .readSection .read_image,
  #learnGermanPage .readSection .read_image,
  #learnEnglishPage .readSection .read_image,
  #learnItalianPage .readSection .read_image,
  #learnDutchPage .readSection .read_image {
    width: 100%;
  }
  #mainLandingPage .readSection .learning_button,
  #learnSpanishPage .readSection .learning_button,
  #learnFrenchPage .readSection .learning_button,
  #learnGermanPage .readSection .learning_button,
  #learnEnglishPage .readSection .learning_button,
  #learnItalianPage .readSection .learning_button,
  #learnDutchPage .readSection .learning_button {
    display: none;
  }
  #mainLandingPage .readSection .read_section,
  #learnSpanishPage .readSection .read_section,
  #learnFrenchPage .readSection .read_section,
  #learnGermanPage .readSection .read_section,
  #learnEnglishPage .readSection .read_section,
  #learnItalianPage .readSection .read_section,
  #learnDutchPage .readSection .read_section {
    margin-top: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  #mainLandingPage .readSection .learning_button_mobile,
  #learnSpanishPage .readSection .learning_button_mobile,
  #learnFrenchPage .readSection .learning_button_mobile,
  #learnGermanPage .readSection .learning_button_mobile,
  #learnEnglishPage .readSection .learning_button_mobile,
  #learnItalianPage .readSection .learning_button_mobile,
  #learnDutchPage .readSection .learning_button_mobile {
    display: block;
  }
  #mainLandingPage .readSection .read_image,
  #learnSpanishPage .readSection .read_image,
  #learnFrenchPage .readSection .read_image,
  #learnGermanPage .readSection .read_image,
  #learnEnglishPage .readSection .read_image,
  #learnItalianPage .readSection .read_image,
  #learnDutchPage .readSection .read_image {
    width: 100%;
    height: 100%;
  }
  #mainLandingPage .readSection .not_sure,
  #learnSpanishPage .readSection .not_sure,
  #learnFrenchPage .readSection .not_sure,
  #learnGermanPage .readSection .not_sure,
  #learnEnglishPage .readSection .not_sure,
  #learnItalianPage .readSection .not_sure,
  #learnDutchPage .readSection .not_sure {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
  }
  #mainLandingPage .readSection .read,
  #mainLandingPage .readSection .upload,
  #mainLandingPage .readSection .web_reader,
  #learnSpanishPage .readSection .read,
  #learnSpanishPage .readSection .upload,
  #learnSpanishPage .readSection .web_reader,
  #learnFrenchPage .readSection .read,
  #learnFrenchPage .readSection .upload,
  #learnFrenchPage .readSection .web_reader,
  #learnGermanPage .readSection .read,
  #learnGermanPage .readSection .upload,
  #learnGermanPage .readSection .web_reader,
  #learnEnglishPage .readSection .read,
  #learnEnglishPage .readSection .upload,
  #learnEnglishPage .readSection .web_reader,
  #learnItalianPage .readSection .read,
  #learnItalianPage .readSection .upload,
  #learnItalianPage .readSection .web_reader,
  #learnDutchPage .readSection .read,
  #learnDutchPage .readSection .upload,
  #learnDutchPage .readSection .web_reader {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
#mainLandingPage .reviewsSectionContainer .container,
#learnSpanishPage .reviewsSectionContainer .container,
#learnFrenchPage .reviewsSectionContainer .container,
#learnGermanPage .reviewsSectionContainer .container,
#learnEnglishPage .reviewsSectionContainer .container,
#learnItalianPage .reviewsSectionContainer .container,
#learnDutchPage .reviewsSectionContainer .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#mainLandingPage .reviewsSectionContainer .reviewsSection,
#learnSpanishPage .reviewsSectionContainer .reviewsSection,
#learnFrenchPage .reviewsSectionContainer .reviewsSection,
#learnGermanPage .reviewsSectionContainer .reviewsSection,
#learnEnglishPage .reviewsSectionContainer .reviewsSection,
#learnItalianPage .reviewsSectionContainer .reviewsSection,
#learnDutchPage .reviewsSectionContainer .reviewsSection {
  max-width: 1240px;
  min-height: 854px;
  margin: auto;
  border-radius: 16px;
  padding: 56px;
  background: url("/content/landingPages/reviews-vector.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #70082e;
}
#mainLandingPage .reviewsSectionContainer .headlineContent,
#learnSpanishPage .reviewsSectionContainer .headlineContent,
#learnFrenchPage .reviewsSectionContainer .headlineContent,
#learnGermanPage .reviewsSectionContainer .headlineContent,
#learnEnglishPage .reviewsSectionContainer .headlineContent,
#learnItalianPage .reviewsSectionContainer .headlineContent,
#learnDutchPage .reviewsSectionContainer .headlineContent {
  max-width: 400px;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 55px;
}
#mainLandingPage .reviewsSectionContainer .btn,
#learnSpanishPage .reviewsSectionContainer .btn,
#learnFrenchPage .reviewsSectionContainer .btn,
#learnGermanPage .reviewsSectionContainer .btn,
#learnEnglishPage .reviewsSectionContainer .btn,
#learnItalianPage .reviewsSectionContainer .btn,
#learnDutchPage .reviewsSectionContainer .btn {
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 9px 20px;
  color: #f59237;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  border: 2px solid #f59237;
  background: #f0eedf;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  line-height: 26px;
  margin-top: 40px;
}
#mainLandingPage .reviewsSectionContainer .reviewsContainer,
#learnSpanishPage .reviewsSectionContainer .reviewsContainer,
#learnFrenchPage .reviewsSectionContainer .reviewsContainer,
#learnGermanPage .reviewsSectionContainer .reviewsContainer,
#learnEnglishPage .reviewsSectionContainer .reviewsContainer,
#learnItalianPage .reviewsSectionContainer .reviewsContainer,
#learnDutchPage .reviewsSectionContainer .reviewsContainer {
  width: 505px;
  max-width: 700px;
  max-height: 1050px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  align-content: center;
}
#mainLandingPage .reviewsSectionContainer .reviewsContainer .testimonialCardOuterContainer,
#learnSpanishPage .reviewsSectionContainer .reviewsContainer .testimonialCardOuterContainer,
#learnFrenchPage .reviewsSectionContainer .reviewsContainer .testimonialCardOuterContainer,
#learnGermanPage .reviewsSectionContainer .reviewsContainer .testimonialCardOuterContainer,
#learnEnglishPage .reviewsSectionContainer .reviewsContainer .testimonialCardOuterContainer,
#learnItalianPage .reviewsSectionContainer .reviewsContainer .testimonialCardOuterContainer,
#learnDutchPage .reviewsSectionContainer .reviewsContainer .testimonialCardOuterContainer {
  margin-bottom: 0;
}
#mainLandingPage .reviewsSectionContainer .reviewsContainer .review,
#learnSpanishPage .reviewsSectionContainer .reviewsContainer .review,
#learnFrenchPage .reviewsSectionContainer .reviewsContainer .review,
#learnGermanPage .reviewsSectionContainer .reviewsContainer .review,
#learnEnglishPage .reviewsSectionContainer .reviewsContainer .review,
#learnItalianPage .reviewsSectionContainer .reviewsContainer .review,
#learnDutchPage .reviewsSectionContainer .reviewsContainer .review {
  max-width: 295px;
  gap: 24px;
  justify-content: start;
}
#mainLandingPage .reviewsSectionContainer .reviewsContainer .review .testi_content,
#learnSpanishPage .reviewsSectionContainer .reviewsContainer .review .testi_content,
#learnFrenchPage .reviewsSectionContainer .reviewsContainer .review .testi_content,
#learnGermanPage .reviewsSectionContainer .reviewsContainer .review .testi_content,
#learnEnglishPage .reviewsSectionContainer .reviewsContainer .review .testi_content,
#learnItalianPage .reviewsSectionContainer .reviewsContainer .review .testi_content,
#learnDutchPage .reviewsSectionContainer .reviewsContainer .review .testi_content {
  margin: 0px;
}
@media (max-width: 1120px) {
  #mainLandingPage .reviewsSectionContainer .reviewsSection,
  #learnSpanishPage .reviewsSectionContainer .reviewsSection,
  #learnFrenchPage .reviewsSectionContainer .reviewsSection,
  #learnGermanPage .reviewsSectionContainer .reviewsSection,
  #learnEnglishPage .reviewsSectionContainer .reviewsSection,
  #learnItalianPage .reviewsSectionContainer .reviewsSection,
  #learnDutchPage .reviewsSectionContainer .reviewsSection {
    padding: 56px 16px;
    border-radius: 0px;
  }
  #mainLandingPage .reviewsSectionContainer .headlineContent,
  #learnSpanishPage .reviewsSectionContainer .headlineContent,
  #learnFrenchPage .reviewsSectionContainer .headlineContent,
  #learnGermanPage .reviewsSectionContainer .headlineContent,
  #learnEnglishPage .reviewsSectionContainer .headlineContent,
  #learnItalianPage .reviewsSectionContainer .headlineContent,
  #learnDutchPage .reviewsSectionContainer .headlineContent {
    text-align: center;
  }
  #mainLandingPage .reviewsSectionContainer .container,
  #learnSpanishPage .reviewsSectionContainer .container,
  #learnFrenchPage .reviewsSectionContainer .container,
  #learnGermanPage .reviewsSectionContainer .container,
  #learnEnglishPage .reviewsSectionContainer .container,
  #learnItalianPage .reviewsSectionContainer .container,
  #learnDutchPage .reviewsSectionContainer .container {
    flex-direction: column;
    row-gap: 22px;
  }
  #mainLandingPage .reviewsSectionContainer .btn,
  #learnSpanishPage .reviewsSectionContainer .btn,
  #learnFrenchPage .reviewsSectionContainer .btn,
  #learnGermanPage .reviewsSectionContainer .btn,
  #learnEnglishPage .reviewsSectionContainer .btn,
  #learnItalianPage .reviewsSectionContainer .btn,
  #learnDutchPage .reviewsSectionContainer .btn {
    display: none;
  }
  #mainLandingPage .reviewsSectionContainer .headlineContent,
  #learnSpanishPage .reviewsSectionContainer .headlineContent,
  #learnFrenchPage .reviewsSectionContainer .headlineContent,
  #learnGermanPage .reviewsSectionContainer .headlineContent,
  #learnEnglishPage .reviewsSectionContainer .headlineContent,
  #learnItalianPage .reviewsSectionContainer .headlineContent,
  #learnDutchPage .reviewsSectionContainer .headlineContent {
    font-size: 34px;
    line-height: 41px;
  }
}
@media (max-width: 768px) {
  #mainLandingPage .reviewsSectionContainer .reviewsContainer,
  #learnSpanishPage .reviewsSectionContainer .reviewsContainer,
  #learnFrenchPage .reviewsSectionContainer .reviewsContainer,
  #learnGermanPage .reviewsSectionContainer .reviewsContainer,
  #learnEnglishPage .reviewsSectionContainer .reviewsContainer,
  #learnItalianPage .reviewsSectionContainer .reviewsContainer,
  #learnDutchPage .reviewsSectionContainer .reviewsContainer {
    width: auto;
    width: initial;
    max-height: none;
    max-height: initial;
    flex-wrap: nowrap;
    width: auto;
  }
  #mainLandingPage .reviewsSectionContainer .reviewsContainer .review,
  #learnSpanishPage .reviewsSectionContainer .reviewsContainer .review,
  #learnFrenchPage .reviewsSectionContainer .reviewsContainer .review,
  #learnGermanPage .reviewsSectionContainer .reviewsContainer .review,
  #learnEnglishPage .reviewsSectionContainer .reviewsContainer .review,
  #learnItalianPage .reviewsSectionContainer .reviewsContainer .review,
  #learnDutchPage .reviewsSectionContainer .reviewsContainer .review {
    max-width: 343px;
  }
  #mainLandingPage .reviewsSectionContainer .headlineContent,
  #learnSpanishPage .reviewsSectionContainer .headlineContent,
  #learnFrenchPage .reviewsSectionContainer .headlineContent,
  #learnGermanPage .reviewsSectionContainer .headlineContent,
  #learnEnglishPage .reviewsSectionContainer .headlineContent,
  #learnItalianPage .reviewsSectionContainer .headlineContent,
  #learnDutchPage .reviewsSectionContainer .headlineContent {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 374px) {
  #mainLandingPage .reviewsSectionContainer .reviewsContainer,
  #learnSpanishPage .reviewsSectionContainer .reviewsContainer,
  #learnFrenchPage .reviewsSectionContainer .reviewsContainer,
  #learnGermanPage .reviewsSectionContainer .reviewsContainer,
  #learnEnglishPage .reviewsSectionContainer .reviewsContainer,
  #learnItalianPage .reviewsSectionContainer .reviewsContainer,
  #learnDutchPage .reviewsSectionContainer .reviewsContainer {
    width: 100%;
  }
}
#mainLandingPage .pricing_section_title,
#learnSpanishPage .pricing_section_title,
#learnFrenchPage .pricing_section_title,
#learnGermanPage .pricing_section_title,
#learnEnglishPage .pricing_section_title,
#learnItalianPage .pricing_section_title,
#learnDutchPage .pricing_section_title {
  color: #56544e;
  font-size: 48px;
  text-align: center;
  margin-top: 100px;
  font-weight: 600;
}
@media (max-width: 1120px) {
  #mainLandingPage .pricing_section_title,
  #learnSpanishPage .pricing_section_title,
  #learnFrenchPage .pricing_section_title,
  #learnGermanPage .pricing_section_title,
  #learnEnglishPage .pricing_section_title,
  #learnItalianPage .pricing_section_title,
  #learnDutchPage .pricing_section_title {
    font-size: 34px;
    line-height: 41px;
    margin-top: 52px;
  }
}
@media (max-width: 768px) {
  #mainLandingPage .pricing_section_title,
  #learnSpanishPage .pricing_section_title,
  #learnFrenchPage .pricing_section_title,
  #learnGermanPage .pricing_section_title,
  #learnEnglishPage .pricing_section_title,
  #learnItalianPage .pricing_section_title,
  #learnDutchPage .pricing_section_title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 52px;
  }
}
#mainLandingPage .artWorkBackground,
#learnSpanishPage .artWorkBackground,
#learnFrenchPage .artWorkBackground,
#learnGermanPage .artWorkBackground,
#learnEnglishPage .artWorkBackground,
#learnItalianPage .artWorkBackground,
#learnDutchPage .artWorkBackground {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#mainLandingPage .artWorkBackground .img,
#learnSpanishPage .artWorkBackground .img,
#learnFrenchPage .artWorkBackground .img,
#learnGermanPage .artWorkBackground .img,
#learnEnglishPage .artWorkBackground .img,
#learnItalianPage .artWorkBackground .img,
#learnDutchPage .artWorkBackground .img {
  background: url(/content/landingPages/bg-pattern1.svg);
  position: absolute;
  bottom: -234px;
  top: 136.74px;
  width: 100%;
  background-size: cover;
  background-position: top;
  z-index: 1;
  opacity: 0.8;
}
@media (max-width: 768px) {
  #mainLandingPage .artWorkBackground .img,
  #learnSpanishPage .artWorkBackground .img,
  #learnFrenchPage .artWorkBackground .img,
  #learnGermanPage .artWorkBackground .img,
  #learnEnglishPage .artWorkBackground .img,
  #learnItalianPage .artWorkBackground .img,
  #learnDutchPage .artWorkBackground .img {
    width: 1540px !important;
    background-size: 1540px 1540px !important;
    left: -69px;
    top: 1317px !important;
  }
}
#mainLandingPage .pricingSection .pricing_section_container,
#learnSpanishPage .pricingSection .pricing_section_container,
#learnFrenchPage .pricingSection .pricing_section_container,
#learnGermanPage .pricingSection .pricing_section_container,
#learnEnglishPage .pricingSection .pricing_section_container,
#learnItalianPage .pricingSection .pricing_section_container,
#learnDutchPage .pricingSection .pricing_section_container {
  margin-top: 34px;
  margin-bottom: 121px;
  padding: 22px 0px;
  z-index: 2;
  position: relative;
}
#mainLandingPage .pricingSection .pricing_section_title,
#learnSpanishPage .pricingSection .pricing_section_title,
#learnFrenchPage .pricingSection .pricing_section_title,
#learnGermanPage .pricingSection .pricing_section_title,
#learnEnglishPage .pricingSection .pricing_section_title,
#learnItalianPage .pricingSection .pricing_section_title,
#learnDutchPage .pricingSection .pricing_section_title {
  color: #56544e;
  font-size: 48px;
  text-align: center;
  margin-bottom: 56px;
  font-weight: 600;
}
#mainLandingPage .pricingSection .pricing_container,
#learnSpanishPage .pricingSection .pricing_container,
#learnFrenchPage .pricingSection .pricing_container,
#learnGermanPage .pricingSection .pricing_container,
#learnEnglishPage .pricingSection .pricing_container,
#learnItalianPage .pricingSection .pricing_container,
#learnDutchPage .pricingSection .pricing_container {
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
}
#mainLandingPage .pricingSection .free_plan_container,
#mainLandingPage .pricingSection .premium_plan_container,
#learnSpanishPage .pricingSection .free_plan_container,
#learnSpanishPage .pricingSection .premium_plan_container,
#learnFrenchPage .pricingSection .free_plan_container,
#learnFrenchPage .pricingSection .premium_plan_container,
#learnGermanPage .pricingSection .free_plan_container,
#learnGermanPage .pricingSection .premium_plan_container,
#learnEnglishPage .pricingSection .free_plan_container,
#learnEnglishPage .pricingSection .premium_plan_container,
#learnItalianPage .pricingSection .free_plan_container,
#learnItalianPage .pricingSection .premium_plan_container,
#learnDutchPage .pricingSection .free_plan_container,
#learnDutchPage .pricingSection .premium_plan_container {
  max-width: 400px;
  padding: 40px 44px 40px 44px;
  border-radius: 12px;
}
#mainLandingPage .pricingSection .free_plan_container,
#learnSpanishPage .pricingSection .free_plan_container,
#learnFrenchPage .pricingSection .free_plan_container,
#learnGermanPage .pricingSection .free_plan_container,
#learnEnglishPage .pricingSection .free_plan_container,
#learnItalianPage .pricingSection .free_plan_container,
#learnDutchPage .pricingSection .free_plan_container {
  background-color: #fff;
}
#mainLandingPage .pricingSection .premium_plan_container,
#learnSpanishPage .pricingSection .premium_plan_container,
#learnFrenchPage .pricingSection .premium_plan_container,
#learnGermanPage .pricingSection .premium_plan_container,
#learnEnglishPage .pricingSection .premium_plan_container,
#learnItalianPage .pricingSection .premium_plan_container,
#learnDutchPage .pricingSection .premium_plan_container {
  background-color: #f3fffb;
}
#mainLandingPage .pricingSection .plan_title,
#learnSpanishPage .pricingSection .plan_title,
#learnFrenchPage .pricingSection .plan_title,
#learnGermanPage .pricingSection .plan_title,
#learnEnglishPage .pricingSection .plan_title,
#learnItalianPage .pricingSection .plan_title,
#learnDutchPage .pricingSection .plan_title {
  width: 100%;
  font-weight: 600;
  line-height: 22px;
}
#mainLandingPage .pricingSection .plan_price,
#learnSpanishPage .pricingSection .plan_price,
#learnFrenchPage .pricingSection .plan_price,
#learnGermanPage .pricingSection .plan_price,
#learnEnglishPage .pricingSection .plan_price,
#learnItalianPage .pricingSection .plan_price,
#learnDutchPage .pricingSection .plan_price {
  width: 100%;
  font-weight: 400;
  font-size: 60px;
  line-height: 87px;
}
#mainLandingPage .pricingSection .premium_pricing_section,
#learnSpanishPage .pricingSection .premium_pricing_section,
#learnFrenchPage .pricingSection .premium_pricing_section,
#learnGermanPage .pricingSection .premium_pricing_section,
#learnEnglishPage .pricingSection .premium_pricing_section,
#learnItalianPage .pricingSection .premium_pricing_section,
#learnDutchPage .pricingSection .premium_pricing_section {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 22px;
  margin-bottom: 11px;
}
#mainLandingPage .pricingSection .monthly_price,
#learnSpanishPage .pricingSection .monthly_price,
#learnFrenchPage .pricingSection .monthly_price,
#learnGermanPage .pricingSection .monthly_price,
#learnEnglishPage .pricingSection .monthly_price,
#learnItalianPage .pricingSection .monthly_price,
#learnDutchPage .pricingSection .monthly_price {
  gap: 12px;
  align-items: flex-end;
}
#mainLandingPage .pricingSection .month,
#learnSpanishPage .pricingSection .month,
#learnFrenchPage .pricingSection .month,
#learnGermanPage .pricingSection .month,
#learnEnglishPage .pricingSection .month,
#learnItalianPage .pricingSection .month,
#learnDutchPage .pricingSection .month {
  padding-bottom: 22px;
  font-weight: 600;
}
#mainLandingPage .pricingSection .year_section,
#learnSpanishPage .pricingSection .year_section,
#learnFrenchPage .pricingSection .year_section,
#learnGermanPage .pricingSection .year_section,
#learnEnglishPage .pricingSection .year_section,
#learnItalianPage .pricingSection .year_section,
#learnDutchPage .pricingSection .year_section {
  padding: 12px;
  gap: 8px;
  border-radius: 11px;
  background-color: #d1fbec;
  color: #56544e;
  font-weight: 600;
}
#mainLandingPage .pricingSection .year_price,
#learnSpanishPage .pricingSection .year_price,
#learnFrenchPage .pricingSection .year_price,
#learnGermanPage .pricingSection .year_price,
#learnEnglishPage .pricingSection .year_price,
#learnItalianPage .pricingSection .year_price,
#learnDutchPage .pricingSection .year_price {
  font-size: 34px;
  font-weight: 400;
}
#mainLandingPage .pricingSection .premium_plan_button,
#learnSpanishPage .pricingSection .premium_plan_button,
#learnFrenchPage .pricingSection .premium_plan_button,
#learnGermanPage .pricingSection .premium_plan_button,
#learnEnglishPage .pricingSection .premium_plan_button,
#learnItalianPage .pricingSection .premium_plan_button,
#learnDutchPage .pricingSection .premium_plan_button {
  font-size: 16px;
  background-color: #43b08a;
  border: 1px solid #43b08a;
  color: #fff;
}
#mainLandingPage .pricingSection .free_plan_button,
#learnSpanishPage .pricingSection .free_plan_button,
#learnFrenchPage .pricingSection .free_plan_button,
#learnGermanPage .pricingSection .free_plan_button,
#learnEnglishPage .pricingSection .free_plan_button,
#learnItalianPage .pricingSection .free_plan_button,
#learnDutchPage .pricingSection .free_plan_button {
  font-size: 16px;
  border: 1px solid;
  color: #56544e;
}
#mainLandingPage .pricingSection .row_start,
#learnSpanishPage .pricingSection .row_start,
#learnFrenchPage .pricingSection .row_start,
#learnGermanPage .pricingSection .row_start,
#learnEnglishPage .pricingSection .row_start,
#learnItalianPage .pricingSection .row_start,
#learnDutchPage .pricingSection .row_start {
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 4px;
}
#mainLandingPage .pricingSection .two_column,
#learnSpanishPage .pricingSection .two_column,
#learnFrenchPage .pricingSection .two_column,
#learnGermanPage .pricingSection .two_column,
#learnEnglishPage .pricingSection .two_column,
#learnItalianPage .pricingSection .two_column,
#learnDutchPage .pricingSection .two_column {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
#mainLandingPage .pricingSection .plan_details,
#learnSpanishPage .pricingSection .plan_details,
#learnFrenchPage .pricingSection .plan_details,
#learnGermanPage .pricingSection .plan_details,
#learnEnglishPage .pricingSection .plan_details,
#learnItalianPage .pricingSection .plan_details,
#learnDutchPage .pricingSection .plan_details {
  font-size: 14px;
  margin-bottom: 60px;
  font-weight: 400;
  padding-top: 5px;
  line-height: 20px;
  flex-grow: 1;
}
#mainLandingPage .pricingSection .new-badge,
#learnSpanishPage .pricingSection .new-badge,
#learnFrenchPage .pricingSection .new-badge,
#learnGermanPage .pricingSection .new-badge,
#learnEnglishPage .pricingSection .new-badge,
#learnItalianPage .pricingSection .new-badge,
#learnDutchPage .pricingSection .new-badge {
  color: #43b08a;
}
#mainLandingPage .pricingSection .free_plan_details,
#learnSpanishPage .pricingSection .free_plan_details,
#learnFrenchPage .pricingSection .free_plan_details,
#learnGermanPage .pricingSection .free_plan_details,
#learnEnglishPage .pricingSection .free_plan_details,
#learnItalianPage .pricingSection .free_plan_details,
#learnDutchPage .pricingSection .free_plan_details {
  padding-top: 13px;
  margin-bottom: 63px;
  line-height: 20px;
}
@media (max-width: 1120px) {
  #mainLandingPage .pricingSection .pricing_section_container,
  #learnSpanishPage .pricingSection .pricing_section_container,
  #learnFrenchPage .pricingSection .pricing_section_container,
  #learnGermanPage .pricingSection .pricing_section_container,
  #learnEnglishPage .pricingSection .pricing_section_container,
  #learnItalianPage .pricingSection .pricing_section_container,
  #learnDutchPage .pricingSection .pricing_section_container {
    padding: 0px;
    margin-top: 33px;
  }
  #mainLandingPage .pricingSection .free_plan_container,
  #mainLandingPage .pricingSection .premium_plan_container,
  #learnSpanishPage .pricingSection .free_plan_container,
  #learnSpanishPage .pricingSection .premium_plan_container,
  #learnFrenchPage .pricingSection .free_plan_container,
  #learnFrenchPage .pricingSection .premium_plan_container,
  #learnGermanPage .pricingSection .free_plan_container,
  #learnGermanPage .pricingSection .premium_plan_container,
  #learnEnglishPage .pricingSection .free_plan_container,
  #learnEnglishPage .pricingSection .premium_plan_container,
  #learnItalianPage .pricingSection .free_plan_container,
  #learnItalianPage .pricingSection .premium_plan_container,
  #learnDutchPage .pricingSection .free_plan_container,
  #learnDutchPage .pricingSection .premium_plan_container {
    padding: 40px;
  }
}
@media (max-width: 374px) {
  #mainLandingPage .pricingSection .premium_plan_container,
  #mainLandingPage .pricingSection .free_plan_container,
  #learnSpanishPage .pricingSection .premium_plan_container,
  #learnSpanishPage .pricingSection .free_plan_container,
  #learnFrenchPage .pricingSection .premium_plan_container,
  #learnFrenchPage .pricingSection .free_plan_container,
  #learnGermanPage .pricingSection .premium_plan_container,
  #learnGermanPage .pricingSection .free_plan_container,
  #learnEnglishPage .pricingSection .premium_plan_container,
  #learnEnglishPage .pricingSection .free_plan_container,
  #learnItalianPage .pricingSection .premium_plan_container,
  #learnItalianPage .pricingSection .free_plan_container,
  #learnDutchPage .pricingSection .premium_plan_container,
  #learnDutchPage .pricingSection .free_plan_container {
    width: 300px;
    padding: 30px;
  }
  #mainLandingPage .pricingSection .plan_price,
  #learnSpanishPage .pricingSection .plan_price,
  #learnFrenchPage .pricingSection .plan_price,
  #learnGermanPage .pricingSection .plan_price,
  #learnEnglishPage .pricingSection .plan_price,
  #learnItalianPage .pricingSection .plan_price,
  #learnDutchPage .pricingSection .plan_price {
    font-size: 48px;
    line-height: 56px;
  }
  #mainLandingPage .pricingSection .month,
  #learnSpanishPage .pricingSection .month,
  #learnFrenchPage .pricingSection .month,
  #learnGermanPage .pricingSection .month,
  #learnEnglishPage .pricingSection .month,
  #learnItalianPage .pricingSection .month,
  #learnDutchPage .pricingSection .month {
    padding-bottom: 10px;
  }
  #mainLandingPage .pricingSection .year_section,
  #learnSpanishPage .pricingSection .year_section,
  #learnFrenchPage .pricingSection .year_section,
  #learnGermanPage .pricingSection .year_section,
  #learnEnglishPage .pricingSection .year_section,
  #learnItalianPage .pricingSection .year_section,
  #learnDutchPage .pricingSection .year_section {
    padding-bottom: 7px;
  }
  #mainLandingPage .pricingSection .year_price,
  #learnSpanishPage .pricingSection .year_price,
  #learnFrenchPage .pricingSection .year_price,
  #learnGermanPage .pricingSection .year_price,
  #learnEnglishPage .pricingSection .year_price,
  #learnItalianPage .pricingSection .year_price,
  #learnDutchPage .pricingSection .year_price {
    font-size: 24px;
  }
}
#mainLandingPage .stat_section,
#learnSpanishPage .stat_section,
#learnFrenchPage .stat_section,
#learnGermanPage .stat_section,
#learnEnglishPage .stat_section,
#learnItalianPage .stat_section,
#learnDutchPage .stat_section {
  gap: 25px;
  flex-wrap: wrap;
  padding-bottom: 140px;
  position: relative;
}
@media (max-width: 768px) {
  #mainLandingPage .stat_section,
  #learnSpanishPage .stat_section,
  #learnFrenchPage .stat_section,
  #learnGermanPage .stat_section,
  #learnEnglishPage .stat_section,
  #learnItalianPage .stat_section,
  #learnDutchPage .stat_section {
    padding-bottom: 80px;
  }
}
#mainLandingPage .stat_section .stat_container,
#learnSpanishPage .stat_section .stat_container,
#learnFrenchPage .stat_section .stat_container,
#learnGermanPage .stat_section .stat_container,
#learnEnglishPage .stat_section .stat_container,
#learnItalianPage .stat_section .stat_container,
#learnDutchPage .stat_section .stat_container {
  width: 400px !important;
  padding-top: 82px;
  padding-bottom: 98px;
  background-color: #f2c430;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  background: url("/content/landingPages/stat-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#mainLandingPage .stat_section .stat,
#learnSpanishPage .stat_section .stat,
#learnFrenchPage .stat_section .stat,
#learnGermanPage .stat_section .stat,
#learnEnglishPage .stat_section .stat,
#learnItalianPage .stat_section .stat,
#learnDutchPage .stat_section .stat {
  font-size: 48px;
  font-weight: 600;
  color: #43b08a;
}
#mainLandingPage .stat_section .stat_title,
#learnSpanishPage .stat_section .stat_title,
#learnFrenchPage .stat_section .stat_title,
#learnGermanPage .stat_section .stat_title,
#learnEnglishPage .stat_section .stat_title,
#learnItalianPage .stat_section .stat_title,
#learnDutchPage .stat_section .stat_title {
  font-size: 34px;
}
@media (max-width: 1120px) {
  #mainLandingPage .stat_section .stat_container,
  #learnSpanishPage .stat_section .stat_container,
  #learnFrenchPage .stat_section .stat_container,
  #learnGermanPage .stat_section .stat_container,
  #learnEnglishPage .stat_section .stat_container,
  #learnItalianPage .stat_section .stat_container,
  #learnDutchPage .stat_section .stat_container {
    width: 342px !important;
  }
}
@media (max-width: 374px) {
  #mainLandingPage .stat_section .stat_container,
  #learnSpanishPage .stat_section .stat_container,
  #learnFrenchPage .stat_section .stat_container,
  #learnGermanPage .stat_section .stat_container,
  #learnEnglishPage .stat_section .stat_container,
  #learnItalianPage .stat_section .stat_container,
  #learnDutchPage .stat_section .stat_container {
    width: 300px !important;
    padding-top: 60px;
    padding-bottom: 72px;
  }
}

#learnSpanishPage .heroSpacer,
#learnFrenchPage .heroSpacer,
#learnGermanPage .heroSpacer,
#learnEnglishPage .heroSpacer,
#learnItalianPage .heroSpacer,
#learnDutchPage .heroSpacer {
  height: 60px;
}
@media (max-width: 768px) {
  #learnSpanishPage .heroSpacer,
  #learnFrenchPage .heroSpacer,
  #learnGermanPage .heroSpacer,
  #learnEnglishPage .heroSpacer,
  #learnItalianPage .heroSpacer,
  #learnDutchPage .heroSpacer {
    height: 30px;
  }
}
#learnSpanishPage .hero .heroSection,
#learnFrenchPage .hero .heroSection,
#learnGermanPage .hero .heroSection,
#learnEnglishPage .hero .heroSection,
#learnItalianPage .hero .heroSection,
#learnDutchPage .hero .heroSection {
  height: 480px;
}
#learnSpanishPage .hero .heroContainer,
#learnFrenchPage .hero .heroContainer,
#learnGermanPage .hero .heroContainer,
#learnEnglishPage .hero .heroContainer,
#learnItalianPage .hero .heroContainer,
#learnDutchPage .hero .heroContainer {
  justify-content: center;
}
#learnSpanishPage .hero .heroContent,
#learnFrenchPage .hero .heroContent,
#learnGermanPage .hero .heroContent,
#learnEnglishPage .hero .heroContent,
#learnItalianPage .hero .heroContent,
#learnDutchPage .hero .heroContent {
  padding-top: 80px;
}
#learnSpanishPage .hero .heroContent h1,
#learnFrenchPage .hero .heroContent h1,
#learnGermanPage .hero .heroContent h1,
#learnEnglishPage .hero .heroContent h1,
#learnItalianPage .hero .heroContent h1,
#learnDutchPage .hero .heroContent h1 {
  font-size: 48px;
  line-height: 56px;
}
#learnSpanishPage .hero .heroContent .heroBullets,
#learnFrenchPage .hero .heroContent .heroBullets,
#learnGermanPage .hero .heroContent .heroBullets,
#learnEnglishPage .hero .heroContent .heroBullets,
#learnItalianPage .hero .heroContent .heroBullets,
#learnDutchPage .hero .heroContent .heroBullets {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 32px;
}
#learnSpanishPage .hero .heroContent .heroBullets li::before,
#learnFrenchPage .hero .heroContent .heroBullets li::before,
#learnGermanPage .hero .heroContent .heroBullets li::before,
#learnEnglishPage .hero .heroContent .heroBullets li::before,
#learnItalianPage .hero .heroContent .heroBullets li::before,
#learnDutchPage .hero .heroContent .heroBullets li::before {
  content: "✓ ";
}
@media (max-width: 1120px) {
  #learnSpanishPage .hero .heroSection,
  #learnFrenchPage .hero .heroSection,
  #learnGermanPage .hero .heroSection,
  #learnEnglishPage .hero .heroSection,
  #learnItalianPage .hero .heroSection,
  #learnDutchPage .hero .heroSection {
    height: auto;
    padding-bottom: 40px;
  }
  #learnSpanishPage .hero .heroContent,
  #learnFrenchPage .hero .heroContent,
  #learnGermanPage .hero .heroContent,
  #learnEnglishPage .hero .heroContent,
  #learnItalianPage .hero .heroContent,
  #learnDutchPage .hero .heroContent {
    padding-top: 32px;
  }
  #learnSpanishPage .hero .heroContent h1,
  #learnFrenchPage .hero .heroContent h1,
  #learnGermanPage .hero .heroContent h1,
  #learnEnglishPage .hero .heroContent h1,
  #learnItalianPage .hero .heroContent h1,
  #learnDutchPage .hero .heroContent h1 {
    font-size: 34px;
    line-height: 41px;
  }
}
@media (max-width: 768px) {
  #learnSpanishPage .hero .heroSection,
  #learnFrenchPage .hero .heroSection,
  #learnGermanPage .hero .heroSection,
  #learnEnglishPage .hero .heroSection,
  #learnItalianPage .hero .heroSection,
  #learnDutchPage .hero .heroSection {
    padding-bottom: 32px;
  }
  #learnSpanishPage .hero .heroContent,
  #learnFrenchPage .hero .heroContent,
  #learnGermanPage .hero .heroContent,
  #learnEnglishPage .hero .heroContent,
  #learnItalianPage .hero .heroContent,
  #learnDutchPage .hero .heroContent {
    padding-top: 24px;
  }
  #learnSpanishPage .hero .heroContent h1,
  #learnFrenchPage .hero .heroContent h1,
  #learnGermanPage .hero .heroContent h1,
  #learnEnglishPage .hero .heroContent h1,
  #learnItalianPage .hero .heroContent h1,
  #learnDutchPage .hero .heroContent h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
#learnSpanishPage .whatToRead,
#learnFrenchPage .whatToRead,
#learnGermanPage .whatToRead,
#learnEnglishPage .whatToRead,
#learnItalianPage .whatToRead,
#learnDutchPage .whatToRead {
  max-width: 800px;
  margin: 80px auto;
  padding: 0 16px;
}
#learnSpanishPage .whatToRead .whatToReadTitle,
#learnFrenchPage .whatToRead .whatToReadTitle,
#learnGermanPage .whatToRead .whatToReadTitle,
#learnEnglishPage .whatToRead .whatToReadTitle,
#learnItalianPage .whatToRead .whatToReadTitle,
#learnDutchPage .whatToRead .whatToReadTitle {
  font-size: 34px;
  font-weight: 600;
  color: #56544e;
  margin-bottom: 32px;
  text-align: center;
}
#learnSpanishPage .whatToRead .whatToReadIntro,
#learnFrenchPage .whatToRead .whatToReadIntro,
#learnGermanPage .whatToRead .whatToReadIntro,
#learnEnglishPage .whatToRead .whatToReadIntro,
#learnItalianPage .whatToRead .whatToReadIntro,
#learnDutchPage .whatToRead .whatToReadIntro {
  font-size: 18px;
  line-height: 28px;
  color: #56544e;
  margin-bottom: 32px;
}
#learnSpanishPage .whatToRead h3,
#learnFrenchPage .whatToRead h3,
#learnGermanPage .whatToRead h3,
#learnEnglishPage .whatToRead h3,
#learnItalianPage .whatToRead h3,
#learnDutchPage .whatToRead h3 {
  font-size: 22px;
  font-weight: 600;
  color: #56544e;
  margin-top: 32px;
  margin-bottom: 16px;
}
#learnSpanishPage .whatToRead ul,
#learnFrenchPage .whatToRead ul,
#learnGermanPage .whatToRead ul,
#learnEnglishPage .whatToRead ul,
#learnItalianPage .whatToRead ul,
#learnDutchPage .whatToRead ul {
  padding-left: 20px;
  margin: 0 0 24px;
}
#learnSpanishPage .whatToRead ul li,
#learnFrenchPage .whatToRead ul li,
#learnGermanPage .whatToRead ul li,
#learnEnglishPage .whatToRead ul li,
#learnItalianPage .whatToRead ul li,
#learnDutchPage .whatToRead ul li {
  font-size: 18px;
  line-height: 30px;
  color: #56544e;
}
#learnSpanishPage .whatToRead ul li a,
#learnFrenchPage .whatToRead ul li a,
#learnGermanPage .whatToRead ul li a,
#learnEnglishPage .whatToRead ul li a,
#learnItalianPage .whatToRead ul li a,
#learnDutchPage .whatToRead ul li a {
  color: #43b08a;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
#learnSpanishPage .whatToRead p,
#learnFrenchPage .whatToRead p,
#learnGermanPage .whatToRead p,
#learnEnglishPage .whatToRead p,
#learnItalianPage .whatToRead p,
#learnDutchPage .whatToRead p {
  font-size: 18px;
  line-height: 28px;
  color: #56544e;
}
#learnSpanishPage .whatToRead p a,
#learnFrenchPage .whatToRead p a,
#learnGermanPage .whatToRead p a,
#learnEnglishPage .whatToRead p a,
#learnItalianPage .whatToRead p a,
#learnDutchPage .whatToRead p a {
  color: #43b08a;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
@media (max-width: 768px) {
  #learnSpanishPage .whatToRead,
  #learnFrenchPage .whatToRead,
  #learnGermanPage .whatToRead,
  #learnEnglishPage .whatToRead,
  #learnItalianPage .whatToRead,
  #learnDutchPage .whatToRead {
    margin: 48px auto;
  }
  #learnSpanishPage .whatToRead .whatToReadTitle,
  #learnFrenchPage .whatToRead .whatToReadTitle,
  #learnGermanPage .whatToRead .whatToReadTitle,
  #learnEnglishPage .whatToRead .whatToReadTitle,
  #learnItalianPage .whatToRead .whatToReadTitle,
  #learnDutchPage .whatToRead .whatToReadTitle {
    font-size: 24px;
  }
}
#learnSpanishPage .testimonialsSectionSimple,
#learnFrenchPage .testimonialsSectionSimple,
#learnGermanPage .testimonialsSectionSimple,
#learnEnglishPage .testimonialsSectionSimple,
#learnItalianPage .testimonialsSectionSimple,
#learnDutchPage .testimonialsSectionSimple {
  padding: 80px 0;
}
#learnSpanishPage .testimonialsSectionSimple .testimonialsSectionTitle,
#learnFrenchPage .testimonialsSectionSimple .testimonialsSectionTitle,
#learnGermanPage .testimonialsSectionSimple .testimonialsSectionTitle,
#learnEnglishPage .testimonialsSectionSimple .testimonialsSectionTitle,
#learnItalianPage .testimonialsSectionSimple .testimonialsSectionTitle,
#learnDutchPage .testimonialsSectionSimple .testimonialsSectionTitle {
  font-size: 48px;
  font-weight: 600;
  color: #56544e;
  text-align: center;
  margin-bottom: 48px;
}
#learnSpanishPage .testimonialsSectionSimple .testimonialsGrid,
#learnFrenchPage .testimonialsSectionSimple .testimonialsGrid,
#learnGermanPage .testimonialsSectionSimple .testimonialsGrid,
#learnEnglishPage .testimonialsSectionSimple .testimonialsGrid,
#learnItalianPage .testimonialsSectionSimple .testimonialsGrid,
#learnDutchPage .testimonialsSectionSimple .testimonialsGrid {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1120px) {
  #learnSpanishPage .testimonialsSectionSimple .testimonialsSectionTitle,
  #learnFrenchPage .testimonialsSectionSimple .testimonialsSectionTitle,
  #learnGermanPage .testimonialsSectionSimple .testimonialsSectionTitle,
  #learnEnglishPage .testimonialsSectionSimple .testimonialsSectionTitle,
  #learnItalianPage .testimonialsSectionSimple .testimonialsSectionTitle,
  #learnDutchPage .testimonialsSectionSimple .testimonialsSectionTitle {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  #learnSpanishPage .testimonialsSectionSimple,
  #learnFrenchPage .testimonialsSectionSimple,
  #learnGermanPage .testimonialsSectionSimple,
  #learnEnglishPage .testimonialsSectionSimple,
  #learnItalianPage .testimonialsSectionSimple,
  #learnDutchPage .testimonialsSectionSimple {
    padding: 48px 0;
  }
  #learnSpanishPage .testimonialsSectionSimple .testimonialsSectionTitle,
  #learnFrenchPage .testimonialsSectionSimple .testimonialsSectionTitle,
  #learnGermanPage .testimonialsSectionSimple .testimonialsSectionTitle,
  #learnEnglishPage .testimonialsSectionSimple .testimonialsSectionTitle,
  #learnItalianPage .testimonialsSectionSimple .testimonialsSectionTitle,
  #learnDutchPage .testimonialsSectionSimple .testimonialsSectionTitle {
    font-size: 24px;
  }
}
#learnSpanishPage .tutorial .section,
#learnFrenchPage .tutorial .section,
#learnGermanPage .tutorial .section,
#learnEnglishPage .tutorial .section,
#learnItalianPage .tutorial .section,
#learnDutchPage .tutorial .section {
  margin-top: 40px;
}
#learnSpanishPage .tutorial .tutorial_container,
#learnFrenchPage .tutorial .tutorial_container,
#learnGermanPage .tutorial .tutorial_container,
#learnEnglishPage .tutorial .tutorial_container,
#learnItalianPage .tutorial .tutorial_container,
#learnDutchPage .tutorial .tutorial_container {
  row-gap: 60px;
}
@media (max-width: 768px) {
  #learnSpanishPage .tutorial .section,
  #learnFrenchPage .tutorial .section,
  #learnGermanPage .tutorial .section,
  #learnEnglishPage .tutorial .section,
  #learnItalianPage .tutorial .section,
  #learnDutchPage .tutorial .section {
    top: 0;
    margin-top: 24px;
  }
}
#learnSpanishPage .tutorial .mockupCard,
#learnFrenchPage .tutorial .mockupCard,
#learnGermanPage .tutorial .mockupCard,
#learnEnglishPage .tutorial .mockupCard,
#learnItalianPage .tutorial .mockupCard,
#learnDutchPage .tutorial .mockupCard {
  width: 100%;
  height: 100%;
  background: #f5f2ea;
  border: 6px solid #d5d0c5;
  border-radius: 16px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 28px;
  box-sizing: border-box;
  color: #56544e;
  text-align: left;
}
#learnSpanishPage .tutorial .translateCard,
#learnFrenchPage .tutorial .translateCard,
#learnGermanPage .tutorial .translateCard,
#learnEnglishPage .tutorial .translateCard,
#learnItalianPage .tutorial .translateCard,
#learnDutchPage .tutorial .translateCard {
  overflow: visible;
}
#learnSpanishPage .tutorial .mockupSentence,
#learnFrenchPage .tutorial .mockupSentence,
#learnGermanPage .tutorial .mockupSentence,
#learnEnglishPage .tutorial .mockupSentence,
#learnItalianPage .tutorial .mockupSentence,
#learnDutchPage .tutorial .mockupSentence {
  font-size: 32px;
  line-height: 1.35;
  text-align: left;
}
#learnSpanishPage .tutorial .mockupWordContainer,
#learnFrenchPage .tutorial .mockupWordContainer,
#learnGermanPage .tutorial .mockupWordContainer,
#learnEnglishPage .tutorial .mockupWordContainer,
#learnItalianPage .tutorial .mockupWordContainer,
#learnDutchPage .tutorial .mockupWordContainer {
  position: relative;
  display: inline-block;
}
#learnSpanishPage .tutorial .mockupTooltip,
#learnFrenchPage .tutorial .mockupTooltip,
#learnGermanPage .tutorial .mockupTooltip,
#learnEnglishPage .tutorial .mockupTooltip,
#learnItalianPage .tutorial .mockupTooltip,
#learnDutchPage .tutorial .mockupTooltip {
  position: absolute;
  bottom: calc(100% + 18px);
  left: 50%;
  transform: translateX(-50%);
  color: #43b08a;
  font-size: 24px;
  font-family: "Coming Soon", cursive;
  white-space: nowrap;
}
#learnSpanishPage .tutorial .mockupHighlight,
#learnFrenchPage .tutorial .mockupHighlight,
#learnGermanPage .tutorial .mockupHighlight,
#learnEnglishPage .tutorial .mockupHighlight,
#learnItalianPage .tutorial .mockupHighlight,
#learnDutchPage .tutorial .mockupHighlight {
  position: relative;
  background: #43b08a;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
}
#learnSpanishPage .tutorial .mockupHighlight::before,
#learnFrenchPage .tutorial .mockupHighlight::before,
#learnGermanPage .tutorial .mockupHighlight::before,
#learnEnglishPage .tutorial .mockupHighlight::before,
#learnItalianPage .tutorial .mockupHighlight::before,
#learnDutchPage .tutorial .mockupHighlight::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #43b08a;
}
#learnSpanishPage .tutorial .flashcardCard,
#learnFrenchPage .tutorial .flashcardCard,
#learnGermanPage .tutorial .flashcardCard,
#learnEnglishPage .tutorial .flashcardCard,
#learnItalianPage .tutorial .flashcardCard,
#learnDutchPage .tutorial .flashcardCard {
  gap: 20px;
  justify-content: center;
}
#learnSpanishPage .tutorial .mockupCloze,
#learnFrenchPage .tutorial .mockupCloze,
#learnGermanPage .tutorial .mockupCloze,
#learnEnglishPage .tutorial .mockupCloze,
#learnItalianPage .tutorial .mockupCloze,
#learnDutchPage .tutorial .mockupCloze {
  display: inline-block;
  border-bottom: 3px solid #56544e;
  min-width: 120px;
}
#learnSpanishPage .tutorial .mockupButtons,
#learnFrenchPage .tutorial .mockupButtons,
#learnGermanPage .tutorial .mockupButtons,
#learnEnglishPage .tutorial .mockupButtons,
#learnItalianPage .tutorial .mockupButtons,
#learnDutchPage .tutorial .mockupButtons {
  display: flex;
  gap: 16px;
}
#learnSpanishPage .tutorial .mockupHintButton,
#learnFrenchPage .tutorial .mockupHintButton,
#learnGermanPage .tutorial .mockupHintButton,
#learnEnglishPage .tutorial .mockupHintButton,
#learnItalianPage .tutorial .mockupHintButton,
#learnDutchPage .tutorial .mockupHintButton {
  background: #26378e;
  color: #fff;
  flex: 1;
  padding: 32px 20px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}
#learnSpanishPage .tutorial .mockupAnswerButton,
#learnFrenchPage .tutorial .mockupAnswerButton,
#learnGermanPage .tutorial .mockupAnswerButton,
#learnEnglishPage .tutorial .mockupAnswerButton,
#learnItalianPage .tutorial .mockupAnswerButton,
#learnDutchPage .tutorial .mockupAnswerButton {
  background: #f2c430;
  color: #053d2a;
  flex: 1;
  padding: 32px 20px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}
#learnSpanishPage .tutorial .explainCard,
#learnFrenchPage .tutorial .explainCard,
#learnGermanPage .tutorial .explainCard,
#learnEnglishPage .tutorial .explainCard,
#learnItalianPage .tutorial .explainCard,
#learnDutchPage .tutorial .explainCard {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  gap: 16px;
}
#learnSpanishPage .tutorial .mockupExplainHeader,
#learnFrenchPage .tutorial .mockupExplainHeader,
#learnGermanPage .tutorial .mockupExplainHeader,
#learnEnglishPage .tutorial .mockupExplainHeader,
#learnItalianPage .tutorial .mockupExplainHeader,
#learnDutchPage .tutorial .mockupExplainHeader {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
#learnSpanishPage .tutorial .mockupExplainTitle,
#learnFrenchPage .tutorial .mockupExplainTitle,
#learnGermanPage .tutorial .mockupExplainTitle,
#learnEnglishPage .tutorial .mockupExplainTitle,
#learnItalianPage .tutorial .mockupExplainTitle,
#learnDutchPage .tutorial .mockupExplainTitle {
  font-weight: 700;
  font-size: 28px;
  color: #56544e;
}
#learnSpanishPage .tutorial .mockupDivider,
#learnFrenchPage .tutorial .mockupDivider,
#learnGermanPage .tutorial .mockupDivider,
#learnEnglishPage .tutorial .mockupDivider,
#learnItalianPage .tutorial .mockupDivider,
#learnDutchPage .tutorial .mockupDivider {
  width: 40px;
  height: 3px;
  background: #56544e;
  border-radius: 2px;
}
#learnSpanishPage .tutorial .mockupPhraseRow,
#learnFrenchPage .tutorial .mockupPhraseRow,
#learnGermanPage .tutorial .mockupPhraseRow,
#learnEnglishPage .tutorial .mockupPhraseRow,
#learnItalianPage .tutorial .mockupPhraseRow,
#learnDutchPage .tutorial .mockupPhraseRow {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 26px;
}
#learnSpanishPage .tutorial .mockupPhrase,
#learnFrenchPage .tutorial .mockupPhrase,
#learnGermanPage .tutorial .mockupPhrase,
#learnEnglishPage .tutorial .mockupPhrase,
#learnItalianPage .tutorial .mockupPhrase,
#learnDutchPage .tutorial .mockupPhrase {
  color: #43b08a;
  font-weight: 700;
}
#learnSpanishPage .tutorial .mockupSlash,
#learnFrenchPage .tutorial .mockupSlash,
#learnGermanPage .tutorial .mockupSlash,
#learnEnglishPage .tutorial .mockupSlash,
#learnItalianPage .tutorial .mockupSlash,
#learnDutchPage .tutorial .mockupSlash {
  color: #43b08a;
}
#learnSpanishPage .tutorial .mockupTranslation,
#learnFrenchPage .tutorial .mockupTranslation,
#learnGermanPage .tutorial .mockupTranslation,
#learnEnglishPage .tutorial .mockupTranslation,
#learnItalianPage .tutorial .mockupTranslation,
#learnDutchPage .tutorial .mockupTranslation {
  color: #43b08a;
  font-style: italic;
}
#learnSpanishPage .tutorial .mockupExplanation,
#learnFrenchPage .tutorial .mockupExplanation,
#learnGermanPage .tutorial .mockupExplanation,
#learnEnglishPage .tutorial .mockupExplanation,
#learnItalianPage .tutorial .mockupExplanation,
#learnDutchPage .tutorial .mockupExplanation {
  font-size: 18px;
  line-height: 1.5;
  color: #56544e;
}
@media (max-width: 1120px) {
  #learnSpanishPage .tutorial .mockupCard,
  #learnFrenchPage .tutorial .mockupCard,
  #learnGermanPage .tutorial .mockupCard,
  #learnEnglishPage .tutorial .mockupCard,
  #learnItalianPage .tutorial .mockupCard,
  #learnDutchPage .tutorial .mockupCard {
    border-radius: 10px;
    border-width: 5px;
    padding: 20px;
  }
  #learnSpanishPage .tutorial .mockupSentence,
  #learnFrenchPage .tutorial .mockupSentence,
  #learnGermanPage .tutorial .mockupSentence,
  #learnEnglishPage .tutorial .mockupSentence,
  #learnItalianPage .tutorial .mockupSentence,
  #learnDutchPage .tutorial .mockupSentence {
    font-size: 24px;
  }
  #learnSpanishPage .tutorial .mockupTooltip,
  #learnFrenchPage .tutorial .mockupTooltip,
  #learnGermanPage .tutorial .mockupTooltip,
  #learnEnglishPage .tutorial .mockupTooltip,
  #learnItalianPage .tutorial .mockupTooltip,
  #learnDutchPage .tutorial .mockupTooltip {
    font-size: 18px;
    bottom: calc(100% + 14px);
  }
  #learnSpanishPage .tutorial .mockupHighlight,
  #learnFrenchPage .tutorial .mockupHighlight,
  #learnGermanPage .tutorial .mockupHighlight,
  #learnEnglishPage .tutorial .mockupHighlight,
  #learnItalianPage .tutorial .mockupHighlight,
  #learnDutchPage .tutorial .mockupHighlight {
    padding: 2px 6px;
  }
  #learnSpanishPage .tutorial .mockupHighlight::before,
  #learnFrenchPage .tutorial .mockupHighlight::before,
  #learnGermanPage .tutorial .mockupHighlight::before,
  #learnEnglishPage .tutorial .mockupHighlight::before,
  #learnItalianPage .tutorial .mockupHighlight::before,
  #learnDutchPage .tutorial .mockupHighlight::before {
    border-width: 6px;
  }
  #learnSpanishPage .tutorial .mockupCloze,
  #learnFrenchPage .tutorial .mockupCloze,
  #learnGermanPage .tutorial .mockupCloze,
  #learnEnglishPage .tutorial .mockupCloze,
  #learnItalianPage .tutorial .mockupCloze,
  #learnDutchPage .tutorial .mockupCloze {
    min-width: 80px;
    border-bottom-width: 2px;
  }
  #learnSpanishPage .tutorial .mockupHintButton,
  #learnSpanishPage .tutorial .mockupAnswerButton,
  #learnFrenchPage .tutorial .mockupHintButton,
  #learnFrenchPage .tutorial .mockupAnswerButton,
  #learnGermanPage .tutorial .mockupHintButton,
  #learnGermanPage .tutorial .mockupAnswerButton,
  #learnEnglishPage .tutorial .mockupHintButton,
  #learnEnglishPage .tutorial .mockupAnswerButton,
  #learnItalianPage .tutorial .mockupHintButton,
  #learnItalianPage .tutorial .mockupAnswerButton,
  #learnDutchPage .tutorial .mockupHintButton,
  #learnDutchPage .tutorial .mockupAnswerButton {
    padding: 24px 14px;
    font-size: 18px;
    border-radius: 10px;
  }
  #learnSpanishPage .tutorial .mockupExplainTitle,
  #learnFrenchPage .tutorial .mockupExplainTitle,
  #learnGermanPage .tutorial .mockupExplainTitle,
  #learnEnglishPage .tutorial .mockupExplainTitle,
  #learnItalianPage .tutorial .mockupExplainTitle,
  #learnDutchPage .tutorial .mockupExplainTitle {
    font-size: 22px;
  }
  #learnSpanishPage .tutorial .mockupDivider,
  #learnFrenchPage .tutorial .mockupDivider,
  #learnGermanPage .tutorial .mockupDivider,
  #learnEnglishPage .tutorial .mockupDivider,
  #learnItalianPage .tutorial .mockupDivider,
  #learnDutchPage .tutorial .mockupDivider {
    width: 32px;
    height: 2px;
  }
  #learnSpanishPage .tutorial .mockupPhraseRow,
  #learnFrenchPage .tutorial .mockupPhraseRow,
  #learnGermanPage .tutorial .mockupPhraseRow,
  #learnEnglishPage .tutorial .mockupPhraseRow,
  #learnItalianPage .tutorial .mockupPhraseRow,
  #learnDutchPage .tutorial .mockupPhraseRow {
    font-size: 20px;
  }
  #learnSpanishPage .tutorial .mockupExplanation,
  #learnFrenchPage .tutorial .mockupExplanation,
  #learnGermanPage .tutorial .mockupExplanation,
  #learnEnglishPage .tutorial .mockupExplanation,
  #learnItalianPage .tutorial .mockupExplanation,
  #learnDutchPage .tutorial .mockupExplanation {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #learnSpanishPage .tutorial .mockupCard,
  #learnFrenchPage .tutorial .mockupCard,
  #learnGermanPage .tutorial .mockupCard,
  #learnEnglishPage .tutorial .mockupCard,
  #learnItalianPage .tutorial .mockupCard,
  #learnDutchPage .tutorial .mockupCard {
    border-radius: 9px;
    border-width: 4px;
    padding: 16px;
  }
  #learnSpanishPage .tutorial .mockupSentence,
  #learnFrenchPage .tutorial .mockupSentence,
  #learnGermanPage .tutorial .mockupSentence,
  #learnEnglishPage .tutorial .mockupSentence,
  #learnItalianPage .tutorial .mockupSentence,
  #learnDutchPage .tutorial .mockupSentence {
    font-size: 18px;
    line-height: 1.4;
  }
  #learnSpanishPage .tutorial .mockupTooltip,
  #learnFrenchPage .tutorial .mockupTooltip,
  #learnGermanPage .tutorial .mockupTooltip,
  #learnEnglishPage .tutorial .mockupTooltip,
  #learnItalianPage .tutorial .mockupTooltip,
  #learnDutchPage .tutorial .mockupTooltip {
    font-size: 14px;
    bottom: calc(100% + 12px);
  }
  #learnSpanishPage .tutorial .mockupHighlight,
  #learnFrenchPage .tutorial .mockupHighlight,
  #learnGermanPage .tutorial .mockupHighlight,
  #learnEnglishPage .tutorial .mockupHighlight,
  #learnItalianPage .tutorial .mockupHighlight,
  #learnDutchPage .tutorial .mockupHighlight {
    padding: 2px 4px;
  }
  #learnSpanishPage .tutorial .mockupHighlight::before,
  #learnFrenchPage .tutorial .mockupHighlight::before,
  #learnGermanPage .tutorial .mockupHighlight::before,
  #learnEnglishPage .tutorial .mockupHighlight::before,
  #learnItalianPage .tutorial .mockupHighlight::before,
  #learnDutchPage .tutorial .mockupHighlight::before {
    border-width: 5px;
  }
  #learnSpanishPage .tutorial .flashcardCard,
  #learnFrenchPage .tutorial .flashcardCard,
  #learnGermanPage .tutorial .flashcardCard,
  #learnEnglishPage .tutorial .flashcardCard,
  #learnItalianPage .tutorial .flashcardCard,
  #learnDutchPage .tutorial .flashcardCard {
    gap: 14px;
  }
  #learnSpanishPage .tutorial .mockupCloze,
  #learnFrenchPage .tutorial .mockupCloze,
  #learnGermanPage .tutorial .mockupCloze,
  #learnEnglishPage .tutorial .mockupCloze,
  #learnItalianPage .tutorial .mockupCloze,
  #learnDutchPage .tutorial .mockupCloze {
    min-width: 60px;
    border-bottom-width: 2px;
  }
  #learnSpanishPage .tutorial .mockupButtons,
  #learnFrenchPage .tutorial .mockupButtons,
  #learnGermanPage .tutorial .mockupButtons,
  #learnEnglishPage .tutorial .mockupButtons,
  #learnItalianPage .tutorial .mockupButtons,
  #learnDutchPage .tutorial .mockupButtons {
    gap: 10px;
  }
  #learnSpanishPage .tutorial .mockupHintButton,
  #learnSpanishPage .tutorial .mockupAnswerButton,
  #learnFrenchPage .tutorial .mockupHintButton,
  #learnFrenchPage .tutorial .mockupAnswerButton,
  #learnGermanPage .tutorial .mockupHintButton,
  #learnGermanPage .tutorial .mockupAnswerButton,
  #learnEnglishPage .tutorial .mockupHintButton,
  #learnEnglishPage .tutorial .mockupAnswerButton,
  #learnItalianPage .tutorial .mockupHintButton,
  #learnItalianPage .tutorial .mockupAnswerButton,
  #learnDutchPage .tutorial .mockupHintButton,
  #learnDutchPage .tutorial .mockupAnswerButton {
    padding: 18px 12px;
    font-size: 15px;
    border-radius: 8px;
  }
  #learnSpanishPage .tutorial .explainCard,
  #learnFrenchPage .tutorial .explainCard,
  #learnGermanPage .tutorial .explainCard,
  #learnEnglishPage .tutorial .explainCard,
  #learnItalianPage .tutorial .explainCard,
  #learnDutchPage .tutorial .explainCard {
    padding-top: 14px;
    gap: 10px;
  }
  #learnSpanishPage .tutorial .mockupExplainTitle,
  #learnFrenchPage .tutorial .mockupExplainTitle,
  #learnGermanPage .tutorial .mockupExplainTitle,
  #learnEnglishPage .tutorial .mockupExplainTitle,
  #learnItalianPage .tutorial .mockupExplainTitle,
  #learnDutchPage .tutorial .mockupExplainTitle {
    font-size: 18px;
  }
  #learnSpanishPage .tutorial .mockupDivider,
  #learnFrenchPage .tutorial .mockupDivider,
  #learnGermanPage .tutorial .mockupDivider,
  #learnEnglishPage .tutorial .mockupDivider,
  #learnItalianPage .tutorial .mockupDivider,
  #learnDutchPage .tutorial .mockupDivider {
    width: 24px;
    height: 2px;
  }
  #learnSpanishPage .tutorial .mockupPhraseRow,
  #learnFrenchPage .tutorial .mockupPhraseRow,
  #learnGermanPage .tutorial .mockupPhraseRow,
  #learnEnglishPage .tutorial .mockupPhraseRow,
  #learnItalianPage .tutorial .mockupPhraseRow,
  #learnDutchPage .tutorial .mockupPhraseRow {
    font-size: 16px;
  }
  #learnSpanishPage .tutorial .mockupExplanation,
  #learnFrenchPage .tutorial .mockupExplanation,
  #learnGermanPage .tutorial .mockupExplanation,
  #learnEnglishPage .tutorial .mockupExplanation,
  #learnItalianPage .tutorial .mockupExplanation,
  #learnDutchPage .tutorial .mockupExplanation {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media (max-width: 374px) {
  #learnSpanishPage .tutorial .mockupCard,
  #learnFrenchPage .tutorial .mockupCard,
  #learnGermanPage .tutorial .mockupCard,
  #learnEnglishPage .tutorial .mockupCard,
  #learnItalianPage .tutorial .mockupCard,
  #learnDutchPage .tutorial .mockupCard {
    border-width: 3px;
    padding: 12px;
  }
  #learnSpanishPage .tutorial .mockupSentence,
  #learnFrenchPage .tutorial .mockupSentence,
  #learnGermanPage .tutorial .mockupSentence,
  #learnEnglishPage .tutorial .mockupSentence,
  #learnItalianPage .tutorial .mockupSentence,
  #learnDutchPage .tutorial .mockupSentence {
    font-size: 15px;
  }
  #learnSpanishPage .tutorial .mockupTooltip,
  #learnFrenchPage .tutorial .mockupTooltip,
  #learnGermanPage .tutorial .mockupTooltip,
  #learnEnglishPage .tutorial .mockupTooltip,
  #learnItalianPage .tutorial .mockupTooltip,
  #learnDutchPage .tutorial .mockupTooltip {
    font-size: 12px;
    bottom: calc(100% + 10px);
  }
  #learnSpanishPage .tutorial .mockupHighlight::before,
  #learnFrenchPage .tutorial .mockupHighlight::before,
  #learnGermanPage .tutorial .mockupHighlight::before,
  #learnEnglishPage .tutorial .mockupHighlight::before,
  #learnItalianPage .tutorial .mockupHighlight::before,
  #learnDutchPage .tutorial .mockupHighlight::before {
    border-width: 4px;
  }
  #learnSpanishPage .tutorial .mockupHintButton,
  #learnSpanishPage .tutorial .mockupAnswerButton,
  #learnFrenchPage .tutorial .mockupHintButton,
  #learnFrenchPage .tutorial .mockupAnswerButton,
  #learnGermanPage .tutorial .mockupHintButton,
  #learnGermanPage .tutorial .mockupAnswerButton,
  #learnEnglishPage .tutorial .mockupHintButton,
  #learnEnglishPage .tutorial .mockupAnswerButton,
  #learnItalianPage .tutorial .mockupHintButton,
  #learnItalianPage .tutorial .mockupAnswerButton,
  #learnDutchPage .tutorial .mockupHintButton,
  #learnDutchPage .tutorial .mockupAnswerButton {
    padding: 14px 10px;
    font-size: 13px;
  }
  #learnSpanishPage .tutorial .mockupExplainTitle,
  #learnFrenchPage .tutorial .mockupExplainTitle,
  #learnGermanPage .tutorial .mockupExplainTitle,
  #learnEnglishPage .tutorial .mockupExplainTitle,
  #learnItalianPage .tutorial .mockupExplainTitle,
  #learnDutchPage .tutorial .mockupExplainTitle {
    font-size: 15px;
  }
  #learnSpanishPage .tutorial .mockupPhraseRow,
  #learnFrenchPage .tutorial .mockupPhraseRow,
  #learnGermanPage .tutorial .mockupPhraseRow,
  #learnEnglishPage .tutorial .mockupPhraseRow,
  #learnItalianPage .tutorial .mockupPhraseRow,
  #learnDutchPage .tutorial .mockupPhraseRow {
    font-size: 13px;
  }
  #learnSpanishPage .tutorial .mockupExplanation,
  #learnFrenchPage .tutorial .mockupExplanation,
  #learnGermanPage .tutorial .mockupExplanation,
  #learnEnglishPage .tutorial .mockupExplanation,
  #learnItalianPage .tutorial .mockupExplanation,
  #learnDutchPage .tutorial .mockupExplanation {
    font-size: 11px;
  }
}

#featuresPage .e_reader_container {
  margin-top: 80px;
  position: relative;
}
@media (max-width: 768px) {
  #featuresPage .e_reader_container {
    margin-top: 40px;
  }
}
#featuresPage .videoPlayerSection .video_player_container {
  padding-top: 80px;
  padding-bottom: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 80px;
  margin-bottom: 80px;
  border-radius: 16px;
  background: url("/content/landingPages/bluebgfeature.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #26378e;
}
@media (max-width: 768px) {
  #featuresPage .videoPlayerSection .video_player_container {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
#featuresPage .voc_container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  #featuresPage .voc_container {
    padding-top: 40px;
    padding-bottom: 118px;
  }
}
#featuresPage .voc_container.conversations img {
  margin: 0 37px;
}
@media (max-width: 768px) {
  #featuresPage .voc_container.conversations img {
    margin: 0;
  }
}

.feature_container {
  gap: 58px;
  flex-wrap: wrap;
}
.feature_container.feature_container_reverse_wrap {
  flex-wrap: wrap-reverse;
}
.feature_container.text_white {
  color: #fff;
}
.feature_container.text_beige {
  color: #56544e;
}
.feature_container .feature_arrow {
  position: absolute;
  top: 33.5%;
  left: -0.5%;
  z-index: 1;
}
.feature_container .feature_image_section {
  position: relative;
}
.feature_container .feature_arrow_image {
  position: absolute;
  top: -20px;
  left: -9px;
}
.feature_container .shadow {
  box-shadow: 6.792px 6.792px 27.168px 0px rgba(0, 0, 0, 0.1);
}
.feature_container .feature_heading {
  line-height: 44px;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 12px;
}
.feature_container .feature_sub {
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}
.feature_container .feature_left_section > ul {
  padding-left: 30px;
}
.feature_container .feature_point {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 12px;
}
.feature_container .feature_point::marker {
  content: ".  ";
  vertical-align: top;
  font-size: 24px;
  gap: 10px;
}
.feature_container .feature_link_green {
  font-weight: 400;
  line-height: 22px;
  justify-content: flex-start;
  gap: 5px;
  color: #43b08a;
  margin-top: 20px;
}
.feature_container .feature_left_section {
  max-width: 400px;
}
.feature_container .feature_link_orange {
  font-weight: 400;
  line-height: 22px;
  justify-content: flex-start;
  gap: 5px;
  color: #fed54d;
  margin-top: 20px;
}
.feature_container .feature_arrow_mobile {
  display: none;
}
.feature_container .feature_image_section {
  max-width: 505px;
}
.feature_container .feature_image {
  border-radius: 16px;
}
@media (max-width: 768px) {
  .feature_container {
    gap: 27px;
  }
  .feature_container .feature_left_section {
    max-width: 330px;
  }
  .feature_container .feature_heading {
    font-size: 24px;
  }
  .feature_container .feature_image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .feature_container .feature_arrow_mobile {
    left: -1%;
    height: 80%;
  }
  .feature_container .feature_arrow_image_mobile {
    width: auto;
    height: 100%;
  }
  .feature_container .feature_arrow {
    display: none;
  }
  .feature_container .feature_arrow_mobile {
    display: block;
    position: absolute;
    top: 29%;
    left: 8.5%;
    z-index: 1;
  }
}

.web_reader_container {
  background: url("/content/landingPages/maroonbg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #70082e;
  padding-top: 80px;
  padding-bottom: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 80px;
  margin-bottom: 80px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .web_reader_container {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

#testimonialsPage .testimonial_section_container {
  background-color: #f0eedf;
  border-bottom: 1px solid #adb7bb;
}
#testimonialsPage .testimonial_section_container .testimonial_section_content {
  z-index: 1;
  margin-top: 240px;
  max-width: 820px;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  -moz-column-count: 2;
       column-count: 2;
  display: block;
}
#testimonialsPage .testimonial_section_container .pagination_section {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #testimonialsPage .testimonial_section_container .pagination_section {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #testimonialsPage .testimonial_section_container .testimonial_section_content {
    width: 100%;
    -moz-column-count: 1;
         column-count: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 90px;
  }
}

#pricingPage .pricing_section_container {
  background-color: #f0eedf;
  border-bottom: 1px solid #adb7bb;
  padding-bottom: 100px;
}
#pricingPage .language_section {
  font-size: 14px;
}
#pricingPage .premium_info {
  font-size: 16px;
  background-color: #fff;
  border-radius: 6px;
  padding: 16px;
  margin-top: 24px;
}
#pricingPage .free_section,
#pricingPage .premium_section {
  width: 273px;
  padding: 16px;
  font-size: 16px;
}
#pricingPage .pricing_title {
  font-size: 24px;
  font-weight: 600;
}
#pricingPage .features_title {
  padding-bottom: 47px;
  margin-bottom: 20px;
}
#pricingPage .pricing_title_container {
  margin-bottom: 20px;
}
#pricingPage .free_section {
  border: 2px solid #f0eedf;
  border-radius: 8px;
}
#pricingPage .premium_section {
  border: 2px solid #43b08a;
  border-radius: 8px;
}
#pricingPage .free_button {
  background-color: #e9eef0;
  border: 1ps solid #e9eef0;
  margin-top: 12px;
  color: #181a1c;
}
#pricingPage .premium_button {
  color: #fff;
  background-color: #43b08a;
  border: 1px solid #43b08a;
  margin-top: 12px;
}
#pricingPage .feature_section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  width: 295px;
  padding: 16px;
}
#pricingPage .pricing_info {
  max-width: 820px;
  margin-top: 52px;
}
#pricingPage .pricing_section_content {
  align-items: flex-start;
  z-index: 1;
  margin-top: 240px;
  max-width: 918px;
  gap: 12px;
  padding: 24px;
  background-color: #fff;
  border-radius: 12px;
}
#pricingPage .feature_content {
  font-weight: 400;
  font-size: 16px;
  border-top: 2px solid #f0eedf;
  padding-top: 20px;
}
#pricingPage .free_content,
#pricingPage .premium_content {
  padding-top: 20px;
}
#pricingPage .free_content {
  border-top: 2px solid #f0eedf;
}
#pricingPage .premium_content {
  border-top: 2px solid #43b08a;
}
#pricingPage .feature_item {
  text-align: center;
  margin-bottom: 20px;
}
#pricingPage .feature_item img {
  width: 16px;
  height: 16px;
  transform: scale(1.25);
}
#pricingPage .pricing_section_mobile_content > .premium_plan_container,
#pricingPage .pricing_section_mobile_content > .free_plan_container {
  background-color: #fff;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 20px;
}
#pricingPage .premium_plan_details,
#pricingPage .free_plan_details {
  margin-top: 16px;
  margin-bottom: 20px;
}
#pricingPage .free_plan_button_mobile {
  background-color: #d3dadc;
  border: 1px solid #d3dadc;
  color: #181a1c;
}
#pricingPage .mobile_row_start {
  justify-content: flex-start;
  gap: 8px;
}
#pricingPage .plan_title_mobile {
  font-size: 34px;
  font-weight: 600;
}
#pricingPage .plan_header {
  border-bottom: 1px solid #adb7bb;
  padding-bottom: 12px;
}
#pricingPage .two_column {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
#pricingPage .premium_plan_button_mobile {
  background-color: #43b08a;
  border: 1px solid #43b08a;
  color: #fff;
}
#pricingPage .plus-sign {
  display: none;
}
#pricingPage .extra-space.only-narrow {
  display: none;
}
@media (max-width: 918px) {
  #pricingPage .pricing_section_content {
    max-width: 770px;
  }
  #pricingPage .pricing_title_container {
    text-align: center;
  }
  #pricingPage .pricing_title_container .free-new-line {
    display: none;
  }
  #pricingPage .pricing_title_container .plus-word {
    display: none;
  }
  #pricingPage .pricing_title_container .plus-sign {
    display: inline;
  }
  #pricingPage .state-of-the-art {
    display: none;
  }
  #pricingPage .extra-space.only-narrow {
    display: inline;
  }
}
#pricingPage .pricing_section_mobile_content {
  font-size: 14px;
  display: none;
}
@media (max-width: 768px) {
  #pricingPage .pricing_info {
    width: 100%;
  }
  #pricingPage .pricing_section_content {
    display: none;
  }
  #pricingPage .pricing_section_mobile_content {
    display: block;
    margin-top: 90px;
    z-index: 1;
  }
  #pricingPage .pricing_info {
    margin-top: 0px;
  }
  #pricingPage .pricing_section_container {
    padding-bottom: 50px;
  }
}

#aboutPage .aboutSection .about_section_container {
  color: #56544e;
  margin-bottom: 80px;
  margin-top: 80px;
  max-width: 820px;
  width: 100%;
  justify-content: center;
}
#aboutPage .aboutSection .about_title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 32px;
}
#aboutPage .aboutSection .about_item {
  margin-bottom: 24px;
  gap: 24px;
  font-weight: 400;
}
@media (max-width: 768px) {
  #aboutPage .aboutSection .about_section_container {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  #aboutPage .aboutSection .about_title {
    font-size: 24px;
    margin-bottom: 27px;
  }
  #aboutPage .aboutSection .about_item {
    margin-bottom: 20px;
    gap: 8px;
    font-size: 16px;
    align-items: flex-start;
  }
  #aboutPage .aboutSection .about_image {
    width: 80px;
    height: 80px;
  }
}
#aboutPage .videoSection .video_section_container {
  color: #fff;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 66px;
  padding-bottom: 66px;
  background-repeat: no-repeat;
  background: url("/content/landingPages/bluebg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #26378e;
}
#aboutPage .videoSection .video_section_content {
  max-width: 820px;
  align-items: flex-start;
  margin: auto;
}
#aboutPage .videoSection .video_section_title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 16px;
}
#aboutPage .videoSection .video_section_tag_line {
  margin-bottom: 31px;
}
#aboutPage .videoSection .iframe_container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#aboutPage .videoSection .video_iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  #aboutPage .videoSection .video_section_container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  #aboutPage .videoSection .video_section_title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  #aboutPage .videoSection .video_section_tag_line {
    margin-bottom: 20px;
  }
}
#aboutPage .teamSection .team_container {
  max-width: 820px;
  margin-top: 100px;
  margin-bottom: 100px;
  color: #56544e;
}
#aboutPage .teamSection .team_container_content {
  gap: 20px;
  margin-bottom: 41px;
}
#aboutPage .teamSection .team_title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 16px;
}
#aboutPage .teamSection .team_content_a {
  margin-bottom: 16px;
  font-weight: 400;
}
#aboutPage .teamSection .team_content_b {
  font-weight: 400;
}
#aboutPage .teamSection .icon_container {
  margin-top: 17px;
  display: flex;
  gap: 12px;
}
@media (max-width: 768px) {
  #aboutPage .teamSection .team_container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #aboutPage .teamSection .team_title {
    font-size: 16px;
  }
  #aboutPage .teamSection .team_container_content {
    flex-direction: column;
  }
  #aboutPage .teamSection .steve_image {
    width: 100%;
  }
}

#couponPage .couponContainer {
  max-width: 900px;
  margin: 32px auto;
  padding: 0 32px;
}
#couponPage .couponContainer .redeemButton {
  background-color: #43b08a;
  color: #fff;
  border: none;
  font-size: 16px;
  max-width: 500px;
}
#couponPage .couponContainer .couponAndStamp {
  position: relative;
}
#couponPage .couponContainer .stamp {
  color: #d34d2f;
  font-family: monospace;
  position: absolute;
  text-align: center;
  top: 60px;
  letter-spacing: 4px;
  font-size: 60px;
  transform: rotate(-15deg);
  left: 50%;
  margin-left: -183px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 12px 24px;
  border: 4px solid;
}
@media (max-width: 600px) {
  #couponPage .couponContainer .stamp {
    font-size: 32px;
    top: 28px;
    padding: 8px 16px;
    margin-left: -115px;
    border-width: 6px;
    max-width: 300px;
    transform: rotate(-10deg);
  }
}
#couponPage .couponContainer .coupon {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  max-width: 540px;
  margin: 32px auto;
  border: 8px solid #f59237;
}
#couponPage .couponContainer .coupon.redeemed {
  filter: contrast(0.5) brightness(1.2);
}
@media (max-width: 600px) {
  #couponPage .couponContainer .coupon {
    border-width: 6px;
    max-width: 300px;
  }
}
#couponPage .couponContainer .coupon .couponLeft {
  background-color: #f59237;
  color: #fff;
  min-height: 200px;
  width: 120px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#couponPage .couponContainer .coupon .couponLeft .topText {
  font-weight: 700;
}
@media (max-width: 600px) {
  #couponPage .couponContainer .coupon .couponLeft {
    width: 80px;
    padding: 10px;
    min-height: 100px;
    font-size: 12px;
  }
}
#couponPage .couponContainer .coupon .couponRight {
  background-color: #fff;
  padding: 16px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
#couponPage .couponContainer .coupon .couponRight .topText {
  font-size: 32px;
  font-weight: 700;
  color: #f59237;
  text-align: right;
}
@media (max-width: 600px) {
  #couponPage .couponContainer .coupon .couponRight .topText {
    font-size: 16px;
  }
}
#couponPage .couponContainer .coupon .couponRight .bottomText {
  font-size: 40px;
  font-weight: 700;
  text-align: right;
}
@media (max-width: 600px) {
  #couponPage .couponContainer .coupon .couponRight .bottomText {
    font-size: 20px;
  }
}
#couponPage .couponContainer .coupon .couponRight .couponToken {
  text-align: right;
  color: #adb7bb;
  font-size: 16px;
}
@media (max-width: 600px) {
  #couponPage .couponContainer .coupon .couponRight .couponToken {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  #couponPage .couponContainer .coupon .couponRight {
    padding: 10px;
  }
}

.jobs-container {
  max-width: 900px;
  margin: 0 auto;
}
.jobs-container ul {
  padding-left: 20px;
}