html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input,
textarea,
select,
button {
  outline: none;
}

input {
  line-height: normal;
}

label,
button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

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

.hero {
    background-image: url(/lopnhom/public/c1-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    margin-top: -80px;
}
@media screen and (max-width: 768px) {
    .hero {
        background-image: url(/lopnhom/public/c1-bg-mobile.png);
        background-size: contain;
        background-position: top;
        padding-top: 80px;
    }
}
.hero-container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hero-container {
    flex-direction: column;
  }
}
.hero-content {
  flex: 1 1 0%;
  max-width: 653px;
  width: 100%;
}
@media screen and (min-width: 1180px) {
  .hero-content {
    padding: 40px 0;
  }
}
.hero-content-sub-title {
  font-size: 28.58px;
  font-weight: 600;
  line-height: 41.45px;
  color: black;
  margin-bottom: 12px;
}
@media screen and (max-width: 1180px) {
  .hero-content-sub-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 23.2px;
    text-align: left;
    padding-top: 24px;
    margin-bottom: 0px;
  }
}
.hero-content-title {
  color: #339316;
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 62px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px;
}
@media screen and (max-width: 1180px) {
  .hero-content-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
}
.hero-content-title-img {
  width: 250px;
}
@media screen and (max-width: 1180px) {
  .hero-content-title-img {
    width: 148px;
  }
}
.hero-content-title-item {
  background: linear-gradient(90deg, #ef673a 0.1%, #ffba1a 184.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 109.091% */
}
@media screen and (max-width: 1180px) {
  .hero-content-title-item {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 114.286% */
  }
}
.hero-content-lines {
  position: absolute;
  bottom: -20px;
  left: 0;
  max-width: 595px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1180px) {
  .hero-content-lines {
    bottom: -12px;
  }
}
.hero-content-desc {
  font-size: 28.58px;
  font-weight: 400;
  line-height: 47.16px;
  color: #000000;
}
@media screen and (max-width: 1180px) {
  .hero-content-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 26.4px;
    text-align: center;
    padding-top: 16px;
  }
}
.hero-content-desc-item {
  color: #272b30;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
@media screen and (max-width: 1180px) {
  .hero-content-desc-item {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
}
.hero-content-btn {
  margin-top: 42px;
}
@media screen and (max-width: 1180px) {
  .hero-content-btn {
    margin: 20px 0;
    display: flex;
    justify-content: center;
  }
}
.hero-image {
  flex: 1 1 0%;
  aspect-ratio: 1/1;
  margin-top: 12px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .hero-image {
    margin-left: -60px;
    margin-top: 164px;
    margin-bottom: 0;
  }
}

.footer {
  background-color: #4ab749;
  padding: 0 0 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 62px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 20px;
  }
}
.footer-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 31px;
}
.footer-contact {
  width: 100%;
  padding: 0 180px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .footer-contact {
    padding: 0 24px;
    flex-direction: column;
    gap: 16px;
  }
}
.footer-contact-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  height: 32px;
  flex-shrink: 0;
}
.footer-contact-item-address {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .footer-contact-item-address {
    flex: none;
  }
}
.footer-contact-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.footer-contact-text {
  color: #ffffff;
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer-contact-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
  }
}
.footer-divider {
  width: 1080px;
  max-width: calc(100% - 360px);
  height: 1px;
  background-color: #b5e4ca;
}
@media screen and (max-width: 768px) {
  .footer-divider {
    width: calc(100% - 48px);
    max-width: none;
  }
}
.footer-bottom {
  width: 100%;
  padding: 0 180px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 238px;
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    padding: 0 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
}
.footer-bottom-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .footer-bottom-left {
    align-self: stretch;
  }
}
.footer-bottom-right {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .footer-bottom-right {
    align-self: flex-start;
  }
}
.footer-copyright {
  color: #ffffff;
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3333333333em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
  }
}
.footer-mst {
  color: #ffffff;
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer-mst {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
  }
}
.footer-logo {
  width: 159px;
  height: 60px;
  object-fit: contain;
}

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

svg:not(#other-icon) > path {
  fill: currentColor;
}

p {
  margin: 0;
}

