:root {
  --color-primary: #e83c66;
  --color-secondary: #fcc031;
  --color-bg-dark: #0b1e28;
  --color-bg-soft: #f6f6f6;
  --color-text: #000000;
  --color-white: #ffffff;
  --radius-6: 6px;
  --radius-8: 8px;
  --radius-10: 10px;
  --radius-12: 12px;
  --radius-16: 16px;
  --radius-20: 20px;
  --radius-24: 24px;
  --radius-64: 64px;
  --shadow-sm: 0 1px 3px rgba(16, 24, 40, 0.1);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #f6f6f6;
  color: var(--color-text);
  font-family: "Open Sans", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  margin: 0 auto;
  max-width: 1346px;
  width: calc(100% - 32px);
}

.container-wide {
  margin: 0 auto;
  max-width: 1405px;
  width: calc(100% - 32px);
}

.top-news {
  background: var(--color-primary);
  color: var(--color-white);
}

.top-news-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 44px;
}

.top-news-left {
  align-items: center;
  display: flex;
  font-size: 12px;
  gap: 8px;
  line-height: 18px;
}

.top-news-right {
  align-items: center;
  display: flex;
  gap: 16px;
}

.top-news-right a {
  align-items: center;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
  line-height: 20px;
}

.top-news-close {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 0;
}

.contact-strip {
  background: var(--color-bg-dark);
  border-bottom: 1px solid var(--color-bg-dark);
  color: #f6f6f6;
}

.contact-strip-inner {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 48px;
}

.contact-links {
  align-items: center;
  display: flex;
  gap: 24px;
}

.contact-links a {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  gap: 8px;
  line-height: 18px;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-left: 24px;
}

.social-links a {
  align-items: center;
  border-radius: var(--radius-10);
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.site-header {
  background: #fafafa;
}

.header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 80px;
  padding: 16px 0;
}

.brand {
  align-items: center;
  display: inline-flex;
  height: 40px;
  width: 128px;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 32px;
}

.main-nav a {
  align-items: center;
  color: #000000;
  display: inline-flex;
  font-size: 14px;
  gap: 4px;
  line-height: 20px;
  padding: 10px 0;
}

.nav-actions {
  align-items: center;
  display: flex;
  gap: 24px;
}

.btn-icon {
  align-items: center;
  background: #fcf0f3;
  border-radius: var(--radius-12);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  padding: 12px 24px;
}

.btn-login {
  align-items: center;
  background: var(--color-primary);
  border-radius: var(--radius-12);
  color: var(--color-white);
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
  line-height: 20px;
  padding: 12px 24px;
}

.pill-btn {
  align-items: center;
  background: var(--color-primary);
  border-radius: var(--radius-64);
  color: var(--color-white);
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  gap: 6px;
  justify-content: center;
  letter-spacing: -0.4px;
  line-height: 28px;
  min-height: 52px;
  padding: 12px 24px;
}

.webinar-hero-section {
  margin-top: 91px;
}

.webinar-kicker {
  align-items: center;
  background: #ffcad9;
  border-radius: var(--radius-24);
  display: inline-flex;
  font-size: 14px;
  gap: 8px;
  line-height: 20px;
  padding: 6px 12px;
}

.webinar-hero-section h1 {
  font-size: 47.14px;
  font-weight: 600;
  letter-spacing: -0.94px;
  line-height: 50.77px;
  margin: 20px 0 0;
  max-width: 650px;
}

.webinar-main-grid {
  align-items: start;
  display: grid;
  gap: 0;
  grid-template-columns: 759px 578px;
  margin-left: 3px;
  margin-top: 48px;
}

.webinar-main-left {
  width: 759px;
}

.webinar-cover-wrap {
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  height: 364px;
  margin: 0;
  overflow: hidden;
  width: 646px;
}

.webinar-cover-wrap img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.webinar-overview {
  margin-top: 26px;
}

.webinar-overview h2,
.webinar-topics h2,
.webinar-speakers h2 {
  color: #344b63;
  font-size: 26.37px;
  font-weight: 600;
  letter-spacing: -0.53px;
  line-height: 36.92px;
  margin: 0;
}

