:root {
    --primary-color-: #f5f5f5;
    --basic-color-5: #1a1a1a;
    --basic-color-4: #616161;
    --basic-color-3: #9e9e9e;
    --basic-color-2: #e0e0e0;
    --basic-color-1: #f5f5f5;
    --basic-color-white: #fff;
    --secondary-color-0: #f5f5f5;
    --secondary-color-1: #f5f5f5;
    --secondary-color-2: #f5f5f5;
    --secondary-color-3: #f5f5f5;
    --secondary-color-4: #f5f5f5;
    --alert-color-success: #0abf53;
    --alert-color-warning: #ffeb3b;
    --alert-color-danger: #f44336;
    --font-family: "Roboto", sans-serif;
    --second-family: "Helvetica", sans-serif;
    --third-family: "Nunito Sans", sans-serif;
    --font3: "Fabriga", sans-serif;
    --font4: "Lato", sans-serif;
    --font5: "Open Sans", sans-serif;
}

html {
    font-family: "Helvetica", "Arial", sans-serif;
}

.header {
    display: none;
}

.pr-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

a.btn {
    text-decoration: none;
    display: inline-flex;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    border-radius: 100px;
    padding: 12px 32px;
    transition: 0.3s;
}
a.btn--black {
    background: var(--basic-color-5);
    text-transform: uppercase;
    color: var(--basic-color-white);
}
a.btn--black:hover {
    background: #febb09;
    color: var(--basic-color-5);
}
a.btn--white {
    background: var(--basic-color-white);
    color: var(--basic-color-5);
}
a.btn--white:hover {
    background: #febb09;
    color: var(--basic-color-5);
}

.promo__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
}
.promo__header.sticked {
    background: rgba(0, 0, 0, 0.6);
}
.promo__header.sticked .promo-header-row {
    padding: 12px 0;
}
.promo__header.sticked .promo-header__logo {
    transform: scale(0.9);
}

.promo-header__logo {
    transition: 0.3s;
    transition-delay: 0.6s;
    height: auto;
}
.promo-header__logo--1 {
    margin-right: -143px;
}
.promo-header__logo--2 {
    margin-left: -242px;
}

.promo-header-row {
    display: flex;
    align-items: center;
    padding: 32px 0 32px;
    position: relative;
    transition: 0.3s;
}

.promo-header-menu {
    display: flex;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.1);
    list-style: none;
    border-radius: 100px;
    padding: 4px 4px 4px 32px;
    gap: 32px;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.3);
    margin: auto;
}

a.promo-header-menu__link {
    display: inline-flex;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    text-transform: uppercase;
    color: var(--basic-color-white);
    text-decoration: none;
    align-items: center;
    transition: 0.3s;
}
a.promo-header-menu__link:hover {
    color: var(--basic-color-2);
}
a.promo-header-menu__link--btn {
    background: var(--basic-color-white);
    border-radius: 100px;
    padding: 8px 24px;
    color: #000;
}
a.promo-header-menu__link--btn:hover {
    background: #febb09;
    color: var(--basic-color-5);
}

.promo-hero {
    background: #000;
    color: #fff;
    position: relative;
    z-index: 2;
}
.promo-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, transparent, black);
    z-index: 0;
}
.promo-hero .pr-container {
    height: 100vh;
    display: flex;
    position: relative;
    z-index: 1;
    min-height: 800px;
}
.promo-hero__content {
    margin-top: auto;
    padding-bottom: 73px;
    display: flex;
    align-items: flex-end;
    gap: 30px;
}
.promo-hero__left {
    max-width: 570px;
}
.promo-hero__title {
    margin: 0;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 72px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--basic-color-white);
}
.promo-hero__context {
    margin: 0;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--basic-color-2);
}
.promo-hero__date {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 72px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--basic-color-white);
    margin: 0 0 24px;
}
.promo-hero__item {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: var(--basic-color-2);
    margin: 4px 0 0;
}
.promo-hero__item p {
    margin: 0;
}

section {
    overflow: hidden;
}

.promo-about {
    background: #000;
    padding-top: 76px;
    color: #fff;
    padding-bottom: 140px;
}
.promo-about__centered, .promo-about__right {
    max-width: 570px;
}
.promo-about__centered {
    margin: auto;
}
.promo-about__right {
    margin-top: 75px;
    margin-left: auto;
}
.promo-about__title {
    margin: 0 0 16px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 72px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--basic-color-white);
}
.promo-about__text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--basic-color-2);
}
.promo-about__decor {
    position: absolute;
    transform: translateX(-100%);
    pointer-events: none;
    max-width: unset;
    width: 1340px;
    left: 580px;
    top: -137px;
}

