

html {
  scroll-behavior: smooth;
}

.parallax-list-pages {
  position: relative;
  overflow-x: clip;
}

.parallax-list-pages > .section {
  position: relative;
  z-index: 4;
}

.parallax-list-pages > .section.register_section {
  z-index: 2;
}

.parallax-list-pages__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  overflow: visible;
}

.parallax-list-pages__item {
  position: absolute;
  will-change: transform;
}

.parallax-list-pages__item-tilt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-list-pages__item-tilt--neg10 {
  transform: rotate(-10deg);
}

.parallax-list-pages__item-tilt--neg7 {
  transform: rotate(-7deg);
}

.parallax-list-pages__item-tilt--neg15 {
  transform: rotate(-15deg);
}

.parallax-list-pages__item-tilt--pos9 {
  transform: rotate(9deg);
}

.parallax-list-pages__item-tilt--pos12 {
  transform: rotate(12deg);
}

.parallax-list-pages__item-tilt--pos16 {
  transform: rotate(16deg);
}

.parallax-list-pages__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 14px rgba(14, 23, 51, 0.2))
    drop-shadow(0 4px 6px rgba(14, 23, 51, 0.12));
}

.parallax-list-pages__item--1 {
  width: 150px;
  height: 150px;
  top: 4%;
  left: 2%;
}

.parallax-list-pages__item--2 {
  width: 165px;
  height: 165px;
  top: 16%;
  right: 1%;
  left: auto;
}

.parallax-list-pages__item--3 {
  width: 205px;
  height: 155px;
  top: 30%;
  left: 0;
}

.parallax-list-pages__item--4 {
  width: 172px;
  height: 172px;
  top: 44%;
  right: 2%;
  left: auto;
}

.parallax-list-pages__item--5 {
  width: 190px;
  height: 190px;
  top: 56%;
  left: 4%;
}

.parallax-list-pages__item--6 {
  width: 220px;
  height: 220px;
  top: 64%;
  right: 0;
  left: auto;
}

.parallax-list-pages__item--7 {
  width: 200px;
  height: 95px;
  top: 73%;
  left: 6%;
}

.parallax-list-pages__item--8 {
  width: 178px;
  height: 178px;
  top: 81%;
  right: 3%;
  left: auto;
}

.parallax-list-pages__item--9 {
  width: 188px;
  height: 102px;
  top: 91%;
  left: 4%;
}

.popup-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 1000;
}

.register_grid {
  margin-top: 40px;
}
.popup-content {
  background-color: #ffffff;
  padding: 32px;
  margin: 24px;
  border-radius: 12px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  text-align: center;
  position: relative;
  z-index: 1001;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.popup-content .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  font-size: 22px;
  color: #0e1733;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.popup-content .close-btn:hover,
.popup-content .close-btn:focus-visible {
  color: #e2272d;
}
.popup-content .close-btn:focus-visible {
  outline: 2px solid #e2272d;
  outline-offset: 2px;
  border-radius: 8px;
}

#newsletter-modal-close {
  display: none;
}
#newsletter-modal-ok {
  width: 100%;
}

.fb-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  padding: 24px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

.fb-modal-content {
  background-color: #ffffff;
  width: min(90%, 700px);
  max-width: 700px;
  padding: 32px;
  margin: 24px;
  border-radius: 12px;
  position: relative;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  box-sizing: border-box;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.fb-modal-content.show {
  opacity: 1;
  transform: translateY(0);
}

.fb-close {
  display: none;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  font-size: 28px;
  font-weight: bold;
}

#fb-embed-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}

#fb-embed-container .fb-post {
  width: 100%;
  max-width: none;
}

.footer-fix > .link-block {
  opacity: 0;
  background-color: #f2f2f2;
  color: #e2272d;
}

.popup-content form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.popup-content form > :last-child {
  align-self: center;
}

.popup-content form label,
.popup-content form .label-style {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: left;
  font-size: 22px;
}

.popup-content form input[type="text"],
.popup-content form input[type="email"] {
  width: 100%;
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.popup-content form input[type="text"]:focus,
.popup-content form input[type="email"]:focus {
  outline: none;
  border-color: #e2272d;
  box-shadow: 0 0 0 3px rgba(226, 39, 45, 0.15);
}

.popup-content .question-group {
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  background-color: rgba(249, 249, 249, 0.8);
}

.popup-content .input-option {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 12px;
}

.popup-content .input-option label {
  margin-bottom: 0;
  font-weight: 400;
}

.popup-content .input-option input[type="radio"],
.popup-content .input-option input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  margin: 0;
}

.popup-content #newsletter-option1,
.popup-content #newsletter-option2,
.popup-content #newsletter-option3,
.popup-content #cookie-label,
.popup-content #privacy-label {
  font-weight: 400;
}

.popup-content #privacy-label a,
.popup-content .question-group label:last-of-type a {
  color: #e2272d;
  text-decoration: none;
}
.popup-content #privacy-label a:hover,
.popup-content .question-group label:last-of-type a:hover {
  text-decoration: underline;
}

.popup-content .question-group label:last-of-type {
  font-weight: 600;
}

.speaker-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.speaker-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 999px;
  padding: 3px 8px 3px 3px;
}

