@charset "UTF-8";
/*
.c-flip-box {
  position: relative;
  padding-bottom: calc((100% / 16) * 16);
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
  transform-style: preserve-3d;
}

.side {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 50px;
  color: #fff;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  border-radius: 20px;
  background-size: cover;
  border-radius: 50%;
  display: flex;
  flex-flow: row wrap;
}

.content {
  transform: translatez(70px) scale(0.8);
  line-height: 1.5em;
}

.content h1 {
  position: relative;
}

.content p {
  margin-top: 50px;
  line-height: 2em;
}

.content h1:before {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 3px;
  background-color: #3e3;
  width: 70px;
  left: 50%;
  transform: translateX(-50%);
}

.front {
  z-index: 2;
}

.back {
  transform: rotateY(180deg);
  z-index: 0;
  padding-top: 10px;

}

.c-flip-box:hover {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
  */
@import url("./icomoon/style.min.css");
:root {
  interpolate-size: allow-keywords;
}

.calendar-font {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.btn-platic-cyan {
  background-color: #048ba8;
  color: #fff;
}
.btn-platic-cyan:hover {
  background-color: #036a80;
  color: #fff;
}

body {
  font-family: system-ui, sans-serif !important;
}

.container-row {
  display: flex;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 320px) {
  .container-row {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .container-row {
    max-width: 94%;
  }
}
@media screen and (min-width: 1440px) {
  .container-row {
    max-width: 92%;
  }
}
@media screen and (min-width: 1920px) {
  .container-row {
    max-width: 87.5rem;
  }
}

#top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 2.875rem;
  height: 2.875rem;
  line-height: 2.875rem;
  text-align: center;
  font-size: 1.5rem;
  color: #000;
  display: none;
  z-index: 1;
  background-color: #f4a618;
}

@media screen and (min-width: 0) {
  .pos-xxs-ab {
    position: absolute;
  }
}
@media screen and (min-width: 320px) {
  .pos-xs-ab {
    position: absolute;
  }
}
@media screen and (min-width: 640px) {
  .pos-sm-ab {
    position: absolute;
  }
}
@media screen and (min-width: 800px) {
  .pos-md-ab {
    position: absolute;
  }
}
@media screen and (min-width: 1024px) {
  .pos-lg-ab {
    position: absolute;
  }
}
@media screen and (min-width: 1440px) {
  .pos-xl-ab {
    position: absolute;
  }
}
@media screen and (min-width: 1920px) {
  .pos-xxl-ab {
    position: absolute;
  }
}
@media screen and (min-width: 2560px) {
  .pos-k2-ab {
    position: absolute;
  }
}
@media screen and (min-width: 3840px) {
  .pos-k4-ab {
    position: absolute;
  }
}
.move-top-1 {
  margin-top: -1.8rem;
}

.more-py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.more-pt-1 {
  padding-top: 1rem;
}

.more-pb-1 {
  padding-bottom: 1rem;
}

@media screen and (min-width: 0) {
  .move-top-xxs-1 {
    margin-top: -1rem;
  }
  .move-s-xxs-1 {
    margin-left: -1rem;
  }
  .move-e-xxs-1 {
    margin-right: -1rem;
  }
  .more-py-xxs-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .more-pt-xxs-1 {
    padding-top: 1rem;
  }
  .more-pb-xxs-1 {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 320px) {
  .move-top-xs-1 {
    margin-top: -1rem;
  }
  .move-s-xs-1 {
    margin-left: -1rem;
  }
  .move-e-xs-1 {
    margin-right: -1rem;
  }
  .more-py-xs-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .more-pt-xs-1 {
    padding-top: 1rem;
  }
  .more-pb-xs-1 {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .move-top-sm-1 {
    margin-top: -1rem;
  }
  .move-s-sm-1 {
    margin-left: -1rem;
  }
  .move-e-sm-1 {
    margin-right: -1rem;
  }
  .more-py-sm-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .more-pt-sm-1 {
    padding-top: 1rem;
  }
  .more-pb-sm-1 {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 800px) {
  .move-top-md-1 {
    margin-top: -1rem;
  }
  .move-s-md-1 {
    margin-left: -1rem;
  }
  .move-e-md-1 {
    margin-right: -1rem;
  }
  .more-py-md-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .more-pt-md-1 {
    padding-top: 1rem;
  }
  .more-pb-md-1 {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .move-top-lg-1 {
    margin-top: -1rem;
  }
  .move-s-lg-1 {
    margin-left: -1rem;
  }
  .move-e-lg-1 {
    margin-right: -1rem;
  }
  .more-py-lg-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .more-pt-lg-1 {
    padding-top: 1rem;
  }
  .more-pb-lg-1 {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .move-top-xl-1 {
    margin-top: -1rem;
  }
  .move-s-xl-1 {
    margin-left: -1rem;
  }
  .move-e-xl-1 {
    margin-right: -1rem;
  }
  .more-py-xl-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .more-pt-xl-1 {
    padding-top: 1rem;
  }
  .more-pb-xl-1 {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1920px) {
  .move-top-xxl-1 {
    margin-top: -1rem;
  }
  .move-s-xxl-1 {
    margin-left: -1rem;
  }
  .move-e-xxl-1 {
    margin-right: -1rem;
  }
  .more-py-xxl-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .more-pt-xxl-1 {
    padding-top: 1rem;
  }
  .more-pb-xxl-1 {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 2560px) {
  .move-top-k2-1 {
    margin-top: -1rem;
  }
  .move-s-k2-1 {
    margin-left: -1rem;
  }
  .move-e-k2-1 {
    margin-right: -1rem;
  }
  .more-py-k2-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .more-pt-k2-1 {
    padding-top: 1rem;
  }
  .more-pb-k2-1 {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 3840px) {
  .move-top-k4-1 {
    margin-top: -1rem;
  }
  .move-s-k4-1 {
    margin-left: -1rem;
  }
  .move-e-k4-1 {
    margin-right: -1rem;
  }
  .more-py-k4-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .more-pt-k4-1 {
    padding-top: 1rem;
  }
  .more-pb-k4-1 {
    padding-bottom: 1rem;
  }
}
.move-top-2 {
  margin-top: -3.6rem;
}

.more-py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.more-pt-2 {
  padding-top: 2rem;
}

.more-pb-2 {
  padding-bottom: 2rem;
}

@media screen and (min-width: 0) {
  .move-top-xxs-2 {
    margin-top: -2rem;
  }
  .move-s-xxs-2 {
    margin-left: -2rem;
  }
  .move-e-xxs-2 {
    margin-right: -2rem;
  }
  .more-py-xxs-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .more-pt-xxs-2 {
    padding-top: 2rem;
  }
  .more-pb-xxs-2 {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 320px) {
  .move-top-xs-2 {
    margin-top: -2rem;
  }
  .move-s-xs-2 {
    margin-left: -2rem;
  }
  .move-e-xs-2 {
    margin-right: -2rem;
  }
  .more-py-xs-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .more-pt-xs-2 {
    padding-top: 2rem;
  }
  .more-pb-xs-2 {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .move-top-sm-2 {
    margin-top: -2rem;
  }
  .move-s-sm-2 {
    margin-left: -2rem;
  }
  .move-e-sm-2 {
    margin-right: -2rem;
  }
  .more-py-sm-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .more-pt-sm-2 {
    padding-top: 2rem;
  }
  .more-pb-sm-2 {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 800px) {
  .move-top-md-2 {
    margin-top: -2rem;
  }
  .move-s-md-2 {
    margin-left: -2rem;
  }
  .move-e-md-2 {
    margin-right: -2rem;
  }
  .more-py-md-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .more-pt-md-2 {
    padding-top: 2rem;
  }
  .more-pb-md-2 {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .move-top-lg-2 {
    margin-top: -2rem;
  }
  .move-s-lg-2 {
    margin-left: -2rem;
  }
  .move-e-lg-2 {
    margin-right: -2rem;
  }
  .more-py-lg-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .more-pt-lg-2 {
    padding-top: 2rem;
  }
  .more-pb-lg-2 {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .move-top-xl-2 {
    margin-top: -2rem;
  }
  .move-s-xl-2 {
    margin-left: -2rem;
  }
  .move-e-xl-2 {
    margin-right: -2rem;
  }
  .more-py-xl-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .more-pt-xl-2 {
    padding-top: 2rem;
  }
  .more-pb-xl-2 {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1920px) {
  .move-top-xxl-2 {
    margin-top: -2rem;
  }
  .move-s-xxl-2 {
    margin-left: -2rem;
  }
  .move-e-xxl-2 {
    margin-right: -2rem;
  }
  .more-py-xxl-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .more-pt-xxl-2 {
    padding-top: 2rem;
  }
  .more-pb-xxl-2 {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 2560px) {
  .move-top-k2-2 {
    margin-top: -2rem;
  }
  .move-s-k2-2 {
    margin-left: -2rem;
  }
  .move-e-k2-2 {
    margin-right: -2rem;
  }
  .more-py-k2-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .more-pt-k2-2 {
    padding-top: 2rem;
  }
  .more-pb-k2-2 {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 3840px) {
  .move-top-k4-2 {
    margin-top: -2rem;
  }
  .move-s-k4-2 {
    margin-left: -2rem;
  }
  .move-e-k4-2 {
    margin-right: -2rem;
  }
  .more-py-k4-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .more-pt-k4-2 {
    padding-top: 2rem;
  }
  .more-pb-k4-2 {
    padding-bottom: 2rem;
  }
}
.move-top-3 {
  margin-top: -5.4rem;
}

.more-py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.more-pt-3 {
  padding-top: 3rem;
}

.more-pb-3 {
  padding-bottom: 3rem;
}

@media screen and (min-width: 0) {
  .move-top-xxs-3 {
    margin-top: -3rem;
  }
  .move-s-xxs-3 {
    margin-left: -3rem;
  }
  .move-e-xxs-3 {
    margin-right: -3rem;
  }
  .more-py-xxs-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .more-pt-xxs-3 {
    padding-top: 3rem;
  }
  .more-pb-xxs-3 {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 320px) {
  .move-top-xs-3 {
    margin-top: -3rem;
  }
  .move-s-xs-3 {
    margin-left: -3rem;
  }
  .move-e-xs-3 {
    margin-right: -3rem;
  }
  .more-py-xs-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .more-pt-xs-3 {
    padding-top: 3rem;
  }
  .more-pb-xs-3 {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 640px) {
  .move-top-sm-3 {
    margin-top: -3rem;
  }
  .move-s-sm-3 {
    margin-left: -3rem;
  }
  .move-e-sm-3 {
    margin-right: -3rem;
  }
  .more-py-sm-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .more-pt-sm-3 {
    padding-top: 3rem;
  }
  .more-pb-sm-3 {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 800px) {
  .move-top-md-3 {
    margin-top: -3rem;
  }
  .move-s-md-3 {
    margin-left: -3rem;
  }
  .move-e-md-3 {
    margin-right: -3rem;
  }
  .more-py-md-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .more-pt-md-3 {
    padding-top: 3rem;
  }
  .more-pb-md-3 {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .move-top-lg-3 {
    margin-top: -3rem;
  }
  .move-s-lg-3 {
    margin-left: -3rem;
  }
  .move-e-lg-3 {
    margin-right: -3rem;
  }
  .more-py-lg-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .more-pt-lg-3 {
    padding-top: 3rem;
  }
  .more-pb-lg-3 {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .move-top-xl-3 {
    margin-top: -3rem;
  }
  .move-s-xl-3 {
    margin-left: -3rem;
  }
  .move-e-xl-3 {
    margin-right: -3rem;
  }
  .more-py-xl-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .more-pt-xl-3 {
    padding-top: 3rem;
  }
  .more-pb-xl-3 {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1920px) {
  .move-top-xxl-3 {
    margin-top: -3rem;
  }
  .move-s-xxl-3 {
    margin-left: -3rem;
  }
  .move-e-xxl-3 {
    margin-right: -3rem;
  }
  .more-py-xxl-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .more-pt-xxl-3 {
    padding-top: 3rem;
  }
  .more-pb-xxl-3 {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 2560px) {
  .move-top-k2-3 {
    margin-top: -3rem;
  }
  .move-s-k2-3 {
    margin-left: -3rem;
  }
  .move-e-k2-3 {
    margin-right: -3rem;
  }
  .more-py-k2-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .more-pt-k2-3 {
    padding-top: 3rem;
  }
  .more-pb-k2-3 {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 3840px) {
  .move-top-k4-3 {
    margin-top: -3rem;
  }
  .move-s-k4-3 {
    margin-left: -3rem;
  }
  .move-e-k4-3 {
    margin-right: -3rem;
  }
  .more-py-k4-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .more-pt-k4-3 {
    padding-top: 3rem;
  }
  .more-pb-k4-3 {
    padding-bottom: 3rem;
  }
}
.move-top-4 {
  margin-top: -7.2rem;
}

.more-py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.more-pt-4 {
  padding-top: 4rem;
}

.more-pb-4 {
  padding-bottom: 4rem;
}

@media screen and (min-width: 0) {
  .move-top-xxs-4 {
    margin-top: -4rem;
  }
  .move-s-xxs-4 {
    margin-left: -4rem;
  }
  .move-e-xxs-4 {
    margin-right: -4rem;
  }
  .more-py-xxs-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .more-pt-xxs-4 {
    padding-top: 4rem;
  }
  .more-pb-xxs-4 {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 320px) {
  .move-top-xs-4 {
    margin-top: -4rem;
  }
  .move-s-xs-4 {
    margin-left: -4rem;
  }
  .move-e-xs-4 {
    margin-right: -4rem;
  }
  .more-py-xs-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .more-pt-xs-4 {
    padding-top: 4rem;
  }
  .more-pb-xs-4 {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 640px) {
  .move-top-sm-4 {
    margin-top: -4rem;
  }
  .move-s-sm-4 {
    margin-left: -4rem;
  }
  .move-e-sm-4 {
    margin-right: -4rem;
  }
  .more-py-sm-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .more-pt-sm-4 {
    padding-top: 4rem;
  }
  .more-pb-sm-4 {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 800px) {
  .move-top-md-4 {
    margin-top: -4rem;
  }
  .move-s-md-4 {
    margin-left: -4rem;
  }
  .move-e-md-4 {
    margin-right: -4rem;
  }
  .more-py-md-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .more-pt-md-4 {
    padding-top: 4rem;
  }
  .more-pb-md-4 {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .move-top-lg-4 {
    margin-top: -4rem;
  }
  .move-s-lg-4 {
    margin-left: -4rem;
  }
  .move-e-lg-4 {
    margin-right: -4rem;
  }
  .more-py-lg-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .more-pt-lg-4 {
    padding-top: 4rem;
  }
  .more-pb-lg-4 {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1440px) {
  .move-top-xl-4 {
    margin-top: -4rem;
  }
  .move-s-xl-4 {
    margin-left: -4rem;
  }
  .move-e-xl-4 {
    margin-right: -4rem;
  }
  .more-py-xl-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .more-pt-xl-4 {
    padding-top: 4rem;
  }
  .more-pb-xl-4 {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1920px) {
  .move-top-xxl-4 {
    margin-top: -4rem;
  }
  .move-s-xxl-4 {
    margin-left: -4rem;
  }
  .move-e-xxl-4 {
    margin-right: -4rem;
  }
  .more-py-xxl-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .more-pt-xxl-4 {
    padding-top: 4rem;
  }
  .more-pb-xxl-4 {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 2560px) {
  .move-top-k2-4 {
    margin-top: -4rem;
  }
  .move-s-k2-4 {
    margin-left: -4rem;
  }
  .move-e-k2-4 {
    margin-right: -4rem;
  }
  .more-py-k2-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .more-pt-k2-4 {
    padding-top: 4rem;
  }
  .more-pb-k2-4 {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 3840px) {
  .move-top-k4-4 {
    margin-top: -4rem;
  }
  .move-s-k4-4 {
    margin-left: -4rem;
  }
  .move-e-k4-4 {
    margin-right: -4rem;
  }
  .more-py-k4-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .more-pt-k4-4 {
    padding-top: 4rem;
  }
  .more-pb-k4-4 {
    padding-bottom: 4rem;
  }
}
.move-top-5 {
  margin-top: -7.5rem;
}

.more-py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.more-pt-5 {
  padding-top: 5rem;
}

.more-pb-5 {
  padding-bottom: 5rem;
}

@media screen and (min-width: 0) {
  .move-top-xxs-5 {
    margin-top: -9rem;
  }
  .move-s-xxs-5 {
    margin-left: -9rem;
  }
  .move-e-xxs-5 {
    margin-right: -9rem;
  }
  .more-py-xxs-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .more-pt-xxs-5 {
    padding-top: 5rem;
  }
  .more-pb-xxs-5 {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 320px) {
  .move-top-xs-5 {
    margin-top: -9rem;
  }
  .move-s-xs-5 {
    margin-left: -9rem;
  }
  .move-e-xs-5 {
    margin-right: -9rem;
  }
  .more-py-xs-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .more-pt-xs-5 {
    padding-top: 5rem;
  }
  .more-pb-xs-5 {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 640px) {
  .move-top-sm-5 {
    margin-top: -9rem;
  }
  .move-s-sm-5 {
    margin-left: -9rem;
  }
  .move-e-sm-5 {
    margin-right: -9rem;
  }
  .more-py-sm-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .more-pt-sm-5 {
    padding-top: 5rem;
  }
  .more-pb-sm-5 {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 800px) {
  .move-top-md-5 {
    margin-top: -9rem;
  }
  .move-s-md-5 {
    margin-left: -9rem;
  }
  .move-e-md-5 {
    margin-right: -9rem;
  }
  .more-py-md-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .more-pt-md-5 {
    padding-top: 5rem;
  }
  .more-pb-md-5 {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .move-top-lg-5 {
    margin-top: -9rem;
  }
  .move-s-lg-5 {
    margin-left: -9rem;
  }
  .move-e-lg-5 {
    margin-right: -9rem;
  }
  .more-py-lg-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .more-pt-lg-5 {
    padding-top: 5rem;
  }
  .more-pb-lg-5 {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  .move-top-xl-5 {
    margin-top: -9rem;
  }
  .move-s-xl-5 {
    margin-left: -9rem;
  }
  .move-e-xl-5 {
    margin-right: -9rem;
  }
  .more-py-xl-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .more-pt-xl-5 {
    padding-top: 5rem;
  }
  .more-pb-xl-5 {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1920px) {
  .move-top-xxl-5 {
    margin-top: -9rem;
  }
  .move-s-xxl-5 {
    margin-left: -9rem;
  }
  .move-e-xxl-5 {
    margin-right: -9rem;
  }
  .more-py-xxl-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .more-pt-xxl-5 {
    padding-top: 5rem;
  }
  .more-pb-xxl-5 {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 2560px) {
  .move-top-k2-5 {
    margin-top: -9rem;
  }
  .move-s-k2-5 {
    margin-left: -9rem;
  }
  .move-e-k2-5 {
    margin-right: -9rem;
  }
  .more-py-k2-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .more-pt-k2-5 {
    padding-top: 5rem;
  }
  .more-pb-k2-5 {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 3840px) {
  .move-top-k4-5 {
    margin-top: -9rem;
  }
  .move-s-k4-5 {
    margin-left: -9rem;
  }
  .move-e-k4-5 {
    margin-right: -9rem;
  }
  .more-py-k4-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .more-pt-k4-5 {
    padding-top: 5rem;
  }
  .more-pb-k4-5 {
    padding-bottom: 5rem;
  }
}
.move-top-6 {
  margin-top: -9rem;
}

.more-py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.more-pt-6 {
  padding-top: 6rem;
}

.more-pb-6 {
  padding-bottom: 6rem;
}

@media screen and (min-width: 0) {
  .move-top-xxs-6 {
    margin-top: -10.8rem;
  }
  .move-s-xxs-6 {
    margin-left: -10.8rem;
  }
  .move-e-xxs-6 {
    margin-right: -10.8rem;
  }
  .more-py-xxs-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .more-pt-xxs-6 {
    padding-top: 6rem;
  }
  .more-pb-xxs-6 {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 320px) {
  .move-top-xs-6 {
    margin-top: -10.8rem;
  }
  .move-s-xs-6 {
    margin-left: -10.8rem;
  }
  .move-e-xs-6 {
    margin-right: -10.8rem;
  }
  .more-py-xs-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .more-pt-xs-6 {
    padding-top: 6rem;
  }
  .more-pb-xs-6 {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 640px) {
  .move-top-sm-6 {
    margin-top: -10.8rem;
  }
  .move-s-sm-6 {
    margin-left: -10.8rem;
  }
  .move-e-sm-6 {
    margin-right: -10.8rem;
  }
  .more-py-sm-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .more-pt-sm-6 {
    padding-top: 6rem;
  }
  .more-pb-sm-6 {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 800px) {
  .move-top-md-6 {
    margin-top: -10.8rem;
  }
  .move-s-md-6 {
    margin-left: -10.8rem;
  }
  .move-e-md-6 {
    margin-right: -10.8rem;
  }
  .more-py-md-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .more-pt-md-6 {
    padding-top: 6rem;
  }
  .more-pb-md-6 {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .move-top-lg-6 {
    margin-top: -10.8rem;
  }
  .move-s-lg-6 {
    margin-left: -10.8rem;
  }
  .move-e-lg-6 {
    margin-right: -10.8rem;
  }
  .more-py-lg-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .more-pt-lg-6 {
    padding-top: 6rem;
  }
  .more-pb-lg-6 {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1440px) {
  .move-top-xl-6 {
    margin-top: -10.8rem;
  }
  .move-s-xl-6 {
    margin-left: -10.8rem;
  }
  .move-e-xl-6 {
    margin-right: -10.8rem;
  }
  .more-py-xl-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .more-pt-xl-6 {
    padding-top: 6rem;
  }
  .more-pb-xl-6 {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1920px) {
  .move-top-xxl-6 {
    margin-top: -10.8rem;
  }
  .move-s-xxl-6 {
    margin-left: -10.8rem;
  }
  .move-e-xxl-6 {
    margin-right: -10.8rem;
  }
  .more-py-xxl-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .more-pt-xxl-6 {
    padding-top: 6rem;
  }
  .more-pb-xxl-6 {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 2560px) {
  .move-top-k2-6 {
    margin-top: -10.8rem;
  }
  .move-s-k2-6 {
    margin-left: -10.8rem;
  }
  .move-e-k2-6 {
    margin-right: -10.8rem;
  }
  .more-py-k2-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .more-pt-k2-6 {
    padding-top: 6rem;
  }
  .more-pb-k2-6 {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 3840px) {
  .move-top-k4-6 {
    margin-top: -10.8rem;
  }
  .move-s-k4-6 {
    margin-left: -10.8rem;
  }
  .move-e-k4-6 {
    margin-right: -10.8rem;
  }
  .more-py-k4-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .more-pt-k4-6 {
    padding-top: 6rem;
  }
  .more-pb-k4-6 {
    padding-bottom: 6rem;
  }
}
.move-top-7 {
  margin-top: -10.5rem;
}

.more-py-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.more-pt-7 {
  padding-top: 7rem;
}

.more-pb-7 {
  padding-bottom: 7rem;
}

@media screen and (min-width: 0) {
  .move-top-xxs-7 {
    margin-top: -12.6rem;
  }
  .move-s-xxs-7 {
    margin-left: -12.6rem;
  }
  .move-e-xxs-7 {
    margin-right: -12.6rem;
  }
  .more-py-xxs-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .more-pt-xxs-7 {
    padding-top: 7rem;
  }
  .more-pb-xxs-7 {
    padding-bottom: 7rem;
  }
}
@media screen and (min-width: 320px) {
  .move-top-xs-7 {
    margin-top: -12.6rem;
  }
  .move-s-xs-7 {
    margin-left: -12.6rem;
  }
  .move-e-xs-7 {
    margin-right: -12.6rem;
  }
  .more-py-xs-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .more-pt-xs-7 {
    padding-top: 7rem;
  }
  .more-pb-xs-7 {
    padding-bottom: 7rem;
  }
}
@media screen and (min-width: 640px) {
  .move-top-sm-7 {
    margin-top: -12.6rem;
  }
  .move-s-sm-7 {
    margin-left: -12.6rem;
  }
  .move-e-sm-7 {
    margin-right: -12.6rem;
  }
  .more-py-sm-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .more-pt-sm-7 {
    padding-top: 7rem;
  }
  .more-pb-sm-7 {
    padding-bottom: 7rem;
  }
}
@media screen and (min-width: 800px) {
  .move-top-md-7 {
    margin-top: -12.6rem;
  }
  .move-s-md-7 {
    margin-left: -12.6rem;
  }
  .move-e-md-7 {
    margin-right: -12.6rem;
  }
  .more-py-md-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .more-pt-md-7 {
    padding-top: 7rem;
  }
  .more-pb-md-7 {
    padding-bottom: 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .move-top-lg-7 {
    margin-top: -12.6rem;
  }
  .move-s-lg-7 {
    margin-left: -12.6rem;
  }
  .move-e-lg-7 {
    margin-right: -12.6rem;
  }
  .more-py-lg-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .more-pt-lg-7 {
    padding-top: 7rem;
  }
  .more-pb-lg-7 {
    padding-bottom: 7rem;
  }
}
@media screen and (min-width: 1440px) {
  .move-top-xl-7 {
    margin-top: -12.6rem;
  }
  .move-s-xl-7 {
    margin-left: -12.6rem;
  }
  .move-e-xl-7 {
    margin-right: -12.6rem;
  }
  .more-py-xl-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .more-pt-xl-7 {
    padding-top: 7rem;
  }
  .more-pb-xl-7 {
    padding-bottom: 7rem;
  }
}
@media screen and (min-width: 1920px) {
  .move-top-xxl-7 {
    margin-top: -12.6rem;
  }
  .move-s-xxl-7 {
    margin-left: -12.6rem;
  }
  .move-e-xxl-7 {
    margin-right: -12.6rem;
  }
  .more-py-xxl-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .more-pt-xxl-7 {
    padding-top: 7rem;
  }
  .more-pb-xxl-7 {
    padding-bottom: 7rem;
  }
}
@media screen and (min-width: 2560px) {
  .move-top-k2-7 {
    margin-top: -12.6rem;
  }
  .move-s-k2-7 {
    margin-left: -12.6rem;
  }
  .move-e-k2-7 {
    margin-right: -12.6rem;
  }
  .more-py-k2-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .more-pt-k2-7 {
    padding-top: 7rem;
  }
  .more-pb-k2-7 {
    padding-bottom: 7rem;
  }
}
@media screen and (min-width: 3840px) {
  .move-top-k4-7 {
    margin-top: -12.6rem;
  }
  .move-s-k4-7 {
    margin-left: -12.6rem;
  }
  .move-e-k4-7 {
    margin-right: -12.6rem;
  }
  .more-py-k4-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .more-pt-k4-7 {
    padding-top: 7rem;
  }
  .more-pb-k4-7 {
    padding-bottom: 7rem;
  }
}
.mh-10 {
  min-height: 10vh;
}

.h-1 {
  height: 10%;
}

.mh-20 {
  min-height: 20vh;
}

.h-2 {
  height: 20%;
}

.mh-30 {
  min-height: 30vh;
}

.h-3 {
  height: 30%;
}

.mh-40 {
  min-height: 40vh;
}

.h-4 {
  height: 40%;
}

.mh-50 {
  min-height: 50vh;
}

.h-5 {
  height: 50%;
}

.mh-60 {
  min-height: 60vh;
}

.h-6 {
  height: 60%;
}

.mh-70 {
  min-height: 70vh;
}

.h-7 {
  height: 70%;
}

.mh-80 {
  min-height: 80vh;
}

.h-8 {
  height: 80%;
}

.mh-90 {
  min-height: 90vh;
}

.h-9 {
  height: 90%;
}

.mh-100 {
  min-height: 100vh;
}

.h-10 {
  height: 100%;
}

a[role=button]:not(.skiptocontent):not(.roundeds):not(.social-link),
a[role=menuitem],
.dropdown-list button[aria-haspopup=true],
button[role=button]:not([type=submit]):not(.close) {
  position: relative;
  display: inline-block;
  transition: all ease-out 0.3s;
  border: 0;
  outline: 0;
  box-shadow: none;
}
a[role=button]:not(.skiptocontent):not(.roundeds):not(.social-link)::after,
a[role=menuitem]::after,
.dropdown-list button[aria-haspopup=true]::after,
button[role=button]:not([type=submit]):not(.close)::after {
  border: 0.1875rem dashed rgba(57, 67, 183, 0);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: all ease-out 0.3s;
  border-radius: inherit;
}
a[role=button]:not(.skiptocontent):not(.roundeds):not(.social-link):focus::after,
a[role=menuitem]:focus::after,
.dropdown-list button[aria-haspopup=true]:focus::after,
button[role=button]:not([type=submit]):not(.close):focus::after {
  border: 0.1875rem dashed #3943b7;
}

.sr-only {
  font-size: 1rem;
  text-indent: -99999rem;
  overflow: hidden;
  line-height: 0;
  color: #000;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  line-height: 0;
}

.logo {
  width: 20rem;
  height: 4.375rem;
  display: block;
  background-size: auto 75%;
  background-position: 0.3125rem 50%;
  background-image: url("/act/images/logo.svg");
  background-repeat: no-repeat;
  content: "";
  color: #fff;
  font-size: 24px;
  line-height: 70px;
  margin: 10px 0;
}
@media screen and (max-width: 1280px) {
  .logo {
    width: 15.625rem;
    background-size: auto 60%;
  }
}
@media screen and (max-width: 1023.98px) {
  .logo {
    width: 15.625rem;
    margin: 0;
    background-size: 94% auto;
  }
}
@media screen and (max-width: 639.98px) {
  .logo {
    width: 12.5rem;
    margin: 0;
    background-size: 94% auto;
  }
}

.bnr-header {
  height: clamp(43.75rem, 90vh, 96vh);
}
@media screen and (max-width: 801px) {
  .bnr-header {
    height: clamp(40rem, 70vh, 75vh);
  }
}

.bnr-content {
  height: clamp(360px, 50vh, 50vh);
  background-color: #ededee;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .bnr-content {
    height: 360px;
  }
}

p {
  font-size: 17px;
}
p.lg {
  font-size: clamp(18px, 3vw, 19px);
  letter-spacing: 0.5px;
}

.t-lg {
  font-size: clamp(1.0625rem, 3vw, 1.1rem);
  letter-spacing: 0.5px;
}

[class*=bnr-] {
  position: relative;
  content: "";
  background-size: cover;
  width: 100%;
  display: block;
  float: left;
}
[class*=bnr-] > .bg-cover, [class*=bnr-] > .pos-ab {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
[class*=bnr-] > .bg-cover.filter-dark, [class*=bnr-] > .pos-ab.filter-dark {
  filter: brightness(0.8);
}
[class*=bnr-] > .cover {
  background-color: rgba(0, 0, 0, 0.6);
}
[class*=bnr-] .container-row, [class*=bnr-] .row {
  margin: 0 auto;
  height: 80%;
  color: #fff;
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
[class*=bnr-] .container-row *, [class*=bnr-] .row * {
  color: inherit !important;
}
[class*=bnr-] .container-row {
  height: 100%;
  width: 100%;
}
[class*=bnr-] .container-row h2 {
  line-height: 0.9;
  font-size: 8.5vmin;
  font-weight: normal;
}
[class*=bnr-] > .row {
  padding: 50px 6vw;
  width: 100%;
}
[class*=bnr-] > .row h2 {
  font-size: clamp(7.5vmin, 4vw, 4.5vmax) !important;
  font-weight: 500;
  color: inherit;
  letter-spacing: 0.0625rem;
  line-height: 1.2 !important;
}

.btn-lg {
  font-size: clamp(17px, 2vw, 19px);
  padding-top: 12px;
  padding-bottom: 12px;
}

.rounded-btn {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  border-radius: 5rem;
  transition: all ease 0.3s;
  position: relative;
}
.rounded-btn:hover {
  transform: scale(0.9);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.rounded-btn.text-dark {
  color: #212529 !important;
}

.roundeds {
  border-radius: 80px;
  padding: 0.8rem 1.8rem;
  font-size: 1.125rem;
  position: relative;
  letter-spacing: 1px;
}
.roundeds::after {
  border: 0.1875rem dashed rgba(57, 67, 183, 0);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: all ease-out 0.3s;
  border-radius: 80px;
  z-index: 1;
  pointer-events: none;
}
.roundeds:focus::after {
  border: 0.1875rem dashed #3943b7;
}

.more-line {
  line-height: 1.7;
}
.more-line + .more-line:not(.has-icon):not([class*=mb]) {
  margin-top: 3rem;
}
.more-line.xl {
  line-height: 2;
}

.more-spacing {
  letter-spacing: 2px;
}

.custom-list {
  margin: 0;
  padding: 0 0 0 20px;
  list-style-position: outside;
}
.custom-list li {
  padding-left: 6px;
  font-size: clamp(16px, 3vw, 17px);
  line-height: 1.7;
  margin-bottom: 12px;
}
.custom-list.less-line-height li {
  margin-bottom: 4px;
}

.banner .color-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(100px, 12vh, 166px);
  content: "";
}
.banner:has(.color-pattern) .header-slides .slick-dots {
  bottom: 200px;
}
.banner:has(.color-pattern) .header-slides .slick-autoplay-toggle-button {
  bottom: 200px;
  left: auto;
  right: 6vw;
}
@media screen and (max-width: 799.98px) {
  .banner:has(.color-pattern) .header-slides .slick-dots {
    bottom: 130px;
  }
  .banner:has(.color-pattern) .header-slides .slick-autoplay-toggle-button {
    bottom: 130px;
    left: auto;
    right: 6vw;
  }
}

.has-inner-light img {
  z-index: 0;
}
.has-inner-light::after {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: inset 0 0 0 4px #fff;
  content: "";
  z-index: 1;
}

.slick-slide[tabindex="0"] {
  opacity: 0.3;
}

a:has(.news-list):hover .news-list {
  background-color: rgba(255, 255, 255, 0.5);
}

a.bg-primary[target=_blank] {
  transition: all ease-out 0.3s;
}
a.bg-primary[target=_blank]:hover {
  background-color: #f6b949 !important;
}

.news-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all ease 0.3s;
}
.news-list > * {
  color: #212529;
  font-size: 1.2em;
  margin-bottom: 0;
  transition: all ease 0.3s;
}
.news-list dt {
  width: 8rem;
}
.news-list dd {
  width: calc(100% - 8rem);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.news-list.full-width {
  overflow: hidden;
  width: 100%;
  padding: 1.5rem 0 1rem 0;
  border-bottom: 0;
}
.news-list.full-width dt {
  font-size: 0.9rem;
  font-weight: normal;
  text-align: left;
}
.news-list.full-width dd {
  width: 100%;
  overflow: auto;
  text-overflow: unset;
  display: block;
  -webkit-line-clamp: unset;
  /* number of lines to show */
  line-clamp: unset;
  -webkit-box-orient: unset;
  padding-top: 1rem;
}
.news-list.full-width dd h2 {
  font-size: 1.6rem;
  white-space: normal;
  line-height: 1.4;
  font-weight: normal;
}
.news-list.full-width dd p {
  font-size: 1.0625rem;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media screen and (max-width: 640px) {
  .news-list {
    padding: 0.9rem 0.3rem;
  }
  .news-list dt, .news-list dd {
    width: 100%;
    text-align: left;
  }
}

.custom-tabs-wrap {
  position: relative;
}
.custom-tabs-wrap .custom-label {
  display: none;
}
.custom-tabs-wrap .custom-tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.custom-tabs-wrap .custom-tabs .nav-item {
  min-width: 30%;
  margin-right: 0.3rem;
}
.custom-tabs-wrap .custom-tabs .nav-item .nav-link {
  width: 100%;
  color: #000;
  background-color: #f4a618;
  border-radius: 5em;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  transition: all ease-out 0.3s;
  position: relative;
  padding: 0.9rem 1rem;
}
.custom-tabs-wrap .custom-tabs .nav-item .nav-link::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: -0.5rem 0 0 -0.5rem;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #ededee 50%, rgba(255, 255, 255, 0) 50%);
  opacity: 0;
}
.custom-tabs-wrap .custom-tabs .nav-item .nav-link.active {
  background-color: #b30000;
  color: #fff;
}
.custom-tabs-wrap .custom-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}
.custom-tabs-wrap .custom-tabs .nav-item .nav-link::after {
  border: 0.1875rem dashed rgba(57, 67, 183, 0);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: all ease-out 0.3s;
  border-radius: 80px;
  z-index: 1;
  pointer-events: none;
}
.custom-tabs-wrap .custom-tabs .nav-item .nav-link:focus::after {
  border: 0.1875rem dashed #3943b7;
}
@media screen and (max-width: 1023.98px) {
  .custom-tabs-wrap {
    width: 100%;
    max-width: 480px;
    border: 0.0625rem solid #ced4da;
    z-index: 1;
    float: none;
    clear: both;
    display: inline-block;
  }
  .custom-tabs-wrap * {
    transition: all ease-out 0.3s;
  }
  .custom-tabs-wrap + * {
    position: relative;
    z-index: 0;
  }
  .custom-tabs-wrap .custom-label {
    font-size: 1.3em;
    display: block;
    letter-spacing: 0.125rem;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.9rem 3rem 0.9rem 0.9375rem;
    position: relative;
    background-color: #fff;
    min-width: 15rem;
    text-align: left;
  }
  .custom-tabs-wrap .custom-label::after {
    width: 1.25rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-top: -1.25rem;
    font-family: "icomoon";
    content: "\e92b";
    top: 50%;
    right: 1.5rem;
    position: absolute;
    transition: all ease-out 0.2s;
    transform-origin: 50%;
  }
  .custom-tabs-wrap .custom-tabs {
    border: 1px solid #ced4da;
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px);
    background-color: #fff;
    visibility: collapse;
    transform: translateY(10%);
    opacity: 0;
    margin: 0;
    padding: 0;
  }
  .custom-tabs-wrap .custom-tabs.ss {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
  }
  .custom-tabs-wrap .custom-tabs .nav-item {
    display: block;
    width: 100%;
    margin: 0 0 1px 0;
    padding: 0;
    transition: all ease 0.3s;
  }
  .custom-tabs-wrap .custom-tabs .nav-item:last-of-type {
    margin-bottom: 0;
  }
  .custom-tabs-wrap .custom-tabs .nav-item .nav-link {
    border: 0;
    display: block;
    width: inherit;
    margin: 0;
    text-align: left;
    padding: 0.9rem 1rem;
    font-size: 1.3em;
    pointer-events: painted;
    border-radius: 0;
  }
  .custom-tabs-wrap .custom-tabs .nav-item .nav-link.active {
    color: #f4a618;
    border-bottom: 0;
    pointer-events: none;
  }
  .custom-tabs-wrap .custom-tabs .nav-item .nav-link::before {
    display: none;
  }
  .custom-tabs-wrap .custom-tabs .nav-item:has(.nav-link.active) {
    display: none;
    opacity: 0;
  }
  .custom-tabs-wrap:has(.nav-link.active) .custom-label {
    background-color: #b30000;
    color: #fff;
  }
  .custom-tabs-wrap:has(.ss) .custom-label::after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 640px) {
  .custom-tabs-wrap {
    width: 100%;
  }
}

footer {
  z-index: 0;
}
footer .accessibility-label img {
  max-width: 150px;
  display: inline-block;
}
footer a {
  color: #212529;
  font-size: 1.1em;
}
footer .declaration a {
  display: inline-block;
  color: #000;
  margin-right: 1rem;
  padding: 0.5rem 0;
  position: relative;
  font-size: 1.0625rem;
  transition: all ease-out 0.3s;
}
footer .declaration a:hover {
  color: #000;
}
footer .declaration a::before {
  width: 0.125rem;
  height: 0.625rem;
  content: "";
  background-color: #9e6908;
  position: absolute;
  top: 50%;
  right: -0.6rem;
  margin-top: -0.3125rem;
}
footer .declaration a:last-of-type {
  margin-right: 0;
}
footer .declaration a:last-of-type::before {
  display: none;
}

.screen-reader-only {
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.pointer-none {
  pointer-events: none;
}
.pointer-none > article {
  pointer-events: painted;
}
.pointer-none > article:last-of-type {
  pointer-events: none;
}
.pointer-none > article:last-of-type form, .pointer-none > article:last-of-type a, .pointer-none > article:last-of-type button {
  pointer-events: painted;
}

.has-btm-border {
  position: relative;
}
.has-btm-border::after {
  position: absolute;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #9e6908;
  box-shadow: 0px 1px 0 0 rgba(255, 255, 255, 0.2);
  content: "";
  left: 15px;
  bottom: 0px;
}

.social-link {
  display: flex;
  flex-flow: row wrap;
  width: 14.375em;
  color: #212529;
  align-content: center;
  align-items: center;
  position: relative;
  font-size: 1.125em;
  margin-bottom: 0.8rem;
  transition: all ease-out 0.3s;
  border: 0;
  outline: 0;
}
.social-link:hover {
  color: #000;
}
.social-link::before {
  font-family: "icomoon";
  width: 2.875rem;
  height: 2.875rem;
  line-height: 2.875rem;
  display: inline-block;
  margin-right: 0.4rem;
  color: #fff;
  font-size: 1.625rem;
  text-align: center;
  border-radius: 0.375rem;
}
.social-link.fb::before {
  content: "\e822";
  background-color: #2d6db5;
}
.social-link.line::before {
  content: "\e923";
  background-color: #65ae2f;
}
.social-link.yt::before {
  content: "\e80a";
  background-color: #b30000;
}
.social-link.newsletter::before {
  content: "\e929";
  background-color: #778bc5;
}
.social-link::after {
  border: 0.1875rem dashed rgba(57, 67, 183, 0);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: all ease-out 0.3s;
}
.social-link:focus::after {
  border: 0.1875rem dashed #3943b7;
}

.sidebar-title h2 {
  display: inline-block;
}
.sidebar-title h2::after {
  content: "";
  display: block;
  height: 5px;
  background-color: #f4a618;
  width: inherit;
  margin-top: 15px;
}
.sidebar-title h2.text-white::after {
  background-color: #b30000 !important;
}

main {
  scroll-margin-top: 9rem;
}

#page {
  overflow: visible;
}

.fix-sidebar {
  transition: all ease-out 0.3s;
  position: relative;
  transition: all ease-out 0.3s;
  align-self: flex-start;
}
@media screen and (width > 1023.98px) {
  .fix-sidebar {
    position: sticky;
    top: 3rem;
  }
  .fix-sidebar:has(> [class*=move-top]) {
    top: 6rem;
  }
}

.inner-menu {
  padding: 0;
  list-style-type: none;
}
.inner-menu a {
  color: #212529;
  font-size: 1.2em;
  display: block;
  padding: 0.45rem 0;
}
.inner-menu a.active, .inner-menu a:hover {
  color: #b30000;
}

.breadcrumb [class*=col] {
  overflow-x: auto;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  scrollbar-color: #f4a618 #670000;
  scrollbar-gutter: auto;
  scrollbar-width: thin;
}

.breadcrumb-item {
  color: inherit;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.breadcrumb-item:first-of-type {
  padding-left: 0;
}

.lg {
  font-size: 2.5em !important;
  font-weight: normal;
}

.sprite[class*=icon]::before {
  display: block;
  line-height: inherit;
}

.inner-menu {
  padding-top: 1.5em;
}
.inner-menu > a {
  width: 100%;
  padding: 0.5rem 0;
  font-size: 1.2em;
  color: #212529;
}
.inner-menu > a.active {
  color: #b30000;
}

.rounded-ui-set {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-right: 1.3em;
  margin-bottom: 0.8rem !important;
}
.rounded-ui-set > span {
  text-align: justify;
}
.rounded-ui-set:last-of-type {
  margin-right: 0;
}

.page-ui {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.page-ui .y-m > * {
  font-size: 2em;
  color: #000;
}
.page-ui .y-m > *:first-of-type::after {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}
.page-ui .next-m {
  font-size: 1.2em;
  color: #000;
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  align-self: center;
}
.page-ui .next-m span {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
}

.calendar-days {
  counter-reset: section;
  align-items: stretch;
  align-content: flex-start;
}
.calendar-days > * {
  position: relative;
  text-align: right;
  overflow: hidden;
}
.calendar-days > *::before {
  content: "";
  background-color: #fff;
  background-clip: content-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.calendar-days dl {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  min-height: calc(100% - 70px);
  align-items: flex-start;
  align-content: flex-start;
  padding: 0;
  width: 100%;
  padding: 30px;
  margin-bottom: 0;
}
.calendar-days dl > * {
  margin-bottom: 0;
  width: 100%;
  display: inline-block;
}
.calendar-days dl dt {
  font-size: clamp(1.8em, 6vmin, 2em);
  color: #000;
  text-align: right;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  padding-bottom: 0.9rem;
  margin-bottom: 1rem;
  line-height: 1;
  display: inline-block;
  counter-increment: section;
}
.calendar-days dl dt::before {
  content: "0" counter(section);
}
.calendar-days dl dd {
  padding-top: 0.3rem;
  width: 100%;
  text-align: left;
}
.calendar-days dl dd a {
  font-size: 1.15em;
  padding: 0.3rem 0;
  display: block;
  color: #495057;
  /*white-space: nowrap;
  overflow: hidden;*/
  text-overflow: ellipsis;
  width: 100%;
}
.calendar-days dl dd a:hover {
  color: #000;
}
.calendar-days dl dd a:nth-of-type(5) ~ * {
  display: none;
}
.calendar-days dl + a {
  display: inline-block;
  margin: 0 30px 30px 0;
}
.calendar-days dl + a[href=""] {
  display: none;
}
.calendar-days > *:nth-of-type(9) ~ * dt::before {
  content: counter(section) !important;
}
.calendar-days > *.sun dt {
  color: #b30000;
}
.calendar-days > .sat dt {
  color: #009944;
}

.line-title h2 {
  position: relative;
  display: inline-block;
  background-color: #ededee;
}
.line-title h2 span {
  display: block;
  padding: 0 20px;
  position: relative;
}
.line-title h2::before {
  width: 300%;
  content: "";
  height: 1px;
  background-color: #212529;
  top: 50%;
  left: -100%;
  position: absolute;
}

.detail-content h1, .detail-content h2, .detail-content h3 {
  font-size: 2.2em !important;
  color: #212529 !important;
  line-height: 1.4;
  letter-spacing: 1px;
}
.detail-content h1::after, .detail-content h2::after, .detail-content h3::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
}
.detail-content h4, .detail-content h5, .detail-content h6 {
  font-size: 1.8em !important;
  color: #212529 !important;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}
.detail-content p, .detail-content span:not(.sr-only) {
  font-size: 1.2em !important;
  line-height: 1.7 !important;
  letter-spacing: 1px !important;
}
.detail-content p {
  margin-bottom: 1.5rem;
}
.detail-content p a {
  display: inline-block;
  vertical-align: top !important;
  line-height: inherit !important;
  margin-right: 0.2em;
  font-size: inherit !important;
  color: #b30000;
}
.detail-content ol, .detail-content ul {
  list-style-position: outside;
  padding: 0 0 0 1.2em;
  font-size: 1.2em !important;
  margin: 0.85em 0;
}
.detail-content ol li, .detail-content ul li {
  font-size: inherit;
  padding-left: 0.3em;
  line-height: 1.7;
  margin-bottom: 0.5em;
}
.detail-content ol a, .detail-content ul a {
  display: inline-block;
  vertical-align: top !important;
  line-height: inherit !important;
  margin-right: 0.2em;
  font-size: inherit !important;
  color: #b30000;
}
.detail-content img {
  display: block;
  max-width: 100%;
  margin: 1.5rem 0;
}

[data-size=lg] dl dd a {
  font-size: 1.3em;
}
[data-size=lg] h2, [data-size=lg] h1, [data-size=lg] h3 {
  font-size: 2.8em !important;
}
[data-size=lg] h4, [data-size=lg] h5, [data-size=lg] h6 {
  font-size: 2em !important;
}
[data-size=lg] p, [data-size=lg] span:not(.sr-only), [data-size=lg] ol, [data-size=lg] ul {
  font-size: 1.4em !important;
}

[data-size=md] dl dd a {
  font-size: 1.15em;
}
[data-size=md] h2, [data-size=md] h1, [data-size=md] h3 {
  font-size: 2.2em !important;
}
[data-size=md] h4, [data-size=md] h5, [data-size=md] h6 {
  font-size: 1.8em !important;
}
[data-size=md] p, [data-size=md] span:not(.sr-only), [data-size=md] ol, [data-size=md] ul {
  font-size: 1.2em !important;
}

[data-size=sm] dl dd a {
  font-size: 0.9em;
}
[data-size=sm] h2, [data-size=sm] h1, [data-size=sm] h3 {
  font-size: 1.8em !important;
}
[data-size=sm] h4, [data-size=sm] h5, [data-size=sm] h6 {
  font-size: 1.5em !important;
}
[data-size=sm] p, [data-size=sm] span:not(.sr-only), [data-size=sm] ol, [data-size=sm] ul {
  font-size: 1em !important;
}

.dark-ui.slides-5-1 .slick-next {
  right: 0 !important;
  text-align: right;
  text-indent: 6px;
}
.dark-ui.slides-5-1 .slick-prev {
  left: 0 !important;
  text-align: left;
  text-indent: -6px;
}
.dark-ui.slides-5-1 h2 {
  font-size: 1.3em;
  margin-top: 1rem;
}
@media screen and (max-width: 639.98px) {
  .dark-ui.slides-5-1 h2 {
    font-size: 1.5em;
  }
}

.after-line {
  position: relative;
}
.after-line span {
  background-color: inherit;
  display: inline-block;
  position: relative;
}
.after-line::before {
  width: 100%;
  height: 1px;
  background-color: #adb5bd;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
}

.login-form label {
  display: inline-block;
  align-items: center;
  font-size: 1.125rem;
  align-content: center;
  position: relative;
  order: 1;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
}
.login-form label.order-0:not(.w-100) {
  width: 140px;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 640px) {
  .login-form label.order-0:not(.w-100) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
  .login-form label.order-0:not(.w-100).mb-w {
    width: 140px;
  }
}
.login-form label:has(> input[type=radio]) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 1.7;
}
.login-form .required::before, .login-form .form-control[required] ~ label::before, .login-form .form-select[required] ~ label::before {
  color: #b30000;
  font-family: "icomoon";
  content: "\e91b";
  vertical-align: middle;
  font-size: 120%;
  margin-right: 4px;
}
.login-form .d-flex {
  align-items: center;
  align-content: center;
}
.login-form .d-flex + .d-flex:not(.col-xs-auto):not(.counter-wrap):not(.spec) {
  margin-left: 1.5rem !important;
}
.login-form .d-flex:has(input:focus-visible) {
  border-radius: 4px;
}
.login-form input[type=checkbox] {
  appearance: none;
  display: inline-block;
  width: 1.35rem !important;
  height: 1.35rem !important;
  border: 2px solid #212529;
  margin: -2px 0.5rem 0.6rem 0;
  transition: all ease-out 0.3s;
  box-shadow: none;
  order: 0;
  outline: 2px solid transparent;
  outline-offset: -2px;
  margin: 0;
  padding: 0px;
  background-clip: border-box;
  vertical-align: middle;
}
.login-form input[type=checkbox]:focus-visible, .login-form input[type=checkbox]:focus {
  border: 2px solid #b30000 !important;
  outline: 2px solid #b30000 !important;
  outline-offset: 0px !important;
  background-color: rgba(179, 0, 0, 0) !important;
}
.login-form input[type=checkbox]:checked {
  background-color: #b30000 !important;
  border: 2px solid #b30000;
  outline: 0px solid #b30000 !important;
}
.login-form input[type=file]::-webkit-file-upload-button {
  background-color: #b30000;
  color: #fff;
  margin: 1px 10px 1px 1px;
  padding: 4px;
}
.login-form input[type=file]:hover::-webkit-file-upload-button {
  color: #000;
}
.login-form input[type=radio] {
  appearance: none;
  display: inline-block;
  width: 1.35rem !important;
  height: 1.35rem !important;
  border-radius: 50%;
  border: 2px solid #212529;
  margin: 0.6rem 0.5rem 0.6rem 0;
  transition: all ease-out 0.3s;
  box-shadow: none;
  order: 0;
  outline: 2px solid #212529;
  outline-offset: -2px;
  margin: 0;
  vertical-align: middle;
}
.login-form input[type=radio]:focus-visible, .login-form input[type=radio]:focus {
  border: 2px solid #b30000 !important;
  outline: 2px solid #b30000 !important;
  outline-offset: -1px !important;
  background-color: rgba(179, 0, 0, 0) !important;
}
.login-form input[type=radio]:checked {
  background-color: #b30000 !important;
  border: 2px solid #b30000;
  outline: 0px solid #b30000 !important;
}
.login-form .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.login-form input::placeholder {
  color: #999;
}
.login-form input#account, .login-form input#pwd {
  padding-left: 50px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-size: auto 45%;
}
.login-form input#account {
  background-image: url("/images/svg/user.svg");
}
.login-form input#pwd ~ [data-toggle=show-password] {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -3px;
  left: 15px;
  font-size: 20px;
  z-index: 1;
  cursor: pointer;
}
.login-form input#pwd:focus {
  z-index: 0;
}
.login-form input#pwd:focus ~ [data-toggle=show-password] {
  z-index: 1;
}
.login-form input:not([type=checkbox]):not([type=radio]) {
  outline: solid 3px rgba(0, 0, 0, 0);
  outline-offset: 0px;
  box-shadow: none;
}
.login-form input:not([type=checkbox]):not([type=radio]):focus {
  outline: 3px dashed #3943b7;
  outline-offset: 2px;
}
.login-form .form-control-lg, .login-form .form-select-lg {
  padding: 0.7rem 1rem;
  border-radius: 0 0 !important;
  background-color: #e9ecef;
  font-size: 1.125rem;
  border: 1px solid transparent;
  transition: all ease-out 0.3s;
  outline: solid 3px #f8f9fa;
  outline-offset: 0px;
}
.login-form .form-control-lg:focus, .login-form .form-select-lg:focus {
  outline: 3px dashed #3943b7;
  outline-offset: 2px;
}
.login-form .form-control-lg:not([required]) ~ label:not(.required), .login-form .form-select-lg:not([required]) ~ label:not(.required) {
  padding-left: 1.6rem;
}
.login-form .form-select-lg {
  text-overflow: ellipsis;
  white-space: normal;
  min-height: 2.9875rem !important;
}
.login-form .form-control-lg {
  padding: 0.7rem 1rem;
  min-height: 3.6125rem !important;
}
.login-form .form-control-lg[disabled] {
  background-color: #ced4da;
}
.login-form button[type=submit] {
  position: relative;
}
.login-form button[type=submit]::after {
  border: 3px dashed rgba(193, 48, 237, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.login-form button[type=submit]:focus::after {
  border: 3px dashed #c130ed;
}
.login-form [id=nationality], .login-form #stock {
  display: none;
  opacity: 0;
  pointer-events: none;
}
.login-form .input-group:has(#no:checked) #nationality, .login-form .input-group:has(#yes:checked) #stock {
  display: inline-block;
  opacity: 1;
  pointer-events: painted;
}
.login-form .input-group-lg > .d-flex:not(.col-xs-auto) {
  width: calc(100% - 140px);
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .login-form .input-group-lg > .d-flex:not(.col-xs-auto) {
    width: 100%;
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 799.98px) and (min-width: 641px) {
  .login-form .fit-mb-col {
    padding-left: 140px;
  }
}
.login-form #captcha-canvas {
  border: 1px solid #ccc;
  cursor: pointer;
  margin-bottom: 5px;
  background-color: #fff;
  /* 確保高對比度 */
  image-rendering: pixelated;
}
.login-form #captcha {
  max-width: 180px;
}
.login-form .spoken-captcha-button {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 6px;
  border-radius: 0;
  border: none;
  position: relative;
}
.login-form .spoken-captcha-button img {
  display: block;
  max-width: 100%;
}
.login-form .spoken-captcha-button:focus, .login-form .spoken-captcha-button:active, .login-form .spoken-captcha-button:hover {
  box-shadow: none;
  filter: brightness(-2);
}
.login-form textarea {
  resize: none;
}
.login-form fieldset[class*=col] {
  margin: 0;
  padding: 0;
  position: relative;
  counter-reset: section;
  border: 1px solid #cf890a;
  border-radius: 0.8rem;
}
.login-form fieldset[class*=col] + fieldset {
  margin-top: 4rem;
}
.login-form fieldset[class*=col] legend {
  position: relative;
  background-color: #b30000;
  display: inline-block;
  padding: 0.5rem 1.3rem;
  color: #fff;
  width: auto;
  font-size: clamp(1.125rem, 1vw + 1rem, 1.35rem);
  letter-spacing: 1px;
  border-radius: 4px;
  margin-left: 1rem;
  margin-bottom: 3rem;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  clear: both !important;
  float: none !important;
}
.login-form fieldset[class*=col] legend + .input-group-lg.bd, .login-form fieldset[class*=col] legend + .w-100.bd {
  margin-top: -2.5rem;
}
.login-form fieldset[class*=col] .w-100.bd + .w-100.bd {
  margin-top: 1.5rem;
}
.login-form fieldset[class*=col] h2 {
  width: 100%;
  display: inline-block;
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
}
.login-form fieldset[class*=col] h2::after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background-clip: content-box;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 0.4rem;
}
.login-form fieldset[class*=col] .counter-wrap:not(.whithout-counter) {
  position: relative;
  counter-increment: section;
  margin-bottom: 1rem;
}
.login-form fieldset[class*=col] .counter-wrap:not(.whithout-counter)::before {
  width: 100%;
  font-size: clamp(1.0625rem, 1vw + 1rem, 1.1875rem);
  font-weight: 500;
  display: inline-block;
  content: "0" counter(section);
  padding: 0 15px;
  color: #6c757d;
  margin: 0.5rem 0 1rem 0;
  font-family: "Unbounded", sans-serif;
}
.login-form fieldset[class*=col] .counter-wrap:not(.whithout-counter).whithout-counter::before {
  display: none;
}
.login-form fieldset[class*=col] .counter-wrap:not(.whithout-counter):nth-of-type(9) ~ .counter-wrap::before {
  content: counter(section);
}
.login-form fieldset[class*=col]:has(.whithout-counter) .close {
  display: none;
}
.login-form fieldset[class*=col] .input-group-lg.bd {
  padding: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  margin-bottom: -1px;
  background-color: #eceff1;
}
.login-form fieldset[class*=col] .input-group-lg.bd .form-control-lg:not([required]) ~ label {
  padding-left: 2rem;
}
.login-form fieldset[class*=col] .input-group-lg.bd .form-control-lg[readonly] {
  background-color: #eceff1;
}
.login-form fieldset[class*=col] .input-group-lg.bd span {
  align-items: stretch;
  background-color: #eceff1;
}
.login-form fieldset[class*=col] .input-group-lg.bd label:is(.order-0) {
  width: 190px;
}
@media screen and (max-width: 799.98px) {
  .login-form fieldset[class*=col] .input-group-lg.bd label {
    width: 100% !important;
    padding: 0.35rem 0 !important;
    font-weight: bold;
  }
  .login-form fieldset[class*=col] .input-group-lg.bd .form-control-lg:not([required]) ~ label {
    padding-left: 1.6rem !important;
  }
}
.login-form .input-group.transitions {
  position: relative;
  margin-bottom: 1rem;
  /*:placeholder-shown*/
}
.login-form .input-group.transitions [class*=icon] {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  width: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 30px;
  z-index: 2;
  color: #6c757d;
  transition: all ease 0.3s;
}
.login-form .input-group.transitions label {
  width: 100%;
  padding-left: 1rem !important;
  letter-spacing: 1px;
  transform: translateY(150%);
  transition: all ease 0.3s;
  position: relative;
  z-index: 2;
  margin-bottom: 4px;
}
.login-form .input-group.transitions .form-control-lg {
  background-color: #fff;
  border-bottom: 1px solid #6c757d;
  z-index: 0;
  transition: all ease 0.3s;
}
.login-form .input-group.transitions .form-control-lg:focus {
  z-index: 0;
}
.login-form .input-group.transitions .form-control-lg:valid:not(:placeholder-shown) ~ [class*=icon] {
  color: #3279c9;
  margin-top: 0;
}
.login-form .input-group.transitions .form-control-lg:valid:not(:placeholder-shown) ~ [class*=icon]::before {
  content: "\e80f" !important;
}
.login-form .input-group.transitions .form-control-lg:invalid {
  color: #b30000;
  border-bottom-color: #b30000;
}
.login-form .input-group.transitions .form-control-lg:invalid ~ label {
  color: #b30000;
}
.login-form .input-group.transitions .form-control-lg:invalid ~ [class*=icon] {
  color: #b30000;
  margin-top: 0;
}
.login-form .input-group.transitions .form-control-lg:invalid ~ [class*=icon]::before {
  content: "\e93a" !important;
}
.login-form .input-group.transitions:has(.form-control-lg:focus) > label, .login-form .input-group.transitions:has(.form-control-lg:not(:placeholder-shown)) > label {
  transform: translateY(0%);
}

.honey-pot {
  display: none;
}

.top-corner {
  position: relative;
}
.top-corner img {
  width: 70%;
  display: block;
  margin: 0 auto 30px auto;
}

.gd-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0;
}
.gd-wrap label {
  outline: 1px solid #d0d0d0;
  font-size: 1.0625rem;
  padding: 1rem;
  margin: 0 !important;
  background-color: #f8f9fa;
}
@media screen and (width < 1440px) {
  .gd-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (width < 1200px) {
  .gd-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width < 1023.98px) {
  .gd-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (width < 799.98px) {
  .gd-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width < 639.98px) {
  .gd-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.bg-form {
  /* From https://css.glass */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.75));
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.66);
}

.blend-mode {
  mix-blend-mode: multiply;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 20%, #f4a618);
}

.close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0;
  border-radius: 50%;
  z-index: 2;
  transition: all ease 0.3s;
}
.close.pos-ab {
  top: 3px;
  right: 10px;
}
.close:hover {
  transform: scale(0.9);
  background-color: #000;
  color: #fff;
}

fieldset .close {
  transform: scale(0.8);
  transform-origin: 50%;
}

.dropmenu {
  position: relative;
  width: max(100%, 200px);
  margin: 0;
}
.dropmenu .dropmenu-btn {
  display: block;
  width: 100%;
  outline: none;
  border: none;
  font-size: clamp(0.5vw + 1.125rem, 0.85vw + 1rem, 0.5vw + 1.25rem);
  background-color: transparent;
  text-align: left;
  padding: 0;
  position: relative;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  letter-spacing: 1px;
}
.dropmenu .dropmenu-btn::after {
  content: "";
  height: 5px;
  width: 50px;
  background-color: #f4a618;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.dropmenu .dropmenu-inner {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
}
.dropmenu .dropmenu-inner a {
  font-size: clamp(1.0625rem, 0.5vw + 1rem, 1.125rem);
  padding: 0.7rem 0rem 0.7rem 1.125rem;
  color: #343a40;
  letter-spacing: 1px;
  width: 100%;
}
.dropmenu .dropmenu-inner a::before {
  font-family: "icomoon";
  content: "\e92d";
  display: inline-block;
  margin-right: 0.35rem;
  font-size: 85%;
  vertical-align: middle;
  color: inherit;
  margin-left: -1.125rem;
}
.dropmenu .dropmenu-inner a:hover, .dropmenu .dropmenu-inner a.active {
  color: #b30000;
}
@media screen and (max-width: 1023.98px) {
  .dropmenu .dropmenu-inner {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .dropmenu .dropmenu-inner a {
    width: 48%;
    margin-bottom: 0.25rem;
  }
}

.tree-view {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  .tree-view {
    width: max(100%, 460px);
  }
}
.tree-view summary {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 1.125rem;
  padding: 0.5rem 0;
  margin: 0;
  z-index: 2;
}
.tree-view summary::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/svg/folder.svg");
  background-size: 100% 200%;
  background-position: 50% 0%;
  vertical-align: top;
  margin-right: 4px;
  z-index: 1;
}
.tree-view > ul {
  position: relative;
}
.tree-view > ul::after {
  content: "";
  width: 36px;
  height: 1px;
  position: absolute;
  bottom: 19px;
  left: 15px;
  background-color: #495057;
}
.tree-view details, .tree-view ul, .tree-view li {
  position: relative;
}
.tree-view details::before, .tree-view details::after, .tree-view ul::before, .tree-view ul::after, .tree-view li::before, .tree-view li::after {
  content: "";
  position: absolute;
}
.tree-view details {
  overflow: hidden;
}
.tree-view details::before {
  width: 1px;
  height: 100%;
  top: -22px;
  left: -10px;
}
.tree-view details > ul {
  position: relative;
}
.tree-view details > ul::after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  bottom: 19px;
  left: 15px;
  background-color: #495057;
}
.tree-view ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 0 0 0 1.5rem;
  position: relative;
  width: 100%;
}
.tree-view li {
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  float: none;
}
.tree-view li::after {
  width: 16px;
  height: 1px;
  top: 26px;
  left: -10px;
  background-color: #495057;
  z-index: -1;
}
.tree-view li::before {
  width: 1px;
  height: 100%;
  top: -19px;
  left: -10px;
  background-color: #495057;
}
.tree-view li:has(> a)::after {
  top: 21px;
}
.tree-view a {
  font-size: 1.125rem;
  line-height: 1.4;
  display: block !important;
  color: #495057;
  padding: 0.5rem 0;
  width: 100%;
  padding-left: 28px;
  z-index: 1;
  background: #fff;
}
.tree-view a::before {
  content: "\e92d";
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  box-shadow: inset 0 0 0 2px #b30000;
  border-radius: 50%;
  margin-right: px;
  vertical-align: top;
  font-family: "icomoon";
  text-align: center;
  font-size: 80%;
  background-color: #b30000;
  color: #fff;
  transform: scale(0.8);
  transform-origin: 0% 50%;
  margin-left: -28px;
  margin-right: 4px;
}

.treeview::details-content,
.tree-view details::details-content {
  display: block;
  block-size: 0;
  margin-inline: 2em;
  overflow: hidden;
  transition-property: block-size, content-visibility;
  transition-duration: 0.3s;
  transition-behavior: allow-discrete;
}
.treeview[open]::details-content,
.tree-view details[open]::details-content {
  block-size: auto;
  block-size: calc-size(auto);
}
.treeview[open] summary,
.tree-view details[open] summary {
  color: #b30000;
}
.treeview[open] summary::before,
.tree-view details[open] summary::before {
  background-position: 50% 100%;
}

label[for=collapse-controls] {
  display: none;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  position: relative;
  margin: 0 auto 20px auto;
}
label[for=collapse-controls]::after {
  display: block;
  content: "點擊開啟樹狀檔案";
}
label[for=collapse-controls] span {
  width: 46px;
  height: 46px;
  display: block;
  margin: 0 auto 10px;
  content: "";
  position: relative;
  background-clip: content-box;
  padding: 21px 4px;
  background-color: #b30000;
  transform: scale(0.8);
  transition: all ease-out 0.1s;
  transition-delay: 0.2s;
}
label[for=collapse-controls] span::before, label[for=collapse-controls] span::after {
  position: absolute;
  left: 4px;
  right: 4px;
  transform-origin: 50%;
  content: "";
  height: 4px;
  background-color: inherit;
  transition: all ease-out 0.5s;
}
label[for=collapse-controls] span::before {
  top: 50%;
  margin-top: -12px;
  width: calc(100% - 8px);
}
label[for=collapse-controls] span::after {
  top: 50%;
  margin-top: 8px;
  width: calc(100% - 8px);
}
@media screen and (max-width: 1439.98px) {
  label[for=collapse-controls] {
    display: block;
    width: 100%;
  }
  label[for=collapse-controls] + .details-collapse {
    transition: all ease-out 0.3s;
    display: none;
    height: 0%;
    opacity: 0;
    transition: all ease-out 1s;
  }
}

aside:not([class*=fix-]):has(#collapse-controls:checked) .details-collapse {
  display: block;
  height: 100%;
  opacity: 1;
}
aside:not([class*=fix-]):has(#collapse-controls:checked) label span {
  padding: 23px 4px;
}
aside:not([class*=fix-]):has(#collapse-controls:checked) label span::before {
  margin-top: 0;
  transform: rotate(45deg);
}
aside:not([class*=fix-]):has(#collapse-controls:checked) label span::after {
  margin-top: 0;
  transform: rotate(135deg);
}
aside:not([class*=fix-]):has(#collapse-controls:checked) label::after {
  display: block;
  content: "點擊關閉樹狀檔案";
}

h2[class*=icon] {
  line-height: 1.5;
}

.table-wrap {
  width: 100%;
  overflow: auto;
  position: relative;
}
.table-wrap table {
  min-width: 1200px !important;
  table-layout: auto;
  overflow: auto;
}
.table-wrap table th {
  background-color: #e9ecef !important;
}
.table-wrap th, .table-wrap td {
  vertical-align: middle !important;
  text-align: left !important;
}
.table-wrap .wrap-text {
  white-space: normal !important;
  word-break: break-word;
}
.table-wrap td.remark {
  text-align: left;
}

/* ===深色分頁 */
.fixed-table-pagination .pagination > li.active > a,
.fixed-table-pagination .pagination > li.active > a:hover {
  background-color: #2d6db5 !important;
  border-color: #2d6db5 !important;
  color: white !important;
  font-weight: bold;
}

.fixed-table-pagination .page-list .dropdown-menu > li > a {
  color: #ecf0f1;
}

.fixed-table-pagination .pagination-info {
  color: #bdc3c7 !important;
}

.fixed-table-pagination .pagination-info strong {
  color: white !important;
}

.bootstrap-table .pagination {
  display: flex;
}
.bootstrap-table .page-link {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border-color: #ccc;
  color: #6c757d;
}
.bootstrap-table .pagination-info, .bootstrap-table .page-list {
  font-size: 0.9rem;
}

.export.btn-group .btn.btn-secondary.dropdown-toggle {
  margin-left: 1px;
}
.export.btn-group .btn.btn-secondary.dropdown-toggle::after {
  display: none;
}

.pogress {
  position: relative;
  z-index: 0;
  display: flex;
  flex-flow: row wrap;
  counter-reset: section;
}
.pogress::before {
  left: 15px;
  height: 15px;
  content: " ";
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: rgba(87, 158, 0, 0.8);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  background-size: 35px 35px;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 0;
  border-radius: 20px 20px;
}
@media screen and (max-width: 550px) {
  .pogress::before {
    display: none;
  }
}
.pogress::after {
  left: 15px;
  height: 15px;
  right: 15px;
  content: " ";
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 20px 20px;
  z-index: -1;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #ebebeb;
  background-size: 35px 35px;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}
@media screen and (max-width: 550px) {
  .pogress::after {
    display: none;
  }
}
.pogress > div {
  flex: 1 1 20%;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
.pogress > div > .sprite {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  font-family: sans-serif;
  box-shadow: 0 0 0 3px white, inset 2px 2px 2px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  background-color: #00a5dd;
  counter-increment: section;
}
.pogress > div > .sprite::before {
  content: counter(section);
}
@media screen and (max-width: 419px) {
  .pogress > div > .sprite {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
.pogress > div > .sprite + * {
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  color: #495057;
}
@media screen and (max-width: 550px) {
  .pogress > div {
    flex: 1 1 100%;
    width: 100%;
    text-align: left;
    padding-bottom: 1rem;
  }
  .pogress > div > .sprite {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
  }
  .pogress > div > .sprite + * {
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
  }
}
@media screen and (max-width: 420px) {
  .pogress > div {
    flex: 1 1 100%;
    width: 100%;
    text-align: left;
    padding-bottom: 1rem;
  }
  .pogress > div > .sprite {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
  }
  .pogress > div > .sprite + * {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
  }
}
.pogress.step-1::before {
  width: 17.85%;
  transition: all ease-in-out 0.5s;
}
.pogress.step-1 .current > .sprite {
  background: #7fbc02 !important;
}
.pogress.step-1 .current > .sprite::before {
  font-family: "icomoon";
  content: "\e80f";
}
.pogress.step-1 .current > .sprite + * {
  color: #65ae2f;
}
.pogress.step-2::before {
  width: 37.85%;
  transition: all ease-in-out 0.5s;
}
.pogress.step-2 .current > .sprite {
  background: #7fbc02 !important;
}
.pogress.step-2 .current > .sprite::before {
  font-family: "icomoon";
  content: "\e80f";
}
.pogress.step-2 .current > .sprite + * {
  color: #65ae2f;
}
.pogress.step-3::before {
  width: 57.85%;
  transition: all ease-in-out 0.5s;
}
.pogress.step-3 .current > .sprite {
  background: #7fbc02 !important;
}
.pogress.step-3 .current > .sprite::before {
  font-family: "icomoon";
  content: "\e80f";
}
.pogress.step-3 .current > .sprite + * {
  color: #65ae2f;
}
.pogress.step-4::before {
  width: 77.85%;
  transition: all ease-in-out 0.5s;
}
.pogress.step-4 .current > .sprite {
  background: #7fbc02 !important;
}
.pogress.step-4 .current > .sprite::before {
  font-family: "icomoon";
  content: "\e80f";
}
.pogress.step-4 .current > .sprite + * {
  color: #65ae2f;
}
.pogress.step-5::before {
  width: 97.85%;
  transition: all ease-in-out 0.5s;
}
.pogress.step-5 .current > .sprite {
  background: #7fbc02 !important;
}
.pogress.step-5 .current > .sprite::before {
  font-family: "icomoon";
  content: "\e80f";
}
.pogress.step-5 .current > .sprite + * {
  color: #65ae2f;
}

/*
<div class="justify-content-lg-around pogress step-2">
                  <!--子元素要加 class current，看進行到底幾步驟 step-2 子元素有兩個要加 current-->
                  <div class="current">
                    <span class="sprite size--50"></span>
                    <h6>設定活動(企業端)</h6>
                  </div><!--col-2-->
                  <div class="current">
                    <span class="sprite size--50"></span>
                    <h6>建立職缺</h6>
                  </div><!--col-2-->
                  <div class="">
                    <span class="sprite size--50"></span>
                    <h6>完成職缺審核</h6>
                  </div><!--col-2-->
                  <div class="">
                    <span class="sprite size--50"></span>
                    <h6>設定活動(民眾端)</h6>

                  </div><!--popress-->

                </div><!--col-->
*//*# sourceMappingURL=layout.css.map */