html,
body {
  overflow-x: hidden;
}

.container {
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.btns-secondary {
  position: relative;
  border-radius: 8px;
  background: linear-gradient(140deg, #00CDE2 5.54%, #0087A3 93.59%), #0E62DC;
  border: 1.25px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  padding: 10px 20px;
}

.btns-secondary::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}

.btns-secondary:hover {
  color: white;
}

.btns-secondary:hover::before {
  -webkit-animation: shine 1.5s ease-out infinite;
          animation: shine 1.5s ease-out infinite;
}

.btn-main {
  border-radius: 24px;
  border: 1.25px solid #FF9800;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 10px 20px;
  background: #FF9800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffff;
  gap: 10px;
  overflow: hidden;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .btn-main {
    font-size: 14px;
  }
}

.icon {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-main:hover .icon {
  -webkit-transform: translate(4px);
          transform: translate(4px);
}

.btn-main:hover::before {
  -webkit-animation: shine 1.5s ease-out infinite;
          animation: shine 1.5s ease-out infinite;
}

.btn-main::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@-webkit-keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}

@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}

.hero-section {
  position: relative;
  width: 100%;
  padding-top: 10px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 125, 177, 0.65)), to(rgba(23, 185, 204, 0.65)));
  background: linear-gradient(180deg, rgba(91, 125, 177, 0.65) 0%, rgba(23, 185, 204, 0.65) 100%);
}

.hero-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 125, 177, 0.65)), to(rgba(23, 185, 204, 0.65)));
  background: linear-gradient(180deg, rgba(91, 125, 177, 0.65) 0%, rgba(23, 185, 204, 0.65) 100%);
  z-index: 1;
}

.hero-section .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.hero-section .cutton-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hero-section .header-part {
  z-index: 2;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-section .header-part .hero-buttton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-radius: 33554400px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 18px;
}

.hero-section .header-part .hero-buttton .clas {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-section .header-part .hero-buttton .text {
  margin: 0;
  min-width: 0;
}

.hero-section .header-part .hero-buttton h5 {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12.5px;
  margin-top: 0;
  margin-bottom: 4px;
}

.hero-section .header-part .hero-buttton p {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.25px;
  margin: 0;
}

@media (min-width: 300px) and (max-width: 767px) {
  .hero-section .header-part .image-part {
    text-align: center;
    margin-bottom: 20px;
  }
}

.hero-section .header-part .image-part img {
  width: 240px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .hero-section .header-part .image-part img {
    width: 200px;
  }
}

.hero-section .hero-part {
  position: relative;
  z-index: 2;
  padding-top: 30px;
}

.hero-section .hero-part h1 {
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  padding-bottom: 10px;
  padding-top: 35px;
  text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1170px) {
  .hero-section .hero-part h1 {
    font-size: 37px;
    line-height: 54px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-section .hero-part h1 {
    font-size: 35px;
    line-height: 48px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .hero-section .hero-part h1 {
    font-size: 30px;
    line-height: 42px;
  }
}

.hero-section .hero-part p {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 1061px;
  margin: auto;
}

@media (min-width: 992px) and (max-width: 1170px) {
  .hero-section .hero-part p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-section .hero-part p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .hero-section .hero-part p {
    font-size: 16px;
    line-height: 28px;
  }
}

.hero-section .hero-part .hero-bar {
  text-align: center;
}

.hero-section .hero-part .hero-bar button {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.5px;
  border-radius: 33554400px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
}

.hero-section .hero-part .hero-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 300px) and (max-width: 767px) {
  .hero-section .hero-part .hero-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 208px;
    margin: auto;
  }
}

.hero-section .hero-part .hero-box .item {
  margin-right: 20px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 300px) and (max-width: 767px) {
  .hero-section .hero-part .hero-box .item {
    margin-bottom: 20px;
  }
}

.hero-section .hero-part .hero-box .item .text-part h5 {
  margin-bottom: 0;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
}

.hero-section .hero-part .hero-box .item .text-part p {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.hero-section .hero-part .form-part .contact-forms {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 1088px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .hero-section .hero-part .form-part .contact-forms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hero-section .hero-part .form-part .contact-forms .form-control {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: #191919;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 45px 12px 15px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.hero-section .hero-part .form-part .contact-forms .form-control:focus {
  border-color: #17B9CC;
  box-shadow: 0 0 0 4px rgba(23,185,204,0.15), 0 1px 3px rgba(0,0,0,0.08);
  outline: none;
}

@media (min-width: 300px) and (max-width: 767px) {
  .hero-section .hero-part .form-part .contact-forms .form-control {
    margin-bottom: 15px;
  }
}

.hero-section .hero-part .form-part .contact-forms .form-control::-webkit-input-placeholder {
  color: #191919;
}

.hero-section .hero-part .form-part .contact-forms .form-control:-ms-input-placeholder {
  color: #191919;
}

.hero-section .hero-part .form-part .contact-forms .form-control::-ms-input-placeholder {
  color: #191919;
}

.hero-section .hero-part .form-part .contact-forms .form-control::placeholder {
  color: #191919;
}

.hero-section .hero-part .form-part .contact-forms .field-part {
  margin-right: 10px;
}

.content-section {
  background: linear-gradient(135deg, #F8FAFC 0%, #FFF 50%, rgba(168, 216, 234, 0.1) 100%);
  padding-top: 70px;
  padding-bottom: 70px;
}

.content-section .content-box a {
  color: #00B5C0;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.5px;
  border-radius: 33554400px;
  background: rgba(0, 181, 192, 0.1);
  padding: 5px 10px;
}

.content-section .content-box a:hover {
  color: #00B5C0;
}

.content-section .content-box h2 {
  color: #5F6C7B;
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .content-section .content-box h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: 45px;
  }
}

.content-section .content-box h2 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#EF6C6C), to(#FFA726));
  background: linear-gradient(180deg, #EF6C6C 0%, #FFA726 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content-section p {
  color: #45556C;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.scroll-section {
  padding-bottom: 70px;
  padding-top: 70px;
}

.scroll-section .content-box {
  text-align: center;
  padding-bottom: 40px;
}

.scroll-section .content-box h2 {
  color: #5F6C7B;
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  margin-bottom: 20px;
  max-width: 930px;
  margin: auto;
}

@media (min-width: 300px) and (max-width: 767px) {
  .scroll-section .content-box h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: 45px;
  }
}

.scroll-section .content-box h2 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#EF6C6C), to(#FFA726));
  background: linear-gradient(180deg, #EF6C6C 0%, #FFA726 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.scroll-section .content-box p {
  color: #45556C;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 1040px;
  margin: auto;
}

.scroll-section .item {
  padding: clamp(1.15rem, 3vw, 2rem);
  border-radius: 24px;
  border: 1px solid rgba(48, 35, 35, 0.6);
  background: linear-gradient(135deg, rgba(255, 167, 38, 0.05) 0%, rgba(255, 167, 38, 0.1) 100%);
}

@media (min-width: 300px) and (max-width: 767px) {
  .scroll-section .item {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .scroll-section .item {
    margin-bottom: 20px;
  }
}

.scroll-section .item h3 {
  color: #5F6C7B;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.scroll-section .item p {
  color: #45556C;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
}

.scroll-section .item p *::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

.scroll-section .item p *::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #DFE9EB;
}

.scroll-section .item p *::-webkit-scrollbar-track:hover {
  background: linear-gradient(135deg, rgba(255, 167, 38, 0.05) 0%, rgba(255, 167, 38, 0.1) 100%);
}

.scroll-section .item p *::-webkit-scrollbar-track:active {
  background: linear-gradient(135deg, rgba(255, 167, 38, 0.05) 0%, rgba(255, 167, 38, 0.1) 100%);
}

.scroll-section .item p *::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: linear-gradient(135deg, rgba(255, 167, 38, 0.05) 0%, rgba(255, 167, 38, 0.1) 100%);
}

.scroll-section .item p *::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, rgba(255, 167, 38, 0.05) 0%, rgba(255, 167, 38, 0.1) 100%);
}

