* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #0d0d0d;
  background-color: #0d0d0d;
  overflow: hidden;
}
.register_popup_first_step_button_continue.disabled {
  background: #ffffff3d !important;
  backdrop-filter: blur(40px);
}
.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 {
  background: linear-gradient(
    96.46deg,
    var(--gradient_button_collor1, #00ffcb) 0%,
    var(--gradient_button_collor2, #00aebb 100%)
  );
  border: 1px solid #0000000f;
  color: #ffffff;
  border-radius: 12px;
  background-clip: padding-box;
  padding: 10px 14px;
}
.orange_gradient_button:focus,
.orange_gradient_button:active,
.orange_gradient_button:hover {
  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(--gradient_button_collor1, #00dbaf);
  border-radius: 12px;
  background-clip: padding-box;
  border: 1px solid transparent;
}
.orange_gradient_button svg path {
  fill: #000000;
}
.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;
}
.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 var(--header_skils_list_button_background, #00ffcb66);
}
/* --------------------------------- 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: var(--primary_color2, #FFFFFF); */
  color: #ffffff;
}
.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 {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.header_transparent {
  position: absolute;
  width: 100%;
  z-index: 10;
}
header.scrolled {
  position: fixed;
  top: 0;
  height: 72px;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  backdrop-filter: blur(4px);
}
header.scrolled::before {
  display: none;
}

.header_container {
  z-index: 12;
  padding: 24px 40px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
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%;
  display: block;
  border-radius: 50%;
  background: rgba(9, 12, 8, 0.4);
  filter: blur(12px);
}
.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;
}
.header_transparent.scrolled .header_logo {
  max-height: 18px;
}
.header_games_number {
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 4px;
  line-height: 1;
  font-size: 13.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-left: 0;
  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;
  /* line-height: 22px; */
  color: transparent;
  position: relative;
  padding: 7px 35px;
  cursor: pointer;
}
.header_nav_item_sponsors::before {
  content: "Sponsors";
  color: #ffffff;
  transition: all 0.4s ease;
  position: absolute;
  transition: 0.4s ease-out;
  left: 0;
  top: 0;
}
.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 {
  transition: all 0.4s ease;
  content: "Sponsors";
  color: #ffffff;
  transition: all 0.4s ease;
  position: absolute;
  top: 200%;
  left: 0;
}
/* faq */
.header_nav_item_faq::before {
  content: "FAQs";
  color: #ffffff;
  transition: all 0.4s ease;
  position: absolute;
  transition: 0.4s ease-out;
  left: 0;
  top: 0;
}
.header_nav_item_faq::after {
  transition: all 0.4s ease;
  content: "FAQs";
  color: #ffffff;
  transition: all 0.4s ease;
  position: absolute;
  top: 200%;
  left: 0;
}
/* end faq */
.header_nav_item_speakers::before {
  content: "Speakers";
  color: #ffffff;
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  top: 0;
}
.header_nav_item_speakers::after {
  content: "Speakers";
  color: #ffffff;
  transition: all 0.4s ease;
  position: absolute;
  top: 200%;
  left: 0;
}
.header_nav_item_agenda::before {
  content: "Agenda";
  color: #ffffff;
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  top: 0;
}
.header_nav_item_agenda::after {
  content: "Agenda";
  color: #ffffff;
  transition: all 0.4s ease;
  position: absolute;
  top: 200%;
  left: 0;
}
.header_nav_item_overview::before {
  content: "Overview";
  color: #ffffff;
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  top: 0;
}
.header_nav_item_overview::after {
  content: "Overview";
  color: #ffffff;
  transition: all 0.4s ease;
  position: absolute;
  top: 200%;
  left: 0;
}
/*  */
.header_nav_item.active {
  background: #5391e952;
  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 {
  display: none;
}
.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;
  margin: 0 1px;
  background-image: linear-gradient(
    transparent 20%,
    #ffffff 50%,
    transparent 80%
  );
}
/* End header navigation */
/*---------- End header  -------------------------------------------------------*/
/*---------- 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%;
  height: auto;
  min-height: 100vh;
  text-align: center;
  padding: calc(182px + 3vh) 40px 80px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.heading_section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  background: linear-gradient(to top, #0d0d0d, transparent);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.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;
  margin: auto;
  /* padding-top: 8vh; */
  position: relative;
}
.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;
  font-size: 76.5px;
  line-height: 90px;
  text-align: center;
  color: #fffaf6;
  margin-top: 0;
  text-shadow:
    0 0 64px var(--bright_title_color2, #a7b39f),
    0 0 8px #000,
    0 0 24px var(--bright_title_color, #fff);
}
.heading_title_content > div:not(:first-of-type) {
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  text-shadow:
    0 0 64px #586548,
    0 0 8px #fff,
    0 0 24px #a7b39f;
}
.heading_section_padial_shape {
  position: absolute;
  width: 960px;
  max-width: 120%;
  height: 120%;
  border-radius: 50%;
  opacity: 0.8;
  background: #0d0d0d;
  filter: blur(64px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.heading_sub_title {
  display: block;
  font-weight: 600;
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  color: var(--primary_color, #76d8ff);
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}
.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);
  padding: 8px;
  border-radius: 16px 16px 24px 24px;
  backdrop-filter: blur(40px);
  display: inline-block;
  background: var(--almost_transparent_background, #a7b39f14);
  width: 380px;
  max-width: calc(100vw - 32px);
}
/* .heading_register_button_block.scrolled {
   opacity: 0;
} */
.register_button_block_title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 31.5px;
  color: #fff;
}
.heading_register_button_block .orange_gradient_button {
  padding: 12px 90px;
  font-size: 18px;
}
.orange_gradient_button {
  outline: none;
}
.heading_register_button_block .orange_gradient_button {
  display: inline-block;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
  width: 100%;
}
.heading_register_button_block .orange_gradient_button span {
  position: relative;
  display: inline-block;
  overflow-y: hidden;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
}
.heading_register_button_block .orange_gradient_button span::before {
  content: "Register free";
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  visibility: visible;
}
.heading_register_button_block .orange_gradient_button span::after {
  content: "Register free";
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 300%;
  left: 50%;
  transform: translateX(-50%);
  visibility: visible;
}
.heading_register_button_block .orange_gradient_button:hover span::before {
  top: -120%;
}
.heading_register_button_block .orange_gradient_button:hover span::after {
  top: 0;
}
/*---------- End Heading Section  -------------------------------------------------------*/
/*   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;
  /* display: flex; */
  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;
  margin: 80px auto 40px;
  padding: 0 40px;
  position: relative;
}
.slider_carts_section .slider_carts_section_content_block::before {
  content: "";
  position: absolute;
  top: -70px;
  height: 100%;
  width: 200vw;
  background: linear-gradient(180deg, #0d0d0d 80%, transparent);
  left: -50vw;
}
.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;
  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;
  position: relative;
}
.slider_carts_section .slider_content_block_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #fff;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}
.slider_carts_section_content_block ul {
  position: relative;
}
/* ---------------------- */
.slider_carts_section .slide-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.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;
  color: #ffffff7a;
  opacity: 0.56;
}
.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;
  color: #ffffff7a;
  opacity: 0.56;
}
.slider_carts_section .slide-content_top svg {
  width: 54px;
  height: 54px;
}
.slider_carts_section .slide-content_top svg path {
  fill: #ffffff7a;
  opacity: 0.56;
}
.slider_carts_section {
  overflow: hidden;
  /* background: url(../images/cards-background.jpg) center center no-repeat, linear-gradient(180deg, #000000 0%, #000000 100%); */
  background-size: 100% auto !important;
  padding: 100px 0 80px 0;
  margin-top: -1px;
  position: relative;
}
.slider_carts_section .slider_item {
  height: 260px;
  border-radius: 16px;
  background: #58654814;
  backdrop-filter: blur(20px);
  transition: all ease 1s;
  border: 1px solid #58654829;
}
.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;
  padding: 6px 14px;
  border-radius: 8px;
  display: inline-block;
  width: max-content;
  letter-spacing: 0;
  pointer-events: none;
}
.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,
.slider_carts_section .slick-next {
  position: absolute;
  top: 80%;
  background: #586548 !important;
  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;
  /* margin: 0 5px; */
  transition: all 0.3s ease;
  backdrop-filter: blur(40px);
}
.slider_carts_section .slick-prev:hover,
.slider_carts_section .slick-next:hover {
  border: 1px solid #ffffff;
  transition: all 0.3s ease;
}
.slider_carts_section .slick-prev {
  left: calc(50% - 25px);
  transform: translateX(-50%);
}
.slider_carts_section .slick-next {
  left: calc(50% + 25px);
  transform: translateX(-50%);
}
/* ----------------- center slide ---------*/
/* left 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 {
  background-color: #fff;
  z-index: 5;
  position: relative;
  bottom: 50px;
  transition: all 0.8s linear;
  opacity: 1;
}
.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 32px;
}
.slider_carts_section .slider_carts .slick-center .slide-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #000000;
  opacity: 1;
}
.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-size: 36px; */
  font-weight: 700;
  /* line-height: 48px; */
  text-align: left;
  color: #000000;
  opacity: 1;
}
.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: url(#paint0_linear_6548_11272);
  fill-opacity: 1;
  opacity: 1;
}
.slider_carts_section .orange_gradient_button {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  transition: all 0.7s ease-in-out;
}
.slider_carts_section .orange_gradient_button span {
  position: relative;
  display: inline-block;
  overflow-y: hidden;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  display: flex;
  align-items: center;
}
.slider_carts_section .orange_gradient_button span::before {
  content: "Register Free";
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
}
.slider_carts_section .orange_gradient_button span::after {
  content: "Register Free";
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 300%;
  left: 0;
  visibility: visible;
}
.slider_carts_section .orange_gradient_button:hover span::before {
  top: -100%;
}
.slider_carts_section .orange_gradient_button:hover span::after {
  top: 0;
}
/* ----------------- center slide ---------*/
/* youtube section */
.youtube_section_wrapper {
  text-align: center;
  background: linear-gradient(0deg, #0d0d0d 0%, transparent 90%);
}
.youtube_section_icon {
}
.youtube_section_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  margin-top: -25px;
  margin-bottom: 10px;
}
.youtube_section_text {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  max-width: 750px;
  margin: 0 auto 70px;
  padding: 0 30px;
}
.youtube_section_button {
}
.youtube_section_button_link svg {
  margin-right: 5px;
  position: relative;
  bottom: 2px;
}
.youtube_section_button_link:hover {
  border: 1px solid #fff;
  transition: all 0.4s ease-out;
}
.youtube_section_button_link svg {
  margin-right: 5px;
  position: relative;
  bottom: 2px;
}
/* End youtube section */
/*    End slider carts ----------------------------------------*/
/*---------- Agenda Section  -------------------------------------------------------*/
.agenda_section {
  background: #0d0d0d;
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
}
.agenda_section_all_content_wrapper {
}
.agenda_section_content_block {
  text-align: center;
  max-width: 1000px;
  margin: 10px auto 100px;
  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;
  color: #fffaf6;
  text-shadow:
    0 0 8px #ffffff,
    0 0 24px var(--bright_title_color, #0092fb),
    0 0 64px var(--bright_title_color2, #00c69e);
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 25px;
}
.agenda_content_block_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #fff;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
.agenda_sessions {
  display: flex;
  max-width: 1600px;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  gap: 24px;
  align-items: start;
  padding: 0 40px;
  overflow-y: hidden;
}
.agenda_sessions_nav {
  /* width: 30%; */
  width: calc(30% - 24px);
  align-items: start;
  padding: 24px;
  background: var(--adgenda_content_and_nav_back, #000f0c);
  border: 1px solid var(--adgenda_content_and_nav_border, #002c23);
  border-radius: 16px;
  max-height: 90vh;
  overflow: auto;
  scrollbar-gutter: stable both-edges;
  box-sizing: border-box;
}
.agenda_sessions_nav::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
.agenda_sessions_nav::-webkit-scrollbar-track {
  background: #cedee508;
  margin: 15px 0;
  border-radius: 20px;
  overflow: hidden;
}
.agenda_sessions_nav::-webkit-scrollbar-thumb {
  background: #cedee51e;
  border-radius: 20px;
}
.agenda_sessions_nav_item {
  padding: 16px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid transparent;
  opacity: 0.6;
}
.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 {
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
}
.item_row1_session_time {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.5px;
  color: var(--primary_color, #00ffcb);
}
.agenda_nav_item_row2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.5px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* max-width: 50vw; */
}
.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 {
  width: 70%;
  padding: 24px;
  background: var(--adgenda_content_and_nav_back, #000f0c);
  border: 1px solid var(--adgenda_content_and_nav_border, #002c23);
  border-radius: 12px;
}
.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;
  padding: 16px 24px 24px 165px;
  display: none;
}
.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;
  padding: 0px 16px 0 16px;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 31px;
  position: relative;
}
.panel_type_time::after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  display: block;
  background: #ffffff66;
}
.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;
}
.sessions_content_title {
  font-weight: 700;
  font-size: 45px;
  line-height: 63px;
  color: #ffffff;
  margin-bottom: 16px;
}
.sessions_content_top_content ul {
  padding-left: 25px;
}
.sessions_content_top_content li {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 8px;
}
.sessions_content_top_content div:not(:first-child) {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 16px;
}
.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 {
  width: 48%;
}
.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_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-bottom: 50px;
  border-bottom: 1px solid var(--adgenda_content_and_nav_border2, #00ffcb80);
  margin-bottom: 4vh;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.presener_block_person_work_name_content {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  /* height: 180px; */
}
.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;
  background: var(--adgenda_content_and_nav_back2, #001d17);
  border: 1px solid var(--adgenda_content_and_nav_border2, #00382d);
}
/* .presener_block_person_photo img {
   height: 100%;
} */
.presener_block_person_work_title {
  padding-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: var(--primary_color, #00ffcb);
}
.presener_block_person_work_name {
  text-align: center;
  padding-top: 20px;
  font-weight: 700;
  font-size: 27px;
  line-height: 40px;
  color: #ffffff;
}
/* speackers block */
.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 {
}
.speacker_block_person_work_name_content {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex: 1 1 auto;
}
.presener_block_person_work_name_content a.btn-watch,
.speacker_block_person_work_name_content a.btn-watch {
  position: relative;
  border: 1px solid #ffffffa3;
  position: relative;
  padding: 8px 16px;
  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;
}
.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;
}
.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;
  background: var(--adgenda_content_and_nav_back2, #001d17);
  border: 1px solid var(--adgenda_content_and_nav_border2, #00382d);
}
/* .speacker_block_person_photo img {
   height: 100%;
} */
.speacker_block_person_work_title {
  padding-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: var(--primary_color, #00ffcb);
  flex: 1 1 a;
}
.speacker_block_person_work_name {
  text-align: center;
  padding-top: 20px;
  font-weight: 700;
  font-size: 27px;
  line-height: 40px;
  color: #ffffff;
}
/*End speackers block */
.question_form_register_popup,
.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;
  padding: 24px;
  text-align: center;
  backdrop-filter: blur(40px);
}
.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;
}
/* scrollbar */
.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;
}
/* button style */
.question_form_popup form button {
  cursor: pointer;
  border: 1px solid var(--primary_color, #00ffcb);
  padding: 12px;
  border-radius: 16px;
  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;
}
.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 {
  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: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 {
  background: #333333 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff0f !important;
  opacity: 0.38 !important;
  box-shadow: unset;
}
.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,
.question_form_popup form button {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  padding: 8px;
  border-radius: 12px;
}
/* button style */
.question_form_register_popup a {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}
.questions_list {
  transition: all 0.4s ease;
}
.questions_list_collapse_button {
  transition: all 0.4s ease;
}
.agenda_section_register_bottons {
  text-align: center;
  margin-top: 60px;
}
/*----------end Agenda Section -------------------------------------------------------*/
/* -------------- 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;
  margin: 0 auto;
  width: 92%;
  border-radius: 16px;
  background: var(--adgenda_content_and_nav_back, #000f0c);
  backdrop-filter: blur(40px);
  border: 1px solid var(--adgenda_content_and_nav_border, #002c23);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 40px;
  gap: 3%;
}
.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: #fffaf6;
  text-shadow:
    0 0 64px #586548,
    0 0 8px #fff,
    0 0 24px #a7b39f;
}
.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: var(--silver_sponsors_logo_background, transparent);
  border: 1px solid var(--silver_sponsors_logo_border, transparent);
  border-radius: 8px;
}
/*---*/
/* -------------- End who`s attending section ------------------------------------------*/
/*---------- 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;
  padding: 120px 40px;
  margin-top: -2px;
}
.book_section_container {
  padding: 0 40px;
  text-align: center;
}
.book_section_title {
  text-align: center;
  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 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 31.5px;
  text-align: center;
  margin-bottom: 24px;
  max-width: 720px;
  margin: 0 auto 34px;
}
.black_button {
  margin-bottom: 16px;
}
.thank_question_popup .black_button {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}
/* slider  */
.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;
  padding: 32px 32px 23px 32px;
  margin: 10px;
  backdrop-filter: blur(15px);
  text-align: center;
  height: 360px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.slick-center {
  opacity: 1;
  background: #ffffff0f;
  border: 1px solid #ffffff1f;
}
.slick-prev,
.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;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.slick-prev:hover,
.slick-next:hover {
  border: 1px solid #ffffff;
  transition: all 0.3s ease;
}
.slick-prev {
  left: 49.7%;
  transform: translateX(-99%);
}
.slick-next {
  transform: translateX(-1%);
  left: 50.3%;
}
.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;
}
/* slider  */
/*----------end Book_section -------------------------------------------------------*/
/*---------- question_block -------------------------------------------------------*/
/* _questions-background-line.svg */
/* .question_section {
   background:
      url('../images/_questions-background-line.svg') center center no-repeat,
      linear-gradient(180deg, #111111 0%, #000000 100%);
   text-align: center;
   padding: 120px 0;
   margin-top: -2px;
} */
.orange_button {
}
.question_section_container {
  text-align: start;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
  display: none;
}
.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 {
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
.questions_list_without_padding {
  padding-top: 0px;
}
.questions_list_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 16px;
  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;
}
.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;
  padding: 5px 12px 5px 8px;
  gap: 10px;
  border-radius: 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 {
  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);
  padding: 10px 16px;
  border-radius: 12px;
  cursor: pointer;
}
.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;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.no-scroll {
  overflow: hidden !important;
}
.question_form_register_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.questions_list::-webkit-scrollbar {
  display: none;
  /*  Chrome, Safari, Opera */
}
.questions_list {
  scrollbar-width: none;
}
/*----------end question block -------------------------------------------------------*/
/*----------Recap Section -------------------------------------------------------*/
.recap_section {
  background: #0d0d0d;
  padding-bottom: 100px;
  position: relative;
  margin-bottom: 14vh;
}
.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;
  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;
}
.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;
  color: #fff;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
.recap_section_container {
  max-width: 1640px;
  padding: 0 40px;
  margin: 0 auto;
}
.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;
  padding: 12px;
  margin-bottom: 10px;
}
.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;
  padding: 15px 20px;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.recap_video_item_play_button svg path {
  /* fill: var(--bright_title_color2, #000000); */
  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;
}
/*---------- End Recap Section -------------------------------------------------------*/
/* recodings popup */
.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;
  padding: 24px;
  text-align: center;
  display: none;
  max-height: 98vh;
  overflow-y: auto;
}
.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;
  padding: 16px;
  text-align: center;
  display: none;
  aspect-ratio: 16 / 9;
  max-height: 85vh;
}
.show_video_popup.active {
  display: block;
}
.video_close_button {
  position: absolute;
  z-index: 1;
  top: -40px;
  right: 0;
  padding: 3px;
  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;
}
.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;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.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;
  padding: 10px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.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;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 14px;
}
.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;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 14px;
}
.recording_session_buttons_block {
  display: flex;
  justify-content: start;
  gap: 8px;
  flex-wrap: wrap;
}
.recording_session_buttons_block .orange_gradient_button {
  text-transform: initial;
  display: inline-block;
  letter-spacing: 2px;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 14px;
}
.recording_session_buttons_block .black_button svg,
.recording_session_buttons_block .orange_gradient_button svg {
  margin-right: 5px;
}
.recording_session_buttons_block .black_button {
  text-transform: initial;
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 14px;
  border: 1px solid #ffffff0f;
  background: #ffffff3d;
  color: #ffffff;
  backdrop-filter: blur(40px);
}
.recording_session_buttons_block .black_button:hover {
  border: 1px solid #ffffff;
}
/* end recodings popup */
/*----------slack_section  -------------------------------------------------------*/
.slack_section {
  background: #0d0d0d;
  overflow: hidden;
  padding: 50px 0 200px;
}
.slack_section_container {
  padding: 0 40px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.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;
  color: #fffaf6;
  text-shadow:
    0 0 8px #ffffff,
    0 0 24px var(--bright_title_color, #0092fb),
    0 0 64px var(--bright_title_color2, #00c69e);
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 25px;
  text-align: center;
}
.slack_section_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  margin: 0 auto 40px;
  text-align: center;
  max-width: 720px;
}
/*---------- End slack_section  -------------------------------------------------------*/
/*  Sponsors Section-------------------------------------------------------   */
.sponsors_section {
  overflow: hidden;
  position: relative;
  padding-top: 80px;
  /* padding-bottom: 150px; */
}
.sponsors_section .headeng_botton_register {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
}
.sponsors_section_top_content {
  margin: 0 auto;
  max-width: 745px;
  padding: 0 15px;
  position: relative;
  bottom: 60px;
}
.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;
  color: #fff;
  margin-bottom: 40px;
}
.sponsors_section_logos_block {
  margin: 0 auto;
  width: 92%;
  max-width: 1630px;
  margin-bottom: 50px;
  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);
  padding: 45px 40px 15px 40px;
}
.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,
.logos_block_gold_images,
.logos_block_platinum_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 55px;
}
.logos_block_gold_images {
  margin-right: -30px;
  margin-left: -30px;
}
.logos_block_platinum_images a {
  border-radius: 12px;
  background: var(--platinum_sponsors_logo_background, transparent);
  border: 1px solid var(--platinum_sponsors_logo_border, transparent);
  /* max-width: 756px; */
  width: 100%;
}
.logos_block_platinum_images img {
  /* width: 756px; */
  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;
  background: var(--gold_sponsors_logo_background, transparent);
  border: 1px solid var(--gold_sponsors_logo_border, transparent);
  width: calc(33.3% - 30px);
  /* max-width: 445px; */
}
.logos_block_gold_images img {
  /* max-width: 445px; */
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.logos_block_gold_images img:hover {
  opacity: 0.7;
}
.logos_block_silver_images img {
  /* width: 292px; */
  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;
}
.sponsors_section .orange_gradient_button span {
  position: relative;
  display: inline-block;
  overflow-y: hidden;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  display: flex;
  align-items: center;
}
.sponsors_section .orange_gradient_button span::before {
  content: "Attend free";
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
}
.sponsors_section .orange_gradient_button span::after {
  content: "Attend free";
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 300%;
  left: 0;
  visibility: visible;
}
.sponsors_section .orange_gradient_button:hover span::before {
  top: -100%;
}
.sponsors_section .orange_gradient_button:hover span::after {
  top: 0;
}
.button-container {
  text-align: center;
}
/* End Sponsors Section-------------------------------------------------------   */
/*   speakers section ------------------------------------------------------*/
.agenda-section {
  overflow: hidden;
  padding: 80px 0 40px;
  background-color: #0d0d0d;
  margin-bottom: -2px;
}
.text_block {
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
.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;
  color: #fffaf6;
  text-shadow:
    0 0 8px #ffffff,
    0 0 24px var(--bright_title_color, #0092fb),
    0 0 64px var(--bright_title_color2, #00c69e);
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 25px;
  text-align: center;
}
.text_block > div:last-child {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #fff;
  max-width: 950px;
  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);
}
.players-item .player__photo {
  background: var(--adgenda_content_and_nav_back2, #001d17);
}
.players-item a.btn-watch {
  position: relative;
  padding: 10px 16px;
  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;
}
.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;
}
.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;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: var(--primary_color, #00ffcb);
  padding-top: 10px;
  margin-bottom: 0;
  height: fit-content;
  overflow: hidden;
  padding-bottom: 5px;
}
.player__info .dynamic-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 49px;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: center;
  flex: 1 1 auto;
}
.player__info .book-btn {
  font-size: 20px;
}
.debaters-number-4 {
  width: 92%;
  max-width: 1630px;
}
/* ---  end speakers section ------------------------------------------------------*/
/*---------- bottom_section -------------------------------------------------------*/
.bottom_section {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 150px 40px 380px;
  position: relative;
}
.decore_shadow_block {
  position: absolute;
  z-index: 1;
  background: linear-gradient(to bottom, #0d0d0d, transparent);
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
}
.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;
}
.bottom_section_padial_shape {
  position: absolute;
  width: 960px;
  max-width: 100%;
  height: 150%;
  border-radius: 50%;
  opacity: 0.8;
  background: #090c08;
  filter: blur(64px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.bottom_section_content h2 {
  text-align: center;
  color: #fffaf6;
  text-shadow:
    0 0 8px #ffffff,
    0 0 24px var(--bright_title_color, #0092fb),
    0 0 64px var(--bright_title_color2, #00c69e);
  font-weight: 600;
  font-size: 45px;
  line-height: 63px;
  text-align: center;
}
.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;
}
/*----------end bottom_section -------------------------------------------------------*/
/*  footer  */
footer {
  position: absolute;
  bottom: 0;
  width: 100vw;
  left: 0;
}
/* responsive  ---------------------------------------------------------------------------*/
@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;
  }
}
@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) {
    font-size: 16px;
    line-height: 27px;
  }
  .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;
    padding: 8px 15px;
    border-radius: 8px;
  }
  .header_nav.scrolled {
    border-radius: 8px;
  }
}
@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;
    /*  Chrome, Safari, Opera */
  }
  .agenda_sessions_nav_item {
    border: 1px solid var(--adgenda_content_and_nav_border, #002c23);
    flex: 0 0 47%;
    flex-shrink: 0;
  }
  .agenda_sessions {
    flex-wrap: wrap;
  }
  .agenda_sessions_nav {
    width: 100%;
    display: flex;
    overflow-x: auto;
    gap: 8px;
    align-items: stretch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background: var(--almost_transparent_background, #000f0c);
    backdrop-filter: blur(14px);
  }
  .agenda_sessions_content {
    width: 100%;
  }
}
@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 {
    padding: 0 20px;
    margin: 0 auto;
    height: 100%;
  }
  .header_container {
    margin: 0 auto;
  }
  header.scrolled .left_header_logo_container {
    left: 0px;
  }
  .header_register_button.scrolled {
    top: 22px;
    right: 0px;
  }
}
@media (max-width: 900px) {
  .logos_block_gold_images a {
    width: calc(50% - 40px);
  }
  .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;
  }
  .slider_carts_section {
    padding: 80px 0 80px 0;
  }
  .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) {
    max-width: 50%;
  }
  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 2rem;
  }
  .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;
    padding: 20px 40px 10px;
    gap: 3%;
    flex-wrap: wrap;
  }
  .slider_carts_section {
    background-position: center 70% !important;
  }
  .youtube_section_wrapper {
    padding-bottom: 50px;
  }
  .agenda_section {
    padding-top: 10px;
  }
  .center_slide .slide-content {
    padding: 24px;
  }
  .slide-content {
    padding: 24px;
  }
  .slider_carts_section {
    padding: 0 0 10px 0;
  }
  .cont_down_section {
    padding: 10px 0 70px 0;
  }
  .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 {
    padding: 10px 16px;
    border-radius: 12px;
  }
  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;
  }
  .logos_block_gold_images,
  .logos_block_platinum_images {
    margin-bottom: 35px;
  }
  .heading_title_content .heading_title {
    font-size: 60.75px;
    line-height: 81px;
    margin-bottom: 0;
  }
  span.heading_sub_title {
    font-size: 22.5px;
    line-height: 36px;
  }
  .heading_title_content > div:not(:first-of-type) {
    font-weight: 400;
    font-size: 20.25px;
    line-height: 33.75px;
    text-align: center;
    color: #fff;
  }
  .heading_section_text {
    line-height: 28px;
  }
}
@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;
    padding: 16px 16px 16px 16px;
  }
  .agenda_session_content_panel_type {
    left: 0;
  }
  .panel_type_time {
    padding: 0px 16px 0 0px;
  }
  .sessions_content_product_title {
    margin-bottom: 16px;
  }
  .sessions_content_product_screenshots {
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  .heading_section_background_video {
    left: 60%;
    width: 120%;
  }
  .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;
  }
  .bottom_section {
    padding: 50px 40px 620px;
  }
  .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 {
    padding: 14px;
    display: inline-block;
    width: 100%;
  }
  .heading_register_button_block {
    width: calc(100% - 32px);
    padding: 16px 16px 16px 16px;
    border-radius: 16px;
    backdrop-filter: blur(40px);
    display: inline-block;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
  }
  .heading_section {
    height: 98vh;
  }
  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 {
    border-radius: 6px;
  }
  .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 16px;
  }
  .whos_attending_block {
    margin-bottom: 20px;
  }
  .recap_section {
    margin-bottom: 5vh;
  }
  .sponsors_section_logos_block {
    padding: 12px;
  }
  .agenda_sessions {
    padding: 0 16px;
  }
  .agenda_sessions_nav_item {
    padding: 8.25px;
  }
  .agenda_nav_item_row1 {
    flex-wrap: wrap-reverse;
    justify-content: start;
  }
  .item_row1_session_number {
    width: 100%;
  }
  .item_row1_session_time {
    width: 100%;
  }
  .agenda_sessions_nav_item {
    flex: 0 0 70%;
    max-width: 50vw;
  }
}
@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_button_link {
    padding: 14px 14px 14px 12px;
    border-radius: 14px;
    font-size: 14px;
  }
  .youtube_section_wrapper {
    padding-bottom: 80px;
  }
  .agenda_sessions_nav {
    padding: 8px;
  }
  .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 .heading_title {
    font-size: 45px;
    line-height: 63px;
    margin-right: -16px;
    margin-left: -16px;
  }
  span.heading_sub_title,
  h1.heading_sub_title {
    font-size: 18px;
    line-height: 31px;
  }
  .heading_title_content > div:not(:first-of-type) {
    font-weight: 400;
    font-size: 15.75px;
    line-height: 27px;
  }
  .heading_section_text {
    line-height: 24px;
  }
  .heading_section {
    padding: 18vh 16px 80px 16px;
  }
}
@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;
  }
  .slider_carts_section {
    background-position: center 80% !important;
  }
  .youtube_section {
    /* transform: scale(0.9); */
    margin-top: -50px;
  }
  .youtube_section_title {
    font-size: 32px;
  }
  .youtube_section_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    max-width: 840px;
    margin: 0 auto 70px;
    padding: 0 30px;
  }
  .slider_carts_section_content_block {
    margin: 80px auto 0px;
  }
  .slider_carts_section {
    padding: 0 0 50px 0;
  }
  .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 {
    gap: 8px;
  }
  .sessions_content_product_screenshots {
    gap: 8px;
  }
  .sessions_content_product_screenshot {
    width: 47%;
  }
  .header_nav_item.header_nav_item_width_faq {
    padding: 5px 10px;
  }
  .center_slide .slide-content p,
  .slide-content p {
    font-size: 24px;
    line-height: 32px;
  }
}
@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 5px;
  }
  .header_nav_item {
    padding: 5px 12px;
  }
  .header_register_button.scrolled {
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 400px) {
  .our_stats_block_card {
    padding: 15px 15px;
    border-radius: 14px;
  }
  .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;
  }
}
