@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
body {
  font-family: "Noto Sans TC", "微軟正黑體", "新細明體", "細明體", Arial, "Arial Black", sans-serif;
  text-align: justify;
}

* {
  max-height: 99999px;
}

/* header */
.navbar-nav {
  flex-grow: 1;
  justify-content: end;
}

/* root */
:root {
  --swiper-theme-color: #198754;
  --rwd-60px: 60px;
  --rwd-75px: 75px;
  --img-200: 200px;
}

@media (max-width: 1399px) {
  :root {
    --rwd-60px: 4.166vw;
    --rwd-75px: 5.2vw;
    --img-200: 75%;
  }
}
@media (max-width: 1024px) {
  :root {
    --rwd-60px: 4.166vw;
    --rwd-75px: 5.2vw;
  }
}
@media (max-width: 768px) {
  :root {
    --rwd-60px: 36px;
    --rwd-75px: 48px;
  }
}
@media (max-width: 575px) {
  :root {
    --rwd-75px: 40px;
    --rwd-60px: 32px;
  }
}
/*
@media (max-width: 480px) {
    :root{

    }
} */
@media (max-width: 320px) {
  :root {
    --rwd-75px: 11.12vw;
    --rwd-60px: 5.6vw;
  }
}
/* 通用 */
.hover-img {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.ul-reset {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.img {
  max-width: 100%;
}

.hover-bigger:hover {
  transform: scale(1.1);
}

.hover-smaller:hover {
  transform: scale(0.95);
}

.tr-1 {
  transition: all 1s ease;
}

.tr-5 {
  transition: all 0.5s ease;
}

/* fixed */
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #f1f2f3;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

.go-top {
  border: 0;
  background: none;
  bottom: 3vw;
  right: 30px;
  z-index: 999;
}

.go-top img {
  width: 5vw;
  height: auto;
}
@media (max-width: 1440px) {
  .go-top img {
    width: 5vw;
  }
}
@media (max-width: 991px) {
  .go-top img {
    width: 7vw;
  }
}
@media (max-width: 767px) {
  .go-top img {
    width: 12vw;
  }
}
@media (max-width: 576px) {
  .go-top img {
    width: 15vw;
  }
}

.buy-now {
  width: 7.5vw;
  position: fixed;
  z-index: 999;
  bottom: 120px;
  right: 30px;
  transition: all 0.5s ease-in-out;
  animation: buy-now 2s infinite;
}
@media (max-width: 1440px) {
  .buy-now {
    width: 9vw;
    bottom: 100px;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .buy-now {
    width: 12vw;
    bottom: 100px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .buy-now {
    width: 15vw;
    bottom: 90px;
    right: 30px;
  }
}
@media (max-width: 576px) {
  .buy-now {
    width: 21vw;
    bottom: 60px;
    right: 30px;
  }
}

@keyframes buy-now {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
}
/*
@media (max-width: 320px) {

    #menu{

    }
}
*/
/* 內容區塊通用 */
.section-block {
  padding: var(--rwd-75px) 0;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1440px) {
  .section-block {
    padding: var(--rwd-60px) 0;
  }
}
/* menu */
.menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  margin-top: 1.5vw;
}
@media (max-width: 991px) {
  .menu {
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .menu.show-menu {
    position: fixed;
  }
}
@media (max-width: 575px) {
  .menu > div {
    padding-top: 2.5vw;
  }
}

.nav-link {
  font-weight: bold;
  font-size: 20px;
}

.nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-item a {
  color: #8e6134;
  font-weight: bold;
  font-size: 1.5vw;
  text-align: center;
  margin: 0 8px;
  padding: 0px 8px;
  text-decoration: none;
  display: block;
}
.nav-item a:hover {
  color: #fff;
  font-weight: 500;
  background-color: #8e6134;
}
@media (max-width: 1440px) {
  .nav-item a {
    font-size: 20px;
    margin: 0 8px;
    padding: 0 2px;
  }
}
@media (max-width: 991px) {
  .nav-item a {
    font-size: 16px;
    margin: 0 8px;
    padding: 0 2px;
  }
}
@media (max-width: 767px) {
  .nav-item a {
    font-size: 18px;
    margin: 0 8px;
    padding: 0 2px;
  }
}

.logos {
  display: flex;
  align-items: flex-start;
}
.logos a {
  display: block;
}

.logos img {
  width: auto;
  height: 3.25vw;
  margin-left: 0vw;
}
@media (max-width: 991px) {
  .logos img {
    width: auto;
    height: 4.5vw;
    margin-left: 0vw;
  }
}
@media (max-width: 575px) {
  .logos img {
    height: 10vw;
    margin-left: 1vw;
  }
}

@media (max-width: 767px) {
  .menu-nav > ul {
    border-radius: 36px;
    padding: 7vw 0.35vw;
  }
}

@media (max-width: 991px) {
  .nav-item:not(:last-child) {
    border-bottom: none;
  }
}

.menu-btn img {
  display: block;
  padding: 0.5vw;
  width: 5vw;
  height: auto;
}
@media (max-width: 767px) {
  .menu-btn img {
    width: 7.5vw;
  }
}
@media (max-width: 575px) {
  .menu-btn img {
    width: 11vw;
  }
}
.menu-btn div {
  background-image: url("../images/menu-icon.png?0821");
  background-size: cover;
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 1vw;
}
@media (max-width: 575px) {
  .menu-btn div {
    width: 8vw;
    height: 8vw;
    margin-right: 1vw;
  }
}

.show-menu .menu-btn div {
  background-image: url("../images/menu-close.png?0821");
}

.menu-link ul {
  display: flex;
  align-items: center;
}

/* TODO: MENU RWD */
.menu.menu-add-bg {
  top: 0px;
}

.nav-item {
  width: 100%;
  text-align: center;
}

.nav-item {
  width: 100%;
  text-align: center;
}

.nav-item a {
  padding: 8px;
}

.menu-link {
  position: fixed;
  top: 0px;
  right: 0;
  width: 27%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  background: rgba(255, 255, 255, 0.7019607843);
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .menu-link {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .menu-link {
    width: 100%;
    padding-top: 12vw;
  }
}

.show-menu .menu-link {
  transform: translateX(0%);
}

.menu-link ul {
  flex-direction: column;
  padding-top: 5vw;
  padding-bottom: 16px;
}

.sw-fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.swiper-add-arrows {
  position: relative;
  width: 64%;
  margin: auto;
}

.swiper-add-arrows .swiper-button-next, .swiper-add-arrows .swiper-button-prev {
  opacity: 0;
  z-index: -99;
}

.arr-left, .arr-right {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  width: 4vw;
  height: 4vw;
  top: 40%;
  background: url(../images/arr.png) center center no-repeat;
  background-size: 100% auto;
}

.arr-left:hover, .arr-right:hover {
  opacity: 0.5;
}

.arr-left {
  left: -4vw;
}

.arr-right {
  right: -4vw;
  transform: rotate(180deg);
}

.hide-3-items .arr-left, .hide-3-items .arr-right {
  display: none;
}

.kv {
  height: 46.875vw;
}
@media (max-width: 575px) {
  .kv {
    height: auto;
  }
}

body {
  margin: 0;
  background-image: url("../images/bg-back-50.jpg");
  background-size: 100% auto;
  /* overflow: hidden;  隱藏滾動條 */
}

img,
a {
  display: block;
}

h3 {
  font-size: 2.8645833333vw;
  font-weight: 600;
  color: #5C8887;
  text-align: center;
}
@media (max-width: 1399px) {
  h3 {
    font-size: 2.5vw;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 3vw;
    font-weight: 500;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 4.75vw;
  }
}
h3 span {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
h3 span::after, h3 span::before {
  content: "";
  background-image: url("../images/title/title-h3-line.png");
  background-size: auto 1px;
  background-position: center;
  background-repeat: repeat-x;
  width: 10.0520833333vw;
  height: 1vw;
  margin: 0 2vw;
  display: inline-block;
}

.sw-size-products {
  width: 70.8333333333vw;
  padding-bottom: 1.5vw;
  --swiper-theme-color: #876d19;
}
.sw-size-products .swiper-slide img {
  width: 22.1875vw;
}
@media (max-width: 991px) {
  .sw-size-products {
    padding-top: 2vw;
  }
  .sw-size-products .swiper-slide img {
    width: 35vw;
  }
}
@media (max-width: 575px) {
  .sw-size-products {
    padding-top: 2vw;
  }
  .sw-size-products .swiper-slide img {
    width: 75vw;
  }
}

.tip-card {
  background-image: url(../images/map/SVG/card-des.svg), url(../images/map/SVG/card-des.svg);
  background-size: auto 0.6770833333vw, auto 0.6770833333vw;
  background-position: bottom 12px right 0, top 12px right 0;
  background-repeat: repeat-x;
  padding: calc(0.7291666667vw + 36px) 12px;
}

.title-img {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1399px) {
  .title-img {
    width: 60vw;
  }
}
@media (max-width: 991px) {
  .title-img {
    width: 70vw;
  }
}
@media (max-width: 575px) {
  .title-img {
    width: 94vw;
  }
}

.about-block {
  background-image: url("../images/about/bg-about.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding-bottom: 2.5vw;
}

.about-box {
  background-image: url(../images/about/box-top-shadow.png), url(../images/about/box-bottom-shadhow.png), url(../images/about/paper-loop.png);
  background-size: 100% auto, 100% auto, 52.6041666667vw auto;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: center top, center bottom, center top;
  width: 68.125vw;
  padding: 8.59375vw 0 10.4166666667vw 0;
  transform: translateY(-1vw);
}
.about-box > div {
  padding: 0 15.625vw;
}
@media (max-width: 1399px) {
  .about-box {
    width: 80vw;
    background-size: 100% auto, 100% auto, 61.7737003058vw auto;
  }
}
@media (max-width: 575px) {
  .about-box {
    width: 100%;
    background-size: 120% auto, 120% auto, 92.6605504587% auto;
    padding: 15vw 0 17.5vw 0;
  }
  .about-box > div {
    padding: 0 13.5vw;
  }
}

.about-font {
  font-size: 1.0416666667vw;
  line-height: 1.953125vw;
  margin-bottom: 0.625vw;
}
@media (max-width: 1399px) {
  .about-font {
    font-size: 1.25vw;
  }
}
@media (max-width: 991px) {
  .about-font {
    font-size: 1.5vw;
    line-height: 2.75vw;
  }
}
@media (max-width: 575px) {
  .about-font {
    font-size: 3.25vw;
    line-height: 6vw;
  }
}

.plane-show-block {
  background-image: url("../images/bg-all_01.png");
  background-size: 100% auto;
  background-position: left top;
  padding-top: 4vw;
  padding-bottom: 5vw;
  background-repeat: no-repeat;
}

.plane-font {
  margin-top: 1.5vw;
  font-size: 1.25vw;
  line-height: 2.1875vw;
  margin-bottom: 0.625vw;
  text-align: center;
}
@media (max-width: 1399px) {
  .plane-font {
    font-size: 1.5625vw;
    line-height: 2.7083333333vw;
  }
}
@media (max-width: 991px) {
  .plane-font {
    font-size: 1.75vw;
    line-height: 3vw;
  }
}
@media (max-width: 575px) {
  .plane-font {
    font-size: 3.25vw;
    line-height: 6vw;
  }
}

.planeSwiper {
  margin-bottom: 6vw;
  width: 52.6041666667vw;
}
@media (max-width: 991px) {
  .planeSwiper {
    width: 72vw;
  }
}
@media (max-width: 575px) {
  .planeSwiper {
    width: 90vw;
    margin-bottom: 15vw;
  }
}

.show-box {
  width: 91.3541666667vw;
  min-height: 26.9791666667vw;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/show/bg-show-box.png);
  background-size: 100% 100%;
  margin-top: 2vw;
}
@media (max-width: 1399px) {
  .show-box {
    width: 100%;
    padding-bottom: 2vw;
  }
}
@media (max-width: 575px) {
  .show-box {
    min-height: 64vw;
    margin-bottom: 8vw;
  }
}

.sw-show-items {
  width: 79.1667vw;
  --swiper-theme-color: #876d19;
}
.sw-show-items .swiper-slide {
  padding-top: 3.5vw;
  padding-bottom: 1vw;
}
.sw-show-items .swiper-slide img {
  width: 14.7395833333vw;
}
.sw-show-items .swiper-slide h4 {
  font-size: 1.9791666667vw;
  color: #25405F;
  font-weight: 700;
  text-align: center;
}
.sw-show-items .swiper-slide p {
  padding: 0.5vw 1vw;
}
@media (max-width: 1399px) {
  .sw-show-items .swiper-slide img {
    width: 18.2291666667vw;
  }
  .sw-show-items .swiper-slide h4 {
    font-size: 2.3958333333vw;
  }
}
@media (max-width: 575px) {
  .sw-show-items .swiper-slide {
    padding: 0 2vw;
    padding-top: 5vw;
  }
  .sw-show-items .swiper-slide img {
    width: 100%;
  }
  .sw-show-items .swiper-slide h4 {
    font-size: 3.75vw;
  }
  .sw-show-items .swiper-slide p {
    padding: 0.5vw 2vw;
  }
}
@media (max-width: 575px) {
  .sw-show-items {
    width: 85%;
  }
}

.find-block > .title-img {
  margin-bottom: 2.5vw;
}
.find-block > .title-img + h3 {
  margin-bottom: 1.75vw;
}
.find-block > .title-img + h3 + p {
  margin-bottom: 3vw;
}
.find-block {
  padding-bottom: 6vw;
  background-image: url("../images/bg-all_02.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.map-viewport-box {
  padding: 3vw 1vw 1vw 1vw;
}
.map-viewport-box .title-img {
  margin-bottom: 1vw;
}
@media (max-width: 575px) {
  .map-viewport-box {
    padding: 3vw 1vw;
  }
  .map-viewport-box .title-img {
    margin-bottom: 3vw;
  }
}

.bg-map-color {
  background: #7DAEB0;
}

.charactors-title {
  font-size: 2.0833333333vw;
  margin-bottom: 4vw;
}
@media (max-width: 575px) {
  .charactors-title {
    font-size: 4vw;
  }
}

.products-box {
  background-image: url("../images/products/box-line-products.png");
  width: 87.5vw;
  height: 40.625vw;
  background-size: cover;
  margin-top: -6vw;
  padding-top: 8vw;
}
@media (max-width: 991px) {
  .products-box {
    background-image: url("../images/products/box-line-products-m.png");
    height: 52.8645833333vw;
  }
}
@media (max-width: 575px) {
  .products-box {
    background-image: url("../images/products/box-line-products-mm.png");
    height: 92vw;
  }
}

.products-block > .title-img {
  position: relative;
  z-index: 3;
}

.map-block {
  padding-bottom: 3vw;
}

.ps-main {
  font-size: 0.9375vw;
}
@media (max-width: 1399px) {
  .ps-main {
    font-size: 1.25vw;
  }
}
@media (max-width: 991px) {
  .ps-main {
    font-size: 1.75vw;
  }
}
@media (max-width: 575px) {
  .ps-main {
    font-size: 3vw;
  }
}

.ps-sub {
  font-size: 0.7291666667vw;
}
@media (max-width: 1399px) {
  .ps-sub {
    font-size: 0.9375vw;
  }
}
@media (max-width: 991px) {
  .ps-sub {
    font-size: 1.25vw;
  }
}
@media (max-width: 575px) {
  .ps-sub {
    font-size: 2.25vw;
  }
}

.main-c-box {
  align-items: flex-start;
}
.main-c-box h4 {
  background-image: url(../images/charactor/main-name-bg.png);
  width: 11.8229166667vw;
  height: 3.125vw;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 2.0833333333vw;
  padding: 0.45vw 2.5vw;
}
@media (max-width: 575px) {
  .main-c-box h4 {
    width: 22.5vw;
    height: 6vw;
    font-size: 4vw;
    margin-bottom: 0.5vw;
  }
}
.main-c-box .c-title {
  font-size: 1.5625vw;
}
@media (max-width: 1399px) {
  .main-c-box .c-title {
    font-size: 1.875vw;
  }
}
@media (max-width: 991px) {
  .main-c-box .c-title {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 575px) {
  .main-c-box .c-title {
    font-size: 3vw;
    margin-bottom: 0.25vw;
  }
}
.main-c-box .c-val {
  font-size: 1.0416666667vw;
}
@media (max-width: 1399px) {
  .main-c-box .c-val {
    font-size: 1.25vw;
  }
}
@media (max-width: 991px) {
  .main-c-box .c-val {
    font-size: 1.5625vw;
  }
}
@media (max-width: 575px) {
  .main-c-box .c-val {
    font-size: 2.75vw;
    margin-bottom: 0.25vw;
  }
}
.main-c-box .w-main-c {
  width: 14.0625vw;
  height: auto;
}
@media (max-width: 991px) {
  .main-c-box .w-main-c {
    width: 16vw;
  }
}
@media (max-width: 575px) {
  .main-c-box .w-main-c {
    width: 20vw;
  }
}
.main-c-box > div {
  padding-left: 1vw;
  padding-top: 4vw;
  width: 14.3229166667vw;
}
@media (max-width: 991px) {
  .main-c-box > div {
    width: 18vw;
  }
}
@media (max-width: 575px) {
  .main-c-box > div {
    width: 55vw;
  }
}
.main-c-box {
  margin: 0 1vw;
}
.main-c-ul {
  padding-bottom: 3vw;
  width: 84.375vw;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px dashed #999;
}
@media (max-width: 1399px) {
  .main-c-ul {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .main-c-ul {
    flex-direction: column;
    gap: 2vw;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
}

.ul-roles {
  flex-wrap: wrap;
}
.ul-roles li {
  width: 14.5833333333vw;
  padding: 3vw 0 1vw 0;
}
.ul-roles .place {
  background-color: #5C7087;
  color: #fff;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1458333333vw;
  padding: 0.15vw 0.5vw;
  margin-bottom: 0.5vw;
}
.ul-roles h4 {
  font-size: 1.4583333333vw;
  font-weight: 600;
  color: #5C7087;
  text-align: center;
  margin-bottom: 0;
}
.ul-roles li:nth-child(1) h4,
.ul-roles li:nth-child(2) h4,
.ul-roles li:nth-child(3) h4,
.ul-roles li:nth-child(4) h4,
.ul-roles li:nth-child(5) h4,
.ul-roles li:nth-child(6) h4 {
  min-height: 3.4895833333vw;
}
@media (max-width: 991px) {
  .ul-roles li:nth-child(5) h4,
  .ul-roles li:nth-child(6) h4 {
    min-height: unset;
  }
}
.ul-roles h5 {
  font-size: 1.25vw;
  color: #403D3D;
  margin-bottom: 0.25vw;
  text-align: center;
}
.ul-roles p {
  text-align: center;
  padding: 0 0.5vw;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  .ul-roles p {
    padding: 0 1.5vw;
  }
}
@media (max-width: 575px) {
  .ul-roles p {
    padding: 0 2vw;
  }
}
.ul-roles img {
  height: 7.8125vw;
  width: 100%;
  padding: 0 1.5625vw 0.5vw 1.5625vw;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  border-right: 1px solid #999;
}
.ul-roles li:nth-child(6) img,
.ul-roles li:nth-child(12) img {
  border-right: none;
}
@media (max-width: 1399px) {
  .ul-roles li {
    width: 16vw;
  }
  .ul-roles .place {
    font-size: 1.4583333333vw;
    border-radius: 0.5vw;
  }
  .ul-roles h4 {
    font-size: 1.6666666667vw;
  }
  .ul-roles h5 {
    font-size: 1.4583333333vw;
  }
}
@media (max-width: 991px) {
  .ul-roles li {
    width: 22vw;
  }
  .ul-roles img {
    height: 9vw;
  }
  .ul-roles .place {
    font-size: 1.65vw;
    border-radius: 0.5vw;
  }
  .ul-roles h4 {
    font-size: 2vw;
  }
  .ul-roles h5 {
    font-size: 1.75vw;
  }
  .ul-roles li img {
    border-right: none;
  }
}
@media (max-width: 575px) {
  .ul-roles li {
    width: 47.5vw;
  }
  .ul-roles img {
    height: 20vw;
  }
  .ul-roles .place {
    font-size: 3.25vw;
    border-radius: 1.5vw;
    padding: 0.25vw 3vw;
  }
  .ul-roles h4 {
    font-size: 3.5vw;
  }
  .ul-roles h5 {
    font-size: 3.5vw;
  }
  .ul-roles li:nth-child(1) h4,
  .ul-roles li:nth-child(2) h4 {
    min-height: 8.25vw;
  }
}

.c-ps {
  color: #757575;
}

.pass-block {
  padding: 5vw 0;
}
@media (max-width: 575px) {
  .pass-block {
    padding: 10vw 0;
  }
}

.pass-box {
  width: 84.375vw;
  background-color: #fff;
  border: 1px solid #7F9E7F;
  padding: 2vw;
  display: flex;
}
.pass-box p,
.pass-box li {
  margin-bottom: 0.2vw;
  font-size: 1.3541666667vw;
  font-weight: 300;
}
@media (max-width: 1399px) {
  .pass-box p,
  .pass-box li {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 991px) {
  .pass-box p,
  .pass-box li {
    font-size: 2vw;
    font-weight: 500;
  }
}
@media (max-width: 575px) {
  .pass-box p,
  .pass-box li {
    font-size: 3.5vw;
  }
}
.pass-box ol {
  margin-bottom: 0.3vw;
}
.pass-box {
  box-shadow: 0.75vw 0.75vw 0 rgba(127, 158, 127, 0.4);
}
.pass-box .logo-mus {
  width: 25vw;
  margin: 0 5.2083333333vw;
}
@media (max-width: 991px) {
  .pass-box {
    flex-direction: column;
    align-items: center;
  }
  .pass-box .logo-mus {
    margin: 2vw 0;
  }
}
@media (max-width: 575px) {
  .pass-box {
    padding: 5vw;
  }
  .pass-box .logo-mus {
    width: 50vw;
    margin: 0 0 3vw 0;
  }
}

.video-block {
  background-image: url("../images/bg-all_03.png");
  background-position: left bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 5vw 0 10vw 0;
  position: relative;
}
.video-block::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 5.2083333333vw;
  background-image: url("../images/SVG/bg-footer.svg");
  background-size: cover;
}
@media (max-width: 575px) {
  .video-block {
    padding-bottom: 30vw;
  }
}

.video-box {
  width: 68.4375vw;
  height: 38.5416666667vw;
  background-color: #25405F;
  margin-bottom: 1.5vw;
  box-shadow: -2vw 2vw 3.5vw rgba(0, 0, 0, 0.4588235294);
}
@media (max-width: 991px) {
  .video-box {
    width: 80vw;
    height: 45vw;
  }
}

.btn-buy {
  width: 12vw;
}

.btn-pass {
  margin-right: auto;
}

@media (max-width: 1199px) {
  .btn-buy,
  .btn-pass {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 4vw;
  }
}
@media (max-width: 991px) {
  .btn-pass {
    margin-left: auto;
    font-size: 2.25vw;
  }
  .btn-buy {
    font-size: 2.25vw;
  }
}
@media (max-width: 575px) {
  .btn-buy,
  .btn-pass {
    font-size: 3.5vw;
  }
}
/* Looping slides are reordered by Swiper; exclude them from scroll anchoring. */
.planeSwiper.swiper-flip {
  overflow: hidden;
  overflow: clip;
}/*# sourceMappingURL=all.css.map */