.scroll-section .item p *::-webkit-scrollbar-thumb:active {
  background: linear-gradient(135deg, rgba(255, 167, 38, 0.05) 0%, rgba(255, 167, 38, 0.1) 100%);
}

.scroll-section .item p *::-webkit-scrollbar-thumb:active {
  background: linear-gradient(135deg, rgba(255, 167, 38, 0.05) 0%, rgba(255, 167, 38, 0.1) 100%);
}

.proven-result-section {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.71%, #5B7DB1), color-stop(113.7%, #17B9CC));
  background: linear-gradient(180deg, #5B7DB1 35.71%, #17B9CC 113.7%);
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .proven-result-section .content-part {
    padding-top: 30px;
  }
}

.proven-result-section .content-part a {
  border-radius: 33554400px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.5px;
  padding: 5px 10px;
}

.proven-result-section .content-part a:hover {
  color: white;
}

.proven-result-section .content-part h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  margin-bottom: 20px;
  max-width: 930px;
  margin: auto;
}

@media (min-width: 300px) and (max-width: 767px) {
  .proven-result-section .content-part h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 45px;
  }
}

.proven-result-section .content-part h2 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA726), to(#FF8F00));
  background: linear-gradient(180deg, #FFA726 0%, #FF8F00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.proven-result-section .content-part p {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.proven-result-section .card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  margin-bottom: 25px;
}

.proven-result-section .card h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA726), to(#FF8F00));
  background: linear-gradient(180deg, #FFA726 0%, #FF8F00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
}

.proven-result-section .card p {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.success-stories {
  padding-top: 70px;
  padding-bottom: 70px;
  background: url(../img/png.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.success-stories .content-part {
  text-align: center;
}

.success-stories .content-part a {
  border-radius: 33554400px;
  background: rgba(239, 108, 108, 0.1);
  color: #EF6C6C;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.5px;
  padding: 5px 10px;
}

.success-stories .content-part a:hover {
  color: #EF6C6C;
}

.success-stories .content-part h2 {
  color: #5F6C7B;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 62px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .success-stories .content-part h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
  }
}

.success-stories .content-part h2 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA726), to(#FF8F00));
  background: linear-gradient(180deg, #FFA726 0%, #FF8F00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.success-stories .content-part p {
  color: #45556C;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 694px;
  margin: auto;
}

.success-stories .item h3 {
  color: #2C2C2C;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  padding-top: 10px;
}

.success-stories .item h5 {
  color: #5C5C5C;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
}

.success-stories .item p {
  color: #FBBF24;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.success-stories .item p span {
  color: #5C5C5C;
  font-size: 13px;
}

/* LP3 Success Stories — card grid + `book-covers` imagery */
.success-stories.lp3-success-stories {
  background-image:
    linear-gradient(180deg, rgba(248, 250, 252, 0.94) 0%, rgba(241, 245, 249, 0.96) 45%, rgba(248, 250, 252, 0.94) 100%),
    url(../img/png.png);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center, center;
}

.lp3-success-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
  max-width: 1180px;
  margin: 2rem auto 0;
  padding: 0 4px;
}

@media (min-width: 576px) {
  .lp3-success-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem 1.25rem;
  }
}

@media (min-width: 1024px) {
  .lp3-success-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem 1.35rem;
  }
}

