@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
html, body {
  margin: 0;
  padding: 0;
  background-color: #000;
  font-size: 10px;
}

.modules-content h1, .modules-content h2, .modules-content h3, .modules-content h4, .modules-content h5, .modules-content h6, .modules-content p {
  margin: 0;
}

.modules-content h1, .modules-content h2, .modules-content h3, .modules-content h4, .modules-content h5, .modules-content h6 {
  font-family: 'xolonium', sans-serif;
}

.modules-content h1 {
  font-size: 5.7rem;
}

@media screen and (max-width: 414px) {
  .modules-content h1 {
    font-size: 3.6rem;
  }
}

.modules-content h2 {
  font-size: 5rem;
  font-weight: 400;
}

@media screen and (max-width: 414px) {
  .modules-content h2 {
    font-size: 3.2rem;
  }
}

.modules-content h3 {
  font-size: 3rem;
}

@media screen and (max-width: 414px) {
  .modules-content h3 {
    font-size: 2.6rem;
  }
}

.modules-content h4 {
  font-size: 1.9rem;
}

.modules-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
}

@media screen and (max-width: 414px) {
  .modules-content p {
    font-size: 1.2rem;
  }
}

.modules-content a {
  text-decoration: none;
  color: #ff0029 !important;
  transition: 0.3s;
  display: inline-block;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.modules-content a:hover {
  text-shadow: initial;
  color: #0094f2 !important;
}

.modules-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.modules-content li {
  margin: 10px 0;
}

.ql-align-center {
  text-align: center;
}

.ql-align-justify {
  text-align: justify;
}

.ql-align-right {
  text-align: right;
}

.ql-size-small {
  font-size: 0.75em;
}

.ql-size-large {
  font-size: 1.3em;
  line-height: 1.5em;
}

.ql-size-huge {
  font-size: 1.5em;
  line-height: 1.7em;
}

.banner {
  height: 1000px;
}

@media screen and (max-width: 768px) {
  .banner {
    height: 600px;
  }
}

@media screen and (max-width: 414px) {
  .banner {
    height: 400px;
    background-size: cover !important;
  }
}

.banner .model-image {
  -webkit-transform: translate(-23px, 333px);
          transform: translate(-23px, 333px);
}

@media screen and (max-width: 768px) {
  .banner .model-image {
    -webkit-transform: translate(-23px, 132px);
            transform: translate(-23px, 132px);
  }
}

@media screen and (max-width: 414px) {
  .banner .model-image {
    -webkit-transform: translate(-10px, 94px) scale(0.67);
            transform: translate(-10px, 94px) scale(0.67);
  }
}

@media screen and (max-width: 375px) {
  .banner .model-image {
    -webkit-transform: translate(-10px, 105px) scale(0.75);
            transform: translate(-10px, 105px) scale(0.75);
  }
}

@media screen and (max-width: 320px) {
  .banner .model-image {
    -webkit-transform: translate(-9px, 120px) scale(0.89);
            transform: translate(-9px, 120px) scale(0.89);
  }
}

.modules-content .container {
  max-width: 1600px;
}

@media only screen and (max-width: 768px) {
  .ql-size-small {
    font-size: 0.65em;
  }
  .ql-size-large {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  .ql-size-huge {
    font-size: 1.3em;
    line-height: 1.5em;
  }
}

@media only screen and (max-width: 414px) {
  .ql-size-small {
    font-size: 0.6em;
  }
  .ql-size-large {
    font-size: 1.05em;
  }
  .ql-size-huge {
    font-size: 1.15em;
  }
}

.model-image {
  text-align: center;
}

.model-image img {
  max-width: 100%;
}

.model-btn {
  text-align: center;
}

.model-btn:not(:last-of-type) {
  margin-bottom: 40px;
}

.model-btn .btn-container {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #910000;
  cursor: pointer;
  color: #910000;
  text-align: center;
  transition: 0.3s;
}

.model-btn .btn-container p {
  margin: 0;
}

.model-btn .btn-container:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.model-btn .btn-container.border {
  border: 1px solid #910000;
  border-radius: 0;
  border-right: none;
  position: relative;
}

.model-btn .btn-container.border::before, .model-btn .btn-container.border::after {
  content: "";
  position: absolute;
  left: 100%;
  height: 61%;
  width: 1px;
  background-color: #910000;
}

.model-btn .btn-container.border::before {
  top: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.model-btn .btn-container.border::after {
  bottom: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.class3 .model-btn .btn-container {
  border: 1px solid #fff;
  color: #fff;
}

.class3 .model-btn .btn-container.border {
  border: 1px solid #fff;
  border-right: none;
}

.class3 .model-btn .btn-container.border::before, .class3 .model-btn .btn-container.border::after {
  background-color: #fff;
}

.module-tab {
  border: none;
  display: flex;
}

.module-tab .tabList {
  background-color: transparent;
  display: flex;
}

.module-tab .tabList.justifyCenter {
  justify-content: center;
}

.module-tab.tabBottom {
  flex-direction: column-reverse;
}

.module-tab .tabListItem {
  width: 72px;
  height: 7px;
  border: 1px solid #910000 !important;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}

.module-tab .tabListItem:not(:last-of-type) {
  margin-right: 10px;
}

.module-tab .tabListItem.active {
  background-color: red;
}

.module-tab .tabContent {
  margin-bottom: 20px;
  padding: 60px 0;
}

@media screen and (max-width: 414px) {
  .module-tab .tabContent {
    margin-bottom: 0;
    padding: 20px 0;
  }
}

.module-tab .tabContent .image {
  -webkit-transform: perspective(700px) rotateY(15deg) translateX(50px);
          transform: perspective(700px) rotateY(15deg) translateX(50px);
  width: 100%;
  height: 420px;
  background-size: cover;
}

@media screen and (max-width: 414px) {
  .module-tab .tabContent .image {
    height: 185px;
    -webkit-transform: initial;
            transform: initial;
  }
}

.model-kaleidoscope .kaleidoscope-container {
  display: flex;
}

.model-kaleidoscope .kaleidoscope-container.effect-turn-page .kaleidoscope-item {
  position: relative;
  flex: 1;
}

.model-kaleidoscope .kaleidoscope-container.effect-turn-page .kaleidoscope-item:not(:last-of-type) {
  margin-right: 5px;
}

.model-kaleidoscope .kaleidoscope-container.effect-turn-page .kaleidoscope-item .kaleidoscope-item-page {
  padding: 20px;
  background-size: cover;
  background-position: center;
  background-color: #0c0c0c;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.model-kaleidoscope .kaleidoscope-container.effect-turn-page .kaleidoscope-item .page-1 {
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: opacity 0.15s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.15s;
  transition: transform 0.3s, opacity 0.15s, -webkit-transform 0.3s;
  transition-delay: 0;
}

.model-kaleidoscope .kaleidoscope-container.effect-turn-page .kaleidoscope-item .page-2 {
  justify-content: flex-start;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.15s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.15s;
  transition: transform 0.3s, opacity 0.15s, -webkit-transform 0.3s;
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
          transform: rotate3d(0, 1, 0, 180deg);
  opacity: 0;
  border: 1px solid #c00d3b;
  text-align: left;
  align-items: flex-start;
}

.model-kaleidoscope .kaleidoscope-container.effect-turn-page .kaleidoscope-item:hover .page-1 {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
          transform: rotate3d(0, 1, 0, 180deg);
  opacity: 0;
}

.model-kaleidoscope .kaleidoscope-container.effect-turn-page .kaleidoscope-item:hover .page-2 {
  -webkit-transform: rotate3d(0, 1, 0, 360deg);
          transform: rotate3d(0, 1, 0, 360deg);
  opacity: 1;
}

.model-kaleidoscope .kaleidoscope-container.effect-turn-page.set-height-completed .page-2 {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .model-kaleidoscope .kaleidoscope-container.effect-turn-page .kaleidoscope-item .page-1 {
    opacity: 0;
  }
  .model-kaleidoscope .kaleidoscope-container.effect-turn-page .kaleidoscope-item .page-2 {
    opacity: 1;
    -webkit-transform: initial;
            transform: initial;
  }
}

@media screen and (max-width: 768px) {
  .model-kaleidoscope .kaleidoscope-container {
    overflow-x: auto;
  }
}

.model-banner .module-bannerslick-box {
  position: relative;
}

.model-banner .module-bannerslick-box .banner-content {
  position: absolute;
  padding: 15px;
}

.model-banner .module-bannerslick-box .banner-content-box {
  padding-top: 18.5%;
  position: relative;
  background-position: center center;
  background-size: cover;
}

.model-banner .module-bannerslick-box .banner-content-box.text-justify-left.text-vertical-top .banner-content {
  left: 0;
  top: 0;
}

.model-banner .module-bannerslick-box .banner-content-box.text-justify-left.text-vertical-center .banner-content {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.model-banner .module-bannerslick-box .banner-content-box.text-justify-left.text-vertical-bottom .banner-content {
  left: 0;
  bottom: 0;
}

.model-banner .module-bannerslick-box .banner-content-box.text-justify-center.text-vertical-top .banner-content {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.model-banner .module-bannerslick-box .banner-content-box.text-justify-center.text-vertical-center .banner-content {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.model-banner .module-bannerslick-box .banner-content-box.text-justify-center.text-vertical-bottom .banner-content {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.model-banner .module-bannerslick-box .banner-content-box.text-justify-right.text-vertical-top .banner-content {
  right: 0;
  top: 0;
}

.model-banner .module-bannerslick-box .banner-content-box.text-justify-right.text-vertical-center .banner-content {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.model-banner .module-bannerslick-box .banner-content-box.text-justify-right.text-vertical-bottom .banner-content {
  right: 0;
  bottom: 0;
}

.model-banner .module-bannerslick-box.arrow-inside {
  padding: 0;
}

.model-banner .module-bannerslick-box.arrow-inside .slick-prev {
  left: 1em;
}

.model-banner .module-bannerslick-box.arrow-inside .slick-next {
  right: 1em;
}

.model-banner .module-bannerslick-box.is-infinite .banner-content-box {
  padding-top: 8%;
}

.model-banner .slick-arrow {
  display: inline-block;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  z-index: 5;
}

.model-banner .slick-arrow.slick-prev {
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
  left: 40px;
}

.model-banner .slick-arrow.slick-next {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 40px;
}

.model-banner .slick-dots {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.model-banner .slick-dots li button {
  display: inline-block;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #666;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.model-banner .slick-dots li:not(:last-child) {
  margin-right: 10px;
}

.model-banner .slick-dots li.slick-active button {
  background-color: #fff;
}

.module-youtube img {
  cursor: pointer;
  width: 100%;
}

.module-youtube .popup-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.module-youtube .popup-mask.hide {
  display: none;
}

.module-youtube .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.module-youtube .close-btn::before, .module-youtube .close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
}

.module-youtube .close-btn::before {
  width: 100%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.module-youtube .close-btn::after {
  width: 2px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}

.module-youtube.mode-0 {
  position: relative;
}

.module-youtube.mode-0 .preview-image {
  width: 100%;
  padding-top: 60%;
  background-position: center center;
  background-size: cover;
  transition: opacity 0.3s;
  cursor: pointer;
  opacity: 1;
  position: relative;
  z-index: 1;
}

.module-youtube.mode-0 .preview-image.hide {
  opacity: 0;
  pointer-events: none;
}

.module-youtube.mode-0 .preview-image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAC0CAMAAAAKE/YAAAADAFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/LkhhAAAA/3RSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1O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");
  background-position: center;
  background-size: cover;
}

.module-youtube.mode-0 .iframe-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.module-youtube.mode-0 .iframe-container:not(.no-preview-image) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition-delay: 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}

.module-youtube.mode-0 .iframe-container.hide {
  opacity: 0;
}

.module-youtube.mode-0 .iframe-container iframe {
  max-width: 100%;
}

.model-slider .slider-content-box {
  display: flex;
}

.model-slider .slider-content-box > .slider-content-image {
  flex: 1;
}

.model-slider .slider-content-box > .slider-content-image img {
  width: 100%;
}

.model-slider .slider-content-box > .slider-content-text {
  flex: 1;
}

.model-slider .slider-content-box:not(.image-right) .slider-content-image {
  margin-right: 20px;
}

.model-slider .slider-content-box.image-right {
  flex-direction: row-reverse;
}

.model-slider .slider-content-box.image-right .slider-content-image {
  margin-left: 20px;
}

.model-table td {
  vertical-align: middle;
}

.model-imageslick {
  margin: 5px 0;
  text-align: center;
}

.model-imageslick .button {
  position: relative;
}

.model-imageslick .imagesupload {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}

.model-imageslick .progress {
  display: none;
  height: 5px;
  margin: 0;
}

.model-imageslick .pvimg {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 100%;
}

.model-imageslick .slick-prev,
.model-imageslick .slick-next {
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s;
  width: 42px;
  height: 42px;
  background: #6666664d;
  z-index: 1;
}

.model-imageslick .slick-prev::before,
.model-imageslick .slick-next::before {
  font-size: 40px;
  color: #fff !important;
}

.model-imageslick .slick-prev:hover, .model-imageslick .slick-prev:focus,
.model-imageslick .slick-next:hover,
.model-imageslick .slick-next:focus {
  outline: none;
  background: #666666;
}

.model-imageslick .slick-prev {
  left: 20px;
}

.model-imageslick .slick-next {
  right: 20px;
}

.model-imageslick .slick-list {
  margin: 0;
}

.model-banner .module-bannerslick-box.is-infinite .banner-content-box {
  padding-top: 13.2%;
}
