/* Recursive GTM: standalone event stylesheet, initially copied from Session 7. */
* {
  box-sizing: border-box;
}
body {
  font-family: "Open Sans", sans-serif;
  background: var(--aips_page_background, #bec3cf);
  color: #000;
  overflow-x: hidden;
  overflow-y: auto;
}
.main_wrapper {
  color: #000;
}
.register_popup_first_step_button_continue.disabled {
  background: #ffffff3d !important;
  backdrop-filter: blur(40px);
}
.register_popup_first_step_button_continue {
  color: #ffffff !important;
}
.close_ai_summit_agent_popup svg,
.close_ai_summit_agent_modal svg {
  position: relative;
  bottom: 2px;
}
.agent_ava_background_image,
.agent_ava_background_video {
  filter: grayscale(1);
}
.orange_gradient_button {
  border: 1px solid transparent;
  border-radius: 12px;
  outline: none;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  background: linear-gradient(
    96deg,
    var(--gradient_button_collor1, #000),
    var(--gradient_button_collor2, #000)
  );
  box-shadow: none;
  padding: 10px 14px;
}
.orange_gradient_button:focus {
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  background: linear-gradient(
    96deg,
    var(--gradient_button_collor1, #000),
    var(--gradient_button_collor2, #000)
  );
  box-shadow: none;
  border-color: transparent;
}
.orange_gradient_button:active {
  background: linear-gradient(
    96deg,
    var(--gradient_button_collor1, #000),
    var(--gradient_button_collor2, #000)
  );
  box-shadow: none;
  border-radius: 12px;
  border: 1px solid transparent;
}
.orange_gradient_button:hover {
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  background: linear-gradient(
    96deg,
    var(--gradient_button_collor1, #000),
    var(--gradient_button_collor2, #000)
  );
  box-shadow: none;
  border-color: transparent;
  opacity: 0.85;
}
.orange_gradient_button svg path {
  fill: #fff;
}
.orange_gradient_button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}
a[href="#btn-register_first_step"] {
  overflow: hidden;
}
a[href="#btn-register_first_step"] > .aips_registration_text {
  position: relative;
  display: inline-block;
  width: auto;
  top: 1px;
  overflow: hidden;
  line-height: 1.1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  text-transform: none;
  color: transparent;
  visibility: visible;
  padding: 1px 2px;
}
a[href="#btn-register_first_step"] > .aips_registration_text::before {
  content: attr(data-text);
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: inherit;
  color: #fff;
  text-transform: none;
  transform: none;
  visibility: visible;
  transition: top 0.3s ease-in-out;
  top: 0;
  padding: inherit;
}
a[href="#btn-register_first_step"] > .aips_registration_text::after {
  content: attr(data-text);
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: inherit;
  color: #fff;
  text-transform: none;
  transform: none;
  visibility: visible;
  transition: top 0.3s ease-in-out;
  top: 300%;
  padding: inherit;
}
a[href="#btn-register_first_step"]:hover > .aips_registration_text::before {
  top: -120%;
}
a[href="#btn-register_first_step"]:hover > .aips_registration_text::after {
  top: 0;
}
.button_wrap {
  width: 100vw;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  z-index: 1;
}
.white_button {
  background: #ffffff;
  color: var(--primary_color2, #007f65);
}
.white_button:focus,
.white_button:active,
.white_button:hover {
  border: 1px solid var(--primary_color2, #007f65);
  color: var(--primary_color2, #007f65);
}
.white_button svg path {
  fill: var(--primary_color2, #007f65);
}
.recordings_popup_button_watch {
  cursor: pointer;
}
.recordings_popup_button_watch svg path {
  fill: #ffffff;
}
/* _questions-background-line.svg */
.orange_button {
  background: var(--primary_color, #00ffcb);
  color: #000000;
  padding: 10px 14px;
}
.orange_button:focus,
.orange_button:active,
.orange_button:hover {
  background: var(--primary_color2, #87fde6);
  color: #000000;
}
.black_button {
  border: 1px solid rgba(255, 255, 255, 0.64);
  margin-bottom: 16px;
}
/* --------------------------------- header -------------------------------*/
header .header_top_left_text {
  opacity: 0.5;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 4px;
  position: absolute;
  left: 40px;
  top: 35px;
  color: #ffffff;
  display: none;
}
.heading_section .header_top_left_text {
  position: relative;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
  display: none;
}
.heading_section .header_top_left_text::before {
  content: "";
  width: 150%;
  height: 80%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  background: #0d0d0d;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  filter: blur(15px);
}
header.scrolled .header_top_left_text {
  display: none;
}
.header_not_transparent,
.header_transparent {
  position: absolute;
  width: 100%;
  z-index: 10;
}
header.scrolled {
  position: fixed;
  top: 0;
  height: 72px;
  backdrop-filter: blur(4px);
  background: linear-gradient(
    180deg,
    var(--Rec-Light-Gray-100, #bec3d2) 0%,
    var(--Rec-Light-Gray-0, rgba(190, 195, 210, 0)) 100%
  );
}
header.scrolled::before {
  display: none;
}
.header_container {
  z-index: 12;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px 40px 0px;
}
header.scrolled .header_container {
  padding: 0;
}
.header_register_button {
  border-radius: 12px;
  position: absolute;
  top: 0;
  right: 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
  padding: 10px 15px;
}
.header_register_button.scrolled {
  position: absolute;
  top: 20px;
  right: 40px;
  visibility: visible;
  opacity: 1;
  transition: all 0.2s linear;
}
.header_register_button.header_register_button_short.scrolled {
  display: none;
}
.header_logo_container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-top: 40px;
  transition: all 0.2s linear;
  position: relative;
}
.header_logo_container::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  background: rgba(9, 12, 8, 0.4);
  filter: blur(12px);
  display: none;
}
.header_logo_container.scrolled {
  display: none;
}
.left_header_logo_container {
  position: absolute;
  top: 0px;
  left: 40px;
  transition: all 0.2s linear;
  opacity: 0;
}
header.scrolled .left_header_logo_container {
  position: absolute;
  top: 28px;
  left: 40px;
  transition: all 0.2s linear;
  opacity: 1;
}
.header_logo {
  max-height: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
  filter: brightness(0);
}
.header_transparent.scrolled .header_logo {
  max-height: 18px;
}
.header_games_number {
  border: 1px solid #fff;
  border-radius: 4px;
  line-height: 1;
  font-size: 13.5px;
  padding: 5px;
}
/* header navigation */
.header_nav {
  transition: all 0.2s linear;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px;
  border: 1px solid var(--heading_button_block_border, #a0e4ff1f);
  backdrop-filter: blur(16px);
  z-index: 2147483633;
  background: var(--almost_transparent_background, #00ffcb0f);
  pointer-events: none;
  opacity: 0;
  top: 20px;
}
.header_nav.scrolled {
  transition: all 0.2s linear;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px;
  border: 1px solid var(--heading_button_block_border, #a0e4ff1f);
  backdrop-filter: blur(16px);
  z-index: 2147483633;
  background: var(--almost_transparent_background, #00ffcb0f);
  pointer-events: initial;
  opacity: 1;
}
.header_nav ul {
  padding: 2px;
}
.header_nav_list {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  height: 100%;
}
.header_nav_item {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  cursor: pointer;
  color: transparent;
  padding: 7px 35px;
}
.header_nav_item_sponsors::before {
  content: "Sponsors";
  position: absolute;
  transition: 0.4s ease-out;
  left: 0;
  top: 0;
  color: #000;
}
.header_nav_item:hover .header_nav_item_faq::before,
.header_nav_item:hover .header_nav_item_sponsors::before,
.header_nav_item:hover .header_nav_item_speakers::before,
.header_nav_item:hover .header_nav_item_agenda::before,
.header_nav_item:hover .header_nav_item_overview::before {
  top: -200%;
  transition: 0.4s ease-out;
}
.header_nav_item:hover .header_nav_item_faq::after,
.header_nav_item:hover .header_nav_item_sponsors::after,
.header_nav_item:hover .header_nav_item_speakers::after,
.header_nav_item:hover .header_nav_item_agenda::after,
.header_nav_item:hover .header_nav_item_overview::after {
  transition: all 0.4s ease;
  top: 0;
}
.header_nav_item_sponsors::after {
  content: "Sponsors";
  transition: all 0.4s ease;
  position: absolute;
  top: 200%;
  left: 0;
  color: #000;
}
.header_nav_item_faq::before {
  content: "FAQs";
  position: absolute;
  transition: 0.4s ease-out;
  left: 0;
  top: 0;
  color: #000;
}
.header_nav_item_faq::after {
  content: "FAQs";
  transition: all 0.4s ease;
  position: absolute;
  top: 200%;
  left: 0;
  color: #000;
}
.header_nav_item_speakers::before {
  content: "Speakers";
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}
.header_nav_item_speakers::after {
  content: "Speakers";
  transition: all 0.4s ease;
  position: absolute;
  top: 200%;
  left: 0;
  color: #000;
}
.header_nav_item_agenda::before {
  content: "Agenda";
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}
.header_nav_item_agenda::after {
  content: "Agenda";
  transition: all 0.4s ease;
  position: absolute;
  top: 200%;
  left: 0;
  color: #000;
}
.header_nav_item_overview::before {
  content: "Overview";
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}
.header_nav_item_overview::after {
  content: "Overview";
  transition: all 0.4s ease;
  position: absolute;
  top: 200%;
  left: 0;
  color: #000;
}
.header_nav_item.active {
  background: #fff9;
  border-radius: 10px;
  border: 1px solid var(--adgenda_content_and_nav_border, #ff564029);
}
.header_nav_item_a {
  position: relative;
  overflow-y: hidden;
}
.header_nav_item_a.previous-active::after,
.header_nav_item_a.active::after {
  display: none;
}
.header_nav_item_a:not(:last-child)::after {
  content: "";
  position: absolute;
  min-width: 1px;
  height: 100%;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  background: #00000029;
  margin: 0 1px;
}
/*---------- Heading Section  -------------------------------------------------------*/
.heading_section .header_nav {
  pointer-events: painted;
  opacity: 1;
  top: calc(100% - 50px);
}
.heading_section .header_nav.scrolled {
  pointer-events: none;
  opacity: 0;
}
.heading_section {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  isolation: isolate;
  min-height: 860px;
  height: 100vh;
  max-height: 1100px;
  padding: 180px 40px 130px;
}
.heading_section::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 180px;
  background: linear-gradient(
    0deg,
    var(--aips_page_background, #bec3cf),
    transparent
  );
}
.heading_section_background_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.heading_title_content {
  max-width: 1200px;
  text-align: center;
  position: relative;
  isolation: isolate;
  margin: auto;
}
.heading_title_content > div:first-of-type {
  font-weight: 600;
  letter-spacing: 5px;
  font-size: 27px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1vh;
}
.heading_title_content h1 {
  font-weight: 700;
  text-align: center;
  font-size: 96px;
  line-height: 1.2;
  color: #000;
  text-shadow: 0 0 4px #fff;

  margin: 16px 0 20px;
}
.heading_title_content > div:not(:first-of-type) {
  font-weight: 400;
  text-align: center;
  color: #000;
  font-size: 24px;
  line-height: 1.5;
  text-shadow: none;
}
.heading_section_padial_shape {
  position: absolute;
  width: 960px;
  max-width: 120%;
  height: 120%;
  border-radius: 50%;
  opacity: 0.8;
  filter: blur(64px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: block;
  background: #bec3d2;
  pointer-events: none;
}
.heading_sub_title {
  display: block;
  font-weight: 700;
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
  color: #000;
  text-shadow: 0 0 4px var(--white-white-100, #fff);
  letter-spacing: 8px;
}
.heading_title_content > p {
  margin-bottom: 0;
}
.heading_logo_link {
  display: inline-block;
}
.heading_logo {
  max-height: 64px;
  display: block;
  backdrop-filter: blur(40px);
  margin: 0 auto 16px;
}
.heading_register_button_block {
  border: 1px solid var(--heading_button_block_back, #a7b39f29);
  backdrop-filter: blur(40px);
  display: inline-block;
  width: 380px;
  max-width: calc(100vw - 32px);
  background: var(--heading_button_block_back, #ffffff3d);
  border-color: var(--heading_button_block_border, #ffffff66);
  border-radius: 16px;
  padding: 8px;
}
.register_button_block_title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 31.5px;
  color: #000;
}
.heading_register_button_block .orange_gradient_button {
  font-size: 18px;
  display: inline-block;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
  width: 100%;
  padding: 12px 90px;
}
/*   slider carts Section ---------------------------------------------------------------*/
.slider_carts_section_anchor {
  position: absolute;
  bottom: 0;
  width: 10px;
  opacity: 0;
  pointer-events: none;
}
.slider_carts_section .slider_carts {
  opacity: 0;
  position: relative;
  overflow: hidden;
  padding: 0 0px 120px;
}
.slider_carts_section .slider_carts.slick-initialized {
  opacity: 1;
}
.slider_carts_section .slider_carts_section_content_block {
  text-align: center;
  max-width: 1150px;
  position: relative;
  margin: 80px auto 40px;
  padding: 0 40px;
}
.slider_carts_section .slider_carts_section_content_block::before {
  content: "";
  position: absolute;
  top: -70px;
  height: 100%;
  width: 200vw;
  left: -50vw;
  background: linear-gradient(
    180deg,
    var(--aips_page_background, #bec3cf) 65%,
    transparent
  );
}
.slider_carts_section .slider_content_block_top_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--primary_color, #c6b0ff);
  position: relative;
}
.slider_carts_section .slider_carts_section_content_block h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 72px;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 25px;
  position: relative;
  color: #000;
  text-shadow: 0 0 8px var(--white-white-100, #fff);
}
.slider_carts_section .slider_content_block_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  max-width: 950px;
  position: relative;
  color: #000;
  margin: 0 auto;
  padding: 0 16px;
}
.slider_carts_section_content_block ul {
  position: relative;
}
/* ---------------------- */
.slider_carts_section .slide-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
}
.slider_carts_section .slide-content_top {
  display: flex;
  justify-content: space-between;
}
.slider_carts_section .slide-content_grow_block {
  flex: 1 1 auto;
}
.slider_carts_section .slide-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  opacity: 0.56;
  color: #0000007a;
}
.slider_carts_section .slide-content > p {
  overflow: hidden;
}
.slider_carts_section .slide-content_top div {
  font-size: 27px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  opacity: 0.56;
  color: #0000007a;
}
.slider_carts_section .slide-content_top svg {
  width: 54px;
  height: 54px;
}
.slider_carts_section .slide-content_top svg path {
  opacity: 0.56;
  fill: #00000066;
}
.slider_carts_section {
  overflow: hidden;
  margin-top: -1px;
  position: relative;
  background-size:
    100% auto,
    cover !important;
  background-position:
    center 65%,
    center !important;
  padding: 0 0 40px;
}
.slider_carts_section .slider_item {
  height: 260px;
  border-radius: 16px;
  backdrop-filter: blur(20px);
  transition: all ease 1s;
  border: 1px solid #58654829;
  background: #ffffff14;
  border-color: #ffffff29;
}
.slider_carts_section .slide_content_data_block {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  opacity: 0.4;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 10px;
}
.slider_carts_section .slider_item .orange_button {
  color: #ffffff76;
  opacity: 0.4;
  background: rgba(51, 51, 51, 1);
  text-transform: unset;
  font-size: 14px;
  border-radius: 8px;
  display: inline-block;
  width: max-content;
  letter-spacing: 0;
  pointer-events: none;
  padding: 6px 14px;
}
.slider_carts_section .slider_item .orange_button:hover {
  border-radius: 8px;
}
.slider_carts_section .slider_carts .slick-slide {
  transition: all 0.8s linear;
  position: relative;
  bottom: 50px;
  z-index: 3;
  opacity: 0;
}
.slider_carts_section .slick-prev {
  position: absolute;
  top: 80%;
  border-radius: 12px;
  border: 1px solid #586548;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  backdrop-filter: blur(40px);
  left: calc(50% - 25px);
  transform: translateX(-50%);
  background: #fff !important;
  border-color: #fff;
}
.slider_carts_section .slick-next {
  position: absolute;
  top: 80%;
  border-radius: 12px;
  border: 1px solid #586548;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  backdrop-filter: blur(40px);
  left: calc(50% + 25px);
  transform: translateX(-50%);
  background: #fff !important;
  border-color: #fff;
}
.slider_carts_section .slick-prev:hover,
.slider_carts_section .slick-next:hover {
  border: 1px solid #ffffff;
  transition: all 0.3s ease;
}
/* ----------------- center slide ---------*/
.slider_carts_section .slider_carts .slick-slide:has(+ .slick-center) {
  z-index: 4;
  bottom: 0;
  transform: translateX(50px);
  opacity: 1;
}
.slider_carts_section
  .slider_carts
  .slick-slide:has(+ .slick-slide + .slick-center) {
  z-index: 3;
  transform: translateX(100px);
  opacity: 1;
}
.slider_carts_section
  .slider_carts
  .slick-slide:has(+ .slick-slide + .slick-center + .slick-center) {
  z-index: 2;
  transform: translateX(150px);
}
.slider_carts_section .slider_carts .slick-center + .slick-slide {
  z-index: 4;
  bottom: 0;
  transform: translateX(-50px);
  opacity: 1;
}
.slider_carts_section
  .slider_carts
  .slick-center
  + .slick-slide
  + .slick-slide {
  z-index: 3;
  transform: translateX(-100px);
  opacity: 1;
}
.slider_carts_section
  .slider_carts
  .slick-center
  + .slick-slide
  + .slick-slide
  + .slick-slide {
  z-index: 2;
  transform: translateX(-150px);
}
.slider_carts_section .slider_carts .slick-center .orange_button {
  background: linear-gradient(
    96.46deg,
    var(--gradient_button_collor2, #ecfaff) 0%,
    var(--gradient_button_collor1, #a0e4ff) 100%
  );
  color: #000000;
  opacity: 1;
  pointer-events: initial;
}
.slider_carts_section .slider_carts .slick-center .slide_content_data_block {
  color: rgba(239, 86, 0, 1);
  opacity: 1;
}
.slider_carts_section .slider_carts .slick-center {
  z-index: 5;
  position: relative;
  bottom: 50px;
  transition: all 0.8s linear;
  opacity: 1;
  background: #ffffff99;
  border-color: #ffffff66;
  box-shadow: none;
}
.slider_carts_section .slider_carts .slick-track {
  padding-top: 51px;
  display: flex;
}
.slider_carts_section .slider_carts .slick-center .slide-content {
  padding: 32px 32px 20px;
}
.slider_carts_section .slider_carts .slick-center .slide-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  opacity: 1;
  color: #000;
}
.slider_carts_section .slider_carts .slick-center .slide-content_top {
  display: flex;
  justify-content: space-between;
}
.slider_carts_section .slider_carts .slick-center .slide-content_top div {
  font-weight: 700;
  text-align: left;
  opacity: 1;
  color: #000;
}
.slider_carts_section .slider_carts .slick-center .slide-content_top svg {
  width: 54px;
  height: 54px;
}
.slider_carts_section .slider_carts .slick-center .slide-content_top svg path {
  fill-opacity: 1;
  opacity: 1;
  fill: url(#aips8-workflows-gradient);
}
.slider_carts_section .orange_gradient_button {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  transition: all 0.7s ease-in-out;
  margin: 0 auto;
}
/* ----------------- center slide ---------*/
.youtube_section_wrapper {
  text-align: center;
  padding-bottom: 60px;
  padding-top: 3vh;
  background: linear-gradient(
    0deg,
    var(--aips_page_background, #bec3cf),
    transparent
  );
}
.youtube_section_icon {
  display: block;
  color: #000;
  margin: 0 auto 32px;
}
.youtube_section_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #000;
  margin: 0 0 12px;
}
.youtube_section_text {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  color: #000;
  max-width: 750px;
  margin: 0 auto 40px;
  padding: 0 30px;
}
.youtube_section_preview_play svg {
  position: relative;
  bottom: auto;
  margin: 0;
}
/*---------- Agenda Section  -------------------------------------------------------*/
.agenda_section {
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
  background: var(--aips_page_background, #bec3cf);
}
.agenda_section_content_block {
  text-align: center;
  max-width: 1000px;
  margin: 10px auto 40px;
  padding: 0 40px;
}
.agenda_content_block_top_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--primary_color, #00ffcb);
  margin-bottom: 16px;
}
.agenda_section_content_block h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 72px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #000;
  text-shadow: 0 0 8px var(--white-white-100, #fff);
}
.agenda_content_block_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  max-width: 950px;
  color: #000;
  margin: 0 auto;
  padding: 0 16px;
}
.agenda_sessions {
  display: flex;
  max-width: 1600px;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
  align-items: start;
  overflow-y: hidden;
  margin: 0 auto;
  padding: 0 40px;
}
.agenda_sessions_nav {
  align-items: start;
  background: var(--adgenda_content_and_nav_back, #000f0c);
  border: 1px solid var(--adgenda_content_and_nav_border, #002c23);
  overflow: auto;
  box-sizing: border-box;
  border-radius: 16px;
  width: calc(25% - 24px);
  max-height: none;
  scrollbar-gutter: auto;
  padding: 16px;
}
.agenda_sessions_nav::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
.agenda_sessions_nav::-webkit-scrollbar-track {
  background: #cedee508;
  border-radius: 20px;
  overflow: hidden;
  margin: 15px 0;
}
.agenda_sessions_nav::-webkit-scrollbar-thumb {
  background: #cedee51e;
  border-radius: 20px;
}
.agenda_sessions_nav_item {
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid transparent;
  opacity: 0.6;
  padding: 16px;
}
.agenda_sessions_nav_item:hover {
  opacity: 1;
}
.agenda_sessions_nav_item.active {
  border: 1px solid var(--adgenda_content_and_nav_border2, #00382d);
  background: var(--adgenda_content_and_nav_back2, #001d17);
  opacity: 1;
}
.agenda_nav_item_row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.item_row1_session_number {
  line-height: 27px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.item_row1_session_time {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.5px;
  color: #000;
}
.agenda_nav_item_row2 {
  line-height: 22.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.agenda_stay_tuned_block {
  min-height: 900px;
  width: 100%;
  position: relative;
}
.agenda_stay_tuned_block span {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 6px;
  opacity: 0.6;
}
.agenda_sessions_content {
  background: var(--adgenda_content_and_nav_back, #000f0c);
  border: 1px solid var(--adgenda_content_and_nav_border, #002c23);
  border-radius: 16px;
  width: 75%;
  padding: 16px;
}
.agenda_sessions_content::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
.agenda_sessions_content::-webkit-scrollbar-track {
  background: transparent;
}
.agenda_sessions_content::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 3px;
}
.agenda_session_content {
  border: 1px solid var(--adgenda_content_and_nav_border2, #00382d);
  background: var(--adgenda_content_and_nav_back2, #001d17);
  border-radius: 8px;
  display: none;
  padding: 16px 24px 24px 165px;
}
.agenda_session_content.active {
  display: block;
}
.agenda_session_content_panel_type {
  margin-bottom: 20px;
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
  left: -141px;
}
.panel_type_time {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 31px;
  position: relative;
  color: #000;
  padding: 0px 16px 0;
}
.panel_type_time::after {
  content: "";
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  display: block;
  background: #00000029;
}
.panel_type_name {
  color: var(--primary_color, #00ffcb);
  font-weight: 600;
  font-size: 14px;
}
.sessions_content_top_content {
  border-bottom: 1px solid var(--adgenda_content_and_nav_border2, #00ffcb80);
  margin-bottom: 20px;
  border-bottom-color: #00000029;
}
.sessions_content_title {
  font-weight: 700;
  font-size: 45px;
  line-height: 63px;
  margin-bottom: 16px;
  color: #000;
}
.sessions_content_top_content ul {
  padding-left: 25px;
}
.sessions_content_top_content li {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
  color: #000;
}
.sessions_content_top_content div:not(:first-child) {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #000;
}
.session_reminder_block {
  margin: 16px 0;
}
.manage_reminders_block {
  display: flex;
  justify-content: center;
  margin: -32px 0 40px;
}
.manage_reminders_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 20px;
  border: 1px solid #fff;
  border-radius: 16px;
  background: #fff;
  color: #000;
  font:
    600 18px/24px "Open Sans",
    sans-serif;
  cursor: pointer;
}
.session_reminder_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
  font:
    400 14px/16px "Open Sans",
    sans-serif;
  color: #000;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  padding: 8px 12px;
}
.session_reminder_button.is-subscribed {
  border-color: currentColor;
  background: transparent;
}
.session_reminder_button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.session_reminder_button[data-reminder-session=""] {
  cursor: not-allowed;
}
.session_reminder_button:not(:disabled):hover,
.manage_reminders_button:hover {
  background: #e6e8ed;
}
.session_reminder_button:focus-visible,
.manage_reminders_button:focus-visible,
.session_reminders_close:focus-visible {
  outline: 2px solid #161616;
  outline-offset: 3px;
}
.session_reminder_button svg {
  flex-shrink: 0;
}
.session_reminder_button .reminder_icon_cancel,
.session_reminder_button.is-subscribed .reminder_icon_email {
  display: none;
}
.session_reminder_button.is-subscribed .reminder_icon_cancel {
  display: block;
}
.sessions_content_product {
  padding: 10px 0;
}
.sessions_content_product_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: var(--primary_color, #00ffcb);
  margin-bottom: 25px;
}
.sessions_content_product_logos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: start;
  margin-bottom: 25px;
}
.sessions_content_product_logos .sessions_content_product_logo_link_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 90px;
  background: #0000000f;
  border: 1px solid #00000029;
  border-radius: 6px;
}
.sessions_content_product_logos
  .sessions_content_product_logo_link_container
  > a {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.book-btn a svg path {
  fill: #ffffffa3;
}
.book-btn a:hover svg path {
  fill: #ffffff;
  transition: all 0.3s linear;
}
.book-btn a:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  transition: all 0.3s linear;
}
.sessions_content_product_logos span img,
.sessions_content_product_logos a img {
  border-radius: 8px;
  border: 1px solid var(--adgenda_content_and_nav_border, #ffbb0029);
  background: var(--adgenda_content_and_nav_back, #ffbb0014);
}
.sessions_content_product_logos a img:hover {
  opacity: 0.7;
}
.sessions_content_product_logo {
  width: 160px;
  max-width: 90%;
  height: auto;
  filter: brightness(0);
  opacity: 0.3;
}
.sessions_content_product_logo_link_container > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
}
.sessions_content_product_description {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 16px;
}
.sessions_content_product_screenshots {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: start;
  margin-bottom: 25px;
}
.sessions_content_product_screenshot {
  width: 48%;
}
.sessions_content_presener {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.presener_block_person_work_name_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 15px 0;
}
.presener_block_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: var(--primary_color, #00ffcb);
  margin-bottom: 25px;
}
.presener_block_person {
  max-width: 240px;
}
.presener_block_person_photo {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--adgenda_content_and_nav_border2, #00382d);
  background: #0000000f;
  border-color: #00000029;
}
.presener_block_person_work_title {
  padding-top: 20px;
  font-size: 18px;
  line-height: 32px;
  color: #00000099;
  font-weight: 400;
}
.presener_block_person_work_name {
  text-align: center;
  padding-top: 20px;
  font-weight: 700;
  font-size: 27px;
  line-height: 40px;
  color: #000;
}
.about_speacker {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 30px;
}
.speacker_block_persons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.speacker_block_person_work_name_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex: 1 1 auto;
  padding: 15px 0;
}
.presener_block_person_work_name_content a.btn-watch,
.speacker_block_person_work_name_content a.btn-watch {
  border: 1px solid #ffffffa3;
  position: relative;
  border-radius: 8px;
  background: var(--adgenda_content_and_nav_back, #ffffff14);
  right: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 1;
  backdrop-filter: blur(40px);
  transition: all 0.3s linear;
  color: #ffffffa3;
  display: inline-block;
  padding: 8px 16px;
}
.presener_block_person_work_name_content a.btn-watch:hover,
.speacker_block_person_work_name_content a.btn-watch:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.presener_block_person_work_name_content .book-btn,
.speacker_block_person_work_name_content .book-btn {
  margin-top: 25px;
  display: none;
}
.speacker_block_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: var(--primary_color, #00ffcb);
  margin-bottom: 25px;
}
.speacker_block_person {
  max-width: 240px;
}
.speacker_block_person_photo {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--adgenda_content_and_nav_border2, #00382d);
  background: #0000000f;
  border-color: #00000029;
}
.speacker_block_person_work_title {
  padding-top: 20px;
  font-size: 18px;
  line-height: 32px;
  flex: 1 1 a;
  color: #00000099;
  font-weight: 400;
}
.speacker_block_person_work_name {
  text-align: center;
  padding-top: 20px;
  font-weight: 700;
  font-size: 27px;
  line-height: 40px;
  color: #000;
}
/*End speackers block */
.question_form_register_popup {
  background: #ffffff0f;
  border: 1px solid #ffffff1f;
  max-width: 400px;
  width: 80%;
  border-radius: 24px;
  text-align: center;
  backdrop-filter: blur(40px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  padding: 24px;
}
.thank_question_popup,
.question_form_popup {
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff0f;
  border: 1px solid #ffffff1f;
  max-width: 400px;
  width: 80%;
  border-radius: 24px;
  text-align: center;
  backdrop-filter: blur(40px);
  padding: 24px;
}
.thank_question_popup .question_form_register_popup_text {
  color: #fffaf6;
  text-shadow:
    0 0 8px #ffffff,
    0 0 24px var(--bright_title_color, #0092fb),
    0 0 64px var(--bright_title_color2, #00c69e);
  margin-bottom: 30px;
}
.question_form_register_popup_title,
.submit_question_form_title {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #fffaf6;
  text-shadow:
    0 0 8px #ffffff,
    0 0 24px var(--bright_title_color, #0092fb),
    0 0 64px var(--bright_title_color2, #00c69e);
}
.question_form_register_popup_text,
.submit_question_form_subtitle {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 15px;
}
.question_form_popup textarea {
  background: #00000099;
  border: 1px solid #808080;
  width: 100%;
  resize: none;
  border-radius: 16px;
  margin-bottom: 25px;
  display: inline-block;
  padding-left: 10px;
  color: #fff;
  line-height: 20px;
  height: 80px;
}
.question_form_popup textarea::-webkit-scrollbar {
  width: 6px;
  background: #4a2e2e;
}
.question_form_popup textarea::-webkit-scrollbar-track {
  background: #030202;
}
.question_form_popup textarea::-webkit-scrollbar-thumb {
  background: #3a2323;
  border-radius: 3px;
}
.question_form_popup form button {
  cursor: pointer;
  border: 1px solid var(--primary_color, #00ffcb);
  background: linear-gradient(
    96.46deg,
    var(--gradient_button_collor1, #00ffcb) 0%,
    var(--gradient_button_collor2, #00aebb 100%)
  );
  color: #ffffff;
  transition: all 0.4s ease-out;
  box-sizing: border-box;
  font-weight: 600;
  letter-spacing: 0.16rem;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 10px;
  display: block;
  border-radius: 12px;
  padding: 8px;
}
.question_form_popup form button:hover {
  background: linear-gradient(
    96.46deg,
    var(--gradient_button_collor2, #00aebb 100%) 0%,
    var(--gradient_button_collor1, #00ffcb) 100%
  );
  border: 1px solid #ffffff52;
  box-shadow: 0px 0px 16px 0px var(--primary_color, #00ffcb);
  transition: all 0.4s ease-out;
  box-sizing: border-box;
}
.question_form_popup form button:focus,
.question_form_popup form button:active {
  background: linear-gradient(
    96.46deg,
    var(--gradient_button_collor2, #00aebb 100%) 0%,
    var(--gradient_button_collor1, #00ffcb) 100%
  );
  box-shadow: 0px 0px 16px 0px var(--primary_color, #00ffcb);
  transition: all 0.4s ease-out;
  border: 1px solid #ffffff52;
}
.question_form_popup form button.disabled,
.question_form_popup form button:disabled {
  background: #333333 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff0f !important;
  opacity: 0.38 !important;
  box-shadow: unset;
}
.question_form_popup form .black_button {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  border-radius: 12px;
  padding: 8px;
}
.question_form_register_popup a {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}
.questions_list {
  transition: all 0.4s ease;
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  scrollbar-width: none;
}
.questions_list_collapse_button {
  transition: all 0.4s ease;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  background: #00000099;
  border: 1px solid var(--header_skils_list_button_background, #00ffcb66);
  backdrop-filter: blur(40px);
  border-radius: 12px;
  cursor: pointer;
  padding: 10px 16px;
}
.agenda_section_register_bottons {
  text-align: center;
  margin-top: 60px;
}
/* -------------- who`s attending section ------------------------------------------*/
.who_attending_section {
  overflow: hidden;
  margin-bottom: -2px;
  padding-bottom: 4px;
}
.our_stats_block {
  margin-bottom: 100px;
  padding-top: 150px;
}
.our_stats_block_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  color: var(--primary_color, #c6b0ff);
  margin-bottom: 40px;
}
.our_stats_block_card {
  max-width: 1630px;
  width: 92%;
  border-radius: 16px;
  backdrop-filter: blur(40px);
  border: 1px solid var(--adgenda_content_and_nav_border, #002c23);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
  background: var(--adgenda_content_and_nav_back, #ffffff3d);
  margin: 0 auto;
  padding: 30px 40px;
}
.our_stats_block_card_item_part {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1 1 auto;
}
.stats_card_item {
  position: relative;
  text-align: center;
}
.stats_card_item_number {
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
  margin-bottom: 15px;
  color: #000;
  text-shadow: 0 0 8px var(--white-white-100, #fff);
}
.stats_card_item_text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 2px;
  color: var(--primary_color, #c6b0ff);
  text-transform: uppercase;
}
.whos_attending_block {
  margin-bottom: 100px;
}
.whos_attending_block_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  color: var(--primary_color, #c6b0ff);
  margin-bottom: 40px;
}
.whos_attending_block_logos {
  max-width: 1630px;
  width: 92%;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.whos_attending_block_logos img {
  width: 126px;
  height: 64px;
  background: #ffffff00;
  border: 1px solid var(--silver_sponsors_logo_border, transparent);
  border-radius: 8px;
  filter: brightness(0);
}
/*---------- Book_section -------------------------------------------------------*/
.book_section {
  background:
    url("../images/_promo-background-line.svg") center center no-repeat,
    linear-gradient(180deg, #111111 0%, #111111 100%);
  text-align: center;
  margin-top: -2px;
  padding: 120px 40px;
}
.book_section_container {
  text-align: center;
  padding: 0 40px;
}
.book_section_title {
  color: #fff;
  font-weight: 600;
  font-size: 54px;
  line-height: 72px;
  text-align: center;
  margin-bottom: 24px;
}
.book_section_image {
  max-width: 740px;
  overflow: hidden;
  margin: 0 auto 24px;
}
.book_section_image img {
  height: 100%;
}
.book_section_description {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 31.5px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 34px;
}
.thank_question_popup .black_button {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}
.slider-wrapper {
  max-width: 110vw;
  margin: 0 -140px;
  padding: 40px 0;
}
.slick-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 0px 120px;
}
.slider-item {
  background: #ffffff03;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  backdrop-filter: blur(15px);
  text-align: center;
  height: 360px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  margin: 10px;
  padding: 32px 32px 23px;
}
.slick-center {
  opacity: 1;
  background: #ffffff0f;
  border: 1px solid #ffffff1f;
}
.slick-prev {
  position: absolute;
  top: 80%;
  background: #00000099 !important;
  border-radius: 12px;
  border: 1px solid var(--header_skils_list_button_background, #00ffcb66);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  left: 49.7%;
  transform: translateX(-99%);
  margin: 0 5px;
}
.slick-next {
  position: absolute;
  top: 80%;
  background: #00000099 !important;
  border-radius: 12px;
  border: 1px solid var(--header_skils_list_button_background, #00ffcb66);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  transform: translateX(-1%);
  left: 50.3%;
  margin: 0 5px;
}
.slick-prev:hover,
.slick-next:hover {
  border: 1px solid #ffffff;
  transition: all 0.3s ease;
}
.slider-item_text {
  text-align: left;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 31.5px;
  margin-bottom: 23px;
  overflow: hidden;
  max-height: 250px;
}
.slider_item_author {
  text-align: right;
  color: #ffd5ba;
  font-weight: 600;
  font-size: 14px;
  line-height: 22.5px;
}
.question_section_container {
  text-align: start;
  max-width: 1020px;
  position: relative;
  padding-top: 30px;
  display: none;
  margin: 0 auto;
}
.question_section_title {
  text-align: start;
  color: #fff;
  font-weight: 700;
  font-size: 27px;
  line-height: 40px;
  margin-bottom: 24px;
}
.question_section_sub_title {
  text-align: start;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 32px;
}
.questions_list_without_padding {
  padding-top: 0px;
}
.questions_list_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  border: 1px solid var(--adgenda_content_and_nav_border2, #ffffff3d);
  background: var(--adgenda_content_and_nav_back2, #0d0d0d);
  gap: 15px;
  border-radius: 8px;
  margin-bottom: 8px;
  transition: all 0.4s ease;
  padding: 16px;
}
.questions_list_item_text {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 31.5px;
  text-align: start;
  overflow: hidden;
}
.questions_list_item_like {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #00000099;
  border: 1px solid #ff564029;
  gap: 10px;
  border-radius: 8px;
  padding: 5px 12px 5px 8px;
}
.questions_list_item_like_opasity {
  opacity: 0.5;
}
.image_like {
  height: 16px;
  cursor: pointer;
}
.image_check {
  height: 16px;
}
.like_count {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 22.5px;
}
.questions_list_collapse_button.active svg {
  transform: rotateX(180deg);
}
.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #ffffffac;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  z-index: 50;
}
.spinner_cover {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  background-color: #0000007c;
}
.no-scroll {
  overflow: hidden !important;
}
.questions_list::-webkit-scrollbar {
  display: none;
}
/*----------Recap Section -------------------------------------------------------*/
.recap_section {
  padding-bottom: 100px;
  position: relative;
  margin-bottom: 14vh;
  background: var(--aips_page_background, #bec3cf);
}
.recap_section_content_block {
  text-align: center;
  max-width: 1000px;
  margin: 80px auto 100px;
}
.recap_section_content_block h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 72px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #000;
  text-shadow: 0 0 8px var(--white-white-100, #fff);
}
.recap_content_block_top_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #00ffcb;
  margin-bottom: 16px;
}
.recap_content_block_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  max-width: 950px;
  color: #000;
  margin: 0 auto;
  padding: 0 16px;
}
.recap_section_container {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 40px;
}
.recap_videos {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: start;
}
.recap_video_item {
  max-width: 30%;
  width: 30%;
}
.recap_video_trumbnail_wrapper {
  border: 1px solid var(--adgenda_content_and_nav_border, #252436);
  background: var(--adgenda_content_and_nav_back, #0b0b10);
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 12px;
}
.recap_video_trumbnail {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
}
.recap_video_trumbnail img {
  width: 100%;
}
.recap_video_item_play_button {
  background: #ffffff;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 15px 20px;
}
.recap_video_item_play_button svg path {
  fill: #000000;
}
.recap_video_item_padial_gradient {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.7) 30%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.3) 70%,
    rgba(0, 0, 0, 0.1) 85%,
    rgba(0, 0, 0, 0) 100%
  );
  background-size: 180% 180%;
  filter: blur(40px);
}
.recap_video_item_textdescription {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
.recap_section_button {
  padding-top: 7vh;
  height: 50px;
  width: 100%;
  text-align: center;
}
.recap_section_button .orange_button:hover {
  color: #ffffff;
}
/*---------- End Recap Section -------------------------------------------------------*/
.session_reminders_open {
  overflow: hidden;
}
.session_reminders_dialog {
  box-sizing: border-box;
  width: 940px;
  max-width: calc(100vw - 32px);
  max-height: min(850px, 90dvh);
  margin: auto;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  background: rgba(225, 227, 232, 0.78);
  backdrop-filter: blur(32px);
  color: #000;
  overflow: hidden;
}
.session_reminders_dialog[open] {
  display: flex;
  flex-direction: column;
}
.session_reminders_dialog::backdrop {
  background: rgba(33, 37, 46, 0.16);
  backdrop-filter: blur(4px);
}
.session_reminders_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  flex-shrink: 0;
}
.session_reminders_header h2 {
  margin: 0;
  font:
    600 28px/38px "Open Sans",
    sans-serif;
  color: #000;
  text-shadow: none;
}
.session_reminders_close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 8px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #72757b;
  cursor: pointer;
}
.session_reminders_close:hover {
  color: #000;
  background: #ffffff80;
}
.session_reminders_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}
.session_reminders_item {
  flex-shrink: 0;
  padding: 12px 16px;
  border: 1px solid #ffffffb3;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.65);
  text-align: left;
}
.session_reminders_time {
  margin: 0 0 4px;
  font:
    400 12px/18px "Open Sans",
    sans-serif;
  color: #494b50;
}
.session_reminders_title {
  margin: 0 0 12px;
  font:
    700 18px/27px "Open Sans",
    sans-serif;
  color: #000;
  overflow-wrap: anywhere;
}
.recordings_popup {
  max-width: calc(100% - 30px);
  width: 1200px;
  border-radius: 24px;
  border: 1px solid #ffffff1f;
  backdrop-filter: blur(40px);
  background: #ffffff0f;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999999;
  text-align: center;
  display: none;
  max-height: 98vh;
  overflow-y: auto;
  padding: 24px;
}
.recordings_popup.active {
  display: block;
}
.show_video_popup {
  max-width: calc(100% - 30px);
  width: 1200px;
  border-radius: 8px;
  border: 1px solid #ffffff1f;
  backdrop-filter: blur(40px);
  background: #ffffff0f;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  text-align: center;
  display: none;
  aspect-ratio: 16 / 9;
  max-height: 85vh;
  padding: 16px;
}
.show_video_popup.active {
  display: block;
}
.video_close_button {
  position: absolute;
  z-index: 1;
  top: -40px;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  color: white;
  transition: all 0.5s ease;
  perspective: 50px;
  padding: 3px;
}
.video_close_button:hover {
  border: 1px solid rgba(255, 255, 255, 1);
  transition: all 0.5s ease;
}
.video_close_button:hover svg {
  transform: rotateY(180deg);
  cursor: pointer;
  transition: all 0.4s ease;
}
.video_close_button svg {
  transition: all 0.4s ease;
}
.recordings_popup_title {
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  color: #fffaf6;
  text-shadow:
    0 0 8px #ffffff,
    0 0 24px var(--bright_title_color, var(--bright_title_color, #0092fb)),
    0 0 64px var(--bright_title_color2, var(--bright_title_color2, #00c69e));
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  text-align: start;
}
.recordings_popup_session_list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: start;
}
.recordings_popup_session {
  width: 49.5%;
  background: rgba(0, 0, 0, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 16px;
}
.recordings_popup_session_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: start;
  margin-bottom: 5px;
}
.recordings_popup_session_presrnter {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: start;
  margin-bottom: 10px;
}
.close_recording_popup {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  cursor: pointer;
  transition: all 0.4s ease;
  padding: 10px;
}
.close_recording_popup:hover svg {
  transform: rotateY(180deg);
  transition: all 0.8s ease;
  opacity: 0.5;
}
.close_recording_popup svg {
  transition: all 0.8s ease;
}
.recordings_popup_session_buttons_block {
  display: flex;
  justify-content: start;
  gap: 8px;
}
.recordings_popup .orange_gradient_button {
  text-transform: initial;
  display: inline-block;
  letter-spacing: 2px;
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 10px;
}
.recordings_popup .black_button svg,
.recordings_popup .orange_gradient_button svg {
  margin-right: 5px;
}
.recordings_popup .black_button {
  text-transform: initial;
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 2px;
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 10px;
}
.recording_session_buttons_block {
  display: flex;
  justify-content: start;
  gap: 8px;
  flex-wrap: wrap;
}
.recording_session_buttons_block .orange_gradient_button {
  text-transform: initial !important;
  display: inline-block;
  letter-spacing: 2px;
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 10px;
}
.recording_session_buttons_block .black_button svg,
.recording_session_buttons_block .orange_gradient_button svg {
  margin-right: 5px;
}
.recording_session_buttons_block .orange_gradient_button svg path {
  fill: #ffffff;
}
.recording_session_buttons_block .black_button {
  text-transform: initial;
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 2px;
  border-radius: 8px;
  font-size: 14px;
  border: 1px solid #ffffff0f;
  background: #ffffff3d;
  color: #ffffff;
  backdrop-filter: blur(40px);
  padding: 6px 10px;
}
.recording_session_buttons_block .black_button:hover {
  border: 1px solid #ffffff;
}
/*----------slack_section  -------------------------------------------------------*/
.slack_section {
  overflow: hidden;
  background: var(--aips_page_background, #bec3cf);
  padding: 50px 0 200px;
}
.slack_section_container {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding: 0 40px;
}
.slack_section_container img {
  max-width: 200px;
}
.slack_section_container svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.slack_section_title {
  font-weight: 600;
  font-size: 54px;
  line-height: 72px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 25px;
  text-align: center;
  color: #000;
  text-shadow: 0 0 8px var(--white-white-100, #fff);
}
.slack_section_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  max-width: 720px;
  color: #000;
  margin: 0 auto 40px;
}
/*  Sponsors Section-------------------------------------------------------   */
.sponsors_section {
  overflow: hidden;
  position: relative;
  padding-top: 80px;
}
.sponsors_section .headeng_botton_register {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
}
.sponsors_section_top_content {
  max-width: 745px;
  position: relative;
  bottom: 60px;
  margin: 0 auto;
  padding: 0 15px;
}
.sponsors_section_top_content_top_text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4px;
  color: var(--primary_color, #c6b0ff);
  text-align: center;
  text-transform: uppercase;
}
.sponsors_section_top_content_title {
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  color: #fffaf6;
  text-shadow:
    0 0 64px #586548,
    0 0 8px #fff,
    0 0 24px #a7b39f;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 25px;
  text-align: center;
}
.sponsors_section_top_content_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin-bottom: 40px;
  color: #000;
  text-shadow: 0 0 8px var(--white-white-100, #fff);
}
.sponsors_section_logos_block {
  width: 92%;
  max-width: 1630px;
  border-radius: 16px;
  background: var(--adgenda_content_and_nav_back, #0b0b10);
  backdrop-filter: blur(40px);
  border: 1px solid var(--adgenda_content_and_nav_border, #252436);
  margin: 0 auto 50px;
  padding: 45px 40px 15px;
}
.logos_block_silver_title,
.logos_block_gold_title,
.logos_block_platinum_title {
  text-align: center;
  margin-bottom: 30px;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4px;
  color: var(--primary_color, #c6b0ff);
  text-transform: uppercase;
}
.logos_block_silver_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 55px;
}
.logos_block_gold_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 0 0 16px;
}
.logos_block_platinum_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 55px;
}
.logos_block_platinum_images a {
  border-radius: 12px;
  background: var(--platinum_sponsors_logo_background, transparent);
  border: 1px solid var(--platinum_sponsors_logo_border, transparent);
  width: 100%;
}
.logos_block_platinum_images img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.logos_block_platinum_images img:hover {
  opacity: 0.7;
}
.logos_block_gold_images a {
  border-radius: 12px;
  width: calc((100% - 30px) / 3);
  background: var(--gold_sponsors_logo_background, #ffffff03);
  border: 0;
}
.logos_block_gold_images img {
  width: 100%;
  top: 50%;
  display: block;
  position: static;
  transform: none;
}
.logos_block_gold_images img:hover {
  opacity: 0.7;
}
.logos_block_silver_images img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.logos_block_silver_images a {
  border-radius: 8px;
  background: var(--silver_sponsors_logo_background, transparent);
  border: 1px solid var(--silver_sponsors_logo_border, transparent);
  max-width: 292px;
  width: 22.5%;
}
.logos_block_silver_images img:hover {
  opacity: 0.7;
}
.sponsors_section .orange_gradient_button {
  display: inline-block;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
}
.button-container {
  text-align: center;
}
/*   speakers section ------------------------------------------------------*/
.agenda-section {
  overflow: hidden;
  margin-bottom: -2px;
  background: var(--aips_page_background, #bec3cf);
  padding: 80px 0 40px;
}
.text_block {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
.text_block > div:first-child {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--primary_color, #00ffcb);
  margin-bottom: 16px;
}
.text_block > h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 72px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 25px;
  text-align: center;
  color: #000;
  text-shadow: 0 0 8px var(--white-white-100, #fff);
}
.text_block > div:last-child {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  max-width: 950px;
  color: #000;
  margin: 0 auto;
  padding: 0 16px;
}
.text_block_wrapper {
  margin-bottom: 40px;
  padding: 0 30px;
}
.player {
  width: 320px;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.player__photo {
  width: 320px;
  height: 320px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--adgenda_content_and_nav_border, #002c23);
  background: #0000000f;
  border-color: #00000029;
}
.players-item a.btn-watch {
  position: relative;
  border-radius: 8px;
  right: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 1;
  backdrop-filter: blur(40px);
  transition: all 0.3s linear;
  color: #ffffff;
  display: inline-block;
  background: #ffffff3d;
  border: 1px solid #ffffff0f;
  padding: 10px 16px;
}
.players-item a.btn-watch:hover {
  border: 1px solid #ffffff;
  transition: all 0.3s linear;
  color: #ffffff;
}
.player__photo_ai_agent img {
  z-index: 1;
}
.player__photo_ai_agent_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.player__photo img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: unset;
  filter: grayscale(1);
}
.player__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
}
.players-item {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  flex: 1 1 auto;
}
.player__info .logo-block {
  position: absolute;
  max-height: 80px;
  height: 80px;
  right: 15px;
  top: 403px;
}
.caption-regular p {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 0;
  height: fit-content;
  overflow: hidden;
  padding-bottom: 5px;
  color: #00000099;
  font-weight: 400;
}
.player__info .dynamic-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 49px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: center;
  flex: 1 1 auto;
  color: #000;
}
.player__info .book-btn {
  font-size: 20px;
  display: none;
}
.debaters-number-4 {
  width: 92%;
  max-width: 1630px;
}
/*---------- bottom_section -------------------------------------------------------*/
.bottom_section {
  overflow: hidden;
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  isolation: isolate;
  padding: 150px 40px 380px;
}
.decore_shadow_block {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    var(--aips_page_background, #bec3cf),
    transparent
  );
}
.bottom_section_background_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.bottom_section_content {
  margin-bottom: 50px;
  position: relative;
  isolation: isolate;
  color: #000;
}
.bottom_section_padial_shape {
  position: absolute;
  width: 960px;
  max-width: 100%;
  height: 150%;
  border-radius: 50%;
  opacity: 0.8;
  filter: blur(64px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: block;
  background: #bec3d2;
  pointer-events: none;
}
.bottom_section_content h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 63px;
  text-align: center;
  color: #000;
  text-shadow: 0 0 8px var(--white-white-100, #fff);
}
.bottom_section_content div:last-of-type,
.bottom_section_content div:first-of-type {
  font-weight: 400;
  font-size: 22.5px;
  line-height: 36px;
  text-align: center;
}
/*  footer  */
footer {
  bottom: 0;
  left: 0;
  position: relative;
  width: 100%;
  margin-top: -260px;
  color: #000;
  background: #ffffff3d;
  backdrop-filter: blur(24px);
  transform: translateZ(0);
}
footer a,
footer p,
footer .copyright,
footer .footer-menu-title {
  color: #000;
}
footer svg {
  filter: brightness(0);
}
footer .footer_down_container {
  background: #ffffff66;
}
body footer .footer_top_content_container {
  /* background: #ffffff80; */
  background: #ffffffa3;
  border-top: 1px solid #ffffff;
}
body footer .logo_block p,
body footer .copyright p,
body footer .main_menu_item,
body footer .main_menu_item span,
body footer .custom_menu_shortcode a {
  color: #000000a3;
}
body footer .copyright span {
  color: #000000a3 !important;
}
footer .footer_button,
footer .footer_button span::before,
footer .footer_button span::after {
  color: #000;
  border-color: #00000029;
}
.sponsors_section h2,
.slack_section h2 {
  color: #000;
  text-shadow: 0 0 8px var(--white-white-100, #fff);
}
.sponsors_under_title_text {
  color: #000;
}
.slick-prev svg path,
.slick-next svg path {
  fill: #000;
}
.youtube_section_icon svg {
  display: block;
  width: 112px;
  height: 84px;
  margin: auto;
}
.youtube_section_preview_card {
  position: relative;
  display: block;
  width: min(506px, calc(100% - 32px));
  aspect-ratio: 506 / 294;
  background: var(--adgenda_content_and_nav_back, #ffffff3d);
  border: 1px solid var(--adgenda_content_and_nav_border, #ffffff66);
  border-radius: 16px;
  overflow: hidden;
  appearance: none;
  color: #000;
  cursor: pointer;
  margin: 0 auto;
  padding: 12px;
}
.youtube_section_preview_card:disabled {
  opacity: 1;
  cursor: default;
}
.youtube_section_preview_image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ffffff99;
  border-radius: 8px;
}
.youtube_section_preview_play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  pointer-events: none;
}
.youtube_section_preview_play_bg {
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 16px;
  transition: transform 0.2s;
}
.youtube_section_preview_card:not(:disabled):hover
  .youtube_section_preview_play_bg {
  transform: scale(1.05);
}
.youtube_section_preview_card:focus-visible {
  outline: 2px solid #000;
  outline-offset: 4px;
}
.presener_block .book-btn,
.speacker_block .book-btn {
  display: none;
}
.presener_block_person_photo img,
.speacker_block_person_photo img {
  filter: grayscale(1);
}
.sponsors_section .gold_sponsors a,
.sponsors_section .gold_sponsors_logo {
  background: var(--gold_sponsors_logo_background, #ffffff99);
}
.recap_video_description,
.our_stats_block_card *,
.video_item_description {
  color: #000;
  text-shadow: 0 0 8px var(--white-white-100, #fff);
}
.register_popup_first_step .need_help_link p {
  color: #fff;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Responsive styles */
@media (max-width: 1500px) {
  .stats_card_item_number {
    font-size: 64px;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 12px;
  }
  .stats_card_item_text {
    font-size: 14px;
  }
  .heading_section {
    min-height: 760px;
  }
  .youtube_section_title {
    font-size: 36px;
    line-height: 48px;
  }
  .youtube_section_text {
    font-size: 18px;
    line-height: 30px;
    max-width: 640px;
  }
  .youtube_section_preview_card {
    width: min(440px, calc(100% - 32px));
  }
  .agenda_session_content {
    padding-left: 132px;
  }
  .agenda_session_content_panel_type {
    left: -108px;
  }
}
@media (max-width: 1450px) {
  .header_logo_container {
    padding-top: 32px;
  }
  .header_logo {
    max-height: 28px;
    height: 28px;
  }
  .sessions_content_title {
    font-size: 36px;
    line-height: 49px;
  }
  .sessions_content_top_content div:not(:first-child),
  .sessions_content_top_content li {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (max-width: 1240px) {
  .stats_card_item_number {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 10px;
  }
  .stats_card_item_text {
    font-size: 11px;
  }
  .recap_video_item {
    max-width: 48%;
    width: 48%;
  }
}
@media (max-width: 1200px) {
  .header_transparent.scrolled .header_logo {
    max-height: 18px;
  }
  .header_nav_item {
    font-size: 16px;
    line-height: 22px;
    padding: 5px 30px;
  }
  .header_register_button {
    font-size: 14px;
    border-radius: 8px;
    padding: 8px 15px;
  }
  .header_nav.scrolled {
    border-radius: 8px;
  }
}
@media (max-width: 1100px) {
  .our_stats_block {
    padding-top: 100px;
  }
  .stats_card_item_number {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .stats_card_item_text {
    font-size: 8px;
  }
  .our_stats_block_card {
    padding: 20px 10px;
  }
  header.scrolled {
    position: fixed;
    top: 0;
    height: 136px;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(4px);
    padding: 0 16px;
  }
  .header_nav.scrolled {
    top: 90px;
  }
  header.scrolled .header_container {
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .header_container {
    margin: 0 auto;
  }
  header.scrolled .left_header_logo_container {
    left: 0px;
  }
  .header_register_button.scrolled {
    top: 22px;
    right: 0px;
  }
  .heading_title_content h1 {
    font-size: 76px;
  }
  .agenda_sessions {
    display: block;
  }
  .agenda_sessions_nav {
    display: flex;
    width: 100%;
    gap: 8px;
    overflow-x: auto;
    margin-bottom: 16px;
    padding: 8px;
  }
  .agenda_sessions_nav_item {
    flex: 0 0 240px;
    min-width: 0;
  }
  .agenda_sessions_content {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .header_logo_container {
    padding-top: 26px;
  }
  .header_logo {
    max-height: 24px;
    height: 24px;
  }
  .bottom_section {
    padding: 100px 40px 500px;
  }
  .agenda_sessions_nav::-webkit-scrollbar {
    display: none;
  }
  .agenda_sessions_nav_item {
    border: 1px solid var(--adgenda_content_and_nav_border, #002c23);
    flex-shrink: 0;
  }
  .agenda_sessions {
    flex-wrap: wrap;
  }
  .agenda_sessions_nav {
    align-items: stretch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background: var(--almost_transparent_background, #000f0c);
    backdrop-filter: blur(14px);
  }
}
@media (max-width: 900px) {
  .stats_card_item_number {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .stats_card_item_text {
    font-size: 8px;
  }
  .our_stats_block_card {
    padding: 20px 10px;
  }
  .slider_carts_section .slider_carts {
    padding: 0 0px 80px;
  }
  .recordings_popup_session {
    width: 100%;
  }
  .recap_content_block_text,
  .sponsors_section_top_content_text {
    margin-bottom: 0px;
  }
  .sponsors_section_logos_block {
    padding: 24px;
  }
  .sessions_content_title {
    font-size: 27px;
    line-height: 40px;
  }
  .sessions_content_top_content div:not(:first-child) {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .sessions_content_top_content li {
    font-size: 14px;
    line-height: 22px;
  }
  /* --------------------------------- */
  footer .row.footer-bottom {
    justify-content: initial;
    align-items: initial;
  }
  footer .row.footer-bottom .col-6:nth-of-type(2),
  footer .row.footer-bottom .col-6 {
    max-width: 50%;
  }
  footer .row.footer-bottom .col-12 {
    max-width: 100%;
  }
  .footer-bottom .custom_menu_shortcode {
    justify-content: initial;
  }
  footer .custom_menu_shortcode li a {
    text-decoration: underline;
  }
  .hse-footer {
    padding: 2rem 25px;
  }
  .hse-footer .footer-bottom:before {
    margin: 1.2rem 0 1.2rem 9px;
  }
  .social-block > p {
    margin-right: 22px;
  }
}
@media (max-width: 767px) {
  .our_stats_block_card_item_part {
    width: 100%;
    margin-bottom: 15px;
  }
  .stats_card_item {
    width: 30%;
  }
  .our_stats_block_card {
    width: 92%;
    align-items: center;
    justify-content: center;
    gap: 3%;
    flex-wrap: wrap;
    padding: 20px 40px 10px;
  }
  .slider_carts_section {
    background-size:
      auto 850px,
      cover !important;
  }
  .agenda_section {
    padding-top: 10px;
  }
  .center_slide .slide-content,
  .slide-content {
    padding: 24px;
  }
  .cont_down_section {
    padding: 10px 0 70px;
  }
  .slider_carts_section_content_block {
    margin: 80px auto 20px;
  }
  .slider_carts {
    transform: scale(0.8);
  }
  #slider_custom_2 {
    transform: translateX(-62%);
  }
  .slider_carts_section .slider_carts_section_content_block h2 {
    font-size: 48px;
    line-height: 72px;
    margin-bottom: 10px;
  }
  footer .row.footer-bottom .col-6:nth-of-type(2),
  footer .row.footer-bottom .col-6 {
    max-width: 100%;
  }
  .slack_section {
    padding: 50px 0 150px;
  }
  .agenda-section {
    padding: 80px 0 0px;
  }
  .player__info .dynamic-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }
  .player__photo {
    width: 250px;
    height: 250px;
  }
  .player {
    width: 250px;
  }
  .recap_video_item_play_button {
    border-radius: 12px;
    padding: 10px 16px;
  }
  header .header_top_left_text {
    display: none;
  }
  .logos_block_platinum_images a {
    border-radius: 10px;
  }
  .logos_block_silver_images a {
    border-radius: 6px;
    width: 30.5%;
  }
  .logos_block_gold_images a {
    border-radius: 8px;
    width: calc((100% - 15px) / 2);
  }
  .logos_block_platinum_images {
    margin-bottom: 35px;
  }
  .heading_title_content h1 {
    font-size: clamp(40px, 10vw, 68px);
    line-height: 1.15;
  }
  .heading_sub_title {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 4px;
  }
  .heading_title_content > div:not(:first-of-type) {
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .heading_section_text {
    line-height: 28px;
  }
  .heading_section {
    min-height: 700px;
    max-height: 900px;
    height: 100svh;
    padding: 140px 16px 110px;
  }
  .heading_section_background_video {
    left: 50%;
    width: 100%;
    height: 100%;
    object-position: 50% 45%;
  }
  .youtube_section_icon svg {
    width: 80px;
    height: 60px;
  }
  .youtube_section_title {
    font-size: 28px;
    line-height: 38px;
  }
  .youtube_section_text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 28px;
    padding: 0 20px;
  }
  .youtube_section_preview_card {
    width: min(360px, calc(100% - 40px));
    border-radius: 12px;
    padding: 8px;
  }
  .agenda_sessions {
    padding: 0 16px;
  }
  .agenda_sessions_content {
    padding: 12px;
  }
  .agenda_session_content {
    padding: 16px;
  }
  .agenda_session_content_panel_type {
    left: auto;
    flex-wrap: wrap;
    gap: 8px;
  }
  .panel_type_time {
    padding-left: 0;
  }
  .session_reminder_button {
    font-size: 12px;
    gap: 6px;
    padding: 8px;
  }
  .manage_reminders_block {
    margin: -16px 0 24px;
  }
  .manage_reminders_button {
    font-size: 16px;
    padding: 10px 16px;
  }
  .session_reminders_dialog {
    padding: 16px;
    border-radius: 20px;
  }
  .session_reminders_header {
    margin-bottom: 16px;
  }
  .session_reminders_header h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .session_reminders_item {
    padding: 12px;
  }
  .session_reminders_title {
    font-size: 16px;
    line-height: 24px;
  }
  .bottom_section {
    padding: 100px 20px 330px;
  }
  #agenda_header_block {
    top: -140px !important;
  }
  footer {
    margin-top: -220px;
  }
  body footer .menus_container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 24px;
  }
  body footer .menu_item_wrapper {
    border: 0;
  }
  body footer .menu_item_wrapper .custom_menu_shortcode {
    max-height: none;
    overflow: visible;
  }
  body footer .menu_item_arrow_down {
    display: none;
  }
}
@media (max-width: 700px) {
  .our_stats_block_card {
    padding: 20px 20px 10px;
  }
  .our_stats_block_title {
    margin-bottom: 25px;
  }
  .recap_video_item {
    max-width: 100%;
    width: 100%;
  }
  .agenda_session_content {
    border-radius: 8px;
  }
  .panel_type_time {
    padding-top: 0px;
    padding-right: 16px;
    padding-bottom: 0;
  }
  .sessions_content_product_title {
    margin-bottom: 16px;
  }
  .sessions_content_product_screenshots {
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  /* temp temp temp temp temp temp temp emp temp temp temp temp temp temp*/
  .header_logo_container {
    padding-top: 18px;
  }
  .header_logo {
    max-height: 20px;
    height: 20px;
  }
  .bottom_section_content div:last-of-type,
  .bottom_section_content div:first-of-type {
    font-size: 18px;
    line-height: 30px;
  }
  .whos_attending_block_title,
  .our_stats_block_title {
    font-size: 12px;
  }
  .slider_carts_section .slider_carts_section_content_block h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 63px;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .slider_carts_section .slider_content_block_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    padding: 0;
  }
  .slider_carts_section_content_block {
    padding: 0 16px;
  }
  .register_button_block_title p {
    margin-bottom: 16px;
  }
  .register_button_block_title {
    padding-bottom: 1px;
  }
  .heading_register_button_block .orange_gradient_button {
    display: inline-block;
    width: 100%;
    padding: 14px;
  }
  .heading_register_button_block {
    width: calc(100% - 32px);
    backdrop-filter: blur(40px);
    display: inline-block;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px;
  }
  button.rcw-launcher {
    transform: translate(10px, 10px) !important;
  }
  .bottom_section_content h2,
  .recap_section_content_block h2,
  .sponsors_section_top_content_title,
  .slack_section_title,
  .agenda_section_content_block h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 63px;
  }
  .header_nav_item.header_nav_item_width_faq {
    padding: 5px 15px;
  }
}
@media (max-width: 605px) {
  .player {
    width: 195px;
  }
  .player__photo {
    width: 195px;
    height: 195px;
  }
  .caption-regular p {
    font-size: 14px;
    line-height: 20px;
  }
  .player__info .dynamic-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .logos_block_platinum_images a,
  .logos_block_gold_images a {
    border-radius: 6px;
  }
  .logos_block_silver_images a {
    border-radius: 5px;
  }
  .our_stats_block {
    padding-top: 70px;
  }
  .sponsors_section {
    padding: 80px 16px 50px;
  }
  .whos_attending_block {
    margin-bottom: 20px;
  }
  .recap_section {
    margin-bottom: 5vh;
  }
  .sponsors_section_logos_block {
    padding: 12px;
  }
  .agenda_sessions_nav_item {
    max-width: 50vw;
    padding: 8.25px;
  }
  .agenda_nav_item_row1 {
    flex-wrap: wrap-reverse;
    justify-content: start;
  }
  .item_row1_session_number,
  .item_row1_session_time {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .header_register_button.scrolled {
    display: none;
  }
  .header_register_button.header_register_button_short.scrolled {
    display: block;
  }
  .logos_block_gold_images a {
    border-radius: 5px;
  }
  .youtube_section_preview_card {
    font-size: 14px;
  }
  .heading_register_button_block .orange_gradient_button {
    font-size: 16px;
    width: 100%;
    display: inline-block;
    padding: 12px;
  }
  .register_button_block_title {
    padding-bottom: 0px;
  }
  .header_nav_item {
    padding: 5px 15px;
  }
  .heading_title_content h1.heading_title {
    letter-spacing: initial;
  }
  .heading_title_content > div:not(:first-of-type) {
    font-weight: 400;
  }
  .heading_section_text {
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .stats_card_item_number {
    margin-bottom: 5px;
  }
  .our_stats_block_card {
    padding: 15px 15px 0;
  }
  .stats_card_item_text {
    font-size: 6px;
  }
  .youtube_section {
    margin-top: -50px;
  }
  .youtube_section_text {
    font-weight: 400;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .slider_carts_section_content_block {
    margin: 80px auto 0px;
  }
  .slider_carts {
    transform: scale(0.65);
  }
  .center_slide .slide-content p,
  .slide-content p {
    font-size: 24px;
    line-height: 32px;
  }
  .slack_section {
    padding: 50px 0 120px;
  }
  .recap_section {
    padding-top: 20px;
  }
  .players-item a.btn-watch {
    font-size: 12px;
  }
  .player__info .dynamic-title {
    font-size: 20px;
    line-height: 24px;
  }
  .player {
    width: 155px;
  }
  .player__photo {
    width: 155px;
    height: 155px;
  }
  .presener_block_title {
    text-align: center;
  }
  .recap_content_block_top_text,
  .sponsors_section_top_content_top_text {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
  }
  .logos_block_silver_title,
  .logos_block_gold_title,
  .logos_block_platinum_title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 4px;
    color: var(--primary_color, #00ffcb);
    text-transform: uppercase;
  }
  .bottom_section_content h2,
  .recap_section_content_block h2,
  .sponsors_section_top_content_title,
  .slack_section_title,
  .agenda_section_content_block h2 {
    font-size: 36px;
    line-height: 50px;
  }
  .recap_content_block_text,
  .sponsors_section_top_content_text,
  .slack_section_text,
  .agenda_content_block_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }
  .sessions_content_product_logos,
  .sessions_content_product_screenshots {
    gap: 8px;
  }
  .sessions_content_product_screenshot {
    width: 47%;
  }
  .header_nav_item.header_nav_item_width_faq {
    padding: 5px 10px;
  }
}
@media (max-width: 450px) {
  .stats_card_item_text {
    margin: 0 -10px;
  }
  .recordings_popup_session_presrnter,
  .recordings_popup_session_title {
    text-align: center;
  }
  .recordings_popup_session_buttons_block {
    justify-content: center;
  }
  .recordings_popup .orange_gradient_button,
  .recordings_popup .black_button {
    width: 49%;
    letter-spacing: 0px;
  }
}
@media (max-width: 430px) {
  .slider_carts_section .slider_carts_section_content_block h2 {
    font-size: 36px;
    line-height: 50px;
  }
  .slider_carts_section .slider_content_block_text {
    font-size: 14px;
    line-height: 23px;
  }
  .slider_carts_section .slider_content_block_top_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.5px;
  }
  .sponsors_section_logos_block {
    padding: 8px;
  }
  .header_nav_item.header_nav_item_width_faq {
    padding: 5px;
  }
  .header_nav_item {
    padding: 5px 12px;
  }
  .header_register_button.scrolled {
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 400px) {
  .our_stats_block_card {
    border-radius: 14px;
    padding: 15px;
  }
  .players-item a.btn-watch {
    font-size: 12px;
  }
  .player__info .dynamic-title {
    font-size: 20px;
    line-height: 24px;
  }
  .player {
    width: 140px;
  }
  .player__photo {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 390px) {
  .register_button_block_title p {
    font-size: 16px;
    line-height: 27px;
  }
  .header_nav_item {
    padding: 5px 10px;
  }
  .heading_title_content br {
    display: none;
  }
}
@media (max-width: 380px) {
  .slider_carts_section .slider_carts_section_content_block h2 {
    font-size: 26px;
    line-height: 45px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (max-width: 370px) {
  .players-item a.btn-watch {
    font-size: 12px;
  }
  .player__info .dynamic-title {
    font-size: 20px;
    line-height: 24px;
  }
  .players-item {
    gap: 16px;
  }
}
@media (max-width: 356px) {
  .player {
    width: 130px;
  }
  .player__photo {
    width: 130px;
    height: 130px;
  }
  .players-item {
    gap: 12px;
  }
  .players-item a.btn-watch {
    font-size: 10px;
  }
}
