@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
li,
a {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;
  /* FireFox */
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* for Chrome Firefox Edge */
}

select::-ms-expand {
  display: none;
  /* for IE11 */
}

textarea {
  -webkit-appearance: none;
}

input,
button {
  border-radius: 0;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
summary:focus {
  outline: 0;
}

/* visible, hidden rwd */
.c-center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
@media (max-width: 1200px) {
  .hidden-middle {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-min {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hidden-max {
    display: none !important;
  }
}
hr {
  border: 0;
  height: 0;
  border-bottom: none;
  margin: 0;
}

svg {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

.custom-cht {
  font-family: "Noto Sans TC", sans-serif;
}

.custom-en {
  font-family: "Noto Sans TC", sans-serif;
}

.custom-en-2 {
  font-family: "Verdana", "Arial";
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.c-center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.underline {
  border-bottom: 1px solid currentColor;
  text-underline-offset: 0.15em;
}

.nowrap {
  white-space: nowrap;
}

.svgbox {
  position: relative;
  pointer-events: none;
}
.svgbox img[src$=".svg"],
.svgbox svg {
  width: 100%;
  height: 100%;
}

.hide {
  display: none !important;
}

.block {
  display: block !important;
}

.bg-gray {
  background-color: #ededed;
}

.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 4px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-5 {
  margin-bottom: 20px;
}
.mb-6 {
  margin-bottom: 24px;
}
.mb-7 {
  margin-bottom: 28px;
}
.mb-8 {
  margin-bottom: 32px;
}
.mb-9 {
  margin-bottom: 36px;
}
.mb-10 {
  margin-bottom: 40px;
}
.mb-11 {
  margin-bottom: 44px;
}
.mb-12 {
  margin-bottom: 48px;
}

.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 4px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-3 {
  margin-top: 12px;
}
.mt-4 {
  margin-top: 16px;
}
.mt-5 {
  margin-top: 20px;
}
.mt-6 {
  margin-top: 24px;
}
.mt-7 {
  margin-top: 28px;
}
.mt-8 {
  margin-top: 32px;
}
.mt-9 {
  margin-top: 36px;
}
.mt-10 {
  margin-top: 40px;
}
.mt-11 {
  margin-top: 44px;
}
.mt-12 {
  margin-top: 48px;
}

.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 4px;
}
.ml-2 {
  margin-left: 8px;
}
.ml-3 {
  margin-left: 12px;
}
.ml-4 {
  margin-left: 16px;
}
.ml-5 {
  margin-left: 20px;
}
.ml-6 {
  margin-left: 24px;
}
.ml-7 {
  margin-left: 28px;
}
.ml-8 {
  margin-left: 32px;
}
.ml-9 {
  margin-left: 36px;
}
.ml-10 {
  margin-left: 40px;
}
.ml-11 {
  margin-left: 44px;
}
.ml-12 {
  margin-left: 48px;
}

.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 4px;
}
.mr-2 {
  margin-right: 8px;
}
.mr-3 {
  margin-right: 12px;
}
.mr-4 {
  margin-right: 16px;
}
.mr-5 {
  margin-right: 20px;
}
.mr-6 {
  margin-right: 24px;
}
.mr-7 {
  margin-right: 28px;
}
.mr-8 {
  margin-right: 32px;
}
.mr-9 {
  margin-right: 36px;
}
.mr-10 {
  margin-right: 40px;
}
.mr-11 {
  margin-right: 44px;
}
.mr-12 {
  margin-right: 48px;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.icon-md {
  font-size: 24px;
}

.icon-sm {
  font-size: 20px;
}

.icon-xxl {
  font-size: 50px;
}

.fz-28 {
  font-size: 28px !important;
}

.fz-32 {
  font-size: 32px;
}

.fw-5 {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.fc-blue-1 {
  color: #0065c1;
}

.fc-blue-2 {
  color: #1470CA;
}

.fc-blue-3 {
  color: #004D99;
}

.fc-gray-2 {
  color: #a3a3a3;
}

.fc-gray-3 {
  color: #4e4d4d;
}

.fc-gray-4 {
  color: #323333;
}

.fc-blue {
  color: #004D99;
}

.fc-yellow {
  color: #f3ec43;
}

.ls-normal {
  letter-spacing: 0em;
}

.c-line-clamp-1 {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.5em;
  line-height: 1.5;
}

.header {
  position: fixed;
  z-index: 8;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 6px 0px;
          box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 6px 0px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .header {
    padding-top: 3.6458333333vw;
    padding-bottom: 3.6458333333vw;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
}
.header__logo {
  display: inline-block;
  width: 137px;
  height: 40px;
  position: relative;
  z-index: 9;
}
.header__logo-img {
  display: block;
}
@media (max-width: 991px) {
  .header__logo {
    margin: auto;
  }
}
@media (max-width: 768px) {
  .header__logo {
    width: 23.9583333333vw;
    height: 7.03125vw;
  }
}
.header__nav {
  color: #010000 !important;
}

.nav {
  font-size: 0.875em;
}
.nav__trigger {
  display: none;
}
@media (max-width: 991px) {
  .nav {
    position: absolute;
    top: calc(50% - 20px);
    right: 20px;
    z-index: 10;
    font-size: 16px;
  }
  .nav:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 400ms linear;
    transition: opacity 400ms linear;
    pointer-events: none;
  }
  .nav--active:before {
    opacity: 1;
    background-color: #FAFAFA;
  }
  .nav__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1;
    border: none;
    background: none;
  }
  .nav__hamburger {
    position: fixed;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    -webkit-transform: translate(4px, 18px);
            transform: translate(4px, 18px);
    background-color: #0F6AC3;
    -webkit-transition: all 0ms 200ms;
    transition: all 0ms 200ms;
    width: 32px;
    height: 4px;
  }
  .nav__hamburger:before, .nav__hamburger:after {
    content: "";
    position: absolute;
    background-color: #0F6AC3;
    width: 32px;
    height: 4px;
  }
  .nav__hamburger:before {
    bottom: 9px;
    -webkit-transition: bottom 300ms 200ms cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 300ms cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: bottom 300ms 200ms cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 300ms cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: bottom 300ms 200ms cubic-bezier(0.77, 0.2, 0.05, 1), transform 300ms cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: bottom 300ms 200ms cubic-bezier(0.77, 0.2, 0.05, 1), transform 300ms cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 300ms cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .nav__hamburger:after {
    top: 9px;
    -webkit-transition: top 300ms 200ms cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 300ms cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: top 300ms 200ms cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 300ms cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: top 300ms 200ms cubic-bezier(0.77, 0.2, 0.05, 1), transform 300ms cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: top 300ms 200ms cubic-bezier(0.77, 0.2, 0.05, 1), transform 300ms cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 300ms cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .nav--active .nav__hamburger {
    background-color: rgba(255, 255, 255, 0);
  }
  .nav--active .nav__hamburger:before {
    background-color: #0F6AC3;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 300ms 200ms cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: bottom 300ms cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 300ms 200ms cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: bottom 300ms cubic-bezier(0.77, 0.2, 0.05, 1), transform 300ms 200ms cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: bottom 300ms cubic-bezier(0.77, 0.2, 0.05, 1), transform 300ms 200ms cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 300ms 200ms cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .nav--active .nav__hamburger:after {
    background-color: #0F6AC3;
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 300ms 200ms cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: top 300ms cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 300ms 200ms cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: top 300ms cubic-bezier(0.77, 0.2, 0.05, 1), transform 300ms 200ms cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: top 300ms cubic-bezier(0.77, 0.2, 0.05, 1), transform 300ms 200ms cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 300ms 200ms cubic-bezier(0.77, 0.2, 0.05, 1);
  }
}
.nav__menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .nav__menu-wrap {
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: max-height 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: max-height 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    border-radius: 0;
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
    overflow: hidden;
    max-height: 0;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .nav--active .nav__menu-wrap {
    -webkit-transition: max-height 0.45s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: max-height 0.45s cubic-bezier(0.77, 0.2, 0.05, 1);
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
    max-height: 100vh;
  }
}
.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .nav__menu {
    padding: 0 84px;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .nav--active .nav__menu {
    opacity: 1;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
  }
}
.nav--logout .nav__menu--login {
  display: none;
}
.nav__menu--logout {
  display: none;
}
.nav--logout .nav__menu--logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .nav--logout .nav__menu--logout {
    display: block;
  }
}
.nav__item {
  position: relative;
  margin-left: 2.5em;
}
.nav__item:first-child {
  margin-left: 0;
}
.nav__item:first-child .toggle__trigger-icon::before {
  display: none;
}
@media (max-width: 991px) {
  .nav__item:first-child .toggle__trigger-icon::before {
    display: block;
  }
}
.nav__item:last-child .nav__link {
  border-radius: 50px;
  border: 1px solid #010000;
  padding: 0 10px;
  width: 82px;
  height: 30px;
}
.nav__item:last-child .nav__link:hover {
  border: 1px solid #0B4EA2;
}
@media (max-width: 991px) {
  .nav__item:last-child .nav__link {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: inherit;
    height: auto;
    margin-top: 7.5520833333vw;
  }
}
.nav__item:last-child .nav__link::after {
  opacity: 0;
}
@media (max-width: 991px) {
  .nav__item {
    -webkit-transform: translateY(0.75em);
            transform: translateY(0.75em);
    opacity: 0;
    -webkit-transition: all 0.35s 0 cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.35s 0 cubic-bezier(0.77, 0.2, 0.05, 1);
    margin-left: 0;
    will-change: transform;
  }
}
@media (max-width: 991px) {
  .nav--active .nav__item {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
@media (max-width: 991px) {
  .nav__menu--links .nav__item:nth-child(1) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
}
@media (max-width: 991px) {
  .nav__menu--links .nav__item:nth-child(2) {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
}
@media (max-width: 991px) {
  .nav__menu--links .nav__item:nth-child(3) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
}
@media (max-width: 991px) {
  .nav__menu--links .nav__item:nth-child(4) {
    -webkit-transition-delay: 0.55s;
            transition-delay: 0.55s;
  }
}
@media (max-width: 991px) {
  .nav__menu--links .nav__item:nth-child(5) {
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
  }
}
@media (max-width: 991px) {
  .nav__menu--links .nav__item:nth-child(6) {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
}
.nav__menu--btns .nav__item {
  margin-left: 1.4285714286em;
}
@media (max-width: 991px) {
  .nav__menu--btns .nav__item {
    margin: 1.375em 0 0;
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
}
@media (max-width: 991px) {
  .nav--active .nav__menu--btns .nav__item:nth-child(1) {
    -webkit-transition-delay: 0.55s;
            transition-delay: 0.55s;
  }
}
@media (max-width: 991px) {
  .nav--active .nav__menu--btns .nav__item:nth-child(2) {
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
  }
}
@media (max-width: 991px) {
  .nav--active .nav__menu--btns .nav__item:nth-child(3) {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
}
@media (max-width: 991px) {
  .nav--active .nav__menu--btns .nav__item:nth-child(4) {
    -webkit-transition-delay: 0.85s;
            transition-delay: 0.85s;
  }
}
.nav__link {
  display: inline-block;
  line-height: 150%;
  color: #242424;
  font-size: 18px;
  border: 1px solid rgba(11, 79, 162, 0);
}
@media (max-width: 991px) {
  .nav__link {
    color: #4A4A4A;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 4.6875vw;
    font-weight: 500;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 7.5520833333vw;
  }
}
.nav__link:hover {
  color: #0B4EA2;
  border-bottom: 1px solid #0B4EA2;
  -webkit-transition: color 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: color 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.nav__link.active {
  border-bottom: 2px solid #0B4EA2;
  color: #0B4EA2;
}
@media (max-width: 991px) {
  .nav__link.active {
    font-weight: 500;
    color: #0B4EA2;
    border-bottom: 2px solid #0B4EA2;
  }
}
.nav__logo {
  display: none;
}
@media (max-width: 991px) {
  .nav__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 3.6458333333vw 0;
    background-color: #fff;
  }
  .nav__logo-img {
    width: 24.4791666667vw;
    height: 7.2916666667vw;
  }
}

.header-toggle__content {
  display: none;
}
@media (max-width: 991px) {
  .header-toggle__content {
    display: block;
  }
}

footer {
  width: 100%;
  background-color: #004098;
}
footer .footer-content {
  font-weight: 400;
  padding: 24px 0;
}
@media (max-width: 1200px) {
  footer .footer-content {
    padding: 0.6666666667vw;
  }
}
@media (max-width: 768px) {
  footer .footer-content {
    padding: 3.125vw;
  }
}
footer p {
  letter-spacing: 0.03em;
  line-height: 3;
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  footer p {
    font-size: 3.125vw;
    line-height: 5.7291666667vw;
    word-break: none;
  }
  footer p span {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  footer p {
    font-size: 14px;
    line-height: 21px;
  }
}
footer .copyright-logo-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .copyright-logo-text .sinopac-icon {
  margin: 0 10px;
  width: 22px;
  height: 22px;
}
@media (max-width: 768px) {
  footer .copyright-logo-text .sinopac-icon {
    width: 2.8645833333vw;
    margin: 0 1.3020833333vw;
  }
}

.fixedIcon__area {
  background: #004098;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 16%;
  right: clamp(24px, 1vw, 10%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 150px;
  height: 150px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 7;
}
.fixedIcon__area:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 1420px) {
  .fixedIcon__area {
    width: 10.5633802817vw;
    height: 10.5633802817vw;
  }
}
@media (max-width: 768px) {
  .fixedIcon__area {
    background: #F5F5F5;
    border-radius: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 21.484375vw;
    border: 3px solid #004098;
    position: fixed;
    z-index: 6;
  }
}
.fixedIcon__btn {
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .fixedIcon__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.fixedIcon__img {
  margin: 0.3125em;
  width: 57px;
  height: 57px;
}
@media (max-width: 1420px) {
  .fixedIcon__img {
    width: 4.014084507vw;
    height: 4.014084507vw;
  }
}
@media (max-width: 768px) {
  .fixedIcon__img {
    display: none;
  }
}
.fixedIcon__title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 0.8em;
  text-align: center;
}
@media (max-width: 1420px) {
  .fixedIcon__title {
    font-size: 1.2676056338vw;
    margin-top: 0.4929577465vw;
  }
}
@media (max-width: 768px) {
  .fixedIcon__title {
    font-size: clamp(30px, 7.03125vw, 54px);
    max-width: 100%;
    color: #004098;
    margin-top: 0;
    margin-bottom: 0;
  }
  .fixedIcon__title br {
    display: none;
  }
}

html {
  font-size: 16px;
  scroll-padding-top: 3em;
}

body {
  position: relative;
  background-color: #fff;
  overflow-x: hidden;
}
body.scroll-fixed {
  overflow: hidden;
}

br.br {
  display: none;
}
@media (max-width: 768px) {
  br.br {
    display: block;
  }
}
br.br-xl {
  display: none;
}
@media (max-width: 1420px) {
  br.br-xl {
    display: block;
  }
}

section {
  position: relative;
  overflow: hidden;
}

img {
  width: 100%;
}

.wrap {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrap__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 8px;
}

.content {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .content {
    min-height: calc(100vh - 64px);
  }
}
.content::before {
  content: "";
  display: block;
  padding-top: 72px;
}
@media (max-width: 1420px) {
  .content::before {
    padding-top: 6vw;
  }
}
@media (max-width: 768px) {
  .content::before {
    padding-top: 14.1927083333vw;
  }
}
.content--no-padding > *:first-child {
  padding-top: 0;
}

.listtext {
  line-height: 1.5;
}

/* visible, hidden rwd */
.c-center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
@media (max-width: 1200px) {
  .hidden-middle {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-min {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hidden-max {
    display: none !important;
  }
}
hr {
  border: 0;
  height: 0;
  border-bottom: none;
  margin: 0;
}

svg {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

.custom-cht {
  font-family: "Noto Sans TC", sans-serif;
}

.custom-en {
  font-family: "Noto Sans TC", sans-serif;
}

.custom-en-2 {
  font-family: "Verdana", "Arial";
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.c-center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.underline {
  border-bottom: 1px solid currentColor;
  text-underline-offset: 0.15em;
}

.nowrap {
  white-space: nowrap;
}

.svgbox {
  position: relative;
  pointer-events: none;
}
.svgbox img[src$=".svg"],
.svgbox svg {
  width: 100%;
  height: 100%;
}

.hide {
  display: none !important;
}

.block {
  display: block !important;
}

.bg-gray {
  background-color: #ededed;
}

.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 4px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-5 {
  margin-bottom: 20px;
}
.mb-6 {
  margin-bottom: 24px;
}
.mb-7 {
  margin-bottom: 28px;
}
.mb-8 {
  margin-bottom: 32px;
}
.mb-9 {
  margin-bottom: 36px;
}
.mb-10 {
  margin-bottom: 40px;
}
.mb-11 {
  margin-bottom: 44px;
}
.mb-12 {
  margin-bottom: 48px;
}

.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 4px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-3 {
  margin-top: 12px;
}
.mt-4 {
  margin-top: 16px;
}
.mt-5 {
  margin-top: 20px;
}
.mt-6 {
  margin-top: 24px;
}
.mt-7 {
  margin-top: 28px;
}
.mt-8 {
  margin-top: 32px;
}
.mt-9 {
  margin-top: 36px;
}
.mt-10 {
  margin-top: 40px;
}
.mt-11 {
  margin-top: 44px;
}
.mt-12 {
  margin-top: 48px;
}

.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 4px;
}
.ml-2 {
  margin-left: 8px;
}
.ml-3 {
  margin-left: 12px;
}
.ml-4 {
  margin-left: 16px;
}
.ml-5 {
  margin-left: 20px;
}
.ml-6 {
  margin-left: 24px;
}
.ml-7 {
  margin-left: 28px;
}
.ml-8 {
  margin-left: 32px;
}
.ml-9 {
  margin-left: 36px;
}
.ml-10 {
  margin-left: 40px;
}
.ml-11 {
  margin-left: 44px;
}
.ml-12 {
  margin-left: 48px;
}

.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 4px;
}
.mr-2 {
  margin-right: 8px;
}
.mr-3 {
  margin-right: 12px;
}
.mr-4 {
  margin-right: 16px;
}
.mr-5 {
  margin-right: 20px;
}
.mr-6 {
  margin-right: 24px;
}
.mr-7 {
  margin-right: 28px;
}
.mr-8 {
  margin-right: 32px;
}
.mr-9 {
  margin-right: 36px;
}
.mr-10 {
  margin-right: 40px;
}
.mr-11 {
  margin-right: 44px;
}
.mr-12 {
  margin-right: 48px;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.icon-md {
  font-size: 24px;
}

.icon-sm {
  font-size: 20px;
}

.icon-xxl {
  font-size: 50px;
}

.fz-28 {
  font-size: 28px !important;
}

.fz-32 {
  font-size: 32px;
}

.fw-5 {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.fc-blue-1 {
  color: #0065c1;
}

.fc-blue-2 {
  color: #1470CA;
}

.fc-blue-3 {
  color: #004D99;
}

.fc-gray-2 {
  color: #a3a3a3;
}

.fc-gray-3 {
  color: #4e4d4d;
}

.fc-gray-4 {
  color: #323333;
}

.fc-blue {
  color: #004D99;
}

.fc-yellow {
  color: #f3ec43;
}

.ls-normal {
  letter-spacing: 0em;
}

.c-line-clamp-1 {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.5em;
  line-height: 1.5;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes float1 {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@keyframes float1 {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@-webkit-keyframes float2 {
  0% {
    -webkit-transform: translatey(-15px);
            transform: translatey(-15px);
  }
  50% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  100% {
    -webkit-transform: translatey(-15px);
            transform: translatey(-15px);
  }
}
@keyframes float2 {
  0% {
    -webkit-transform: translatey(-15px);
            transform: translatey(-15px);
  }
  50% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  100% {
    -webkit-transform: translatey(-15px);
            transform: translatey(-15px);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes wave2 {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
@keyframes wave2 {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
@-webkit-keyframes mouse_move {
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes mouse_move {
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@-webkit-keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  97% {
    -webkit-transform: translateX(1.5%);
            transform: translateX(1.5%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  97% {
    -webkit-transform: translateX(1.5%);
            transform: translateX(1.5%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  97% {
    -webkit-transform: translateX(-1.5%);
            transform: translateX(-1.5%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  97% {
    -webkit-transform: translateX(-1.5%);
            transform: translateX(-1.5%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-150px) scale(1.2);
            transform: translateY(-150px) scale(1.2);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateY(-300px) scale(1);
            transform: translateY(-300px) scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: rotate(90deg) scale(1.1);
            transform: rotate(90deg) scale(1.1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
  }
  75% {
    -webkit-transform: rotate(270deg) scale(0.9);
            transform: rotate(270deg) scale(0.9);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@keyframes roll {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: rotate(90deg) scale(1.1);
            transform: rotate(90deg) scale(1.1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
  }
  75% {
    -webkit-transform: rotate(270deg) scale(0.9);
            transform: rotate(270deg) scale(0.9);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* 漂浮動畫 */
@keyframes float {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-300px) scale(1.2);
            transform: translateY(-300px) scale(1.2);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateY(-600px) scale(1);
            transform: translateY(-600px) scale(1);
    opacity: 0;
  }
}
/* 初始快速向上衝的動畫 */
@-webkit-keyframes float-fast {
  0% {
    -webkit-transform: translateY(100vh) scale(1);
            transform: translateY(100vh) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-200vh) scale(1);
            transform: translateY(-200vh) scale(1);
    opacity: 0;
  }
}
@keyframes float-fast {
  0% {
    -webkit-transform: translateY(100vh) scale(1);
            transform: translateY(100vh) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-200vh) scale(1);
            transform: translateY(-200vh) scale(1);
    opacity: 0;
  }
}
/* 慢慢浮現動畫 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 慢速浮動動畫 */
@-webkit-keyframes float-slow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes float-slow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotation-1 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateY(0);
            transform: rotate(0deg) scale(1) translateY(0);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1.2) translateY(-10px);
            transform: rotate(0deg) scale(1.2) translateY(-10px);
  }
  100% {
    -webkit-transform: rotate(0px) scale(1) translateY(0);
            transform: rotate(0px) scale(1) translateY(0);
  }
}
@keyframes rotation-1 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateY(0);
            transform: rotate(0deg) scale(1) translateY(0);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1.2) translateY(-10px);
            transform: rotate(0deg) scale(1.2) translateY(-10px);
  }
  100% {
    -webkit-transform: rotate(0px) scale(1) translateY(0);
            transform: rotate(0px) scale(1) translateY(0);
  }
}
@-webkit-keyframes rotation-2 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateX(0);
            transform: rotate(0deg) scale(1) translateX(0);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1.1) translateX(20px);
            transform: rotate(0deg) scale(1.1) translateX(20px);
  }
  100% {
    -webkit-transform: rotate(0px) scale(1) translateX(0);
            transform: rotate(0px) scale(1) translateX(0);
  }
}
@keyframes rotation-2 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateX(0);
            transform: rotate(0deg) scale(1) translateX(0);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1.1) translateX(20px);
            transform: rotate(0deg) scale(1.1) translateX(20px);
  }
  100% {
    -webkit-transform: rotate(0px) scale(1) translateX(0);
            transform: rotate(0px) scale(1) translateX(0);
  }
}
@-webkit-keyframes rotation-3 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0, 0);
            transform: rotate(0deg) scale(1) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1.15) translate(-30px, 20px);
            transform: rotate(0deg) scale(1.15) translate(-30px, 20px);
  }
  100% {
    -webkit-transform: rotate(0px) scale(1) translate(0, 0);
            transform: rotate(0px) scale(1) translate(0, 0);
  }
}
@keyframes rotation-3 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0, 0);
            transform: rotate(0deg) scale(1) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1.15) translate(-30px, 20px);
            transform: rotate(0deg) scale(1.15) translate(-30px, 20px);
  }
  100% {
    -webkit-transform: rotate(0px) scale(1) translate(0, 0);
            transform: rotate(0px) scale(1) translate(0, 0);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes flow {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 200%;
  }
}
@keyframes flow {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 200%;
  }
}
.toggle__trigger {
  -webkit-transition: opacity 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: opacity 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
  cursor: pointer;
}
.toggle__content {
  max-height: 0;
  overflow: hidden;
}
.toggle--active .toggle__content {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  -webkit-line-clamp: inherit;
  line-clamp: inherit;
  -webkit-animation: visible 0.1s 0.35s both;
          animation: visible 0.1s 0.35s both;
}
.toggle--visible.toggle--active .toggle__content {
  -webkit-animation: fadeIn 0.35s 0.1s backwards;
          animation: fadeIn 0.35s 0.1s backwards;
  overflow: visible;
}

.faq-toggle {
  color: #004098;
  border: 1px solid #004098;
  border-radius: 10px;
  -webkit-transition: background-color 0.25s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background-color 0.25s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  margin-bottom: 24px;
}
.faq-toggle:hover {
  background: #FAFAFA;
}
@media (max-width: 768px) {
  .faq-toggle {
    margin-bottom: 3.3854166667vw;
  }
}
.faq-toggle__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 40px 24px 52px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .faq-toggle__trigger {
    padding: 24px 6.3802083333vw 24px 9.1145833333vw;
  }
}
.faq-toggle__trigger h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .faq-toggle__trigger h3 {
    font-size: 4.1666666667vw;
  }
}
@media (max-width: 375px) {
  .faq-toggle__trigger h3 {
    font-size: 16px;
  }
}
.faq-toggle__trigger h3 .faq-toggle__divider {
  border-left: 1px solid #004098;
  margin-left: 14px;
}
.faq-toggle__trigger h3 .faq-toggle__question {
  margin-left: 14px;
}
.faq-toggle__trigger img {
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .faq-toggle__trigger img {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
.toggle--active .faq-toggle__trigger img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.faq-toggle__trigger::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 12px;
  left: 0;
  top: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #004098;
}
@media (max-width: 768px) {
  .faq-toggle__trigger::after {
    width: 3.515625vw;
  }
}
.faq-toggle__content {
  word-break: break-word;
  padding: 0 72px 0 104px;
  -webkit-transition: max-height 0.15s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.1s cubic-bezier(0.77, 0.2, 0.05, 1), padding 0.15s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: max-height 0.15s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.1s cubic-bezier(0.77, 0.2, 0.05, 1), padding 0.15s cubic-bezier(0.77, 0.2, 0.05, 1);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .faq-toggle__content {
    padding: 0 14.0625vw 0 20.0520833333vw;
  }
}
.faq-toggle__content p {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  margin-bottom: 26px;
  color: #4A4A4A;
}
@media (max-width: 768px) {
  .faq-toggle__content p {
    font-size: 4.1666666667vw;
    text-align: justify;
  }
}
.toggle--active .faq-toggle__content {
  -webkit-transition-delay: 0, 0.05s, 0;
          transition-delay: 0, 0.05s, 0;
  -webkit-transition-duration: 0.3s, 0.25s, 0.3s;
          transition-duration: 0.3s, 0.25s, 0.3s;
}

@-webkit-keyframes visible {
  to {
    overflow: visible;
  }
}

@keyframes visible {
  to {
    overflow: visible;
  }
}
.splide {
  margin: 0 auto;
  position: relative;
}
.splide__arrow {
  opacity: 1;
  width: 70px;
  height: 70px;
  background-color: transparent;
}
.splide__arrow svg {
  position: absolute;
  fill: #fff;
  width: 30px;
  height: 30px;
}
@media (max-width: 1420px) {
  .splide__arrow {
    width: 5.8333333333vw;
    height: 5.8333333333vw;
  }
}
.splide__arrow[disabled] {
  display: none;
}
.splide__arrow--next::before, .splide__arrow--prev::before {
  content: "";
  width: 48px;
  height: 48px;
  background-color: #87B4E1;
  border-radius: 99em;
}
@media (max-width: 1420px) {
  .splide__arrow--next::before, .splide__arrow--prev::before {
    width: 4vw;
    height: 4vw;
  }
}
.slider-plans-PA .splide__arrow--next::before, .slider-plans-PA .splide__arrow--prev::before {
  background-color: #ffe084;
}
.slider-more .splide__arrow--next::before, .slider-more .splide__arrow--prev::before {
  background-color: #dcdcdc;
}
.splide__arrow--next:focus::before, .splide__arrow--next:hover::before, .splide__arrow--prev:focus::before, .splide__arrow--prev:hover::before {
  background-color: #5583be;
}
.slider-plans-PA .splide__arrow--next:focus::before, .slider-plans-PA .splide__arrow--next:hover::before, .slider-plans-PA .splide__arrow--prev:focus::before, .slider-plans-PA .splide__arrow--prev:hover::before {
  background-color: #FAAF00;
}
.slider-more .splide__arrow--next:focus::before, .slider-more .splide__arrow--next:hover::before, .slider-more .splide__arrow--prev:focus::before, .slider-more .splide__arrow--prev:hover::before {
  background-color: #AFAFB0;
}
.splide__arrow--next {
  right: 0;
}
@media (max-width: 1200px) {
  .splide__arrow--next {
    right: -3em;
  }
}
.splide__arrow--prev {
  left: 0;
}
@media (max-width: 1200px) {
  .splide__arrow--prev {
    left: -3em;
  }
}
.splide__pagination {
  bottom: -2.4em;
}
@media (max-width: 768px) {
  .splide__pagination {
    bottom: -6.5104166667vw;
  }
}
.splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 0 4px;
}
@media (max-width: 768px) {
  .splide__pagination__page {
    width: 3.90625vw;
    height: 3.90625vw;
    margin: 0 1.5625vw;
  }
}
.splide__pagination__page.is-active {
  background-color: #CF0209;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*!
* animate.css -http://daneden.me/animate
* Version - 3.7.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2018 Daniel Eden
*/
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -webkit-transform-origin: center bottom;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: headShake;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-animation-name: swing;
  -webkit-transform-origin: top center;
  animation-name: swing;
  transform-origin: top center;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  -webkit-transform-origin: center;
  animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 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);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 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);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 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);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 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);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 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);
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 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);
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 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);
  }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 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);
  }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 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);
  }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 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);
  }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