.overview-meta-row {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.overview-meta-row span {
  align-items: center;
  color: #344b63;
  display: inline-flex;
  font-size: 16.17px;
  font-weight: 600;
  gap: 8px;
  letter-spacing: -0.32px;
  line-height: 22.64px;
}

.overview-meta-row strong {
  font-weight: 400;
}

.webinar-overview p {
  font-size: 24.45px;
  line-height: 38.03px;
  margin: 26px 0 0;
  width: 730px;
}

.section-separator {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin: 36px 0;
  width: 646px;
}

.webinar-topics ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.webinar-topics li {
  align-items: flex-start;
  display: flex;
  font-size: 17.08px;
  gap: 10px;
  letter-spacing: 0;
  line-height: 26.57px;
}

.webinar-topics li img {
  flex: 0 0 24px;
  margin-top: 2px;
}

.webinar-speakers {
  margin-bottom: 0;
}

.speaker-item {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

.speaker-dot {
  border-radius: 50%;
  flex: 0 0 100px;
  height: 100px;
  width: 100px;
}

.speaker-dot-pink {
  background: #e83c65;
}

.speaker-dot-yellow {
  background: #fcbf31;
}

.speaker-item h3 {
  font-size: 22.5px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 31.5px;
  margin: 0;
}

.speaker-item p {
  color: #344b63;
  font-size: 14px;
  line-height: 22px;
  margin: 2px 0 0;
}

.webinar-signup-card {
  background: #ffe5ed;
  border-radius: var(--radius-16);
  box-shadow: var(--shadow-sm);
  height: 448px;
  min-height: 0;
  align-self: start;
  position: sticky;
  top: 112px;
  padding: 21px 24px 24px;
}

.webinar-signup-card h2 {
  font-size: 35.1px;
  font-weight: 600;
  letter-spacing: -0.7px;
  line-height: 37.8px;
  margin: 0 auto;
  text-align: center;
  max-width: 421px;
  width: 100%;
}

.webinar-signup-card > p {
  font-size: 13.05px;
  line-height: 20.3px;
  margin: 18px auto 0;
  max-width: 530px;
  overflow-wrap: anywhere;
  width: 100%;
  word-break: break-word;
}

.webinar-signup-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 18px;
}

.webinar-signup-form label {
  color: #000000;
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
  line-height: 20px;
}

.webinar-signup-form input[type="text"],
.webinar-signup-form input[type="email"] {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: var(--radius-6);
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  padding: 10px 12px;
}

.webinar-signup-form input::placeholder {
  color: #b0b0b0;
}

.webinar-signup-form label.signup-consent {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-family: "Open Sans", sans-serif;
  font-size: 13.05px;
  font-weight: 400;
  gap: 10px;
  line-height: 20.3px;
  margin-top: 2px;
}

.webinar-signup-form label.signup-consent span {
  flex: 1 1 auto;
  padding-top: 2px;
}

.signup-consent input {
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px solid #b0b0b0;
  border-radius: 1px;
  cursor: pointer;
  flex: 0 0 27px;
  height: 28px;
  margin: 0;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
  width: 27px;
}

.signup-consent input:checked {
  background-color: #e83c66;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='M3 8.5 6.3 11.5 13 4.8'/%3E%3C/svg%3E");
  border-color: #e83c66;
  box-shadow: none;
}

.signup-consent input:focus-visible {
  outline: 3px solid rgba(232, 60, 102, 0.25);
  outline-offset: 1px;
}

.signup-submit {
  background: #ffffff;
  border: 1px solid #b0b0b0;
  border-radius: 0.306px;
  color: #000000;
  cursor: pointer;
  font-size: 23.91px;
  font-weight: 600;
  letter-spacing: -0.48px;
  line-height: 25.75px;
  min-height: 61px;
  padding: 12px 18px;
}

.webinar-archive-section {
  margin-top: 104px;
}

.archive-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(3, 431.117px);
  margin-left: -12px;
  width: 1360px;
}

.archive-card {
  border-radius: var(--radius-16);
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 431.117px;
}

.archive-image-wrap {
  border-radius: var(--radius-12);
  box-shadow: var(--shadow-sm);
  height: 243px;
  overflow: hidden;
  width: 100%;
}

.archive-image-wrap img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.archive-tags {
  align-items: center;
  display: flex;
  gap: 10px;
}

.tag-pink,
.tag-gray {
  align-items: center;
  border-radius: var(--radius-24);
  display: inline-flex;
  font-size: 14px;
  gap: 8px;
  line-height: 20px;
  padding: 6px 12px;
}