.speaker-chip__img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.speaker-chip__name {
  font-size: 14px;
  font-weight: 500;
  color: #6e7485;
  line-height: 1.2;
  white-space: nowrap;
}

.speaker-chip--link {
  cursor: pointer;
}

.speakers_wrap_txt .h2_speakers {
  position: static;
}

.register_grid {
  align-items: stretch;
  place-items: stretch;
}

.register_wrapper_cards {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.register_card_wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.register_card_wrapper > :last-child {
  margin-top: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(12px);
}

.site-navbar__inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0;
}

.site-navbar__brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.site-navbar__logo {
  display: block;
  width: auto;
  height: 40px;
}

.site-navbar__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  flex: 1;
}

.site-navbar__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}

.site-navbar__link {
  color: #1f2937;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-navbar__link:hover,
.site-navbar__link:focus-visible {
  color: #e2272d;
}

.site-navbar__lang {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: #f8fafc;
}

.site-navbar__lang-btn {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #475569;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.site-navbar__lang-btn.is-active {
  background: #e2272d;
  color: #fff;
}

.h1-register {
  font-size: 90px;
}

.site-navbar__toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: #ffffff00;
  cursor: pointer;
}

.site-navbar__toggle-line {
  display: block;
  width: 20px;
  height: 2px;
  margin: 2px auto;
  background: #1f2937;
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

body.nav-open {
  overflow: hidden;
}

.whatis-title .whatis-title-word {
  display: block;
}

.link-block {
  right: 10px;
  bottom: 10px;
  margin-right: 0;
  margin-bottom: 0;
  inset: auto 10px 10px auto;
}

.red-star {
  color: red;
}
.linkedin {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
}

.linkedin-child {
cursor: pointer;
  transition: all .2s ease-in-out;
  display: flex;
  gap: 5px;
  align-items: center;
}
.linkedin-child:hover {
  transform: scale(1.05);
}
.linkedin-img {
  width: 20px;
}

.speaker_link_wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.speaker_link {
  cursor: pointer;
  font-size: 16px;
  text-decoration: underline;
}

.section {
  width: 100vw;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

#ctionspeakers__se {
  padding-bottom: 80px;
}

.section.hero_section {
  height: 100vh;
  max-height: 1200px;
  padding-top: 64px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.hero-video > video {
  position: absolute;
  inset: -100%;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero-video > video::-webkit-media-controls-start-playback-button {
  display: none;
  -webkit-appearance: none;
}

.w-input,
.w-select,
.footer_txt-field.w-input {
  border-color: #e3e3e3;
  font-family: Montserrat, sans-serif;
}
.w-input:focus,
.w-select:focus,
.footer_txt-field.w-input:focus {
  border-color: #e2272d;
}
.w-form-done,
.w-form-fail {
  display: none; 
}

.section.timer_section {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 80px;
}

.section.register_section {
  padding-top: 80px;
  padding-bottom: 20px;
}

.section_container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.section_container.section_container_rules {
  display: block;
  padding-top: 164px;
  place-items: normal;
}

.page-main-layout .section_container.section_container_rules h2.h2 {
  margin-top: 80px;
}

.section_container.hero_content {
  color: white;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
  height: 100%;
  display: flex;
}

.body {
  color: #6e7485;
  background-color: #f2f2f2;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

.hero__overlay {
  background-color: rgba(68, 68, 68, 0.5);
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.section.hero_section.hero_event {
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.hero_event_image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
}

.hero_content {
  position: relative;
  z-index: 2;
}

#markdown-description {
  width: 100%;
}

#markdown-description h1,
#markdown-description .h1 {
  margin-top: 0;
  font-family: Oceanwide, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 1.2;
}

#markdown-description h2,
#markdown-description .h2 {
  text-align: center;
  font-family: Oceanwide, sans-serif;
  font-size: 63px;
  font-weight: 600;
  line-height: 1.2;
}

#markdown-description h3,
#markdown-description .h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

#markdown-description p,
#markdown-description .paragraph {
  color: #6e7485;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
}

#markdown-description ul,
#markdown-description ol {
  margin: 0.5em 0 1em 1.25em;
  color: #6e7485;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
}

#markdown-description li {
  margin-bottom: 0.25em;
  color: #6e7485;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
}

#markdown-description a {
  color: #e2272d;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: underline;
}

#markdown-description code {
  background: rgba(0, 0, 0, 0.06);
  padding: 0.15em 0.4em;
  border-radius: 4px;
  font-size: 14px;
}

#markdown-description pre {
  background: rgba(0, 0, 0, 0.06);
  padding: 1em;
  border-radius: 6px;
  overflow-x: auto;
  margin: 1em 0;
}

#markdown-description pre code {
  background: none;
  padding: 0;
}

#markdown-description blockquote {
  margin: 1em 0;
  padding-left: 1em;
  border-left: 4px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.7);
}

.popup-fix {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  max-height: none;
  padding: 0;
  max-width: 1000px;
  margin: 0;
  z-index: 0;
}

.checkbox-group-wrapper_register {
  position: relative;
}

.honeypot_register {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.popup-content .close-btn_register {
  display: none;
}

.btn_register {
  width: 100%;
}

.hero_wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  min-height: 100vh;
  display: flex;
  position: static;
}

.hero__h1 {
  text-shadow: 1px 2px 3px #6e7485;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Oceanwide, sans-serif;
  font-size: 127px;
  font-weight: 600;
  line-height: 0.9;
}