.promo-us {
    background: var(--basic-color-white);
    padding: 130px 0 174px;
}
.promo-us__title {
    margin: 0;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 72px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--basic-color-5);
    max-width: 570px;
}
.promo-us__info {
    margin: 0;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    color: var(--basic-color-5);
}
.promo-us__info p {
    margin: 0;
}
.promo-us__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.promo-us__right {
    margin-top: 184px;
    max-width: 570px;
    margin-left: auto;
    width: 100%;
}
.promo-us__items {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 16px;
    margin: 24px 0;
}
.promo-us__item {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--basic-color-4);
    display: flex;
    align-items: center;
    gap: 16px;
}
.promo-us__decor {
    position: absolute;
    width: 1825px;
    transform: translateX(-100%);
    top: unset;
    bottom: -558px;
    left: 1120px;
    pointer-events: none;
    z-index: -1;
    max-width: unset;
}

.promo-us-title-pr-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 36px;
}

.promo-us-card {
    background: var(--basic-color-white);
    border: 1px solid var(--basic-color-3);
    border-radius: 4px;
    padding: 32px 24px;
}
.promo-us-card__icon {
    background: var(--primary-color-);
    display: flex;
    padding: 16px;
    width: fit-content;
    border-radius: 4px;
    margin-bottom: 24px;
}
.promo-us-card__text {
    margin: 0;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--basic-color-5);
}

.speakers {
    padding: 148px 0;
    background: #000;
    color: #fff;
}
.speakers__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 72px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--basic-color-white);
    text-align: center;
    margin: 0 0 96px;
}
.speakers__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 39px 30px;
    padding: 0;
    margin: 0;
}

.speaker {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s;
}
.speaker:hover {
    opacity: 0.8;
}
.speaker__image {
    width: 112px;
    overflow: hidden;
    margin: 0 0 16px;
}
.speaker__image img {
    width: 100%;
}
.speaker__name {
    font-family: var(--font3);
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: var(--basic-color-white);
    margin: 0 0 4px;
}
.speaker__position {
    margin: 0;
    font-family: var(--font3);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: var(--primary-color-);
}

.program {
    padding: 96px 0 72px;
}
.program__title {
    margin: 0;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 72px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--basic-color-5);
}
.program__date {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 90%;
    text-transform: uppercase;
    color: var(--basic-color-5);
    margin-bottom: 8px;
}
.program__decor {
    position: absolute;
    width: 1783px;
    right: -930px;
    bottom: -580px;
    pointer-events: none;
    max-width: unset;
}

.program-title-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.program-title-block {
    text-align: right;
}

.stage {
    max-width: 720px;
    /* margin: 0 auto; */
}

.stage-title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: var(--basic-color-5);
    margin-bottom: 16px;
}

.stage-grid {
    margin-bottom: 24px;
}

.stage-row {
    display: grid;
    grid-template-columns: 2fr 6fr 4fr;
    gap: 24px;
    border-bottom: 1px solid var(--basic-color-5);
    padding: 16px 8px;
}
.stage-row--gray {
    background: var(--primary-color-);
}

.stage-col ul {
    list-style: disc;
    padding-left: 17px;
}

.stage-col p:last-child {
    margin-bottom: 0;
}
.stage-col p:first-child {
    margin-top: 0;
}

.promo-footer {
    background: #000;
    color: #fff;
    padding: 96px 0 88px;
}
.promo-footer .pr-container {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.promo-footer__right {
    max-width: 570px;
    margin-left: auto;
}
.promo-footer__title {
    margin: 0 0 16px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 72px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--basic-color-white);
}
.promo-footer__text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--basic-color-2);
    margin: 0 0 16px;
}
.promo-footer__section {
    margin-top: 72px;
}
.promo-footer__subtitle {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 90%;
    text-transform: uppercase;
    color: var(--basic-color-white);
    margin: 0 0 16px;
}
.promo-footer__logos {
    display: flex;
    align-items: center;
    gap: 32px;
}
.promo-footer__partners {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 20px;
}
.promo-footer__partners a, .promo-footer__partners img {
    min-width: 150px;
    max-height: 80px;
    object-fit: cover;
    object-position: center;
    display: flex;
    align-items: center;
}
.promo-footer__decor {
    max-width: 470px;
    margin-right: auto;
}

