.lp-page-constrained {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
}

.lp-section {
    padding: 55px 0;
}

.lp-section--alt-bg {
    background: #f2f2f2;
}

.lp-section--darkbg {
    background: rgb(0, 29, 66);
    background: linear-gradient(0deg, rgba(0, 29, 66, 1) 0%, rgba(0, 11, 25, 1) 100%);
    color: #eee;
}


.lg-color-fg--1 {
    color: #eee;
}

.lg-color-fg--2 {
    color: #d32f2f;
}

.lg-color-fg--3 {
    color: #00357d;
}

.lg-color-fg--4 {
    color: #fdc900;
}

.lg-color-bg--1 {
    background-color: #eee;
}

.lg-color-bg--2 {
    background-color: #d32f2f;
}

.lg-color-bg--3 {
    background-color: #00357d;
}

.lg-color-bg--4 {
    background-color: #fdc900;
}

.lp-title {
    font-family: 'Russo One', sans-serif;
    font-size: 26px;
    line-height: 20px;
    text-transform: uppercase;
    color: #00357d;
    margin-bottom: 40px;
}

.lp-title::after {
    content: ".";
    font-size: 1px;
    display: block;
    min-width: 250px;
    max-width: 250px;
    max-height: 3px;
    min-height: 3px;
    background: #d32f2f;
    color: #d32f2f;
    margin-top: 16px;
}

.lp-title strong {
    font-weight: normal;
    color: #d32f2f;
}

.lp-title--alt {
    color: #eee;
}

.lp-title--alt strong {
    font-weight: normal;
    color: #fdc900;
}

@media all and (max-width: 950px) {
    .lp-title {
        font-size: 24px;
        line-height: 26px;
    }

    .lp-title::after {
        margin-top: 14px;
    }
}

@media all and (max-width: 600px) {
    .lp-title {
        font-size: 22px;
        line-height: 26px;
    }

    .lp-title::after {
        margin-top: 12px;
    }
}

.lp-pill {
    display: inline-block;
    font-family: 'Russo One', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.975);
    background: #d32f2f;
    border-radius: 100px;
    padding: 10px 15px;
    line-height: 10px;
}

.lp-message {
    padding: 16px;
    border-radius: 12px;
    background: #f7f9fa;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, .5);
}

.lp-message--strong {
    text-align: center;
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.75);
}


.lp-hero__grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}

.lp-hero__presential {
    margin-bottom: 50px;
}

.lp-hero__logo {
    margin-bottom: 40px;
}

.lp-hero__logo__img {
    width: 100%;
    height: auto;
    max-width: 540px;
}

.lp-hero__date-location {
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
}

.lp-hero__date-location--segment {
    display: inline-block;
    word-break: keep-all;
}

.lp-hero__focus {
    width: max-content;
    padding-bottom: 16px;
    border-bottom: solid #eee 1px;
    margin-bottom: 45px;
}

.lp-hero__exclusivity {
    display: grid;
    grid-template-columns: 24px auto;
    grid-column-gap: 12px;
    font-family: 'Russo One', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 27px;
}

.lp-hero__exclusivity img {
    width: 24px;
    height: 24px;
}

.lp-hero__exclusivity__extra {
    font-family: 'Russo One', sans-serif;
    font-size: 16px;
    padding-top: 5px;
    padding-left: 36px;
}

/* region "Hero Countdown" */

.lp-hero__countdown {
    display: grid;
    grid-template-columns: 54px 54px 54px 54px;
    grid-column-gap: 20px;
    margin-bottom: 42px;
}

.lp-hero__countdown__segment {
    text-align: center;
}

.lp-hero__countdown__unit {
    font-family: 'Russo One', sans-serif;
    font-size: 40px;
    margin-bottom: 5px;
}

.lp-hero__countdown__label {
    font-size: 13px;
    text-transform: lowercase;
}

/* endregion */

