@charset "UTF-8";
:root {
  --swiper-theme-color: #D0104C;
}

::-moz-selection {
  background-color: #D0104C;
  color: #fff;
}

::selection {
  background-color: #D0104C;
  color: #fff;
}

@media (max-width: 575.98px) {
  html {
    font-size: 0.9rem;
  }
}

body {
  position: relative;
}

main {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.bg-cover {
  background-size: cover;
  width: 100%;
  height: 0;
  display: block;
  background-position: 50% 50%;
}

svg {
  max-width: 100%;
  height: auto;
}

article {
  position: relative;
  overflow: hidden;
}

.fancybox__container {
  z-index: 9900;
}

.vr {
  opacity: 1;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

/* COLOR OPTIONS */
.left-aside {
  width: 80%;
  max-width: 400px;
  overflow-y: auto;
  z-index: 9999;
  background: #0B78C1;
}
.left-aside .onoffcanvas-toggler {
  margin-left: auto;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.left-aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.left-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.left-menu > li:first-child:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.left-menu > li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  opacity: 0.5;
}
.left-menu > li > a .icon {
  margin-right: 1rem;
}
.left-menu > li > ul li a {
  padding-left: 2rem;
}
.left-menu > li.mm-active > a {
  background-color: #D0104C;
}
.left-menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.left-menu li:first-child {
  margin-top: 5px;
}
.left-menu li:last-child {
  margin-bottom: 5px;
}
.left-menu a {
  display: block;
  position: relative;
  padding: 0.8rem;
  outline: 0;
  text-decoration: none;
  color: #fff;
}
.left-menu a[href="#"] .arrows, .left-menu a[href=""] .arrows {
  display: none;
}
.left-menu a[href="#"] .arrows:before, .left-menu a[href=""] .arrows:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.left-menu a:hover {
  color: #fff;
}
.left-menu a:focus {
  color: #fff;
}
.left-menu a:active {
  color: #fff;
}
.left-menu a.has-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.left-menu a.has-submenu .arrows {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.left-menu a.has-submenu .arrows:after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.left-menu a.has-submenu .arrows[aria-expanded=true]:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.left-menu ul {
  padding-left: 1rem;
}
.left-menu li.mm-active > a {
  color: #fff;
}
.left-menu ul {
  position: relative;
}
.left-menu ul:before {
  content: "";
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  z-index: -1;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
}
.left-menu ul[class*=mm-col]:before {
  visibility: visible;
}

.onoffcanvas-drawer.is-open {
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.onoffcanvas-toggler {
  --bs-border-width: 0;
  min-width: auto;
  min-height: auto;
  width: 2rem;
  height: 2rem;
  display: block;
}
.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .metismenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar-nav .metismenu li + li {
  margin-top: 5px;
}
.sidebar-nav .metismenu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.sidebar-nav .metismenu a {
  position: relative;
  display: block;
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.sidebar-nav .metismenu a:hover {
  color: #D0104C;
  text-decoration: none;
}
.sidebar-nav .metismenu a:focus {
  color: #D0104C;
  text-decoration: none;
}
.sidebar-nav .metismenu a:active {
  color: #D0104C;
  text-decoration: none;
}
.sidebar-nav .metismenu ul {
  padding-left: 1rem;
}
.sidebar-nav .metismenu .mm-active > a {
  color: #D0104C;
  text-decoration: none;
  border-radius: 3px;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 9000;
}
.navbar .navbar-brand {
  position: absolute;
  top: 0;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    width: 100px;
  }
}

@media (max-width: 1199.98px) {
  .navbar .navbar-toggler {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.navbar .navbar-nav .nav-item {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.navbar .navbar-nav .nav-item.dropdown > .dropdown-menu {
  top: 100%;
  border: 3px solid #0B78C1;
  padding: 0;
  overflow: hidden;
}
.navbar .navbar-nav .nav-item.dropdown > .dropdown-menu > li:hover .dropdown-item, .navbar .navbar-nav .nav-item.dropdown > .dropdown-menu > li.active .dropdown-item {
  background-color: #0B78C1;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  color: inherit;
  border-radius: 50px;
  border: 2px solid #0B78C1;
  padding: 5px 10px;
  color: #0B78C1;
}
.navbar .navbar-nav .nav-item .nav-link span {
  display: block;
}
.navbar .navbar-nav .nav-item.item-donate .nav-link {
  color: #fff;
  background-color: #D0104C;
  border-color: #D0104C;
}
.navbar .navbar-nav .nav-item.item-donate:hover .nav-link, .navbar .navbar-nav .nav-item.item-donate.active .nav-link {
  background-color: #F01F60;
}
.navbar .navbar-nav .nav-item:not(.item-donate):hover .nav-link, .navbar .navbar-nav .nav-item:not(.item-donate).active .nav-link {
  color: #fff;
  background-color: #0B78C1;
}

.dropdown-menu {
  min-width: 180px;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.dropdown-menu > li:hover a, .dropdown-menu > li.active a {
  background-color: #D0104C;
  color: #fff;
}

.nav-right .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-right .lang a {
  display: block;
  border-radius: 5px;
  border: 1px solid #000;
  color: inherit;
  width: 2.3rem;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.nav-right .lang a:hover {
  background-color: #D0104C;
  color: #fff;
}
.nav-right .lang a.active {
  color: #fff;
  background-color: #000;
}
.nav-right .lang a + a {
  margin-left: -5px;
}

.donate-btn {
  position: absolute;
  z-index: 1000;
  right: 0;
}
@media (max-width: 767.98px) {
  .donate-btn {
    width: 100px;
  }
}

.loader-mesk {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 9998;
}
.loader-mesk.finish {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 1;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preloader .preloader_inner {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.preloader .mesk {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  outline: none;
  border: 1px solid #BCBCBC;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #D0104C;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  outline: none;
  background: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #D0104C;
  color: #fff;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.slider-small .swiper-slide {
  cursor: pointer;
}
.slider-small .swiper-slide:hover, .slider-small .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.5;
}

/*!
 * Lavalamp 
 * https://lavalamp.magicmediamuse.com/
 */
.lavalamp {
  position: relative;
}
.lavalamp__item {
  z-index: 5;
  position: relative;
}
.lavalamp__object {
  position: absolute;
  top: 0;
  left: 0;
}
.lavalamp__object:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='15' viewBox='0 0 27 15'%3E%3Cg id='组_19' data-name='组 19' transform='translate(-894.967 -22.001)'%3E%3Ccircle id='椭圆_1' data-name='椭圆 1' cx='7.5' cy='7.5' r='7.5' transform='translate(894.967 22.001)' fill='%23cea614'/%3E%3Ccircle id='椭圆_2' data-name='椭圆 2' cx='7.5' cy='7.5' r='7.5' transform='translate(906.967 22.001)' fill='%231936c0'/%3E%3C/g%3E%3C/svg%3E%0A");
  display: inline-block;
  left: 50%;
  top: 1rem;
  margin: auto;
  position: relative;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.lavalamp__object {
  /**
   * Custom easing transitions
   */
  -webkit-transition-property: -webkit-transform, width, height;
  -webkit-transition-property: width, height, -webkit-transform;
  transition-property: width, height, -webkit-transform;
  transition-property: transform, width, height;
  transition-property: transform, width, height, -webkit-transform;
}
.lavalamp__object.ease {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.lavalamp__object.ease-in {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.lavalamp__object.ease-out {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.lavalamp__object.ease-in-out {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.lavalamp__object.linear {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.lavalamp__object.easeInQuad {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.lavalamp__object.easeInCubic {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.lavalamp__object.easeInQuart {
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.lavalamp__object.easeInQuint {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.lavalamp__object.easeInSine {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.lavalamp__object.easeInExpo {
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.lavalamp__object.easeInCirc {
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.lavalamp__object.easeInBack {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.lavalamp__object.easeOutQuad {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lavalamp__object.easeOutCubic {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lavalamp__object.easeOutQuart {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lavalamp__object.easeOutQuint {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.lavalamp__object.easeOutSine {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.lavalamp__object.easeOutExpo {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.lavalamp__object.easeOutCirc {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.lavalamp__object.easeOutBack {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.lavalamp__object.easeInOutQuad {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.lavalamp__object.easeInOutCubic {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.lavalamp__object.easeInOutQuart {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.lavalamp__object.easeInOutQuint {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.lavalamp__object.easeInOutSine {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.lavalamp__object.easeInOutExpo {
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.lavalamp__object.easeInOutCirc {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.lavalamp__object.easeInOutBack {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.fs-12 {
  font-size: 0.75rem;
}

.fsr-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fsr-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fsr-14 {
  font-size: 0.875rem;
}

.fs-18, .timeline-row .item .txt-row .txt, .mega-menu [class*=container] ul.product-mega-menu > li > a {
  font-size: 1.125rem;
}

.fsr-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fsr-20 {
  font-size: 1.25rem;
}

.fs-21 {
  font-size: 1.3125rem;
}

.fsr-21 {
  font-size: calc(1.25625rem + 0.075vw);
}
@media (min-width: 1200px) {
  .fsr-21 {
    font-size: 1.3125rem;
  }
}

.fs-22 {
  font-size: 1.375rem;
}

.fsr-22 {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  .fsr-22 {
    font-size: 1.375rem;
  }
}

.fs-24 {
  font-size: 1.5rem;
}

.fsr-24 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .fsr-24 {
    font-size: 1.5rem;
  }
}

.fs-25 {
  font-size: 1.5625rem;
}

.fsr-25 {
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .fsr-25 {
    font-size: 1.5625rem;
  }
}

.fs-28 {
  font-size: 1.75rem;
}

.fsr-28 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .fsr-28 {
    font-size: 1.75rem;
  }
}

.fs-30 {
  font-size: 1.875rem;
}

.fsr-30 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .fsr-30 {
    font-size: 1.875rem;
  }
}

.fs-35 {
  font-size: 2.1875rem;
}

.fsr-35 {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  .fsr-35 {
    font-size: 2.1875rem;
  }
}

.fs-34 {
  font-size: 2.125rem;
}

.fsr-34 {
  font-size: calc(1.3375rem + 1.05vw);
}
@media (min-width: 1200px) {
  .fsr-34 {
    font-size: 2.125rem;
  }
}

.fs-40 {
  font-size: 2.5rem;
}

.fsr-40 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .fsr-40 {
    font-size: 2.5rem;
  }
}

.fs-42 {
  font-size: 2.625rem;
}

.fsr-42, .timeline-row .item .txt-row .title {
  font-size: calc(1.3875rem + 1.65vw);
}
@media (min-width: 1200px) {
  .fsr-42, .timeline-row .item .txt-row .title {
    font-size: 2.625rem;
  }
}

.fs-45 {
  font-size: 2.8125rem;
}

.fsr-45 {
  font-size: calc(1.40625rem + 1.875vw);
}
@media (min-width: 1200px) {
  .fsr-45 {
    font-size: 2.8125rem;
  }
}

.fs-50 {
  font-size: 3.125rem;
}

.fsr-50 {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  .fsr-50 {
    font-size: 3.125rem;
  }
}

.fs-75 {
  font-size: 4.6875rem;
}

.fsr-75 {
  font-size: calc(1.59375rem + 4.125vw);
}
@media (min-width: 1200px) {
  .fsr-75 {
    font-size: 4.6875rem;
  }
}

.fs-80 {
  font-size: 5rem;
}

.fsr-80 {
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .fsr-80 {
    font-size: 5rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-12 {
    font-size: 0.75rem;
  }
  .fsr-sm-12 {
    font-size: 0.75rem;
  }
  .fs-sm-13 {
    font-size: 0.8125rem;
  }
  .fsr-sm-13 {
    font-size: 0.8125rem;
  }
  .fs-sm-14 {
    font-size: 0.875rem;
  }
  .fsr-sm-14 {
    font-size: 0.875rem;
  }
  .fs-sm-18 {
    font-size: 1.125rem;
  }
  .fsr-sm-18 {
    font-size: 1.125rem;
  }
  .fs-sm-20 {
    font-size: 1.25rem;
  }
  .fsr-sm-20 {
    font-size: 1.25rem;
  }
  .fs-sm-21 {
    font-size: 1.3125rem;
  }
  .fsr-sm-21 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-21 {
    font-size: 1.3125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-22 {
    font-size: 1.375rem;
  }
  .fsr-sm-22 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-24 {
    font-size: 1.5rem;
  }
  .fsr-sm-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-25 {
    font-size: 1.5625rem;
  }
  .fsr-sm-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-28 {
    font-size: 1.75rem;
  }
  .fsr-sm-28 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-28 {
    font-size: 1.75rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-30 {
    font-size: 1.875rem;
  }
  .fsr-sm-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-35 {
    font-size: 2.1875rem;
  }
  .fsr-sm-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-34 {
    font-size: 2.125rem;
  }
  .fsr-sm-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-40 {
    font-size: 2.5rem;
  }
  .fsr-sm-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-42 {
    font-size: 2.625rem;
  }
  .fsr-sm-42 {
    font-size: calc(1.3875rem + 1.65vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-42 {
    font-size: 2.625rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-45 {
    font-size: 2.8125rem;
  }
  .fsr-sm-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-50 {
    font-size: 3.125rem;
  }
  .fsr-sm-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-75 {
    font-size: 4.6875rem;
  }
  .fsr-sm-75 {
    font-size: calc(1.59375rem + 4.125vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-75 {
    font-size: 4.6875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-80 {
    font-size: 5rem;
  }
  .fsr-sm-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-80 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-12 {
    font-size: 0.75rem;
  }
  .fsr-md-12 {
    font-size: 0.75rem;
  }
  .fs-md-13 {
    font-size: 0.8125rem;
  }
  .fsr-md-13 {
    font-size: 0.8125rem;
  }
  .fs-md-14 {
    font-size: 0.875rem;
  }
  .fsr-md-14 {
    font-size: 0.875rem;
  }
  .fs-md-18 {
    font-size: 1.125rem;
  }
  .fsr-md-18 {
    font-size: 1.125rem;
  }
  .fs-md-20 {
    font-size: 1.25rem;
  }
  .fsr-md-20 {
    font-size: 1.25rem;
  }
  .fs-md-21 {
    font-size: 1.3125rem;
  }
  .fsr-md-21 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-21 {
    font-size: 1.3125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-22 {
    font-size: 1.375rem;
  }
  .fsr-md-22 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .fs-md-24 {
    font-size: 1.5rem;
  }
  .fsr-md-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-25 {
    font-size: 1.5625rem;
  }
  .fsr-md-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .fs-md-28 {
    font-size: 1.75rem;
  }
  .fsr-md-28 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-28 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .fs-md-30 {
    font-size: 1.875rem;
  }
  .fsr-md-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-35 {
    font-size: 2.1875rem;
  }
  .fsr-md-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-34 {
    font-size: 2.125rem;
  }
  .fsr-md-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-40 {
    font-size: 2.5rem;
  }
  .fsr-md-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-42 {
    font-size: 2.625rem;
  }
  .fsr-md-42 {
    font-size: calc(1.3875rem + 1.65vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-42 {
    font-size: 2.625rem;
  }
}
@media (min-width: 768px) {
  .fs-md-45 {
    font-size: 2.8125rem;
  }
  .fsr-md-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-50 {
    font-size: 3.125rem;
  }
  .fsr-md-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-75 {
    font-size: 4.6875rem;
  }
  .fsr-md-75 {
    font-size: calc(1.59375rem + 4.125vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-75 {
    font-size: 4.6875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-80 {
    font-size: 5rem;
  }
  .fsr-md-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-80 {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 0.75rem;
  }
  .fsr-lg-12 {
    font-size: 0.75rem;
  }
  .fs-lg-13 {
    font-size: 0.8125rem;
  }
  .fsr-lg-13 {
    font-size: 0.8125rem;
  }
  .fs-lg-14 {
    font-size: 0.875rem;
  }
  .fsr-lg-14 {
    font-size: 0.875rem;
  }
  .fs-lg-18 {
    font-size: 1.125rem;
  }
  .fsr-lg-18 {
    font-size: 1.125rem;
  }
  .fs-lg-20 {
    font-size: 1.25rem;
  }
  .fsr-lg-20 {
    font-size: 1.25rem;
  }
  .fs-lg-21 {
    font-size: 1.3125rem;
  }
  .fsr-lg-21 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-21 {
    font-size: 1.3125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-22 {
    font-size: 1.375rem;
  }
  .fsr-lg-22 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-24 {
    font-size: 1.5rem;
  }
  .fsr-lg-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-25 {
    font-size: 1.5625rem;
  }
  .fsr-lg-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-28 {
    font-size: 1.75rem;
  }
  .fsr-lg-28 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-28 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 1.875rem;
  }
  .fsr-lg-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-35 {
    font-size: 2.1875rem;
  }
  .fsr-lg-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-34 {
    font-size: 2.125rem;
  }
  .fsr-lg-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-40 {
    font-size: 2.5rem;
  }
  .fsr-lg-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-42 {
    font-size: 2.625rem;
  }
  .fsr-lg-42 {
    font-size: calc(1.3875rem + 1.65vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-42 {
    font-size: 2.625rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-45 {
    font-size: 2.8125rem;
  }
  .fsr-lg-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-50 {
    font-size: 3.125rem;
  }
  .fsr-lg-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-75 {
    font-size: 4.6875rem;
  }
  .fsr-lg-75 {
    font-size: calc(1.59375rem + 4.125vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-75 {
    font-size: 4.6875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-80 {
    font-size: 5rem;
  }
  .fsr-lg-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-12 {
    font-size: 0.75rem;
  }
  .fsr-xl-12 {
    font-size: 0.75rem;
  }
  .fs-xl-13 {
    font-size: 0.8125rem;
  }
  .fsr-xl-13 {
    font-size: 0.8125rem;
  }
  .fs-xl-14 {
    font-size: 0.875rem;
  }
  .fsr-xl-14 {
    font-size: 0.875rem;
  }
  .fs-xl-18 {
    font-size: 1.125rem;
  }
  .fsr-xl-18 {
    font-size: 1.125rem;
  }
  .fs-xl-20 {
    font-size: 1.25rem;
  }
  .fsr-xl-20 {
    font-size: 1.25rem;
  }
  .fs-xl-21 {
    font-size: 1.3125rem;
  }
  .fsr-xl-21 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-21 {
    font-size: 1.3125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-22 {
    font-size: 1.375rem;
  }
  .fsr-xl-22 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-24 {
    font-size: 1.5rem;
  }
  .fsr-xl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-28 {
    font-size: 1.75rem;
  }
  .fsr-xl-28 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-28 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-30 {
    font-size: 1.875rem;
  }
  .fsr-xl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-34 {
    font-size: 2.125rem;
  }
  .fsr-xl-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-40 {
    font-size: 2.5rem;
  }
  .fsr-xl-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-42 {
    font-size: 2.625rem;
  }
  .fsr-xl-42 {
    font-size: calc(1.3875rem + 1.65vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-42 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-45 {
    font-size: 2.8125rem;
  }
  .fsr-xl-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-50 {
    font-size: 3.125rem;
  }
  .fsr-xl-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-75 {
    font-size: 4.6875rem;
  }
  .fsr-xl-75 {
    font-size: calc(1.59375rem + 4.125vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-75 {
    font-size: 4.6875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-80 {
    font-size: 5rem;
  }
  .fsr-xl-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-12 {
    font-size: 0.75rem;
  }
  .fsr-xxl-12 {
    font-size: 0.75rem;
  }
  .fs-xxl-13 {
    font-size: 0.8125rem;
  }
  .fsr-xxl-13 {
    font-size: 0.8125rem;
  }
  .fs-xxl-14 {
    font-size: 0.875rem;
  }
  .fsr-xxl-14 {
    font-size: 0.875rem;
  }
  .fs-xxl-18 {
    font-size: 1.125rem;
  }
  .fsr-xxl-18 {
    font-size: 1.125rem;
  }
  .fs-xxl-20 {
    font-size: 1.25rem;
  }
  .fsr-xxl-20 {
    font-size: 1.25rem;
  }
  .fs-xxl-21 {
    font-size: 1.3125rem;
  }
  .fsr-xxl-21 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-21 {
    font-size: 1.3125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-22 {
    font-size: 1.375rem;
  }
  .fsr-xxl-22 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-24 {
    font-size: 1.5rem;
  }
  .fsr-xxl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xxl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-28 {
    font-size: 1.75rem;
  }
  .fsr-xxl-28 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-28 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-30 {
    font-size: 1.875rem;
  }
  .fsr-xxl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xxl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-34 {
    font-size: 2.125rem;
  }
  .fsr-xxl-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-40 {
    font-size: 2.5rem;
  }
  .fsr-xxl-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-42 {
    font-size: 2.625rem;
  }
  .fsr-xxl-42 {
    font-size: calc(1.3875rem + 1.65vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-42 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-45 {
    font-size: 2.8125rem;
  }
  .fsr-xxl-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-50 {
    font-size: 3.125rem;
  }
  .fsr-xxl-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-75 {
    font-size: 4.6875rem;
  }
  .fsr-xxl-75 {
    font-size: calc(1.59375rem + 4.125vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-75 {
    font-size: 4.6875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-80 {
    font-size: 5rem;
  }
  .fsr-xxl-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-80 {
    font-size: 5rem;
  }
}
#back-to-top,
.right-icon {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #D0104C;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  #back-to-top,
  .right-icon {
    width: 30px;
    height: 30px;
  }
}

.btn:not(.more) {
  min-width: 180px;
}

.breadcrumb-item a {
  color: #888;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb-item:last-child {
  color: #0B78C1;
}

.editor ol {
  list-style: decimal;
  padding-left: 25px;
}
.editor ul {
  list-style: inherit;
  padding-left: 25px;
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ratio img {
  max-width: 100%;
  max-height: 100%;
}
.ratio.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 767.98px) {
  .aside-menu.deactive {
    display: none;
  }
  .aside-menu.active {
    display: block;
  }
}

@media (min-width: 768px) {
  .aside-list {
    max-width: 215px;
  }
}
.aside-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside-list a {
  display: block;
  padding: 0.6rem;
  color: inherit;
}
.aside-list > li {
  position: relative;
}
.aside-list > li:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #D0104C;
}
.aside-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.aside-list > li > a:after {
  content: "\e4b2";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font: var(--fa-font-regular);
  display: none;
}
.aside-list > li > a [class*=fa] {
  margin-top: 3px;
  margin-left: 10px;
  display: none;
}
.aside-list > li:hover > a, .aside-list > li.mm-active > a {
  background-color: #D0104C;
  color: #fff;
}
.aside-list > li:hover > a [class*=fa], .aside-list > li.mm-active > a [class*=fa] {
  display: block;
}
.aside-list > li ul {
  padding-left: 1rem;
}
.aside-list > li ul li:hover > a, .aside-list > li ul li.mm-active > a {
  color: #D0104C;
}

.m-button {
  background-color: #D0104C;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.m-button span {
  pointer-events: none;
}
.m-button:after {
  content: "\f107";
  font: var(--fa-font-solid);
  display: block;
  color: #fff;
}
.m-button [class*=fa] {
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-button.active {
  background-color: #0B78C1;
}
.m-button.active [class*=fa] {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pages .pagination {
  --bs-pagination-padding-y: 0;
  --bs-pagination-padding-x: 0;
  --bs-pagination-border-width: 1px;
  --bs-pagination-active-border-color: #0B78C1;
  --bs-pagination-hover-border-color: #0B78C1;
  --bs-pagination-hover-bg: none;
  --bs-pagination-hover-color: #0B78C1;
  --bs-pagination-active-bg: none;
  --bs-pagination-active-color: #0B78C1;
  --bs-pagination-disabled-bg: none;
  --bs-pagination-color: $c3;
}
.pages .pagination .page-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.pages .pagination .page-item:not(.arrow):hover .page-link, .pages .pagination .page-item:not(.arrow).active .page-link {
  border-color: var(--bs-pagination-active-border-color);
}
.pages .page-link {
  width: 1.5rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: transparent;
}

#right-float-box {
  position: fixed;
  z-index: 8000;
  right: 0;
  bottom: 50px;
}
#right-float-box .right-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.5rem;
}
#right-float-box .navar-line {
  background-color: #00c300;
  color: #fff;
}
#right-float-box .email {
  background-color: #000;
  color: #fff;
}
#right-float-box .phone {
  background-color: #D0104C;
  color: #fff;
}
#right-float-box #back-to-top {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

footer {
  background-color: #F5F5F5;
  position: relative;
}
@media (min-width: 768px) {
  footer:before {
    left: 60%;
  }
}
@media (min-width: 992px) {
  footer:before {
    left: 66%;
  }
}
@media (max-width: 767.98px) {
  footer:before {
    display: none;
  }
}
footer a {
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}
footer .copyright {
  color: #EDEDED;
}
footer .footer-nav-row {
  border-left: 1px solid #BCBCBC;
  border-right: 1px solid #BCBCBC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1rem 1fr 1rem 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  grid-auto-rows: 3;
  gap: 1rem 15%;
  width: 80%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
footer .footer-nav li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #D0104C;
  border-radius: 50%;
}
footer .footer-nav-row {
  position: relative;
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-list li .icon {
  width: 1.2rem;
  text-align: center;
  margin-right: 0.5rem;
}

.social-list a:hover.facebook {
  color: #3b5998;
}
.social-list a:hover.line {
  color: #00c300;
}
.social-list a:hover.youtube {
  color: #ff0000;
}

.inner-banner {
  position: relative;
}
.inner-banner .banner-img {
  -webkit-mask: url(../_img/layout/banner_mask.png) no-repeat left bottom;
          mask: url(../_img/layout/banner_mask.png) no-repeat left bottom;
  -webkit-mask-size: cover;
          mask-size: cover;
}
#banner.inner-banner .banner-icon {
  bottom: 0;
  left: 0;
}
#banner.inner-banner .banner-icon img {
  -webkit-transform: rotate(59deg);
      -ms-transform: rotate(59deg);
          transform: rotate(59deg);
  width: calc(1.9rem + 7.8vw);
}
@media (min-width: 1200px) {
  #banner.inner-banner .banner-icon img {
    width: 7.75rem;
  }
}
@media (max-width: 575.98px) {
  #banner.inner-banner .banner-icon img {
    width: 50px;
  }
}

.mega-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: absolute;
  position: fixed;
  z-index: 9001;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  width: 100%;
}
.mega-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu [class*=container] ul.product-mega-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 10%;
}
.mega-menu [class*=container] ul.product-mega-menu a:hover {
  text-decoration: underline;
}
.mega-menu [class*=container] ul.product-mega-menu > li > a {
  color: #D0104C;
  font-weight: bold;
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
.mega-menu [class*=container] ul.product-mega-menu > li > a:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #D0104C;
  position: absolute;
  left: -1rem;
  top: 0;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul a {
  display: block;
  color: #000000;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul a:hover {
  color: #D0104C;
  text-decoration: underline;
}
.mega-menu [class*=container] ul.product-mega-menu ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 0.3rem 1fr 0.3rem 1fr 0.3rem 1fr 0.3rem 1fr;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  grid-auto-rows: 3;
  gap: 0.3rem 1rem;
}
.mega-menu [class*=container] ul.brand-mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  gap: 2rem 0;
}
.mega-menu [class*=container] ul.brand-mega-menu > li {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.mega-menu [class*=container] ul.brand-mega-menu a {
  display: block;
  color: inherit;
}
.mega-menu [class*=container] ul.brand-mega-menu a:hover {
  color: #D0104C;
}
.mega-menu [class*=container] ul.brand-mega-menu .img-row {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3px 10px;
}
.mega-menu [class*=container] ul.brand-mega-menu .txt-row {
  text-align: center;
  margin-top: 0.5rem;
}

#metismenu .nav-brand-mega-menu > ul.mm-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0;
}
#metismenu .nav-brand-mega-menu > ul li {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: center;
}
#metismenu .nav-brand-mega-menu > ul li:first-child {
  margin-top: 0;
}
#metismenu .nav-brand-mega-menu > ul li a {
  display: block;
}
#metismenu .nav-brand-mega-menu > ul li a .img-row {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3px 10px;
}
#metismenu .nav-brand-mega-menu > ul li a .txt-row {
  margin-top: 5px;
}

.btn {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.btn.btn-light:hover {
  background-color: #D0104C;
  color: #fff;
}

#index {
  background-color: #F5F5F5;
}
#index #banner {
  position: relative;
  background-image: url(../_img/index/banner_bg.jpg);
  background-size: 100% 100%;
  padding: 4rem 0;
}
@media (max-width: 767.98px) {
  #index #banner {
    padding: 3rem 0;
  }
}

.banner-slider {
  border: 4px solid #D0104C;
  border-radius: 20px;
  width: 780px;
  max-width: 80%;
}
#banner .banner-icon {
  position: absolute;
}
#banner .banner-icon.icon01 {
  left: 0;
  top: 0;
  -webkit-transform: translate(-30%, -30%);
      -ms-transform: translate(-30%, -30%);
          transform: translate(-30%, -30%);
}
#banner .banner-icon.icon02 {
  bottom: -1rem;
  left: 0;
}
#banner .banner-icon.icon03 {
  right: 0;
  bottom: 50%;
  -webkit-transform: translate(40%, 50%);
      -ms-transform: translate(40%, 50%);
          transform: translate(40%, 50%);
}
@media (max-width: 575.98px) {
  #banner .banner-icon.icon01 {
    width: 100px;
  }
  #banner .banner-icon.icon03 {
    width: 50px;
  }
}

.banner-fixed-img {
  position: relative;
  z-index: 100;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.banner-fixed-img .banner-icon,
.banner-fixed-img .banner-dot {
  position: absolute;
  top: -2rem;
  left: 0;
  top: 0;
}
.banner-fixed-img .banner-icon {
  -webkit-transform: translate(0, -90%);
      -ms-transform: translate(0, -90%);
          transform: translate(0, -90%);
  z-index: 100;
  left: 10%;
}
.banner-fixed-img .banner-dot {
  -webkit-transform: translate(-40%, -20%);
      -ms-transform: translate(-40%, -20%);
          transform: translate(-40%, -20%);
  z-index: 50;
}
@media (max-width: 575.98px) {
  .banner-fixed-img .banner-icon {
    width: 30px;
    left: 0;
  }
  .banner-fixed-img .banner-dot {
    width: 150px;
  }
}

#index-about {
  position: relative;
  z-index: 150;
}

.hr-container {
  position: relative;
  z-index: -1;
}

.dot-hr {
  border: 0;
  background-image: linear-gradient(to right, #BCBCBC 0, #BCBCBC 8px, transparent 8px, transparent 16px);
  height: 1px;
  background-size: 16px;
  opacity: 1;
  z-index: 10;
  position: relative;
}

.index-blob {
  position: absolute;
  top: -50px;
  z-index: 5;
  right: 0;
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

#index-youtube {
  position: relative;
  overflow: hidden;
  background-image: url(../_img/index/yt_bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
#index-youtube:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 50;
}
#index-youtube .yt-bg-row {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}
#index-youtube .yt-bg-row img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#index-youtube .yt-bg-row + * {
  position: relative;
  z-index: 100;
}
#index-youtube .video-row .youtube {
  max-width: 653px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

#index-nav-btn .index-nav-btn-item {
  border: 3px solid #D0104C;
  border-radius: 20px;
  padding: 7px 8px;
  position: relative;
  color: inherit;
}
#index-nav-btn .index-nav-btn-item .img-row {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  z-index: 50;
}
#index-nav-btn .index-nav-btn-item .img-row:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 150;
  background-color: #D0104C;
  opacity: 0.6;
}
#index-nav-btn .index-nav-btn-item .img-row .pic {
  position: relative;
  width: 100%;
  z-index: 100;
}
#index-nav-btn .index-nav-btn-item .txt-row {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#index-nav-btn .index-nav-btn-item.item-activity {
  border-color: #EB7D1E;
}
#index-nav-btn .index-nav-btn-item.item-activity .img-row:before {
  background-color: #EB7D1E;
}
#index-nav-btn .index-nav-btn-item.item-publication {
  border-color: #68AA1C;
}
#index-nav-btn .index-nav-btn-item.item-publication .img-row:before {
  background-color: #68AA1C;
}
#index-nav-btn .index-nav-btn-item.item-news {
  border-color: #0B78C1;
}
#index-nav-btn .index-nav-btn-item.item-news .img-row:before {
  background-color: #0B78C1;
}
#index-nav-btn .index-nav-btn-item:hover .img-row:before {
  opacity: 1;
}

#datepicker .datepicker-inline {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
#datepicker .datepicker-inline table {
  width: 100%;
  background: #DFE6EA;
}
#datepicker .datepicker-inline table * {
  border-radius: 0;
}
#datepicker .datepicker-inline table .prev,
#datepicker .datepicker-inline table .next {
  background: #529ED1;
  color: #fff;
  font-size: 1.5rem;
  font-weight: lighter;
  padding: 0;
}
#datepicker .datepicker-inline table .datepicker-switch {
  background: #0B78C1;
  color: #fff;
  padding: 12px 5px 10px;
  font-size: 1rem;
  font-weight: normal;
}
#datepicker .datepicker-inline table .dow {
  background: #fff;
  color: #0B78C1;
}
#datepicker .datepicker-inline table .day {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#datepicker .datepicker-inline table .day.today {
  background: #0B78C1;
  color: #fff;
}
#datepicker .datepicker-inline table .day:hover {
  background: rgba(11, 120, 193, 0.4);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: none;
}
#datepicker .datepicker-inline table .day.active {
  background: #0B78C1 !important;
  color: #fff;
  text-shadow: none;
}
#datepicker .datepicker-inline table th,
#datepicker .datepicker-inline table td {
  padding: 7px 5px;
}
#datepicker .datepicker-inline table th.old, #datepicker .datepicker-inline table th.new,
#datepicker .datepicker-inline table td.old,
#datepicker .datepicker-inline table td.new {
  background: rgba(255, 255, 255, 0.9);
}
#datepicker .datepicker-inline table tfoot th.today {
  background: #fff;
  padding: 10px 5px 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0B78C1;
  position: relative;
}
#datepicker .datepicker-inline table tfoot th.today::before {
  position: absolute;
  content: "";
  border: 1px #0B78C1 solid;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#datepicker .datepicker-inline table tfoot th.today:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(11, 120, 193, 0.8);
  color: #fff;
}

.index-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9rem;
}
.index-news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.index-news-list li a {
  color: #2F3D45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 0.5rem;
  text-decoration: underline;
}
.index-news-list li a:hover {
  color: #D0104C;
}
.index-news-list li a .vr {
  height: 90%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.index-news-list li a .n-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.index-news-list li a .n-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .index-news-list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3px;
  }
  .index-news-list li a .vr {
    display: none;
  }
}
.index-news-list li .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
  background-color: #EB7D1E;
  border-radius: 50%;
}

.service-item .img-row {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.service-item .img-row .pic {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-item .img-row:hover .pic {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-detail .detail-content {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}
.service-detail .detail-content .nav {
  background-color: #6F6F6F;
  padding: 1rem;
  gap: 1rem;
}
.service-detail .detail-content .nav li .nav-link {
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.5rem 1rem;
  font-weight: bold;
}
.service-detail .detail-content .nav li .nav-link:hover, .service-detail .detail-content .nav li .nav-link.active {
  background-color: #fff;
  color: #6F6F6F;
}
.service-detail .detail-content .tab-content {
  padding: 2rem;
}

#about {
  position: relative;
}
#about .bg-img01 {
  position: absolute;
  right: 0;
  top: 40vh;
  z-index: -1;
  -webkit-transform: translate(35%, 0);
      -ms-transform: translate(35%, 0);
          transform: translate(35%, 0);
}
#about .bg-img02 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: translate(-35%, 50%);
      -ms-transform: translate(-35%, 50%);
          transform: translate(-35%, 50%);
}

#about-section2 {
  background-color: #f5f5f5;
}
#about-section2 [class*=container] {
  position: relative;
}
#about-section2 .deco-heart {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: calc(2.65625rem + 16.875vw);
}
@media (min-width: 1200px) {
  #about-section2 .deco-heart {
    width: 15.3125rem;
  }
}

.timeline-row {
  position: relative;
}
.timeline-row:after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #BCBCBC;
  z-index: 0;
}
.timeline-row:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #000000;
  border-radius: 50%;
  margin: auto;
  -webkit-transform: translate(0, -16px);
      -ms-transform: translate(0, -16px);
          transform: translate(0, -16px);
}
.timeline-row .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 100;
  margin-bottom: 2rem;
}
.timeline-row .item .txt-row,
.timeline-row .item .blank {
  width: 50%;
}
.timeline-row .item .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #D0104C;
  border-radius: 50%;
  top: 1.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.timeline-row .item .dot:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #D0104C;
}
.timeline-row .item .txt-row .title {
  font-weight: bold;
}
.timeline-row .item:nth-child(odd) .txt-row {
  text-align: right;
  padding-right: 2rem;
}
.timeline-row .item:nth-child(odd) .txt-row .title {
  color: #D0104C;
}
.timeline-row .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.timeline-row .item:nth-child(even) .txt-row {
  padding-left: 2rem;
}
.timeline-row .item:nth-child(even) .txt-row .title {
  color: #0B78C1;
}
.timeline-row .item:nth-child(even) .dot {
  background-color: #0B78C1;
}
.timeline-row .item:nth-child(even) .dot:before {
  border-color: #0B78C1;
}

.donate-type li .icon {
  font-size: 20px;
}
.donate-type li .icon:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: none;
  color: #D0104C;
  font: var(--fa-font-solid);
  content: "\f0da";
  margin-right: 1rem;
}
.donate-type li .icon svg {
  margin-right: 1rem;
}
.donate-type li .icon svg path {
  fill: #D0104C;
}

.faq-menu .faq-item {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  border-radius: 10px;
}
.faq-menu .faq-item.mm-active .faq-link .faq-link-content, .faq-menu .faq-item:hover .faq-link .faq-link-content {
  color: #0B78C1;
}
.faq-menu .faq-item.mm-active .faq-link {
  border-color: #BCBCBC;
}
.faq-menu .faq-item.mm-active .faq-link .faq-link-content .arrows i,
.faq-menu .faq-item.mm-active .faq-link .faq-link-content .arrows [class*=fa] {
  color: #0B78C1;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq-menu .faq-item .faq-link {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.faq-menu .faq-item .faq-link .faq-link-content {
  padding: 1.5rem 1rem 1.5rem 4rem;
  background-color: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.faq-menu .faq-item .faq-link .faq-link-content .t {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 4.875rem;
  line-height: 1;
  font-family: "微軟正黑體";
  opacity: 0.24;
  color: #0B78C1;
  -webkit-transform: translate(-20%, -15%);
      -ms-transform: translate(-20%, -15%);
          transform: translate(-20%, -15%);
}
.faq-menu .faq-item .faq-link .faq-link-content .arrows i,
.faq-menu .faq-item .faq-link .faq-link-content .arrows [class*=fa] {
  color: #000000;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq-menu .faq-item .faq-answer {
  background-color: #fff;
}
.faq-menu .faq-item .faq-answer .faq-answer-content {
  padding: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq-menu .faq-item .faq-answer .faq-answer-content .t {
  margin-right: 0.5rem;
}
.faq-menu .faq-item .faq-answer .faq-answer-content .editor p:last-child {
  margin-bottom: 0;
}

.donate-method-row {
  padding: 2rem 1.5rem;
  background-color: #F5F5F5;
  border-radius: 10px;
}

.method-row .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  border-color: #0B78C1;
}
.method-row .nav .nav-item {
  text-align: center;
}
.method-row .nav .nav-item .nav-link {
  padding: 0.5rem 0 0.8rem;
  color: #BCBCBC;
  outline: none;
  margin: 0;
  border: 0;
  position: relative;
}
.method-row .nav .nav-item .nav-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
}
.method-row .nav .nav-item .nav-link.active {
  color: #0B78C1;
  background: none;
}
.method-row .nav .nav-item .nav-link.active:after {
  background-color: #0B78C1;
}
.method-row .nav .nav-item .nav-link:hover {
  color: #0B78C1;
}
.method-row .tab-content {
  margin-top: 1.5rem;
}
.method-row .tab-content .tab-pane .content {
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
}
.method-row .tab-content .credit-method-type .btn,
.method-row .tab-content .amount-list .btn {
  min-width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.method-row .tab-content .amount-list .custom-amount {
  width: 100%;
  border-radius: 50px;
  border: 1px solid #BCBCBC;
  color: #000000;
  padding: 0.7rem 1rem;
}
.method-row .tab-content .amount-list .custom-amount:input-placeholder {
  color: #BCBCBC;
}
.method-row .tab-content #credit-card-content .pay {
  display: block;
  padding: 1rem;
  background-color: #BCBCBC;
  color: #fff;
  margin-top: 1.7rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: -2rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.method-row .tab-content #credit-card-content .pay:hover {
  background-color: #D0104C;
}

.donate-index {
  position: relative;
}
.donate-index .bg-img01 {
  position: absolute;
  right: 0;
  top: 40vh;
  z-index: -1;
  -webkit-transform: translate(35%, 0);
      -ms-transform: translate(35%, 0);
          transform: translate(35%, 0);
}
.donate-index .bg-img02 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: translate(-35%, 10%);
      -ms-transform: translate(-35%, 10%);
          transform: translate(-35%, 10%);
}

#donate-amount-page-section1 .input-row {
  max-width: 580px;
  margin: 0 auto;
}
#donate-amount-page-section1 .input-row .input {
  overflow: hidden;
}
#donate-amount-page-section1 .input-row .input input {
  background: none;
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: #fff;
  outline: 0;
  min-width: auto;
  overflow: hidden;
}
#donate-amount-page-section1 .input-row .input input::-webkit-input-placeholder {
  color: #BCBCBC;
}
#donate-amount-page-section1 .input-row .input input::-moz-placeholder {
  color: #BCBCBC;
}
#donate-amount-page-section1 .input-row .input input:-ms-input-placeholder {
  color: #BCBCBC;
}
#donate-amount-page-section1 .input-row .input input::-ms-input-placeholder {
  color: #BCBCBC;
}
#donate-amount-page-section1 .input-row .input input::placeholder {
  color: #BCBCBC;
}
#donate-amount-page-section1 .input-row .btn-row .btn {
  width: auto;
  min-width: auto;
  background-color: #F5F5F5;
}
#donate-amount-page-section1 .input-row .btn-row .btn:hover {
  background-color: #BCBCBC;
}