a-hole {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
a-hole:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    width: 150%;
    height: 140%;
    background: radial-gradient(ellipse at 50% 55%, transparent 10%, black 50%);
    transform: translate3d(-50%, -50%, 0);
    content: "";
}
a-hole:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: block;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 50% 75%, #a900ff 20%, transparent 75%);
    mix-blend-mode: overlay;
    transform: translate3d(-50%, -50%, 0);
    content: "";
}
@keyframes aura-glow {
    0% {
        background-position: 0 100%;
    }
    100% {
        background-position: 0 300%;
    }
}
a-hole .aura {
    position: absolute;
    top: -71.5%;
    left: 50%;
    z-index: 3;
    width: 30%;
    height: 140%;
    background: linear-gradient(20deg, #00f8f1, rgba(255, 189, 30, 0.1254901961) 16.5%, #fe848f 33%, rgba(254, 132, 143, 0.1254901961) 49.5%, #00f8f1 66%, rgba(0, 248, 241, 0.3764705882) 85.5%, #ffbd1e 100%) 0 100%/100% 200%;
    border-radius: 0 0 100% 100%;
    filter: blur(50px);
    mix-blend-mode: plus-lighter;
    opacity: 0.75;
    transform: translate3d(-50%, 0, 0);
    animation: aura-glow 5s infinite linear;
}
a-hole .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(transparent, transparent 1px, white 1px, white 2px);
    mix-blend-mode: overlay;
    opacity: 0.5;
}
a-hole canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.connect__text {
    color: #fff;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--basic-color-white);
    margin-bottom: 16px;
    padding-right: 40px;
    margin-top: 20px;
}

.promo-hero,
.promo-about,
.promo-footer,
.speakers {
    background: #0d2b52;
}

a-hole:before {
    background: radial-gradient(ellipse at 50% 55%, transparent 10%, #0d2b52 50%);
}

.promo-hero::after {
    background: linear-gradient(to bottom, transparent, #0d2b52);
}

.promo-hero__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 60px;
    line-height: 93%;
    text-transform: uppercase;
    color: var(--basic-color-white);
    max-width: 430px;
}
.promo-hero__context {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--basic-color-2);
}
.promo-hero__date {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 50px;
    line-height: 102%;
    text-transform: uppercase;
    color: var(--basic-color-white);
    margin-bottom: 8px;
}
.promo-hero__item {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-transform: unset;
}
.promo-hero__item strong {
    font-weight: 700;
    text-transform: uppercase;
}
.promo-hero__right {
    max-width: 405px;
    width: 100%;
}
.promo-hero__left {
    max-width: 530px;
    width: 100%;
    margin-right: auto;
}
.promo-hero__content {
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
}
.promo-hero__content svg {
    width: 160px;
    display: block !important;
}

@media (max-width: 1170px) {
    .pr-container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }
    .promo-hero__title,
    .promo-hero__date,
    .promo-about__title,
    .promo-us__title,
    .speakers__title,
    .program__title,
    .promo-footer__title {
        font-size: 40px;
    }
    .promo-footer__subtitle,
    .program__date {
        font-size: 30px;
    }
    .promo-hero__left {
        max-width: 100%;
    }
    .promo-hero__content {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .promo-header__logo--1 {
        width: 80px;
        margin-right: -80px;
    }
    .promo-header__logo--2 {
        width: 150px;
        margin-left: -150px;
    }
    .promo-header-row {
        padding: 16px 0;
    }
    .promo-footer__decor {
        max-width: 370px;
    }
}
@media (max-width: 800px) {
    .promo-header-row {
        gap: 16px;
    }
    .promo-header__logo--1 {
        order: 0;
        margin: 0;
    }
    .promo-header__logo--2 {
        order: 2;
        margin: 0;
    }
    .promo-header-menu {
        order: 3;
        margin-right: 0;
    }
    .promo-hero__content {
        padding-bottom: 40px;
    }
    .promo-about {
        padding-top: 40px;
    }
    .promo-us__cards {
        grid-template-columns: 1fr 1fr;
    }
    .promo-us-title-pr-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .promo-us {
        padding: 80px 0;
    }
    .promo-us__decor {
        transform: scaleX(-1) translateX(80%);
        opacity: 0.2;
    }
    .promo-us__right {
        margin-left: 0;
        margin-top: 60px;
    }
    .speakers,
    .program {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .speakers__title {
        margin-bottom: 46px;
    }
    .program-title-section {
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;
    }
    .promo-footer {
        padding: 60px 0;
    }
    .promo-footer__decor {
        margin: auto;
        max-width: 240px;
    }
    .program__decor {
        opacity: 0.2;
    }
    .promo-footer .pr-container {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 567px) {
    .promo-header-row {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
    }
    .promo-header__logo {
        margin-bottom: 12px;
    }
    .promo-header-menu {
        margin: 0 auto;
        gap: 12px;
        padding-left: 16px;
    }
    .promo__header.sticked .promo-header__logo {
        opacity: 0;
        width: 0;
        margin-bottom: 0;
        transform: unset;
    }
    .promo-about {
        margin-top: -3px;
    }
    .promo-us__cards {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .promo-us__decor {
        bottom: -110px;
        left: 950px;
    }
    .speakers__items {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 20px;
    }
    .stage-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .stage-row p {
        margin: 0;
    }
    .stage-row ul {
        margin: 0;
        padding-left: 20px;
    }
    .program {
        padding-bottom: 40px;
    }
    a.promo-header-menu__link {
        font-size: 14px;
    }
}
.connect {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    /* background: red; */
    right: 0;
    /* bottom: 0; */
    height: 100%;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    transition: 0.3s;
}
.connect.opened {
    opacity: 1;
    pointer-events: all;
}
.connect__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
}
.connect__dialog {
    border-radius: 4px;
    padding: 32px;
    width: 792px;
    margin: auto;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
}
.connect__close {
    position: absolute;
    right: 32px;
    top: 32px;
    transition: 0.3s;
}
.connect__close:hover {
    opacity: 0.7;
}
.connect__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 72px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--basic-color-white);
    margin-bottom: 16px;
    padding-right: 40px;
}