/* region "Hero Registration Box" */

.lp-hero__registration-box {
    width: 440px;
    height: 470px;
    margin: 25px 0 25px auto;
    border: solid #0071CE 10px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.2) url(../../img/circles-bgfx.png?1700575040) top right no-repeat;
    background-size: 18%;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.5);
}

.lp-hero__registration-box__logo {
    display: block;
    position: absolute;
    top: 50px;
    left: 30px;
    width: 300px;
    height: auto;
}

.lp-hero__registration-box__msg {
    position: absolute;
    top: 185px;
    right: 0;
    left: 0;
    text-align: center;
    padding: 0 30px;
    font-family: 'Russo One', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #fdc900;
}

.lp-hero__registration-box__msg strong {
    text-transform: uppercase;
    font-weight: normal;
}

.lp-hero__registration-box__btn {
    display: block;
    position: absolute;
    background: #d32f2f;
    width: 300px;
    height: 70px;
    line-height: 70px;
    bottom: 50px;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.975) !important;
    border-radius: 8px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 150ms;
}

.lp-hero__registration-box__btn:hover,
.lp-hero__registration-box__btn:active {
    background: #ab1717;
    transform: scale(1.1);
    color: #fff;
}

.lp-hero__helpdesk {
    width: 440px;
    margin-left: auto;
    margin-right: 0;
    opacity: 0.85;
    font-size: 16px;
    text-align: center;
}

.lp-hero__helpdesk a:link {
    color: #eee !important;
}

.lp-hero__helpdesk a:hover {
    color: #fff !important;
}

/* endregion */

/* region "Hero responsiveness" */