.tag-pink {
  background: #ffcad9;
}

.tag-gray {
  background: #f0f0f0;
  border-radius: 0;
  font-size: 14px;
  gap: 4px;
  min-height: 27px;
  padding: 3px 6px;
}

.archive-card p {
  color: #344b63;
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.archive-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.webinar-about-section {
  margin-top: 91px;
}

.about-grid {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: 458px 696px;
  margin: 0 auto;
  width: 1194px;
}

.about-image-wrap {
  border-radius: var(--radius-20);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  height: 457px;
  overflow: hidden;
}

.about-image-wrap img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-content {
  width: 696px;
}

.about-content h2 {
  color: #000000;
  font-size: 52.51px;
  font-weight: 600;
  letter-spacing: -1.05px;
  line-height: 63.01px;
  margin: 0 0 22px;
  text-align: left;
}

.about-content ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-content li {
  align-items: flex-start;
  display: flex;
  font-size: 17.33px;
  gap: 14px;
  line-height: 26.96px;
}

.about-content li img {
  flex: 0 0 26px;
  margin-top: 2px;
}

.about-content .pill-btn {
  margin-top: 18px;
}

.webinar-reviews-section {
  margin-top: 84px;
}

.webinar-reviews-section h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 48px;
  margin: 0;
  text-align: center;
}

.webinar-reviews-grid {
  display: grid;
  gap: 46px;
  grid-template-columns: repeat(4, 284px);
  margin: 43px auto 0;
  width: 1274px;
}

.webinar-review-card {
  background: #fbfafa;
  border: 1px solid #ececec;
  border-radius: var(--radius-12);
  box-shadow: var(--shadow-sm);
  min-height: 169px;
  padding: 24px;
}

.review-head-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.review-stars {
  height: 40px;
  object-fit: cover;
  width: 133px;
}

.review-verified {
  align-items: center;
  color: #1f1f1f;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  gap: 5px;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.review-verified::before {
  align-items: center;
  background: #14b84b;
  border-radius: 999px;
  color: #ffffff;
  content: "✓";
  display: inline-flex;
  font-size: 9px;
  font-weight: 800;
  height: 12px;
  justify-content: center;
  line-height: 1;
  width: 12px;
}

.review-verified img {
  display: none;
}

.webinar-review-card h3 {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  line-height: 19.714px;
  margin: 6px 0 0;
}

.webinar-review-card p {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.714px;
  margin: 0;
}

.review-meta {
  align-items: center;
  color: #466484;
  display: flex;
  font-size: 12px;
  gap: 8px;
  line-height: 19.714px;
  margin-top: 4px;
}

.review-meta strong {
  font-weight: 700;
}

.reviews-summary {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
}

.reviews-summary p {
  color: #466484;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  margin: 0;
}

.reviews-summary p strong {
  font-weight: 700;
}

.reviews-summary img {
  height: auto;
  width: 158px;
}

.webinar-faq-section {
  margin-top: 109px;
}

.webinar-faq-section h2 {
  font-size: 62px;
  font-weight: 600;
  letter-spacing: -1.24px;
  line-height: 74px;
  margin: 0;
  text-align: center;
}

.faq-list {
  border-bottom: 1px solid #d1d1d1;
  margin-top: 24px;
}

.faq-list details {
  border-top: 1px solid #d1d1d1;
}

.faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 21.08px;
  justify-content: space-between;
  line-height: 32.78px;
  list-style: none;
  padding: 28.1px;
}

.faq-list summary::marker,
.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  padding-right: 24px;
}

.faq-chevron {
  flex: 0 0 37.47px;
  height: 37.47px;
  width: 37.47px;
  transition: transform 0.2s ease;
}

.faq-list details[open] .faq-chevron {
  transform: rotate(180deg);
}

.faq-list p {
  border-top: 1px solid #000000;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  padding: 18px 28px 22px;
}

.faq-list .faq-answer {
  max-height: 0;
  min-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translate3d(0, -6px, 0);
  transition:
    max-height 760ms cubic-bezier(0.33, 0, 0.2, 1),
    opacity 520ms ease,
    transform 760ms cubic-bezier(0.33, 0, 0.2, 1);
  will-change: max-height, opacity, transform;
}

