* {
   box-sizing: border-box;
}

a:focus,
a:focus-visible,
button:focus,
button:focus-visible {
   outline: none !important;
}

html {
   font-size: 16px;
   overflow-x: hidden;
   overflow-x: clip;
}

body {
   font-family: "Roboto";
   text-decoration: none;
   font-style: normal;
   background-color: #ffffff;
   margin: 0;
   line-height: 1;
   -webkit-overflow-scrolling: touch;
   overflow-x: clip;
}

.mobile-only {
   display: none !important;
}

.desktop-only {
   display: initial !important;
}

.btn {
   display: block;
   color: #32528e;
   font-size: 20px;
   padding: 16px 24px;
   text-decoration: none;
   border-radius: 5px;
   background: #f3f4f6;
   border: 3px solid transparent;
   cursor: pointer;
   transition: 0.2s linear;
   width: -moz-fit-content;
   width: fit-content;
   line-height: 1;
}
.btn span {
   margin-left: 20px;
}
.btn:hover {
   background: #f4f6f9;
}
.btn:active {
   background: rgba(50, 82, 142, 0.1019607843);
}
.btn:focus {
   border: 3px solid #32528e;
   outline: none;
}
.btn:focus-visible {
   outline: none;
}
.btn.disabled {
   background: #cccccc;
}
.btn.blue {
   color: #fff;
   background: #32528e;
}
.btn.blue:hover {
   background: #32528e;
}
.btn.blue:active {
   background: #294373;
}
.btn.blue:focus {
   border: 3px solid #294373;
}
.btn.blue.disabled {
   color: #fff;
   background: rgba(50, 82, 142, 0.4);
}
.btn.red {
   color: #fff;
   background: #ee1d01;
}
.btn.red:hover {
   background: #d71a01;
}
.btn.red:active {
   background: #c21701;
}
.btn.red:focus {
   border: 3px solid #c21701;
}
.btn.red.disabled {
   color: #fff;
   background: rgba(238, 29, 1, 0.4);
}

.header {
   width: 100%;
   position: fixed;
   top: 0;
   left: 0;
   background: #fff;
   display: flex;
   align-items: center;
   z-index: 99;
   transition: 0.2s linear;
   box-shadow: 0px -5px 49.2px 0px rgba(35, 33, 56, 0.2);
}
.header.header_bg {
   background: transparent;
   box-shadow: none;
}
.header .container {
   padding: 24px 110px;
   max-width: 1920px;
}
.header .container > .flex-row {
   align-items: center;
}
.header .logo > a {
   font-style: normal;
   font-weight: 400;
   font-size: 30px;
   line-height: 36px;
   color: #333333;
   text-decoration: none;
   padding: 6px 0;
   position: relative;
   display: block;
   margin-top: -6px;
}
.header .logo > a::after {
   content: "";
   position: absolute;
   height: 2px;
   width: 100%;
   left: 0;
   bottom: 0;
   background-color: #333333;
   z-index: 2;
   opacity: 0;
   transition: all 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.header .logo > a:hover::after {
   opacity: 1;
}

#main-menu {
   width: 100%;
}
#main-menu .toggler {
   display: none;
}

#mobile-menu-toggler {
   float: none;
   margin: 0;
   padding: 0;
   border-width: 0;
   border-radius: 0;
   top: 0;
   left: 0;
   transition: all 0.3s;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   position: relative;
   display: inline-block;
}

.navbar-toggle {
   position: relative;
}
.navbar-toggle .sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   margin: -1px;
   padding: 0;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   border: 0;
}
.navbar-toggle .icon-bar {
   width: 25px;
   margin: 0 0 5px 0;
   background: #232138;
   border-radius: 0;
   display: block;
   height: 2px;
   transition: all 0.3s;
}
.navbar-toggle .icon-bar:last-child {
   margin-bottom: 0;
}
.navbar-toggle.navOpen .icon-bar {
   position: absolute;
   top: 0;
   left: 0;
   transform-origin: center;
   background: #232138 !important;
}
.navbar-toggle.navOpen .icon-bar:nth-child(2) {
   transform: rotate(45deg);
}
.navbar-toggle.navOpen .icon-bar:nth-child(3) {
   opacity: 0;
}
.navbar-toggle.navOpen .icon-bar:nth-child(4) {
   transform: rotate(-45deg);
   top: -4px;
   left: 0px;
}

ul.menu {
   display: flex;
   justify-content: flex-end;
   align-items: center;
   width: 100%;
   flex-wrap: wrap;
   gap: 30px;
   margin: 0;
   padding: 0;
}
ul.menu > li {
   position: relative;
   list-style: none;
   margin: 0;
   padding: 0;
   line-height: normal;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   display: flex;
   align-items: center;
}
ul.menu > li:has(.btn) {
   margin-left: auto;
}
ul.menu > li > a {
   font-size: 16px;
   padding: 0px;
   color: #32528e;
   font-weight: 500;
   text-transform: uppercase;
}
ul.menu > li > a:focus,
ul.menu > li > a:focus-visible {
   outline: unset;
}

header ul.menu > li.has-submenu.no-caret > a::after {
   display: none;
}

section {
   margin-bottom: 100px;
}