@media all and (max-width: 1100px) {
    .lp-hero__grid {
        grid-template-columns: 100%;
    }

    .lp-hero__focus {
        width: 100%;
    }

    .lp-hero__presential {
        text-align: center;
    }

    .lp-hero__logo {
        text-align: center;
    }

    .lp-hero__date-location {
        text-align: center;
    }

    .lp-hero__countdown {
        width: max-content;
        margin-left: auto;
        margin-right: auto;
        grid-column-gap: 14px;
    }

    .lp-hero__exclusivity {
        display: block;
        text-align: center;
    }

    .lp-hero__exclusivity img {
        display: none;
    }

    .lp-hero__exclusivity__extra {
        text-align: center;
        padding-left: 0;
    }

    .lp-hero__registration-box {
        margin: 60px auto 25px;
    }

    .lp-hero__helpdesk {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media all and (max-width: 520px) {

    .lp-hero__registration-box {
        width: 100%;
        height: auto;
        border: solid #0071CE 6px;
        background-size: 12%;
    }

    .lp-hero__registration-box__logo {
        width: 250px;
        display: inline-block;
        margin-top: 50px;
        margin-left: 30px;
        margin-bottom: 50px;
        position: static;
    }

    .lp-hero__registration-box__msg {
        position: static;
        font-size: 22px;
        margin-bottom: 50px;
    }

    .lp-hero__registration-box__btn {
        position: static;
        display: inline-block;
        margin-left: 0;
        width: 200px;
        font-size: 16px;
        height: 60px;
        line-height: 60px;
    }

    .lp-hero__registration-box__form {
        text-align: center;
        margin-bottom: 30px;
    }

}

@media all and (max-width: 380px) {

    .lp-hero__registration-box {
        background-image: none;
        text-align: center;
    }

    .lp-hero__registration-box__logo {
        margin: 0 !important;
        margin-top: 30px !important;
        margin-bottom: 50px !important;
        width: 200px;
    }

    .lp-hero__registration-box__msg {
        font-size: 18px;
    }

    .lp-hero__registration-box__btn {
        position: static;
        display: inline-block;
        margin-left: 0;
        width: 200px;
        font-size: 16px;
        height: 60px;
        line-height: 60px;
    }

    .lp-hero__registration-box__form {
        text-align: center;
        margin-bottom: 30px;
    }

}

/* endregion */


.lp-sponsors__main-title {
    font-family: 'Russo One', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #00357d;
    line-height: 25px;
    font-size: 18px;
    margin-bottom: -15px;
}

.lp-sponsors__main-hr {
    max-width: 600px;
    border: none;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    margin: 0 auto 30px;
}

.lp-sponsors__sponsors-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 0;
}

.lp-sponsors__sponsor {
    display: inline-block;
}

.lp-sponsors__sponsor__logo {
    display: inline-block;
    width: 170px;
    height: auto;
    margin: 18px 35px;
}

.lp-sponsors__sponsor__logo--main {
    width: 180px;
    margin: 18px 35px;
}

@media all and (max-width: 600px) {
    .lp-sponsors__sponsor__logo {
        width: 140px;
        margin: 16px;
    }
}

@media all and (max-width: 460px) {
    .lp-sponsors__sponsor__logo {
        width: 120px;
        margin: 14px;
    }

    .lp-sponsors__main-img img {
        width: 290px;
    }
}

@media all and (max-width: 380px) {
    .lp-sponsors__main-img img {
        width: 250px;
    }
}


/* region "Video" */

.lp-promo__video-container {
    background: #d32f2f;
    padding: 14px;
    border-radius: 12px;
    width: 100%;
    height: 650px;
    box-shadow: -8px 8px 0 0 #00357d;
    margin-bottom: 100px;
}

.lp-promo__video-frame {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

@media all and (max-width: 900px) {
    .lp-promo__video-container {
        height: 480px;
    }
}

@media all and (max-width: 700px) {
    .lp-promo__video-container {
        height: 370px;
    }
}

@media all and (max-width: 540px) {
    .lp-promo__video-container {
        padding: 2px;
        box-shadow: -6px 6px 0 0 #00357d;
    }

    .lp-promo__video-container {
        height: 280px;
    }
}

@media all and (max-width: 390px) {
    .lp-promo__video-container {
        height: 195px;
    }
}

/* endregion */

/* region "Presenter" */

.lp-promo__presenter__title {
    font-family: 'Russo One', sans-serif;
    font-size: 40px;
    color: #00357d;
    text-transform: uppercase;
    line-height: 54px;
    padding: 40px 0;
    text-align: center;
}

.lp-promo__presenter__title strong {
    font-weight: normal;
    color: #e20d0d;
}

.lp-promo__presenter__list {
    text-align: center;
    margin-bottom: 60px;
}

.lp-promo__presenter__box {
    display: inline-block;
    margin: 0 30px 30px;
}

.lp-promo__presenter__pic {
    display: block;
    width: 290px;
    height: 290px;
    border-radius: 8px;
    border: solid #e20d0d 6px;
    box-shadow: -6px 6px 0 0 #00357d;
    margin-bottom: 18px;
}

.lp-promo__presenter__name {
    text-align: center;
    font-family: 'Russo One', sans-serif;
    font-size: 24px;
    color: #d32f2f;
    text-transform: uppercase;
}

@media all and (max-width: 680px) {
    .lp-promo__presenter__title {
        font-size: 32px;
        line-height: 44px;
    }

    .lp-promo__presenter__pic {
        width: 230px;
        height: 230px;
    }

    .lp-promo__presenter__name {
        font-size: 16px;
    }
}

@media all and (max-width: 360px) {
    .lp-promo__presenter__pic {
        width: 200px;
        height: 200px;
    }

    .lp-promo__presenter__name {
        font-size: 16px;
    }
}

/* endregion */

/* region "Feature list" */

.lp-promo__feature-list {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 0;
    grid-row-gap: 75px;
    list-style: none;
    padding: 0;
}

.lp-promo__feature__highlight {
    font-family: 'Russo One', sans-serif;
    font-size: 50px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
    color: #d32f2f;
    padding: 0 8px;
}

.lp-promo__feature__description {
    font-family: 'Russo One', sans-serif;
    font-size: 26px;
    text-align: center;
    color: #00357d;
    padding: 0 8px;
}

@media all and (max-width: 960px) {
    .lp-promo__feature-list {
        grid-row-gap: 65px;
    }

    .lp-promo__feature__highlight {
        font-size: 42px;
        padding: 0 6px;
    }

    .lp-promo__feature__description {
        font-size: 22px;
        padding: 0 6px;
    }
}

@media all and (max-width: 570px) {
    .lp-promo__feature-list {
        grid-template-columns: auto;
        grid-row-gap: 40px;
    }

    .lp-promo__feature__highlight {
        font-size: 40px;
        line-height: 30px;
        padding: 0;
        margin-bottom: 8px;
    }

    .lp-promo__feature__description {
        font-size: 20px;
        padding: 0;
    }
}

/* endregion */


.lp-speakers__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 15px;
}

.lp-speakers__speaker {
    height: 400px;
    text-align: center;
}

.lp-speakers__speaker__photo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 110px;
    background: #d32f2f;
    border: solid #d32f2f 6px;
    border-radius: 6px;
    box-shadow: -6px 6px 0 0 #00357d;
    overflow: auto;
}

