@media screen and (max-width: 910px) {
  * {
    font-size: 30px;
  }
}
h1 {
  margin-top: 0 !important;
  font-size: 30px;
  margin-bottom: 0;
}

body {
  padding: 0 !important;
  display: grid;
  align-items: center;
  overflow: hidden;
}
body > strong {
  display: none;
}
body > iframe {
  display: none !important;
  top: 0;
}
body div.main-container {
  overflow-y: auto !important;
  display: block;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
}
body div.main-container main {
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  height: auto;
  overflow: hidden;
}

main.webinar-register {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 35px;
  align-items: center;
  padding-bottom: 120px !important;
}
main.webinar-register img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
main.webinar-register .head {
  grid-column: 1/3;
  grid-row: 1/2;
  width: 100%;
  position: relative;
  padding: 20px;
}
main.webinar-register .head span {
  width: 100%;
  display: block;
}
main.webinar-register .head span em {
  color: inherit;
}
main.webinar-register .head span:first-child {
  text-transform: uppercase;
  color: #d4355f;
  font-size: 13px !important;
  font-weight: 900;
  padding-bottom: 10px;
  text-indent: 1px;
}
main.webinar-register .head h1 {
  color: #293c74;
}
main.webinar-register .head h1 + span {
  font-size: 24px !important;
  font-weight: 900;
  color: #d4355f;
  white-space: nowrap;
}
main.webinar-register .head p {
  font-size: 18px !important;
  line-height: 1.5;
}
main.webinar-register .head p + span {
  margin-top: 30px;
  transform: translateX(-20px);
  width: calc(100% + 40px);
  background: #f5f7fc;
  padding: 20px;
  border-radius: 7px;
  font-size: 14px !important;
  text-align: center;
}
main.webinar-register .head p + span strong {
  font-size: inherit;
  font-weight: 900 !important;
}
main.webinar-register .info p {
  font-size: 18px !important;
  line-height: 1.5;
}
main.webinar-register .info ul li {
  max-width: none !important;
  position: relative;
  list-style: none;
  font-size: 17px !important;
  line-height: 1.5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0 10px 34px;
}
main.webinar-register .info ul li:before {
  position: absolute;
  top: 16px;
  left: 8px;
  display: block;
  content: "";
  width: 14px;
  height: 10px;
  background-color: white;
  background-image: url('data:image/svg+xml;utf8, <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.66667 10L0 5.15152L4.66667 7.27273L14 0L4.66667 10Z" fill="rgb(212, 53, 95)" /></svg>');
  background-position: center center;
}

@media screen and (max-width: 1030px) {
  .main-container main.webinar-register {
    height: 100vh;
    overflow-y: auto !important;
    display: block;
    grid-template-rows: auto auto;
    grid-row-gap: 35px;
    padding-bottom: 220px;
    padding-top: 0;
    align-items: flex-start;
  }
  .main-container main.webinar-register img {
    object-fit: contain;
    width: 100%;
    height: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .main-container main.webinar-register .info span em {
    display: block;
    font-size: 0;
  }
}
@media screen and (max-width: 768px) {
  .main-container main.webinar-register {
    padding-bottom: 250px !important;
  }
}
.wj_bottombar * {
  color: white !important;
  font-family: inherit !important;
}
.wj_bottombar .wj_timezone_text {
  font-size: 16px !important;
}
.wj_bottombar .wj_countdown_wrapper ul figure figcaption lang {
  font-size: 10px;
  font-weight: bold;
}

main.webinar-thankyou > * {
  padding: 0 30px;
  max-width: none !important;
}
main.webinar-thankyou p {
  line-height: 1.5;
}
main.webinar-thankyou h1 {
  color: #293c74;
}
main.webinar-thankyou div.info {
  margin: 20px 0;
  background: #f5f7fc;
  border-radius: 6px;
  padding: 40px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.webinar-thankyou div.info p {
  line-height: 1.5;
}
main.webinar-thankyou div.info p strong {
  color: #d4355f !important;
}
main.webinar-thankyou div.info button {
  width: min-content;
  border: 1px solid #d4355f;
  padding: 10px 15px;
  border-radius: 4px;
}
main.webinar-thankyou div.info button span {
  color: #d4355f;
  white-space: nowrap;
}
main.webinar-thankyou p:last-child strong {
  color: #d4355f !important;
}
main.webinar-thankyou #countdown {
  margin: 0 auto;
  margin-top: 50px;
  width: min-content;
}
main.webinar-thankyou #countdown .countdown {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 15px;
}
main.webinar-thankyou #countdown .countdown div {
  width: 50px;
  height: 100%;
  display: grid;
  grid-template-rows: 50px 15px;
  align-items: center;
  justify-content: center;
}
main.webinar-thankyou #countdown .countdown div span {
  text-align: center;
  font-size: 11px !important;
  text-transform: uppercase;
  color: #d4355f;
}
main.webinar-thankyou #countdown .countdown div span:first-child {
  color: #444;
  font-size: 24px !important;
}
@media screen and (max-width: 740px) {
  main.webinar-thankyou h1 {
    font-size: 24px !important;
  }
  main.webinar-thankyou p {
    font-size: 16px !important;
  }
  main.webinar-thankyou div.info {
    display: grid;
    grid-template-rows: 1fr 1fr;
  }
  main.webinar-thankyou div.info button {
    margin-top: 15px;
  }
}

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