.faq-list .faq-answer::before {
  background: #1f1f1f;
  content: "";
  display: block;
  height: 1px;
  margin: 0 28px;
  opacity: 0.28;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 620ms cubic-bezier(0.33, 0, 0.2, 1), opacity 420ms ease;
}

.faq-list .faq-answer p {
  border-top: 0;
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  transition: transform 620ms cubic-bezier(0.33, 0, 0.2, 1), opacity 420ms ease;
}

.faq-list details.is-open .faq-answer,
.faq-list details[open] .faq-answer {
  max-height: 460px;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.faq-list details.is-open .faq-answer::before,
.faq-list details[open] .faq-answer::before {
  opacity: 0.52;
  transform: scaleX(1);
}

.faq-list details.is-open .faq-answer p,
.faq-list details[open] .faq-answer p {
  opacity: 1;
  transition-delay: 90ms;
  transform: translate3d(0, 0, 0);
}

.faq-list[data-faq-mode] {
  border-bottom: 0;
  display: flex;
  flex-direction: column;
  min-height: var(--faq-list-stable-height, auto);
  overflow-anchor: none;
}

.faq-list[data-faq-mode] .faq-item {
  border-bottom: 1px solid #d1d1d1;
  overflow: hidden;
  transition: background-color 260ms ease;
}

.faq-list[data-faq-mode] .faq-item:last-child {
  border-bottom: 0;
}

.faq-list[data-faq-mode] .faq-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  justify-content: space-between;
  line-height: 28px;
  padding: 24px;
  text-align: left;
  width: 100%;
}

.faq-list[data-faq-mode] .faq-trigger span {
  flex: 1;
  min-width: 0;
  padding-right: 24px;
}

.faq-list[data-faq-mode] .faq-chevron {
  flex: 0 0 32px;
  height: 32px;
  width: 32px;
  transition: transform 460ms cubic-bezier(0.33, 0, 0.2, 1), opacity 260ms ease;
}

.faq-list[data-faq-mode] .faq-item.is-active .faq-chevron {
  transform: rotate(180deg);
}

.faq-list[data-faq-mode] .faq-answer {
  max-height: 0;
  min-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translate3d(0, -6px, 0);
  transition:
    max-height 760ms cubic-bezier(0.33, 0, 0.2, 1),
    opacity 520ms ease,
    transform 760ms cubic-bezier(0.33, 0, 0.2, 1);
  will-change: max-height, opacity, transform;
}

.faq-list[data-faq-mode] .faq-answer-inner {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  opacity: 0;
  padding: 16px 20px 24px;
  transform: translate3d(0, -10px, 0);
  transition: transform 620ms cubic-bezier(0.33, 0, 0.2, 1), opacity 420ms ease;
}

.faq-list[data-faq-mode] .faq-answer-inner::before {
  background: #1f1f1f;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 16px;
  opacity: 0.28;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 620ms cubic-bezier(0.33, 0, 0.2, 1), opacity 420ms ease;
}

.faq-list[data-faq-mode] .faq-answer-inner p {
  border-top: 0;
  margin: 0;
  padding: 0;
}

