@charset "UTF-8";
body {
  font-family: "Lexend", "Arial", sans-serif;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
}
@media (max-width: 1280px) {
  body {
    font-size: 16px;
    line-height: 25px;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .container {
    width: 86%;
    max-width: 100%;
  }
}

h1 {
  background: linear-gradient(90deg, #C5921E 0%, #F8C631 16.31%, #FFE986 46.35%, #F9C82E 78.65%, #C28D14 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
  font-weight: 900;
  font-family: "Inter";
}
@media (max-width: 1280px) {
  h1 {
    font-size: 32px;
    line-height: normal;
  }
}

h2 {
  background: #000;
  padding: 30px 50px;
  color: #FCBB1E;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  max-width: 60%;
}
@media (max-width: 1280px) {
  h2 {
    font-size: 28px;
    padding: 30px 30px 10px;
    max-width: 100%;
    line-height: 35px;
  }
}

h4 {
  color: #5D3194;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 1280px) {
  h4 {
    font-size: 18px;
    line-height: normal;
  }
}

h5 {
  font-weight: 400;
}

.red-txt {
  color: #F00;
}

#arrowTop {
  position: fixed;
  right: 2%;
  bottom: 20px;
  background: transparent;
  padding: 0;
  border: none;
}
@media (max-width: 1280px) {
  #arrowTop img {
    zoom: 0.7;
  }
}

header {
  width: 100%;
  height: 100px;
  background: #FCBB1E;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 2;
}
@media (max-width: 1280px) {
  header {
    height: 80px;
  }
}
header .header-wrap {
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  header .header-wrap {
    max-width: 100%;
    gap: 10px;
  }
}
header .logo {
  padding-left: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  header .logo {
    padding-left: 20px;
  }
}
@media (max-width: 1280px) {
  header .logo img {
    width: 150px;
  }
}
header nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 1280px) {
  header nav {
    display: none;
  }
  header nav.show {
    position: absolute;
    top: 80px;
    display: flex;
    flex-direction: column;
    background: #1F1F1F;
    height: -moz-max-content;
    height: max-content;
    min-width: 100%;
  }
  header nav.show ul {
    height: auto;
    padding: 20px;
  }
  header nav.show ul a {
    color: #fff;
  }
}
header nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 35px;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  header nav ul {
    flex-direction: column;
  }
}
header nav a {
  color: #000;
  font-size: 20px;
}
header .btn-group {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 100px;
}
@media (max-width: 1280px) {
  header .btn-group {
    padding-right: 20px;
  }
}
header .register-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .register-btn img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1280px) {
  header .register-btn img {
    height: 35px;
  }
}
header .hamburger-wrap {
  display: none;
}
@media (max-width: 1280px) {
  header .hamburger-wrap {
    display: flex;
  }
}
@media (max-width: 1280px) {
  header .hamburger {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    cursor: pointer;
  }
}
header .hamburger .bar {
  background-color: #000;
  width: 30px;
  height: 4px;
  margin: 0.2em 0;
  display: block;
  transition: all 0.4s ease;
  transform-origin: 0 0;
}