.animated.flip {
  -webkit-animation-name: flip;
  -webkit-backface-visibility: visible;
  animation-name: flip;
  backface-visibility: visible;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInY;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutY;
  backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left;
  }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left;
  }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-duration: 2s;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}
@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}
.lightbox {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow-x: hidden;
  background-color: rgba(1, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: opacity 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 10;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lightbox--active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.lightbox__content {
  margin-top: clamp(40px, 12.5vh, 80px);
}
.lightbox__content ol li ol li {
  list-style: none;
}
.lightbox__content ol > li {
  list-style: decimal;
}
.lightbox__box {
  position: relative;
  max-width: 991px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  margin: 10px auto;
  background: #fff;
  padding: 1.875em 3.75em;
  border-radius: 2em;
  max-height: 120vh;
}
@media (max-width: 768px) {
  .lightbox__box {
    max-width: 95%;
    max-height: 80vh;
    padding: 2.6041666667vw 2.6041666667vw;
  }
}
.lightbox__box-more {
  max-height: 875px;
}
@media (max-width: 768px) {
  .lightbox__box-more {
    max-height: 90vh;
  }
}
.lightbox__btn-close {
  background: url("../images/icon-close.svg") no-repeat;
  display: block;
  position: absolute;
  top: 32px;
  right: 32px;
  width: 36px;
  height: 36px;
  padding: 6px;
  z-index: 1;
}
@media (max-width: 768px) {
  .lightbox__btn-close {
    top: 7.03125vw !important;
    right: 7.8125vw !important;
  }
}
.lightbox__btn-close-white {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: url(../images/icon-close-white.svg) no-repeat center;
  background-size: 24px;
  width: 80px;
  height: 80px;
  min-width: 40px;
  min-height: 40px;
  line-height: 1;
  z-index: 1;
}
@media (max-width: 768px) {
  .lightbox__btn-close-white {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
.lightbox__head {
  color: #6d311b;
  font-size: clamp(24px, 5vw, 50px);
  font-family: "Noto Sans TC", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
  padding-right: 28px;
}
.lightbox__body {
  color: #323333;
  line-height: 1.75;
}
.lightbox__body .fc-reminder {
  color: #e7231d;
}

.lightbox .container {
  height: 100%;
}
.lightbox .container .lightbox__content {
  height: 100%;
}
.lightbox .lightbox__box {
  border-radius: 1.5em;
  display: block;
}
@media (max-width: 768px) {
  .lightbox .lightbox__box {
    position: absolute;
    top: 5vh;
    right: clamp(2px, 2vw, 80px);
    left: clamp(2px, 2vw, 80px);
    bottom: 5vh;
  }
}
@media (max-width: 768px) {
  .lightbox .lightbox__box .lightbox__body {
    position: absolute;
    top: 100px;
    left: clamp(16px, 5vw, 80px);
    right: clamp(16px, 5vw, 80px);
    bottom: clamp(16px, 5vw, 60px);
    overflow-y: auto;
  }
}
@media (max-width: 375px) {
  .lightbox .lightbox__box .lightbox__body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .lightbox#eligibility-info .lightbox__box {
    padding-top: 14.3229166667vw;
  }
  .lightbox#eligibility-info .lightbox__recruit__outer {
    padding-right: 8px;
  }
}
.lightbox .seminar-title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #0F6AC3;
  margin-top: 18px;
  padding: 15px;
  border: 2px solid #0F6AC3;
  margin-bottom: 8px;
  position: relative;
}
@media (max-width: 768px) {
  .lightbox .seminar-title {
    margin-top: 2.6041666667vw;
  }
}
.lightbox.active {
  display: block;
}
.lightbox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox__outer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  background: #fff;
  overflow: auto;
  padding: 6.5% 0px;
}
@media (max-width: 1024px) {
  .lightbox__outer {
    overflow: auto;
    padding-top: 40px;
  }
}
.lightbox__inner {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.lightbox__inner h4 {
  color: #da572a;
  background: #efeeee;
  padding: 2px 0;
}
.lightbox__inner p {
  color: #efeeee;
}
.lightbox__table {
  color: #4A4A4A;
  display: table;
  width: 100%;
  table-layout: fixed; /* 使用 fixed 属性 */
  border-collapse: collapse;
  text-align: center;
}
.lightbox__table__thead, .lightbox__table__tr {
  display: table-row;
}
.lightbox__table__thead .lightbox__table__td {
  background-color: #0F6AC3;
  color: #fff;
}
.lightbox__table__tr {
  background: #F7FBFF;
}
.lightbox__table__td {
  display: table-cell;
  padding: 15px 4px;
}
@media (max-width: 768px) {
  .lightbox__table__td {
    font-size: clamp(12px, 3vw, 16px);
    line-height: 1.5;
    vertical-align: middle;
  }
  .lightbox__table__td:nth-child(1) {
    width: 50%;
  }
  .lightbox__table__td:nth-child(2), .lightbox__table__td:nth-child(3) {
    width: 25%;
  }
}
.lightbox__close {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .lightbox__close {
    top: 0;
  }
}
.lightbox__close:before, .lightbox__close::after {
  content: "";
  background: #efeeee;
  width: 40px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
}
@media (max-width: 1024px) {
  .lightbox__close:before, .lightbox__close::after {
    width: 25px;
    left: 50%;
  }
}
.lightbox__close:before {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media (max-width: 1024px) {
  .lightbox__close:before {
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
            transform: rotate(45deg) translate(-50%, -50%);
  }
}
.lightbox__close::after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
@media (max-width: 1024px) {
  .lightbox__close::after {
    top: 15%;
    -webkit-transform: rotate(-45deg) translateX(-50%);
            transform: rotate(-45deg) translateX(-50%);
  }
}
.lightbox__recruit {
  display: none;
}
.lightbox__recruit.active {
  display: block;
}
.lightbox__recruit__outer {
  max-height: 815px;
  overflow-y: scroll;
  padding-right: 2px;
}
.lightbox__recruit__outer::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}
.lightbox__recruit__outer::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(218, 87, 42, 0.6);
  opacity: 0.7;
}
@media (max-width: 768px) {
  .lightbox__recruit__outer {
    max-height: 95%;
  }
}
.lightbox__recruit__outer > p {
  text-align: left;
  margin-top: 15px;
}
.lightbox__share {
  display: none;
}
.lightbox__share.active {
  display: block;
}
.lightbox__share__inner {
  display: none;
}
.lightbox__share__inner.active {
  display: block;
}
.lightbox__share__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lightbox__share__file img {
  width: 250px;
}
@media (max-width: 1024px) {
  .lightbox__share__file img {
    width: 40%;
  }
}
.lightbox__share__name {
  margin-left: 14%;
}
.lightbox__share__name h5 {
  letter-spacing: 0.2rem;
}
.lightbox__share__text {
  margin-top: 6%;
}
.lightbox__share__text p {
  text-align: justify;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .lightbox__share__text p {
    line-height: 1.4;
  }
}