.container, .celebrity-container, .online-class-body, .teacher-body {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .container, .celebrity-container, .online-class-body, .teacher-body {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.commit {
  width: 100%;
}
@media (min-width: 1023px) {
  .commit {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.commit-desc {
  font-size: 28px;
  font-weight: 500;
  line-height: 40.6px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 11px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .commit-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.2px;
    text-align: center;
    margin-top: 4px;
  }
}
.commit-title, .celebrity-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 64.8px;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .commit-title, .celebrity-title {
    margin-top: 12px;
    font-size: 22px;
    font-weight: 700;
    line-height: 29.7px;
    text-align: center;
  }
}

.platform {
    position: relative;
    background-image: url(/lopnhom/public/c5-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
@media screen and (max-width: 780px) {
    .platform {
        padding: 40px 0 83px 0;
        background-image: url(/lopnhom/lopnhom/public/c5-bg-mobile.svg);
        background-size: cover;
        background-position: bottom;
    }
}
.platform-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 72px 0 100px 0;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .platform-container {
    display: flex;
    flex-direction: column-reverse;
    margin: 16px 0 0 0;
  }
  .platform-container > :not(:last-child) {
    margin: 24px 16px 0;
  }
}
.platform-title {
  color: #4ab749;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 160% */
}
@media screen and (max-width: 1180px) {
  .platform-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 150% */
    padding: 0 16px;
  }
}
.platform-title-line {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 200px;
}
@media screen and (max-width: 1180px) {
  .platform-title-line {
    position: absolute;
    top: 32px;
    left: 20%;
    width: 120px;
  }
}
.platform-desc {
  color: #57595c;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  margin: 16px 0 26px 0;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .platform-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-align: center;
    padding: 0 16px;
  }
}
.platform-img {
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .platform-img {
    width: 100%;
    padding: 0 16px;
  }
}
.platform-content {
  background-color: white;
  padding: 16px;
  border-radius: 12px;
  max-width: 520px;
  width: 100%;
}
.platform-content > :not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .platform-content {
    margin-right: 32px;
  }
}
@media screen and (min-width: 1180px) {
  .platform-break {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  .platform-break-desktop {
    display: none;
  }
}
.platform-card {
  display: flex;
}
.platform-card-desc {
  color: #9fa59e;
  font-size: 24px;
  display: flex;
  font-weight: 500;
  line-height: 34.8px;
  padding: 16px 16px 16px 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .platform-card-desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.2px;
    padding: 16px 16px 16px 0;
  }
}
.platform-card-desc.active {
  color: #4ab749;
  background-color: #fbfbfb;
  cursor: default;
  border-radius: 8px;
}
.platform-card-desc.active::before {
  background-color: #4ab749;
}
.platform-card-desc::before {
  content: "";
  width: 6px;
  flex: none;
  margin-right: 24px;
  height: 100%;
  background-color: #9fa59e;
  border-radius: 24px;
  display: block;
}

.teacher {
  padding: 60px 0 51px 0;
  background-image: url(/lopnhom/public/c4-bg.svg);
  background-repeat: no-repeat;
  width: 100%;
  background-size: contain;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
    .teacher {
        padding: 40px 0 83px 0;
        background-image: url(/lopnhom/public/c4-bg-mobile.svg);
        background-size: cover;
        background-position: bottom;
    }
}
.teacher-title {
  color: #ff9914;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 160% */
}
@media screen and (max-width: 1180px) {
  .teacher-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 150% */
  }
}
.teacher-title-line {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 320px;
}
@media screen and (max-width: 1180px) {
  .teacher-title-line {
    position: absolute;
    top: 32px;
    left: 0;
    width: 190px;
  }
}
.teacher-desc {
  color: #5f8d52;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  margin: 16px 0 26px 0;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .teacher-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-align: center;
    padding: 0 16px;
  }
}
.teacher-img {
  width: 735px;
  padding: 0 !important;
}
@media screen and (max-width: 1180px) {
  .teacher-img {
    padding: 0;
  }
}
@media screen and (min-width: 1180px) {
  .teacher-break {
    display: none;
  }
}
.teacher-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0 !important;
}
@media screen and (max-width: 780px) {
  .teacher-body {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.teacher-img {
  padding: 32px 0 36px 0;
}
@media screen and (max-width: 1180px) {
  .teacher-img {
    padding: 16px 0;
  }
}
.teacher-card {
  height: 100%;
  width: 100%;
  border-radius: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 24px;
  color: white;
  background-color: #64d563;
}
@media screen and (max-width: 780px) {
  .teacher-card {
    padding: 16px;
    justify-content: center;
    align-items: center;
    min-height: 248px;
  }
}
.teacher-card > :not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 780px) {
  .teacher-card > :not(:last-child) {
    margin-bottom: 0px;
  }
}
.teacher-card-icon {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 780px) {
  .teacher-card-icon {
    width: 48px;
    height: 48px;
  }
}
.teacher-card-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 100% */
}
@media screen and (max-width: 1180px) {
  .teacher-card-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 150% */
  }
}
.teacher-card-desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .teacher-card-desc {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
}