.container {
   position: relative;
   margin: 0 auto;
   max-width: 1640px;
   padding: 0 120px;
   width: 100%;
}
.container:has(.ADTiles__stats) {
   max-width: 1920px;
}

.flex-row {
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: flex-start;
}
.flex-row.acent {
   align-items: center;
}
.flex-row.start {
   justify-content: start;
}
.flex-row.end {
   justify-content: flex-end;
}
.flex-row.stretch {
   align-items: stretch;
}
.flex-row.between {
   justify-content: space-between;
}
.flex-row.wrap {
   flex-wrap: wrap;
}

.flex-column {
   display: flex;
   flex-direction: column;
   justify-content: start;
}

.sectionTitle {
   font-weight: 500;
   font-size: clamp(32px, 3vw, 48px);
   line-height: 1;
   color: #333333;
   text-align: center;
   margin-bottom: 48px;
}
@media (max-width: 992px) {
   .sectionTitle {
      font-size: clamp(24px, 5vw, 32px);
      margin-bottom: 24px;
   }
}

.showcase {
   width: 100%;
   padding-top: 160px;
}
.showcase .container {
   position: relative;
   margin: 0 auto;
   max-width: 1920px;
   padding: 0 120px;
   width: 100%;
}
@media (max-width: 992px) {
   .showcase .container {
      padding: 32px 24px;
   }
}
@media (max-width: 480px) {
   .showcase .container {
      padding: 20px 16px;
   }
}
.showcase .flex-row {
   display: flex;
   flex-direction: column;
   gap: 0 40px;
}
@media (min-width: 993px) {
   .showcase .flex-row {
      display: grid;
      grid-template-columns: minmax(0, 830px) minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      grid-auto-flow: column;
      grid-template-rows: repeat(8, auto);
      align-items: center;
   }
}
@media (max-width: 480px) {
   .showcase .flex-row {
      gap: 16px;
   }
}
.showcase__content {
   max-width: 830px;
   width: 100%;
}
@media (max-width: 992px) {
   .showcase__content {
      flex: 1 1 auto;
      max-width: 100%;
      width: 100%;
   }
}
.showcase__partner {
   display: flex;
   align-items: center;
   gap: 24px;
   margin-bottom: 64px;
}
@media (max-width: 992px) {
   .showcase__partner {
      margin-bottom: 16px;
      justify-content: center;
      flex-direction: column;
      gap: 8px;
   }
   .showcase__partner .separator {
      display: none;
   }
}
.showcase__partner img {
   display: block;
   width: 170px;
   height: 47px;
}
@media (max-width: 992px) {
   .showcase__partner img {
      width: 110px;
      height: 26px;
   }
}
@media (max-width: 480px) {
   .showcase__partner img {
      width: 90px;
      height: 20px;
   }
}
.showcase__partner .separator {
   width: 0;
   height: 44px;
   border: 1px solid #b4bece;
}
.showcase__partner-label {
   font-size: 16px;
   line-height: 1.4;
   color: #b4bece;
   text-transform: uppercase;
   font-weight: 400;
   width: 170px;
}
@media (max-width: 480px) {
   .showcase__partner-label {
      font-size: 12px;
   }
}
.showcase__title {
   font-size: 74px;
   line-height: 1;
   color: #32528e;
   font-weight: 600;
   margin-bottom: 20px;
}
@media (max-width: 992px) {
   .showcase__title {
      font-size: 48px;
      margin-bottom: 12px;
      margin-top: 0;
   }
}
@media (max-width: 720px) {
   .showcase__title {
      font-size: 36px;
   }
}
.showcase__subtitle {
   font-size: 44px;
   line-height: 1.3;
   color: #32528e;
   font-weight: 400;
   margin-bottom: 42px;
   max-width: 700px;
}
@media (max-width: 992px) {
   .showcase__subtitle {
      font-size: 24px;
      margin-bottom: 18px;
   }
}
@media (max-width: 480px) {
   .showcase__subtitle {
      font-size: 16px;
      margin-bottom: 14px;
   }
}
.showcase__btn {
   margin-bottom: 42px;
}
@media (max-width: 992px) {
   .showcase__btn {
      margin-bottom: 22px;
      padding: 12px 22px;
      font-size: 16px;
   }
}
.showcase__date {
   font-size: 24px;
   font-weight: 500;
   color: #32528e;
   margin-bottom: 12px;
}
@media (max-width: 992px) {
   .showcase__date {
      font-size: 20px;
      margin-bottom: 8px;
   }
}
@media (max-width: 480px) {
   .showcase__date {
      font-size: 16px;
   }
}
.showcase__date-desc {
   font-size: 20px;
   color: #32528e;
   margin-bottom: 48px;
   max-width: 320px;
}
@media (max-width: 992px) {
   .showcase__date-desc {
      font-size: 16px;
      margin-bottom: 24px;
      max-width: 100%;
   }
}
@media (max-width: 480px) {
   .showcase__date-desc {
      font-size: 12px;
   }
}
.showcase__support-label {
   font-size: 16px;
   letter-spacing: 0.05em;
   text-transform: uppercase;
   color: #b4bece;
   margin-bottom: 28px;
}
@media (max-width: 992px) {
   .showcase__support-label {
      font-size: 14px;
      margin-bottom: 8px;
   }
}
@media (max-width: 480px) {
   .showcase__support-label {
      font-size: 12px;
   }
}
.showcase__support-logos {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   gap: 24px;
   flex-wrap: wrap;
   max-width: 680px;
}
@media (max-width: 992px) {
   .showcase__support-logos {
      gap: 8px;
   }
}
@media (max-width: 480px) {
   .showcase__support-logos {
      gap: 8px;
   }
}
.showcase__support-item {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 6px;
}
.showcase__support-item img {
   display: block;
   width: 100%;
   max-width: 156px;
   height: 95px;
   -o-object-fit: scale-down;
   object-fit: scale-down;
   margin-bottom: 11px;
}
.showcase__support-item span {
   font-size: 12px;
   color: #b4bece;
   text-align: center;
   white-space: nowrap;
}
@media (max-width: 992px) {
   .showcase__support-item span {
      font-size: 10px;
   }
}
.showcase__partner,
.showcase__title,
.showcase__subtitle,
.showcase__date,
.showcase__date-desc,
.showcase__support-label,
.showcase__support-logos {
   width: 100%;
   flex-shrink: 0;
}
.showcase__visual {
   width: 100%;
}
@media (min-width: 993px) {
   .showcase__visual {
      grid-column: 2;
      grid-row: 1/-1;
   }
}
.showcase__visual {
   order: 1;
}
.showcase__partner {
   order: 2;
}
.showcase__title {
   order: 3;
}
.showcase__subtitle {
   order: 4;
}
.showcase__btn {
   order: 5;
}
.showcase__date {
   order: 6;
}
.showcase__date-desc {
   order: 7;
}
.showcase__support-label {
   order: 8;
}
.showcase__support-logos {
   order: 9;
}
.showcase__visual {
   grid-column: 2;
   grid-row: 1/-1;
   order: 9;
}
@media (max-width: 992px) {
   .showcase__visual {
      grid-column: auto;
      grid-row: auto;
   }
}
.showcase .hero-3d-slot {
   position: relative;
   width: 90%;
   max-width: 600px;
   aspect-ratio: 1080/1037;
   margin: 0 auto;
}
.showcase .hero-3d-slot__stage {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 70%;
   height: 70%;
   transform: translate(-50%, -50%);
}
.showcase .hero-3d-slot canvas {
   display: block;
   width: 100% !important;
   height: 100% !important;
}