.lp-speakers__speaker__photo__img {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
}

.lp-speakers__speaker__name {
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    font-family: 'Russo One', sans-serif;
    font-size: 16px;
    color: #00357d;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
}

.lp-speakers__speaker__role {
    position: absolute;
    top: 345px;
    left: 0;
    right: 0;
    padding: 0 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

@media all and (max-width: 1060px) {
    .lp-speakers__grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media all and (max-width: 840px) {
    .lp-speakers__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media all and (max-width: 570px) {
    .lp-speakers__grid {
        grid-template-columns: 1fr;
    }

    .lp-speakers__speaker {
        width: 260px;
        margin: 0 auto;
    }
}


.lp-schedule__outer {
    display: grid;
    grid-template-columns: 390px 1fr;
    grid-column-gap: 60px;
}

.lp-schedule__outer__end {
    padding-top: 80px;
}

.lp-schedule__sticky {
    position: sticky;
    display: block;
    top: 80px;
}

.lp-schedule__logos {
    padding: 0;
    list-style: none;
    font-size: 0;
    margin: 100px 0;
}

.lp-schedule__logos__row {
    margin-bottom: 100px;
}

.lp-schedule__logos__logo {
    width: 390px;
    height: auto;
}

.lp-schedule__section {
    margin-bottom: 30px;
}

.lp-schedule__time {
    background: #00347d;
    border-radius: 12px;
    color: #eee;
    padding: 16px;
    margin-bottom: 14px;
    box-shadow: -5px 5px 0 0 #d32f2f;
    position: sticky;
    top: 10px;
    z-index: 9000;
}

.lp-schedule__time.--afternoon {
    background: #d32f2f;
    color: rgba(255, 255, 255, 0.975);
    box-shadow: -5px 5px 0 0 #00357d;
}

.lp-schedule__time.--main-break {
    background: white;
    color: #00347d;
    box-shadow: none;
    outline: solid #00347d 5px;
}

.lp-schedule__time__time {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
}

.lp-schedule__time__title {
    font-family: 'Russo One', sans-serif;
}

.lp-schedule__time.--main-break .lp-schedule__time__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: -26px;
}

.lp-schedule__speakers-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    padding: 6px;
}

.lp-schedule__speaker {
    height: 300px;
    text-align: center;
}

.lp-schedule__speaker__photo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 85px;
    background: #d32f2f;
    border: solid #d32f2f 5px;
    border-radius: 6px;
    box-shadow: -5px 5px 0 0 #00357d;
    overflow: auto;
}

.lp-schedule__speaker__photo__img {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
}