.lp3-success-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow:
    0 4px 6px -1px rgba(15, 23, 42, 0.05),
    0 12px 28px -8px rgba(15, 23, 42, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.lp3-success-card:hover {
  transform: translateY(-5px);
  border-color: rgba(23, 185, 204, 0.35);
  box-shadow:
    0 8px 16px -4px rgba(15, 23, 42, 0.08),
    0 20px 40px -12px rgba(23, 185, 204, 0.18);
}

.lp3-success-card__cover {
  position: relative;
  aspect-ratio: 2 / 3;
  background: linear-gradient(145deg, #e2e8f0 0%, #f1f5f9 100%);
  overflow: hidden;
}

.lp3-success-card__cover::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.lp3-success-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.lp3-success-card:hover .lp3-success-card__cover img {
  transform: scale(1.04);
}

.lp3-success-card__body {
  padding: 1rem 1.15rem 1.2rem;
  text-align: left;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.lp3-success-card__body--cover-only {
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1rem 1.05rem;
  gap: 0;
}

.lp3-success-card__body--cover-only .lp3-success-card__rating {
  margin-top: 0;
  justify-content: center;
}

.lp3-success-card__title {
  margin: 0;
  color: #1e293b;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.lp3-success-card__author {
  margin: 0;
  color: #64748b;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.lp3-success-card__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 0.45rem;
}

.lp3-success-card__stars {
  color: #f59e0b;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.lp3-success-card__count {
  color: #64748b;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .lp3-success-card__title {
    font-size: 14px;
  }
}

.box-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #EEF8FB;
}

.box-section .content-part {
  text-align: center;
  padding-bottom: 30px;
}

.box-section .content-part a {
  border-radius: 33554400px;
  background: rgba(239, 108, 108, 0.1);
  color: #EF6C6C;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.5px;
  padding: 5px 10px;
}

.box-section .content-part a:hover {
  color: #EF6C6C;
}

.box-section .content-part h2 {
  color: #5F6C7B;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 62px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .box-section .content-part h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
  }
}

.box-section .content-part h2 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA726), to(#FF8F00));
  background: linear-gradient(180deg, #FFA726 0%, #FF8F00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box-section .content-part p {
  color: #45556C;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 694px;
  margin: auto;
}

.box-section .item {
  margin-bottom: 20px;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  padding: 30px;
  min-height: -webkit-fill-available;
}

.box-section .item .text-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.box-section .item .text-part .h3-item {
  border-radius: 14px;
  background: #FFF;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.box-section .item .text-part .h3-item h3 {
  color: #EC6565;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  padding: 15px;
}

.box-section .item .text-part .text-item {
  margin-left: 15px;
}

.box-section .item .text-part .text-item p {
  color: #2C2C2C;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .box-section .item .text-part .text-item p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
  }
}

.box-section .item p {
  color: #5C5C5C;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.choose-section .content-part a {
  border-radius: 33554400px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.5px;
  padding: 5px 10px;
}

.choose-section .content-part a:hover {
  color: white;
}

.choose-section .content-part h2 {
  color: #5F6C7B;
  font-family: "Poppins", sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  margin-bottom: 20px;
  max-width: 930px;
  margin: auto;
}

@media (min-width: 300px) and (max-width: 767px) {
  .choose-section .content-part h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
  }
}

.choose-section .content-part h2 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA726), to(#FF8F00));
  background: linear-gradient(180deg, #FFA726 0%, #FF8F00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.choose-section .content-part p {
  color: #45556C;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.choose-section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.choose-section .hero-bar .item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.choose-section .hero-bar .item .text-box {
  margin-left: 10px;
}

.choose-section .hero-bar .item .text-box h4 {
  color: #5F6C7B;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.5px;
}

.choose-section .hero-bar .item .text-box p {
  color: #45556C;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.choose-section .hero-bar .item .img-box img {
  max-width: 50px;
}

/* Why Choose — single column through tablet; two columns on large screens */
.choose-section .lp3-choose-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem 1.25rem;
  margin-top: 0.35rem;
}

