

:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Inter', sans-serif;
  --tp-ff-inter: 'Inter', sans-serif;
  --tp-ff-heading: 'Inter', sans-serif;
  --tp-ff-p: 'Inter', sans-serif;
  --tp-ff-morganite-bold: 'Morganite-Bold', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-px-white: #FFFFFF;
  --tp-common-px-black: #0A0A0A;
  --tp-common-px-black-2: #1E1E1E;
  --tp-common-px-red: #E11010;
  --tp-common-px-orange: #FF471D;
  --tp-common-px-orange-dark: #FF572D;
  --tp-grey-px-1: #F6F7F9;
  --tp-text-px-body: #6D6868;
  --tp-theme-px-1: #FF5E00;
  --tp-border-px-1: #EAEBED;
}

.fix {
  overflow: hidden;
}
.mx-show5-item-3 {
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.mx-show5-item-3:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.mx-show5-item-3:hover .row [class*=col-] .mx-show5-item-3-wrap {
  transform: translateX(0);
}
.mx-show5-item-3-wrap {
  transition: 0.9s;
  transform: translateX(-340px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show5-item-3-wrap {
    transform: translateX(0);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show5-item-3-wrap {
    flex-wrap: wrap;
  }
}
.mx-show5-item-3-thumb {
  flex: 0 0 auto;
  margin-right: 50px;
  max-width: 330px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show5-item-3-thumb {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show5-item-3-thumb {
    width: 100%;
  }
}
.mx-show5-item-3-thumb img {
  border-radius: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show5-item-3-thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show5-item-3-text {
    padding-top: 30px;
  }
}
.mx-show5-item-3-title {
  margin: 0;
  line-height: 1;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -1px;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mx-show5-item-3-title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show5-item-3-title {
    font-size: 40px;
  }
}
.mx-show5-item-3-tags {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  animation: marquee-horizontal 30s linear infinite;
}
.mx-show5-item-3-tags span {
  font-size: 14px;
  font-weight: 500;
  margin-right: 6px;
  padding: 6px 15px;
  border-radius: 20px;
  white-space: nowrap;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.mx-show5-item-3-slider {
  position: relative;
}
.mx-show5-item-3-wrapper {
  height: 100%;
  text-align: end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show5-item-3-btn {
    margin-bottom: 30px;
  }
}
.mx-show5-item-3-btn a {
  display: inline-block;
}
.mx-show5-item-3-btn a span {
  height: 60px;
  width: 60px;
  display: grid;
  border-radius: 30px;
  place-content: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--tp-common-px-black);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.mx-show5-item-3-btn a:hover span {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show4-title {
    font-size: 70px;
  }
}
.mx-show4-title {
  font-weight: 500;
  font-size: 65px;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .mx-show4-title {
    font-size: 128px;
  }
}

.mx-show5-3-rounded {
  border-radius: 20px;
  margin-left: 30px;
  margin-right: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mx-show5-3-rounded {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show5-3-rounded {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
}
.mx-show5-3-dec {
  font-size: 18px;
  line-height: 167%;
  color: rgba(0, 0, 0, 0.65);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show5-3-dec br {
    display: none;
  }
}

.mx-show5-hero-spacing {
  padding-top: 225px;
  padding-bottom: 170px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show5-hero-spacing {
    padding-top: 180px;
    padding-bottom: 140px;
  }
}
.mx-show5-hero-subtitle {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black);
}
.mx-show5-hero-title {
  font-weight: 500;
  font-size: 80px;
  line-height: 105%;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mx-show5-hero-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mx-show5-hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show5-hero-title {
    font-size: 50px;
  }
}
.mx-show5-hero-bottom-title {
  font-weight: 500;
  font-size: 280px;
  letter-spacing: -0.03em;
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -75px;
  right: 0;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show5-hero-bottom-title {
    font-size: 150px;
    bottom: -25px;
    right: -100px;
  }
}
@media (max-width: 767px) {
  .mx-show5-hero-bottom-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show5-hero-gif {
    padding-top: 30px;
  }
}
.mx-show5-step-subtitle span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-grey-px-1);
}
.mx-show5-step-title {
  font-weight: 500;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show5-step-title {
    font-size: 40px;
  }
}
.mx-show5-step-item h4 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
}
.mx-show5-step-item ul li {
  list-style: none;
}
.mx-show5-step-item ul li a {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-px-black);
}
.mx-show5-step-icon {
  position: absolute;
  top: 0;
  right: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show5-step-icon {
    right: 0;
  }
}

.reveal-text .char {
  color: #b6bcc6;
  transition: color 0.6s ease;
}

.reveal-text .char.revealed {
  color: var(--tp-common-px-black);
}

