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

.banner-img {
  width: 1520px;
}

.banner-text-box {
  position: absolute;
  top: 30%;
  left: 27%;
  color: white;
  letter-spacing: 8px;
}

.banner-text-box-en {
  position: absolute;
  top: 30%;
  left: 17%;
  color: white;
}

.banner-logo {
  width: 105px;
  height: 42px;
  margin-top: 2px;
}

.banner-h1-left {
  font-size: 90px;
  font-weight: bold;
}

.banner-h1-right {
  font-size: 60px;
  font-weight: bold;
  margin-top: 10px;
}

.banner-h3 {
  font-size: 18px;
  font-weight: 100;
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

.start-btn {
  position: absolute;
  top: 60%;
  left: 25%;
  width: 160px;
  height: 52px;
  border-radius: 6px;
  background-color: rgba(63, 141, 255, 1);
  text-align: center;
  border: 0;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.start-btn:hover {
  color: white;
}

.search-box {
  display: flex;
  margin-left: -758px;
  margin-top: -230px;
}

.search-input {
  width: 396px;
  height: 54px;
  line-height: 20px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 1);
  text-align: left;
  border: 1px solid rgba(187, 187, 187, 1);
  text-indent: 10px;
}

.search-btn {
  width: 88px;
  height: 52px;
  line-height: 20px;
  border-radius: 6px;
  background-color: rgba(63, 141, 255, 1);
  text-align: center;
  border: 1px solid rgba(187, 187, 187, 1);
  display: flex;
  margin-left: -90px;
}

.search-icon {
  margin: 0px auto;
  margin-top: 12px;
  color: white;
  font-size: 24px;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.subject-box {
  display: flex;
  width: 224px;
  height: 72px;
  padding: 16px;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  border: 1px solid var(---hover, #D9D9D9);
  background: #FFF;
}

.subject-right-text-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.subject-right-text{
  width: 100%;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.subject-flag {
  width: 36px;
  height: 36px;
}

.section-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border-radius: 2px;
  width: 1516px;
  height: 600px;
  margin: auto;
  padding-left: 120px;
  padding-right: 114px;
}

.section-box-img {
  width: auto;
  height: 476px;
}

.image-blur {
  position: relative;
  width: auto;
  height: 476px;
}

.image-blur img {
  width: 100%;
  height: auto;
}

.image-blur:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%);
  opacity: 1;
}

.img3 {
  height: 400px;
  padding: 15px;
  margin-left: 200px;
}

.content-logo {
  width: 74px;
  height: 32px;
}

.text-title {
  color: rgba(79, 79, 79, 1);
  font-size: 24px;
  text-align: left;
  font-weight: bold;
}

.text-content-left {
  color: rgba(79, 79, 79, 1);
  font-size: 14px;
  text-align: left;
}

.text-content-right {
  color: rgba(79, 79, 79, 1);
  font-size: 14px;
  text-align: right;
}

.text-content-line {
  margin-top: 18px;
}

.btn-left {
  padding-left: 15px;
  padding-right: 15px;
  width: 168px;
  height: 50px;
  margin-top: 52px;
  border-radius: 4px;
  background-color: rgba(63, 141, 252, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  text-align: center;
  border-width: 0px;
}

.btn-right {
  padding-left: 15px;
  padding-right: 15px;
  width: 160px;
  height: 50px;
  margin-top: 52px;
  border-radius: 4px;
  background-color: rgba(253, 196, 67, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  text-align: center;
  border-width: 0px;
  float: right;
}

.text-after-check {
  margin-left: 0px;
}

.fa-check {
  color: rgb(147, 210, 243);
}

.about-title-box {
  width: 80px;
  height: 80px;
  line-height: 20px;
  background-color: rgba(252, 254, 255, 1);
  /* border: 1px solid rgba(187, 187, 187, 1); */
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  border: 1px solid rgba(187, 187, 187, 1);
  margin-top: -15px;
}

.about-section-box-1 {
  padding: 20px 10px 10px 10px;
}

.about-section-box {
  margin-top: 40px;
  height: 490px;
  background: linear-gradient(to bottom, rgba(63, 141, 252, 0.1) 0, rgba(63, 141, 252, 0.1) 100%) no-repeat;
  background-size: calc(100% - 20px) calc(100% - 44px);
  background-position: 10px 36px;
  padding: 20px 10px 10px 10px;
}

.about-container {
  width: 25%;
}

.about-item-box {
  width: 60px;
  height: 60px;
  line-height: 20px;
  background-color: rgba(252, 254, 255, 1);
  border: 0px solid rgba(187, 187, 187, 1);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 50px;
}

.about-title {
  color: rgba(79, 79, 79, 1);
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.common-content-box {
  margin: 0px auto;
  width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-content-box {
  margin-left: 275px;
  display: flex;
  flex-wrap: wrap;
}

.about-content-title {
  color: rgba(108, 108, 108, 1);
  font-size: 18px;
  font-weight: bold;
  margin-top: 17px;
}

.about-text-content-box {
  color: rgba(108, 108, 108, 1);
  font-size: 14px;
}

.about-item-icon {
  color: rgb(63, 141, 252);
  font-size: 26px;
}

.how-it-works-box-container {
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-top: 40px;
}

.how-it-works-box {
  width: 360px;
  height: 300px;
  line-height: 20px;
  border-radius: 2px;
  background-color: rgba(63, 141, 252, 0.1);
  color: rgba(16, 16, 16, 1);
  font-size: 14px;
  text-align: left;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  padding-top: 26px;
}

.how-it-works-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  line-height: 29px;
  opacity: 0.96;
  background-color: rgba(63, 141, 252, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  text-align: center;
  margin-left: 37px;
  border-radius: 100%;
}

.how-it-works-title {
  width: 187px;
  height: 26px;
  color: rgba(108, 108, 108, 1);
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  margin-left: 22px;
}

.how-it-works-hr {
  width: 260px;
  border: 1px solid rgba(187, 187, 187, 1);
  margin: auto;
  margin-top: 20px;
}

.how-it-works-content {
  padding-top: 24px;
  line-height: 30px;
  text-align: left;
  width: 262px;
  margin: auto;
}


.main-banner {
  background: #ffffff;
  padding: 40px 0px 40px 0px;
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  flex-shrink: 0;
  min-width: 400px;
  max-width: 1960px;
  position: relative;
}

.banner-left {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-shrink: 0;
  width: 100%;
  min-width: 300px;
  max-width: 620px;
  position: relative;
}

.banner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-width: 300px;
  position: relative;
}

.banner-banner-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 300px;
  position: relative;
}

.be-better-on-well-talky {
  text-align: left;
  font-family: "Montserrat-ExtraBold", sans-serif;
  font-size: 48px;
  font-weight: 800;
  position: relative;
  align-self: stretch;
}

.be-better-on-well-talky-span {
  color: var(---, #666666);
  font-family: "Montserrat-ExtraBold", sans-serif;
  font-size: 48px;
  font-weight: 800;
}

.be-better-on-well-talky-span2 {
  color: var(---, #3f8dfc);
  font-family: "Montserrat-ExtraBold", sans-serif;
  font-size: 48px;
  font-weight: 800;
}

.be-better-on-well-talky-span3 {
  color: var(---, #666666);
  font-family: "Montserrat-ExtraBold", sans-serif;
  font-size: 48px;
  font-weight: 800;
}

._1-on-1-online-learning-platform {
  color: var(---, #666666);
  text-align: left;
  font-family: var(---font-family, "Inter-Bold", sans-serif);
  font-size: var(---font-size, 24px);
  font-weight: var(---font-weight, 700);
  position: relative;
  align-self: stretch;
  min-width: 300px;
}

.banner-line-3 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 300px;
  position: relative;
}

.any-subject-in-any-language-on-any-device-for-all-ages {
  color: var(--grey-text-light, #64748b);
  text-align: left;
  font-family: var(---font-family, "Inter-Bold", sans-serif);
  font-size: var(---font-size, 14px);
  font-weight: var(---font-weight, 700);
  position: relative;
}

.button-main {
  background: #3f8dfc;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.frame-427319104 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.start-your-fun-journey {
  color: var(--white, #ffffff);
  text-align: left;
  font-family: "Inter-Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.banner-right {
  flex-shrink: 0;
  width: 100%;
  height: 488px;
  min-width: 300px;
  max-width: 528px;
  position: relative;
}

.frame-427318996 {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 13.7%;
  height: 17.65%;
  position: absolute;
  right: 39.36%;
  left: 46.94%;
  bottom: 77.68%;
  top: 4.66%;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
}

.ellipse-67 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-68 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-69 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-70 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-71 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-72 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-73 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-74 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-75 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-76 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-77 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-78 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-79 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-80 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-81 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-82 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-83 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-84 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-85 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-86 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-87 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-88 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-89 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-90 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-91 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-92 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-93 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-94 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-95 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-96 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-97 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-98 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-99 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-100 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-101 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-102 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-103 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-104 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-105 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-106 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-107 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-108 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-109 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-110 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.ellipse-111 {
  background: var(--grey-border, #e2e8f0);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.frame-427318997 {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 12.09%;
  height: 20.01%;
  position: absolute;
  right: 87.91%;
  left: 0%;
  bottom: 34.78%;
  top: 45.21%;
  transform-origin: 0 0;
  transform: rotate(-80.879deg) scale(1.005, 0.995);
}

.frame-427318761 {
  border-radius: 543.38px;
  width: 43.79%;
  height: 41.7%;
  position: absolute;
  right: 1.03%;
  left: 55.18%;
  bottom: 53.02%;
  top: 5.27%;
  overflow: hidden;
}

.ellipse-54 {
  background: var(--primary-400, #60a5fa);
  border-radius: 50%;
  width: 217.35px;
  height: 217.35px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.image-8 {
  width: 217.35px;
  height: 289.08px;
  position: absolute;
  left: 0.18px;
  bottom: -101.84px;
  object-fit: cover;
}

.frame-427318762 {
  border-radius: 581.07px;
  width: 41.2%;
  height: 39.24%;
  position: absolute;
  right: 48.78%;
  left: 10.02%;
  bottom: 32.15%;
  top: 28.61%;
  overflow: hidden;
}

.ellipse-55 {
  background: var(--active-400, #4ade80);
  border-radius: 50%;
  width: 204.54px;
  height: 204.54px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.image-6 {
  width: 176.28px;
  height: 228.32px;
  position: absolute;
  left: 0px;
  top: -12px;
  object-fit: cover;
}

.frame-469322 {
  border-radius: 630.68px;
  width: 44.72%;
  height: 42.59%;
  position: absolute;
  right: 0.08%;
  left: 55.2%;
  bottom: 3.05%;
  top: 54.36%;
  overflow: hidden;
}

.ellipse-56 {
  background: var(--warning-400, #facc15);
  border-radius: 50%;
  width: 222px;
  height: 222px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.image-7 {
  width: 331.64px;
  height: 221.09px;
  position: absolute;
  left: 297.86px;
  top: 11px;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(-1, 1);
  object-fit: cover;
}

.frame-427318928 {
  background: var(--white, #ffffff);
  border-radius: 8px;
  border-style: solid;
  border-color: var(--grey-border, #e2e8f0);
  border-width: 1px;
  width: 33.64%;
  height: 19.95%;
  position: absolute;
  right: 33.32%;
  left: 33.04%;
  bottom: 4.97%;
  top: 75.08%;
  box-shadow: var(--shadow-box-shadow,
      0px 0px 8px 0px rgba(59, 130, 246, 0.12));
  overflow: hidden;
}

.frame-427318989 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: 12px;
  top: 12px;
}

.ellipse-65 {
  border-radius: 50%;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.12);
  object-fit: cover;
}

.ellipse-62 {
  margin: 0 0 0 -15px;
  border-radius: 50%;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.12);
  object-fit: cover;
}

.ellipse-64 {
  margin: 0 0 0 -15px;
  border-radius: 50%;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.12);
  object-fit: cover;
}

.ellipse-63 {
  margin: 0 0 0 -15px;
  border-radius: 50%;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.12);
  object-fit: cover;
}

.ellipse-66 {
  margin: 0 0 0 -15px;
  border-radius: 50%;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.12);
  object-fit: cover;
}

.join-our-community-of-1200-students {
  color: var(--grey-900, #0f172a);
  text-align: left;
  font-family: var(--label-font-family, "Inter-SemiBold", sans-serif);
  font-size: var(--label-font-size, 12px);
  font-weight: var(--label-font-weight, 600);
  position: absolute;
  left: 12px;
  top: 62px;
  width: 143px;
}

.ellipse-552 {
  width: 44.36%;
  height: 22.46%;
  position: absolute;
  right: 48.8%;
  left: 6.84%;
  bottom: 29.3%;
  top: 48.24%;
  overflow: visible;
}

.ellipse-542 {
  width: 30.68%;
  height: 50%;
  position: absolute;
  right: 0%;
  left: 69.32%;
  bottom: 50%;
  top: 0%;
  overflow: visible;
}

.ellipse-57 {
  width: 25.69%;
  height: 39.65%;
  position: absolute;
  right: 1.11%;
  left: 73.2%;
  bottom: 0%;
  top: 60.35%;
  overflow: visible;
}

.ellipse-139 {
  background: var(--grey-900, #0f172a);
  border-radius: 50%;
  width: 7.05%;
  height: 6.72%;
  position: absolute;
  right: 34.33%;
  left: 58.62%;
  bottom: 45.84%;
  top: 47.45%;
}

.polygon-1 {
  width: 3.83%;
  height: 3.65%;
  position: absolute;
  right: 35.94%;
  left: 60.23%;
  bottom: 47.37%;
  top: 48.98%;
  overflow: visible;
}

.for,
.for * {
  box-sizing: border-box;
}

.for {
  background: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 300px;
  position: relative;
}

.for-context {
  background: #ffffff;
  padding: 20px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  position: relative;
}

.text-for {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 300px;
  position: relative;
}

.text-forwho {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 72px;
  min-width: 300px;
  position: relative;
}

.frame-427319092 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.we-design-tools-to-u {
  color: var(---, #666666);
  text-align: center;
  font-family: var(--ads01-font-family, "Montserrat-ExtraBold", sans-serif);
  font-size: var(--ads01-font-size, 36px);
  font-weight: var(--ads01-font-weight, 800);
  position: relative;
  /* width: 1401px; */
}

.line-label {
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 300px;
  position: relative;
}

.rectangle-16 {
  background: #3f8dfc;
  flex-shrink: 0;
  width: 209px;
  height: 8px;
  position: relative;
}

.text-forwho2 {
  display: flex;
  flex-direction: row;
  gap: 120px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.text-atschool {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.frame-427319095 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.icon {
  flex-shrink: 0;
  width: 45.74px;
  height: 44.98px;
  position: relative;
  overflow: visible;
}

.frame-427319093 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.first-click-tests {
  color: var(---, #666666);
  text-align: left;
  font-family: var(--1-font-family, "Inter-Bold", sans-serif);
  font-size: var(--1-font-size, 24px);
  font-weight: var(--1-font-weight, 700);
  position: relative;
  width: 123.49px;
  height: 26.09px;
}

.while-most-people-en {
  color: #544837;
  text-align: left;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  position: relative;
  width: 200px;
  height: 71.97px;
}

.frame-427319094 {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.while-most-people-en2 {
  color: #544837;
  text-align: left;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.text-atwork {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.icon2 {
  flex-shrink: 0;
  width: 44.84px;
  height: 44.98px;
  position: relative;
  overflow: visible;
}

.text-athome {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.icon3 {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
}

.icon-bd {
  background: var(--dollarred, #ff3b53);
  border-radius: 19px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
}

.mobile {
  width: 50%;
  height: 50%;
  position: absolute;
  right: 24%;
  left: 26%;
  bottom: 24%;
  top: 26%;
  overflow: visible;
}

.text-parttime {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.group-33519 {
  position: absolute;
  inset: 0;
}

.icon-bd2 {
  background: var(--dollarblue, #3cc5ff);
  border-radius: 19px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
}

.sofa {
  width: 50%;
  height: 50%;
  position: absolute;
  right: 26%;
  left: 24%;
  bottom: 24%;
  top: 26%;
  overflow: visible;
}

.preference-tests {
  color: #666;
  text-align: left;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.the-myspace-page-def {
  color: #544837;
  text-align: left;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  position: relative;
  width: 189px;
  height: 81px;
}

.teacher-student {
  display: flex;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #FFF;
}

.frame-427318812 {
  display: flex;
  padding: 20px 0px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 40px 140px;
  align-self: stretch;
  flex-wrap: wrap;
  border-radius: 2px;
}

.image-10 {
  width: 380px;
  height: 425px;
  flex-shrink: 0;
}

.frame-427318811 {
  display: flex;
  min-width: 300px;
  max-width: 43%;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.frame-427318810 {
  display: flex;
  min-width: 320px;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.teacher-on-well-talky {
  color: var(--black, #000000);
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.become-teacher-slogan {
  color: var(--gray-800, #1d2939);
  text-align: left;
  font-family: var(--paragraph-font-family, "Inter-Regular", sans-serif);
  font-size: var(--paragraph-font-size, 16px);
  line-height: var(--paragraph-line-height, 160%);
  font-weight: var(--paragraph-font-weight, 400);
  position: relative;
  align-self: stretch;
  text-overflow: ellipsis;
  overflow: hidden;
}

.become-teacher-button {
  background: #3f8dfc;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 200px;
  height: 48px;
  position: relative;
  cursor: pointer;
}

.become-teacher-button-label {
  color: white; 
  font-size: 14px; 
  font-family: Inter; 
  font-weight: 700; 
  line-height: 22.40px; 
  word-wrap: break-word
}

.icon-arrow-narrow-right {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

.frame-427318940 {
  display: flex;
  padding: 20px 10px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 40px 140px;
  align-self: stretch;
  flex-wrap: wrap;
  border-radius: 2px;
}

.transform-your-life {
  color: var(--black, #000000);
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.choose-course-slogan {
  color: var(--gray-800, #1d2939);
  text-align: left;
  font-family: var(--paragraph-font-family, "Inter-Regular", sans-serif);
  font-size: var(--paragraph-font-size, 16px);
  line-height: var(--paragraph-line-height, 160%);
  font-weight: var(--paragraph-font-weight, 400);
  position: relative;
  align-self: stretch;
  text-overflow: ellipsis;
  overflow: hidden;
}

.choose-course-button {
  background: var(---, linear-gradient(0deg, #FDC443 0%, #FDC443 100%), #3F8DFC);
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 200px;
  height: 48px;
  position: relative;
}

.choose-course-button-label {
  color: rgb(102, 102, 102);
  text-align: left;
  font-family: var(---font-family, "Inter-Bold", sans-serif);
  font-size: var(---font-size, 16px);
  font-weight: var(---font-weight, 700);
  position: relative;
}

.icon-arrow-narrow-right2 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

.image-11 {
  width: 380px;
  height: 385px;
  flex-shrink: 0;
}

.app-box{
  display: flex;
  width: 320px;
  padding: 10px 20px;
  align-items: flex-start;
  gap: 20px;
  border-radius: 8px;
  background: #FFF;
}

.app-box-right{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
}

.app-img{
  width: 90px; 
  height: 90px;
}

.app-title{
  font-size: 18px; 
  font-weight: 600; 
  color: #000;
}

.app-blue-text{
  font-size: 18px; 
  font-weight: 700; 
  color: #3F8DFC;
}

.app-black-text{
  font-size: 18px; 
  font-weight: 500; 
  color: #000;
}