#donate-amount-page-section2 {
  background-color: #f5f5f5;
}

.activity-cat li a {
  border-radius: 50px;
  padding: 0.5rem 1rem;
  color: #fff;
  border: 1px solid #BCBCBC;
  background-color: #6F6F6F;
}
.activity-cat li a:hover, .activity-cat li a.active {
  background-color: #0B78C1;
  color: #fff;
  border-color: #0B78C1;
}

.activity-item {
  border-radius: 10px;
  overflow: hidden;
}
.activity-item:hover .txt-row .content {
  background-color: #D0104C !important;
  color: #fff;
}
.activity-item .txt-row .content .a-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制到三行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.activity-item .txt-row .content .info {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 限制到三行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.publication-item:hover .txt-row .publication-name {
  color: #D0104C;
}

.form .form-control,
.form .form-select {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #D5D5D5;
  background: none;
}
.form .form-control:not(:-moz-placeholder-shown), .form .form-select:not(:-moz-placeholder-shown) {
  border-color: #D0104C;
}
.form .form-control:not(:-ms-input-placeholder), .form .form-select:not(:-ms-input-placeholder) {
  border-color: #D0104C;
}
.form .form-control:focus, .form .form-control:not(:placeholder-shown),
.form .form-select:focus,
.form .form-select:not(:placeholder-shown) {
  border-color: #D0104C;
}
.form textarea.form-control {
  min-height: 180px;
}
.form .l-head {
  width: 100%;
  max-width: 4rem;
}
.form .form-floating label:after {
  display: none;
}
.form .form-floating.required label:before {
  content: "*";
  display: inline-block;
  position: absolute;
  right: 0;
  color: #D0104C;
}
.form .custom-file-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form .file-button {
  background-color: #939393;
  border: none;
  color: white;
  border-radius: 5px;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
}
.form .file-name {
  margin-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: #0B78C1;
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  color: #0B78C1;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: #0B78C1;
}

#contact {
  background-color: #EDEDED;
}

.contact-left .info-row a {
  color: inherit;
}
.contact-left .info-row a:hover {
  text-decoration: underline;
  color: #D0104C;
}
.contact-left .social-row {
  border-top: 1px solid #E4E7EA;
}
/*# sourceMappingURL=style.css.map */