.lp-schedule__speaker__name {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    font-family: 'Russo One', sans-serif;
    font-size: 12px;
    color: #00357d;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
}

.lp-schedule__speaker__role {
    position: absolute;
    top: 260px;
    left: 0;
    right: 0;
    padding: 0 10px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
}

.lp-schedule__no-speakers {
    height: 5px;
}

@media all and (max-width: 1200px) {
    .lp-schedule__outer {
        grid-template-columns: 315px 1fr;
        grid-column-gap: 40px;
    }

    .lp-schedule__logos__logo {
        width: 315px;
    }

    .lp-schedule__speakers-grid {
        grid-column-gap: 10px;
        grid-row-gap: 8px;
        padding: 4px;
    }

    .lp-schedule__speaker__photo {
        border: solid #d32f2f 4px;
        box-shadow: -4px 4px 0 0 #00357d;
    }
}

@media all and (max-width: 1070px) {
    .lp-schedule__outer {
        display: block;
    }

    .lp-schedule__outer__end {
        padding-top: 0;
    }

    .lp-schedule__logos {
        display: none;
    }

    .lp-schedule__speakers-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media all and (max-width: 920px) {
    .lp-schedule__speakers-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media all and (max-width: 720px) {
    .lp-schedule__speakers-grid {
        grid-template-columns: 1fr 1fr;
    }

    .lp-schedule__speaker {
        max-width: 250px;
    }
}

@media all and (max-width: 500px) {
    .lp-schedule__speakers-grid {
        grid-template-columns: 1fr;
    }

    .lp-schedule__speaker {
        width: 250px;
        margin: 0 auto;
    }

    .lp-schedule__time.--main-break .lp-schedule__time__title {

        margin-top: -5px;
    }
}


.lp-for-you__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
    margin-bottom: 60px;
}

.lp-for-you__card {
    background: #00357d;
    color: #eee;
    height: 340px;
    border-radius: 12px;
    transition: all 200ms;
    padding: 25px;
}

.lp-for-you__card:hover {
    transform: scale(1.03);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.lp-for-you__card__title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 24px;
    height: 24px;
    font-family: 'Russo One', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lp-for-you__card__content {
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    bottom: 80px;
    font-size: 19px;
    line-height: 28px;
}

.lp-for-you__card__action {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    background: #d32f2f;
    font-family: 'Russo One', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.975) !important;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 16px;
    text-align: center;
    line-height: 52px;
    min-width: 220px;
    border-radius: 8px;
    transition: all 200ms;
}

.lp-for-you__card__action:hover,
.lp-for-you__card__action:active {
    background: #ab1717;
    transform: scale(1.05);
    color: #fff;
}

.lp-for-you__card--alt {
    background: #d32f2f;
    color: rgba(255, 255, 255, 0.975);
}

.lp-for-you__card__action--alt {
    background: #00357d;
    color: #eee;
}

.lp-for-you__card__action--alt:hover,
.lp-for-you__card__action--alt:active {
    background: #001f54;
    color: #fff;
    transform: scale(1.05);
}

@media all and (max-width: 1100px) {
    .lp-for-you__grid {
        grid-template-columns: 100%;
        grid-column-gap: 0;
        grid-row-gap: 60px;
    }
}

@media all and (max-width: 540px) {
    .lp-for-you__card {
        height: 420px;
        border-radius: 12px;
        padding: 22px;
    }

    .lp-for-you__card__title {
        font-size: 18px;
    }

    .lp-for-you__card__content {
        font-size: 17px;
        line-height: 24px;
    }
}


.lp-awards__section {
    height: 720px;
    background: rgb(0, 29, 66) url(../../img/speedbg.jpg?1700575040) bottom center no-repeat;
    background-size: cover;
    padding: 0;
}

.lp-awards__inner {
    height: 100%;
    width: 100%;
    padding: 55px 0;
    background: rgba(0, 0, 0, 0.6);
}

.lp-awards__grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    grid-column-gap: 150px;
    margin-top: 70px;
}