.menu-wrap {
  width: 100%;
  height: 600px;
  background: url(../img/banner.png) no-repeat top center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .menu-wrap {
    background: url(../img/banner-m.png) no-repeat bottom center/cover;
    align-items: flex-start;
  }
}
.menu-wrap .menu-info {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1280px) {
  .menu-wrap .menu-info {
    margin-top: 30px;
    max-width: 86%;
    gap: 10px;
  }
}
.menu-wrap h1 {
  max-width: 50%;
}
@media (max-width: 1280px) {
  .menu-wrap h1 {
    max-width: 100%;
  }
}
.menu-wrap .menu-group {
  display: flex;
  gap: 20px;
}
@media (max-width: 1280px) {
  .menu-wrap .menu-group {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}
.menu-wrap .menu-group .menu-item {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border: 5px solid #C5921E;
  background: #000;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
  font-family: "Inter";
}
@media (max-width: 1280px) {
  .menu-wrap .menu-group .menu-item {
    width: 90px;
    height: 90px;
    font-size: 16px;
  }
}

.desc-wrap {
  margin-top: -114px;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 1280px) {
  .desc-wrap {
    margin-top: -53px;
    font-size: 20px;
  }
}
.desc-wrap .container {
  background: #000;
  padding: 50px;
  max-width: 1100px;
}
@media (max-width: 1280px) {
  .desc-wrap .container {
    max-width: calc(100% - 100px);
    padding: 20px;
  }
}

.section {
  margin: 50px auto;
}
@media (max-width: 1280px) {
  .section {
    margin: 30px auto;
  }
}
@media (max-width: 1280px) {
  .section .container {
    width: 100%;
  }
}

.feature-wrap {
  display: flex;
  margin-top: -40px;
}
@media (max-width: 1280px) {
  .feature-wrap {
    flex-direction: column;
    margin-top: 0;
    background: #000;
  }
}
.feature-wrap .feature-img {
  position: relative;
  z-index: 1;
  margin: 21px -50px 0 0;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1280px) {
  .feature-wrap .feature-img {
    margin: 0 0 30px 0;
    justify-content: center;
  }
}
.feature-wrap .feature-img img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
@media (max-width: 1280px) {
  .feature-wrap .feature-img img {
    max-width: calc(100% - 60px);
  }
}
.feature-wrap .feature-info {
  width: 60%;
  font-size: 24px;
  color: #fff;
  padding: 30px;
  background: #FCBB1E;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1280px) {
  .feature-wrap .feature-info {
    width: calc(100% - 60px);
    font-size: 20px;
    padding: 20px 30px;
  }
}

.list-item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .list-item {
    margin-top: 0;
    padding: 15px 30px;
  }
}
.list-item h4 {
  margin-bottom: 10px;
}
.list-item p {
  position: relative;
}
.list-item p.no-doc::before {
  display: none;
}
.list-item p::before {
  position: absolute;
  left: -15px;
  content: "•";
}
.list-item h5 {
  text-decoration: underline;
  position: relative;
}
.list-item h5::before {
  position: absolute;
  left: -15px;
  content: "•";
}
.list-item .list-info {
  margin: 10px auto 0;
  width: calc(100% - 200px);
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1280px) {
  .list-item .list-info {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
}
@media (max-width: 1280px) {
  .list-item .list-info:not(:first-child) {
    margin: 0 auto;
  }
}
.list-item .list-info .info-wrap {
  flex: 1;
  line-height: 30px;
}
.list-item .list-info .info-img img {
  width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1280px) {
  .list-item .list-info .info-img img {
    width: 100%;
  }
}
.list-item .desc-list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  color: #fff;
}
@media (max-width: 1280px) {
  .list-item .desc-list-wrap {
    flex-direction: column;
    gap: 10px;
  }
}
.list-item .desc-list-wrap .desc-item {
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1280px) {
  .list-item .desc-list-wrap .desc-item {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
}
.list-item .desc-list-wrap .desc-item .desc-img img {
  max-width: 200px;
}
.list-item .desc-list-wrap .desc-item .desc-info {
  flex: 1;
}

.join-btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .join-btn {
    margin-top: 15px;
  }
}
.join-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.join-btn img {
  width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1280px) {
  .join-btn img {
    width: calc(100% - 60px);
  }
}

.section3 {
  width: 100%;
  background: url(../img/section3-bg.png) no-repeat top center/cover;
  padding: 50px 0;
  margin: 50px auto 0;
}
@media (max-width: 1280px) {
  .section3 {
    padding: 0;
    margin: 30px auto 0;
  }
}
.section3 h4 {
  color: #FCBB1E;
}
.section3 p {
  color: #fff;
}

.section4 {
  width: 100%;
  background: #000 url(../img/section4-bg.png) no-repeat bottom center/cover;
  padding: 50px 0;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .section4 {
    padding: 0 0 30px 0;
    margin: 0 auto;
  }
}
.section4 p,
.section4 h5 {
  color: #fff;
}
.section4 h4 {
  color: #FCBB1E;
}

.section5 .reviews-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1280px) {
  .section5 .reviews-list {
    flex-direction: column;
  }
}
.section5 .reviews-list .reviews-item {
  min-height: 110px;
  width: calc(50% - 50px);
  padding: 0 20px;
  border: 1px solid #FCBB1E;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .section5 .reviews-list .reviews-item {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
}
.section5 .reviews-desc {
  display: flex;
  gap: 30px;
}
@media (max-width: 1280px) {
  .section5 .reviews-desc {
    gap: 10px;
  }
}
.section5 .reviews-desc svg {
  width: 50px;
  height: 50px;
}
.section5 .reviews-desc .reviews-desc-txt {
  flex: 1;
}

footer {
  width: 100%;
  height: 128px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000;
  text-align: center;
}
footer .copyright-txt {
  margin-top: 20px;
}

.breadcrumb {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  font-size: 18px;
  align-items: center;
  margin: 20px auto 0;
}
@media (max-width: 1280px) {
  .breadcrumb {
    width: 86%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .breadcrumb {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.breadcrumb li {
  list-style: none;
}
.breadcrumb li + li:before {
  content: " / ";
  margin-left: 5px;
}
.breadcrumb a,
.breadcrumb a:visited {
  color: #000;
}

.article-wrapper {
  margin-top: 15px;
}
.article-wrapper h1 {
  line-height: normal;
  background: #000;
  padding: 10px 50px;
  color: #FCBB1E;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.article-wrapper h2 {
  max-width: 100%;
  background: none;
  padding: 0;
  color: #000;
}
.article-wrapper .article-content {
  margin: 10px 0;
}
.article-wrapper .article-content ul {
  margin-left: 10px;
}
.article-wrapper .article-content ul li {
  list-style: disc;
}
.article-wrapper .article-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  min-height: 100vh;
}
.article-wrapper .article-list .article-item {
  width: calc(33% - 10px);
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1280px) {
  .article-wrapper .article-list .article-item {
    width: 100%;
  }
}
.article-wrapper .article-list .article-item h2 {
  line-height: normal;
  font-size: 28px;
  color: #FCBB1E;
}
.article-wrapper .article-list p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.article-wrapper .article-list a,
.article-wrapper .article-list a:visited {
  color: #000;
}/*# sourceMappingURL=main.css.map */