.hero__txt {
  text-shadow: 1px 2px 3px #6e7485;
  margin-bottom: 60px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.btn {
  color: white;
  text-align: center;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #fb0208, #ff9f01);
  border: 2px solid #e2272d;
  border-radius: 10px;
  padding: 16px 40px;
  min-height: 44px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn > span {
  position: relative;
  z-index: 2;
}

.btn.footer_btn {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}

.btn.footer_btn .gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 300%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, 
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-35%);
  transition: none;
  pointer-events: none;
}

.btn.footer_btn:hover .gradient {
  animation: slide-across 1s ease-out forwards;
}

.btn.btn_float-right {
  float: right;
}
.whatis_grid {
  margin-bottom: -50px;
}
.btn.btn_whatis {
  width: 45%;
}

.btn.btn_whatis .gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 300%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, 
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-35%);
  transition: none;
  pointer-events: none;
}

.btn.btn_whatis:hover .gradient {
  animation: slide-across 1s ease-out forwards;
}

.hero_btn-txt {
  position: relative;
  z-index: 2;
}

.gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 300%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, 
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-35%);
  transition: none;
  pointer-events: none;
}

.btn:hover .gradient {
  animation: slide-across 1s ease-out forwards;
}

@keyframes slide-across {
  0% {
    transform: translateX(-35%);
  }
  100% {
    transform: translateX(100%);
  }
}

.speaker-count {
  font-size: 266px;
  line-height: 1;
  font-family: Oceanwide, sans-serif;
  text-align: right;
}
.align-right {
  text-align: right;
}
.align-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}
.align-right-bottom .h2 {
  text-align: right;
}
.speakers-heading-parent {
  position: relative;
}

#btn_submit:hover .gradient {
  animation: slide-across 1s ease-out forwards;
}
.footer_btn-txt {
  font-size: 16px;
}
.hero_btn-txt {
  font-size: 16px;
}
.btn.gradient-border-button {
  border: 2px solid transparent;
  background-image:
    linear-gradient(#f2f2f2, #f2f2f2),
    linear-gradient(90deg, #fb0208, #ff9f01);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-sizing: border-box;
  color: #fb0208;
}
.gradient-border-button:focus-visible {
  outline: 2px solid #e2272d;
  outline-offset: 2px;
}

.gradient-border-button .gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 300%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, 
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-35%);
  transition: none;
  pointer-events: none;
}
.gradient-border-button:hover .gradient {
  animation: slide-across 1s ease-out forwards;
}

.speakers_wrap_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
  width: 100%;
}

.speaker_num {
  line-height: 1;
  font-size: 63px;
  font-family: Oceanwide, sans-serif;
  text-align: left;
}

.speaker_label {
  line-height: 1;
  font-family: Oceanwide, sans-serif;
}

.timer_wrap_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  max-width: 900px;
  margin-top: 40px;
  padding-top: 40px;
  gap: 20px;
}

.timer_pair {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  align-items: center;
  gap: 20px;
}

.timer_wrap_outline {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 175px;
  display: flex;
  box-shadow: 0 8px 16px 2px rgba(0, 0, 0, 0.12);
}

.speakers_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: ". . Area Area"
                 ". . . ."
                 ". . . ."
                 / 24% 24% 24% 24%;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  place-content: center;
  place-items: stretch;
  
  display: grid;
}

.speakers_grid.speakers_grid_with_100 {
  width: 100%;
}

.speakers_wrap_txt {
  grid-column: 1 / -1;
  text-align: left;
  padding: 20px 0;
}
.clickable_hover {
  cursor: pointer;
}
.speaker_txt {
  font-size: 63px;
  font-weight: 600;
  line-height: 1.2;
  color: #6e7485;
  display: flex;
  flex-direction: column;
  padding-right: 0px;
  text-align: center;
  padding-left: 0px;
  margin-bottom: 40px;
}
.link-wrapper__card {
  text-decoration: none;
}
.footer-fix {
  padding-bottom: 0;
}
.speaker_txt.unaffected {
  text-align: left;
  padding-right: 24px ;
  font-size: 63px;
}
.speakers_card {
  width: 100%;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(14, 23, 51, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: auto;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.speakers_card:hover {
  box-shadow: 0 8px 16px 2px rgba(0, 0, 0, 0.12);
}

.speakers_card.speaker_card_last_hiden {
  display: none;
}

.speakers_card.speaker_card_last_hiden.speaker_page_not-hidden {
  display: block;
}

.speakers_card.speaker_card-dont-hide {
  border-radius: 10px;
  display: block;
  box-shadow: 0 3px 6px rgba(14, 23, 51, 0.15);
}

.speakers_img_wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 120%;
  overflow: hidden;
}

.speakers_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease-in;
  transform: scale(1.05);
}

.register_grid_edit {
  gap: 20px;
}

.speakers_img:hover {
  transform: scale(1);
  transition: transform 0.25s ease-in;
}

.speaker_info {
  padding: 15px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.paragraph.event-name-p {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.05;
  margin-bottom: 10px;
}
.paragraph.date-p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0;
}

.paragraph.date-p.paragraph_highlighted {
  font-weight: 600;
}

.register-p {
  font-size: 16px;
}

