@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../vendor/fonts/NotoSansTC-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../vendor/fonts/NotoSansTC-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../vendor/fonts/NotoSansTC-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../vendor/fonts/NotoSansTC-Bold.ttf) format("truetype");
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.heartbeat {
  -webkit-animation-name: heartbeat;
  animation-name: heartbeat;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flash {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #000000;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

select, button, textarea, input {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
}

a, a:focus {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

a:active {
  outline: none;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 850px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1050px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}

.header {
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

.navbar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 75px;
}
@media (max-width: 767px) {
  .navbar {
    height: 50px;
  }
}
.navbar__logo {
  display: block;
  width: 192px;
}
@media (max-width: 991px) {
  .navbar__logo {
    position: relative;
    z-index: 3;
    height: 100%;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .navbar__logo {
    width: 137px;
    height: 28px;
    padding: 0;
  }
}
.navbar__logo img {
  width: 100%;
  height: 100%;
}
.navbar__border {
  background-color: rgb(51, 51, 51);
  margin-left: 20px;
  margin-right: 20px;
  width: 1px;
  height: 40px;
}
@media (max-width: 767px) {
  .navbar__border {
    height: 28px;
  }
}

.footer {
  position: relative;
  margin-top: auto;
  background: linear-gradient(93deg, #4919bd 19%, #4f6dd4 88%);
  text-align: center;
  line-height: 2.71429;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer {
    line-height: 1;
  }
}
.footer__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875em;
  padding: 0 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .footer__wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 15px;
    gap: 15px;
  }
}
.footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .footer__lists {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px 0px;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #ffffff;
  padding-left: 12px;
  margin-left: 12px;
  line-height: 1em;
}
.footer__list:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.footer a {
  color: #ffffff;
  font-family: Montserrat, NotoSansTC, 微軟正黑體, "Microsoft JhengHei", "Heiti TC", 黑體, sans-serif;
}

.show--mbsm {
  display: none;
}
@media (max-width: 413px) {
  .show--mbsm {
    display: block;
  }
}

.kv {
  height: 980px;
  position: relative;
  text-align: center;
  background-image: url("../images/kv_bottom.png"), url("../images/kv_people_m.png"), url("../images/kv_bg.jpg");
  background-size: 1920px auto, 763px auto, cover;
  background-position: bottom, calc(50% - 327px) 98%, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
@media (max-width: 991px) {
  .kv {
    background-image: url("../images/kv_bottom.png"), url("../images/kv_people_m.png"), url("../images/kv_bg_sm.jpg");
    background-size: 1920px auto, 650px auto, 1000px auto;
    background-position: bottom, 50% 100%, bottom;
  }
}
@media (max-width: 767px) {
  .kv {
    background-image: url("../images/kv_bottom.png"), url("../images/kv_people_m.png"), url("../images/kv_bg_sm.jpg");
    background-size: 1920px auto, 570px auto, 800px auto;
    background-position: bottom, 50% 95%, bottom;
  }
}
@media (max-width: 575px) {
  .kv {
    background-size: 1920px auto, 470px auto, auto 100%;
    background-position: bottom, 50% 90%, center;
    height: 900px;
  }
}
@media (max-width: 480px) {
  .kv {
    background-size: 1920px auto, 410px auto, auto 100%;
    background-position: bottom, 50% 80%, center;
    height: 850px;
    padding-top: 50px;
  }
}
@media (max-width: 413px) {
  .kv {
    background-size: 1920px auto, 370px auto, auto 100%;
    height: 800px;
  }
}
@media (max-width: 374px) {
  .kv {
    background-size: 1920px auto, 320px auto, auto 100%;
    background-position: bottom, 50% 70%, center;
  }
}
.kv::after {
  content: "";
  position: absolute;
  top: 384px;
  left: 50%;
  -webkit-transform: translateX(-285%);
          transform: translateX(-285%);
  width: 145px;
  height: 125px;
  background-image: url("../images/kv_people_light.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  -webkit-animation: flash 1.5s ease infinite;
          animation: flash 1.5s ease infinite;
  z-index: 1;
}
@media (max-width: 991px) {
  .kv::after {
    width: 120px;
    top: 480px;
    left: calc(50% - 70px);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media (max-width: 575px) {
  .kv::after {
    top: 450px;
  }
}
@media (max-width: 480px) {
  .kv::after {
    width: 100px;
    left: calc(50% - 50px);
    top: 390px;
  }
}
@media (max-width: 413px) {
  .kv::after {
    width: 90px;
    top: 360px;
  }
}
@media (max-width: 374px) {
  .kv::after {
    top: 330px;
  }
}
.kv__title {
  display: block;
  width: 719px;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, -70%);
          transform: translate(-45%, -70%);
  z-index: 2;
}
@media (max-width: 991px) {
  .kv__title {
    width: 600px;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}
@media (max-width: 767px) {
  .kv__title {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: 130px;
  }
}
@media (max-width: 480px) {
  .kv__title {
    padding-top: 80px;
  }
}
.kv__subtitle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #3c7d5a;
  font-size: 1.875em;
  font-weight: 700;
  white-space: nowrap;
  background-color: #ffffff;
  padding: 15px 10px 15px 40px;
  border-radius: 30px;
  display: inline-block;
  bottom: 150px;
  -webkit-box-shadow: 0 -9px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -9px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .kv__subtitle {
    font-size: 1.5em;
    padding: 10px 5px 10px 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .kv__subtitle {
    bottom: 170px;
    font-size: 1.25em;
  }
}
@media (max-width: 575px) {
  .kv__subtitle {
    font-size: 1.125em;
    width: 300px;
    white-space: normal;
  }
}
.kv__subtitle-text {
  padding-right: 20px;
}
.kv__subtitle-text--mobile {
  display: none;
}
@media (max-width: 575px) {
  .kv__subtitle-text--mobile {
    display: block;
  }
}
.kv__subtitle-text--highlight {
  padding: 2px 30px;
  color: #ffeeb9;
  background-color: #3c7d5a;
  border-radius: 30px;
}

.s1 {
  width: 100%;
  position: relative;
  background-color: #ffffff;
}
.s1::before {
  content: "";
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1078px;
  height: 140px;
  background-image: url("../images/s1_more_bg-1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  z-index: 1;
}
@media (max-width: 1199px) {
  .s1::before {
    bottom: 110px;
  }
}
@media (max-width: 767px) {
  .s1::before {
    bottom: 160px;
  }
}
@media (max-width: 480px) {
  .s1::before {
    bottom: 230px;
  }
}
.s1::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1078px;
  height: 140px;
  background-image: url("../images/s1_more_bg-2.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  z-index: 1;
}
.s1 .title::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -333px;
  width: 532px;
  height: 557px;
  background-image: url("../images/s1_bg-1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  z-index: 1;
}
.s1 .title::after {
  content: "";
  position: absolute;
  top: 153px;
  right: -400px;
  width: 571px;
  height: 571px;
  background-image: url("../images/s1_bg-2.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  z-index: 1;
}
.s1__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .s1__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.s1__card {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background-color: transparent;
  border-radius: 40px;
  z-index: 2;
}
.s1__card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.s1__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  border-radius: inherit;
  z-index: 0;
}
.s1__card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url("../images/s1_shadow.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  pointer-events: none;
}
@media (max-width: 1399px) {
  .s1__card {
    width: 510px;
    height: 300px;
  }
}
@media (max-width: 1199px) {
  .s1__card {
    display: block;
    border: 1px solid #e6e6e6;
    width: 408px;
    height: 448px;
  }
}
@media (max-width: 991px) {
  .s1__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .s1__card {
    height: 250px;
  }
}
@media (max-width: 575px) {
  .s1__card {
    height: 100%;
  }
}
@media (max-width: 480px) {
  .s1__card {
    display: block;
  }
}
.s1__card-img {
  position: relative;
  z-index: 0;
  width: 280px;
  height: 280px;
  margin: auto 0;
  margin: 12px;
}
@media (max-width: 1399px) {
  .s1__card-img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1199px) {
  .s1__card-img {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
.s1__card-desc {
  position: relative;
  z-index: 1;
  padding: 20px 37px 0px 6px;
  width: 100%;
}
.s1__card-desc ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .s1__card-desc {
    padding: 20px 20px 50px;
  }
}
.s1__card-title {
  font-size: 2em;
  font-weight: 700;
  color: #3c7d5a;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 1399px) {
  .s1__card-title {
    font-size: 1.5em;
  }
}
@media (max-width: 1199px) {
  .s1__card-title {
    font-size: 1.25em;
  }
}
.s1__card-tag {
  font-size: 1.625em;
  color: #5cb485;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .s1__card-tag {
    font-size: 1.5em;
  }
}
@media (max-width: 1199px) {
  .s1__card-tag {
    font-size: 1.25em;
  }
}
.s1__card-list {
  position: relative;
  padding-left: 1.2em;
}
.s1__card-list::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0.2em;
  color: #5cb485;
  font-size: 0.75em;
  line-height: 2.2;
}
.s1__card-feature {
  font-size: 1.125em;
  color: #333333;
  line-height: 1.74;
}
@media (max-width: 1399px) {
  .s1__card-feature {
    font-size: 1em;
  }
}
.s1__card-price {
  position: absolute;
  font-style: italic;
  font-size: 1.5em;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
  color: #000000;
  background-color: #b9e3cc;
  border-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 2;
}
@media (max-width: 1399px) {
  .s1__card-price {
    font-size: 1.375em;
  }
}
.s1__card-price--normal {
  font-size: 0.75em;
}
.s1__card:nth-child(2) .s1__card-price {
  background-color: #ebd7c7;
}
.s1__card:nth-child(3) .s1__card-price {
  background-color: #cae0f2;
}
.s1__card:nth-child(4) .s1__card-price {
  background-color: #f3d9e4;
}
.s1__more {
  position: relative;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
  padding: 43px 40px 43px 48px;
  background-color: #ffffff;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .s1__more {
    padding: 43px 0px;
  }
}
@media (max-width: 1199px) {
  .s1__more {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .s1__more {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
.s1__more::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 140px;
  pointer-events: none;
  background-image: url("../images/s1_people.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 4;
}
@media (max-width: 1399px) {
  .s1__more::after {
    right: -20px;
    width: 250px;
    height: 120px;
  }
}
@media (max-width: 1199px) {
  .s1__more::after {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .s1__more::after {
    left: 50%;
  }
}
@media (max-width: 575px) {
  .s1__more::after {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
}
@media (max-width: 480px) {
  .s1__more::after {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
    width: 200px;
    height: 110px;
  }
}
.s1__more-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media (max-width: 1399px) {
  .s1__more-content {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .s1__more-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}
.s1__more-title {
  font-size: 2.5em;
  font-weight: 300;
  color: #333333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1399px) {
  .s1__more-title {
    font-size: 2em;
  }
}
@media (max-width: 1199px) {
  .s1__more-title {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .s1__more-title {
    font-size: 1.75em;
  }
}
.s1__more-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 1399px) {
  .s1__more-action {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .s1__more-action {
    margin: 0 auto;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .s1__more-action {
    margin: 0 auto 0 0;
  }
}
@media (max-width: 767px) {
  .s1__more-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .s1__more-action {
    gap: 10px;
  }
}
.s1__more-tags {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 10px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 10px 8px;
  text-align: center;
}
.s1__more-tags > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.s1__more-tags > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.s1__more-tags > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.s1__more-tags > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.s1__more-tags > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.s1__more-tags > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media (max-width: 991px) {
  .s1__more-tags {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .s1__more-tags {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
  }
  .s1__more-tags > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .s1__more-tags > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .s1__more-tags > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .s1__more-tags > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .s1__more-tags > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .s1__more-tags > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
.s1__more-tag {
  width: 150px;
}
@media (max-width: 1399px) {
  .s1__more-tag {
    width: 130px;
  }
}
.s1__more-btn {
  background: white;
  color: #333333;
  border: 1px solid #7a7fff;
  padding: 3px 16px;
  border-radius: 25px;
  font-size: 1.25em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 1399px) {
  .s1__more-btn {
    font-size: 1.125em;
  }
}
.s1__more-btn:hover {
  background: #6c5ce7;
  color: white;
  border-color: #6c5ce7;
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}
.s1__more-explore {
  position: relative;
  z-index: 3;
  border-radius: 37px;
  border: 1px solid #7a7fff;
  width: 220px;
  height: 74px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (max-width: 1399px) {
  .s1__more-explore {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .s1__more-explore {
    padding: 0px;
    width: 180px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .s1__more-explore {
    margin: 0 auto 0 0;
  }
}
@media (max-width: 480px) {
  .s1__more-explore {
    width: 130px;
    border-radius: 25px;
  }
}

.s2 {
  padding-top: 92px;
  padding-bottom: 94px;
}
@media (max-width: 991px) {
  .s2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.s2 .title {
  margin-top: 0px;
}
@media (max-width: 991px) {
  .s2 .title {
    margin-top: 30px;
  }
}
.s2__wrap {
  max-width: 1051px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 162px;
}
@media (max-width: 1399px) {
  .s2__wrap {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .s2__wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px 30px;
  }
}
@media (max-width: 767px) {
  .s2__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 575px) {
  .s2__wrap {
    gap: 40px;
  }
}
.s2__item {
  width: auto;
  height: auto;
  display: -ms-grid;
  display: grid;
  justify-items: start;
}
@media (max-width: 767px) {
  .s2__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 480px) {
  .s2__item-icon {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 413px) {
  .s2__item-icon {
    width: 80px;
    height: 80px;
  }
}
.s2__item-text {
  text-align: left;
}
@media (max-width: 767px) {
  .s2__item-text {
    margin: auto 0 auto 26px;
  }
}
.s2__item-title {
  font-size: 1.25em;
  font-weight: 700;
  color: #5cb485;
  padding-top: 26px;
}
@media (max-width: 767px) {
  .s2__item-title {
    padding-top: 0;
  }
}
.s2__item:last-child .s2__item-title {
  color: #7a7fff;
}
.s2__item-desc {
  padding-top: 5px;
  color: #333333;
  font-size: 1.125em;
  line-height: 1.33333;
  max-width: 180px;
  text-align: justify;
}

.s3 {
  width: 100%;
  height: 320px;
  position: relative;
  background: #fff8e1;
}
@media (max-width: 1199px) {
  .s3 {
    height: 252px;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .s3 {
    height: auto;
  }
}
.s3__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 48px;
}
@media (max-width: 1399px) {
  .s3__content {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .s3__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    gap: 20px;
  }
}
.s3__title {
  font-size: 2.5em;
  font-weight: 300;
  color: #333333;
  text-align: center;
  line-height: 1.2;
  min-width: 100px;
  white-space: nowrap;
  padding-bottom: 16px;
}
@media (max-width: 1199px) {
  .s3__title {
    font-size: 2.25em;
  }
}
@media (max-width: 991px) {
  .s3__title {
    padding-top: 60px;
  }
}
.s3__illustration {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 130px;
  bottom: 17px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .s3__illustration {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .s3__illustration {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    bottom: auto;
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .s3__illustration img {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .s3__illustration img {
    width: 40%;
    margin: 0 auto;
  }
}
.s3__services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: -10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 1199px) {
  .s3__services {
    margin-left: -18px;
  }
}
@media (max-width: 991px) {
  .s3__services {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
    width: 100%;
    gap: 15px;
  }
}
.s3__services::after {
  content: "";
  position: absolute;
  background-image: url("../images/s3_shadow.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 790px;
  height: 28px;
  top: 49%;
  left: 40%;
  z-index: 0;
}
@media (max-width: 1199px) {
  .s3__services::after {
    width: 577px;
    top: 50%;
    left: 47%;
  }
}
@media (max-width: 991px) {
  .s3__services::after {
    display: none;
  }
}
.s3__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  text-decoration: none;
  border-radius: 25px;
  padding: 31px 52px 44px 52px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  cursor: pointer;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-right: auto;
  max-width: 530px;
  height: 160px;
}
@media (max-width: 1199px) {
  .s3__service {
    height: auto;
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .s3__service {
    padding: 20px;
    -webkit-box-shadow: 0 4px 10px rgba(230, 190, 60, 0.1);
            box-shadow: 0 4px 10px rgba(230, 190, 60, 0.1);
    max-width: 450px;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .s3__service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 5px;
    padding: 25px 15px;
  }
}
.s3__service:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 12px rgba(230, 190, 60, 0.15);
          box-shadow: 0 6px 12px rgba(230, 190, 60, 0.15);
}
@media (max-width: 991px) {
  .s3__service:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 6px 12px rgba(230, 190, 60, 0.2);
            box-shadow: 0 6px 12px rgba(230, 190, 60, 0.2);
  }
}
@media (min-width: 1400px) {
  .s3__service:first-child {
    padding-top: 62px;
  }
}
.s3__service-label {
  font-size: 1.625em;
  color: #e85d3f;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 120px;
  margin: auto;
  height: 54px;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 1199px) {
  .s3__service-label {
    height: auto;
  }
}
@media (max-width: 991px) {
  .s3__service-label {
    font-size: 1.375em;
  }
}
@media (max-width: 767px) {
  .s3__service-label {
    font-size: 1.25em;
    min-width: auto;
    margin-bottom: 5px;
  }
}
.s3__service-icon {
  padding: 0px 8px 4px 11px;
}
.s3__service-desc {
  font-size: 1.125em;
  color: #333333;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-wrap: break-word;
  margin: auto 0;
}
@media (max-width: 1199px) {
  .s3__service-desc {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .s3__service-desc {
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .s3__service-desc {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.title {
  text-align: center;
  font-size: 2.5em;
  font-weight: 300;
  color: #333333;
  margin-top: -50px;
  margin-bottom: 47px;
}
@media (max-width: 575px) {
  .title {
    margin-top: -100px;
  }
}