.online-class {
  margin: 52px 0 87px 0;
}
@media screen and (max-width: 1180px) {
  .online-class {
    margin-top: 22px 0 44px 0;
  }
}
.online-class-title {
  color: #ff9914;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}
@media screen and (max-width: 1180px) {
  .online-class-title {
    margin-top: 36px;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    padding: 0 16px;
  }
}
.online-class-title-line {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 320px;
}
@media screen and (max-width: 1180px) {
  .online-class-title-line {
    position: absolute;
    top: 74px;
    left: 10%;
    width: 190px;
  }
}
@media screen and (min-width: 1180px) {
  .online-class-break {
    display: none;
  }
}
.online-class-body {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  gap: 48px;
}
@media screen and (max-width: 1180px) {
  .online-class-body {
    flex-direction: column;
    gap: 24px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px !important;
    margin: 0 !important;
  }
}
.online-class-img {
  padding: 32px 0 36px 0;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .online-class-img {
    padding: 16px 0;
    height: 183px;
  }
}
.online-class-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
}
@media screen and (max-width: 1180px) {
  .online-class-card {
    width: 100%;
    align-self: stretch;
  }
}
.online-class-card.first .online-class-card-number {
  color: #ff9914;
}
.online-class-card.first .online-class-card-title {
  color: #ff9914;
}
.online-class-card.second .online-class-card-number {
  color: #4ab749;
}
.online-class-card.second .online-class-card-title {
  color: #4ab749;
}
.online-class-card.third .online-class-card-number {
  color: #8e59ff;
}
.online-class-card.third .online-class-card-title {
  color: #8e59ff;
}
.online-class-card.fourth .online-class-card-number {
  color: #f57032;
}
.online-class-card.fourth .online-class-card-title {
  color: #f57032;
}
.online-class-card-number {
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2em;
  margin: 0;
}
@media screen and (max-width: 1180px) {
  .online-class-card-number {
    font-size: 28px;
    line-height: 1.1428571429em;
  }
}
.online-class-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.online-class-card-title {
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2857142857em;
  margin: 0;
}
@media screen and (max-width: 1180px) {
  .online-class-card-title {
    font-size: 20px;
    line-height: 1.6em;
  }
}
.online-class-card-desc {
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3333333333em;
  color: #57595c;
  margin: 0;
}
@media screen and (max-width: 1180px) {
  .online-class-card-desc {
    font-size: 18px;
    line-height: 1.3333333333em;
  }
}