.speakers_txt-name {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.05;
}
.speaker-p {
  font-size: 16px; 
}

.p2 {
  font-size: 18px;
  line-height: 1.2;
  color: #6e7485;
}

.p2.register_btn {
  color: #e2272d;
  font-weight: 600;
  text-decoration: none;
}

.p2.register_btn.register_btn_no {
  margin-top: auto;
  padding-left: 0;
}

.speakers_link-block_btn {
  float: right;
  background-color: #d89b9b;
  background-image: linear-gradient(90deg, red, #ff9e01);
  border-radius: 20px;
  padding: 3px;
  text-decoration: none;
  display: inline-block;
}

.speakers_link-block_btn.whatisbtn_transperent {
  border-radius: 5px;
  width: 45%;
  padding: 3px;
}

.speakers_btn-txt {
  color: #e2272d;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  padding: 20px 40px;
  border-radius: 16px;
  border: 1px solid transparent;
  background-image:
    linear-gradient(#f2f2f2, #f2f2f2),
    linear-gradient(90deg, #fb0208, #ff9f01);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
}

.speakers_btn-txt.whatisbtn_transperent-txt {
  text-align: center;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 22px;
  font-weight: 600;
}
.no-padding-right {
  padding-right: 0;
}

.register_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  justify-items: stretch;

  display: grid;
}

.register_img-cards {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease-in;
  transform: scale(1.05);
}

.register_img-cards:hover{
  transform: scale(1);
  transition: transform 0.25s ease-in;
}

.register_card_wrapper {
  flex-flow: column;
  padding: 15px;
  display: flex;
}

.whatis_grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 55% 40%;
  grid-auto-columns: 1fr;
  display: grid;
}

.whatis_wrap_title {
  margin-bottom: 40px;
}

.whatis_wrap_image-1 {
  margin-top: 0;
}

.whatis_img-1 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  padding-right: 4px;
}

.whatis_img-2 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  padding-left: 4px;
}