#section-background-main {
   position: relative;
}

#background-cell {
   display: block;
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 120%;
   /*background: url(../../images/vectors/forum26_background.svg) 0 0 no-repeat;*/
   background: url(../../images/cell/forum26_background.png) 0 0 no-repeat;
   background-position: top center;
   background-size: cover;
}

@media (max-width: 1400px) {
   #background-cell {
      background-size: contain;
      height: 100%;
   }
}
@media (orientation: portrait) {
   #background-cell {
      display: block;
      content: "";
      position: absolute;
      top: 20%;
      left: 0;
      width: 100%;
      height: 60%;
      /*background: url(../../images/vectors/forum26_background_mobile.svg) 0 0 no-repeat;*/
      background: url(../../images/cell/forum26_background_mobile.png) 0 0 no-repeat;
      background-position: top center;
      background-size: contain;
   }
}

.hero-3d-border {
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
   pointer-events: none;
   will-change: transform, width, height;
   contain: layout paint;
   opacity: 0;
   transition: opacity 0.3s ease;
   width: 100%;
}
.hero-3d-border.is-ready {
   opacity: 1;
}

.drone-loader {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 56px;
   height: 56px;
   margin: -28px 0 0 -28px;
   border: 3px solid rgba(255, 255, 255, 0.15);
   border-top-color: #35448d;
   border-radius: 50%;
   animation: drone-spin 0.9s linear infinite;
   pointer-events: none;
   z-index: 2;
   opacity: 1;
   transition: opacity 300ms ease;
}

.drone-loader.is-hidden {
   opacity: 0;
}

