
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}


:root {
  --tp-common-px-white: #FFFFFF;
  --tp-common-px-black: #0A0A0A;
  --tp-common-px-black-2: #1E1E1E;
}

.mx-show3-area {
  height: 100vh;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show3-area {
    height: 100%;
  }
}
.mx-show3-thumb {
  height: 100%;
  margin: 0 auto;
  position: relative;
  background-size: cover;
  background-position: center;
}
.mx-show3-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}
.mx-show3-thumb-wrap {
  display: inline-block;
  margin: 0 auto;
}

.round10 img {
  border-radius: 10px;
}

.mx-show3-thumb-inner-1 {
  position: absolute;
  top: -33%;
  left: -31%;
}

.mx-show3-thumb-inner-2 {
  position: absolute;
  top: -41%;
  right: 0px;
}

.mx-show3-thumb-inner-3 {
  position: absolute;
  bottom: 5%;
  right: -74%;
}

.mx-show3-thumb-inner-4 {
  position: absolute;
  bottom: -32%;
  right: -42%;
}

.mx-show3-thumb-inner-5 {
  position: absolute;
  bottom: -20%;
  right: 0%;
}

.mx-show3-thumb-inner-6 {
  position: absolute;
  bottom: 0%;
  left: -25%;
}
.mx-show3-thumb-inner-7 {
  position: absolute;
  bottom: 25%;
  left: -59%;
}

.mx-show3-thumb-inner-8 {
  position: absolute;
  top: 7%;
  right: -25%;
}
.mx-show3-thumb-inner-9 {
  position: absolute;
  top: 1%;
  right: -35%;
}
.mx-show3-thumb-inner-10 {
  position: absolute;
  bottom: 29%;
  right: -59%;
}
.mx-show3-subtitle {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
.mx-show3-title {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2.4px;
  color: var(--tp-common-px-black);
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show3-title {
    font-size: 50px;
  }
}
.mx-show3-content-wrap {
  position: absolute;
  top: 40px;
  left: 40px;
  min-width: 500px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mx-show3-content-wrap {
    left: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show3-content-wrap {
    position: static;
    margin-top: 40px;
    margin-left: 20px;
  }
}
.mx-show3-content {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .mx-show3-content {
    padding-left: 0;
  }
}
.mx-show3-content p {
  color: #5D5D63;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