.faq-list[data-faq-mode] .faq-item.is-active .faq-answer {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.faq-list[data-faq-mode] .faq-item.is-active .faq-answer-inner::before {
  opacity: 0.52;
  transform: scaleX(1);
}

.faq-list[data-faq-mode] .faq-item.is-active .faq-answer-inner {
  opacity: 1;
  transition-delay: 90ms;
  transform: translate3d(0, 0, 0);
}

.site-footer {
  background: #0b1e28;
  margin-top: 151px;
  padding: 48px 0;
}

.site-footer .container {
  max-width: 1200px;
}

.footer-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.footer-top {
  display: grid;
  gap: 32px;
  grid-template-columns: 492px 1fr;
}

.footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-newsletter p {
  color: #f6f6f6;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.footer-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 279px;
}

.footer-newsletter-form label {
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  gap: 4px;
  line-height: 20px;
}

.footer-newsletter-form input {
  background: transparent;
  border: 1px solid #b0b0b0;
  border-radius: var(--radius-6);
  color: var(--color-white);
  min-height: 48px;
  padding: 14px 16px;
}

.footer-newsletter-form input::placeholder {
  color: #888888;
}

.footer-newsletter-btn {
  align-items: center;
  background: var(--color-primary);
  border: 0;
  border-radius: var(--radius-64);
  color: var(--color-white);
  cursor: pointer;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  gap: 6px;
  justify-content: center;
  line-height: 20px;
  min-height: 44px;
  padding: 12px 24px;
  width: fit-content;
}

.footer-newsletter-note {
  color: #f6f6f6;
  font-size: 12px;
  line-height: 18px;
}

.footer-links-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-links-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links-col h4 {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 4px;
}

.footer-links-col a {
  color: #f6f6f6;
  font-size: 16px;
  line-height: 24px;
}

.footer-contact-link {
  align-items: center;
  display: flex;
  gap: 12px;
}

.footer-contact-icon {
  align-items: center;
  background: #344b63;
  border-radius: var(--radius-10);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.footer-contact-address {
  color: #f6f6f6;
  display: grid;
  gap: 0;
  grid-template-columns: 40px 1fr;
  line-height: 24px;
}

.footer-contact-address span:first-child {
  align-items: center;
  display: inline-flex;
  grid-row: 1 / 3;
}

.footer-contact-address span:last-child {
  display: block;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid #344b63;
  display: flex;
  justify-content: space-between;
  padding-top: 33px;
}

.footer-copy {
  color: #f6f6f6;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  align-items: center;
  background: #344b63;
  border-radius: var(--radius-10);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.footer-legal {
  display: flex;
  gap: 24px;
}

.footer-legal a {
  color: #f6f6f6;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 1400px) {
  .webinar-main-grid {
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) 510px;
  }

  .webinar-main-left,
  .webinar-cover-wrap,
  .section-separator,
  .webinar-overview p,
  .archive-grid,
  .archive-card,
  .archive-image-wrap,
  .about-grid,
  .about-content,
  .webinar-reviews-grid {
    margin-left: 0;
    width: 100%;
  }

  .archive-grid {
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-grid {
    gap: 40px;
    grid-template-columns: 420px minmax(0, 1fr);
  }

  .about-content h2 {
    font-size: 46px;
    line-height: 56px;
  }

  .webinar-reviews-grid {
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1120px) {
  .main-nav {
    display: none;
  }

  .contact-strip-inner {
    flex-direction: column;
    gap: 8px;
    padding: 8px 0;
  }

  .social-links {
    margin-left: 0;
  }

  .webinar-main-grid,
  .about-grid,
  .archive-grid,
  .footer-top,
  .footer-links-grid {
    grid-template-columns: 1fr;
  }

  .webinar-main-left {
    width: auto;
  }

  .webinar-signup-card {
    position: static;
    top: auto;
  }

  .webinar-faq-section h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .about-content h2 {
    font-size: 40px;
    line-height: 48px;
    margin-top: 0;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .container,
  .container-wide {
    width: calc(100% - 24px);
  }

  .webinar-signup-card {
    height: auto;
    max-width: 100%;
    overflow: hidden;
  }

  .webinar-signup-card h2,
  .webinar-signup-card > p {
    max-width: 100%;
    width: 100%;
  }

  .webinar-signup-card h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .webinar-signup-card > p,
  .webinar-signup-form label.signup-consent span {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .top-news-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 8px 0;
  }

  .top-news-right {
    width: 100%;
  }

  .top-news-right a {
    font-size: 14px;
    line-height: 18px;
  }

  .header-inner {
    flex-wrap: wrap;
    gap: 12px;
  }

  .nav-actions {
    gap: 12px;
    width: 100%;
  }

  .btn-icon,
  .btn-login {
    flex: 1;
    justify-content: center;
    padding: 10px 12px;
  }

  .webinar-hero-section {
    margin-top: 40px;
  }

  .webinar-hero-section h1 {
    font-size: 36px;
    line-height: 42px;
    margin-top: 14px;
  }

  .webinar-main-grid {
    margin-top: 40px;
  }

  .webinar-cover-wrap {
    height: 250px;
  }

  .archive-image-wrap {
    height: 220px;
  }

  .webinar-reviews-grid {
    grid-template-columns: 1fr;
  }

  .faq-list summary {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 16px;
  }

  .faq-list p {
    padding: 16px;
  }

  .site-footer {
    margin-top: 80px;
  }

  .footer-legal {
    flex-wrap: wrap;
    gap: 12px;
  }
}

body.homepage-effects {
  overflow-x: hidden;
}

.homepage-effects .site-wrapper {
  isolation: isolate;
  position: relative;
}

.homepage-effects .top-news-right a,
.homepage-effects .social-links a,
.homepage-effects .pill-btn,
.homepage-effects .footer-newsletter-btn,
.homepage-effects .footer-social a,
.homepage-effects .footer-links-col a,
.homepage-effects .footer-legal a,
.homepage-effects .signup-submit,
.homepage-effects .webinar-signup-form input,
.homepage-effects .faq-chevron {
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 280ms ease,
    background-color 280ms ease,
    color 280ms ease,
    opacity 280ms ease;
}

.homepage-effects .webinar-kicker,
.homepage-effects .webinar-cover-wrap,
.homepage-effects .webinar-signup-card,
.homepage-effects .archive-card,
.homepage-effects .webinar-review-card,
.homepage-effects .faq-list details,
.homepage-effects .footer-newsletter,
.homepage-effects .footer-links-col {
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 320ms ease,
    background-color 320ms ease;
}

.homepage-effects .webinar-cover-wrap,
.homepage-effects .archive-image-wrap,
.homepage-effects .about-image-wrap {
  overflow: hidden;
}

.homepage-effects .webinar-cover-wrap img,
.homepage-effects .archive-image-wrap img,
.homepage-effects .about-image-wrap img {
  transform: scale(1);
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms ease;
  will-change: transform;
}

.homepage-effects .pill-btn,
.homepage-effects .footer-newsletter-btn {
  overflow: hidden;
  position: relative;
}

.homepage-effects .pill-btn::before,
.homepage-effects .footer-newsletter-btn::before {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.24) 50%, rgba(255, 255, 255, 0) 82%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-120%);
  transition: opacity 280ms ease;
}

.homepage-effects .webinar-review-card {
  --review-rest-x: 0px;
  backdrop-filter: blur(8px);
}

.homepage-effects .webinar-review-card.is-visible {
  animation: homeReviewFloat 9.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.homepage-effects .webinar-review-card:nth-child(2n) {
  animation-delay: -2.4s;
}

.homepage-effects .webinar-review-card:nth-child(3n) {
  animation-delay: -4.8s;
}

.homepage-effects .webinar-review-card:nth-child(4n) {
  animation-duration: 10.2s;
}

.homepage-effects .faq-list details {
  border-radius: 16px;
}

.homepage-effects .faq-list details > :not(summary) {
  overflow: hidden;
}

.homepage-effects .faq-list details.is-open,
.homepage-effects .faq-list details[open] {
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 20px 34px rgba(11, 30, 40, 0.08);
}

.homepage-effects .webinar-signup-form input:focus {
  border-color: rgba(232, 60, 102, 0.42);
  box-shadow: 0 0 0 4px rgba(232, 60, 102, 0.14);
  outline: none;
}

.homepage-effects .footer-newsletter,
.homepage-effects .footer-links-col {
  border-radius: 20px;
}

.homepage-effects .fx-reveal {
  --reveal-translate-x: 0px;
  --reveal-translate-y: 38px;
  filter: blur(14px);
  opacity: 0;
  transform: translate3d(var(--reveal-translate-x), var(--reveal-translate-y), 0) scale(0.985);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: transform, opacity, filter;
}

.homepage-effects .fx-reveal.fx-from-left {
  --reveal-translate-x: -48px;
  --reveal-translate-y: 0px;
}

.homepage-effects .fx-reveal.fx-from-right {
  --reveal-translate-x: 48px;
  --reveal-translate-y: 0px;
}

.homepage-effects .fx-reveal.fx-from-small {
  --reveal-translate-y: 22px;
}

.homepage-effects .fx-reveal.is-visible {
  filter: blur(0);
  opacity: 1;
  transform: none;
}

@media (hover: hover) and (pointer: fine) {
  .homepage-effects .top-news-right a:hover,
  .homepage-effects .social-links a:hover,
  .homepage-effects .footer-social a:hover,
  .homepage-effects .footer-links-col a:hover,
  .homepage-effects .footer-legal a:hover {
    transform: translateY(-2px);
  }

  .homepage-effects .pill-btn:hover,
  .homepage-effects .footer-newsletter-btn:hover {
    box-shadow: 0 30px 46px rgba(232, 60, 102, 0.24);
    transform: translateY(-4px);
  }

  .homepage-effects .pill-btn:hover::before,
  .homepage-effects .footer-newsletter-btn:hover::before {
    opacity: 1;
    transform: translateX(120%);
    transition: transform 720ms ease, opacity 240ms ease;
  }

  .homepage-effects .pill-btn:hover img,
  .homepage-effects .footer-newsletter-btn:hover img {
    transform: translateX(4px);
  }

  .homepage-effects .webinar-cover-wrap:hover,
  .homepage-effects .archive-card:hover,
  .homepage-effects .webinar-review-card:hover,
  .homepage-effects .faq-list details:hover {
    transform: translateY(-4px);
  }

  .homepage-effects .archive-card:hover,
  .homepage-effects .webinar-review-card:hover,
  .homepage-effects .faq-list details:hover {
    box-shadow: 0 24px 38px rgba(11, 30, 40, 0.12);
  }

  .homepage-effects .webinar-cover-wrap:hover img,
  .homepage-effects .archive-card:hover .archive-image-wrap img,
  .homepage-effects .about-image-wrap:hover img {
    filter: saturate(1.04);
    transform: scale(1.03);
  }

  .homepage-effects .faq-list details:hover .faq-chevron,
  .homepage-effects .faq-list details.is-open .faq-chevron,
  .homepage-effects .faq-list details[open] .faq-chevron {
    transform: rotate(180deg) scale(1.05);
  }
}

.homepage-effects .pill-btn:focus-visible,
.homepage-effects .footer-newsletter-btn:focus-visible,
.homepage-effects .webinar-signup-form input:focus-visible,
.homepage-effects .signup-submit:focus-visible,
.homepage-effects .top-news-right a:focus-visible,
.homepage-effects .social-links a:focus-visible,
.homepage-effects .footer-links-col a:focus-visible,
.homepage-effects .footer-legal a:focus-visible,
.homepage-effects .footer-social a:focus-visible {
  outline: 3px solid rgba(252, 192, 49, 0.9);
  outline-offset: 4px;
}

@keyframes homeReviewFloat {
  0%,
  100% {
    transform: translate3d(var(--review-rest-x, 0px), 0, 0) scale(1) rotate(0deg);
  }

  25% {
    transform: translate3d(calc(var(--review-rest-x, 0px) - 3px), -8px, 0) scale(1.007) rotate(-0.45deg);
  }

  50% {
    transform: translate3d(calc(var(--review-rest-x, 0px) + 3px), -12px, 0) scale(1.012) rotate(0.45deg);
  }

  75% {
    transform: translate3d(calc(var(--review-rest-x, 0px) - 2px), -7px, 0) scale(1.005) rotate(-0.25deg);
  }
}

@media (max-width: 640px) {
  body.homepage-effects .footer-links-col {
    border-bottom: 1px solid rgba(246, 246, 246, 0.18);
    gap: 0;
    padding-bottom: 14px;
  }

  body.homepage-effects .footer-links-col:last-child {
    border-bottom: 0;
  }

  body.homepage-effects .footer-links-col h4 {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    line-height: 20px;
    margin: 0;
  }

  body.homepage-effects .footer-links-col h4::after {
    border-bottom: 1.5px solid #ffffff;
    border-right: 1.5px solid #ffffff;
    content: "";
    flex: 0 0 auto;
    height: 10px;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    width: 10px;
  }

  body.homepage-effects .footer-links-col:not(.is-collapsed) h4::after {
    transform: rotate(-135deg) translate(-1px, -1px);
  }

  body.homepage-effects .footer-links-col.is-collapsed > :not(h4) {
    display: none;
  }

  body.homepage-effects .footer-links-col:not(.is-collapsed) > :not(h4) {
    display: block;
    margin-top: 12px;
  }

  body.homepage-effects .footer-links-col:not(.is-collapsed) .footer-contact-link,
  body.homepage-effects .footer-links-col:not(.is-collapsed) .footer-contact-address {
    display: flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-effects .fx-reveal,
  .homepage-effects .webinar-review-card,
  .homepage-effects .webinar-cover-wrap img,
  .homepage-effects .archive-image-wrap img,
  .homepage-effects .about-image-wrap img,
  .homepage-effects .faq-list .faq-answer,
  .homepage-effects .faq-list .faq-answer::before,
  .homepage-effects .faq-list .faq-answer p {
    animation: none !important;
    filter: none;
    transition: none !important;
    transform: none !important;
  }

  .homepage-effects .fx-reveal {
    opacity: 1;
  }
}