@media (min-width: 1024px) {
  .choose-section .lp3-choose-features {
    grid-template-columns: 1fr 1fr;
    gap: 1.35rem 1.75rem;
    align-items: start;
  }
}

.choose-section .lp3-choose-features .item {
  margin-bottom: 0;
  align-items: flex-start;
  gap: 14px;
}

.choose-section .lp3-choose-features .item .text-box {
  margin-left: 0;
  min-width: 0;
}

.choose-section .lp3-choose-features .item .lp3-choose-feature__icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  line-height: 0;
}

.choose-section .lp3-choose-features .lp3-choose-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(145deg, #17b9cc 0%, #5b7db1 100%);
  box-shadow:
    0 4px 14px rgba(23, 185, 204, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.choose-section .lp3-choose-features .lp3-choose-check svg {
  display: block;
}

.call-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#5B7DB1), to(#17B9CC));
  background: linear-gradient(180deg, #5B7DB1 0%, #17B9CC 100%);
  position: relative;
  padding-top: 70px;
}

.call-section .content-part {
  text-align: center;
}

.call-section .content-part a {
  border-radius: 33554400px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.5px;
  padding: 5px 10px;
}

.call-section .content-part a:hover {
  color: white;
}

.call-section .content-part h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  margin-bottom: 20px;
  max-width: 637px;
  margin: auto;
}

@media (min-width: 300px) and (max-width: 767px) {
  .call-section .content-part h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
  }
}