.register_wrapper_cards {
  background-color: #ffffff;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.07), #f3f3f3);
  border-radius: 10px;
  text-decoration: none;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.register_wrapper_cards:hover {
  box-shadow: 0 3px 6px rgba(14, 23, 51, 0.15);
}

.register_img_wrapper {
  box-sizing: border-box;
  padding: 10px 10px 0;
  overflow: visible;
}

.footer_grid_logo {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 80px;
  display: grid;
}

.footer-socials {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.footer_wrap {
  width: 100%;
}

.footer-logo {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer-logo-copyright {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.footer-logo-copyright strong {
  font-weight: normal;
}

.footer-social-logo {
  text-align: right;
  height: 100%;
}

.footer_txt-field {
  color: #6e7485;
  border: 1px solid #e3e3e3;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 0;
  padding: 25px 20px;
  font-size: 18px;
}
.footer_txt-field:focus {
  outline: 2px solid #e2272d;
  outline-offset: 2px;
}

.select-option{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  height: auto;
  margin-top: 5px;
  padding: 25.5px 20px;
}

.footer_form {
  border-radius: 14px;
}

.footer_register_wrap {
  padding-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
}
.footer_img-logo {
  max-width: 120px;
}

.footer_img-social {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  object-fit: contain;
}
.footer-social-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-social-logo:focus-visible {
  outline: 2px solid #e2272d;
  outline-offset: 2px;
  border-radius: 8px;
}

.whatis_wrap_image-2 {
  margin-top: -120px;
  margin-bottom: 20px;
}

.whatis_wrap_btn {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.whatis_wrap_btn .gradient-border-button {
  flex: 1 1 auto;
  min-width: fit-content;
  white-space: nowrap;
}

.speakers_wrap-last {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.footer_btn-txt {
  text-align: center;
  width: 100%;
}

.footer_btn-txt .gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 300%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, 
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-35%);
  transition: none;
  pointer-events: none;
}

.footer_btn-txt:hover .gradient {
  animation: slide-across 1s ease-out forwards;
}

.h1 {
  margin-top: 0;
  font-family: Oceanwide, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph {
  color: #6e7485;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
}
.paragraph-16 {
  font-size: 16px;
  color: #6e7485;
  font-weight: 400;
  line-height: 1.6;
}

#date {
  font-size: 16px;
  line-height: 1.2;
}
.speakers_unhide {
  display: none;
}
.paragraph.timer_txt{
  font-size: 22px;
    line-height: 1.2;
    font-family: Oceanwide, sans-serif;
}

.paragraph.hero__txt {
  color: white;
  font-size: 28px;
  line-height: 1.2;
}

.h2 {
  text-align: center;
  font-family: Oceanwide, sans-serif;
  font-size: 63px;
  font-weight: 600;
  line-height: 1.2;
}

.h2.align_left {
  color: #6e7485;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 63px;
  line-height: 1;
}

.h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.form {
  background-image: linear-gradient(90deg, #fb0208, #ff9f01);
  border-radius: 8px;
  padding: 4px;
}

.register_img_wrapper2 {
  box-sizing: content-box;
  border-radius: 8px;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.link-block {
  vertical-align: baseline;
  color: #e2272d;
  border: 3px solid #e2272d;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  min-width: 44px;
  min-height: 44px;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 30px;
  margin-right: 30px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}
.link-block:hover,
.link-block:focus-visible {
  background-color: #e2272d;
  color: white;
}
.link-block:focus-visible {
  outline: 2px solid #e2272d;
  outline-offset: 2px;
}

.link-block.w--current {
  text-decoration: none;
}
.speakers_info__unhide {
  padding: 10px;
  z-index: 100;
  position: relative;
  bottom: 120px;
  background: rgba(255, 255, 255, 0.589);
  height: 100%;
}
.overflowing_img {
  position: static;
  z-index: -10;
}
.text-block {
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
}

.center_timer {
  text-align: center;
}

.divider {
  color: #0e1733;
  background-image: radial-gradient(circle farthest-side, rgba(226, 39, 45, 0.45), transparent);
  height: 1px;
  width: 80%;
  margin: 0 auto;
}

.homepage-divider {
  margin: 80px auto; 
}

#speakers__section {
  padding-bottom: 80px;
  padding-top: 96px;
}

#event-title{
  font-size: 63px;
  line-height: 1.2;
  margin-bottom: 45px;
}

#group_last{
  margin-bottom: 40px;
}

@keyframes sweep-light {
  0% {
    left: -100%;
    opacity: 0.3;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

#w-node-_6eea92fd-70cc-50da-ca98-10c95ce72f4d-bea0971b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36fa08c5-b1f5-ab69-7647-0b3ad3557974-bea0971b{
  line-height: 1.2;
}

#w-node-_52c82f1c-3bed-9245-617f-e50fc424265e-bea0971b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f792cfe0-1757-b8fd-d09b-23c4d9fce94c-bea0971b {
  grid-area: Area;
  color: #6e7485;
  font-size: 63px;
}

.speakers_wrap_btn.speakers_last_btn {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-e25b99c0-5e8d-d5c0-537c-68be2a960602-bea0971b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-bdae5d60-8932-6712-4bfb-e51396e5f877-bea0971c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bdae5d60-8932-6712-4bfb-e51396e5f87a-bea0971c {
  grid-area: Area;
}

.modal-backdrop-custom {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 2000;
}

.modal-backdrop-custom.show {
  opacity: 1;
  visibility: visible;
}

.speaker-events-modal-dialog {
  background-color: #ffffff;
  border-radius: 12px;
  max-width: 900px;
  width: 100%;
  padding: 32px;
  margin: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  max-height: 85vh;
  overflow-y: auto;
}

.modal-backdrop-custom.show .speaker-events-modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

.modal-header-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.modal-close-btn {
  background: transparent;
  border: none;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.speaker-events-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.speaker-event-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(14, 23, 51, 0.08);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.speaker-event-image-wrap {
  width: 180px;
  min-width: 180px;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
}

.speaker-event-image {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.speaker-event-info {
  flex: 1;
  padding: 14px 16px 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767px) {
  .speaker-event-row {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .speaker-event-row .speaker-event-image-wrap {
    width: 100%;
    min-width: 0;
    flex: 0 0 auto;
    padding: 10px;
  }

  .speaker-event-row .speaker-event-info {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .parallax-list-pages__item--1 {
    width: 94px;
    height: 94px;
  }

  .parallax-list-pages__item--2 {
    width: 102px;
    height: 102px;
  }

  .parallax-list-pages__item--3 {
    width: 128px;
    height: 96px;
  }

  .parallax-list-pages__item--4 {
    width: 108px;
    height: 108px;
  }

  .parallax-list-pages__item--5 {
    width: 118px;
    height: 118px;
  }

  .parallax-list-pages__item--6 {
    width: 136px;
    height: 136px;
  }

  .parallax-list-pages__item--7 {
    width: 124px;
    height: 59px;
  }

  .parallax-list-pages__item--8 {
    width: 110px;
    height: 110px;
  }

  .parallax-list-pages__item--9 {
    width: 116px;
    height: 63px;
  }

  .h2 {
    margin-top: 3px;
    font-size: 63px;
  }

  #markdown-description h2,
  #markdown-description .h2 {
    margin-top: 3px;
    font-size: 63px;
  }

  .hero_wrapper {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .hero__h1 {
    font-size: 90px;
  }

  .hero__txt {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
  }

  .hero_btn-txt{
    margin-top: 3px;
  }

  .timer_txt {
    font-size: 16px;
    line-height: 1.2;
  }

  .paragraph.timer_txt {
    font-size: 22px;
    line-height: 1.2;
  }

  .paragraph.event-name-p {
    font-size: 22px;
  }

  .speakers_txt-name {
    font-size: 22px;
  }

  .speakers_grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template: ". ."
                   "Area Area"
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 49% 49%;
    
  }

  .speakers_card {
    width: 115%;
  }

  .speaker_txt {
    
    align-items: center;
    padding: 0;
  }

  .speakers_img_wrapper {
    aspect-ratio: 1 / 1;
    padding-bottom: 0;
    padding-bottom: 100%;
  }

  .speakers_img {
    height: 100%;
  }

  .speaker_label {
    margin-top: 0;
    margin-left: 1rem;
    
  }

  .speakers_wrap_txt {
    order: -1;
    justify-content: center;
    align-items: center;
  }

  .speakers_link-block_btn {
    margin-top: 10px;
  }

  .speakers_btn-txt, .speakers_wrap_btn {
    order: 1;
  }

  .speakers_wrap_btn.speakers_last_btn {
    display: flex;
    margin-top: 60px;
  }

  .section.timer_section{
    padding-top: 97px;
  }

  .section.register_section {
    padding-top: 96px;
    padding-bottom: 86.5px;
  }

  .section.whatis_section {
    padding-bottom: 58.5px;
  }

  #speakers__section {
    padding-top: 80.5px;
    padding-bottom: 81px;
  }

  .whatis_grid {
    grid-column-gap: 16px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
      "title title"
      "image1 image2"
      "text text"
      "buttons buttons";
    align-items: center;
  }

  .whatis_wrap_title {
    grid-area: title;
    order: 1;
  }

  .whatis_wrap_image-1 {
    grid-area: image1;
    margin-top: 0;
    order: 2;
  }

  .whatis_wrap_image-2 {
    grid-area: image2;
    margin-top: 0;
    margin-bottom: 0;
    order: 3;
  }

  .whatis_wrap_txt {
    grid-area: text;
    order: 4;
  }

  .whatis_wrap_btn {
    grid-area: buttons;
    order: 5;
    margin-top: 20px;
  }

  .footer_register_wrap {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_wrap {
    padding-bottom: 0;
    width: 100%;
  }

  .footer_grid_logo {
    margin-top: 60px;
  }

  .whatis_wrap_image-2 {
    margin-bottom: 0;
  }

  .whatis_wrap_title {
    order: -1;
  }

  .whatis_wrap_btn {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    margin-top: 10px;
  }

  .h2.align_left {
    text-align: center;
  }

  .link-block {
    display: none;
  }

  .speakers_grid_main {
    grid-auto-rows: auto;
  }

  .hero__h1 {
    font-size: 90px;
    line-height: 0.9;
  }

  .speaker_txt {
    font-size: 63px;
    align-items: center;
    padding: 0;
    padding-right: 11rem;
  }

  .timer_txt {
    font-size: 28px;
    line-height: 1.2;
  }

  .paragraph.timer_txt {
    font-size: 22px;
    line-height: 1.2;
  }

  #speakers__section {
    padding-bottom: 82px;
  }

  .speakers_card {
    width: 125%;
  }

  .whatis_wrap_title {
    order: 1;
    text-align: center;
  }

  .whatis_wrap_image-1 {
    order: 2;
  }

  .whatis_wrap_txt {
    order: 3;
  }

  .whatis_wrap_btn {
    order: 5;
    margin-top: 20px;
  }

  .h2.align_left {
    text-align: center;
  }

  .section.whatis_section {
    padding-bottom: 41px;
  }

  .h2 {
    margin-top: 5px;
  }

  #h2_phone {
    margin-top: 2px;
  }

  .whatis_wrap_btn {
    flex-flow: column;
  }

  .page-main-layout .h2 {
    margin-top: 0;
  }

  .page-main-layout .speakers_wrap_btn.speakers_last_btn {
    margin-top: 60px;
  }

  .page-main-layout #speakers__section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.speaker-event-title {
  font-size: 22px;
  font-weight: 700;
  color: #0e1733;
  margin-bottom: 8px;
}

.speaker-event-date {
  font-size: 16px;
  color: #6e7485;
  margin-bottom: 10px;
}

.event-speaker-pill {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  max-width: 220px;
  width: fit-content;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  background-image: linear-gradient(135deg, #5f94e4, #b641fa);
  border: 1px solid rgba(14, 23, 51, 0.08);
}

.event-speaker-pill.no-speakers {
  color: #ffffff;
  background-image: linear-gradient(135deg, #e2272d, #b9151b);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.no-events-note {
  color: #777;
  font-size: 16px;
}

.mb_0 {
  margin: 0;
}

.fb-modal-header {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 12px;
}

.fb-back-btn,
.fb-exit-btn {
  background-color: #7b3fe4;
  padding: 6px 12px;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.fb-exit-btn {
  background-color: #e2272d;
}

.fb-back-btn:hover {
  background-color: #622fc0;
}

.fb-exit-btn:hover {
  background-color: #c71a27;
}

.page-main-layout .section_container:not(.hero_content) {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-main-layout .section_container.bottom_padding_gap {
  padding-bottom: 76px;
}

.page-main-layout .section_container.section_container_footer {
  padding-bottom: 26px;
}

.page-main-layout .section.timer_section {
  padding-top: 0;
}

.page-main-layout .section.register_section {
  padding-top: 0;
  padding-bottom: 0;
}

.page-main-layout #speakers__section {
  padding-top: 0;
  padding-bottom: 0;
}

.page-main-layout .speakers_wrap_txt {
  padding-top: 0;
  padding-bottom: 0;
}

.page-main-layout .speakers_wrap_btn {
  padding-top: 0;
  padding-bottom: 0;
}

.page-main-layout .timer_wrap_flex {
  padding-top: 0;
}

.page-main-layout .register_grid {
  padding-top: 0;
}

.page-main-layout .register_wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  width: 100%;
}

.page-main-layout .section_container > .h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.page-main-layout .register_wrap > .h2 {
  margin-top: 0;
  margin-bottom: 0;
}

@font-face {
  font-family: 'Oceanwide';
  src: url('../fonts/Oceanwide-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@media screen and (max-width: 991px) {
  .h1.whatis-title {
    font-size: 63px;
  }

  .whatis-title .whatis-title-word {
    display: inline;
  }
  .whatis-title .whatis-title-word:not(:last-child)::after {
    content: '\00a0';
  }

  .fb-modal {
    display: none;
  }

  .site-navbar__inner {
    width: min(100% - 32px, 1200px);
    padding: 10px 0;
    position: relative;
  }

  .site-navbar__logo {
    height: 34px;
  }

  .site-navbar__toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .site-navbar__menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-18px);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
  }

  .site-navbar.is-open .site-navbar__menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-navbar__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .site-navbar__link {
    font-size: 16px;
    width: 100%;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.24s ease, transform 0.24s ease;
  }

  .site-navbar__lang {
    width: fit-content;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.24s ease, transform 0.24s ease;
  }

  .site-navbar.is-open .site-navbar__link,
  .site-navbar.is-open .site-navbar__lang {
    opacity: 1;
    transform: translateY(0);
  }

  .site-navbar.is-open .site-navbar__link:nth-child(1) { transition-delay: 0.04s; }
  .site-navbar.is-open .site-navbar__link:nth-child(2) { transition-delay: 0.08s; }
  .site-navbar.is-open .site-navbar__link:nth-child(3) { transition-delay: 0.12s; }
  .site-navbar.is-open .site-navbar__link:nth-child(4) { transition-delay: 0.16s; }
  .site-navbar.is-open .site-navbar__lang { transition-delay: 0.2s; }

  .section {
    padding-top: 96px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .h1 {
    text-align: center;
  }

  h1.h2 {
    font-size: 63px;
  }

  .speaker-count {
    font-size: 63px;
  }

  .paragraph {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 40px;
  }

  .paragraph.timer_txt {
    margin-bottom: 0;
  }

  #markdown-description h1,
  #markdown-description .h1 {
    text-align: center;
  }

  #markdown-description p,
  #markdown-description .paragraph {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 40px;
  }

  #markdown-description ul,
  #markdown-description ol {
    font-size: 22px;
    line-height: 29px;
  }

  #markdown-description li {
    font-size: 22px;
    line-height: 29px;
  }

  #markdown-description a {
    font-size: 22px;
    line-height: 29px;
  }

  .section_container.hero_content {
    position: static;
    justify-content: center;
  }

  .hero_wrapper {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hero__h1 {
    text-align: center;
  }

  .hero__txt {
    text-align: center;
    line-height: 29px;
  }

  .whatis_grid {
    grid-column-gap: 16px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title title" "image1 image2" "text text" "buttons buttons";
    align-items: center;
  }

  .whatis_wrap_title {
    grid-area: title;
    order: 1;
  }

  .whatis_wrap_image-1 {
    grid-area: image1;
    order: 2;
    margin-top: 0;
  }

  .whatis_wrap_image-2 {
    grid-area: image2;
    order: 3;
    margin-top: 0;
    margin-bottom: 0;
  }

  .whatis_wrap_txt {
    grid-area: text;
    order: 4;
  }

  .whatis_wrap_btn {
    grid-area: buttons;
    order: 5;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 60px;
  }

  .btn.btn_whatis,
  .gradient-border-button {
    width: 100%;
  }

  .speakers_grid {
    gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto;
    grid-template-areas: none;
    place-content: start center;
    place-items: stretch;
  }

  .speakers_card {
    width: 115%;
    max-width: 100%;
    height: 100%;
  }

  .speakers_img_wrapper {
    padding-bottom: 90%;
  }

  .speaker_txt {
    font-size: 90px;
    line-height: 1.2;
    padding: 0;
    padding-right: 15rem;
  }

  .speakers_hide {
    display: none;
  }

  .speakers_unhide {
    display: block;
  }

  .speakers_wrap_btn {
    justify-content: center;
    align-items: center;
  }

  .speakers_wrap_btn.speakers_last_btn {
    display: flex;
    order: 1;
    margin-top: 60px;
    grid-column: 1 / -1;
  }

  .speakers_wrap_btn.speakers_last_btn.w-clearfix {
    padding-bottom: 0;
  }

  .speakers_link-block_btn.whatisbtn_transperent {
    width: 100%;
  }

  .speakers_btn-txt {
    text-align: center;
  }

  .speakers_btn-txt.whatisbtn_transperent-txt {
    font-size: 16px;
  }

  .register_grid {
    gap: 20px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer_register_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-socials {
    gap: 16px;
  }

  .footer_txt-field {
    border-width: 1px;
    border-color: #e3e3e3;
  }

  .footer_img-social {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .whatis_wrap_image-2 {
    margin-top: 0;
  }

  .timer_wrap_outline {
    width: 150px;
    height: 150px;
  }

  .section.timer_section {
    padding-top: 97px;
  }

  #w-node-e25b99c0-5e8d-d5c0-537c-68be2a960602-bea0971b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0c1c0498-b9b3-0416-b256-9dade7e106e9-bea0971b, #w-node-_39dc455d-9ead-5a23-b6eb-1e8b4f15c9a5-bea0971b {
    order: 0;
  }

  #w-node-_499cfae6-1e77-2a05-37a4-3d9b1a207f56-bea0971b, #w-node-_411d30f9-83d3-cc5b-8221-415fe205e366-bea0971b {
    order: 0;
  }

  #w-node-bdae5d60-8932-6712-4bfb-e51396e5fa96-bea0971c, #w-node-bdae5d60-8932-6712-4bfb-e51396e5fa9c-bea0971c {
    order: 0;
  }

  #w-node-_89302f8f-b96c-c514-9d44-f13a9bbfd721-bea0971c {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  .page-main-layout .section {
    padding-top: 0;
  }

  .page-main-layout .section.hero_section {
    padding-top: 64px;
    padding-bottom: 0;
  }

  .page-main-layout .section.timer_section {
    padding-top: 0;
  }

  .page-main-layout .section.register_section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-main-layout .section.whatis_section {
    padding-bottom: 0;
  }

  .page-main-layout #speakers__section {
    padding-top: 0;
    padding-bottom: 0;
  }

  
  .page-main-layout #speakers__section .section_container.bottom_padding_gap {
    padding-bottom: 100px;
  }

  .page-main-layout .speakers_wrap_btn.speakers_last_btn {
    margin-top: 60px;
  }
}