.form__row {
  margin-top: -16px;
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .form__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form__row:first-child {
  padding-top: 0;
}
.form__row--alert {
  padding: 0;
}
.form__row--alert .form__titleWrap {
  padding: 0;
}
.form__row--alert .form__form__inputWrap {
  padding: 0;
}
.form__titleWrap {
  padding: 16px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 768px) {
  .form__titleWrap {
    padding: 8px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .form__titleWrap.hide-sm {
    display: none;
  }
}
.form__inputWrap {
  padding: 16px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 768px) {
  .form__inputWrap {
    padding: 8px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.form__inputWrap--alert {
  padding: 0;
}
.form__btngroup {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form__title {
  white-space: nowrap;
  color: #323333;
  font-size: 2em;
  font-weight: 700;
  padding-right: 0.5em;
}
@media (max-width: 768px) {
  .form__title {
    font-size: 1.5em;
  }
}
.form__title-sub {
  font-size: 1.625em;
  white-space: nowrap;
  padding: 0 4px;
}
@media (max-width: 768px) {
  .form__title-sub {
    font-size: 1em;
  }
}
.form__title-sub:first-child {
  padding-left: 0;
}
.form__title-sub:last-child {
  padding-right: 0;
}
.form__control {
  color: #010000;
  font-size: 30px;
  border-radius: 4px;
  max-width: 370px;
  width: 100%;
  height: 48px;
  padding: 8px 12px;
  border: #4e4d4d 1px solid;
  background-color: #fff;
  letter-spacing: 0.01em;
  -webkit-transition: -webkit-box-shadow 0.15s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-box-shadow 0.15s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: box-shadow 0.15s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: box-shadow 0.15s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-box-shadow 0.15s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.form__control-md {
  max-width: 196px;
}
.form__control-sm {
  max-width: 90px;
  min-width: 60px;
}
.form__control-xs {
  max-width: 60px;
  min-width: 40px;
}
@media (max-width: 768px) {
  .form__control {
    max-width: initial;
    font-size: 16px;
  }
}
.form__control:hover {
  border-color: #4e4d4d;
}
.form__control:focus {
  border-color: #4e4d4d;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.04);
}
.form__control[disabled] {
  cursor: not-allowed;
  color: #4e4d4d;
  background-color: #a3a3a3;
  border-radius: inherit;
}
.form__control[readonly] {
  color: #4e4d4d;
  cursor: pointer;
}
.form__inputgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #fff;
  border-radius: 10px;
  border: #4e4d4d 1px solid;
  height: auto;
}
.form__inputgroup:focus-within {
  border-color: #4e4d4d;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.04);
}
.form__inputgroup-select {
  max-width: 196px;
}
@media (max-width: 768px) {
  .form__inputgroup-select {
    max-width: 100%;
  }
}
.form__inputgroup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__inputgroup-append {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  padding-left: 0;
}
.form__inputgroup-append span {
  font-size: 30px;
}
@media (max-width: 768px) {
  .form__inputgroup-append span {
    font-size: 16px;
  }
}
.form__inputgroup-append .dropdown-icon {
  color: #fff;
  font-size: 2em;
}
.form__inputgroup .dropdown-bg {
  cursor: pointer;
  background-color: #b15327;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 12px;
}
.form__inputgroup-control {
  border: none;
  background: none;
}
.form__inputgroup-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form__inputgroup-dropdown {
  padding-right: 0px;
}
.form__inputgroup.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.65;
  background-color: #a3a3a3;
  border-color: #4e4d4d;
}
.form__inputgroup.disabled .form__control[disabled] {
  background: transparent;
}

.o-select {
  position: relative;
}
.o-select__menu {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 8px 40px 8px rgba(0, 0, 0, 0.08), 0px 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 8px 40px 8px rgba(0, 0, 0, 0.08), 0px 2px 8px rgba(0, 0, 0, 0.05);
  padding: 10px 12px;
  width: 100%;
  max-width: 200px;
  min-width: 160px;
  position: absolute;
  left: 0;
  display: none;
  opacity: 0;
  z-index: 7;
  -webkit-transition: all 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: all 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.o-select__menu.reverse {
  top: auto;
  bottom: 100%;
}
.o-select__menu.o-select--active {
  -webkit-transition: all 0.45s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: all 0.45s cubic-bezier(0.77, 0.2, 0.05, 1);
  display: block;
  opacity: 1;
  will-change: tranform;
}
.o-select__menu-scroll .o-select__options {
  height: auto;
  max-height: 320px;
  overflow-x: hidden;
  padding-right: 6px;
  scrollbar-face-color: #4e4d4d;
  scrollbar-3dlight-color: #ededed;
  scrollbar-highlight-color: #ededed;
  scrollbar-track-color: #ededed;
  scrollbar-arrow-color: #4e4d4d;
  scrollbar-dark-shadow-color: #ededed;
  scrollbar-width: thin;
}
.o-select__menu-scroll .o-select__options::-webkit-scrollbar {
  -webkit-appearance: none;
  appearance: none;
  width: 4px;
  height: 4px;
}
.o-select__menu-scroll .o-select__options::-webkit-scrollbar-thumb {
  background-color: #4e4d4d;
  border-radius: 4px;
}
.o-select__menu-scroll .o-select__options::-webkit-scrollbar-track {
  background-color: #ededed;
}
@media (max-width: 1200px) {
  .mobile-drawer .o-select__menu-scroll .o-select__options {
    max-height: initial;
    padding-right: 0;
  }
}
.o-select__option {
  margin-bottom: 4px;
  display: block;
}
.o-select__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  padding-right: 32px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 32px;
}
@media (max-width: 768px) {
  .o-select__label {
    font-size: 16px;
  }
}
.o-select__input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.plan-card-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1420px) {
  .plan-card-wrap {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .plan-card-wrap {
    padding-bottom: 10.4166666667vw;
  }
}
.plan-card-wrap__grid {
  display: block;
}
.plan-card-wrap__mobile {
  display: none;
}
@media (max-width: 768px) {
  .plan-card-wrap__grid {
    display: none;
  }
  .plan-card-wrap__mobile {
    display: block;
  }
}

.plan-card-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 1420px) {
  .plan-card-grid {
    gap: 1.3333333333vw;
  }
}

.plan-card {
  border-radius: 1.875em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  padding: 15px 0;
  gap: 14px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .plan-card {
    max-width: none;
    height: auto;
    width: 100%;
  }
}
.plan-card__title {
  font-size: 29px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1420px) {
  .plan-card__title {
    font-size: 2.4166666667vw;
  }
}
@media (max-width: 768px) {
  .plan-card__title {
    font-size: 7.6822916667vw;
  }
}
.plan-card img {
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 1420px) {
  .plan-card img {
    width: 6.6666666667vw;
  }
}
@media (max-width: 768px) {
  .plan-card img {
    width: 26.0416666667vw;
  }
}
.plan-card--ma {
  background: url("../images/card_bg-MA_1.svg") no-repeat;
}
.plan-card--pa {
  background: url("../images/card_bg-PA_1.svg") no-repeat;
}
@media (max-width: 768px) {
  .plan-card--ma, .plan-card--pa {
    background-size: 100%;
  }
}
.plan-card__hover-mask {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(1, 0, 0, 0.61) url("../images/icon-zoom.svg") no-repeat top 24px center;
  background-size: 36px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 21px;
  height: 100%;
  width: 50%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
@media (max-width: 1420px) {
  .plan-card__hover-mask {
    padding: 1.4788732394vw;
  }
}
@media (max-width: 1024px) {
  .plan-card__hover-mask {
    padding: 35px 0 35px 0;
  }
}
@media (max-width: 375px) {
  .plan-card__hover-mask {
    background-size: 6.5104166667vw;
    font-size: 3.125vw;
    background: rgba(1, 0, 0, 0.61) url("../images/icon-zoom.svg") no-repeat top 40px center;
    background-size: 36px 36px;
  }
}
.plan-card__hover-mask span {
  margin-top: 3rem;
}
.plan-card:hover .plan-card__hover-mask {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 768px) {
  .plan-card:hover .plan-card__hover-mask {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.plan-card-page {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 3.125vw;
}

.plan-card-page__item .plan-card {
  max-width: none;
  width: 100%;
}

.plans-content {
  background-color: #fefefe;
  border: 1px solid #888;
  max-width: 800px;
  margin: 0 8px;
}
@media (max-width: 1420px) {
  .plans-content {
    max-width: 66.6666666667vw;
    margin: 0 0.6666666667vw;
  }
}
@media (max-width: 768px) {
  .plans-content {
    max-width: 104.1666666667vw;
    margin: 0 1.0416666667vw;
  }
}
.plans-content .MA-bg {
  background-image: url("../images/MA-popup.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.plans-content .PA-bg {
  background-image: url("../images/PA-popup.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.plans-content__top {
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plans-content__top-title {
  font-size: 36px;
  font-weight: 600;
  padding: 30px 0;
  color: #fff;
}
@media (max-width: 1420px) {
  .plans-content__top-title {
    font-size: 3vw;
    padding: 2.5vw 0;
  }
}
@media (max-width: 768px) {
  .plans-content__top-title {
    font-size: 4.6875vw;
    padding: 3.90625vw 0;
  }
}
.plans-content__top-close {
  color: #fff;
  font-size: 3.125vw;
  font-weight: 100;
  position: absolute;
  right: 8px;
  top: 0px;
}
.plans-content__short {
  padding: 45px 50px 52px;
  line-height: 1.6;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 1420px) {
  .plans-content__short {
    padding: 3.8333333333vw 4.1666666667vw 4.1666666667vw 3.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .plans-content__short {
    padding: 5.9895833333vw 6.5104166667vw 6.5104166667vw 5.2083333333vw;
    font-size: 4.1666666667vw;
  }
}
.plans-content__short-hashtag {
  color: #2a479c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0.75rem;
  word-wrap: break-word;
}
.plans-content__short-text {
  color: #4e4d4d;
  margin-top: 18px;
  font-size: 28px;
  font-weight: 300;
}
@media (max-width: 1420px) {
  .plans-content__short-text {
    margin-top: 1.5vw;
    font-size: 2.3333333333vw;
  }
}
@media (max-width: 768px) {
  .plans-content__short-text {
    margin-top: 2.34375vw;
    font-size: 3.6458333333vw;
  }
}
.plans-content__line {
  position: relative;
  padding-top: 0.8333333333vw;
  padding-bottom: 1.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .plans-content__line {
    padding-top: 9.6354166667vw;
    padding-bottom: 7.8125vw;
  }
}
.plans-content__line::after {
  content: "";
  width: 93%;
  height: 1px;
  background-color: #c9c9c9;
  position: absolute;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.plans-introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.plans-introduce .pic {
  vertical-align: top;
  width: 11.3020833333vw;
}
@media (max-width: 768px) {
  .plans-introduce .pic {
    width: 28.2552083333vw;
  }
}
.plans-introduce .pic .img {
  width: 100%;
}
.plans-introduce .text {
  text-align: center;
  padding-right: 20px;
}
.plans-introduce .text span {
  font-size: 1.09375vw;
  padding-bottom: 0.9375vw;
  display: block;
}
@media (max-width: 768px) {
  .plans-introduce .text span {
    font-size: 2.734375vw;
    padding-bottom: 2.34375vw;
  }
}
.plans-introduce .text h3 {
  font-size: 1.7708333333vw;
  font-weight: 600;
  padding-bottom: 1.3020833333vw;
}
@media (max-width: 768px) {
  .plans-introduce .text h3 {
    font-size: 4.4270833333vw;
    padding-bottom: 3.2552083333vw;
  }
}
.plans-introduce .text .school {
  font-size: 1.25vw;
}
.plans-introduce .text .school > h4 {
  font-size: 80%;
}
@media (max-width: 768px) {
  .plans-introduce .text .school {
    font-size: 3.125vw;
  }
}

.js-animate {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.js-animate--fadein {
  opacity: 0;
}
.js-animate--fadein-up {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.js-animate--fadein-down {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.js-animate--fadein-left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.js-animate--fadein-right {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.js-animate--maskin-left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.js-animate--maskin-right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.js-animate--maskin-up {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.js-animate--maskin-down {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.js-animate--darkin {
  -webkit-filter: brightness(65%);
          filter: brightness(65%);
}
.js-animate--smallin {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.js-animate--active {
  opacity: unset;
  -webkit-transform: unset;
          transform: unset;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .js-animate--active {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@supports not (transform: unset) {
  .js-animate--active {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.js-animate--active[class*="--maskin"] {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.js-animate--active[class*="--darkin"] {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.js-animate--active.js-animate--path {
  stroke-dashoffset: 0px !important;
}
.js-animate--delay100 {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.js-animate--delay200 {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.js-animate--delay300 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.js-animate--delay400 {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.js-animate--delay500 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.js-animate--delay600 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.js-animate--delay700 {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.js-animate--delay800 {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.js-animate--delay900 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.js-animate--delay1000 {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.section__title {
  font-size: 40px;
  font-weight: bold;
  color: #010000;
  padding: 4px 0 18px;
  position: relative;
  min-width: 160px;
  display: inline-block;
}
@media (max-width: 1420px) {
  .section__title {
    font-size: 3.3333333333vw;
    padding: 0.3333333333vw 0 1.5vw;
    min-width: 13.3333333333vw;
  }
}
@media (max-width: 768px) {
  .section__title {
    padding-bottom: 3.125vw;
    padding: 0.5208333333vw 0 2.34375vw;
    font-weight: 500;
    font-size: 8.3333333333vw;
    min-width: 20.8333333333vw;
  }
}
@media (max-width: 375px) {
  .section__title {
    font-size: 6.25vw;
  }
}
.section__title:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #1470CA;
}
@media (max-width: 768px) {
  .section__title:after {
    height: 0.78125vw;
  }
}
.section__subtitle {
  font-size: 24px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .section__subtitle {
    padding: 0 5.46875vw;
    font-size: 4.6875vw;
  }
}
.section__title + .section__subtitle {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .section__title + .section__subtitle {
    line-height: 1.6;
    margin-top: 3.90625vw;
  }
}
@media (max-width: 768px) {
  .section__subtitle .mobile-title {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.section-third__title {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 768px) {
  .section-third__title {
    font-size: 5.7291666667vw;
    line-height: 6.6666666667vw;
  }
}

.section-faq__decor, .section-eligibility__decor, .section-selection__decor, .section-training__decor, .section-planning__decor, .section-plans__decor {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  -webkit-animation: rotation-1 5s infinite;
          animation: rotation-1 5s infinite;
}
@media (max-width: 768px) {
  .section-faq__decor, .section-eligibility__decor, .section-selection__decor, .section-training__decor, .section-planning__decor, .section-plans__decor {
    display: none;
  }
}

.section-plans__decor--right-small {
  background-image: url("../images/kv_circle_7.svg");
  width: 121px;
  height: 118px;
  top: 30%;
  right: 10%;
  opacity: 0.5;
  -webkit-animation: 20s ease-in-out 1.01442s infinite normal none running float-slow, rotation-1 20s infinite;
          animation: 20s ease-in-out 1.01442s infinite normal none running float-slow, rotation-1 20s infinite;
}
@media (max-width: 1600px) {
  .section-plans__decor--right-small {
    right: -6%;
  }
}
@media (max-width: 1420px) {
  .section-plans__decor--right-small {
    width: 10.9166666667vw;
    height: 10.6666666667vw;
  }
}

.section-planning__decor--left-large {
  background-image: url("../images/kv_circle_7.svg");
  width: 551px;
  height: 551px;
  top: 15%;
  left: -9%;
  opacity: 0.5;
  -webkit-animation: 7.5s ease-in-out 1.01442s infinite normal none running float-slow, rotation-1 30s 0.2s infinite;
          animation: 7.5s ease-in-out 1.01442s infinite normal none running float-slow, rotation-1 30s 0.2s infinite;
}
@media (max-width: 1600px) {
  .section-planning__decor--left-large {
    left: -22%;
  }
}
@media (max-width: 1420px) {
  .section-planning__decor--left-large {
    width: 45.9166666667vw;
    height: 45.9166666667vw;
    top: 15%;
  }
}
.section-planning__decor--right-large {
  background-image: url("../images/kv_circle_1.svg");
  width: 551px;
  height: 551px;
  top: 30%;
  right: -15%;
  -webkit-animation: 7.5s ease-in-out 0.23141s infinite normal none running float-slow, rotation-1 30s 1s infinite;
          animation: 7.5s ease-in-out 0.23141s infinite normal none running float-slow, rotation-1 30s 1s infinite;
}
@media (max-width: 1600px) {
  .section-planning__decor--right-large {
    right: -30%;
  }
}
@media (max-width: 1420px) {
  .section-planning__decor--right-large {
    width: 45.9166666667vw;
    height: 45.9166666667vw;
  }
}
.section-planning__decor--right-bottom {
  background-image: url("../images/kv_circle_7.svg");
  width: 221px;
  height: 218px;
  bottom: 1%;
  right: -4%;
  opacity: 0.1;
  -webkit-animation: 10s ease-in-out infinite normal none running float-slow, rotation-1 25s 0.5s infinite;
          animation: 10s ease-in-out infinite normal none running float-slow, rotation-1 25s 0.5s infinite;
}
@media (max-width: 1600px) {
  .section-planning__decor--right-bottom {
    right: -6%;
  }
}
@media (max-width: 1420px) {
  .section-planning__decor--right-bottom {
    width: 18.4166666667vw;
    height: 18.1666666667vw;
  }
}

.section-training__decor--left {
  background-image: url("../images/kv_circle_8.svg");
  width: 600px;
  height: 600px;
  bottom: -6%;
  left: -18%;
  -webkit-animation: 7.5s ease-in-out 1.71473s infinite normal none running float-slow, rotation-1 40s infinite;
          animation: 7.5s ease-in-out 1.71473s infinite normal none running float-slow, rotation-1 40s infinite;
}
.section-training__decor--left-bottom {
  background-image: url("../images/kv_circle_1.svg");
  width: 250px;
  height: 250px;
  bottom: -12%;
  left: -4%;
  opacity: 0.9;
  -webkit-animation: rotation-3 30s infinite;
          animation: rotation-3 30s infinite;
}
@media (max-width: 1420px) {
  .section-training__decor--left-bottom {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
  }
}

.section-selection__decor--left {
  background-image: url("../images/kv_circle_8.svg");
  width: 600px;
  height: 600px;
  bottom: -18%;
  left: -18%;
  z-index: -2;
  -webkit-animation: 7s ease-in-out infinite normal none running float-slow, rotation-1 30s infinite;
          animation: 7s ease-in-out infinite normal none running float-slow, rotation-1 30s infinite;
}
@media (max-width: 1600px) {
  .section-selection__decor--left {
    left: -28%;
  }
}
.section-selection__decor--left-bottom {
  background-image: url("../images/kv_circle_11.svg");
  width: 280px;
  height: 280px;
  bottom: -40%;
  left: -4%;
  z-index: -2;
  -webkit-animation: rotation-1 35s 0.5s infinite;
          animation: rotation-1 35s 0.5s infinite;
}
@media (max-width: 1600px) {
  .section-selection__decor--left-bottom {
    left: -15%;
  }
}
@media (max-width: 1420px) {
  .section-selection__decor--left-bottom {
    width: 20.8333333333vw;
    height: 20.8333333333vw;
  }
}

.section-eligibility__decor--right-bottom {
  background-image: url("../images/kv_circle_10.svg");
  width: 791px;
  height: 784px;
  bottom: 7%;
  right: -20%;
  -webkit-animation: 7s ease-in-out infinite normal none running float-slow, rotation-1 15s 0.5s infinite;
          animation: 7s ease-in-out infinite normal none running float-slow, rotation-1 15s 0.5s infinite;
}
@media (max-width: 1600px) {
  .section-eligibility__decor--right-bottom {
    right: -30%;
  }
}
@media (max-width: 1420px) {
  .section-eligibility__decor--right-bottom {
    width: 65.9166666667vw;
    height: 65.3333333333vw;
  }
}

.section-faq__decor--top-left {
  background-image: url("../images/kv_circle_11.svg");
  width: 250px;
  height: 250px;
  top: -15%;
  left: -6%;
  opacity: 0.5;
  z-index: -2;
  -webkit-animation: 7s ease-in-out infinite normal none running float-slow, rotation-1 15s 0.5s infinite;
          animation: 7s ease-in-out infinite normal none running float-slow, rotation-1 15s 0.5s infinite;
}
@media (max-width: 1600px) {
  .section-faq__decor--top-left {
    left: -8%;
  }
}
@media (max-width: 1420px) {
  .section-faq__decor--top-left {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
  }
}

.section-kv {
  background-color: #f1f1f1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-kv::before {
  content: "";
  position: absolute;
  padding-bottom: 200px;
  bottom: -64px;
  width: 100%;
  background-image: url(../images/bg_wave.svg);
  background-size: cover;
  pointer-events: none;
  z-index: 6;
  -webkit-animation: wave2 10s infinite linear alternate;
          animation: wave2 10s infinite linear alternate;
}
@media (max-width: 768px) {
  .section-kv::before {
    padding-bottom: 21.3541666667vw;
    bottom: -10.15625vw;
  }
}
.section-kv .kv__project {
  position: relative;
  z-index: 5;
  margin: 184px 0 278px;
}
@media (max-width: 768px) {
  .section-kv .kv__project {
    margin: 38.8020833333vw 0 44.53125vw;
    width: 84.6354166667vw;
    height: 27.34375vw;
  }
}
@media (max-width: 375px) {
  .section-kv .kv__project {
    margin-top: 28.6458333333vw;
  }
}
.section-kv .kv__project .kv__main-title {
  -webkit-animation: slideLeft 1200ms ease-in-out;
          animation: slideLeft 1200ms ease-in-out;
}
.section-kv .kv__project .kv__main-title h1 {
  text-indent: -9999px;
}
.section-kv .kv__project .kv__caption {
  margin-top: 25px;
  text-align: center;
}
@media (max-width: 768px) {
  .section-kv .kv__project .kv__caption {
    margin-top: 1.3020833333vw;
  }
}
.section-kv .kv__project .kv__caption .wave-text {
  font-family: "Inter", sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 1.1;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-repeat: repeat-x;
  background-size: 200% 110%;
}
@media (max-width: 768px) {
  .section-kv .kv__project .kv__caption .wave-text {
    font-size: 7.8776041667vw;
  }
}
.section-kv .kv__project .kv__caption .c-line-blue {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'><path d='M0,0 V60 Q300,90 600,60 T1200,60 V0 Z' fill='%236c65f6' /><path d='M0,120 V60 Q300,90 600,60 T1200,60 V120 Z' fill='%23000000' /></svg>");
}
.section-kv .kv__project .kv__caption .c-line-orange {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'><path d='M0,0 V55 Q300,35 600,55 T1200,55 V0 Z' fill='%23000000' /><path d='M0,120 V55 Q300,35 600,55 T1200,55 V120 Z' fill='%23fa5030' /></svg>");
}
.section-kv .kv__project .kv__caption .animate-wave {
  -webkit-animation: flow 4s linear infinite;
          animation: flow 4s linear infinite;
}
.section-kv .kv__scroll {
  cursor: pointer;
  position: absolute;
  bottom: 104px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 42px;
  height: 42px;
  z-index: 6;
  border: none;
}
.section-kv .kv__scroll:hover {
  border: none;
}
@media (max-width: 768px) {
  .section-kv .kv__scroll {
    display: none !important;
  }
}
.section-kv .wrapper {
  position: relative;
  left: 50%;
}
@media (max-width: 768px) {
  .section-kv .wrapper {
    z-index: 0;
  }
}
.section-kv .wrapper .kv__circle-1 {
  position: absolute;
  width: 298px;
  height: 300px;
  top: -489px;
  left: -601px;
  background: url("../images/kv_circle_1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  z-index: 2;
}
@media (max-width: 768px) {
  .section-kv .wrapper .kv__circle-1 {
    width: 52.34375vw;
    height: 52.6041666667vw;
    top: -11.71875vw;
    left: -73.9583333333vw;
    opacity: 0.5;
    z-index: 1;
  }
}
.section-kv .wrapper .kv__circle-2 {
  position: absolute;
  width: 119px;
  height: 120px;
  top: -300px;
  left: -640px;
  background: url("../images/kv_circle_2.svg");
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
  z-index: 1;
}
.section-kv .wrapper .kv__circle-3 {
  position: absolute;
  width: 151px;
  height: 152px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -239px;
  left: -680px;
  background: url("../images/kv_circle_3.svg");
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.section-kv .wrapper .kv__circle-4 {
  position: absolute;
  width: 510px;
  height: 513px;
  top: -239px;
  left: -1245px;
  border-radius: 50%;
  background: linear-gradient(240deg, #FFFFFF 0%, #FAFBFD 35%, #EEF1F9 72%, #DFE5F4 100%);
  opacity: 0.6;
  z-index: 3;
}
.section-kv .wrapper .kv__circle-5 {
  position: absolute;
  width: 304px;
  height: 306px;
  top: -132px;
  left: -975px;
  background: url("../images/kv_circle_5.svg");
  mix-blend-mode: multiply;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media (max-width: 768px) {
  .section-kv .wrapper .kv__circle-5 {
    top: -45.3125vw;
    left: 23.4375vw;
    width: 36.4583333333vw;
    height: 36.71875vw;
  }
}
.section-kv .wrapper .kv__circle-6 {
  position: absolute;
  width: 133px;
  height: 134px;
  top: -165px;
  left: -833px;
  background: linear-gradient(80deg, #FFFFFF 0%, #FAFBFD 35%, #EEF1F9 72%, #DFE5F4 100%);
  opacity: 0.4;
  border-radius: 50%;
  z-index: 5;
}
.section-kv .wrapper .kv__circle-7 {
  position: absolute;
  width: 330px;
  height: 332px;
  top: 150px;
  left: -758px;
  background: url("../images/kv_circle_1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
  opacity: 0.7;
}
@media (max-width: 768px) {
  .section-kv .wrapper .kv__circle-7 {
    width: 45.8333333333vw;
    height: 49.21875vw;
    top: 31.5104166667vw;
    left: -51.4322916667vw;
    mix-blend-mode: normal;
    z-index: 3;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.section-kv .wrapper .kv__circle-8 {
  position: absolute;
  width: 483px;
  height: 487px;
  top: 230px;
  left: -650px;
  background: url("../images/kv_circle_3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .section-kv .wrapper .kv__circle-8 {
    width: 76.6927083333vw;
    height: 77.0833333333vw;
    top: 13.0208333333vw;
    left: -102.8645833333vw;
    z-index: 2;
    mix-blend-mode: normal;
  }
}
.section-kv .wrapper .kv__circle-9 {
  position: absolute;
  width: 151px;
  height: 152px;
  top: 80px;
  left: -596px;
  background: url("../images/kv_line_circle.svg");
}
.section-kv .wrapper .kv__circle-10 {
  position: absolute;
  width: 330px;
  height: 332px;
  top: -480px;
  right: -900px;
  background: url("../images/kv_circle_1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation: pulse 3s infinite ease-in-out;
          animation: pulse 3s infinite ease-in-out;
}
.section-kv .wrapper .kv__circle-11 {
  position: absolute;
  width: 263px;
  height: 265px;
  top: -250px;
  right: -764px;
  background: url("../images/kv_circle_1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6;
  z-index: 5;
}
.section-kv .wrapper .kv__circle-12 {
  position: absolute;
  width: 201px;
  height: 203px;
  top: -200px;
  right: -585px;
  z-index: 4;
  background: url("../images/kv_circle_2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .section-kv .wrapper .kv__circle-12 {
    width: 31.9010416667vw;
    height: 32.1614583333vw;
    top: -52.0833333333vw;
    right: -52.0833333333vw;
  }
}
.section-kv .wrapper .kv__circle-13 {
  position: absolute;
  width: 272px;
  height: 274px;
  top: -105px;
  right: -895px;
  background: url("../images/kv_circle_5.svg");
  mix-blend-mode: multiply;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media (max-width: 768px) {
  .section-kv .wrapper .kv__circle-13 {
    width: 36.4583333333vw;
    height: 36.71875vw;
    top: -43.359375vw;
    right: -58.3333333333vw;
    display: none;
  }
}
.section-kv .wrapper .kv__circle-14 {
  position: absolute;
  width: 354px;
  height: 356px;
  bottom: -450px;
  right: -1050px;
  z-index: 4;
  background: url("../images/kv_circle_2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.section-kv .wrapper .kv__circle-15 {
  position: absolute;
  width: 587px;
  height: 591px;
  bottom: -660px;
  right: -764px;
  background: url("../images/kv_circle_1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .section-kv .wrapper .kv__circle-15 {
    width: 451px;
    height: 453px;
    bottom: -638px;
    right: -604px;
  }
}
.section-kv .wrapper .kv__circle-16 {
  position: absolute;
  width: 146px;
  height: 147px;
  top: -20px;
  right: -686px;
  background: url("../images/kv_line_square.svg");
  z-index: 5;
}

.section-plans {
  position: relative;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .section-plans {
    padding-top: 15.625vw;
    padding-bottom: 15.625vw;
  }
}
.section-plans .section__title {
  margin-bottom: 51px;
}
.section-plans__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(1305px, 90%);
  gap: 76px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 1420px) {
  .section-plans__features {
    gap: 6.3333333333vw;
  }
}
@media (max-width: 768px) {
  .section-plans__features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.8541666667vw;
  }
}
.section-plans__feature {
  width: 33.3333%;
  max-width: 384px;
}
@media (max-width: 768px) {
  .section-plans__feature {
    width: 100%;
    max-width: none;
  }
}
.section-plans__feature-title {
  text-align: center;
  color: #242424;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 1420px) {
  .section-plans__feature-title {
    font-size: 2.6666666667vw;
    margin-bottom: 1.25vw;
  }
}
@media (max-width: 768px) {
  .section-plans__feature-title {
    font-size: 6.25vw;
    margin-bottom: 3.90625vw;
  }
}
.section-plans__feature-title br {
  display: block;
  content: "";
}
.section-plans__feature-desc {
  color: #000;
  font-size: 24px;
  font-weight: 350;
  line-height: 34px;
}
@media (max-width: 1420px) {
  .section-plans__feature-desc {
    font-size: 2vw;
    line-height: 2.8333333333vw;
  }
}
@media (max-width: 768px) {
  .section-plans__feature-desc {
    font-size: 4.6875vw;
    line-height: 8.8541666667vw;
  }
}
.section-plans__feature-desc b {
  font-weight: 700;
}

.section-planning {
  position: relative;
}
.section-planning .section__title {
  margin-bottom: 36px;
}
.section-planning .wrap__inner {
  margin: 84px auto 104px;
}
@media (max-width: 768px) {
  .section-planning .wrap__inner {
    margin: 5.46875vw auto 12.5vw;
  }
}
@media (max-width: 375px) {
  .section-planning .wrap__inner {
    margin-top: 11.71875vw;
  }
}
.section-planning .wrap__inner .block-caption {
  text-align: center;
  margin: 12px 0 48px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .section-planning .wrap__inner .block-caption {
    font-size: 5.2083333333vw;
    margin: 0 0 5.7291666667vw;
  }
}
.section-planning .wrap__inner .block-caption--ma {
  color: #004D99;
}
.section-planning .wrap__inner .block-caption--pa {
  color: #B17500;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .section-planning .wrap__inner .block-caption--pa {
    margin-top: 12.5vw;
  }
}
.section-planning .splide {
  padding: 0 88px;
}
@media (max-width: 768px) {
  .section-planning .splide {
    padding: 0 0 5.46875vw 0;
  }
}

.section-training {
  width: 100%;
}
.section-training__main {
  text-align: center;
  max-width: 1219px;
  margin: 0 auto;
}
.section-training .c-center {
  margin-top: 40px;
}
@media (max-width: 1420px) {
  .section-training .c-center {
    margin-top: 3.3333333333vw;
  }
}
.section-training .wrapper .kv__circle-18 {
  position: absolute;
  background: url("../images/kv_circle_8.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 640px;
  height: 640px;
  bottom: -230px;
  left: -320px;
  -webkit-animation: rotation-1 3s infinite;
          animation: rotation-1 3s infinite;
}
@media (max-width: 1420px) {
  .section-training .wrapper .kv__circle-18 {
    width: 53.3333333333vw;
    height: 53.3333333333vw;
    bottom: -19.1666666667vw;
    left: -26.6666666667vw;
  }
}
@media (max-width: 768px) {
  .section-training .wrapper .kv__circle-18 {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-training .wrap__inner {
    padding: 0;
  }
}
.section-training .section__subtitle {
  margin-top: 20px;
}
@media (max-width: 1420px) {
  .section-training .section__subtitle {
    margin-top: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .section-training .section__subtitle {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .section-training .section__subtitle h2 {
    margin: 1.3020833333vw 0 5.7291666667vw;
  }
}
.section-training .mobile-title {
  margin-top: 12px;
}
@media (max-width: 1420px) {
  .section-training .mobile-title {
    margin-top: 1vw;
  }
}
@media (max-width: 768px) {
  .section-training .mobile-title {
    font-size: 5.859375vw;
  }
}
.section-training .splide {
  padding: 0;
  margin-top: 70px;
  position: relative;
  padding-bottom: 48px;
}
@media (max-width: 1420px) {
  .section-training .splide {
    margin-top: 5.8333333333vw;
    padding-bottom: 4vw;
  }
}
@media (max-width: 768px) {
  .section-training .splide {
    margin-top: 2.6041666667vw;
    padding-bottom: 10.4166666667vw;
  }
}
.section-training .splide__slide {
  color: #fff;
  font-size: 28px;
  padding: 72px 0 4px;
}
@media (max-width: 1420px) {
  .section-training .splide__slide {
    font-size: 2.3333333333vw;
    padding: 6vw 0 0.3333333333vw;
    max-width: 32.5%;
  }
}
@media (max-width: 1200px) {
  .section-training .splide__slide {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .section-training .splide__slide {
    padding: 13.8020833333vw 0 2.6041666667vw;
  }
}
.section-training .splide__slide::after, .section-training .splide__slide::before {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.section-training .splide__slide::after {
  content: "";
  position: absolute;
  z-index: -5;
  top: 15px;
  left: calc(50% - 100px);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #99B4D4;
}
@media (max-width: 1420px) {
  .section-training .splide__slide::after {
    top: 1.25vw;
    left: calc(50% - 8.3333333333vw);
    width: 16.6666666667vw;
    height: 16.6666666667vw;
  }
}
@media (max-width: 768px) {
  .section-training .splide__slide::after {
    width: 53.2552083333vw;
    height: 49.0885416667vw;
    left: calc(50% - 26.5625vw);
    top: 1.953125vw;
  }
}
.section-training .splide__slide::before {
  content: "第一部曲";
  position: absolute;
  left: calc(50% - 56px);
  top: 48px;
}
@media (max-width: 1420px) {
  .section-training .splide__slide::before {
    left: calc(50% - 4.6666666667vw);
    top: 4vw;
  }
}
@media (max-width: 768px) {
  .section-training .splide__slide::before {
    font-size: 6.25vw;
    font-weight: 500;
    left: calc(50% - 12.890625vw);
    top: 6.7708333333vw;
  }
}
.section-training .splide__slide:nth-child(2)::after {
  background-color: #5583BE;
}
.section-training .splide__slide:nth-child(2)::before {
  content: "第二部曲";
}
.section-training .splide__slide:nth-child(3)::after {
  background-color: #2460AB;
}
.section-training .splide__slide:nth-child(3)::before {
  content: "第三部曲";
}
.section-training .splide__slide:hover::after, .section-training .splide__slide:hover::before {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
@media (max-width: 1420px) {
  .section-training .splide__slide:hover::after, .section-training .splide__slide:hover::before {
    -webkit-transform: translateY(-1.25vw);
            transform: translateY(-1.25vw);
  }
}
.section-training .splide__pagination {
  bottom: 1.6666666667vw;
}
@media (max-width: 768px) {
  .section-training .splide__pagination {
    bottom: 3.90625vw;
  }
}
.section-training .splide__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .section-training .section__title {
    margin-bottom: 5.46875vw;
  }
}
.section-training__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  max-height: 126px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-training__title-wrap {
    max-height: 19.6614583333vw;
  }
}
.section-training__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-training__process-title {
  font-size: 32px;
  line-height: 1.25;
  padding: 1em 0.72em;
  font-weight: 700;
}
@media (max-width: 1420px) {
  .section-training__process-title {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .section-training__process-title {
    font-size: 4.296875vw;
    line-height: 1.56;
    padding: 6.640625vw 8.8541666667vw 6.640625vw 2.0833333333vw;
  }
}
.section-training__process-title--1 {
  color: #6D95C7;
}
.section-training__process-title--2 {
  color: #5583BE;
}
.section-training__process-title--3 {
  color: #1051A3;
}
.section-training__process-arrow {
  position: relative;
  display: inline-block;
  width: 69px;
  height: 126px;
}
.section-training__process-arrow svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1420px) {
  .section-training__process-arrow {
    width: 5.75vw;
    height: 10.5vw;
  }
}
@media (max-width: 768px) {
  .section-training__process-arrow {
    width: 10.6770833333vw;
    height: 19.6614583333vw;
    position: absolute;
    right: 0;
  }
}
.section-training__process-icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-right: 24px;
}
@media (max-width: 1420px) {
  .section-training__process-icon {
    width: 5.8333333333vw;
    height: 5.8333333333vw;
    margin-right: 2vw;
  }
}
@media (max-width: 768px) {
  .section-training__process-icon {
    display: none;
  }
}
.section-training__process-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-training__process-subtitle {
  font-size: 28px;
  line-height: 1.21;
  color: #242424;
  font-weight: bold;
  margin-top: 0.75em;
  text-align: left;
}
@media (max-width: 1420px) {
  .section-training__process-subtitle {
    font-size: 2.3333333333vw;
  }
}
@media (max-width: 768px) {
  .section-training__process-subtitle {
    font-size: 4.296875vw;
    line-height: 1.21;
    padding: 3.125vw 6.5104166667vw 0 0;
    text-align: center;
  }
}
.section-training__process-subtitle--1 {
  margin-left: 0.6em;
}
@media (max-width: 768px) {
  .section-training__process-subtitle--1 {
    margin-left: 0;
  }
}
.section-training__process-subtitle--2 {
  padding-left: 0.8em;
}
@media (max-width: 768px) {
  .section-training__process-subtitle--2 {
    padding-left: 0;
  }
}
.section-training__process-subtitle--3 {
  padding-left: 1.88em;
}
@media (max-width: 768px) {
  .section-training__process-subtitle--3 {
    padding-left: 0;
  }
}
.section-training__process {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  padding: 21px 0;
  margin: 0 auto 48px;
}
@media (max-width: 1420px) {
  .section-training__process {
    margin: 0 auto 4vw;
    padding: 1.75vw 0;
  }
}
@media (max-width: 768px) {
  .section-training__process {
    padding: 5.5989583333vw 0;
    margin: 0 auto 10.4166666667vw;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-training__process::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: calc(100% - 50px);
  height: 21px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(217, 217, 217, 0.6)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgba(217, 217, 217, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media (max-width: 1420px) {
  .section-training__process::before {
    top: 0.8333333333vw;
    height: 1.75vw;
    width: calc(100% - 5.4166666667vw);
  }
}
@media (max-width: 768px) {
  .section-training__process::before {
    top: 2.0833333333vw;
    height: 7.1614583333vw;
    border-radius: 1.3020833333vw;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(217, 217, 217, 0.5)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, rgba(217, 217, 217, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    width: calc(100% - 13.8020833333vw);
  }
}
.section-training__process::after {
  /* 下方陰影 */
  content: "";
  position: absolute;
  top: 136px;
  left: 0;
  width: calc(100% - 50px);
  height: 21px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0.6)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(217, 217, 217, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media (max-width: 1420px) {
  .section-training__process::after {
    top: 11.3333333333vw;
    height: 1.75vw;
    width: calc(100% - 4.1666666667vw);
  }
}
@media (max-width: 768px) {
  .section-training__process::after {
    top: 21.484375vw;
    height: 7.1614583333vw;
    border-radius: 1.3020833333vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0.5)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(217, 217, 217, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    width: calc(100% - 13.8020833333vw);
  }
}
.section-training__steps {
  background: url("../images/training-card_1.png") center center no-repeat;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.7));
  background-size: 100% 100%;
  max-width: 382px;
  padding: 84px 19px 40px;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 1420px) {
  .section-training__steps {
    min-height: 43.3333333333vw;
    padding: 7vw 1.5833333333vw 3.3333333333vw;
    max-width: 31.8333333333vw;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .section-training__steps {
    width: 83.3333333333vw;
    height: 126.0416666667vw;
    padding-top: 16.1458333333vw;
    background: url("../images/training-card_mobile.png") center center no-repeat;
    background-size: 100% 100%;
    max-width: 83.3333333333vw;
  }
}
.section-training__illustration {
  max-width: 200px;
  margin: auto;
}
@media (max-width: 768px) {
  .section-training__illustration {
    max-width: 53.3854166667vw;
  }
}
.section-training__text-wrap {
  color: black;
}
.section-training__steps-title {
  font-size: 32px;
  font-weight: 700;
  margin-top: 22px;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .section-training__steps-title {
    font-size: 6.3802083333vw;
    font-weight: 500;
  }
}
.section-training__steps-desc {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 768px) {
  .section-training__steps-desc {
    font-size: 4.6875vw;
    padding: 0 4.4270833333vw;
  }
}

.section-experience {
  background-color: #f1f1f1;
}
@media (max-width: 768px) {
  .section-experience {
    padding-bottom: 11.71875vw;
  }
}
.section-experience .section__title {
  margin: 74px 0 54px;
}
@media (max-width: 768px) {
  .section-experience .section__title {
    font-size: 6.5104166667vw;
    margin: 6.25vw 0 6.5104166667vw;
  }
}
@media (max-width: 768px) {
  .section-experience__pa {
    padding-top: 5.2083333333vw;
  }
}
@media (max-width: 768px) {
  .section-experience__ma {
    padding-top: 5.2083333333vw;
  }
}
.section-experience .tabs-controller {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-experience .tabs-controller {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-experience .tab-arrow {
  width: 70px;
  height: 70px;
  padding: 11px;
  border-radius: 99em;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  margin-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1420px) {
  .section-experience .tab-arrow {
    width: 5.8333333333vw;
    height: 5.8333333333vw;
    min-height: 48px;
    min-width: 48px;
    margin-left: 0;
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .section-experience .tab-arrow {
    width: 9.1145833333vw;
    height: 9.1145833333vw;
  }
}
.section-experience .tab-arrow::before {
  content: "";
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #87b4e1;
  border-radius: 99em;
}
@media (max-width: 1420px) {
  .section-experience .tab-arrow::before {
    width: 4vw;
    height: 4vw;
  }
}
@media (max-width: 768px) {
  .section-experience .tab-arrow::before {
    width: 6.25vw;
    height: 6.25vw;
    min-width: 20px;
    min-height: 20px;
  }
}
.section-experience .tab-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/btn-nav-right.svg) no-repeat;
  background-size: 25px 20px;
  background-position: 60% 50%;
}
@media (max-width: 768px) {
  .section-experience .tab-arrow::after {
    background-size: 2.6041666667vw 3.2552083333vw;
    background-position: 54% 50%;
  }
}
.section-experience .tab-arrow.tab-arrow--left {
  margin-left: 0;
  margin-right: 24px;
}
@media (max-width: 768px) {
  .section-experience .tab-arrow.tab-arrow--left {
    margin-right: 0;
  }
}
.section-experience .tab-arrow.tab-arrow--left::after {
  background: url(../images/btn-nav-left.svg) no-repeat;
  background-size: 25px 20px;
  background-position: 40% 50%;
}
@media (max-width: 768px) {
  .section-experience .tab-arrow.tab-arrow--left::after {
    background-size: 2.6041666667vw 3.2552083333vw;
    background-position: 46% 50%;
  }
}
.section-experience .tab-arrow:disabled {
  opacity: 0;
  cursor: auto;
}
.section-experience .tab-arrow.hidden {
  visibility: hidden;
}
.section-experience .tab-arrow:hover::before {
  background: #5583be;
}
.section-experience .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 16px 0;
  white-space: nowrap;
  max-width: 1180px;
  width: 100%;
}
@media (max-width: 1420px) {
  .section-experience .tab-buttons {
    padding: 1.3333333333vw 0;
  }
}
@media (max-width: 768px) {
  .section-experience .tab-buttons {
    width: 46.875vw;
    padding: 0;
  }
}
.section-experience .tab-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  border: 2px solid #5583be;
  background: #ffffff;
  padding: 18px;
  color: #5583be;
  font-size: 28px;
  font-weight: 500;
  width: 260px;
  margin: 0 16px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media (max-width: 1420px) {
  .section-experience .tab-button {
    padding: 1.5vw;
    border-radius: 4.1666666667vw;
    font-size: 2.3333333333vw;
    width: 21.6666666667vw;
    margin: 0 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .section-experience .tab-button {
    width: 41.6666666667vw;
    border-radius: 6.5104166667vw;
    font-size: 5.46875vw;
    margin: 0 3.125vw;
    padding: 2.6041666667vw;
    display: none;
  }
}
.section-experience .tab-button.is-active {
  background: #5583be;
  color: #fff;
}
@media (max-width: 768px) {
  .section-experience .tab-button.is-active {
    display: block;
  }
}
.section-experience .tab-button:hover {
  background: #5583be;
  color: #fff;
}
.section-experience__pa .tab-arrow::before {
  background: #FFE084;
}
.section-experience__pa .tab-arrow:hover::before {
  background: #F0AF00;
}
.section-experience__pa .tab-button {
  border: 2px solid #F0AF00;
  color: #F0AF00;
}
.section-experience__pa .tab-button.is-active {
  background: #FFBA00;
  color: #fff;
}
.section-experience__pa .tab-button:hover {
  background: #F0AF00;
  color: #fff;
}
.section-experience .tab-contents {
  max-width: 1300px;
  margin: 60px auto;
  padding: 15px;
}
@media (max-width: 768px) {
  .section-experience .tab-contents {
    margin: 3.2552083333vw auto 5.2083333333vw;
  }
}
.section-experience .tab-content {
  display: none;
}
.section-experience .tab-content.is-active {
  display: block;
}
.section-experience .carousel .splide__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .section-experience .carousel .splide__list {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.section-experience .experience-card {
  padding: 8px 40px;
}
@media (max-width: 1420px) {
  .section-experience .experience-card {
    padding: 0.6666666667vw 3.3333333333vw;
  }
}
.section-experience .experience-card__photo {
  cursor: pointer;
  width: 280px;
  margin-bottom: 36px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1420px) {
  .section-experience .experience-card__photo {
    margin-bottom: 3vw;
    width: 23.3333333333vw;
  }
}
@media (max-width: 768px) {
  .section-experience .experience-card__photo {
    width: initial;
  }
  .section-experience .experience-card__photo > img {
    width: 62.5vw;
  }
}
.section-experience .experience-card__info {
  margin-top: 36px;
  text-align: center;
}
@media (max-width: 1420px) {
  .section-experience .experience-card__info {
    margin-top: 3vw;
  }
}
@media (max-width: 768px) {
  .section-experience .experience-card__info {
    margin-top: 0;
  }
}
.section-experience .experience-card__department {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1420px) {
  .section-experience .experience-card__department {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .section-experience .experience-card__department {
    font-size: 5.46875vw;
    line-height: 11.5885416667vw;
  }
}
.section-experience .experience-card__name {
  font-size: 34px;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 1420px) {
  .section-experience .experience-card__name {
    font-size: 2.8333333333vw;
    margin-top: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  .section-experience .experience-card__name {
    font-size: 7.6822916667vw;
    line-height: 11.71875vw;
  }
}
.section-experience .experience-card__name-en {
  font-size: 34px;
  font-weight: 700;
  margin-left: 12px;
}
@media (max-width: 1420px) {
  .section-experience .experience-card__name-en {
    font-size: 2.6666666667vw;
    margin-left: 1vw;
  }
}
@media (max-width: 768px) {
  .section-experience .experience-card__name-en {
    font-size: 7.6822916667vw;
    line-height: 11.71875vw;
  }
}

.modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
  max-width: 800px;
  margin: 8px;
}
@media (max-width: 1420px) {
  .modal-content {
    max-width: 66.6666666667vw;
    margin: 0.6666666667vw;
  }
}
@media (max-width: 768px) {
  .modal-content {
    max-height: 92vh;
    max-width: none;
    overflow: hidden;
  }
}
.modal-content .MA-bg {
  background-image: url("../images/MA-popup.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.modal-content .PA-bg {
  background-image: url("../images/PA-popup.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.modal-content__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-content__top-title {
  font-size: 36px;
  font-weight: 600;
  padding: 30px 0;
  color: #fff;
}
@media (max-width: 1420px) {
  .modal-content__top-title {
    font-size: 3vw;
    padding: 2.5vw 0;
  }
}
@media (max-width: 768px) {
  .modal-content__top-title {
    font-size: 4.6875vw;
    padding: 3.90625vw 0;
  }
}
.modal-content__short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 20px 40px 0;
}
@media (max-width: 1420px) {
  .modal-content__short {
    margin: 1.6666666667vw 3.3333333333vw 0;
  }
}
.modal-content__short .pic {
  vertical-align: top;
  max-width: 280px;
}
@media (max-width: 1420px) {
  .modal-content__short .pic {
    max-width: 23.3333333333vw;
  }
}
@media (max-width: 768px) {
  .modal-content__short .pic {
    max-width: 36.4583333333vw;
  }
}
.modal-content__short .text {
  line-height: 1.3;
  text-align: center;
}
.modal-content__short .text span {
  font-size: 24px;
}
@media (max-width: 1420px) {
  .modal-content__short .text span {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .modal-content__short .text span {
    font-size: 3.125vw;
  }
}
@media (max-width: 375px) {
  .modal-content__short .text span {
    font-size: 12px;
  }
}
.modal-content__short .text p {
  font-size: 32px;
  font-weight: 500;
  margin-top: 12px;
}
@media (max-width: 1420px) {
  .modal-content__short .text p {
    font-size: 2.6666666667vw;
    margin-top: 1vw;
  }
}
@media (max-width: 768px) {
  .modal-content__short .text p {
    font-size: 4.1666666667vw;
    margin-top: 1.5625vw;
  }
}
.modal-content__short .text .school {
  font-size: 24px;
  margin-top: 20px;
}
@media (max-width: 1420px) {
  .modal-content__short .text .school {
    font-size: 2vw;
    margin-top: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .modal-content__short .text .school {
    font-size: 3.125vw;
    margin-top: 2.6041666667vw;
  }
}
@media (max-width: 375px) {
  .modal-content__short .text .school {
    font-size: 12px;
  }
}
.modal-content__detail {
  font-size: 24px;
  text-align: justify;
  margin: 30px 48px;
  line-height: 1.7;
  font-weight: 300;
}
@media (max-width: 1420px) {
  .modal-content__detail {
    font-size: 2vw;
    margin: 2.5vw 4vw;
  }
}
@media (max-width: 768px) {
  .modal-content__detail {
    font-size: 3.125vw;
    margin: 3.90625vw 6.25vw;
  }
}
@media (max-width: 375px) {
  .modal-content__detail {
    font-size: 12px;
  }
}

.lightbox__btn-close {
  width: 28px;
  height: 28px;
  background: url(../images/icon-close.svg) no-repeat;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 1;
  z-index: 1;
}
@media (max-width: 1420px) {
  .lightbox__btn-close {
    top: 1.6666666667vw;
    right: 1.6666666667vw;
  }
}

.section-selection {
  overflow: inherit;
}
.section-selection .c-center {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .section-selection .c-center {
    margin-top: 10.4166666667vw;
  }
}
.section-selection__title {
  border: 2px solid #004098;
  font-weight: 500;
  font-size: 40px;
  width: 230px;
  height: 76px;
  line-height: 76px;
  margin: 59px auto 16px auto;
  color: #004098;
}
@media (max-width: 1420px) {
  .section-selection__title {
    font-size: 3.3333333333vw;
    width: 19.1666666667vw;
    height: 6.3333333333vw;
    margin-top: 4.9166666667vw;
    line-height: 6.3333333333vw;
    margin: 4.9166666667vw auto 0;
  }
}
@media (max-width: 768px) {
  .section-selection__title {
    margin-top: 4.6875vw;
    margin-bottom: 4.6875vw;
    width: 38.4114583333vw;
    height: 12.7604166667vw;
    line-height: 12.7604166667vw;
    font-size: 6.3802083333vw;
  }
}
.section-selection__subtitle {
  color: #004098;
  font-size: 30px;
}
@media (max-width: 1420px) {
  .section-selection__subtitle {
    font-size: 2.5vw;
  }
}
.section-selection__subtitle p {
  margin: 0;
}
@media (max-width: 1420px) {
  .section-selection__subtitle p {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .section-selection__subtitle p {
    margin-top: 6.25vw;
    margin-bottom: 1.8229166667vw;
    font-size: 6.3802083333vw;
  }
  .section-selection__subtitle p:nth-child(2) {
    margin: 0;
  }
}
.section-selection__subtitle p:nth-child(2) span {
  display: inline-block;
}
.section-selection__subtitle p:nth-child(2) span:nth-child(1), .section-selection__subtitle p:nth-child(2) span:nth-child(2) {
  font-size: 55px;
  font-family: Rubik;
}
@media (max-width: 1420px) {
  .section-selection__subtitle p:nth-child(2) span:nth-child(1), .section-selection__subtitle p:nth-child(2) span:nth-child(2) {
    font-size: 4.5833333333vw;
  }
}
@media (max-width: 768px) {
  .section-selection__subtitle p:nth-child(2) span:nth-child(1), .section-selection__subtitle p:nth-child(2) span:nth-child(2) {
    font-family: Noto Sans TC;
    font-size: 7.9427083333vw;
  }
}
.section-selection__timeline {
  margin-top: 88px;
  max-width: 1440px;
}
@media (max-width: 768px) {
  .section-selection__timeline {
    margin-top: 15.625vw;
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 768px) {
  .section-selection__timeline .slider-selection {
    padding: 0 0 5.46875vw 0;
  }
}
.section-selection__timeline .slider-selection .splide {
  width: 100%;
}
@media (max-width: 1420px) {
  .section-selection__timeline .slider-selection .splide__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 80%;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .section-selection__timeline .slider-selection .splide__list {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.section-selection__timeline .slider-selection .splide__pagination {
  bottom: 0;
  left: -4vw;
}
.section-selection__timeline .slider-selection .section-selection__timeline-circle {
  width: 270px;
  height: 240px;
  position: relative;
  margin-left: 16px;
}
@media (max-width: 1420px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-circle {
    width: 22.5vw;
    height: 20vw;
    margin-left: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-circle {
    margin: 0 auto;
    margin-left: 15vw;
    width: 71.7447916667vw;
    height: 64.453125vw;
    margin-bottom: 6.25vw;
  }
}
.section-selection__timeline .slider-selection .section-selection__timeline-circle--gray {
  background: url("../images/selection/bg-circle_1.svg") center center no-repeat;
  background-size: contain;
  position: relative;
}
.section-selection__timeline .slider-selection .section-selection__timeline-circle--gray::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background-color: #afafb0;
  left: calc(50% - 124px);
  top: calc(50% - 110px);
  border-radius: 50%;
}
@media (max-width: 1420px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-circle--gray::after {
    width: 18.3333333333vw;
    height: 18.3333333333vw;
    left: calc(50% - 10.3333333333vw);
    top: calc(50% - 9.1666666667vw);
  }
}
@media (max-width: 768px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-circle--gray::after {
    width: 58.59375vw;
    height: 58.59375vw;
    left: calc(50% - 32.8125vw);
    top: calc(50% - 29.296875vw);
  }
}
.section-selection__timeline .slider-selection .section-selection__timeline-circle--yellow {
  background: url("../images/selection/bg-circle_2.svg") center center no-repeat;
  background-size: contain;
  position: relative;
}
.section-selection__timeline .slider-selection .section-selection__timeline-circle--yellow::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background-color: #f1b500;
  left: calc(50% - 124px);
  top: calc(50% - 110px);
  border-radius: 50%;
}
@media (max-width: 1420px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-circle--yellow::after {
    width: 18.3333333333vw;
    height: 18.3333333333vw;
    left: calc(50% - 10.3333333333vw);
    top: calc(50% - 9.1666666667vw);
  }
}
@media (max-width: 768px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-circle--yellow::after {
    width: 58.59375vw;
    height: 58.59375vw;
    left: calc(50% - 32.8125vw);
    top: calc(50% - 29.296875vw);
  }
}
.section-selection__timeline .slider-selection .section-selection__timeline-circle--green {
  background: url("../images/selection/bg-circle_3.svg") center center no-repeat;
  background-size: contain;
  position: relative;
}
.section-selection__timeline .slider-selection .section-selection__timeline-circle--green::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background-color: #80bb29;
  left: calc(50% - 124px);
  top: calc(50% - 110px);
  border-radius: 50%;
}
@media (max-width: 1420px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-circle--green::after {
    width: 18.3333333333vw;
    height: 18.3333333333vw;
    left: calc(50% - 10.3333333333vw);
    top: calc(50% - 9.1666666667vw);
  }
}
@media (max-width: 768px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-circle--green::after {
    width: 58.59375vw;
    height: 58.59375vw;
    left: calc(50% - 32.8125vw);
    top: calc(50% - 29.296875vw);
  }
}
.section-selection__timeline .slider-selection .section-selection__timeline-circle--blue {
  background: url("../images/selection/bg-circle_4.svg") center center no-repeat;
  background-size: contain;
  position: relative;
}
.section-selection__timeline .slider-selection .section-selection__timeline-circle--blue::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background-color: #0b4ea2;
  left: calc(50% - 124px);
  top: calc(50% - 110px);
  border-radius: 50%;
}
@media (max-width: 1420px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-circle--blue::after {
    width: 18.3333333333vw;
    height: 18.3333333333vw;
    left: calc(50% - 10.3333333333vw);
    top: calc(50% - 9.1666666667vw);
  }
}
@media (max-width: 768px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-circle--blue::after {
    width: 58.59375vw;
    height: 58.59375vw;
    left: calc(50% - 32.8125vw);
    top: calc(50% - 29.296875vw);
  }
}
.section-selection__timeline .slider-selection .section-selection__timeline-circle--red {
  background: url("../images/selection/bg-circle_5.svg") center center no-repeat;
  background-size: contain;
  position: relative;
}
.section-selection__timeline .slider-selection .section-selection__timeline-circle--red::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background-color: #e72410;
  left: calc(50% - 110px);
  top: calc(50% - 110px);
  border-radius: 50%;
}
@media (max-width: 1420px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-circle--red::after {
    width: 18.3333333333vw;
    height: 18.3333333333vw;
    left: calc(50% - 9.1666666667vw);
    top: calc(50% - 9.1666666667vw);
  }
}
@media (max-width: 768px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-circle--red::after {
    width: 58.59375vw;
    height: 58.59375vw;
    left: calc(50% - 29.296875vw);
    top: calc(50% - 29.296875vw);
  }
}
.section-selection__timeline .slider-selection .section-selection__timeline-content {
  width: 186px;
  height: 136px;
  position: absolute;
  z-index: 2;
  top: calc(50% - 70px);
  left: calc(50% - 107px);
}
@media (max-width: 1420px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-content {
    width: 15.5vw;
    height: 11.3333333333vw;
    top: calc(50% - 5.8333333333vw);
    left: calc(50% - 8.9166666667vw);
  }
}
@media (max-width: 768px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-content {
    margin: auto;
    width: 49.4791666667vw;
    height: 36.0677083333vw;
    top: calc(50% - 17.96875vw);
    left: calc(50% - 28.3854166667vw);
  }
}
.section-selection__timeline .slider-selection .section-selection__timeline-content p {
  color: #fff;
  margin: 3px 0 0 0;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 1420px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-content p {
    margin: 0.5vw 0;
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-content p {
    font-size: 4.6875vw;
  }
}
.section-selection__timeline .slider-selection .section-selection__timeline-content p:nth-child(1) {
  font-size: 30px;
  margin: 0;
  line-height: 22px;
}
@media (max-width: 1420px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-content p:nth-child(1) {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-content p:nth-child(1) {
    font-size: 7.9427083333vw;
  }
}
.section-selection__timeline .slider-selection .section-selection__timeline-content p:nth-child(2) {
  font-size: 24px;
  margin-bottom: 14px;
}
@media (max-width: 1420px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-content p:nth-child(2) {
    font-size: 2vw;
    margin-bottom: 1.1666666667vw;
  }
}
@media (max-width: 768px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-content p:nth-child(2) {
    font-size: 6.25vw;
    margin: 2.34375vw 0 1.8229166667vw;
  }
}
.section-selection__timeline .slider-selection .section-selection__timeline-content p:nth-child(3) {
  margin: 6 0 0px;
}
@media (max-width: 1420px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-content p:nth-child(3) {
    margin: 0.6666666667vw 0 0vw;
  }
}
@media (max-width: 768px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-content p:nth-child(3) {
    margin: 2.34375vw 0 3.90625vw;
  }
}
.section-selection__timeline .slider-selection .section-selection__timeline-content .section-selection__timeline-line {
  border: 1px solid #fff;
  margin: 0;
}
.section-selection__timeline .slider-selection .section-selection__timeline-content--last {
  left: calc(50% - 93px);
}
.section-selection__timeline .slider-selection .section-selection__timeline-content--last p:nth-child(4) {
  position: relative;
  left: 6%;
}
@media (max-width: 1420px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-content--last {
    left: calc(50% - 7.6666666667vw);
  }
}
@media (max-width: 768px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-content--last {
    left: calc(50% - 25vw);
  }
}

.scale-text {
  -webkit-animation: scale 2s forwards;
          animation: scale 2s forwards;
}

.section-eligibility {
  position: relative;
}
.section-eligibility a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 28px;
  height: 70px;
  line-height: 70px;
  border-radius: 38px;
  background-color: #004098;
  color: #fff;
  font-size: 28px;
  position: relative;
}
.section-eligibility a .button-arrow {
  position: relative;
  width: 24px;
  height: 24px;
  background: url(../images/icon-arrow.svg) center no-repeat;
  background-size: contain;
  -webkit-animation: bounceRight 2s infinite;
          animation: bounceRight 2s infinite;
  right: -11px;
}
@media (max-width: 1420px) {
  .section-eligibility a {
    padding: 0 2.3333333333vw;
    height: 5.8333333333vw;
    font-size: 2.3333333333vw;
  }
  .section-eligibility a .button-arrow {
    width: 2vw;
    height: 2vw;
    right: -vw(11px);
  }
}
.section-eligibility .c-center {
  margin: 94px 0 104px;
}
@media (max-width: 768px) {
  .section-eligibility .c-center {
    margin: 9.8958333333vw 0 8.8541666667vw;
  }
}
.section-eligibility__container {
  height: 100%;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (max-width: 1420px) {
  .section-eligibility__container {
    margin-top: 5.8333333333vw;
  }
}
@media (max-width: 768px) {
  .section-eligibility__container {
    margin-top: 12.5vw;
  }
  .section-eligibility__container:nth-last-of-type(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 9.375vw;
  }
}
.section-eligibility__card {
  max-width: 1258px;
  padding: 40px 20px;
  margin: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(247, 247, 248, 0.4745098039);
  border-radius: 60px;
  -webkit-box-shadow: 4px 4px 4px rgba(89, 89, 89, 0.25), -2px -2px 5px rgba(0, 0, 0, 0.25), inset 5px 5px 5px rgba(255, 255, 255, 0.6), inset -4px -4px 5px rgba(218, 218, 218, 0.5);
          box-shadow: 4px 4px 4px rgba(89, 89, 89, 0.25), -2px -2px 5px rgba(0, 0, 0, 0.25), inset 5px 5px 5px rgba(255, 255, 255, 0.6), inset -4px -4px 5px rgba(218, 218, 218, 0.5);
  position: relative;
}
@media (max-width: 1420px) {
  .section-eligibility__card {
    border-radius: 5vw;
  }
}
.section-eligibility__card::after {
  content: "";
  width: 123px;
  height: 127px;
  background-color: #0b4ea2;
  position: absolute;
  border-radius: 50%;
  left: -38px;
  top: -47px;
  z-index: -2;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
@media (max-width: 375px) {
  .section-eligibility__card::after {
    width: 76px;
    height: 76px;
    left: -20px;
    top: -23px;
  }
}
.section-eligibility__card:hover::after {
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 1420px) {
  .section-eligibility__card {
    max-width: 104.8333333333vw;
    padding: 3.3333333333vw 1.6666666667vw;
    margin: 0.6666666667vw;
  }
}
@media (max-width: 768px) {
  .section-eligibility__card {
    width: 87.5vw;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 7.5520833333vw 5.2083333333vw 10.9375vw 5.2083333333vw;
  }
}
.section-eligibility__apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 98px;
  padding: 36px 0 18px;
  margin-top: 58px;
  border-top: 1px solid #B7B7B7;
}
@media (max-width: 768px) {
  .section-eligibility__apply {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: none;
    margin-bottom: 7.5520833333vw;
    border-bottom: 1px solid #B7B7B7;
    gap: 25px;
  }
}
.section-eligibility__apply-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 350px;
  height: 180px;
  padding: 30px 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #dadada;
}
@media (max-width: 1420px) {
  .section-eligibility__apply-card {
    width: 29.1666666667vw;
    height: 15vw;
    padding: 2.5vw 4.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.section-eligibility__apply-card a {
  padding: 0 32px;
}
@media (max-width: 1420px) {
  .section-eligibility__apply-card a {
    padding: 0 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .section-eligibility__apply-card a {
    padding: 0 9.375vw;
    font-size: 3.6458333333vw;
    height: 9.765625vw;
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .section-eligibility__apply-card a {
    font-size: 3.125vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .section-eligibility__apply-card a .button-arrow {
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media (max-width: 768px) {
  .section-eligibility__apply-card {
    width: 77.34375vw;
    height: 36.4583333333vw;
    border: 2px solid #dadada;
  }
}
.section-eligibility__apply-card h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 1420px) {
  .section-eligibility__apply-card h3 {
    font-size: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .section-eligibility__apply-card h3 {
    font-size: 6.25vw;
    font-weight: 500;
    margin-bottom: 4.6875vw;
  }
}
.section-eligibility__requirements {
  text-align: left;
  margin-left: 28px;
  padding: 36px 36px 36px 0;
}
@media (max-width: 1420px) {
  .section-eligibility__requirements {
    margin-left: 2.3333333333vw;
    padding: 3vw 3vw 3vw 0;
  }
}
@media (max-width: 768px) {
  .section-eligibility__requirements {
    margin-left: 0;
    padding: 0 3.6458333333vw;
    margin-top: 4.6875vw;
  }
}
.section-eligibility__requirements .section-eligibility__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-eligibility__requirements .section-eligibility__text p {
  line-height: 1.9;
  font-size: 28px;
}
.section-eligibility__requirements .section-eligibility__text p:nth-child(even) {
  width: 80%;
}
@media (max-width: 768px) {
  .section-eligibility__requirements .section-eligibility__text p:nth-child(even) {
    font-size: 5.859375vw !important;
    width: 60% !important;
    line-height: 1.5;
    margin-top: 1.5625vw;
  }
}
.section-eligibility__requirements .section-eligibility__text p .mail {
  cursor: pointer;
  display: inline;
  padding: 0;
  border-radius: 0;
  color: #AB0208;
  background-color: transparent;
  line-height: normal;
  font-size: 26px;
}
@media (max-width: 1420px) {
  .section-eligibility__requirements .section-eligibility__text p .mail {
    font-size: 2.3333333333vw;
  }
}
@media (max-width: 768px) {
  .section-eligibility__requirements .section-eligibility__text p .mail {
    font-size: 5.859375vw;
  }
}
.section-eligibility__requirements .section-eligibility__text p .mail + span {
  display: block;
}
@media (max-width: 1420px) {
  .section-eligibility__requirements .section-eligibility__text p {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .section-eligibility__requirements .section-eligibility__text p {
    font-size: 5.859375vw;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .section-eligibility__requirements .section-eligibility__text:nth-child(4) {
    margin-bottom: 11.8489583333vw;
  }
}
.section-eligibility__event {
  max-width: 578px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 44px 96px 36px;
  margin-top: 0;
  background-color: rgba(247, 247, 248, 0.4745098039);
  border-radius: 60px;
  -webkit-box-shadow: 4px 4px 4px rgba(89, 89, 89, 0.25), -2px -2px 5px rgba(0, 0, 0, 0.25), inset 5px 5px 5px rgba(255, 255, 255, 0.6), inset -4px -4px 5px rgba(218, 218, 218, 0.5);
          box-shadow: 4px 4px 4px rgba(89, 89, 89, 0.25), -2px -2px 5px rgba(0, 0, 0, 0.25), inset 5px 5px 5px rgba(255, 255, 255, 0.6), inset -4px -4px 5px rgba(218, 218, 218, 0.5);
  position: relative;
}
@media (max-width: 1420px) {
  .section-eligibility__event {
    border-radius: 5vw;
  }
}
.section-eligibility__event::after {
  content: "";
  width: 123px;
  height: 127px;
  background-color: #CAE981;
  position: absolute;
  border-radius: 50%;
  left: -38px;
  top: -47px;
  z-index: -2;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
@media (max-width: 375px) {
  .section-eligibility__event::after {
    width: 76px;
    height: 76px;
    left: -20px;
    top: -23px;
  }
}
.section-eligibility__event:hover::after {
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 1420px) {
  .section-eligibility__event {
    max-width: 48.1666666667vw;
    padding: 3.6666666667vw 3.3333333333vw 3vw;
    margin: 0 0.6vw;
  }
}
@media (max-width: 768px) {
  .section-eligibility__event {
    max-width: 100%;
    width: 87.5vw;
    height: 103.6458333333vw;
    padding: 10.6770833333vw 3.90625vw;
    height: auto;
  }
}
@media (max-width: 768px) {
  .section-eligibility__event:nth-child(1) p {
    width: 80%;
    margin: 2vw auto;
  }
}
@media (max-width: 768px) {
  .section-eligibility__event:nth-child(2) {
    margin-top: 10.9375vw;
  }
}
.section-eligibility__event:nth-child(2)::after {
  background-color: #FDE067;
}
@media (max-width: 1420px) {
  .section-eligibility__event h3 {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .section-eligibility__event h3 {
    font-size: 7.2916666667vw;
  }
}
.section-eligibility__event p {
  font-size: 28px;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 1420px) {
  .section-eligibility__event p {
    font-size: 2.3333333333vw;
    margin: 2vw 4vw;
  }
}
@media (max-width: 768px) {
  .section-eligibility__event p {
    font-size: 5.46875vw;
    text-align: left;
    line-height: 1.7;
    margin-bottom: 10.4166666667vw !important;
  }
}
.section-eligibility__event a {
  padding: 0 52px;
  width: 245px;
  height: 75px;
  margin: 0 auto;
}
@media (max-width: 1420px) {
  .section-eligibility__event a {
    padding: 0 4.3333333333vw;
    width: 20.4166666667vw;
    height: 5vw;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .section-eligibility__event a {
    padding: 6.7708333333vw 8.8541666667vw;
    font-size: 3.6458333333vw;
    width: 39.0625vw;
    height: 12.3697916667vw;
    border-radius: 6.7708333333vw;
  }
  .section-eligibility__event a .button-arrow {
    width: 6.25vw;
    height: 6.25vw;
  }
}

.section-connection a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 28px;
  height: 70px;
  line-height: 70px;
  border-radius: 38px;
  background-color: #004098;
  color: #fff;
  font-size: 28px;
  position: relative;
}
.section-connection a .button-arrow {
  position: relative;
  width: 24px;
  height: 24px;
  background: url(../images/icon-arrow.svg) center no-repeat;
  background-size: contain;
  -webkit-animation: bounceRight 2s infinite;
          animation: bounceRight 2s infinite;
  right: -11px;
}
@media (max-width: 1420px) {
  .section-connection a {
    padding: 0 2.3333333333vw;
    height: 5.8333333333vw;
    font-size: 2.3333333333vw;
  }
  .section-connection a .button-arrow {
    width: 2vw;
    height: 2vw;
    right: -vw(11px);
  }
}

@media (max-width: 768px) {
  .section-connection {
    font-weight: 500;
  }
}
.section-connection .c-center {
  margin: 54px 0 44px;
}
@media (max-width: 768px) {
  .section-connection .c-center {
    margin: 8.8541666667vw 0 16.1458333333vw;
    margin-bottom: 31.25vw;
  }
}
.section-connection__box {
  width: 100%;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .section-connection__box {
    margin-top: 9.1145833333vw;
    padding-bottom: 7.8125vw;
  }
}
.section-connection__card {
  max-width: 400px;
  background-color: rgba(247, 247, 248, 0.4745098039);
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(196, 196, 196, 0.5);
          box-shadow: 0px 4px 16px 0px rgba(196, 196, 196, 0.5);
  padding: 44px 60px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1420px) {
  .section-connection__card {
    max-width: 30vw;
    height: 26.6666666667vw;
    border-radius: 4.1666666667vw;
    padding: 3.6666666667vw 5vw;
    margin: 0 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .section-connection__card {
    max-width: 82.9427083333vw;
    height: 80.9895833333vw;
  }
}
.section-connection__icon {
  width: 277px;
  height: 231px;
}
@media (max-width: 1420px) {
  .section-connection__icon {
    width: 23.0833333333vw;
    height: 19.25vw;
  }
}
@media (max-width: 768px) {
  .section-connection__icon {
    width: 70.3125vw;
    height: 51.4322916667vw;
  }
}
.section-connection__icon img {
  width: 120px;
  height: 120px;
  margin-bottom: 36px;
}
@media (max-width: 1420px) {
  .section-connection__icon img {
    margin-bottom: 3vw;
    width: 10vw;
    height: 10vw;
  }
}
@media (max-width: 768px) {
  .section-connection__icon img {
    width: 30.3385416667vw;
    height: 30.3385416667vw;
    margin-bottom: 9.1145833333vw;
  }
}
.section-connection__icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1420px) {
  .section-connection__icon a {
    padding: 0 2.3333333333vw;
    font-size: 2.3333333333vw;
    line-height: 5.8333333333vw;
    height: 5.8333333333vw;
    border-radius: 3.1666666667vw;
  }
}
@media (max-width: 768px) {
  .section-connection__icon a {
    max-width: 70.3125vw;
    height: 12.2395833333vw;
    border-radius: 6.1197916667vw;
    font-size: 3.6458333333vw;
  }
  .section-connection__icon a .button-arrow {
    right: -14.5833333333vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .section-connection__icon a .button-arrow {
    width: 5.9895833333vw;
    height: 5.9895833333vw;
  }
}
.section-connection .splide {
  max-width: 1340px;
}
@media (max-width: 768px) {
  .section-connection .splide {
    padding-bottom: 2.6041666667vw;
  }
}
.section-connection .splide__slide {
  padding: 8px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (max-width: 768px) {
  .section-connection .splide__pagination {
    bottom: -5.2083333333vw;
  }
}

.section-more__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-more__nav ul li {
  border: 2px solid #5583be;
  border-radius: 70px;
  background-color: #fff;
  color: #5583be;
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
  margin: 0 20px;
  max-width: 260px;
  padding: 12px 72px;
  cursor: pointer;
}
@media (max-width: 1420px) {
  .section-more__nav ul li {
    font-size: 2.3333333333vw;
    padding: 1vw 6vw;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .section-more__nav ul li {
    font-size: 5.2083333333vw;
    padding: 3.6458333333vw 8.3333333333vw;
    max-width: none;
  }
}
.section-more__nav ul li.is-active {
  background-color: #5583be;
  color: #fff;
}

.section-more {
  background-color: #f5f5f5;
  overflow: hidden;
}
.section-more .section__title {
  margin-top: 68px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .section-more .section__title {
    margin-top: 12.5vw;
    margin-bottom: 13.0208333333vw;
  }
}
@media (max-width: 375px) {
  .section-more .section__title {
    margin-top: 6.25vw;
  }
}
@media (max-width: 768px) {
  .section-more .section-third__title {
    margin-bottom: 12.5vw;
  }
}
.section-more__box {
  display: none;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .section-more__box {
    padding-bottom: 2.6041666667vw;
  }
}
.section-more__box.is-active {
  display: block;
}
@media (max-width: 1420px) {
  .section-more__box {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .section-more__box {
    margin-bottom: 10.15625vw;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .section-more__box {
    margin-bottom: 16.9270833333vw;
  }
}
.section-more__box .splide__slide {
  padding: 8px 0;
}
.section-more__box .splide__arrow--next {
  right: -5vw;
}
.section-more__box .splide__arrow--prev {
  left: -5vw;
}
.section-more__nav {
  margin: 48px 0 50px;
}
@media (max-width: 1420px) {
  .section-more__nav {
    margin: 4vw 0 4.1666666667vw;
  }
  .section-more__nav ul li {
    margin: 0 1.3333333333vw;
  }
  .section-more__nav ul li:not(.is-active) {
    display: block;
  }
  .section-more__nav ul li.is-active {
    margin: 0 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .section-more__nav {
    margin: 6.7708333333vw 0 8.3333333333vw;
  }
}
.section-more__film {
  width: 88%;
  margin: 0 auto;
  padding: 6.8965517241%;
  border-radius: 10.3448275862%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: -1px -1px 5px 0px rgba(1, 0, 0, 0.25), 4px 4px 4px 0px rgba(89, 89, 89, 0.25), -2px -2px 5px 0px rgba(218, 218, 218, 0.5) inset, 5px 5px 5px 0px rgba(255, 255, 255, 0.6) inset;
          box-shadow: -1px -1px 5px 0px rgba(1, 0, 0, 0.25), 4px 4px 4px 0px rgba(89, 89, 89, 0.25), -2px -2px 5px 0px rgba(218, 218, 218, 0.5) inset, 5px 5px 5px 0px rgba(255, 255, 255, 0.6) inset;
}
.section-more__film img {
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 1420px) {
  .section-more__film img {
    border-radius: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .section-more__film {
    max-width: 87.5vw;
    padding: 6.5104166667vw 2.6041666667vw 9.1145833333vw;
  }
}
.section-more iframe {
  border-radius: 20px;
  width: 100%;
  height: 330px;
}
@media (max-width: 1420px) {
  .section-more iframe {
    border-radius: 1.6666666667vw;
    height: 22vw;
  }
}
@media (max-width: 768px) {
  .section-more iframe {
    height: 46.875vw;
  }
}
.section-more p {
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1420px) {
  .section-more p {
    font-size: 2vw;
    margin-top: 2vw;
  }
}
@media (max-width: 768px) {
  .section-more p {
    margin-top: 2.6041666667vw;
    font-size: 4.6875vw;
    font-weight: 500;
  }
}

.section-faq {
  position: relative;
  padding-top: 50px;
}
.section-faq .section-third__title {
  padding-bottom: 50px;
}
.section-faq .wrapper .kv__circle-20 {
  position: absolute;
  background: url("../images/kv_circle_11.svg");
  width: 399px;
  height: 399px;
  top: 157px;
  left: -270px;
  -webkit-animation: rotation-1 5s infinite;
          animation: rotation-1 5s infinite;
}
@media (max-width: 768px) {
  .section-faq .wrapper .kv__circle-20 {
    display: none;
  }
}
.section-faq .section__title {
  margin: 56px 0 48px;
}
@media (max-width: 768px) {
  .section-faq .section__title {
    margin-top: 6.25vw;
  }
}
.section-faq .wrap__inner {
  padding: 0;
}
.section-faq__container {
  max-width: 1440px;
  margin: 0 76px;
}
@media (max-width: 1420px) {
  .section-faq__container {
    max-width: 120vw;
    margin: 0 6.3333333333vw;
  }
}

.lang-en {
  font-family: "Noto Sans TC", sans-serif, "Noto Sans TC", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

.nav__item {
  text-align: center;
}
@media (max-width: 991px) {
  .nav__item br {
    display: none;
  }
}

.section__title {
  padding-bottom: 10px;
}

.section-kv .kv__project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-kv .kv__project .kv__main-title {
  text-align: center;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-family: "Inter", sans-serif;
  font-size: 45.458px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1420px) {
  .section-kv .kv__project .kv__main-title {
    font-size: 3.7881666667vw;
  }
}
@media (max-width: 768px) {
  .section-kv .kv__project .kv__main-title {
    font-size: 5.9190104167vw;
  }
}
.section-kv .kv__project .kv__main-title img {
  display: none;
}
.section-kv .kv__project .kv__main-title h1 {
  text-indent: 0;
}
.section-kv .kv__project .kv__caption {
  margin: 0 auto 27px auto;
}
@media (max-width: 768px) {
  .section-kv .kv__project .kv__caption {
    margin-bottom: 4.4270833333vw;
  }
}

.section-plans__feature-title {
  width: 73%;
  min-height: 5em;
  margin-left: auto;
  margin-right: auto;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1420px) {
  .section-plans__feature-title {
    font-size: 2.3333333333vw;
  }
}
@media (max-width: 768px) {
  .section-plans__feature-title {
    font-size: 6.1588541667vw;
    line-height: 7.5520833333vw;
    min-height: initial;
  }
}
@media (max-width: 1420px) {
  .section-plans__feature-desc {
    font-size: 1.75vw;
    line-height: 2.5vw;
  }
}
@media (max-width: 768px) {
  .section-plans__feature-desc {
    font-size: 4.5572916667vw;
    line-height: 6.5104166667vw;
  }
}
.section-plans__feature:nth-child(3) .section-plans__feature-title {
  width: 100%;
}
.section-plans__feature-desc span {
  display: block;
}

.plan-card {
  padding: 15px 12px;
}
.plan-card__title {
  font-size: 26px;
  line-height: 120%;
}
@media (max-width: 1420px) {
  .plan-card__title {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .plan-card__title {
    font-size: 7.5520833333vw;
  }
}

.plans-content__short {
  font-size: 24px;
}
@media (max-width: 1420px) {
  .plans-content__short {
    padding: 2.5vw 2.5vw 4.1666666667vw 2.5vw;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .plans-content__short {
    padding: 3.90625vw 3.90625vw 6.5104166667vw 3.90625vw;
    font-size: 3.125vw;
  }
}
.plans-content__short-text {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1420px) {
  .plans-content__short-text {
    margin-top: 1.5vw;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .plans-content__short-text {
    margin-top: 2.34375vw;
    font-size: 3.125vw;
  }
}

.section-training .mobile-title {
  margin-top: 29px;
}
@media (max-width: 1420px) {
  .section-training .mobile-title {
    margin-top: 2.4166666667vw;
  }
}
@media (max-width: 768px) {
  .section-training .mobile-title {
    font-size: 8.3333333333vw;
  }
}
.section-training .section-training__steps-title {
  min-height: 5em;
}
@media (max-width: 768px) {
  .section-training .section-training__steps-title {
    min-height: auto;
  }
}
.section-training .section__title {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .section-training__steps {
    height: 158.3333333333vw;
  }
}
.section-training__content-wrap {
  display: block;
}
@media (max-width: 768px) {
  .section-training__process {
    display: block;
  }
  .section-training__process:before, .section-training__process::after {
    display: none;
  }
  .section-training__process .section-training__title-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: initial;
    max-height: inherit;
  }
  .section-training__process .section-training__content-wrap--3 .section-training__process-arrow {
    display: none;
  }
  .section-training__process .section-training__process-subtitle {
    display: none;
  }
  .section-training__process .section-training__process-title {
    padding: 0;
    font-size: 7.2916666667vw;
    line-height: 125%;
    margin-right: 3.90625vw;
  }
  .section-training__process .section-training__process-icon {
    display: block;
    margin-right: 0;
    width: 15.625vw;
    height: auto;
  }
  .section-training__process .section-training__process-arrow {
    position: static;
    width: 100%;
    height: auto;
    margin: 15.625vw auto;
  }
  .section-training__process .section-training__process-arrow svg {
    width: 3.90625vw;
    height: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: auto;
  }
}
.section-training__process-title {
  font-size: 26px;
}
@media (max-width: 1420px) {
  .section-training__process-title {
    font-size: 2.1666666667vw;
  }
}
@media (max-width: 768px) {
  .section-training__process-title {
    font-size: 3.6458333333vw;
  }
}
.section-training__process-subtitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1420px) {
  .section-training__process-subtitle {
    font-size: 2.3333333333vw;
  }
}
@media (max-width: 768px) {
  .section-training__process-subtitle {
    font-size: 3.6458333333vw;
  }
}
.section-training .splide__slide::before {
  content: "Stage1";
  left: calc(50% - 44px);
}
@media (max-width: 1420px) {
  .section-training .splide__slide::before {
    left: calc(50% - 3.5vw);
  }
}
@media (max-width: 768px) {
  .section-training .splide__slide::before {
    left: calc(50% - 10vw);
  }
}
.section-training .splide__slide:nth-child(2)::before {
  content: "Stage2";
}
.section-training .splide__slide:nth-child(3)::before {
  content: "Stage3";
}

.section-experience .experience-card__name-en {
  margin-left: 0;
}
@media (max-width: 768px) {
  .section-experience .tab-buttons {
    width: 47.0052083333vw;
  }
}
.section-experience .tab-button {
  font-size: 20px;
}
@media (max-width: 1420px) {
  .section-experience .tab-button {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .section-experience .tab-button {
    font-size: 3.90625vw;
    padding: 3.7760416667vw 0;
    width: 100%;
  }
  .section-experience .tab-button.is-active {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .modal-content__short {
    display: block;
  }
  .modal-content__short .pic {
    margin: 0 auto 2.6041666667vw auto;
  }
}
.modal-content__short .text span {
  font-size: 22px;
}
@media (max-width: 1420px) {
  .modal-content__short .text span {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .modal-content__short .text span {
    font-size: 3.90625vw;
  }
}
.modal-content__short .text .school {
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1420px) {
  .modal-content__short .text .school {
    padding: 0 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  .modal-content__short .text .school {
    padding: 0;
  }
}
.modal-content__detail {
  font-size: 22px;
  line-height: 1.5;
  overflow-y: auto;
  text-align: left;
  max-height: 44vh;
  margin: 30px 18px 30px 48px;
  padding-right: 30px;
}
@media (max-width: 1420px) {
  .modal-content__detail {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .modal-content__detail {
    font-size: 3.90625vw;
    max-width: none;
    max-height: 33vh;
    margin: 3.90625vw 2.34375vw 3.90625vw 6.25vw;
    padding-right: 3.90625vw;
  }
}

.section-more__nav ul li {
  font-size: 20px;
  width: 260px;
  padding: 12px 0px;
}
@media (max-width: 1420px) {
  .section-more__nav ul li {
    font-size: 1.6666666667vw;
    width: 21.6666666667vw;
  }
}
@media (max-width: 768px) {
  .section-more__nav ul li {
    font-size: 4.1666666667vw;
    width: auto;
    padding: 2.734375vw 4.8177083333vw;
  }
}

.section-selection__title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 47px;
}
@media (max-width: 768px) {
  .section-selection__title {
    padding: 0 2.9947916667vw;
    font-size: 5.2083333333vw;
    line-height: 11.0677083333vw;
    margin-top: 8.3333333333vw;
  }
}
@media (max-width: 768px) {
  .section-selection__subtitle p {
    margin-top: 8.3333333333vw;
  }
}
.section-selection__subtitle p:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Rubik", sans-serif;
}
.section-selection__subtitle p:nth-child(2) span:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-animation: scale 2s forwards;
          animation: scale 2s forwards;
}
.section-selection__subtitle p:nth-child(2) span:nth-child(2) {
  -webkit-animation: scale 1s forwards;
          animation: scale 1s forwards;
}
.section-selection__timeline .slider-selection .section-selection__timeline-circle::after {
  border-radius: 55px;
  width: 220px;
  height: 220px;
  left: calc(50% - 120px);
  top: calc(50% - 110px);
}
@media (max-width: 1420px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-circle::after {
    border-radius: 4.5833333333vw;
    width: 18.3333333333vw;
    height: 17.9166666667vw;
    margin: 0 auto;
    top: 1vw;
    left: 1.25vw;
  }
}
@media (max-width: 768px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-circle::after {
    width: 58.59375vw;
    height: 57.2916666667vw;
    margin-bottom: 0;
    border-radius: 14.3229166667vw;
    top: 3.6458333333vw;
    left: 3.6458333333vw;
  }
}
.section-selection__timeline .slider-selection .section-selection__timeline-circle--gray {
  background: url("../images/selection/bg-circle_1_en.svg") center center no-repeat;
  background-size: contain;
}
.section-selection__timeline .slider-selection .section-selection__timeline-circle--yellow {
  background: url("../images/selection/bg-circle_2_en.svg") center center no-repeat;
  background-size: contain;
}
.section-selection__timeline .slider-selection .section-selection__timeline-circle--green {
  background: url("../images/selection/bg-circle_3_en.svg") center center no-repeat;
  background-size: contain;
}
.section-selection__timeline .slider-selection .section-selection__timeline-circle--blue {
  background: url("../images/selection/bg-circle_4_en.svg") center center no-repeat;
  background-size: contain;
}
.section-selection__timeline .slider-selection .section-selection__timeline-circle--red {
  background: url("../images/selection/bg-circle_5_en.svg") center center no-repeat;
  background-size: contain;
}
.section-selection__timeline .slider-selection .section-selection__timeline-content {
  top: calc(50% - 84px);
  left: calc(50% - 106px);
}
@media (max-width: 1420px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-content {
    top: calc(50% - 7.9166666667vw);
    left: calc(50% - 8.9166666667vw);
  }
}
@media (max-width: 768px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-content {
    top: calc(50% - 24.0885416667vw);
    left: calc(50% - 27.8645833333vw);
  }
}
@media (max-width: 1420px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-content p {
    font-size: 1.4166666667vw;
  }
}
@media (max-width: 768px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-content p {
    font-size: 4.9479166667vw;
  }
}
.section-selection__timeline .slider-selection .section-selection__timeline-content--last {
  left: calc(50% - 104px);
}
.section-selection__timeline .slider-selection .section-selection__timeline-content--last p:nth-child(4) {
  left: 0;
}
@media (max-width: 1420px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-content--last {
    left: calc(50% - 8.6666666667vw);
  }
}
@media (max-width: 768px) {
  .section-selection__timeline .slider-selection .section-selection__timeline-content--last {
    left: calc(50% - 27.34375vw);
  }
}
@media (max-width: 1420px) {
  .section-selection .splide__slide:nth-child(4), .section-selection .splide__slide:nth-child(5) {
    margin-top: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .section-selection .splide__slide:nth-child(4), .section-selection .splide__slide:nth-child(5) {
    margin-top: 0;
  }
}

.section-eligibility__requirements .section-eligibility__text p {
  font-size: 20px;
}
.section-eligibility__requirements .section-eligibility__text p:nth-child(1) {
  width: 25%;
}
@media (max-width: 768px) {
  .section-eligibility__requirements .section-eligibility__text p:nth-child(1) {
    width: 100%;
  }
}
.section-eligibility__requirements .section-eligibility__text p:nth-child(even) {
  padding-left: 12px;
}
.section-eligibility__requirements .section-eligibility__text p.fw-5 {
  font-weight: 700;
}
@media (max-width: 1420px) {
  .section-eligibility__requirements .section-eligibility__text p {
    font-size: 1.5vw;
    word-wrap: break-word;
  }
}
@media (max-width: 768px) {
  .section-eligibility__requirements .section-eligibility__text p {
    font-size: 5.7291666667vw;
  }
}
.section-eligibility__requirements .section-eligibility__text:nth-child(5) p {
  font-size: 26px;
  width: 100%;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 1420px) {
  .section-eligibility__requirements .section-eligibility__text:nth-child(5) p {
    font-size: 2.1666666667vw;
  }
}
@media (max-width: 768px) {
  .section-eligibility__requirements .section-eligibility__text:nth-child(5) p {
    font-size: 5.7291666667vw;
  }
}
@media (max-width: 768px) {
  .section-eligibility__requirements .section-eligibility__text {
    display: block;
  }
  .section-eligibility__requirements .section-eligibility__text p:nth-child(2n) {
    width: 100% !important;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .section-eligibility__apply {
    padding-top: 0;
  }
}
.section-eligibility__apply-card a {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1420px) {
  .section-eligibility__apply-card a {
    font-size: 1.3333333333vw;
    line-height: 2.3333333333vw;
  }
}
@media (max-width: 768px) {
  .section-eligibility__apply-card a {
    font-size: 3.3854166667vw;
    line-height: 5.46875vw;
    padding: 7.2916666667vw 2.8645833333vw;
    max-width: 44.2708333333vw;
  }
}
.section-eligibility__apply-card a .button-arrow {
  width: 37px;
  right: 0;
}
@media (max-width: 768px) {
  .section-eligibility__apply-card h3 {
    margin-bottom: 3.125vw;
  }
}
.section-eligibility__event:first-child p {
  text-align: left;
}
@media (max-width: 768px) {
  .section-eligibility__event:first-child p {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .section-eligibility__event h3 {
    width: 90%;
    margin: 0 auto 4.0364583333vw auto;
  }
}
.section-eligibility__event p {
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 1420px) {
  .section-eligibility__event p {
    font-size: 1.8333333333vw;
    line-height: 2.1666666667vw;
  }
}
@media (max-width: 768px) {
  .section-eligibility__event p {
    font-size: 5.7291666667vw;
    line-height: 7.8125vw;
  }
}
.section-eligibility__event a {
  font-size: 22px;
  line-height: 32px;
  padding: 0 17px;
}
@media (max-width: 1420px) {
  .section-eligibility__event a {
    font-size: 1.8333333333vw;
    line-height: 2.6666666667vw;
    padding: 0 1.4166666667vw;
  }
}
@media (max-width: 768px) {
  .section-eligibility__event a {
    font-size: 5.7291666667vw;
    line-height: 10.9375vw;
    height: 15.625vw;
    width: 80%;
  }
}
.section-eligibility__text p .mail {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .faq-toggle__content p {
    text-align: left;
  }
}

.footer-content {
  width: 90%;
  max-width: 1330px;
  margin: auto;
}