.celebrity {
  position: relative;
}
@media screen and (max-width: 768px) {
  .celebrity {
    margin: 24px 0;
  }
}
.celebrity-content {
  margin: 40px 0 24px 0;
}
@media screen and (max-width: 768px) {
  .celebrity-content {
    margin: 40px 16px 24px 0;
  }
}
.celebrity-content-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.celebrity-content-arrows > :not(:last-child) {
  margin-right: 15px;
}
.celebrity-container {
  padding: 50px 0 0 0;
}
@media screen and (max-width: 768px) {
  .celebrity-container {
    padding: 0 0 0 16px !important;
  }
}
.celebrity-title {
  max-width: 1018px;
  width: 100%;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .celebrity-title {
    margin-bottom: 24px;
  }
}
.celebrity-card {
  border-radius: 20px;
  background: linear-gradient(86deg, #ffef88 0.39%, #94d35b 25.7%, #47be3a 99.66%);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .celebrity-card {
    flex-direction: column-reverse;
  }
}
.celebrity-card-img {
  flex: 1 1 0%;
  object-fit: contain;
}
.celebrity-card-content {
  flex: 1 1 0%;
  padding: 24px 48px;
}
.celebrity-card-desc {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 160% */
}
@media screen and (max-width: 768px) {
  .celebrity-card-desc {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
  }
}
.celebrity-card-desc-sub {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
@media screen and (max-width: 768px) {
  .celebrity-card-desc-sub {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
}
.celebrity-dots {
  position: absolute;
  bottom: 0;
  right: 0;
}

.register {
  z-index: 1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1023px) {
  .register {
    flex-direction: column-reverse;
  }
}
.register-wrapper {
  z-index: 9;
  padding: 80px 0 0 0;
  background: linear-gradient(180deg, #54c033 0%, #72e350 100%);
}
@media screen and (max-width: 768px) {
  .register-wrapper {
    padding: 24px 0 0 0;
  }
}
.register-modal {
  background: linear-gradient(180deg, #54c033 0%, #72e350 100%);
  max-width: 736px;
  width: 100%;
  border-radius: 24px;
}
.register-background {
  position: absolute;
  top: 0;
  left: 0%;
  opacity: 0.1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  z-index: -1;
  background: #0aa807;
}
.register-content {
  max-width: 540px;
  width: 100%;
  flex: 1 1 0%;
  flex: none;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .register-content {
    width: 100%;
    padding: 48px;
  }
}
@media (max-width: 767px) {
  .register-content {
    width: 100%;
    padding: 20px;
  }
}
.register-content.exeption {
  margin-bottom: 80px;
}
.register-title {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  line-height: 64px; /* 160% */
}
@media screen and (max-width: 1180px) {
  .register-title {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 166.667% */
  }
}
.register-title.modal {
  margin-bottom: 24px;
}
.register-title-line {
  position: absolute;
  bottom: 0px;
  right: 50px;
  width: 133px;
}
@media screen and (max-width: 1180px) {
  .register-title-line {
    position: absolute;
    bottom: 0;
    left: 62%;
    width: 105px;
  }
}
.register-title-line-modal {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 133px;
}
@media screen and (max-width: 1180px) {
  .register-title-line-modal {
    position: absolute;
    bottom: 0;
    left: 43%;
    width: 105px;
  }
}
.register-img {
  flex: 1 1 0%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex: none;
  width: 50%;
}
@media (max-width: 1023px) {
  .register-img {
    width: 100%;
    border-bottom-left-radius: none;
    border-top-right-radius: 8px;
    max-height: 400px;
    object-fit: cover;
  }
}
@media (min-width: 1023px) {
  .register-img.modal {
    margin-left: -30px;
    margin-bottom: -30px;
  }
}
@media (max-width: 1023px) {
  .register-img.modal {
    display: none;
  }
}
.register-form {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .register-form {
    margin-top: 24px;
    margin-bottom: 8px;
  }
}
.register-form > :not(:last-child) {
  margin-bottom: 14px;
}
.register-form > :last-child {
  margin-top: 25px !important;
}
.register-form-select {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0 24px;
  height: 60px;
  font-size: 16px;
  justify-content: space-between;
  background-color: transparent;
  border: 1px solid rgb(235, 236, 240);
  color: rgba(0, 0, 0, 0.6);
}
.register-form-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 6px;
  color: #13161a;
  color: white;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
.register-form-input {
  padding: 0 24px;
  height: 60px;
  border-radius: 9999px;
  border: 1px solid rgb(235, 236, 240);
}
.register-form-input ::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.register-try {
  padding: 30px;
  padding-top: 180px;
  background-image: url(/public/modal-img.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .register-try {
    padding-top: 220px;
  }
}
.register-to-try {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 99;
  transition-duration: 1s;
}
.register-to-try.hide {
  display: none;
  transition-duration: 1s;
}
@media screen and (max-width: 768px) {
  .register-to-try {
    zoom: 0.75;
  }
}
@media screen and (min-width: 768px) {
  .register-to-try-mobile {
    display: none;
  }
}
.register-to-try-destop {
  -webkit-filter: drop-shadow(1px 1px 1px #aaaaaa);
  filter: drop-shadow(0 0 0.55rem #c6c6c6);
}
@media screen and (max-width: 768px) {
  .register-to-try-destop {
    display: none;
    max-height: 100px;
  }
}
@media screen and (min-width: 960px) {
  .register-to-try-destop {
    max-height: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .register-to-try-destop {
    max-height: 120px;
  }
}
@media screen and (min-width: 1650px) {
  .register-to-try-destop {
    max-height: 160px !important;
  }
}

.register-wrapper-new {
    background-image: url("/lopnhom/public/bg-form-register.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 84px 0 200px 0;
    margin-bottom: -80px;
}
@media screen and (max-width: 768px) {
  .register-wrapper-new {
    min-height: 961px;
    padding: 0 0 40px;
    margin-bottom: -20px;
  }
}

.register-wrapper-new-container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  min-height: 600px;
}
@media screen and (max-width: 768px) {
  .register-wrapper-new-container {
    max-width: 375px;
    min-height: 961px;
    padding: 0;
  }
}

.register-title-new {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 665px;
  max-width: calc(100% - 48px);
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .register-title-new {
    left: 7px;
    transform: none;
    width: 360px;
    max-width: calc(100% - 14px);
    height: 120px;
  }
}
.register-title-new-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.register-title-new-image-desktop {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .register-title-new-image-desktop {
    display: none !important;
  }
}
.register-title-new-image-mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .register-title-new-image-mobile {
    display: block !important;
  }
}

.register-content-new {
  position: relative;
  top: 40px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 64px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .register-content-new {
    top: 40px;
    flex-direction: column-reverse;
    border-radius: 0 0 24px 24px;
    padding: 0;
    gap: 0;
    align-items: stretch;
  }
}

.register-form-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
  padding: 100px 0 64px 64px;
}
@media screen and (max-width: 768px) {
  .register-form-wrapper {
    gap: 24px;
    width: 100%;
    padding: 40px 24px 24px;
    align-self: stretch;
  }
}

.register-form-new {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .register-form-new {
    gap: 24px;
  }
}

.register-form-field {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.register-form-input-new {
  width: 100%;
  padding: 24px;
  background-color: #fcfcfc;
  border: 1.5px solid #c2c2c2;
  border-radius: 16px;
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3333333333em;
  color: #57595c;
  transition: all 0.3s ease;
}
.register-form-input-new::placeholder {
  color: #9fa59e;
  opacity: 1;
}
.register-form-input-new:focus {
  outline: none;
  border-color: #4ab749;
  background-color: #ffffff;
}

.register-form-label-new {
  position: absolute;
  left: 16px;
  top: -12px;
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  color: #57595c;
  pointer-events: none;
  background-color: #ffffff;
  padding: 0 8px;
}

.register-form-button {
  width: 100%;
  padding: 24px;
  background-color: #ffa218;
  border: none;
  border-radius: 16px;
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333em;
  letter-spacing: 0.04em;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.register-form-button:hover {
  background-color: #ff9914;
}
.register-form-button:active {
  transform: scale(0.98);
}

.register-image-wrapper {
  flex-shrink: 0;
  width: 513px;
  height: 100%;
  display: flex;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .register-image-wrapper {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
}

.register-image-new {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
@media screen and (max-width: 768px) {
  .register-image-new {
    object-position: top;
  }
}
@media screen and (max-width: 768px) {
  .register-image-new-desktop {
    display: none;
  }
}
.register-image-new-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .register-image-new-mobile {
    display: block;
  }
}

.section3 {
  position: relative;
  width: 100%;
  min-height: 1013px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section3 {
    min-height: 1020px;
  }
}
.section3-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.section3-bg-desktop {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .section3-bg-desktop {
    display: none;
  }
}
.section3-bg-mobile {
  display: none;
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .section3-bg-mobile {
    display: block;
  }
}
.section3-model {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.section3-model-desktop {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .section3-model-desktop {
    display: none;
  }
}
.section3-model-mobile {
  display: none;
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .section3-model-mobile {
    display: block;
  }
}
.section3-content {
  position: relative;
  z-index: 2;
  padding: 37px 0 100px 0;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .section3-content {
    padding: 41px 0 60px 0;
  }
}
.section3-title {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1023px) {
  .section3-title {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.section3-title-wrapper {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section3-title-text {
  color: #339316;
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6em;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .section3-title-text {
    font-size: 28px;
    line-height: 1.4285714286em;
  }
}
@media (max-width: 1023px) {
  .section3-title-break {
    display: block;
  }
}
.section3-title-underline {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.section3-title-underline-desktop {
  width: 220.65px;
  height: auto;
  top: 48px;
  left: 80%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .section3-title-underline-desktop {
    display: none;
  }
}
.section3-title-underline-mobile {
  display: none;
  width: 192.69px;
  height: auto;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .section3-title-underline-mobile {
    display: block;
  }
}
.section3-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 1080px;
  margin: auto;
}
@media (max-width: 1023px) {
  .section3-cards {
    padding: 0 25px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }
}
.section3-card {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 0;
  width: 100%;
  height: 164px;
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section3-card {
    height: 128px;
    padding: 0;
  }
}
.section3-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 250, 165) 0%, rgb(255, 255, 255) 100%);
  opacity: 0.5;
  z-index: 0;
}
.section3-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 46px 32px;
}
@media (max-width: 1023px) {
  .section3-card-content {
    gap: 16px;
    padding: 40px 16px;
  }
}
.section3-card-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.section3-card-text {
  color: #f57032;
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2857142857em;
  margin: 0;
  flex: 1;
}
@media (max-width: 1023px) {
  .section3-card-text {
    font-size: 18px;
    line-height: 1.3333333333em;
  }
}

.section4 {
    position: relative;
    width: 100%;
    background-image: url(/lopnhom/public/section4-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 48px 0;
    overflow: hidden;
}
@media (max-width: 1023px) {
  .section4 {
    padding: 24px 0;
  }
}
.section4-container {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1023px) {
  .section4-container {
    padding: 0 24px;
    gap: 40px;
  }
}
.section4-title {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.section4-title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 560.12px;
}
@media (max-width: 1023px) {
  .section4-title-wrapper {
    width: 204px;
  }
}
.section4-title-text {
  color: #4ab749;
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6em;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (max-width: 1023px) {
  .section4-title-text {
    font-size: 28px;
    line-height: 1.4285714286em;
  }
}
.section4-title-break {
  display: none;
}
@media (max-width: 1023px) {
  .section4-title-break {
    display: block;
  }
}
.section4-title-underline {
  position: absolute;
  width: 263.25px;
  height: auto;
  z-index: 1;
  pointer-events: none;
  top: 40.67px;
  left: 5.12px;
}
@media (max-width: 1023px) {
  .section4-title-underline {
    width: 197.83px;
    top: 23.95px;
    left: 2.94px;
  }
}
.section4-cards {
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: 100%;
  max-width: 1080px;
  justify-content: stretch;
  align-items: stretch;
}
@media (max-width: 1023px) {
  .section4-cards {
    flex-direction: column;
    gap: 24px;
  }
}
.section4-card {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1023px) {
  .section4-card {
    width: 100%;
  }
}
.section4-card-bg {
  width: 100%;
  height: 356.76px;
  border-radius: 24px;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
@media (max-width: 1023px) {
  .section4-card-bg {
    height: 220.95px;
  }
}
.section4-card-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 24px;
  margin-top: -48px;
}
@media (max-width: 1023px) {
  .section4-card-wrapper {
    padding: 0 12px;
    margin-top: -48px;
  }
}
.section4-card-overlay {
  position: absolute;
  top: -0.19px;
  left: 0;
  right: 0;
  width: 100%;
  height: 288px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .section4-card-overlay {
    height: 208px;
    top: 0.05px;
  }
}
.section4-card-content {
  position: relative;
  z-index: 2;
  width: 100%;
  background: rgba(241, 241, 241, 0.8);
  border-radius: 24px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1023px) {
  .section4-card-content {
    padding: 16px;
    gap: 16px;
  }
}
.section4-card-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.section4-card-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.section4-card-text {
  color: #339316;
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  margin: 0;
  flex: 1;
}
@media (max-width: 1023px) {
  .section4-card-text {
    font-size: 16px;
    line-height: 1.5em;
  }
}

.difference-section {
  padding: 80px 20px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .difference-section {
    padding: 60px 20px;
  }
}

.difference-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.difference-header {
  position: relative;
  width: 1091px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .difference-header {
    width: 315px;
    height: 120px;
    margin-bottom: 12px;
  }
}

.difference-vector {
  position: absolute;
  left: 515.69px;
  top: 42px;
  width: 443.94px;
  height: 43.55px;
}
@media (max-width: 1023px) {
  .difference-vector {
    width: 200px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
}

.difference-title {
  font-family: "SF Pro Rounded", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6em;
  text-align: center;
  color: #ff9914;
  margin: 0;
  position: relative;
  z-index: 1;
}

.difference-content {
  display: flex;
  gap: 24px;
  width: 1080px;
}
@media (max-width: 1023px) {
  .difference-content {
    width: 100%;
    padding: 0 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
  }
}

.difference-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 344px;
  border-radius: 24px;
}
@media (max-width: 1023px) {
  .difference-card {
    min-width: 312px;
    width: 312px;
  }
}

.difference-card-bg {
  width: 100%;
  height: 268px;
  border-radius: 32px;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .difference-card-bg {
    height: 236px;
  }
}

.difference-card-frame {
  position: relative;
  width: 100%;
  height: 268px;
  grid-row: 2;
}
@media (max-width: 1023px) {
  .difference-card-frame {
    height: 236px;
  }
}

.difference-card-rectangle {
  position: absolute;
  background-color: #ffdfce;
  border-radius: 32px;
  z-index: 1;
  width: 312px;
  height: 205px;
  left: 16px;
  top: 63px;
}
@media (max-width: 1023px) {
  .difference-card-rectangle {
    width: 279px;
    height: 205px;
    left: 15.5px;
    top: 15px;
  }
}

.difference-card-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  width: 344px;
  height: 252px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1023px) {
  .difference-card-inner {
    padding: 16px;
    width: 312px;
    height: 204px;
  }
}

.difference-card-title {
  font-family: "SF Pro Rounded", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5em;
  color: #4ab749;
  margin: 0;
}
@media (max-width: 1023px) {
  .difference-card-title {
    font-size: 24px;
    line-height: 1.3333333333em;
  }
}

.difference-card-desc {
  font-family: "SF Pro Rounded", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3333333333em;
  color: #57595c;
  margin: 0;
}

.difference-cta {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}

.difference-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 48px;
  background: #ff9914;
  border-radius: 40px;
  font-family: "SF Pro Rounded", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6em;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.difference-btn:hover {
  background: #e88800;
  color: #ffffff;
}

.difference-title-mobile {
  font-family: "SF Pro Rounded", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5em;
  text-align: center;
  color: #ff9914;
  margin: 0;
}

.difference-vector-mobile {
  position: absolute;
  width: 200px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.difference-scroll-container {
  width: 100%;
  overflow: hidden;
  padding: 0 24px;
}

.difference-scroll-items {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
}

.difference-card-mobile {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  min-width: 312px;
  width: 312px;
  border-radius: 24px;
  overflow: visible;
  scroll-snap-align: start;
}

.difference-card-mobile .difference-card-bg {
  width: 100%;
  height: 236px;
  border-radius: 32px;
  object-fit: cover;
  grid-row: 1;
}

.difference-card-mobile .difference-card-frame {
  position: relative;
  width: 100%;
  height: 236px;
  grid-row: 2;
}

.difference-card-mobile .difference-card-rectangle {
  position: absolute;
  background-color: #ffdfce;
  border-radius: 32px;
  z-index: 1;
  width: 279px;
  height: 205px;
  left: 15.5px;
  top: 15px;
}

.difference-card-mobile .difference-card-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #ffffff;
  border-radius: 24px;
  padding: 16px;
  width: 312px;
  height: 204px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.difference-card-title-mobile {
  font-family: "SF Pro Rounded", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  color: #f57032;
  margin: 0;
}

.difference-card-desc-mobile {
  font-family: "SF Pro Rounded", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.33em;
  color: #57595c;
  margin: 0;
}

.difference-btn-mobile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 40px;
  background: #ff9914;
  border-radius: 40px;
  font-family: "SF Pro Rounded", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6em;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  max-width: 328px;
}
.difference-btn-mobile:hover {
  background: #e88800;
  color: #ffffff;
}

.faq {
  position: relative;
  width: 100%;
  padding: 10px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .faq {
    padding: 60px 0;
  }
}

.faq-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  max-width: 1440px;
  width: 100%;
  padding: 0 24px;
}
@media (max-width: 1023px) {
  .faq-container {
    gap: 24px;
    padding: 0 24px;
  }
}

.faq-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 700px;
}

.faq-title-wrapper {
  position: relative;
  width: 566px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .faq-title-wrapper {
    width: 100%;
    height: auto;
  }
}

.faq-title-vector {
  position: absolute;
  bottom: 0px;
  left: 20%;
  width: 200px;
}
@media screen and (max-width: 1180px) {
  .faq-title-vector {
    position: absolute;
    top: 32px;
    left: 20%;
    width: 120px;
  }
}

.faq-title {
  position: relative;
  z-index: 1;
  color: #ff9914;
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6em;
  text-align: center;
  margin: 0;
  width: 359px;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .faq-title {
    font-size: 28px;
    line-height: 1.4285714286em;
    width: 100%;
    letter-spacing: -0.01em;
  }
}

.faq-content {
  width: 100%;
  max-width: 736px;
}
@media (max-width: 1023px) {
  .faq-content {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}

.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1023px) {
  .faq-list {
    gap: 24px;
  }
}
.faq-list > li {
  margin: 0;
  padding: 0;
}

.faq-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.faq-item-expanded {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .faq-item-expanded {
    gap: 24px;
  }
}

.faq-item-title-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1023px) {
  .faq-item-title-content {
    gap: 16px;
  }
}

.faq-item-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
@media (max-width: 1023px) {
  .faq-item-header {
    gap: 24px;
  }
}

.faq-item-title {
  color: #272b30;
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6em;
  text-align: left;
  text-decoration: none;
  margin: 0;
  flex: 1;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .faq-item-title {
    font-size: 18px;
    line-height: 1.3333333333em;
  }
}
.faq-item-title:hover {
  color: #272b30;
  text-decoration: none;
}
.faq-item-title:focus {
  outline: none;
}
.faq-item-title p {
  margin: 0;
}

.faq-item-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.faq-item-icon svg {
  width: 100%;
  height: 100%;
}

.uk-open .faq-item-icon {
  transform: rotate(180deg);
}

.faq-item-content {
  color: #57595c;
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: justify;
  margin: 0;
  padding: 0;
}
.faq-item-content p {
  margin: 0;
  color: #57595c;
}
@media (max-width: 1023px) {
  .faq-item-content {
    font-size: 16px;
    line-height: 1.5em;
  }
}

.faq-divider {
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .faq-divider {
    margin-bottom: 24px;
  }
}

.uk-accordion-title {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-decoration: none;
  transition: color 0.2s ease;
}
.uk-accordion-title:hover {
  text-decoration: none;
}
.uk-accordion-title p {
  color: #272b30;
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6em;
  text-align: left;
  margin: 0;
  letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
  .uk-accordion-title p {
    font-size: 18px;
    line-height: 1.3333333333em;
  }
}

.uk-accordion-content {
  margin-top: 8px;
  padding: 0;
  padding-bottom: 0;
}
.uk-accordion-content p {
  color: #57595c;
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: justify;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .uk-accordion-content p {
    font-size: 16px;
    line-height: 1.5em;
  }
}

.faq-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.faq-content ul.divide-y > * + * {
  border-top: none !important;
}
.faq-content ul.divide-dashed > * + * {
  border-style: none !important;
}
.faq-content ul li {
  position: relative;
  padding: 0;
  margin: 0;
}
.faq-content ul li:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 0;
}
.faq-content ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  border: none;
}
.faq-content ul li .uk-accordion-title {
  padding: 0;
  margin: 0;
}
.faq-content ul li .uk-accordion-content {
  margin-top: 8px;
  padding: 0;
}

.combined-bg-section {
    position: relative;
    width: 100%;
    background-image: url("/lopnhom/public/bg-cover.svg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: local;
}
@media screen and (max-width: 768px) {
    .combined-bg-section {
        background-image: url("/lopnhom/public/bg-cover-mobile.svg");
        background-size: cover;
        background-position: bottom;
    }
}

.cover-section {
  position: relative;
  width: 100%;
  height: 717px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 201px;
}
@media screen and (max-width: 768px) {
  .cover-section {
    height: 472px;
    padding-top: 163px;
    align-items: flex-start;
  }
}
.cover-section-image-wrapper {
  position: relative;
  z-index: 1;
  width: 795.23px;
  height: 516.42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .cover-section-image-wrapper {
    width: 100%;
    max-width: 795.23px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .cover-section-image-wrapper {
    width: 420px;
    height: 272px;
    max-width: calc(100% + 44px);
  }
}
.cover-section-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@font-face {
  font-family: "SF Pro Rounded";
  src: url("../fonts/SF-Pro-Rounded-Regular.otf") format("opentype");
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Rounded";
  src: url("../fonts/SF-Pro-Rounded-Medium.otf") format("opentype");
  font-weight: 500; /* Medium */
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Rounded";
  src: url("../fonts/SF-Pro-Rounded-Semibold.otf") format("opentype");
  font-weight: 600; /* Semibold */
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Rounded";
  src: url("../fonts/SF-Pro-Rounded-Bold.otf") format("opentype");
  font-weight: 700; /* Bold */
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  font-family: "SF Pro Rounded", sans-serif;
}

.header {
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 131px;
  }
}
.header-item-mobile {
  font-size: 16px;
  font-weight: 600;
  color: #272b30;
  text-decoration: none;
  text-decoration: inherit;
}
.header-item-mobile:focus {
  color: #272b30;
  text-decoration: none;
  text-decoration: inherit;
}

.no-scroll {
  overflow: hidden !important; /* Prevent scrolling */
}

#header > div > nav > div > ul > li > a {
  color: #272b30;
  text-transform: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
}

.header-new {
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.header-new.scrolled {
  background-color: white;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

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

svg:not(#other-icon) > path {
  fill: currentColor;
}

.uk-modal-close-default svg {
  color: white; /* Changes the color of the SVG */
}

p {
  margin: 0;
}

ul {
  list-style: none;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.header {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header {
    height: 64px;
  }
}
.header-logo {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    height: 48px;
  }
}
.header-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 24px;
  gap: 4px;
  width: fit-content;
  height: 48px;
  color: white;
  background: radial-gradient(100% 100% at 0% 0%, #ffc007 0%, #ff5723 100%);
  border-radius: 1000px;
  cursor: pointer;
  font-size: 20px;
  flex: none;
  order: 1;
  flex-grow: 0;
  text-decoration: none;
}
.header-button:hover {
  text-decoration: none;
  color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .header-button {
    font-size: 16px;
  }
}

.button-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 52px;
  gap: 4px;
  width: fit-content;
  height: 72px;
  color: white;
  background: #4ab749;
  border-radius: 1000px;
  cursor: pointer;
  font-size: 20px;
  flex: none;
  order: 1;
  flex-grow: 0;
  text-decoration: none;
  animation: crescendo 1s alternate infinite ease-in;
}
@media screen and (max-width: 768px) {
  .button-primary {
    font-size: 16px;
  }
}
.button-primary-big {
  height: 86px;
  padding: 0 61px;
  font-size: 23.82px;
  font-weight: 700;
  line-height: 34.54px;
}
@media screen and (max-width: 768px) {
  .button-primary-big {
    height: 52px;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.2px;
    color: #ffffff;
  }
}
.button-primary:hover {
  color: #c8f2ff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .button-primary {
    height: 52px;
    width: 100%;
  }
}

@keyframes crescendo {
  /*   0%   {transform: scale(.8);} */
  100% {
    transform: scale(1.03);
  }
}
.icon-max-md {
  z-index: 10;
}
@media (max-width: 1023px) {
  .icon-max-md {
    display: none;
  }
}

.bg-pattern {
    background-image: url(/lopnhom/public/bg.png);
    background-repeat: repeat-y;
    width: 100%;
    background-size: contain;
}

.footer__list-link > li > a {
  color: #565656;
  font-size: 0.875rem;
}

#footer .uk-background-muted {
  background-color: #f7f7f7;
}

.footer__title {
  color: #171717;
  font-size: 0.875rem;
}

.footer__title--fz-24 {
  font-size: 15.75px;
}

@media screen and (min-width: 375px) {
  .footer__title--fz-24 {
    font-size: calc(15.75px + 5.25 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .footer__title--fz-24 {
    font-size: 21px;
  }
}
.is-max-md {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .is-max-md {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .uk-child-width-1-1-5 > * {
    width: 75%;
  }
}

/*# sourceMappingURL=app.css.map */
