@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;
}

a {
  text-decoration: none;
}

@media (max-width: 1399px) {
  :root {
    --rwd-60px: 4.166vw;
    --rwd-75px: 5.2vw;
  }
}
@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.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.975);
}

.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;
  }
}
:root {
  --color-main: #009df7;
  --color-menu-defult: #666;
}

/* 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: var(--color-menu-defult);
  font-size: 1.2vw;
  text-align: center;
  margin: 0 8px;
  padding: 0px 8px;
  text-decoration: none;
  display: block;
}
.nav-item a:hover {
  color: var(--color-main);
}
.nav-item a.language-now {
  color: var(--color-main);
  font-weight: bold;
}
@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;
  }
}

.nav-item:not(:last-child) {
  position: relative;
}
.nav-item:not(:last-child)::after {
  content: "|";
  font-weight: bold;
  font-size: 1vw;
  color: #aaa;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  height: 100%;
}

.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");
  background-size: cover;
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 1.5vw;
}
@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");
}

.menu-link ul {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 3px #333 solid;
  border-radius: 999rem;
  padding: 4px;
}

/* TODO: MENU RWD */
@media (max-width: 767px) {
  #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.8549019608);
    transform: translateX(100%);
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .menu-link {
    width: 50%;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .menu-link {
    width: 100%;
    padding-top: 12vw;
  }
}
@media (max-width: 767px) {
  .show-menu .menu-link {
    transform: translateX(0%);
  }
  .menu-link ul {
    flex-direction: column;
    padding-top: 54px;
    padding-bottom: 16px;
    background-color: unset;
    border: none;
  }
}
.sw-fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.swiper-add-arrows {
  position: relative;
  width: 54%;
  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;
}

@media (max-width: 1399px) {
  .swiper-add-arrows {
    width: 72%;
  }
}
:root {
  --color-tw: #22b573;
  --color-tw-op: #22b57333;
  --color-jp: #d83d49;
  --color-jp-op: #d83d4933;
  --color-ko: #0071bc;
  --color-ko-op: #0071bc33;
  --color-ot: #93278f;
  --color-ot-op: #93278f33;
  --card-border: #333 3px solid;
}

body {
  margin: 0;
  background-color: #ffeb97;
  position: relative;
  color: #333333;
  /* overflow: hidden;  隱藏滾動條 */
}

.kv {
  position: relative;
}

.kv::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 1.6vw;
  background-image: url("../images/kv-bottom.png");
  background-size: 100% auto;
  background-position: left top;
  position: absolute;
  bottom: 0;
}
@media (max-width: 575px) {
  .kv::after {
    background-size: 300% auto;
    height: 4.8vw;
  }
}

.info-all {
  background-image: url("../images/bg-lp.png");
  background-size: 100% auto;
  background-position: left top;
}
@media (max-width: 1199px) {
  .info-all {
    background-image: url("../images/bg-lp-m.png");
  }
}

