@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap");
/* @group Reset */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
}

body {
  position: relative;
  margin: 0;
  overflow-x: hidden;
}

a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=checkbox],
input[type=radio] {
  line-height: normal;
  margin: 4px 0 0;
  margin-top: 1px\9;
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  border-radius: 0;
}
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: 0;
}

button,
input[type=button],
input[type=checkbox],
input[type=radio],
input[type=reset],
input[type=submit],
label[for] {
  cursor: pointer;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* @end */
.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

@media only screen and (max-width: 1100px) {
  .no-scroll {
    overflow: hidden;
    height: 100%;
  }
}

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

html {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

body {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
  overflow-x: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 12px;
  background-color: #ececec;
}
body::-webkit-scrollbar-track {
  border-radius: 6px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #959595;
}

button {
  background: none;
  border: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.overlay.is-active {
  display: block;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#wrap {
  overflow-x: hidden;
}

p {
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
}
p b {
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
}

.svg-logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.svg-logo svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  transform: translate(-50%, -50%);
  -webkit-animation-name: draw;
          animation-name: draw;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@media only screen and (max-width: 768px) {
  .svg-logo svg {
    width: 80%;
  }
}

.header-wrap {
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
  display: block;
  width: 100%;
  -webkit-animation-name: header_fadeIn;
          animation-name: header_fadeIn;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-delay: .75s;
          animation-delay: .75s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.header-center {
  width: 1440px;
  height: 120px;
  margin: 0 auto;
}
@media only screen and (max-width: 1680px) {
  .header-center {
    width: calc(100% - 120px);
    margin: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .header-center {
    width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 1100px) {
  .header-center {
    width: 100%;
    padding: 0px 0px 0 20px;
    height: 90px;
  }
}
@media only screen and (max-width: 480px) {
  .header-center {
    padding: 20px 4vw;
    padding: 0 0 0 1vw;
    max-width: 100%;
    height: auto;
  }
}

.logo-wrap {
  display: block;
  width: 320px;
  height: 80px;
  float: left;
  margin: 20px auto 20px 0;
  background-image: url('../image/logo.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media only screen and (max-width: 1680px) {
  .logo-wrap {
    margin: 20px 0 20px 5%;
  }
}
@media only screen and (max-width: 1100px) {
  .logo-wrap {
    margin: 5px 0 0 5%;
    width: 240px;
  }
}
@media only screen and (max-width: 960px) {
  .logo-wrap {
    margin: 0 0 0 5%;
    height: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .logo-wrap {
    margin: 15px 0 0px 5%;
    width: 180px;
    height: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .logo-wrap {
    margin: 0px 0 0px 5%;
  }
}
@media only screen and (max-width: 320px) {
  .logo-wrap {
    margin: 0px 0 0px 5%;
    width: 165px;
  }
}

.main-wrap {
  -ms-scroll-snap-type: y proximity;
      scroll-snap-type: y proximity;
}

#service,
#step,
#team,
#contact {
  scroll-margin: 100px;
}
@media only screen and (max-width: 1024px) {
  #service,
  #step,
  #team,
  #contact {
    scroll-margin: 30px;
  }
}

#about {
  scroll-margin: 100px;
}
@media only screen and (max-width: 1024px) {
  #about {
    scroll-margin: 30px;
  }
}

.menu {
  float: right;
  margin: 30px 30px 0 0;
}

.nav-list ul li {
  display: inline-block;
  margin: 0 -2px;
  flex: 0 0 auto;
}
.nav-list ul li a {
  display: block;
  color: #333;
  padding: 15px 20px;
}
.nav-list ul li a:hover, .nav-list ul li a.active {
  background: #333;
  color: #fff;
}
@media only screen and (max-width: 1100px) {
  .nav-list {
    display: none;
  }
  .nav-list ul li {
    display: block;
  }
  .nav-list ul li a {
    padding: 5px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .nav-list {
    z-index: 5;
    width: 100%;
  }
  .nav-list ul li {
    font-size: 14px;
    margin: 0;
  }
  .nav-list ul li a {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .nav-list {
    text-align: center;
    margin: 0 auto;
  }
  .nav-list ul {
    justify-content: center;
  }
  .nav-list ul li {
    flex: 1;
  }
}
@media only screen and (max-width: 414px) {
  .nav-list {
    text-align: left;
  }
  .nav-list ul li {
    font-size: 2.8vw;
  }
}

.signup-link {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 120px;
  height: 120px;
  padding: 30px 20px;
  text-align: center;
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #f5a15b;
  background-image: linear-gradient(-120deg, #f5be5b 0%, #f5a15b 100%);
  transition: text-shadow .3s, background .3s;
}
.signup-link span {
  display: block;
  margin: 0 auto 10px;
  width: 40px;
  height: 40px;
}
.signup-link span img {
  width: 100%;
  height: auto;
}
.signup-link:hover {
  background-image: linear-gradient(120deg, #f5be5b 0%, #f5a15b 100%);
}
@media only screen and (max-width: 1100px) {
  .signup-link {
    width: 90px;
    height: 90px;
    right: 90px;
    font-size: 14px;
    margin: 0 auto 5px;
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .signup-link {
    width: 60px;
    height: 60px;
    right: 60px;
    padding: 10px;
    font-size: 12px;
  }
  .signup-link span {
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }
}

.nav-sub {
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  width: 170px;
  transform: translateX(-50%);
}
.nav-sub::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  display: block;
  width: 170px;
  height: 100%;
  background-color: #333;
  border-radius: 25px;
  transform: translateX(-50%);
  transition: all .5s;
}
.nav-sub ul {
  padding: 50px 0 20px;
}
.nav-sub li a {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 24px;
  font-size: 15px;
  color: #FFF;
  padding: 8px 5px 8px 15px;
  transition: color .3s;
}
.nav-sub li a:hover {
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .nav-sub {
    position: relative;
    width: 100%;
  }
  .nav-sub::before {
    display: none;
  }
  .nav-sub::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 0;
    max-width: 300px;
    height: 1px;
    background-color: #666;
    transform: translateX(-50%);
    transition: width .5s;
  }
  .nav-sub ul {
    padding: 10px 40px 20px;
  }
  .nav-sub li {
    padding: 10px 0;
  }
  .nav-sub li a {
    line-height: 1.5;
    font-size: 20px;
    padding: 0;
  }
  .sub-active .nav-sub::after {
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  .nav-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    display: none;
    width: 256px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 120px;
    box-shadow: 0px 0px 30px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 30px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 15px rgba(0, 0, 0, 0.1);
  }
  .nav-wrap.is-active {
    display: block;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    overflow: auto;
    overflow: hidden;
  }
  .is-scrolling .nav-wrap {
    padding-top: 60px;
  }
  .is-scrolling .nav-wrap::before {
    height: 135px;
  }
}
@media only screen and (max-width: 480px) {
  .nav-wrap {
    width: 240px;
  }
}

.nav-list-sub {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .nav-list-sub {
    position: relative;
    z-index: 5;
    display: block;
    height: 100%;
    padding: 0 20px;
    overflow-x: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .nav-list-sub::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 12px;
    background-color: #ececec;
  }
  .nav-list-sub::-webkit-scrollbar-track {
    border-radius: 6px;
  }
  .nav-list-sub::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #959595;
  }
}

.nav-item {
  position: relative;
  margin: 0 10px;
}
.nav-item > a,
.nav-item > button {
  position: relative;
  z-index: 999;
  display: block;
  line-height: 30px;
  font-size: 16px;
  color: #202020;
  background-color: transparent;
  border: 0;
  padding: 0 20px;
  transition: color .3s;
}
.nav-item.is-sub {
  z-index: 2;
}
.nav-item.is-sub > a::after,
.nav-item.is-sub > button::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 30px;
}
.nav-item:hover > a,
.nav-item:hover > button, .nav-item.is-active > a,
.nav-item.is-active > button {
  color: #333333;
}
.nav-item.sub-active {
  z-index: 3;
}
.nav-item.sub-active > button {
  color: #333333;
}
.nav-item.sub-active > button::after {
  content: '\f106';
}
@media only screen and (max-width: 1280px) {
  .nav-item {
    margin: 0;
  }
  .nav-item > a,
  .nav-item > button {
    padding: 0 1.7vw;
  }
}
@media only screen and (max-width: 1100px) {
  .nav-item > a,
  .nav-item > button {
    line-height: 50px;
  }
}
@media only screen and (max-width: 960px) {
  .nav-item.is-sub > a::after,
  .nav-item.is-sub > button::after {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .nav-item {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
  }
  .nav-item > a,
  .nav-item > button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
  }
  .nav-item.is-sub::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 0;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(240, 240, 240, 0.5);
    border-radius: 35px;
    opacity: 0;
    transition: height .3s, opacity .3s;
  }
  .nav-item.is-sub > a,
  .nav-item.is-sub > button {
    padding: 0 0 0 40px;
  }
  .nav-item.is-sub > a::after,
  .nav-item.is-sub > button::after {
    font-size: 20px;
    margin-left: 20px;
  }
  .nav-item.sub-active::before {
    height: 100%;
    opacity: 1;
  }
}

.nav-btn {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .nav-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    display: block;
    width: 90px;
    height: 90px;
    background: #333333;
  }
  .nav-btn span {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nav-btn span,
  .nav-btn span::before,
  .nav-btn span::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 1px;
    background: #FFF;
    border-radius: 1px;
    cursor: pointer;
  }
  .nav-btn span::before {
    top: -9px;
  }
  .nav-btn span::after {
    bottom: -9px;
  }
  .nav-btn b {
    position: absolute;
    display: block;
    color: #fff;
    width: 100%;
    font-size: 14px;
    text-align: center;
    bottom: 10px;
    cursor: pointer;
  }
  .nav-btn b::before {
    content: 'Menu';
  }
  .nav-btn.is-active span {
    background-color: transparent;
  }
  .nav-btn.is-active span::before, .nav-btn.is-active span::after {
    top: 0;
    transition: all 300ms ease-in-out;
  }
  .nav-btn.is-active span::before {
    transform: rotate(30deg);
  }
  .nav-btn.is-active span::after {
    transform: rotate(-30deg);
  }
  .nav-btn.is-active b::before {
    display: none;
  }
  .nav-btn.is-active b::after {
    content: 'Close';
    display: block;
  }
  .is-scrolling .nav-btn {
    top: 50%;
    right: 0;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
  }
  .is-scrolling .nav-btn span,
  .is-scrolling .nav-btn span::before,
  .is-scrolling .nav-btn span::after {
    width: 25px;
  }
  .is-scrolling .nav-btn span::before {
    top: -7px;
  }
  .is-scrolling .nav-btn span::after {
    bottom: -7px;
  }
  .is-scrolling .nav-btn.is-active span::before, .is-scrolling .nav-btn.is-active span::after {
    top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .nav-btn {
    width: 60px;
    height: 60px;
  }
  .nav-btn span {
    top: 40%;
  }
  .nav-btn span,
  .nav-btn span::before,
  .nav-btn span::after {
    width: 30px;
  }
  .nav-btn span::before {
    top: -7px;
  }
  .nav-btn span::after {
    bottom: -7px;
  }
  .nav-btn b {
    font-size: 12px;
    bottom: 8px;
  }
}

.footer-wrap {
  width: 1440px;
  margin: 0 auto;
}
.footer-wrap a {
  display: block;
}
@media only screen and (max-width: 1680px) {
  .footer-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-wrap {
    width: 66.66%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .footer-wrap {
    width: 100%;
  }
}

.btn-top {
  position: fixed;
  bottom: 48px;
  right: 0;
  z-index: 90;
  display: none;
  width: 120px;
  height: 120px;
  text-align: center;
  color: #333333;
  background-color: #f5a15b;
  background-image: linear-gradient(-120deg, #f5be5b 0%, #f5a15b 100%);
  color: #fff;
  padding: 30px 20px;
}
.btn-top p {
  font-weight: bold;
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
  font-size: 16px;
  margin-top: 15px;
}
.btn-top::before {
  content: '\f106';
  font-size: 24px;
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
@media only screen and (max-width: 1680px) {
  .btn-top {
    right: 0;
    top: auto;
    bottom: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  .btn-top {
    right: 5%;
    top: auto;
    bottom: 5%;
    padding: 15px;
  }
}
@media only screen and (max-width: 960px) {
  .btn-top {
    width: 90px;
    height: 90px;
  }
  .btn-top p {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .btn-top {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
  .btn-top::before {
    font-size: 18px;
  }
  .btn-top p {
    margin-top: 5px;
    font-size: 12px;
  }
}

.footer-center:after, .footer-center:before {
  content: " ";
  display: table;
}
.footer-center:after {
  clear: both;
}

.footer-info {
  font-family: 'Noto Sans TC', sans-serif;
  text-align: right;
  color: #999999;
  font-size: 14px;
  padding: 60px;
  line-height: 24px;
}
.footer-info span {
  color: #333;
  display: block;
}
@media only screen and (max-width: 1680px) {
  .footer-info {
    padding: 60px 180px 60px 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-info {
    padding: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-info {
    padding: 45px 135px 45px 45px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-info {
    padding: 30px 90px 30px 30px;
    font-size: 14px;
  }
}

.top-wrap {
  height: 800px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .top-wrap {
    height: 720px;
  }
}
@media only screen and (max-width: 960px) {
  .top-wrap {
    height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .top-wrap {
    height: 450px;
  }
}
@media only screen and (max-width: 480px) {
  .top-wrap {
    height: 550px;
  }
}

.slider-wrap {
  position: relative;
  width: 100%;
  z-index: 0;
  display: block;
  -webkit-animation-name: slider_fadeIn;
          animation-name: slider_fadeIn;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.slider-main .swiper-button-prev,
.slider-main .swiper-button-next {
  z-index: 100;
  top: auto;
  bottom: 60px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 100%;
  transform: none;
}
.slider-main .swiper-button-prev::before,
.slider-main .swiper-button-next::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.slider-main .swiper-button-prev::after,
.slider-main .swiper-button-next::after {
  display: none;
}
.slider-main .swiper-button-prev i,
.slider-main .swiper-button-next i {
  display: none;
}
.slider-main .swiper-button-prev:hover,
.slider-main .swiper-button-next:hover {
  color: #ccc;
}
.slider-main .swiper-button-prev {
  left: auto;
  right: 200px;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(51, 51, 51, 0.5);
}
.slider-main .swiper-button-prev::before {
  content: '\f104';
}
.slider-main .swiper-button-next {
  right: 120px;
}
.slider-main .swiper-button-next::before {
  content: '\f105';
}
@media only screen and (max-width: 1440px) {
  .slider-main .swiper-button-prev {
    right: 120px;
  }
  .slider-main .swiper-button-next {
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-main .swiper-button-prev,
  .slider-main .swiper-button-next {
    bottom: 40px;
  }
  .slider-main .swiper-button-prev {
    right: 80px;
  }
  .slider-main .swiper-button-next {
    right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .slider-main .swiper-button-prev,
  .slider-main .swiper-button-next {
    bottom: 250px;
    color: #333;
  }
  .slider-main .swiper-button-prev {
    text-shadow: none;
    right: 40px;
  }
  .slider-main .swiper-button-next {
    right: 0px;
  }
}

.slider-main .slick-dots {
  position: relative;
  text-align: left;
}
.slider-main .banner-img01 {
  width: 1800px;
  height: 1080px;
  background-image: url('../image/index_banner_img01.jpg');
}
.slider-main .banner-img01::before {
  content: "Detail";
  position: absolute;
  bottom: -50px;
  width: 1440px;
  left: calc(50% - 720px);
  text-align: left;
  font-size: 250px;
  font-weight: 100;
  color: rgba(66, 66, 66, 0.2);
}
.slider-main .banner-img02 {
  width: 1800px;
  height: 1080px;
  background-image: url('../image/index_banner_img02.jpg');
}
.slider-main .banner-img02::before {
  content: "Idea";
  position: absolute;
  bottom: -50px;
  width: 1440px;
  left: calc(50% - 720px);
  font-size: 250px;
  font-weight: 100;
  color: rgba(102, 102, 102, 0.2);
}
.slider-main .banner-img03 {
  width: 1800px;
  height: 1080px;
  background-image: url('../image/index_banner_img03.jpg');
}
.slider-main .banner-img03::before {
  content: "Develop";
  position: absolute;
  bottom: -50px;
  width: 1440px;
  left: calc(50% - 720px);
  font-size: 250px;
  font-weight: 100;
  color: rgba(51, 51, 51, 0.2);
}
.slider-main .banner-img01,
.slider-main .banner-img02,
.slider-main .banner-img03 {
  width: 100%;
  height: 800px;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -5;
}
.slider-main .banner-img01::before,
.slider-main .banner-img02::before,
.slider-main .banner-img03::before {
  -webkit-animation-name: flash;
          animation-name: flash;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media only screen and (max-width: 1440px) {
  .slider-main .banner-img01::before,
  .slider-main .banner-img02::before,
  .slider-main .banner-img03::before {
    font-size: 250px;
    width: 90%;
    left: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  .slider-main .banner-img01,
  .slider-main .banner-img02,
  .slider-main .banner-img03 {
    height: 720px;
  }
  .slider-main .banner-img01::before,
  .slider-main .banner-img02::before,
  .slider-main .banner-img03::before {
    font-size: 175px;
    bottom: -40px;
  }
}
@media only screen and (max-width: 960px) {
  .slider-main .banner-img01,
  .slider-main .banner-img02,
  .slider-main .banner-img03 {
    height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-main .banner-img01,
  .slider-main .banner-img02,
  .slider-main .banner-img03 {
    height: 450px;
  }
  .slider-main .banner-img01::before,
  .slider-main .banner-img02::before,
  .slider-main .banner-img03::before {
    font-size: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .slider-main .banner-img01,
  .slider-main .banner-img02,
  .slider-main .banner-img03 {
    width: 100%;
    height: 240px;
    overflow: hidden;
  }
  .slider-main .banner-img01::before,
  .slider-main .banner-img02::before,
  .slider-main .banner-img03::before {
    font-size: 85px;
    top: calc(50% - 100px);
    height: 70px;
    overflow: hidden;
    color: rgba(51, 51, 51, 0.2);
  }
}
@media only screen and (max-width: 320px) {
  .slider-main .banner-img01,
  .slider-main .banner-img02,
  .slider-main .banner-img03 {
    height: 180px;
  }
  .slider-main .banner-img01::before,
  .slider-main .banner-img02::before,
  .slider-main .banner-img03::before {
    top: calc(50% - 130px);
  }
}

.slider-text {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider-text .slick-number {
  position: absolute;
  right: 280px;
  display: block;
  bottom: 70px;
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
  font-size: 18px;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(51, 51, 51, 0.5);
}
.slider-text .slick-number span {
  display: inline-block;
  margin: 0 10px;
  font-size: 12px;
}
.slider-text .banner-text {
  position: absolute;
  top: 0;
  left: calc(50% - 720px);
  z-index: 999;
  width: 720px;
  margin: 180px auto 0 0%;
}
.slider-text .banner-text hgroup {
  width: 100%;
}
.slider-text .banner-text hgroup h2 {
  display: block;
  width: 100%;
  line-height: 55px;
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}
.slider-text .banner-text hgroup h2 span {
  flex: 1 1 100%;
}
.slider-text .banner-text hgroup p {
  width: 100%;
  line-height: 1.5;
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding: 15px 0 0;
}
.slider-text .banner-text hgroup li {
  position: relative;
  line-height: 1.5;
  font-size: 20px;
  color: #fff;
  padding-left: 25px;
}
.slider-text .banner-text hgroup li::before {
  content: '\f0da';
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #333333;
}
.slider-text .banner-text.dark-color h2,
.slider-text .banner-text.dark-color p,
.slider-text .banner-text.dark-color li {
  color: #333;
}
.slider-text .slider-objline {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
  top: 0;
}
.slider-text .slider-objline b {
  display: inline-block;
  width: calc(100% / 8);
  float: left;
  height: 100%;
}
.slider-text .slider-objline b + b:before {
  content: "";
  display: inline-block;
  height: 100%;
  border-right: 1px solid rgba(51, 51, 51, 0.2);
}
.slider-text .slider-objline b:nth-child(1), .slider-text .slider-objline b:nth-child(3), .slider-text .slider-objline b:nth-child(5) {
  -webkit-animation-name: flash;
          animation-name: flash;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.slider-text .slider-objline b:nth-child(2), .slider-text .slider-objline b:nth-child(4), .slider-text .slider-objline b:nth-child(6) {
  -webkit-animation-name: flash;
          animation-name: flash;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media only screen and (max-width: 1440px) {
  .slider-text .slider-objline b {
    height: 900px;
  }
}
@media only screen and (max-width: 1280px) {
  .slider-text .slider-objline b {
    height: 810px;
    width: calc(100% / 6);
  }
  .slider-text .slider-objline b:nth-child(7), .slider-text .slider-objline b:nth-child(8) {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .slider-text .slider-objline b {
    height: 720px;
  }
}
@media only screen and (max-width: 960px) {
  .slider-text .slider-objline b {
    height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-text .slider-objline b {
    height: 450px;
  }
}
@media only screen and (max-width: 480px) {
  .slider-text .slider-objline {
    height: 550px;
  }
  .slider-text .slider-objline b {
    height: 240px;
    width: calc(100% / 4);
  }
  .slider-text .slider-objline b:nth-child(5), .slider-text .slider-objline b:nth-child(6), .slider-text .slider-objline b:nth-child(7), .slider-text .slider-objline b:nth-child(8) {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  .slider-text .slider-objline b {
    width: calc(100% / 3);
  }
  .slider-text .slider-objline b:nth-child(4), .slider-text .slider-objline b:nth-child(5), .slider-text .slider-objline b:nth-child(6), .slider-text .slider-objline b:nth-child(7), .slider-text .slider-objline b:nth-child(8) {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .slider-text .slider-objline b {
    display: none;
  }
}
@media only screen and (max-width: 1680px) {
  .slider-text .banner-text {
    left: calc(50% - 660px);
  }
}
@media only screen and (max-width: 1440px) {
  .slider-text .banner-text {
    left: 5%;
    margin: 180px auto 0 5%;
  }
  .slider-text .slick-number {
    right: 170px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .slider-text .banner-text {
    width: 60%;
    margin: 100px auto 0 0%;
  }
}
@media only screen and (max-width: 1024px) {
  .slider-text .slick-number {
    right: 170px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 960px) {
  .slider-text {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .slider-text .slick-number {
    right: 130px;
    bottom: 50px;
  }
  .slider-text .banner-text {
    width: 75%;
    margin: 80px auto 0 0;
  }
  .slider-text .banner-text hgroup h2 {
    width: 100%;
    font-size: 30px;
    line-height: 36px;
  }
  .slider-text .banner-text hgroup p {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .slider-text .slick-number {
    right: 90px;
    bottom: 260px;
    text-shadow: none;
    color: #333;
  }
  .slider-text .banner-text {
    width: 90%;
    position: static;
    height: 250px;
    margin: 50px auto 0 5%;
  }
  .slider-text .banner-text hgroup h2 {
    width: 100%;
    color: #333;
    font-size: 24px;
    line-height: 36px;
  }
  .slider-text .banner-text hgroup p {
    width: 100%;
    color: #999999;
    font-size: 16px;
    line-height: 24px;
  }
  .slider-text .banner-text.dark-color h2 {
    color: #333;
  }
  .slider-text .banner-text.dark-color p {
    color: #999;
  }
}

.slider-nav {
  position: absolute !important;
  right: 0;
  bottom: 360px;
  width: 360px;
  height: 216px;
  overflow: hidden;
}
.slider-nav img {
  width: 100%;
  height: auto;
}
.slider-nav .slick-list {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 !important;
}
.slider-nav .slick-slide {
  display: block;
  width: 360px;
  height: 216px;
}
@media only screen and (max-width: 1440px) {
  .slider-nav {
    bottom: 180px;
  }
}
@media only screen and (max-width: 1024px) {
  .slider-nav {
    width: 180px;
    height: 108px;
    bottom: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .slider-nav {
    display: none !important;
  }
}

.main-container {
  position: relative;
  background-color: #f7f8fa;
  padding: 0 20px;
}
.main-container::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  background-color: #000;
}
.is-download .main-container {
  padding: 0 40px;
}
.is-download .main-container::before {
  content: '';
  height: 240px;
}
.is-app .main-container, .is-letsinstall .main-container, .is-install .main-container {
  padding: 0;
}
@media only screen and (max-width: 960px) {
  .is-download .main-container {
    padding: 0 20px;
  }
}

.main-center {
  position: relative;
  z-index: 10;
  max-width: 1280px;
  margin: 0 auto;
}

.index-step-warp {
  width: 1440px;
  margin: 0 auto;
  background: #eee;
}
.index-step-warp ul li {
  height: 360px;
  line-height: 30px;
  background: #fff;
  position: relative;
  padding: 30px 40px;
  box-shadow: -2px 14px 14px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -2px 14px 14px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px 14px 14px 0px rgba(0, 0, 0, 0.2);
}
.index-step-warp ul li .title {
  width: 240px;
  font-size: 48px;
  line-height: 36px;
  position: absolute;
  top: calc(50% - 45px);
  right: 40px;
  color: #333;
  font-weight: bold;
}
.index-step-warp ul li .title > span {
  font-size: 24px;
  display: block;
  color: #ccc;
  margin-bottom: 10px;
}
.index-step-warp ul li p {
  position: absolute;
  z-index: 10;
  width: 280px;
  bottom: 40px;
  left: 40px;
  display: inline-block;
}
.index-step-warp ul li b {
  display: block;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
.index-step-warp ul li > span {
  margin-top: 20px;
  height: 90px;
  text-align: center;
  display: block;
  -webkit-animation-name: shakeY;
          animation-name: shakeY;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-step-warp ul li > span img {
  width: auto;
  height: 100%;
}
.index-step-warp ul li:nth-child(1) {
  width: 50%;
  float: left;
  width: 720px;
  height: 360px;
  background-image: url('../image/index_step_img01.jpg');
  background-size: cover;
  background-position: 50% 50%;
  z-index: 6;
}
.index-step-warp ul li:nth-child(2) {
  width: 25%;
  float: left;
  background: #f59700;
  color: #fff;
  z-index: 5;
}
.index-step-warp ul li:nth-child(2)::before {
  content: " ";
  position: absolute;
  right: -15px;
  top: calc(50% - 15px);
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #f59700;
}
.index-step-warp ul li:nth-child(2) span {
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}
.index-step-warp ul li:nth-child(3) {
  width: 25%;
  float: left;
  width: 360px;
  height: 360px;
  background-image: url('../image/index_step_img02.jpg');
  background-size: cover;
  background-position: 50% 50%;
  z-index: 4;
}
.index-step-warp ul li:nth-child(3) b {
  color: #333333;
}
.index-step-warp ul li:nth-child(3)::before {
  content: " ";
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15px);
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
}
.index-step-warp ul li:nth-child(4) {
  float: right;
  width: 25%;
  color: #fff;
  background: #333333;
  z-index: 3;
}
.index-step-warp ul li:nth-child(4)::before {
  content: " ";
  position: absolute;
  left: -15px;
  top: calc(50% - 15px);
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #333 transparent transparent;
}
.index-step-warp ul li:nth-child(4) p {
  color: #cccccc;
}
.index-step-warp ul li:nth-child(5) {
  width: 50%;
  float: right;
  width: 720px;
  height: 360px;
  background-image: url('../image/index_step_img03.jpg');
  background-size: cover;
  background-position: 50% 50%;
  z-index: 2;
}
.index-step-warp ul li:nth-child(5) p {
  color: #fff;
}
.index-step-warp ul li:nth-child(5)::before {
  content: " ";
  position: absolute;
  left: -15px;
  top: calc(50% - 15px);
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #14141b transparent transparent;
}
.index-step-warp ul li:nth-child(6) {
  z-index: 1;
  width: 25%;
  float: left;
  background: #fff5d9;
}
.index-step-warp ul li:nth-child(6) b {
  color: #333333;
}
.index-step-warp ul li:nth-child(6) span {
  -webkit-animation-name: tada;
          animation-name: tada;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
@media only screen and (max-width: 1440px) {
  .index-step-warp {
    width: 95%;
  }
  .index-step-warp ul li .title {
    font-size: 42px;
  }
  .index-step-warp ul li .title > span {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .index-step-warp ul li:nth-child(1) {
    width: 50%;
  }
  .index-step-warp ul li:nth-child(2) {
    width: 25%;
  }
  .index-step-warp ul li:nth-child(3) {
    width: 25%;
  }
  .index-step-warp ul li:nth-child(4) {
    width: 25%;
  }
  .index-step-warp ul li:nth-child(5) {
    width: 50%;
  }
  .index-step-warp ul li:nth-child(6) {
    width: 25%;
  }
}
@media only screen and (max-width: 1280px) {
  .index-step-warp ul li {
    padding: 20px;
  }
  .index-step-warp ul li p {
    font-size: 14px;
    line-height: 24px;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .index-step-warp ul li b {
    font-size: 21px;
  }
  .index-step-warp ul li > span {
    height: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .index-step-warp {
    width: 66.66%;
  }
  .index-step-warp ul li {
    padding: 30px;
    height: 300px;
  }
  .index-step-warp ul li p {
    bottom: 30px;
    left: 30px;
  }
  .index-step-warp ul li:nth-child(1) {
    width: 100%;
    height: 320px;
  }
  .index-step-warp ul li:nth-child(2) {
    width: 50%;
  }
  .index-step-warp ul li:nth-child(3) {
    width: 50%;
    height: 300px;
  }
  .index-step-warp ul li:nth-child(4) {
    width: 100%;
  }
  .index-step-warp ul li:nth-child(4) > span {
    width: 39%;
  }
  .index-step-warp ul li:nth-child(4) p {
    width: 59%;
  }
  .index-step-warp ul li:nth-child(4) > span,
  .index-step-warp ul li:nth-child(4) p {
    display: inline-block;
    vertical-align: middle;
    position: static;
    margin: 80px 0;
  }
  .index-step-warp ul li:nth-child(4)::before {
    top: auto;
    bottom: -15px;
    left: calc(25% - 15px);
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #333 transparent transparent transparent;
  }
  .index-step-warp ul li:nth-child(5) {
    width: 50%;
    float: left;
    height: 300px;
  }
  .index-step-warp ul li:nth-child(5)::before {
    left: auto;
    right: -15px;
    top: calc(50% - 15px);
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #14141b;
  }
  .index-step-warp ul li:nth-child(6) {
    width: 50%;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .index-step-warp {
    width: 80%;
  }
  .index-step-warp ul li b {
    margin-bottom: 10px;
  }
  .index-step-warp ul li > span {
    margin: 8% auto 0;
  }
  .index-step-warp ul li:nth-child(1) {
    width: 100%;
  }
  .index-step-warp ul li:nth-child(2) {
    width: 50%;
  }
  .index-step-warp ul li:nth-child(3) {
    width: 50%;
  }
  .index-step-warp ul li:nth-child(4) {
    width: 100%;
  }
  .index-step-warp ul li:nth-child(4) > span,
  .index-step-warp ul li:nth-child(4) p {
    display: inline-block;
    vertical-align: middle;
    position: static;
  }
  .index-step-warp ul li:nth-child(5) {
    width: 50%;
  }
  .index-step-warp ul li:nth-child(6) {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .index-step-warp {
    width: 90%;
  }
  .index-step-warp ul li {
    padding: 20px;
  }
  .index-step-warp ul li b {
    font-size: 18px;
  }
  .index-step-warp ul li .title {
    text-align: right;
    font-size: 30px;
    line-height: 30px;
  }
  .index-step-warp ul li .title > span {
    font-size: 18px;
    display: block;
    color: #ccc;
    margin-bottom: 10px;
  }
  .index-step-warp ul li p {
    bottom: 20px;
    left: 20px;
  }
  .index-step-warp ul li > span {
    height: 60px;
  }
  .index-step-warp ul li:nth-child(1) {
    height: 280px;
  }
  .index-step-warp ul li:nth-child(5)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
}
@media only screen and (max-width: 414px) {
  .index-step-warp ul .title {
    text-align: center;
  }
  .index-step-warp ul li {
    height: 180px;
  }
  .index-step-warp ul li:nth-child(1) {
    height: 195px;
  }
  .index-step-warp ul li:nth-child(2) {
    width: 100%;
  }
  .index-step-warp ul li:nth-child(2)::before {
    top: auto;
    bottom: -15px;
    left: calc(50% - 15px);
    border-width: 15px 15px 0 15px;
    border-color: #f59700 transparent transparent transparent;
  }
  .index-step-warp ul li:nth-child(2) > span {
    height: 80px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
  }
  .index-step-warp ul li:nth-child(2) p {
    position: static;
    display: inline-block;
    vertical-align: middle;
    width: 58%;
    padding: 10px 0;
  }
  .index-step-warp ul li:nth-child(3) {
    width: 100%;
    height: 180px;
  }
  .index-step-warp ul li:nth-child(4) {
    height: auto;
  }
  .index-step-warp ul li:nth-child(4) p {
    margin: 20px 0 0;
  }
  .index-step-warp ul li:nth-child(4) span {
    margin: 45px 0;
  }
  .index-step-warp ul li:nth-child(4)::before {
    left: calc(50% - 15px);
  }
  .index-step-warp ul li:nth-child(5) {
    width: 100%;
    height: 195px;
  }
  .index-step-warp ul li:nth-child(5)::before {
    top: auto;
    bottom: -15px;
    left: calc(50% - 15px);
    border-width: 15px 15px 0 15px;
    border-color: #333 transparent transparent transparent;
  }
  .index-step-warp ul li:nth-child(6) {
    width: 100%;
    height: auto;
  }
  .index-step-warp ul li:nth-child(6) > span {
    height: 80px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
  }
  .index-step-warp ul li:nth-child(6) p {
    position: static;
    display: inline-block;
    vertical-align: middle;
    width: 58%;
    padding: 10px 0;
  }
}

.index-about-wrap {
  position: relative;
  background-color: #4c4c4c;
  margin: -60px 0 0 auto;
  padding: 180px 0;
  height: 810px;
  width: 1800px;
  height: 810px;
  background-image: url('../image/index_about_img01.jpg');
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.index-about-wrap .about-objline {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
}
.index-about-wrap .about-objline b {
  display: inline-block;
  width: calc(100% / 8);
  float: left;
  height: 100%;
}
.index-about-wrap .about-objline b + b:before {
  content: "";
  display: inline-block;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.index-about-wrap .about-objline b:nth-child(1), .index-about-wrap .about-objline b:nth-child(3), .index-about-wrap .about-objline b:nth-child(5) {
  -webkit-animation-name: flash;
          animation-name: flash;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.index-about-wrap .about-objline b:nth-child(2), .index-about-wrap .about-objline b:nth-child(4), .index-about-wrap .about-objline b:nth-child(6) {
  -webkit-animation-name: flash;
          animation-name: flash;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media only screen and (max-width: 1280px) {
  .index-about-wrap .about-objline b {
    width: calc(100% / 6);
  }
  .index-about-wrap .about-objline b:nth-child(7), .index-about-wrap .about-objline b:nth-child(8) {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .index-about-wrap .about-objline b {
    width: calc(100% / 6);
  }
  .index-about-wrap .about-objline b:nth-child(7), .index-about-wrap .about-objline b:nth-child(8) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .index-about-wrap .about-objline b {
    width: calc(100% / 4);
  }
  .index-about-wrap .about-objline b:nth-child(5), .index-about-wrap .about-objline b:nth-child(6), .index-about-wrap .about-objline b:nth-child(7), .index-about-wrap .about-objline b:nth-child(8) {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  .index-about-wrap .about-objline b {
    width: calc(100% / 3);
  }
  .index-about-wrap .about-objline b:nth-child(4), .index-about-wrap .about-objline b:nth-child(5), .index-about-wrap .about-objline b:nth-child(6), .index-about-wrap .about-objline b:nth-child(7), .index-about-wrap .about-objline b:nth-child(8) {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .index-about-wrap .about-objline b {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .index-about-wrap {
    width: 100%;
    height: auto;
    padding: 120px 0;
  }
}

.index-about-center {
  width: 1200px;
  color: #fff;
  line-height: 30px;
  margin: 0 auto;
}
.index-about-center .title {
  font-size: 48px;
  line-height: 60px;
  margin: 0 0 45px 90px;
  font-weight: bold;
}
.index-about-center .title span {
  margin-left: 25px;
  display: inline-block;
  font-size: 24px;
  color: #ccc;
}
.index-about-center p {
  padding: 0 90px 0 300px;
}
.index-about-center p span {
  font-size: 24px;
  display: block;
  font-weight: bold;
  margin: 45px 0 10px 0px;
}
@media only screen and (max-width: 1280px) {
  .index-about-center {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .index-about-center {
    width: 85%;
  }
  .index-about-center .title {
    font-size: 42px;
    line-height: 48px;
    margin: 0px;
  }
  .index-about-center .title > span {
    margin: 0px 0 0 10px;
    font-size: 21px;
    color: #ccc;
  }
  .index-about-center p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 90px 0 120px;
  }
  .index-about-center p span {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .index-about-center p {
    padding: 0 0px 0 90px;
  }
}
@media only screen and (max-width: 480px) {
  .index-about-center .title {
    font-size: 36px;
  }
  .index-about-center .title span {
    font-size: 18px;
  }
  .index-about-center p {
    padding: 0;
  }
  .index-about-center p span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 414px) {
  .index-about-center .title {
    font-size: 30px;
  }
  .index-about-center .title span {
    font-size: 15px;
  }
}

.index-team-wrap {
  position: relative;
  z-index: 10;
  background: #f8f8f8;
  width: 1440px;
  margin: -60px auto 0;
  height: 480px;
  color: #999;
}
.index-team-wrap .pic {
  float: left;
  width: 480px;
  height: 480px;
  background-image: url('../image/index_team_img01.jpg');
  background-size: cover;
  background-position: 50% 50%;
}
.index-team-wrap .content {
  float: right;
  width: 960px;
  padding: 60px 0px 0px 110px;
  position: relative;
}
.index-team-wrap .content::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #f8f8f8 transparent transparent;
  position: absolute;
  left: -15px;
  top: calc(50% - 15px);
}
.index-team-wrap .content .title {
  position: relative;
  width: 50px;
  text-align: center;
  font-size: 48px;
  float: left;
  color: #333;
  font-weight: bold;
}
.index-team-wrap .content .title > b {
  display: block;
}
.index-team-wrap .content .title > span {
  position: absolute;
  top: 300px;
  left: -65px;
  text-align: left;
  display: block;
  width: 180px !important;
  font-size: 24px;
  font-weight: 600;
  color: #ccc;
  transform: rotate(90deg);
}
.index-team-wrap .content ul {
  float: right;
  display: inline-block;
  width: 720px;
}
.index-team-wrap .content ul li {
  float: left;
  width: 270px;
  margin: 25px 60px 50px 0;
}
.index-team-wrap .content ul li p {
  line-height: 30px;
}
.index-team-wrap .content ul li p b {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.index-team-wrap .content ul li p span {
  color: #f59700;
  margin-right: 10px;
}
@media only screen and (max-width: 1440px) {
  .index-team-wrap {
    width: 95%;
  }
  .index-team-wrap .pic {
    width: 40%;
  }
  .index-team-wrap .content {
    width: 60%;
    padding: 60px 30px;
  }
  .index-team-wrap .content .title {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .index-team-wrap .content .title > b {
    display: inline-block;
    margin: 0 -5px;
  }
  .index-team-wrap .content .title > span {
    transform: rotate(0deg);
    position: static;
    display: inline-block;
    width: auto !important;
    margin-left: 10px;
  }
  .index-team-wrap .content ul {
    width: 100%;
  }
  .index-team-wrap .content ul li {
    margin: 10px 20px;
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 1280px) {
  .index-team-wrap .content {
    padding: 45px 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .index-team-wrap .content {
    padding: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .index-team-wrap {
    width: 66.66%;
    height: auto;
  }
  .index-team-wrap .pic {
    width: 100%;
    float: none;
    height: 300px;
    background-position: 50% 0%;
  }
  .index-team-wrap .content {
    width: 100%;
    float: none;
  }
  .index-team-wrap .content::before {
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #f8f8f8 transparent;
    top: -15px;
    left: calc(50% - 15px);
  }
  .index-team-wrap .content ul li {
    width: calc(50% - 15px);
    margin: 10px 15px 10px auto;
  }
}
@media only screen and (max-width: 768px) {
  .index-team-wrap {
    width: 80%;
  }
  .index-team-wrap .content .title {
    font-size: 42px;
  }
  .index-team-wrap .content .title > b {
    margin: 0 -3px;
  }
  .index-team-wrap .content .title > span {
    font-size: 21px;
  }
}
@media only screen and (max-width: 480px) {
  .index-team-wrap {
    width: 90%;
  }
  .index-team-wrap .pic {
    height: 230px;
  }
  .index-team-wrap .content .title {
    font-size: 36px;
  }
  .index-team-wrap .content .title > span {
    font-size: 18px;
  }
  .index-team-wrap .content ul li {
    width: 100%;
  }
  .index-team-wrap .content ul li p {
    font-size: 14px;
    line-height: 24px;
  }
  .index-team-wrap .content ul li p b {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 414px) {
  .index-team-wrap .content .title {
    font-size: 30px;
  }
  .index-team-wrap .content .title > span {
    font-size: 15px;
  }
}

.index-contact-wrap {
  background: #333;
  width: 1440px;
  margin: 0 auto;
  height: 480px;
}
.index-contact-wrap:after, .index-contact-wrap:before {
  content: " ";
  display: table;
}
.index-contact-wrap:after {
  clear: both;
}
.index-contact-wrap .pic {
  float: right;
  width: 960px;
  height: 480px;
  background-image: url('../image/index_contact_img01.jpg');
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  transition: transform 1s ease-in-out infinite;
}
.index-contact-wrap .content {
  float: left;
  width: 480px;
  text-align: center;
  color: #fff;
  padding: 60px;
  position: relative;
  z-index: 1;
}
.index-contact-wrap .content::before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  right: -15px;
  top: calc(50% - 15px);
}
.index-contact-wrap .content .title {
  font-size: 48px;
}
.index-contact-wrap .content .title span {
  font-size: 24px;
  color: #666;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.index-contact-wrap .content > b {
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  margin: 30px auto 50px;
}
.index-contact-wrap .content .info {
  width: 360px;
  margin: 0 auto;
  text-align: left;
  line-height: 36px;
  font-size: 16px;
  color: #cccccc;
}
.index-contact-wrap .content .info b {
  color: #fff;
  font-weight: bold;
  width: 55px;
  display: inline-block;
}
.index-contact-wrap .content .info a {
  color: #cccccc;
}
.index-contact-wrap .content .info a:hover {
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .index-contact-wrap {
    width: 95%;
  }
  .index-contact-wrap .pic {
    width: 60%;
  }
  .index-contact-wrap .content {
    width: 40%;
    padding: 65px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .index-contact-wrap {
    width: 66.66%;
    height: auto;
  }
  .index-contact-wrap .pic {
    width: 100%;
    float: none;
    height: 300px;
  }
  .index-contact-wrap .content {
    width: 100%;
    float: none;
    padding: 30px;
    background-position: 50% 0%;
  }
  .index-contact-wrap .content::before {
    border-width: 15px 15px 0 15px;
    border-color: #333 transparent transparent transparent;
    right: calc(50% - 15px);
    top: auto;
    bottom: -15px;
  }
}
@media only screen and (max-width: 768px) {
  .index-contact-wrap {
    width: 80%;
  }
  .index-contact-wrap .content .title {
    font-size: 42px;
  }
  .index-contact-wrap .content .title span {
    font-size: 21px;
  }
}
@media only screen and (max-width: 480px) {
  .index-contact-wrap {
    width: 90%;
  }
  .index-contact-wrap .pic {
    height: 230px;
  }
  .index-contact-wrap .content > b {
    font-size: 18px;
    padding: 0;
    margin: 25px auto;
  }
  .index-contact-wrap .content .info {
    width: 100%;
    font-size: 14px;
  }
  .index-contact-wrap .content .title {
    font-size: 36px;
  }
  .index-contact-wrap .content .title span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 414px) {
  .index-contact-wrap .content {
    padding: 8%;
  }
  .index-contact-wrap .content .info {
    font-size: 12px;
    line-height: 30px;
  }
  .index-contact-wrap .content .info b {
    width: 50px;
  }
  .index-contact-wrap .content .title {
    font-size: 30px;
  }
  .index-contact-wrap .content .title span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .index-contact-wrap .content {
    padding: 5%;
  }
  .index-contact-wrap .content .info b {
    width: 40px;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    z-index: 999;
    opacity: 1;
  }
  99% {
    z-index: 999;
  }
  100% {
    z-index: 0;
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    z-index: 999;
    opacity: 1;
  }
  99% {
    z-index: 999;
  }
  100% {
    z-index: 0;
    opacity: 0;
  }
}
@-webkit-keyframes draw {
  0% {
    stroke-dasharray: 0 400;
    stroke-dashoffset: 200;
    fill-opacity: 0;
    stroke-width: 1;
    stroke: #f49027;
  }
  37% {
    stroke-dasharray: 200 0;
    stroke-dashoffset: 200;
    fill-opacity: 0;
    stroke-width: 1;
  }
  50% {
    fill-opacity: 1;
    stroke-width: 0;
  }
  100% {
    fill-opacity: 1;
    stroke-width: 0;
    stroke: transparent;
  }
}
@keyframes draw {
  0% {
    stroke-dasharray: 0 400;
    stroke-dashoffset: 200;
    fill-opacity: 0;
    stroke-width: 1;
    stroke: #f49027;
  }
  37% {
    stroke-dasharray: 200 0;
    stroke-dashoffset: 200;
    fill-opacity: 0;
    stroke-width: 1;
  }
  50% {
    fill-opacity: 1;
    stroke-width: 0;
  }
  100% {
    fill-opacity: 1;
    stroke-width: 0;
    stroke: transparent;
  }
}
@-webkit-keyframes svg_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes svg_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes svg_hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes svg_hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
    20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
    50%,
    70%,
    90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
    60%,
    80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
    20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
    50%,
    70%,
    90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
    60%,
    80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes flash {
  from,
    50%,
    to {
    opacity: 1;
  }
  25%,
    75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
    50%,
    to {
    opacity: 1;
  }
  25%,
    75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes shakeY {
  from,
    to {
    transform: translate3d(0, 0, 0);
  }
  10%,
    30%,
    50%,
    70%,
    90% {
    transform: translate3d(0, -10px, 0);
  }
  20%,
    40%,
    60%,
    80% {
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
    to {
    transform: translate3d(0, 0, 0);
  }
  10%,
    30%,
    50%,
    70%,
    90% {
    transform: translate3d(0, -10px, 0);
  }
  20%,
    40%,
    60%,
    80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes bounce {
  from,
    20%,
    53%,
    to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
    43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {
  from,
    20%,
    53%,
    to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
    43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes header_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes header_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slider_fadeIn {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes slider_fadeIn {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes id_intro_title {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes id_intro_title {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes sign_fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-6%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes sign_fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-6%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
/**
 * Swiper 8.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 13, 2022
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 50px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.index-intro-wrap {
  position: relative;
  padding: 100px 0 100px;
}
.index-intro-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  background: #f7f7f7;
  width: 100%;
  height: calc(100% + 60px);
  z-index: -1;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@media only screen and (max-width: 1024px) {
  .index-intro-wrap {
    padding: 80px 0;
  }
}

.index-intro-title figure {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
.index-intro-title span {
  display: block;
  color: #cccccc;
  font-size: 24px;
}
.index-intro-title p {
  text-align: center;
  z-index: 1;
  line-height: 48px;
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #333333;
  margin: 0 auto;
}
.index-intro-title.aos-animate {
  -webkit-animation-name: id_intro_title;
          animation-name: id_intro_title;
}
@media only screen and (max-width: 1280px) {
  .index-intro-title {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .index-intro-title figure::before {
    width: calc(520px - 40px);
  }
  .index-intro-title figure::after {
    left: calc(520px - 40px);
  }
}
@media only screen and (max-width: 768px) {
  .index-intro-title {
    width: 100%;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-name: id_intro_title;
            animation-name: id_intro_title;
  }
  .index-intro-title span {
    font-size: 21px;
  }
  .index-intro-title p {
    font-size: 42px;
  }
  .index-intro-title figure::before {
    width: calc(100% - 40px);
  }
  .index-intro-title figure::after {
    right: 0;
    left: auto;
  }
}
@media only screen and (max-width: 480px) {
  .index-intro-title p {
    font-size: 30px;
  }
  .index-intro-title p span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 414px) {
  .index-intro-title {
    padding-right: 0;
  }
  .index-intro-title p {
    font-size: 30px;
    line-height: 36px;
  }
  .index-intro-title p span {
    font-size: 15px;
  }
}

.index-intro-overflow {
  width: 1440px;
  margin: 0 auto;
  overflow-y: hidden;
  overflow-x: hidden;
}
@media only screen and (max-width: 1680px) {
  .index-intro-overflow {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .index-intro-overflow {
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

.index-intro-list {
  display: flex;
  margin: 0 auto;
}
.index-intro-list:after, .index-intro-list:before {
  content: " ";
  display: table;
}
.index-intro-list:after {
  clear: both;
}
@media only screen and (max-width: 1280px) {
  .index-intro-list {
    max-width: 960px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  .index-intro-list {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .index-intro-list {
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 480px) {
  .index-intro-list {
    width: 100%;
  }
}

.index-intro-item {
  position: relative;
  flex: 1;
  padding: 60px 0px 0px;
  min-height: 300px;
  float: left;
  text-align: center;
}
.index-intro-item:hover {
  transform: translateY(-10px) !important;
  transition-duration: 5s;
}
.index-intro-item:hover span {
  -webkit-animation-name: shakeY;
          animation-name: shakeY;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-intro-item figure {
  margin-bottom: 30px;
}
.index-intro-item figure span {
  display: block;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 50%;
}
.index-intro-item figure span svg {
  display: block;
  width: 100%;
}
.index-intro-item figure span img {
  display: block;
  width: 100%;
}
.index-intro-item figure span:nth-child(1) {
  opacity: 1;
}
.index-intro-item figure span:nth-child(2) {
  opacity: 0;
}
.index-intro-item hgroup h2 {
  line-height: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.index-intro-item hgroup p {
  line-height: 25px;
  font-size: 16px;
  color: #666;
}
.index-intro-item.aos-animate figure span svg {
  -webkit-animation-name: draw_02;
          animation-name: draw_02;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.index-intro-item:nth-child(1)::before {
  background-image: url('../image/index_service_icon01.png');
}
.index-intro-item:nth-child(2)::before {
  background-image: url('../image/index_service_icon02.png');
}
.index-intro-item:nth-child(3)::before {
  background-image: url('../image/index_service_icon03.png');
}
.index-intro-item:nth-child(4)::before {
  background-image: url('../image/index_service_icon04.png');
}
.index-intro-item:nth-child(5)::before {
  background-image: url('../image/index_service_icon05.png');
}
.index-intro-item:nth-child(6)::before {
  background-image: url('../image/index_service_icon06.png');
}
.index-intro-item:last-child::after {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .index-intro-item {
    flex: 1 1 33.33%;
  }
  .index-intro-item:hover {
    transform: translateY(0px) !important;
  }
  .index-intro-item:nth-child(3)::after {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .index-intro-item figure span {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .index-intro-item {
    min-width: 0;
  }
  .index-intro-item figure {
    margin-right: auto;
    margin-left: auto;
  }
  .index-intro-item hgroup {
    text-align: center;
  }
  .index-intro-item hgroup h2 {
    font-size: 21px;
  }
  .index-intro-item hgroup p {
    font-size: 14px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .index-intro-item {
    flex: 0 1 45%;
    margin: 0 auto;
    min-height: auto;
    padding: 40px 0px 0px;
  }
  .index-intro-item figure span {
    width: 80px;
    height: 80px;
  }
  .index-intro-item hgroup {
    line-height: 24px;
  }
  .index-intro-item hgroup h2 {
    font-size: 18px;
  }
  .index-intro-item hgroup p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  .index-intro-item {
    padding: 40px 0px 0px;
  }
  .index-intro-item figure {
    margin-bottom: 20px;
  }
  .index-intro-item figure span {
    width: 70px;
    height: 70px;
  }
}

.index-info-wrap {
  background-color: #f5f1dc;
}
@media only screen and (max-width: 768px) {
  .index-info-wrap {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.index-info-center {
  max-width: 1280px;
  min-height: 125px;
  margin: 0 auto;
}

.index-info-list {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .index-info-list {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 688px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 414px) {
  .index-info-list {
    padding-right: 10px;
  }
}

.index-info-item {
  position: relative;
  display: flex;
  align-content: center;
  flex: 1;
  padding: 40px 0 20px 70px;
}
.index-info-item figure {
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
  width: 70px;
  text-align: center;
}
.index-info-item figure::before {
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 22px;
  color: #8fcc52;
  margin-bottom: 8px;
}
.index-info-item figure b {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #666;
}
.index-info-item p {
  line-height: 25px;
  font-size: 14px;
  color: #99968a;
}
.index-info-item p span {
  display: block;
}
.index-info-item:nth-child(1) figure::before {
  content: '';
  width: 100%;
  height: 22px;
  background-image: url('../image/index_info_icon01.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.index-info-item:nth-child(2) figure::before {
  content: '\f200';
}
.index-info-item:nth-child(3) figure::before {
  content: '\e0e3';
}
.index-info-item:nth-child(4) figure::before {
  content: '\e4f0';
}
@media only screen and (max-width: 1280px) {
  .index-info-item {
    padding-right: 10px;
  }
  .index-info-item p span {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  .index-info-item {
    flex: 0 1 50%;
    max-width: 295px;
    padding-top: 10px;
    padding-right: 20px;
  }
  .index-info-item figure {
    top: 10px;
  }
}
@media only screen and (max-width: 414px) {
  .index-info-item {
    padding-right: 0;
  }
}

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