.connect-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
}

.connect-form-item {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 136%;
    color: var(--basic-color-2);
}
.connect-form-item label {
    width: 100%;
}
.connect-form-item .form-item__input {
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid var(--basic-color-white);
    border-radius: 4px;
    padding: 8px 16px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--primary-color-);
    margin-top: 4px;
}
.connect-form-item .multiselect-dropdown {
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid var(--basic-color-white);
    border-radius: 4px;
    padding: 8px 16px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--primary-color-);
    margin-top: 4px;
    width: 100% !important;
}
.connect-form-item .placeholder {
    margin: 0 !important;
}
.connect-form-item .multiselect-dropdown-list div {
    padding: 5px;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    /* filter: blur(4px); */
    backdrop-filter: blur(4px);
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 15px 10px;
    border: none;
}
.connect-form-item .multiselect-dropdown-list {
    height: auto !important;
}
.connect-form-item .multiselect-dropdown-list-wrapper {
    background: rgba(255, 255, 255, 0.1);
    display: block;
    top: 90%;
    box-shadow: none;
    border: none;
    padding: 0;
}
.connect-form-item span.optext.maxselected {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}
.speakers-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    /* background: red; */
    right: 0;
    /* bottom: 0; */
    height: 100%;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    transition: 0.3s;
}
.speakers-modal.opened {
    opacity: 1;
    pointer-events: all;
}
.speakers-modal__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
}
.speakers-modal__dialog {
    border-radius: 4px;
    padding: 32px 32px 22px;
    width: 792px;
    margin: auto;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    max-width: 100%;
    max-height: 80vh;
}
.speakers-modal__close {
    position: absolute;
    right: 32px;
    top: 32px;
    transition: 0.3s;
}
@media (max-width: 1024px) {
    .speakers-modal__close {
        right: 14px;
    }
}
.speakers-modal__close:hover {
    opacity: 0.7;
}
.speakers-modal__img {
    width: 112px;
}
.speakers-modal__card {
    display: flex;
    align-items: center;
    gap: 27px;
    margin-bottom: 16px;
    padding-right: 40px;
}
@media (max-width: 1024px) {
    .speakers-modal__card {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}
.speakers-modal__content {
    max-height: 70vh;
    overflow: auto;
}
.speakers-modal__name {
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 24px;
    /* text-align: center; */
    color: var(--basic-color-white);
    margin-bottom: 5px;
}
.speakers-modal__position {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--primary-color-);
}
.speakers-modal__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--basic-color-2);
}
.speakers-modal__text p {
    margin-bottom: 10px;
}
.speakers-modal__text ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 10px;
}

.form-checkbox__text {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: var(--basic-color-2);
}

button.connect-btn.btn.btn--white {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: var(--basic-color-5);
    background: var(--basic-color-white);
    border-radius: 100px;
    padding: 12px 24px;
    margin: auto;
    display: inline-flex;
    transition: 0.3s;
    background: var(--basic-color-white);
    color: #000;
}
button.connect-btn.btn.btn--white:hover {
    background: var(--basic-color-2);
}

.connect form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-checkbox__text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 136%;
    color: var(--basic-color-2);
}

span.form-checkbox__custom {
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid var(--basic-color-white);
}

@media (max-width: 1024px) {
    .connect-form {
        grid-template-columns: 1fr;
    }
    .connect__dialog {
        max-width: 100%;
    }
    .connect__title {
        font-size: 30px;
    }
    .connect__close {
        top: 20px;
        right: 20px;
    }
    .modal__form-checkbox {
        margin-top: 8px;
    }
    p.connect__text {
        margin-bottom: 0;
        font-size: 18px;
    }
}

/*# sourceMappingURL=main.css.map */