@keyframes drone-spin {
   to {
      transform: rotate(360deg);
   }
}
.reveal {
   opacity: 0;
   transform: translateY(40px);
   transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.is-visible {
   opacity: 1;
   transform: translateY(0);
}

.ADTitle .mainTitle {
   font-weight: 400;
   font-size: clamp(32px, 3vw, 56px);
   text-align: center;
   color: #32528e;
}

.ADTiles__list {
   display: flex;
   flex-direction: column;
   gap: 32px;
   margin-bottom: 80px;
}
@media (max-width: 992px) {
   .ADTiles__list {
      gap: 32px;
      margin-bottom: 48px;
   }
}
.ADTiles__item {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 0px;
   background: #f3f4f6;
   border-radius: 36px;
   overflow: hidden;
   min-height: 260px;
   flex-direction: row;
   padding: 12px;
}
.ADTiles__item--reverse {
   flex-direction: row-reverse;
}
@media (max-width: 992px) {
   .ADTiles__item {
      flex-direction: column-reverse;
      gap: 16px;
   }
   .ADTiles__item--reverse {
      flex-direction: column-reverse;
   }
}
.ADTiles__text {
   flex: 1 1 auto;
   padding: 86px 70px;
   font-size: 36px;
   line-height: 1.2;
   color: #333333;
}
@media (max-width: 992px) {
   .ADTiles__text {
      padding: 24px 0;
      font-size: 20px;
      text-align: center;
      order: 1;
   }
}
.ADTiles__image {
   flex: 0 0 50%;
   align-self: stretch;
}
.ADTiles__image img {
   display: block;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   border-radius: 36px;
}
@media (max-width: 992px) {
   .ADTiles__image {
      flex: 0 0 auto;
      width: 100%;
   }
   .ADTiles__image img {
      height: auto;
      border-radius: 36px;
   }
}
.ADTiles__stats {
   display: flex;
   justify-content: space-between;
   gap: 24px;
   text-align: center;
}
@media (max-width: 992px) {
   .ADTiles__stats {
      gap: 24px;
   }
}
@media (max-width: 500px) {
   .ADTiles__stats {
      flex-direction: column;
      gap: 24px;
   }
}
.ADTiles__stat {
   flex: 1;
}
.ADTiles__stat-number {
   font-size: clamp(64px, 7vw, 130px);
   line-height: 1;
   font-weight: 400;
   color: #32528e;
   margin-bottom: 24px;
}
@media (max-width: 720px) {
   .ADTiles__stat-number {
      font-size: 64px;
   }
}
.ADTiles__stat-label {
   font-size: 42px;
   color: #32528e;
   margin-top: 8px;
   word-spacing: 100vw;
   line-height: 1.2;
   overflow-wrap: break-word;
}
@media (max-width: 992px) {
   .ADTiles__stat-label {
      font-size: 14px;
   }
}

.forWhom {
   background: #32528e;
   color: #ffffff;
   padding: 64px 0;
   position: relative;
}
@media (max-width: 720px) {
   .forWhom {
      padding: 32px 0;
   }
}
.forWhom::before,
.forWhom::after {
   content: "";
   position: absolute;
   top: -40px;
   width: 40px;
   height: 40px;
   background: radial-gradient(circle at var(--corner) 0, transparent 40px, #32528e 41px);
}
.forWhom::before {
   left: 0;
   --corner: right;
}
.forWhom::after {
   right: 0;
   --corner: left;
}
.forWhom .bottom-notch-left,
.forWhom .bottom-notch-right {
   position: absolute;
   bottom: -40px;
   width: 40px;
   height: 40px;
}
.forWhom .bottom-notch-left {
   left: 0;
   background: radial-gradient(circle at right 100%, transparent 40px, #32528e 41px);
}
.forWhom .bottom-notch-right {
   right: 0;
   background: radial-gradient(circle at left 100%, transparent 40px, #32528e 41px);
}
.forWhom__label {
   text-align: center;
   text-transform: uppercase;
   font-size: 24px;
   letter-spacing: 0.1em;
   color: #ffffff;
   margin-bottom: 24px;
}
.forWhom__list {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 32px;
   margin-bottom: 48px;
}
@media (max-width: 720px) {
   .forWhom__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 24px 16px;
      margin-bottom: 32px;
   }
}
.forWhom__item {
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   gap: 16px;
}
@media (max-width: 992px) {
   .forWhom__item {
      gap: 8px;
   }
}
.forWhom img {
   display: block;
   width: clamp(50px, 5vw, 100px);
   height: clamp(50px, 5vw, 100px);
   margin-bottom: clamp(28px, 5vw, 32px);
}
.forWhom__item-label {
   font-size: clamp(14px, 2vw, 24px);
   line-height: 1.2;
   color: #ffffff;
   max-width: 250px;
}
.forWhom__heading {
   text-align: center;
   font-size: clamp(36px, 3vw, 56px);
   line-height: 1.4;
   font-weight: 400;
   max-width: 1160px;
   margin: 0 auto;
}
@media (max-width: 720px) {
   .forWhom__heading {
      font-size: 24px;
      line-height: 1.3;
   }
}

.partners .container {
   padding: 0;
   max-width: 2000px;
}

.inf-carousel {
   margin: 0 auto;
   overflow: hidden;
   display: flex;
}
.inf-carousel > * {
   flex: 0 0 100%;
}
.inf-carousel:hover .group {
   animation-play-state: paused;
}
.inf-carousel .group {
   display: flex;
   gap: 40px;
   padding-right: 20px;
   will-change: transform;
   animation: scrolling 15s linear infinite;
}
.inf-carousel .group .card {
   display: flex;
   width: 100%;
   color: white;
   border-radius: 24px;
   padding: 0px;
   font-size: xx-large;
   justify-content: center;
   align-items: center;
}
.inf-carousel .group .card img {
   max-width: 220px;
   max-height: 100%;
   -o-object-fit: scale-down;
   object-fit: scale-down;
}
@keyframes scrolling {
   0% {
      transform: translateX(0);
   }
   100% {
      transform: translateX(-100%);
   }
}

.welcoming__label {
   text-align: center;
   font-size: 32px;
   font-weight: 500;
   color: #32528e;
   margin-bottom: 48px;
}
.welcoming__list {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 32px;
}
@media (max-width: 960px) {
   .welcoming__list {
      grid-template-columns: 1fr;
   }
}
.welcoming__card {
   background: #f3f4f6;
   border-radius: 24px;
   padding: 32px;
   display: flex;
   flex-direction: column;
   gap: 16px;
   background-image: url(/images/vectors/quotes.svg);
   background-repeat: no-repeat;
   background-position: right 50px;
   background-size: contain;
}
@media (max-width: 960px) {
   .welcoming__card {
      background-size: cover;
   }
}
.welcoming__card-header {
   display: flex;
   align-items: center;
   gap: 16px;
}
.welcoming__avatar {
   width: 100px;
   height: 100px;
   border-radius: 50%;
   -o-object-fit: cover;
   object-fit: cover;
   flex-shrink: 0;
}
.welcoming__name {
   font-size: 24px;
   font-weight: 500;
   color: #333333;
   margin-bottom: 4px;
}
.welcoming__position {
   font-size: 16px;
   color: #333333;
   line-height: 1.3;
}
.welcoming__text {
   font-size: 16px;
   color: #333333;
   line-height: 1.4;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
.welcoming__more {
   align-self: flex-start;
   font-size: 14px;
   padding: 8px 16px;
   border-radius: 8px;
}

.countdown {
   background: #1c335a;
   color: #ffffff;
   padding: 64px 0;
   position: relative;
}
.countdown::before,
.countdown::after {
   content: "";
   position: absolute;
   top: -40px;
   width: 40px;
   height: 40px;
   background: radial-gradient(circle at var(--corner) 0, transparent 40px, #1c335a 41px);
}
.countdown::before {
   left: 0;
   --corner: right;
}
.countdown::after {
   right: 0;
   --corner: left;
}
.countdown .bottom-notch-left,
.countdown .bottom-notch-right {
   position: absolute;
   bottom: -40px;
   width: 40px;
   height: 40px;
}
.countdown .bottom-notch-left {
   left: 0;
   background: radial-gradient(circle at right 100%, transparent 40px, #1c335a 41px);
}
.countdown .bottom-notch-right {
   right: 0;
   background: radial-gradient(circle at left 100%, transparent 40px, #1c335a 41px);
}
.countdown__label {
   text-align: center;
   font-size: 24px;
   letter-spacing: 0.1em;
   color: #ffffff;
   margin-bottom: 24px;
}
.countdown__timer {
   display: flex;
   justify-content: flex-start;
   gap: clamp(32px, 2vw, 64px);
   margin-bottom: 50px;
   color: #fff;
}
@media (max-width: 960px) {
   .countdown__timer {
      gap: clamp(16px, 3vw, 32px);
   }
}
@media (max-width: 3750px) {
   .countdown__timer {
      gap: clamp(8px, 3vw, 16px);
   }
}
.countdown__timer .separator {
   font-size: clamp(96px, 8vw, 128px);
}
@media (max-width: 960px) {
   .countdown__timer .separator {
      font-size: clamp(44px, 8vw, 96px);
   }
}
@media (max-width: 375px) {
   .countdown__timer .separator {
      font-size: clamp(32px, 8vw, 44px);
   }
}
.countdown__timer .timer-block {
   text-align: center;
   font-size: 120px;
   font-size: clamp(96px, 8vw, 128px);
   line-height: 1;
   font-weight: 400;
   color: #fff;
   flex: 1 1 0;
}
.countdown__timer .timer-block:first-child {
   display: block;
   line-height: 1;
   margin-bottom: 10px;
}
.countdown__timer .timer-block .label {
   display: block;
   line-height: 1;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-size: clamp(20px, 2vw, 32px);
}
@media (max-width: 960px) {
   .countdown__timer .timer-block .label {
      font-size: clamp(10px, 2vw, 20px);
   }
}
@media (max-width: 960px) {
   .countdown__timer .timer-block {
      font-size: clamp(44px, 8vw, 96px);
   }
}
@media (max-width: 375px) {
   .countdown__timer .timer-block {
      font-size: clamp(32px, 8vw, 44px);
   }
}
.countdown__btn {
   margin: auto;
}

.program__box {
   background: #f9fafb;
   border-radius: 32px;
   padding: 56px 64px;
}
@media (max-width: 992px) {
   .program__box {
      padding: 40px 32px;
      border-radius: 24px;
   }
}
@media (max-width: 720px) {
   .program__box {
      padding: 24px 16px;
      border-radius: 16px;
   }
}
.program__heading {
   font-size: 48px;
   font-weight: 500;
   color: #333333;
   margin-bottom: 24px;
}
@media (max-width: 720px) {
   .program__heading {
      font-size: 24px;
      margin-bottom: 8px;
   }
}
.program__desc {
   font-size: 20px;
   color: rgba(51, 51, 51, 0.8);
   margin-bottom: 48px;
}
@media (max-width: 720px) {
   .program__desc {
      font-size: 14px;
      margin-bottom: 24px;
   }
}
.program__row {
   display: flex;
   gap: 40px;
   padding: 28px 0;
   border-top: 1px solid rgba(51, 51, 51, 0.3019607843);
}
.program__row:last-of-type {
   border-bottom: 1px solid rgba(51, 51, 51, 0.3019607843);
}
@media (max-width: 720px) {
   .program__row {
      flex-direction: column;
      gap: 16px;
      padding: 24px 0;
   }
}
.program__time {
   flex: 0 0 140px;
   font-size: 14px;
   color: rgba(51, 51, 51, 0.8);
   letter-spacing: 0.02em;
   white-space: nowrap;
}
@media (max-width: 720px) {
   .program__time {
      flex: none;
      font-size: 13px;
   }
}
.program__body {
   flex: 1 1 auto;
}
.program__label {
   font-size: 16px;
   font-weight: 500;
   letter-spacing: 0.08em;
   text-transform: uppercase;
   color: rgba(51, 51, 51, 0.8);
}
@media (max-width: 720px) {
   .program__label {
      font-size: 11px;
   }
}
.program__label--only {
   padding-top: 2px;
}
.program__title-session {
   font-size: 28px;
   font-weight: 500;
   color: #333333;
   line-height: 1.3;
   margin: 8px 0 12px;
}
@media (max-width: 720px) {
   .program__title-session {
      font-size: 24px;
      margin: 24px 0 16px;
   }
}
.program__text {
   font-size: 15px;
   color: #6b7280;
   line-height: 1.5;
   margin-bottom: 20px;
   max-width: 760px;
}
@media (max-width: 720px) {
   .program__text {
      font-size: 14px;
      margin-bottom: 24px;
   }
}
.program__speakers {
   display: flex;
   margin-bottom: 14px;
}
.program__avatar {
   width: 70px;
   height: 70px;
   border-radius: 50%;
   -o-object-fit: cover;
   object-fit: cover;
   margin-left: -14px;
}
.program__avatar:first-child {
   margin-left: 0;
}
@media (max-width: 720px) {
   .program__avatar {
      width: 50px;
      height: 50px;
      margin-left: -12px;
   }
   .program__avatar:first-child {
      margin-left: 0;
   }
}
.program__names {
   font-size: 14px;
   color: rgba(51, 51, 51, 0.8);
   line-height: 1.4;
   max-width: 460px;
   margin-bottom: 20px;
}
@media (max-width: 720px) {
   .program__names {
      font-size: 14px;
      margin-bottom: 16px;
   }
}
.program__more {
   font-size: 14px;
   padding: 8px 16px;
}
@media (max-width: 720px) {
   .program__more {
      text-align: center;
   }
}
.program__download {
   margin-top: 40px;
   display: flex;
   align-items: center;
   gap: 10px;
   font-size: 15px;
}
.program__download svg,
.program__download img {
   width: 18px;
   height: 18px;
}
@media (max-width: 992px) {
   .program__download {
      width: 100%;
      justify-content: center;
   }
}

.mediaPartners__logos {
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 40px;
   margin-bottom: 48px;
}
@media (max-width: 720px) {
   .mediaPartners__logos {
      justify-content: center;
      gap: 32px 24px;
      margin-bottom: 32px;
   }
}
.mediaPartners__logo {
   display: block;
   max-width: 200px;
   max-height: 60px;
   width: auto;
   height: auto;
   -o-object-fit: contain;
   object-fit: contain;
}
@media (max-width: 720px) {
   .mediaPartners__logo {
      max-width: 140px;
      max-height: 40px;
   }
}
.mediaPartners__promo {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   background: #eff1f5;
   border-radius: 24px;
   overflow: hidden;
   gap: 24px;
}
@media (max-width: 992px) {
   .mediaPartners__promo {
      padding: 40px 40px;
   }
}
@media (max-width: 720px) {
   .mediaPartners__promo {
      flex-direction: column;
      align-items: flex-start;
      padding: 30px;
      border-radius: 16px;
   }
}
.mediaPartners__promo-content {
   position: relative;
   z-index: 2;
   max-width: 560px;
   padding: 60px 0 60px 60px;
}
@media (max-width: 992px) {
   .mediaPartners__promo-content {
      padding: 0;
   }
}
.mediaPartners__promo-title {
   font-size: 32px;
   font-weight: 500;
   color: #333333;
   margin-bottom: 16px;
}
@media (max-width: 720px) {
   .mediaPartners__promo-title {
      font-size: 20px;
      margin-bottom: 12px;
   }
}
.mediaPartners__promo-text {
   font-size: 16px;
   line-height: 1.4;
   color: #333333;
   margin-bottom: 28px;
}
@media (max-width: 720px) {
   .mediaPartners__promo-text {
      font-size: 13px;
      margin-bottom: 20px;
   }
}
.mediaPartners__promo-btn {
   position: relative;
   z-index: 2;
}
@media (max-width: 720px) {
   .mediaPartners__promo-btn {
      font-size: 14px;
      text-align: center;
   }
}
.mediaPartners__promo-visual {
   position: relative;
   z-index: 1;
   flex: 0 0 auto;
   width: 400px;
   height: auto;
   align-self: stretch;
   overflow: visible;
   transform: scale(1.3);
}
.mediaPartners__promo-visual img {
   display: block;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}
.mediaPartners__promo-visual svg {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 640px;
   height: auto;
   will-change: transform;
   transform: translate(-50%, -50%) translateZ(0);
   pointer-events: none;
}
@media (max-width: 720px) {
   .mediaPartners__promo-visual {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 60%;
      opacity: 0.6;
   }
}

.mediaPartners .chev-item {
   transform-box: fill-box;
   transform-origin: 50% 50%;
   will-change: transform;
   animation: spineWave 2.2s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}
@keyframes spineWave {
   0% {
      transform: translateX(0);
   }
   50% {
      transform: translateX(6px);
   }
   100% {
      transform: translateX(0);
   }
}
@keyframes breathePlain {
   0% {
      transform: scale(0.94);
      filter: drop-shadow(0 2px 3px rgba(20, 30, 50, 0.08));
   }
   15% {
      transform: scale(1.12);
      filter: drop-shadow(0 10px 14px rgba(20, 30, 50, 0.2));
   }
   100% {
      transform: scale(0.94);
      filter: drop-shadow(0 2px 3px rgba(20, 30, 50, 0.08));
   }
}
@keyframes breatheBlur4 {
   0% {
      transform: scale(0.94);
      filter: blur(5px);
   }
   15% {
      transform: scale(1.12);
      filter: blur(2px);
   }
   100% {
      transform: scale(0.94);
      filter: blur(5px);
   }
}
@keyframes breatheBlur7 {
   0% {
      transform: scale(0.94);
      filter: blur(8px);
   }
   15% {
      transform: scale(1.12);
      filter: blur(3.5px);
   }
   100% {
      transform: scale(0.94);
      filter: blur(8px);
   }
}
@keyframes breatheBlur9 {
   0% {
      transform: scale(0.94);
      filter: blur(10px);
   }
   15% {
      transform: scale(1.12);
      filter: blur(5px);
   }
   100% {
      transform: scale(0.94);
      filter: blur(10px);
   }
}
@keyframes breatheBlur11 {
   0% {
      transform: scale(0.94);
      filter: blur(12px);
   }
   15% {
      transform: scale(1.12);
      filter: blur(6px);
   }
   100% {
      transform: scale(0.94);
      filter: blur(12px);
   }
}
@keyframes breatheBlur13 {
   0% {
      transform: scale(0.94);
      filter: blur(14px);
   }
   15% {
      transform: scale(1.12);
      filter: blur(7px);
   }
   100% {
      transform: scale(0.94);
      filter: blur(14px);
   }
}
.mediaPartners .chev-item.n0 {
   animation-delay: 0s;
}
.mediaPartners .chev-item.n1 {
   animation-delay: 0.08s;
}
.mediaPartners .chev-item.n2 {
   animation-delay: 0.16s;
}
.mediaPartners .chev-item.n3 {
   animation-delay: 0.24s;
   filter: blur(4px);
}
.mediaPartners .chev-item.n4 {
   animation-delay: 0.32s;
   filter: blur(7px);
}
.mediaPartners .chev-item.n5 {
   animation-delay: 0.4s;
   filter: blur(9px);
}
.mediaPartners .chev-item.n6 {
   animation-delay: 0.48s;
   filter: blur(11px);
}
.mediaPartners .chev-item.n7 {
   animation-delay: 0.56s;
   filter: blur(13px);
}

.footer {
   background: #1c335a;
   color: #ffffff;
   padding: 64px 0 40px;
   margin-bottom: 0;
}
.footer__inner {
   display: grid;
   grid-template-columns: 1fr 430px;
   -moz-column-gap: 40px;
   column-gap: 40px;
   align-items: start;
}
@media (max-width: 992px) {
   .footer__inner {
      grid-template-columns: 1fr;
      row-gap: 40px;
   }
}
@media (max-width: 800px) {
   .footer__inner {
      row-gap: 24px;
   }
}
.footer__main {
   grid-column: 1;
   grid-row: 1;
}
@media (max-width: 992px) {
   .footer__main {
      grid-column: 1;
      grid-row: 1;
   }
}
.footer__side {
   grid-column: 2;
   grid-row: 1/3;
   display: flex;
   flex-direction: column;
   gap: 24px;
}
@media (max-width: 992px) {
   .footer__side {
      grid-column: 1;
      grid-row: 2;
   }
}
.footer__legal {
   grid-column: 1;
   grid-row: 2;
   display: flex;
   flex-direction: column;
   gap: 12px;
   align-self: end;
}
@media (max-width: 992px) {
   .footer__legal {
      grid-column: 1;
      grid-row: 3;
   }
}
.footer__legal a {
   font-size: 16px;
   font-weight: 500;
   color: #ffffff;
   text-decoration: none;
}
.footer__logo {
   display: flex;
   align-items: baseline;
   gap: 12px;
   text-decoration: none;
   color: #ffffff !important;
   font-size: 70px;
   font-weight: 600;
   margin-bottom: 16px;
   text-decoration: none !important;
}
.footer__logo img {
   width: 53px;
   height: 53px;
}
@media (max-width: 800px) {
   .footer__logo img {
      width: 28px;
      height: 28px;
   }
}
@media (max-width: 800px) {
   .footer__logo {
      align-items: flex-start;
      font-size: 28px;
   }
}
.footer__subtitle {
   font-size: 32px;
   line-height: 1.4;
   color: #ffffff;
   max-width: 700px;
   margin-bottom: 48px;
}
@media (max-width: 800px) {
   .footer__subtitle {
      font-size: clamp(16px, 3vw, 32px);
      margin-bottom: 24px;
   }
}
.footer__btn {
   margin-bottom: 95px;
   font-size: 16px;
}
@media (max-width: 800px) {
   .footer__btn {
      font-size: 14px;
      margin-bottom: 0px;
      padding: 12px 20px;
   }
}
.footer__card {
   background: #32528e;
   border-radius: 20px;
   padding: 28px 32px;
}
@media (max-width: 800px) {
   .footer__card {
      padding: 30px;
   }
}
@media (max-width: 375px) {
   .footer__card {
      padding: 16px;
   }
}
.footer__card-title {
   font-size: 24px;
   line-height: 1.2;
   color: #ffffff;
   margin-bottom: 24px;
}
@media (max-width: 800px) {
   .footer__card-title {
      font-size: clamp(16px, 3vw, 24px);
   }
}
.footer__contact {
   display: flex;
   align-items: center;
   gap: 16px;
   color: #ffffff !important;
   text-decoration: none;
   font-size: 20px;
   margin-bottom: 16px;
}
.footer__contact:last-child {
   margin-bottom: 0;
}
.footer__contact svg {
   width: 23px;
   height: 23px;
   flex-shrink: 0;
}
@media (max-width: 800px) {
   .footer__contact {
      font-size: clamp(14px, 3vw, 20px);
   }
}
.footer__social {
   display: flex;
   gap: 28px;
}
@media (max-width: 800px) {
   .footer__social {
      gap: 16px;
   }
}
.footer__social-item {
   display: flex;
   align-items: center;
   gap: 10px;
   color: #b4bece !important;
   text-decoration: none;
   font-size: 16px;
}
@media (max-width: 800px) {
   .footer__social-item {
      font-size: 14px;
   }
}
.footer__social-icon {
   display: block;
   width: 34px;
   height: 34px;
}
.footer__social-icon svg {
   width: 34px;
   height: 34px;
}
@media (max-width: 800px) {
   .footer__social-icon svg {
      width: 25px;
      height: 25px;
   }
}
@media (max-width: 800px) {
   .footer__social-icon {
      width: 25px;
      height: 25px;
   }
}

@media (max-width: 992px) {
   .mobile-only {
      display: initial !important;
   }
   .desktop-only {
      display: none !important;
   }
   .header .container {
      padding: 12px 16px;
   }
   #main-menu .toggler {
      position: fixed;
      top: 12px;
      right: 16px;
      z-index: 99;
      width: 40px;
      height: 40px;
      padding: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.2s ease-in-out;
   }
   #main-menu .toggler.js-scroll {
      background: white;
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
   }
   #main-menu .toggler > .ps_navbar-toggle {
      z-index: 99;
   }
   #main-menu .toggler.js-scroll > #logo-mobile {
      opacity: 1;
   }
   #main-menu.opened .toggler {
      box-shadow: none;
      background: none;
      transition: none;
      right: 30px;
   }
   #main-menu.opened .toggler > #logo-mobile {
      opacity: 0;
      transition: none;
   }
   #main-menu > .holder {
      position: fixed;
      top: 0;
      left: 0px;
      width: 100%;
      height: 100%;
      background: white;
      z-index: 99;
      opacity: 0;
      transition: all 0.4s ease-in-out;
      visibility: hidden;
      transform-origin: right top;
      transform: scale(0);
   }
   #main-menu.opened > .holder {
      opacity: 1;
      visibility: visible;
      transform: scale(1);
   }
   #menu-overlay {
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      background: rgba(0, 0, 0, 0.6);
      transition: all 0.2s ease-in-out;
   }
   #menu-overlay.opened {
      opacity: 1;
      visibility: visible;
   }
   #main-menu > .holder > .menu-content {
      padding: 20px 20px;
      border: none;
   }
   #main-menu .menu-holder,
   ul.menu {
      flex-direction: column;
      align-items: flex-start;
   }
   ul.menu > li {
      margin: 0;
   }
   ul.menu {
      margin-top: 0px;
      margin-bottom: 20px;
   }
   .showcase {
      padding-top: 40px;
   }
   .showcase .flex-row {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 0;
   }
   section {
      margin-bottom: 50px;
   }
   .showcase__partner {
      order: 1;
   }
   .showcase__title {
      order: 2;
   }
   .showcase__subtitle {
      order: 3;
   }
   .showcase__visual {
      order: 4;
   }
   .hero-3d-slot {
      width: 90%;
   }
   .hero-3d-slot__stage {
      width: 60%;
      height: 60%;
   }
   .showcase__support-logos {
      justify-content: center;
      gap: 8px;
   }
   .showcase__support-item {
      flex: 0 0 calc(50% - 8px);
   }
}
@media (max-width: 800px) {
   .container {
      padding: 0 16px;
   }
   .ADTitle .mainTitle {
      font-size: clamp(20px, 4vw, 32px);
   }
} /*# sourceMappingURL=style.css.map */