/* region "Left" */

.lp-awards__illustration {
    display: block;
    width: 300px;
    height: 300px;
    margin: 0 auto 50px;
}

.lp-awards__registration {
    display: block;
    text-align: center;
    padding: 21px 16px;
    font-family: 'Russo One', sans-serif;
    font-size: 17px;
    color: #eee !important;
    background: rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    border: solid #eee 4px;
    margin-bottom: 30px;
    transition: all 200ms;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
}

.lp-awards__registration:hover,
.lp-awards__registration:active {
    transform: scale(1.075);
    background: rgba(255, 2525, 255, 0.2);
    color: #fff !important;
    border-color: #fff;
}

.lp-awards__nominees {
    display: block;
    text-align: center;
    padding: 21px 16px;
    font-family: 'Russo One', sans-serif;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.8) !important;
    background: #fdc900;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    border: solid #fdc900 4px;
    transition: all 200ms;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
}

.lp-awards__nominees:hover,
.lp-awards__nominees:active {
    transform: scale(1.075);
    background: #ffd53a;
}

/* endregion */

/* region "Right" */

.lp-awards__cats__title {
    font-family: 'Russo One', sans-serif;
    font-size: 34px;
    color: #fdc900;
    text-transform: uppercase;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    margin-bottom: 50px;
}

.lp-awards__cats {
    font-family: 'Russo One', sans-serif;
    list-style: none;
    padding: 0;
    margin: 0;
}

.lp-awards__cat {
    display: grid;
    grid-template-columns: 42px 1fr;
    grid-column-gap: 30px;
    margin-bottom: 20px;
}

.lp-awards__cat__ico {
    display: block;
    width: 42px;
    height: 42px;
    margin-top: -5px;
}

.lp-awards__cat__lb {
    display: block;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 42px;
}

.lp-awards__cat__details {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    font-size: 20px;
    line-height: 34px;
}

/* endregion */

@media all and (max-width: 1090px) {
    .lp-awards__grid {
        grid-template-columns: 300px 1fr;
        grid-column-gap: 80px;
    }

    .lp-awards__illustration {
        width: 280px;
        height: 280px;
    }
}

@media all and (max-width: 970px) {
    .lp-awards__grid {
        grid-template-columns: 280px 1fr;
        grid-column-gap: 50px;
        margin-top: 60px;
    }

    .lp-awards__illustration {
        width: 270px;
        height: 270px;
        margin: 0 auto 45px;
    }

    .lp-awards__cats__title {
        font-size: 30px;
        margin-bottom: 35px;
    }

    .lp-awards__cat {
        grid-template-columns: 34px 1fr;
        grid-column-gap: 20px;
        margin-bottom: 18px;
    }

    .lp-awards__cat__ico {
        width: 34px;
        height: 34px;
        margin-top: -6px;
    }

    .lp-awards__cat__lb {
        font-size: 20px;
        line-height: 30px;
    }

    .lp-awards__cat__details {
        margin-top: 8px;
        font-size: 16px;
        line-height: 28px;
    }
}

@media all and (max-width: 740px) {
    .lp-awards__section {
        height: 1150px;
    }

    .lp-awards__grid {
        display: block;
    }

    .lp-awards__grid__start {
        margin-bottom: 70px;
    }

    .lp-awards__illustration {
        width: 256px;
        height: 256px;
        margin: 0 auto 45px;
    }

    .lp-awards__nominees,
    .lp-awards__registration {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 19px;
        padding-bottom: 19px;
        font-size: 16px;
    }

    .lp-awards__cat__details {
        font-size: 15px;
        line-height: 24px;
    }
}

@media all and (max-width: 374px) {
    .lp-awards__section {
        height: 1270px;
    }
}