.call-section .content-part h2 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA726), to(#FF8F00));
  background: linear-gradient(180deg, #FFA726 0%, #FF8F00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.call-section .content-part p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 575px;
  margin: auto;
}

.call-section .button-box {
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 300px) and (max-width: 767px) {
  .call-section .for-mobile {
    display: none;
  }
}

.brand {
  margin-bottom: 50px;
}

.brand .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.brand .swiper-slide img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.brand .part {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 16px;
  background: linear-gradient(140deg, #00CDE2 5.54%, #0087A3 93.59%), linear-gradient(180deg, #5B7DB1 0%, #9B6BB5 50%, #17B9CC 100%);
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  max-width: 1173px;
  margin: auto;
  margin-top: 40px;
  z-index: 19;
  position: relative;
}

.brand .part .item img {
  width: 180px;
}

.footer {
  background: url("../img/footer.webp");
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.footer .content-part {
  max-width: 749px;
  margin: auto;
}

.footer .content-part p {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .footer .content-part p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer .content-part p {
    font-size: 14px;
    line-height: 22px;
  }
}

.hr-hero {
  padding-top: 20px;
}

.hr-hero p {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.hr-hero hr {
  height: 1px;
  background-color: #bbbbbb !important;
  max-width: 100%;
}

.bottom-footer-bar {
  background: #17B9CC;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .bottom-footer-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.bottom-footer-bar .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 300px) and (max-width: 767px) {
  .bottom-footer-bar .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .bottom-footer-bar .item .text {
    margin-bottom: 10px;
  }
}

.bottom-footer-bar .item p {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .bottom-footer-bar .item p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bottom-footer-bar .item p {
    font-size: 14px;
    line-height: 22px;
  }
}

.bottom-footer-bar .item a {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.bottom-footer-bar .item a:hover {
  color: #03B6CB;
}

@media (min-width: 300px) and (max-width: 767px) {
  .bottom-footer-bar .item a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bottom-footer-bar .item a {
    font-size: 14px;
    line-height: 22px;
  }
}

.form-section {
  background: url("../img/formbanner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .form-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.form-section .part {
  max-width: 895px;
  margin: auto;
  text-align: center;
}

.form-section .part h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 42.5px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .form-section .part h2 {
    font-size: 22px;
    font-style: normal;
    line-height: 30.5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-section .part h2 {
    font-size: 28px;
    font-style: normal;
    line-height: 36.5px;
  }
}

.form-section .part p {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .form-section .part p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-section .part p {
    font-size: 14px;
    line-height: 22px;
  }
}

.form-section .part .contact-form .form-control {
  border-radius: 10px;
  background: #FFF;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 15px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-section .part .contact-form .form-control:focus {
  border-color: #17B9CC;
  box-shadow: 0 0 0 4px rgba(23,185,204,0.15), 0 1px 3px rgba(0,0,0,0.08);
  outline: none;
}

.form-section .part .form-submit {
  background-color: white;
  color: #000;
  border-radius: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 10px 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid black;
  -webkit-box-shadow: 0 0 0 0 black;
          box-shadow: 0 0 0 0 black;
  -webkit-transform: translateY(-4px) translateX(-2px);
          transform: translateY(-4px) translateX(-2px);
  -webkit-box-shadow: 2px 5px 0 0 white;
          box-shadow: 2px 5px 0 0 white;
}

@media (min-width: 300px) and (max-width: 767px) {
  .form-section .part .form-submit {
    font-size: 13px;
    padding: 10px 20px;
  }
}

.form-section .part .form-submit:hover {
  -webkit-transform: translateY(0px) translateX(0px);
          transform: translateY(0px) translateX(0px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-section .part .form-submit:active {
  -webkit-transform: translateY(0px) translateX(0px);
          transform: translateY(0px) translateX(0px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-section .part .form-submit-get {
  border-radius: 40px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(140deg, #00CDE2 5.54%, #0087A3 93.59%), #0E62DC;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 10px 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 0 0 black;
          box-shadow: 0 0 0 0 black;
  -webkit-transform: translateY(-4px) translateX(-2px);
          transform: translateY(-4px) translateX(-2px);
  -webkit-box-shadow: 2px 5px 0 0 white;
          box-shadow: 2px 5px 0 0 white;
}

@media (min-width: 300px) and (max-width: 767px) {
  .form-section .part .form-submit-get {
    font-size: 13px;
    padding: 10px 20px;
  }
}

.form-section .part .form-submit-get:hover {
  -webkit-transform: translateY(0px) translateX(0px);
          transform: translateY(0px) translateX(0px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-section .part .form-submit-get:active {
  -webkit-transform: translateY(0px) translateX(0px);
          transform: translateY(0px) translateX(0px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Review  Section */
.review-section {
  padding-top: 70px;
}

.review-section .content-box {
  text-align: center;
  margin: auto;
  max-width: 815px;
  padding-bottom: 40px;
}

.review-section .content-box a {
  color: #9B8FB8;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.5px;
  border-radius: 33554400px;
  background: rgba(155, 143, 184, 0.1);
  padding: 5px 10px;
}

.review-section .content-box a:hover {
  color: #9B8FB8;
}

.review-section .content-box h2 {
  color: #5F6C7B;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 58px;
  padding-top: 30px;
  padding-bottom: 10px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .review-section .content-box h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px;
  }
}

.review-section .content-box h2 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA726), to(#FF8F00));
  background: linear-gradient(180deg, #FFA726 0%, #FF8F00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.review-section .content-box p {
  color: #79839A;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 167.085%;
}

.review-section .item .box {
  padding: 30px;
  border-radius: 16px;
  border: 1.25px solid #F3F4F6;
  background: #FFF;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.review-section .item .box .quote-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.review-section .item .box .star {
  width: 85px;
}

.review-section .item .box .text {
  padding-top: 10px;
  padding-bottom: 10px;
}

.review-section .item .box .text p {
  color: #364153;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.review-section .item .box .intro-part {
  align-items: center;
}

.review-section .item .box .intro-part .text-intro h4 {
  margin: 0;
}

.review-section .item .box .intro-part .text-intro p {
  margin: 0;
}

.review-section .item .box .intro-part .text-intro {
  margin-left: 10px;
}

.review-section .item .box .intro-part .text-intro h4 {
  color: #101828;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.review-section .item .box .intro-part .text-intro p {
  color: #6A7282;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.review-section .swiper {
  padding-bottom: 30px;
}

/* ── Responsive polish: LP3 ── */
.lp3-page {
  overflow-x: clip;
}

.lp3-page .container {
  width: 100%;
  max-width: min(1320px, 100vw);
}

@media (max-width: 991.98px) {
  .lp3-page .content-section #left {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
  }
}

.lp3-page .hero-section {
  min-height: 0;
}

.lp3-page .hero-section .bg-video {
  min-width: 100%;
  min-height: 100%;
}

/* Hero: Contact pill + Chat Now — same vertical center, even gap (spacing via gap, not ms-3) */
.lp3-page .hero-section .header-part .cutton-class {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  padding-top: 0.35rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lp3-page .hero-section .header-part .cutton-class .hero-buttton {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 44px;
  padding: 8px 14px;
}

.lp3-page .hero-section .header-part .cutton-class .classs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.lp3-page .hero-section .header-part .cutton-class .btn-main {
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lp3-page .hero-section .header-part .hero-buttton .clas img {
  max-height: 38px;
  width: auto;
  display: block;
}

.lp3-page .hero-section .header-part .hero-buttton .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
}

.lp3-page .hero-section .header-part .hero-buttton h5 {
  margin-bottom: 2px;
  line-height: 1.2;
}

.lp3-page .hero-section .header-part .hero-buttton p {
  line-height: 1.2;
}

/* LP3 hero quick form — flex row, equal heights, balanced gaps, clear errors */
.lp3-page .hero-section .hero-part .lp3-hero-quick-form .contact-forms.lp3-hqf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  padding: 10px 12px !important;
  max-width: min(1088px, 100%);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lp3-page .hero-section .hero-part .lp3-hqf__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lp3-page .hero-section .hero-part .lp3-hqf__field {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lp3-page .hero-section .hero-part .lp3-hqf__field--submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 132px;
}

/* One bordered box per field; errors read as red placeholder text (no error bar background) */
.lp3-page .hero-section .hero-part .lp3-hqf__control-wrap {
  position: relative;
  width: 100%;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 14px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
}

.lp3-page .hero-section .hero-part .lp3-hqf__control-wrap--error {
  border-color: #fca5a5;
}

.lp3-page .hero-section .hero-part .lp3-hqf__control-wrap:focus-within:not(.lp3-hqf__control-wrap--error) {
  border-color: #17B9CC;
  -webkit-box-shadow: 0 0 0 3px rgba(23, 185, 204, 0.22);
          box-shadow: 0 0 0 3px rgba(23, 185, 204, 0.22);
}

/* Dummy NBSP placeholder hidden when empty-field error overlay is shown */
.lp3-page .hero-section .hero-part .lp3-hqf__control-wrap--error:not(.lp3-hqf__control-wrap--float-hint) .lp3-hqf__control::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

.lp3-page .hero-section .hero-part .lp3-hqf__control-wrap--error:not(.lp3-hqf__control-wrap--float-hint) .lp3-hqf__control::-moz-placeholder {
  color: transparent;
  opacity: 0;
}

.lp3-page .hero-section .hero-part .lp3-hqf__control-wrap--error:not(.lp3-hqf__control-wrap--float-hint) .lp3-hqf__control:-ms-input-placeholder {
  color: transparent;
}

.lp3-page .hero-section .hero-part .lp3-hqf__control-wrap--error:not(.lp3-hqf__control-wrap--float-hint) .lp3-hqf__control::-ms-input-placeholder {
  color: transparent;
}

.lp3-page .hero-section .hero-part .lp3-hqf__control-wrap--error:not(.lp3-hqf__control-wrap--float-hint) .lp3-hqf__control::placeholder {
  color: transparent;
  opacity: 0;
}

.lp3-page .hero-section .hero-part .lp3-hqf .form-control.lp3-hqf__control {
  margin-bottom: 0 !important;
}

.lp3-page .hero-section .hero-part .lp3-hqf__control {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent;
  color: #191919;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  padding: 0 14px;
  line-height: 1.2;
  outline: none;
}

.lp3-page .hero-section .hero-part .lp3-hqf__control-wrap:not(.lp3-hqf__control-wrap--error) .lp3-hqf__control::placeholder {
  color: #9ca3af;
  opacity: 1;
}

/* Empty field: full in-box overlay — small text, wraps to 2 lines (no native placeholder truncation) */
.lp3-page .hero-section .hero-part .lp3-hqf__err-empty-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 4px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  z-index: 1;
  color: #dc2626;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.25;
  min-width: 0;
}

.lp3-page .hero-section .hero-part .lp3-hqf__err-empty-ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #dc2626;
}

.lp3-page .hero-section .hero-part .lp3-hqf__err-empty-overlay__text {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-wrap: break-word;
}

.lp3-page .hero-section .hero-part .lp3-hqf__control-wrap--float-hint .lp3-hqf__control {
  padding-top: 6px;
  padding-bottom: 22px;
}

.lp3-page .hero-section .hero-part .lp3-hqf__control:focus {
  outline: none;
}

/* Filled but invalid — bottom hint: icon + small text, up to 2 lines */
.lp3-page .hero-section .hero-part .lp3-hqf__floating-err {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  pointer-events: none;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  color: #dc2626;
  min-width: 0;
}

.lp3-page .hero-section .hero-part .lp3-hqf__floating-err .lp3-hqf__err-float-ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 1px;
  color: #dc2626;
}

.lp3-page .hero-section .hero-part .lp3-hqf__floating-err__text {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-wrap: break-word;
}

.lp3-page .hero-section .hero-part .lp3-hqf__submit {
  width: 100%;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding: 0 20px !important;
  margin: 0 !important;
  border-radius: 14px !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  gap: 8px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  overflow: hidden;
}

@media (min-width: 992px) {
  .lp3-page .hero-section .hero-part .lp3-hqf__field--submit {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .lp3-page .hero-section .hero-part .lp3-hqf__submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
  }
}

@media (max-width: 767.98px) {
  .lp3-page .hero-section .header-part .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* Contact pill + Chat Now — single row on mobile */
  .lp3-page .hero-section .cutton-class {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .lp3-page .hero-section .cutton-class .classs {
    margin-left: 0 !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .lp3-page .hero-section .header-part .hero-buttton {
    padding: 6px 12px;
    gap: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    min-width: 0;
    max-width: 100%;
    min-height: 42px;
  }
  .lp3-page .hero-section .header-part .hero-buttton h5 {
    font-size: 9px;
    line-height: 1.2;
    margin-bottom: 2px;
  }
  .lp3-page .hero-section .header-part .hero-buttton p {
    font-size: 11px;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .lp3-page .hero-section .header-part .hero-buttton .clas img {
    max-height: 30px;
  }
  .lp3-page .hero-section .header-part .cutton-class .btn-main {
    padding: 8px 12px;
    font-size: 12px;
    gap: 6px;
    line-height: 1.2;
    white-space: nowrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-height: 42px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lp3-page .hero-section .header-part .cutton-class .btn-main .icon {
    width: 20px;
    height: 20px;
  }
  .lp3-page .hero-section .header-part .image-part img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  /* Hero form + stat cards: stack fields, full width */
  .lp3-page .hero-section .hero-part .lp3-hero-quick-form .contact-forms.lp3-hqf {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px !important;
  }

  .lp3-page .hero-section .hero-part .lp3-hqf__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

  .lp3-page .hero-section .hero-part .lp3-hqf__field,
  .lp3-page .hero-section .hero-part .lp3-hqf__field--submit {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    width: 100%;
  }
  .lp3-page .hero-section .hero-part .hero-box {
    max-width: 100%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lp3-page .hero-section .hero-part .hero-box .item {
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lp3-page .hero-section .hero-part .hero-box .item .text-part {
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0;
  }
}

/* Content: breathing room + centered copy under cover on tablet/mobile */
@media (max-width: 991.98px) {
  .lp3-page .content-section #left {
    margin-bottom: 2rem;
    text-align: center;
  }
  .lp3-page .content-section #left img.img-fluid {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .lp3-page .content-section .middle {
    text-align: center;
    padding-top: 0.25rem;
  }
  .lp3-page .content-section .middle > p:first-of-type {
    margin-top: 0;
  }
}

.lp3-page .hero-section .hero-part h1 {
  font-size: clamp(1.35rem, 4vw + 0.75rem, 2.8125rem);
  line-height: 1.2;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lp3-page .hero-section .hero-part .hero-bar button {
  max-width: 100%;
  white-space: normal;
  line-height: 1.35;
}

/* Tablet + mobile: hide side book art (cols use d-flex — need !important to beat Bootstrap) */
@media (max-width: 991.98px) {
  .lp3-page .call-section .row > .col-md-3 {
    display: none !important;
  }
  .lp3-page .call-section .row > .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.lp3-page .choose-section .row > [class*="col-"] {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .lp3-page .choose-section .row > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}

.lp3-page .form-section .d-flex.justify-content-center {
  flex-wrap: wrap;
  gap: 0.65rem;
}

.lp3-page .form-section .form-submit-get {
  margin-left: 0 !important;
}

/* Footer: keep art visible at all breakpoints; cover + fallback if image slow to load */
.lp3-page .footer {
  background-color: #c96a38;
  background-image: url("../img/footer.webp");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.lp3-page .footer .content-part .lp3-footer-bbb {
  margin-top: 1.25rem;
}

.lp3-page .footer .content-part .lp3-footer-bbb iframe {
  max-width: 100%;
}

/* Bottom bar: copyright left | Privacy center | Terms right (match LP2) */
.lp3-page .bottom-footer-bar .item.lp3-bottom-footer-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(0.75rem, 2vw, 1.5rem);
     -moz-column-gap: clamp(0.75rem, 2vw, 1.5rem);
          column-gap: clamp(0.75rem, 2vw, 1.5rem);
  row-gap: 0.5rem;
}

.lp3-page .bottom-footer-bar .text.lp3-bottom-footer-copy {
  justify-self: start;
  margin-bottom: 0;
}

.lp3-page .bottom-footer-bar .text.lp3-bottom-footer-copy p {
  margin-bottom: 0;
  text-align: left;
}

.lp3-page .bottom-footer-bar .lp3-bottom-footer-center {
  justify-self: center;
  text-align: center;
}

.lp3-page .bottom-footer-bar .lp3-bottom-footer-end {
  justify-self: end;
  text-align: right;
}

.lp3-page .bottom-footer-bar .lp3-bottom-footer-center a,
.lp3-page .bottom-footer-bar .lp3-bottom-footer-end a {
  color: #fff;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.lp3-page .bottom-footer-bar .lp3-bottom-footer-center a:hover,
.lp3-page .bottom-footer-bar .lp3-bottom-footer-end a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .lp3-page .bottom-footer-bar .item.lp3-bottom-footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    row-gap: 0.75rem;
  }

  .lp3-page .bottom-footer-bar .text.lp3-bottom-footer-copy p {
    text-align: center;
  }

  .lp3-page .bottom-footer-bar .lp3-bottom-footer-end {
    justify-self: unset;
    text-align: center;
  }
}

.lp3-page .scroll-section .lp3-services-cards > [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp3-page .scroll-section .lp3-services-cards > [class*='col-'] > .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
}

.lp3-page .scroll-section .lp3-services-cards .item {
  text-align: center;
}

.lp3-page .scroll-section .lp3-services-cards .item h3 {
  text-align: center;
}

.lp3-page .scroll-section .lp3-service-icon {
  width: auto;
  max-width: 88px;
  height: auto;
  -ms-flex-item-align: center;
      align-self: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* LP3 services: CTA under cards (styles match form CTAs; works outside .form-section) */
.lp3-page .lp3-scroll-cta {
  margin-top: 1.75rem;
  padding: 0.5rem 0 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp3-page .lp3-scroll-cta__btn {
  border-radius: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  padding: 0 28px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  text-align: center;
  text-decoration: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin: 0;
  -webkit-transition: -webkit-transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  transition: -webkit-transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
  border-style: solid;
  border-width: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  vertical-align: middle;
}

.lp3-page .lp3-scroll-cta__btn--primary {
  color: #fff !important;
  background: -webkit-gradient(linear, left top, right top, from(#00CDE2), color-stop(94%, #0087A3));
  background: linear-gradient(140deg, #00CDE2 5.54%, #0087A3 93.59%);
  border-color: #fff;
  -webkit-box-shadow: 2px 5px 0 0 rgba(255, 255, 255, 0.95);
          box-shadow: 2px 5px 0 0 rgba(255, 255, 255, 0.95);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.lp3-page .lp3-scroll-cta__btn--primary:hover {
  color: #fff !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lp3-page .lp3-scroll-cta__btn--outline {
  color: #0087A3 !important;
  background: #fff;
  border-color: rgba(0, 135, 163, 0.45);
  -webkit-box-shadow: 2px 4px 0 0 rgba(0, 135, 163, 0.18);
          box-shadow: 2px 4px 0 0 rgba(0, 135, 163, 0.18);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.lp3-page .lp3-scroll-cta__btn--outline:hover {
  color: #006080 !important;
  background: rgba(0, 205, 226, 0.08);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 575.98px) {
  .lp3-page .lp3-scroll-cta {
    margin-top: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lp3-page .lp3-scroll-cta__btn {
    width: 100%;
    max-width: 340px;
    font-size: 14px;
    padding: 0 22px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
  }
}

.lp3-page img.img-fluid {
  height: auto;
}

/* LP3: client testimonials slider (thechicagopublishers.us/lp3 copy) */
.lp3-page .lp3-reviews-section .lp3-reviews-carousel {
  position: relative;
  padding: 0 52px 48px;
  margin-top: 4px;
}

@media (max-width: 767.98px) {
  .lp3-page .lp3-reviews-section .lp3-reviews-carousel {
    padding: 0 0 42px;
  }
}

.lp3-page .lp3-reviews-section .lp3-review-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 167, 38, 0.45);
  background: #fff;
  color: #FF8F00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 4px 14px rgba(255, 143, 0, 0.15);
          box-shadow: 0 4px 14px rgba(255, 143, 0, 0.15);
  cursor: pointer;
  -webkit-transition: background 0.2s, color 0.2s, box-shadow 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s, -webkit-transform 0.15s;
  padding: 0;
}

.lp3-page .lp3-reviews-section .lp3-review-nav:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA726), to(#FF8F00));
  background: linear-gradient(180deg, #FFA726 0%, #FF8F00 100%);
  color: #fff;
  border-color: transparent;
  -webkit-box-shadow: 0 6px 18px rgba(255, 143, 0, 0.35);
          box-shadow: 0 6px 18px rgba(255, 143, 0, 0.35);
}

.lp3-page .lp3-reviews-section .lp3-review-nav:active {
  -webkit-transform: translateY(-50%) scale(0.96);
          transform: translateY(-50%) scale(0.96);
}

.lp3-page .lp3-reviews-section .lp3-review-nav--prev {
  left: 0;
}

.lp3-page .lp3-reviews-section .lp3-review-nav--next {
  right: 0;
}

@media (max-width: 575.98px) {
  .lp3-page .lp3-reviews-section .lp3-review-nav {
    display: none;
  }
}

.lp3-page .lp3-reviews-section .lp3-reviews-swiper.swiper {
  padding-bottom: 36px;
  overflow: hidden;
}

.lp3-page .lp3-reviews-section .lp3-reviews-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.lp3-page .lp3-reviews-section .lp3-reviews-swiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lp3-page .lp3-reviews-section .lp3-reviews-swiper .swiper-slide .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
}

.lp3-page .lp3-reviews-section .item .box {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffdf8), to(#fff8f0));
  background: linear-gradient(180deg, #fffdf8 0%, #fff8f0 100%);
  border: 1px solid rgba(255, 167, 38, 0.25);
  -webkit-box-shadow: 0 8px 28px rgba(95, 108, 123, 0.1);
          box-shadow: 0 8px 28px rgba(95, 108, 123, 0.1);
  padding: 26px 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.lp3-page .lp3-reviews-section .item .box .star {
  margin-left: auto;
  margin-right: auto;
}

.lp3-page .lp3-reviews-section .item .box .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lp3-page .lp3-reviews-section .item .box .text p {
  font-style: italic;
  color: #45556C;
  font-size: 15px;
  line-height: 1.65;
  max-width: 42ch;
  margin-left: auto;
  margin-right: auto;
}

.lp3-page .lp3-reviews-section .item .box .intro-part {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  margin-top: 12px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.lp3-page .lp3-reviews-section .item .box .intro-part .text-intro h4 {
  color: #c2410c;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.35;
}

.lp3-page .lp3-reviews-section .item .box .intro-part .text-intro p {
  color: #6A7282;
  font-size: 13px;
  margin-top: 2px;
}

.lp3-page .lp3-reviews-section .lp3-reviews-swiper .swiper-pagination {
  bottom: 4px !important;
}

.lp3-page .lp3-reviews-section .lp3-reviews-swiper .swiper-pagination-bullet {
  background: #FDBA74;
  opacity: 0.65;
}

.lp3-page .lp3-reviews-section .lp3-reviews-swiper .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(#FFA726), to(#FF8F00));
  background: linear-gradient(90deg, #FFA726, #FF8F00);
  opacity: 1;
  width: 22px;
  border-radius: 6px;
}

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