.webinar-hero-image {
  max-width: 200px;
  height: auto;
  margin: 60px auto 60px;
  display: flex;
}

.webinar-content h1 {
  font-family: "Satoshi", sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 68px;
  color: #061C37;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .webinar-content h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

.webinar-content h3 {
  font-family: "Satoshi", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #292929;
  margin-bottom: 19px;
}

.webinar-content img {
  max-width: 770px;
  height: auto;
  border-radius: 10px;
  width: 100%;
}

.webinar-info {
  max-width: 770px;
  margin: 15px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.webinar-location {
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1d144d;
  position: relative;
  padding-left: 31px;
  margin-bottom: 9px;
}

.webinar-location::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/new/ph_map-pin.svg") no-repeat;
  top: 0;
  left: 0;
}

.webinar-date-time {
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1d144d;
  display: flex;
  position: relative;
  padding-left: 31px;
  white-space: nowrap;
  
}
.section-content.webinar-content-section{
  max-width: 1160px;
  padding-inline: 24px;
}

.webinar-date-time::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/new/clarity_date-line.svg") no-repeat;
  top: 0;
  left: 0;
  -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(77%) saturate(6774%) hue-rotate(256deg) brightness(89%) contrast(119%);
  filter: brightness(0) saturate(100%) invert(12%) sepia(77%) saturate(6774%) hue-rotate(256deg) brightness(89%) contrast(119%);
}

.webinar-time {
  position: relative;
  margin-left: 9px;
  padding-left: 10px;
  white-space: nowrap;
}

.webinar-time::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background: #1d144d;
  top: 5px;
  left: 0;
}

.webinar-description {
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02rem;
  color: #061C37;
  max-width: 770px;
}
@media screen and (max-width: 767px) {
  .webinar-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.webinar-description *:last-child {
  margin-bottom: 0;
}
.webinar-description ul {
  padding-left: 0;
  list-style-position: inside;
  margin-bottom: 21px;
}

.webinar-description li {
  margin-bottom: 11px;
}

.webinar-description li::marker {
  color: #924ac7;
}

.agenda-bullets h3 {
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.02rem;
  color: #924ac7;
  margin-top: 45px;
}

.agenda-bullets ul {
  padding-left: 0;
  list-style-position: inside;
  margin-bottom: 21px;
}

.agenda-bullets li {
  margin-bottom: 11px;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02rem;
  color: #292929;
  max-width: 770px;
}

.agenda-bullets li::marker {
  color: #924ac7;
}

.webinar-speakers-section .content-container {
  max-width: 770px;
  margin-top: 28px;
  margin-bottom: 50px;
}

.webinar-speakers-section h2 {
  font-family: "Satoshi", sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 68px;
  color: #292929;
  text-align: center;
}

.webinar-speakers-group {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: start;
}

.webinar-speaker-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  max-width: 33%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .webinar-speaker-single {
    max-width: 100%;
  }
}

.webinar-speaker-single img {
  width: 100px;
  max-width: 100px;
  height: auto;
  border-radius: 100%;
  aspect-ratio: 1;
  background: #924ac7;
  border: 2px solid #3F11F7;
  object-fit: cover;
}

.webinar-speaker-name {
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 110%;
}
.webinar-speaker-Title{
  font-family: "Satoshi", sans-serif;
  text-wrap: balance;
  font-weight: 400;
}

.webinar-content-section .content-container {
  display: flex;
  column-gap: 60px;
  margin-bottom: 48px;
}
.webinar-form-container{
  width: 100%;
  max-width: 356px;
  height: auto;
}

.webinar-form {
  max-width: 100%;
  width: 356px;
  height: max-content;
  background: linear-gradient(135deg, #f7f8fd 0%, #f1f4fc 100%);
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 0 auto;
  position: sticky;
  top: 100px;
}
.webinar-speaker-li a{
    padding: 5px;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    transition: 0.4s;
    margin-top: -10px;
  }
  .webinar-speaker-li a:hover{
    background-color: #F1F4FC;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  }

.webinar-form h3 {
  font-family: "Satoshi", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 116%;
  color: #3F11F7;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 0;
}

.hbspt-form .form-columns-2 {
  flex-direction: column;
}

fieldset.form-columns-2 .hs-form-field {
  width: 100% !important;
}

.webinar-form input[type="submit"] {
  background: #924ac7;
  border: 1px solid white;
  color: white;
  width: 100%;
}

.title-cta-box {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #ffffff;
}

.cta-box-section .text-cta-box {
  font-weight: 400;
}

.webinar-form.mobile {
  display: none;
}

@media screen and (max-width: 1180px) {
  .webinar-content-section .content-container {
    gap: 40px;
  }

  .webinar-speakers-section .content-container,
  .webinar-description {
    max-width: none;
  }

  a.lp-cta-button.fill-orange {
    width: auto;
  }

  .webinar-content h1,
  .webinar-content h3 {
    text-align: center;
  }
  .webinar-content h1{
    font-size: 44px;
    line-height: 116%;
    text-wrap: balance;
  }
  .webinar-content,
  .agenda-bullets {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .webinar-form {
    max-width: 340px;
  }
}
@media screen and (max-width: 991px) {
  .webinar-form {
    max-width: 280px;
  }
  .webinar-content-section .content-container {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .webinar-form {
    max-width: 100%;
  }
  .webinar-content-section .content-container{
    flex-direction: column;
    gap: 44px;
  }
  .webinar-speakers-group {
    gap: 32px;
    flex-direction: column;
    align-items: center;
  }
  .webinar-content h1{
    font-size: 30px;
    line-height: 116%;
    text-wrap: pretty;
  }
  
}