.lp-foot {
    padding: 50px 25px;
    background: rgb(237, 237, 237);
    background: linear-gradient(0deg, rgba(237, 237, 237, 1) 0%, rgba(237, 237, 237, 1) 92%, rgba(227, 227, 227, 1) 94%, rgba(196, 196, 196, 1) 96%, rgba(159, 159, 159, 1) 98%, rgba(128, 128, 128, 1) 100%);
}

.lp-foot__logos {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}

.lp-foot__logo {
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
    font-size: 0;
}

.lp-foot__logo--sv {
    background-image: url(../../img/svlogo.svg?1700575040);
    background-size: 67%;
}

.lp-foot__logo--ar {
    background-image: url(../../img/logos_2025/identidade_Alta_Rotacao_2025.png?1731514532);
    background-size: 60%;
}

.lp-foot__media-partner {
    margin: 50px 0 30px;
}

.lp-foot__media-partner__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 16px;
}

.lp-foot__media-partner__logos {
    font-size: 0;
    text-align: center;
}

.lp-foot__media-partner__logos img {
    display: inline-block;
    width: 90px;
    height: auto;
    margin: 0 10px;
}

.lp-foot__helpdesk {
    text-align: center;
    margin-top: 45px;
    font-size: 18px;
    line-height: 28px;
}

.lp-foot__helpdesk a:link {
    color: #181819;
}

.lp-foot__helpdesk a:hover {
    color: #000;
}

@media all and (max-width: 680px) {
    .lp-foot__logo--sv {
        background-size: 71%;
    }

    .lp-foot__logo--ar {
        background-size: 82%;
    }
}

@media all and (max-width: 500px) {
    .lp-foot__logos {
        display: block;
    }

    .lp-foot__logo {
        height: 70px;
    }

    .lp-foot__logo--sv {
        background-size: 60%;
        margin-bottom: 5px;
    }

    .lp-foot__logo--ar {
        background-size: 60%;
    }
}


.add2cal-dg,
.add2cal-dg__dimmer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    margin: 0;
}

.add2cal-dg__dimmer {
    background: rgba(0, 0, 0, 0.4);
}

.add2cal-dg__body {
    --w: 325px;
    --h: 418px;
    position: absolute;
    background: #fff;
    width: var(--w);
    height: var(--h);
    left: 50%;
    margin-left: calc(var(--w) / -2);
    top: 50%;
    margin-top: calc(var(--h) / -2);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.add2cal-dg__head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 52px;
}

.add2cal-dg__title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 52px;
    line-height: 52px;
    padding: 0 18px;
    font-size: 20px;
    font-weight: 400;
    white-space: nowrap;
}

.add2cal-dg__close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 52px;
    background: transparent url(../../img/352270_close_icon.svg?1761562181) center no-repeat;
    background-size: 32px 32px;
    opacity: 0.75;
    cursor: pointer;
}

.add2cal-dg__close:hover,
.add2cal-dg__close:active {
    background-color: rgba(0, 0, 0, 0.1);
}

.add2cal-dg__content {
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 4px 18px 18px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media all and (max-width: 370px), (max-height: 460px) {
    .add2cal-dg__body {
        width: auto;
        height: auto;
        margin: 0;
        top: 6px;
        left: 6px;
        right: 6px;
        bottom: 6px;
    }
}


.add2cal__cal-list {
    list-style: none;
    text-align: center;
    margin: 16px 0 0;
    padding: 0 0 16px;
}

.add2cal__cal-list__item {
    margin-bottom: 10px;
}

.add2cal__cal-list__a {
    display: inline-block;
    background: #00357D;
    color: #eee !important;
    text-decoration: none;
    min-width: 170px;
    line-height: 42px;
    border-radius: 6px;
    font-family: 'Russo One', sans-serif;
    transition: background-color 150ms, color 150ms;
}

.add2cal__cal-list__a:hover,
.add2cal__cal-list__a:active {
    background: #D12F2F;
    color: #fff !important;
}


