@font-face {
  font-family: "Oscine";
  font-style: normal;
  font-weight: 700;
  src: local("Oscine Bold"), url("fonts/Oscine-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Oscine";
  font-style: normal;
  font-weight: 400;
  src: local("Oscine Regular"), url("fonts/Oscine-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Oscine";
  font-style: italic;
  font-weight: 400;
  src: local("Oscine Italic"), url("fonts/Oscine-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  src: local("Calibri"), url("fonts/Calibri-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Calibri";
  font-style: italic;
  font-weight: 400;
  src: local("Calibri Italic"), url("fonts/Calibri-Italic.woff2") format("woff2");
}
.main {
  padding-top: 0 !important;
}

section.cta {
  margin-top: -144px;
  margin-bottom: 123px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 30px 0;
}
@media (max-width: 991px) {
  section.cta {
    margin-top: -134px;
    margin-bottom: 70px;
  }
}
section.cta:before, section.cta:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 114px solid #FFFFFF;
  display: inline-block;
  position: absolute;
  top: 31px;
  z-index: -1;
}
@media (max-width: 991px) {
  section.cta:before, section.cta:after {
    top: 40px;
    border-bottom: 104px solid #FFFFFF;
  }
}
section.cta:before {
  border-right: 50vw solid transparent;
  left: 0;
}
section.cta:after {
  border-left: 50vw solid transparent;
  right: -1px;
}
section.cta .card {
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.22);
  padding: 30px 40px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  justify-content: flex-start;
}
@media (min-width: 992px) and (max-width: 1279px) {
  section.cta .card {
    padding: 24px 20px;
  }
}
@media (max-width: 991px) {
  section.cta .card {
    padding: 30px;
  }
}
section.cta .card > img {
  width: 33%;
  max-height: 100px;
}
section.cta .card .text {
  margin-left: 30px;
  line-height: 22px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  section.cta .card .text {
    margin-left: 16px;
  }
}
section.cta .card .text .title {
  font-family: "Oscine", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
}
section.cta .card .text p {
  margin-bottom: 0;
}
section.cta .swiper-slide {
  display: flex;
  align-items: stretch;
  height: auto;
}
section.cta .swiper-slide:first-child .card {
  background-image: linear-gradient(209.22deg, #2B9CF5 0%, #89EADD 100%);
}
section.cta .swiper-slide:nth-child(2) .card {
  background-image: linear-gradient(209.22deg, #5E8AFF 0%, #9A7BCE 100%);
}
section.cta .swiper-slide:nth-child(3) .card {
  background-image: linear-gradient(209.22deg, #2B4FF5 0%, #89BAEA 100%);
}
section.two-col {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  section.two-col {
    margin-bottom: 90px;
  }
}
section.two-col .col.col-img {
  text-align: center;
}
section.two-col .col.col-img .img {
  width: 100%;
  max-width: 532px;
}
section.two-col .col .text {
  margin-top: 58px;
  margin-right: 100px;
}
@media (max-width: 991px) {
  section.two-col .col .text {
    margin-left: 0;
    margin-top: 40px;
    margin-right: 0;
  }
  section.two-col .col .text .btn {
    width: 100%;
  }
}
section.funding-schemes {
  margin-bottom: 20px;
}
section.funding-schemes .swiper-container {
  overflow: hidden;
}
@media (max-width: 991px) {
  section.funding-schemes .swiper-container .swiper-slide:not(.swiper-slide-active) {
    padding-top: 40px;
  }
  section.funding-schemes .swiper-container .swiper-slide:not(.swiper-slide-active) .thumbnail {
    height: 232px;
    opacity: 0.5;
  }
}
section.funding-schemes .swiper-btn-next, section.funding-schemes .swiper-btn-prev {
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 991px) {
  section.funding-schemes .swiper-btn-next, section.funding-schemes .swiper-btn-prev {
    top: 40%;
  }
}
section.funding-schemes .swiper-btn-next:before, section.funding-schemes .swiper-btn-prev:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url("../img/icon/icon-next-circle-active.svg");
  background-size: 48px 48px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  section.funding-schemes .swiper-btn-next:before, section.funding-schemes .swiper-btn-prev:before {
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/icon-next-circle-active.svg");
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
section.funding-schemes .swiper-btn-next.swiper-button-disabled:before, section.funding-schemes .swiper-btn-prev.swiper-button-disabled:before {
  background-image: url(../img/icon/icon-next-circle.svg);
}
section.funding-schemes .swiper-btn-prev {
  left: -48px;
  margin-right: 14px;
}
@media (max-width: 991px) {
  section.funding-schemes .swiper-btn-prev {
    left: 8px;
  }
}
section.funding-schemes .swiper-btn-prev:before {
  transform: scale(-1);
}
section.funding-schemes .swiper-btn-next {
  right: -48px;
}
@media (max-width: 991px) {
  section.funding-schemes .swiper-btn-next {
    right: 8px;
  }
}
section.funding-schemes .btn-container {
  text-align: center;
  margin: 40px 0 72px;
}
@media (max-width: 991px) {
  section.funding-schemes .details {
    margin: 0 -20px;
  }
}
section.about-bee-epass {
  padding: 80px 0;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  section.about-bee-epass {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  section.about-bee-epass .section-title {
    text-align: center;
  }
  section.about-bee-epass p {
    text-align: center;
  }
}
section.about-bee-epass .about-item {
  text-align: center;
}
@media (max-width: 991px) {
  section.about-bee-epass .about-item {
    margin-bottom: 50px;
  }
}
section.about-bee-epass .about-item .icon {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  section.about-bee-epass .about-item .icon img {
    max-width: 100px;
  }
}
section.about-bee-epass .about-item .title {
  font-weight: bold;
  font-size: 24px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0;
  line-height: 1.2;
  min-height: 60px;
}
@media (max-width: 991px) {
  section.about-bee-epass .about-item .title {
    min-height: unset;
  }
}
section.about-bee-epass .about-item .description {
  font-size: 20px;
}
section.about-bee-epass .btn-container {
  text-align: center;
  margin-top: 71px;
}
@media (max-width: 991px) {
  section.about-bee-epass .btn-container {
    margin-top: 10px;
  }
}
section.about-bee-epass .btn-container .btn:nth-child(1) {
  margin-right: 15px;
}
@media (max-width: 991px) {
  section.about-bee-epass .btn-container .btn:nth-child(1) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
section.success-cases {
  margin-bottom: 70px;
}
section.success-cases .filter-option-list {
  padding: 28px 0 8px;
}
@media (max-width: 991px) {
  section.success-cases .filter-option-list {
    display: flex;
    overflow: scroll;
    padding: 15px 0 0;
    margin-bottom: 5px;
  }
}
section.success-cases .filter-option-list .filter-option {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
  border: none;
}
@media (max-width: 1199px) {
  section.success-cases .filter-option-list .filter-option {
    margin-bottom: 0;
    width: auto;
  }
}
@media (max-width: 991px) {
  section.success-cases .filter-option-list .filter-option {
    flex: 0 0 auto;
  }
}
@media (max-width: 575px) {
  section.success-cases .filter-option-list .filter-option {
    display: flex;
  }
}
section.success-cases .filter-option-list .filter-option:not(:last-child) {
  margin-right: 0;
}
@media (max-width: 991px) {
  section.success-cases .filter-option-list .filter-option:not(:last-child) {
    margin-right: 20px;
  }
}
section.success-cases .filter-option-list .filter-option:not(:last-child) label {
  margin-right: 14px;
}
@media (max-width: 575px) {
  section.success-cases .filter-option-list .filter-option:not(:last-child) label {
    margin-right: 0;
  }
}
section.success-cases .filter-option-list .filter-option:hover, section.success-cases .filter-option-list .filter-option.active {
  background-color: transparent;
}
section.success-cases .filter-option-list .filter-option label {
  cursor: pointer;
  padding: 6px 20px;
  border: 1px solid #3D66DD;
  border-radius: 29px;
  margin-bottom: 15px;
  display: inline-block;
  font-family: "Oscine", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #3D66DD;
}
@media (max-width: 575px) {
  section.success-cases .filter-option-list .filter-option label {
    width: 100%;
    margin-bottom: 18px;
  }
}
section.success-cases .filter-option-list .filter-option input {
  width: 0;
  margin: 0;
  visibility: hidden;
}
section.success-cases .filter-option-list .filter-option input:checked + label {
  background-color: #3D66DD;
  color: #FFFFFF;
}
section.success-cases .case-listing {
  display: flex;
  flex-wrap: wrap;
}
section.success-cases .case-listing .case-item {
  width: calc((100% - 48px) / 3);
  margin-bottom: 26px;
}
section.success-cases .case-listing .case-item:not(:nth-child(3n)) {
  margin-right: 24px;
}
@media (max-width: 991px) {
  section.success-cases .case-listing .case-item {
    width: calc((100% - 24px) / 2);
  }
  section.success-cases .case-listing .case-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  section.success-cases .case-listing .case-item:not(:nth-child(2n)) {
    margin-right: 24px;
  }
}
@media (max-width: 575px) {
  section.success-cases .case-listing .case-item {
    width: 100%;
  }
  section.success-cases .case-listing .case-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
section.success-cases .case-listing .case-item:last-child {
  margin-bottom: 0;
}
section.success-cases .case-listing .case-item .thumbnail-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}
section.success-cases .case-listing .case-item .thumbnail {
  box-sizing: border-box;
  padding-top: 65%;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.success-cases .case-listing .case-item .news-title {
  font-family: "Oscine", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.8px;
  margin-bottom: 8px;
}
section.success-cases .case-listing .case-item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
section.success-cases .case-listing .case-item > a {
  overflow: hidden;
}
section.success-cases .case-listing .case-item > a .thumbnail {
  outline: 7px solid transparent;
  outline-offset: -7px;
  transition: outline 0.2s ease-in;
  overflow: hidden;
  transition: all 0.5s;
}
section.success-cases .case-listing .case-item > a:hover .thumbnail {
  transform: scale(1.2);
}
section.success-cases .case-listing .case-item .case-tag {
  display: inline-block;
  border-radius: 30px;
  background-color: rgba(61, 102, 221, 0.15);
  padding: 5px 20px;
  text-align: center;
  color: #3D66DD;
  min-width: 164px;
  margin-top: 30px;
}
section.whats-new {
  overflow: hidden;
  padding-bottom: 120px;
  padding-top: 80px;
}
section.whats-new .categories {
  margin-top: 40px;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  section.whats-new .categories {
    margin-top: 30px;
    margin-bottom: 18px;
  }
}
section.whats-new .categories button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Oscine", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  padding: 0;
  color: #000000;
}
@media (max-width: 991px) {
  section.whats-new .categories button {
    font-size: 24px;
    line-height: 30px;
  }
}
section.whats-new .categories button > span {
  opacity: 0.26;
  transition: opacity 0.2s ease-in-out;
}
section.whats-new .categories button.active > span {
  color: #3D66DD;
  opacity: 1;
}
section.whats-new .categories button:hover > span {
  opacity: 1;
}
section.whats-new .categories button:not(:last-child):after {
  content: " | ";
  margin: 0 8px;
}
section.whats-new .details {
  padding-top: 40px;
  position: relative;
}
section.whats-new .details:before {
  content: "";
  display: block;
  height: 1px;
  width: 500%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #3D66DD;
}
@media (max-width: 991px) {
  section.whats-new .details {
    padding-top: 26px;
    padding-bottom: 58px;
  }
  section.whats-new .details:after {
    content: "";
    display: block;
    height: 1px;
    width: 500%;
    position: absolute;
    right: 1px;
    bottom: 16px;
    background-color: #3D66DD;
  }
}
section.whats-new .details .swiper-container {
  /*&:after {
  	content: "";
  	display: block;
  	height: 100%;
  	width: 500%;
  	position: absolute;
  	left: 100%;
  	top: 0;
  	background-color: $colorWhite;
  	opacity: 0.7;
  	z-index: 1;
  	@media (max-width: $breakpoint_md - 1) {
  		height: calc(100% - 26px - 58px);
  		top: 26px;
  		left: 86%;
  	}
  }*/
}
@media (max-width: 991px) {
  section.whats-new .details .swiper-container {
    max-width: 86%;
    position: unset;
  }
}
section.whats-new .details .swiper-container .swiper-slide {
  opacity: 0.3;
  transition: opacity 0.2s ease-in-out;
}
section.whats-new .details .swiper-container .swiper-slide.swiper-slide-active {
  opacity: 1;
}
section.whats-new .details .swiper-container .swiper-slide.swiper-slide-active + .swiper-slide {
  opacity: 1;
}
@media (max-width: 575px) {
  section.whats-new .details .swiper-container .swiper-slide.swiper-slide-active + .swiper-slide {
    opacity: 0.3;
  }
}
section.whats-new .details .swiper-container .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
  opacity: 1;
}
@media (max-width: 991px) {
  section.whats-new .details .swiper-container .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 0.3;
  }
}
section.whats-new .details .swiper-container .swiper-nav-container {
  position: absolute;
  top: -100px;
  right: 0;
  margin-top: 0;
}
@media (max-width: 991px) {
  section.whats-new .details .swiper-container .swiper-nav-container {
    top: auto;
    bottom: 0;
  }
}
section.whats-new .details .swiper-container .swiper-btn-next, section.whats-new .details .swiper-container .swiper-btn-prev {
  position: relative;
}
section.whats-new .details .swiper-container .swiper-btn-next:before, section.whats-new .details .swiper-container .swiper-btn-prev:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../img/icon/icon-next-circle-active.svg");
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.2s ease-in-out;
}
section.whats-new .details .swiper-container .swiper-btn-next:after, section.whats-new .details .swiper-container .swiper-btn-prev:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  position: absolute;
  left: 50%;
  bottom: -28px;
  background-color: #3D66DD;
}
@media (max-width: 991px) {
  section.whats-new .details .swiper-container .swiper-btn-next:after, section.whats-new .details .swiper-container .swiper-btn-prev:after {
    display: none;
  }
}
section.whats-new .details .swiper-container .swiper-btn-next.swiper-button-disabled:before, section.whats-new .details .swiper-container .swiper-btn-prev.swiper-button-disabled:before {
  background-image: url(../img/icon/icon-next-circle.svg);
}
section.whats-new .details .swiper-container .swiper-btn-prev {
  margin-right: 14px;
}
section.whats-new .details .swiper-container .swiper-btn-prev:before {
  transform: scale(-1);
}

html[lang=zh-Hant] section.cta .card .text .title {
  font-family: "Noto Sans TC", sans-serif;
}
html[lang=zh-Hant] section.whats-new .categories button {
  font-family: "Noto Sans TC", sans-serif;
}
html[lang=zh-Hans] section.cta .card .text .title {
  font-family: "Noto Sans SC", sans-serif;
}
html[lang=zh-Hans] section.whats-new .categories button {
  font-family: "Noto Sans SC", sans-serif;
}
html {
    filter: grayscale(100%);
}