@charset "utf-8";

.full-bg-text-wrapper { width: 100%; height: auto; position: relative; }

.full-bg-text-wrapper .accent-image { position: absolute; bottom: -1px; z-index: 99; }

.full-bg-text-wrapper .flip-horizontal { transform: scaleX(-1); }

.full-bg-text-wrapper img { width: 100%; height: auto; line-height: 0; }

.full-bg-text-container { width: 100%; height: 100%; position: absolute; display: flex; align-items: center; z-index: 9; padding: 0px 10%; }

.full-bg-text-l, .full-bg-text-m, .full-bg-text-r { flex: 1 1 0%; width: 100%; height: 100%; display: flex; align-items: center; }

.full-bg-text-info { z-index: 99; font-size: 1.1vw; line-height: normal; display: block; transition: 0.3s; border-radius: 20px; }

.full-bg-text-info.box { width: fit-content; height: auto; padding: 50px; }

.full-bg-text-info.circle { width: 400px; height: 400px; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; overflow: hidden; white-space: normal; overflow-wrap: break-word; }

.full-bg-text-info h2 { font-size: 3.4vw; line-height: 3.5vw; padding-bottom: 10px; }

.full-bg-text-info p { font-size: 1vw; }

@media only screen and (max-width: 766px) {
  .full-bg-text-wrapper { width: 90%; height: auto; position: relative; display: flex; flex-direction: column-reverse; margin: 15px auto 0px; }
  .full-bg-text-wrapper .accent-image { display: none; }
  .full-bg-text-container { width: 100%; height: 100%; position: relative; display: block; align-items: center; z-index: 9; padding: 0px; }
  .pdp-next-section { display: none; }
  .full-bg-text-wrapper img { width: 100%; height: auto; line-height: 0; border-top-left-radius: 20px !important; border-top-right-radius: 20px !important; }
  .full-bg-text-info h2 { padding-bottom: 5px; font-size: 8vw !important; line-height: 8.3vw !important; }
  .full-bg-text-info p { font-size: 4.2vw !important; line-height: 5.2vw !important; }
  .full-bg-text-info { border-top-left-radius: unset !important; border-top-right-radius: unset !important; border-bottom-left-radius: 20px !important; border-bottom-right-radius: 20px !important; padding: 25px !important; }
}