.tab-ul {
  gap: 16px;
  padding-top: 32px;
  padding-bottom: 16px;
}
@media (max-width: 1199px) {
  .tab-ul {
    padding-top: 28px;
    padding-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .tab-ul {
    padding-top: 24px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .tab-ul {
    gap: 12px;
  }
}
@media (max-width: 575px) {
  .tab-ul {
    gap: 5px;
  }
}

.tab-ul li > a,
.nav-link {
  display: block;
  width: 220px;
  border: 3px #333 solid;
  padding: 16px;
  color: var(--color-main);
  background-color: #fff;
  border-radius: 20px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-ul li > a.active,
.nav-link.active {
  font-weight: bold;
  color: #fff;
  background-color: var(--color-main);
}
.tab-ul li > a.active::before,
.nav-link.active::before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url("../images/SVG/tab-tag.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .tab-ul li > a.active::before,
  .nav-link.active::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575px) {
  .tab-ul li > a.active::before,
  .nav-link.active::before {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
}
.tab-ul li > a:hover,
.nav-link:hover {
  transform: scale(0.975);
}
@media (max-width: 1400px) {
  .tab-ul li > a,
  .nav-link {
    width: 200px;
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .tab-ul li > a,
  .nav-link {
    width: 180px;
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .tab-ul li > a,
  .nav-link {
    width: 160px;
    font-size: 20px;
    padding: 12px;
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .tab-ul li > a,
  .nav-link {
    width: 20vw;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .tab-ul li > a,
  .nav-link {
    font-size: 16px;
    padding: 8px 0;
    width: 22vw;
    border-radius: 12px;
  }
}

.logos-running-box {
  overflow: hidden;
  background-color: #fff;
  border-radius: 24px;
  max-width: 1000px;
  margin-top: 16px;
  padding: 16px;
}
@media (max-width: 1400px) {
  .logos-running-box {
    max-width: 850px;
  }
}
@media (max-width: 1199px) {
  .logos-running-box {
    max-width: 760px;
  }
}
@media (max-width: 991px) {
  .logos-running-box {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .logos-running-box {
    max-width: 90%;
  }
}

.logos-running {
  display: flex;
}
.logos-running li {
  padding: 0 16px;
  display: inline-block;
}
.logos-running img {
  height: 115px;
  width: auto;
}
@media (max-width: 1400px) {
  .logos-running img {
    height: 97.75px;
  }
}
@media (max-width: 1199px) {
  .logos-running img {
    height: 86.25px;
  }
}
@media (max-width: 991px) {
  .logos-running img {
    height: 74.75px;
  }
}
@media (max-width: 767px) {
  .logos-running img {
    height: 69px;
  }
}
@media (max-width: 767px) {
  .logos-running img {
    height: 57.5px;
  }
}

#runningLogosBox {
  display: inline-flex;
  animation: running-logos 12s infinite linear;
}

@keyframes running-logos {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.news-title-img {
  width: 294.5px;
  z-index: 3;
}
@media (max-width: 1400px) {
  .news-title-img {
    width: 250.325px;
  }
}
@media (max-width: 1199px) {
  .news-title-img {
    width: 220.875px;
  }
}
@media (max-width: 992px) {
  .news-title-img {
    width: 191.425px;
  }
}
@media (max-width: 575px) {
  .news-title-img {
    width: 40%;
  }
}

.news-sw-box .swiper-add-arrows {
  border: 3px #333 solid;
  padding: 42px 36px 0 36px;
  background-image: url(../images/bg-w-dot.png);
  background-color: #ffcad2;
  margin-top: -2vw;
  width: 1020px;
}
@media (max-width: 1400px) {
  .news-sw-box .swiper-add-arrows {
    width: 867px;
  }
}
@media (max-width: 1199px) {
  .news-sw-box .swiper-add-arrows {
    width: 765px;
    padding: 36px 24px 0 24px;
  }
}
@media (max-width: 992px) {
  .news-sw-box .swiper-add-arrows {
    width: 700px;
    padding: 24px 12px 0 12px;
  }
}
@media (max-width: 767px) {
  .news-sw-box .swiper-add-arrows {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .news-sw-box .swiper-add-arrows {
    width: 90%;
    margin-top: -5vw;
  }
}

.news-tiger {
  transform-origin: 50% 100%;
  animation: news-tiger 2s infinite ease-in-out;
  display: block;
}
@media (max-width: 992px) {
  .news-tiger {
    display: none;
  }
}

@keyframes news-tiger {
  0%, 100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
.img-title {
  max-width: 646px;
}
@media (max-width: 1400px) {
  .img-title {
    max-width: 549.1px;
  }
}
@media (max-width: 1199px) {
  .img-title {
    max-width: 484.5px;
  }
}
@media (max-width: 992px) {
  .img-title {
    max-width: 413.44px;
  }
}
@media (max-width: 575px) {
  .img-title {
    max-width: 100%;
  }
}

.event-card {
  border: var(--card-border);
  background-color: #fff;
  max-width: 1020px;
  box-shadow: 8px 8px 0px rgba(255, 147, 30, 0.3019607843);
  position: relative;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .event-card {
    max-width: 867px;
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .event-card {
    max-width: 765px;
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  .event-card {
    max-width: 700px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .event-card {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (max-width: 575px) {
  .event-card {
    font-size: 15px;
  }
}
.event-card.card-tw::after,
.event-card.card-tw .btn-link {
  background-color: var(--color-tw);
  color: #fff;
}
.event-card.card-tw .btn-attention {
  background-color: #fff;
  color: var(--color-tw);
  border-color: var(--color-tw);
}
.event-card.card-tw .btn-attention:hover {
  background-color: var(--color-tw-op);
}
.event-card.card-tw .event-title {
  color: var(--color-tw);
}
.event-card.card-tw .li-item-basic > div:nth-child(1) {
  background-color: var(--color-tw-op);
}
.event-card.card-tw .b-bar {
  background-color: var(--color-tw-op);
  background-image: url(../images/cards-style/2x/card-bar-tw@2x.png);
}
.event-card.card-jp::after,
.event-card.card-jp .btn-link {
  background-color: var(--color-jp);
  color: #fff;
}
.event-card.card-jp .btn-attention {
  background-color: #fff;
  color: var(--color-jp);
  border-color: var(--color-jp);
}
.event-card.card-jp .btn-attention:hover {
  background-color: var(--color-jp-op);
}
.event-card.card-jp .event-title {
  color: var(--color-jp);
}
.event-card.card-jp .li-item-basic > div:nth-child(1) {
  background-color: var(--color-jp-op);
}
.event-card.card-jp .b-bar {
  background-color: var(--color-jp-op);
  background-image: url(../images/cards-style/2x/card-bar-jp@2x.png);
}
.event-card.card-ko::after,
.event-card.card-ko .btn-link {
  background-color: var(--color-ko);
  color: #fff;
}
.event-card.card-ko .btn-attention {
  background-color: #fff;
  color: var(--color-ko);
  border-color: var(--color-ko);
}
.event-card.card-ko .btn-attention:hover {
  background-color: var(--color-ko-op);
}
.event-card.card-ko .event-title {
  color: var(--color-ko);
}
.event-card.card-ko .li-item-basic > div:nth-child(1) {
  background-color: var(--color-ko-op);
}
.event-card.card-ko .b-bar {
  background-color: var(--color-ko-op);
  background-image: url(../images/cards-style/2x/card-bar-ko@2x.png);
}
.event-card.card-ot::after,
.event-card.card-ot .btn-link {
  background-color: var(--color-ot);
  color: #fff;
}
.event-card.card-ot .btn-attention {
  background-color: #fff;
  color: var(--color-ot);
  border-color: var(--color-ot);
}
.event-card.card-ot .btn-attention:hover {
  background-color: var(--color-ot-op);
}
.event-card.card-ot .event-title {
  color: var(--color-ot);
}
.event-card.card-ot .li-item-basic > div:nth-child(1) {
  background-color: var(--color-ot-op);
}
.event-card.card-ot .b-bar {
  background-color: var(--color-ot-op);
  background-image: url(../images/cards-style/2x/card-bar-ot@2x.png);
}
.event-card .card-main {
  position: relative;
}
.event-card .card-main > div {
  padding: 32px;
}
.event-card .card-main .card-logo-box {
  padding-right: 24px;
  border-right: 1px solid #ccc;
  width: 37%;
}
@media (max-width: 992px) {
  .event-card .card-main .card-logo-box {
    width: 30%;
  }
}
@media (max-width: 575px) {
  .event-card .card-main .card-logo-box {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}
.event-card .card-main .card-info-box {
  padding-left: 24px;
}
@media (max-width: 1400px) {
  .event-card .card-main > div {
    padding: 28px;
  }
  .event-card .card-main .card-logo-box {
    padding-right: 20px;
  }
  .event-card .card-main .card-info-box {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .event-card .card-main > div {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .event-card .card-main .card-logo-box {
    padding: 8px 0px;
  }
  .event-card .card-main .card-info-box {
    padding-left: 16px;
  }
}
@media (max-width: 575px) {
  .event-card .card-main {
    flex-direction: column;
  }
  .event-card .card-main .card-logo-box {
    padding: 8px;
  }
  .event-card .card-main .card-info-box {
    padding: 8px;
    padding-bottom: 0;
  }
}
.event-card::after {
  content: var(--card-nation);
  display: block;
  font-weight: bold;
  border-radius: 0 99rem 99rem 0;
  border: var(--card-border);
  position: absolute;
  padding: 6px 24px 6px 16px;
  font-size: 24px;
  top: 12px;
  left: -12px;
}
@media (max-width: 1400px) {
  .event-card::after {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .event-card::after {
    padding: 4px 16px 4px 12px;
    font-size: 16px;
    top: 8px;
    left: -8px;
  }
}
@media (max-width: 575px) {
  .event-card::after {
    padding: 4px 8px 4px 4px;
    font-size: 14px;
    top: 8px;
    left: -8px;
  }
}
.event-card .card-info-box > *:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .event-card .card-info-box > *:not(:last-child) {
    margin-bottom: 28px;
  }
}
@media (max-width: 992px) {
  .event-card .card-info-box > *:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .event-card .card-info-box > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .event-card .card-info-box > *:not(:last-child) {
    margin-bottom: 16px;
  }
}
.event-card .comp-name {
  font-size: 28px;
}
@media (max-width: 1400px) {
  .event-card .comp-name {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .event-card .comp-name {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .event-card .comp-name {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .event-card .comp-name {
    font-size: 18px;
  }
}
.event-card .event-title {
  font-size: 36px;
  margin-bottom: 12px;
}
.event-card .event-title span {
  font-size: 28px;
}
@media (max-width: 1400px) {
  .event-card .event-title {
    font-size: 30px;
  }
  .event-card .event-title span {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .event-card .event-title {
    font-size: 27px;
  }
  .event-card .event-title span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .event-card .event-title {
    font-size: 24px;
  }
  .event-card .event-title span {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .event-card .event-title {
    font-size: 21px;
  }
  .event-card .event-title span {
    font-size: 18px;
  }
}
.event-card .event-detial > li {
  margin-bottom: 8px;
}
.event-card .li-item-basic > div:nth-child(1) {
  padding: 0px 4px;
  margin-right: 8px;
}
.event-card .ol-info {
  padding-inline-start: 24px;
}
.event-card .btn-link,
.event-card .btn-attention {
  border: #333 2px solid;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 16px;
  text-decoration: none;
}
@media (max-width: 575px) {
  .event-card .btn-link,
  .event-card .btn-attention {
    padding: 6px 24px;
    border-radius: 12px;
  }
}
.event-card .btn-attention::after {
  content: "注意事項";
}
.event-card .b-bar {
  height: 80px;
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 70%;
}
@media (max-width: 1400px) {
  .event-card .b-bar {
    height: 72px;
  }
}
@media (max-width: 1199px) {
  .event-card .b-bar {
    height: 64px;
  }
}
@media (max-width: 992px) {
  .event-card .b-bar {
    height: 54px;
  }
}
.event-card .many-btns > * {
  margin-right: 16px;
}/*# sourceMappingURL=all.css.map */