@media screen and (max-width: 480px) {
  .fb-modal {
    padding: 16px;
  }

  .fb-modal-content {
    width: 94%;
    padding: 16px;
    margin: 16px;
    max-height: calc(100vh - 32px);
  }
  .h2 {
    font-size: 56px;
  }

  #markdown-description h2,
  #markdown-description .h2 {
    font-size: 56px;
  }

  .speaker-count {
    font-size: 56px;
  }

  .h2.align_left {
    margin-bottom: 20px;
  }
  
  .section {
    overflow: hidden;
  }

  .section.whatis_section {
    padding-bottom: 53px;
  }

  .paragraph {
    font-size: 18px;
  }

  .popup-content form label,
  .popup-content form .label-style {
    font-size: 18px;
  }

  #markdown-description p,
  #markdown-description .paragraph,
  #markdown-description ul,
  #markdown-description ol,
  #markdown-description li,
  #markdown-description a {
    font-size: 18px;
  }

  .hero__h1 {
    font-size: 63px;
  }

  .paragraph.hero__txt {
    font-size: 22px;
    line-height: 1.2;
  }

  .timer_wrap_flex {
    width: 100%;
  }

  .paragraph.timer_txt {
    font-size: 22px;
    line-height: 1.2;
  }

  .secion.timer_secion {
    padding-top: 0px;
  }

  #speakers__section {
    padding-top: 78px ;
    padding-bottom: 155px;
  }

  .speakers_wrap_txt {
    position: relative;
  }

  .speakers_wrap_btn.speakers_last_btn {
    position: relative;
    width: 100%;
    margin: 40px auto 0;
    height: auto;
    display: flex;
    transform: none;
    left: auto;
    right: auto;
  }

  #h2_phone {
    margin-top: 2px;
    margin-bottom: 38px;
  }

  #email-form {
    margin-top: 1.5px;
  }

  #w-node-_52c82f1c-3bed-9245-617f-e50fc424265e-bea0971b{
    padding: 0;
    margin: 0;
  }

  .speakers_link-block_btn {
    margin-top: 10px;
  }

  .register_grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 100%;
    padding: 0;
  }

  .whatis_grid {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-columns: 100%;
    grid-template-areas: 
      "title"
      "image1"
      "image2"
      "text"
      "buttons";
    align-items: center;
  }

  .whatis_wrap_image-2 {
    display: none;
  }

  .whatis_wrap_txt {
    order: 0;
  }
  .footer_img-social {
    width: 40px;
    height: 40px;
  }
  .footer_grid_logo {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 30px;
    place-items: center stretch;
  }

  .footer-logo {
    width: 100%;
    order: 1;
    justify-content: center;
  }

  .footer-socials {
    width: 100%;
    order: 2;
    justify-content: center;
  }

  .footer-logo-copyright {
    width: 100%;
    order: 3;
    text-align: center;
    margin: 0;
  }

  .h1 {
    font-size: 90px;
  }

  .h2.align_left {
    text-align: center;
    margin-left: -45px;
    margin-right: -45px;
  }

  .popup-content {
    z-index: 999999;
  }

  

  

  .speakers_img {
    height: 100%;
  }

  .speakers_card {
    width: 135%;
  }

  .speakers_wrap-last {
    display: flex;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .speakers_wrap_btn.speakers_last_btn.w-clearfix {
    display: none;
  }

  .speakers_grid {
    grid-column-gap: 0;
    grid-template-columns: 100%;
    grid-template-areas: ".";
    grid-auto-columns: 0.25fr;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: block;
  }

  .speakers_grid > *:not(:last-child) {
    position: relative;
    transform: none;
    width: 100%;
    margin-bottom: 20px;
  }

  #w-node-_52c82f1c-3bed-9245-617f-e50fc424265e-bea0971b, #w-node-e25b99c0-5e8d-d5c0-537c-68be2a960602-bea0971b, #w-node-bdae5d60-8932-6712-4bfb-e51396e5f877-bea0971c {
    grid-column: span 1 / span 1;
  }

  .h1-register {
    font-size: 90px;
  }

  .page-main-layout .section.whatis_section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-main-layout #speakers__section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-main-layout #h2_phone {
    margin-top: 0;
    margin-bottom: 0;
  }
}