h1,
.h1 {
  color: rgb(244, 81, 30);
}

p,
td {
  color: rgb(48, 48, 48);
}

p {
  margin: 0;
}

.c-primary {
  color: #A42D08;
}

.c-gray {
  color: #666666;
}

.logo-xs {
  font-size: 16px;
}

.br-12 {
  border-radius: 12px;
}

.bt-gray {
  border-top: 1px solid rgb(230, 230, 230);
}

.bb-gray {
  border-bottom: 1px solid rgb(230, 230, 230);
}

.by-gray {
  border-top: 1px solid rgb(230, 230, 230);
  border-bottom: 1px solid rgb(230, 230, 230);
}

.fw-600 {
  font-weight: 600;
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 800px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 800px;
  }
}
.button-space-bottom {
  padding-bottom: 110px;
}
@media (min-width: 992px) {
  .button-space-bottom {
    padding-bottom: 150px;
  }
}

.button-space-bottom--lg {
  padding-bottom: 220px;
}
@media (min-width: 992px) {
  .button-space-bottom--lg {
    padding-bottom: 300px;
  }
}

.button-cta {
  max-width: 200px;
}
@media (min-width: 992px) {
  .button-cta {
    max-width: 300px;
  }
}
.button-cta a {
  display: block;
  position: relative;
  height: 70px;
}
@media (min-width: 992px) {
  .button-cta a {
    height: 105px;
  }
}
.button-cta img {
  position: absolute;
  left: 0;
  max-width: 200px;
}
@media (min-width: 992px) {
  .button-cta img {
    max-width: 300px;
  }
}

.progress {
  background-color: rgb(230, 230, 230);
  z-index: 10000;
  position: fixed;
  top: 49px;
  height: 3px;
  width: 100%;
}
.progress-bar {
  background-color: rgb(13, 110, 253);
}

.banner {
  padding-top: 50px;
  max-height: 500px;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 576px) {
  .banner img {
    height: auto;
  }
}

.intro {
  margin-top: -90px;
}
.intro img {
  border: 6px solid white;
  border-radius: 16px;
  object-fit: cover;
  width: 100px;
  height: 100px;
}
@media (min-width: 576px) {
  .intro img {
    width: 150px;
    height: 150px;
  }
}

.contents__list li {
  padding-bottom: 0.6rem;
}
.contents__list a {
  border-bottom: 1px solid #666666;
  text-decoration: none;
  transition: all 0.4s;
}
.contents__list a:hover {
  color: rgb(129, 129, 129);
  background-color: rgb(230, 230, 230);
}

.fact-sheet table {
  max-width: 550px;
}
.fact-sheet table tr td:first-child {
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgb(241, 241, 239);
}
.fact-sheet table td {
  padding: 6px;
  border: 1px solid rgb(230, 230, 230);
}

.features__section img {
  width: 100%;
}
@media (min-width: 576px) {
  .features__section img {
    width: auto;
  }
}
.features__section .img-resize {
  width: 100%;
}
@media (min-width: 576px) {
  .features__section .img-resize {
    width: 480px;
  }
}
.features__section p {
  background-color: rgb(230, 230, 230);
}
.features__section h4,
.features__section .h4 {
  border-left: 3px solid rgb(244, 81, 30);
}

.story__list ul {
  list-style-type: disc;
  max-width: 100%;
}
@media (min-width: 576px) {
  .story__list ul {
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .story__list ul {
    max-width: 55%;
  }
}
.story__list ul li {
  color: rgb(48, 48, 48);
}

.trailer__section {
  height: 400px;
}
@media (min-width: 576px) {
  .trailer__section {
    height: 500px;
  }
}
.trailer__section--sm {
  height: 400px;
}
@media (min-width: 576px) {
  .trailer__section--sm {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .trailer__section--sm {
    height: 250px;
  }
}

.keyArt__section h4,
.keyArt__section .h4 {
  border-left: 3px solid rgb(244, 81, 30);
}

.owl-carousel__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.owl-carousel__wrapper .owl-nav {
  display: flex;
  justify-content: center;
}
.owl-carousel__wrapper .owl-nav button span {
  font-size: 3rem;
  line-height: 3rem;
}
.owl-carousel__wrapper .owl-nav .owl-prev {
  margin-right: 5px !important;
}
.owl-carousel__wrapper .owl-nav .owl-next {
  margin-left: 5px !important;
}
.owl-carousel__wrapper .owl-dots {
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.owl-carousel__wrapper .owl-dots > li {
  display: inline-block;
  vertical-align: middle;
}
.owl-carousel__wrapper .owl-dots > li.active button span {
  background: rgb(244, 81, 30);
}
.owl-carousel__wrapper .owl-dots button {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  cursor: pointer;
  display: block;
  width: 24px;
  height: 20px;
  position: relative;
  z-index: 1;
}
.owl-carousel__wrapper .owl-dots button span {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #595959;
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  pointer-events: none;
}

.owl-carousel__item {
  background-color: rgb(230, 230, 230);
}
.owl-carousel__item img {
  height: 100%;
  object-fit: contain;
}

.contactUs {
  padding-bottom: 140px;
}
.contactUs__logos img {
  width: 40px;
  height: auto;
}
@media (min-width: 576px) {
  .contactUs__logos img {
    width: 60px;
  }
}

.footer {
  z-index: 10000;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.footer__button img {
  max-width: 500px;
}
.footer__info {
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.05);
}
.footer__info a {
  color: rgb(48, 48, 48) !important;
  text-decoration: none;
}
.footer__info a:hover i,
.footer__info a:hover p {
  color: rgb(13, 110, 253) !important;
}
.footer__info img {
  width: 30px;
}
@media (min-width: 576px) {
  .footer__info img {
    width: 40px;
  }
}

.gifffer-image {
  position: relative;
  display: inline-block;
}
.gifffer-image button {
  position: absolute;
}
.gifffer-image button:before, .gifffer-image button:after {
  content: "";
  opacity: 0;
  visibility: hidden;
}
.gifffer-image button:before {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  z-index: 1;
}
.gifffer-image button:after {
  width: 16px;
  height: 20px;
  box-sizing: border-box;
  border-width: 0px 0px 0px 16px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
  border-style: double;
  transition: all 100ms ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.gifffer-image button:focus:before, .gifffer-image button:focus:after, .gifffer-image button:hover:before, .gifffer-image button:hover:after {
  opacity: 1;
  visibility: visible;
}
.gifffer-image button:focus:not(:focus-visible):before, .gifffer-image button:focus:not(:focus-visible):after {
  opacity: 0;
  visibility: hidden;
}

.gifffer-play-button {
  z-index: 999;
}

/*# sourceMappingURL=styles.css.map */
