html {
  opacity: 0;
}

.main {
  padding-top: 0;
}

.slogan {
  text-align: center;
}

.icw-popup-content .main-container {
  padding: 70px 0;
}

.theme-olp h2,
.theme-olp .h2,
.theme-olp h3,
.theme-olp .h3,
.theme-olp h4,
.theme-olp .h4,
.theme-olp p,
.theme-olp ul li,
.theme-olp a {
  font-family: "sukhumvittadmai-med", sans-serif;
}

.theme-olp h2 strong,
.theme-olp .h2 strong,
.theme-olp .h3 strong,
.theme-olp .h4 strong,
.theme-olp h3 strong,
.theme-olp h4 strong,
.theme-olp a strong {
  font-family: "sukhumvittadmai-bold", sans-serif;
}

.theme-olp h2,
.theme-olp .h2 {
  font-size: 45px;
  line-height: 70px;
}

.theme-olp h3,
.theme-olp .h3 {
  font-size: 30px;
  line-height: 45px;
}

.theme-olp h4,
.theme-olp .h4 {
  font-size: 24px;
  line-height: 35px;
}

.theme-olp p {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .theme-olp h2,
  .theme-olp .h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .theme-olp h3,
  .theme-olp .h3 {
    font-size: 24px;
    line-height: 35px;
  }

  .theme-olp h4 {
    font-size: 20px;
    line-height: 30px;
  }
}