.tp-choose-3-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 47%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.choose-3-bg-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.choose-3-bg-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-3-bg {
    position: static;
    height: 600px;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-choose-3-bg {
    position: static;
    height: 300px;
    width: 100%;
    margin-bottom: 50px;
  }
}
.tp-choose-3-shape {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tp-choose-3-shape img {
  animation: tpupdown 0.8s infinite alternate;
}

.tp-choose-3-text {
  position: absolute;
  bottom: 95px;
  left: 385px;
  padding: 30px 45px;
  background-color: var(--tp-common-white);
  z-index: 2;
  animation: tp-pulse 1.7s infinite alternate;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-choose-3-text {
    left: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-choose-3-text {
    left: 130px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-3-text {
    left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-3-text {
    left: 70px;
    padding: 35px 30px;
    padding-right: 40px;
  }
}
.tp-choose-3-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 115%;
  width: 108%;
  opacity: 0.2;
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255);
  z-index: -1;
}

.tp-choose-3-text span {
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-3-text span {
    font-size: 18px;
  }
}
.tp-choose-3-text .call_cta {
  font-size: 30px;
  color: var(--tp-theme);
}

.tp-choose-3-text a {
  color: var(--tp-theme);
}

.tp-choose-3-text a:hover {
  color: var(--tp-text-body);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-3-text .call_cta {
    font-size: 25px;
    color: var(--tp-theme);
  }
}
.tp-black-mode .tp-choose-3-wrap {
  background-repeat: no-repeat;
  background-size: cover;
}

.tp-choose-3-area {
  background-color: #1f1f1f;
}

.tp-choose-content {
  margin-bottom: 100px;
  padding-top: 70px;
}

.tp-choose-space {
  padding-top: 120px;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  .tp-choose-space {
    padding-bottom: 120px;
  }
  .tp-choose-content {
    margin-bottom: 30px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tp-choose-text p {
  line-height: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-text p {
    padding-right: 100px;
  }
  .tp-choose-text p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-text p {
    font-size: 14px;
  }
  .tp-choose-text p br {
    display: none;
  }
}/*# sourceMappingURL=choose-block.css.map */