﻿@import './variables.css';
@import '../assets/fonts/IstokWeb/stylesheet.min.css';
@import '../assets/fonts/Kanit/stylesheet.min.css';

body {
    background-image: radial-gradient(105.78% 77.05% at 47.21% -8.29%, #15394E 0%, #101521 100%);
    font-family: 'Helvetica Neue', sans-serif;
}

p {
    font-size: 24px;
    line-height: 36px;
}

span {
    font-size: 20px;
    line-height: 30px;
}

h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
}

h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
    margin-bottom: 1rem;
}

input {
    background: rgba(17, 22, 34, 1);
    border: 0.88px solid rgba(120, 208, 212, 0.64);
    box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 12px 18px;
}

::-webkit-input-placeholder {
    color: rgb(194, 194, 194);
    font-size: 16px;
    font-weight: 400;
}

.hero-section {
    position: relative;
    background-color: rgba(16, 21, 33, 0.4);
}

.hero-section-absolute {
    position: absolute;
    bottom: 20%;
    right: 10%;
    transform: translate(-10%, -20%)
}

.hero-section img {
    max-width: 100%;
}

.hero-section-content,
.schedule-section {
    max-width: 850px;
    text-align: center;
    margin: auto;
    padding: 90px 0px 0px;
}

.header-section-background {
    background-color: rgba(16, 21, 33, 0.4);
}

.header-section {
    padding: 4px 65px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .header-section img {
        max-width: 83px;
    }

.header-action-button {
    font-size: 18px;
    line-height: 18px;
    color: white;
    cursor: pointer;
}

    .header-action-button:hover {
        text-decoration: none;
    }

.landing-logo {
    max-height: 200px;
}

.event {
    font-size: 32px;
    font-weight: bold;
    line-height: 46px;
    margin-bottom: 0.5rem;
}

.underline {
    width: 80px;
    height: 4px;
    border-radius: 2px;
    background: rgba(3, 207, 213, 1);
    margin: 0 auto;
}

.schedule-form {
    padding: 56px 0px;
    background-image: linear-gradient(180deg, #153549 0%, #101521 100%);
    border-radius: 40px;
}

.thank-you {
    display: none;
}

    .thank-you .landing-logo,
    .container .landing-logo {
        width: 120px;
    }

.form {
    padding: 0px 179px;
}

.input-form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}

    .input-form input {
        color: white;
    }

.custom-button.sm {
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
    padding: 24px 32px;
    height: 64px;
    cursor: pointer;
}

.mr-2 {
    margin-right: 24px;
}

.social-connectors {
    padding-bottom: 40px;
}

.footer {
    padding-top: 0px;
}

.footer-tentacle-right {
    position: absolute;
    top: -10%;
    right: 5%;
}

.footer-tentacle-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
}

.cookies-container-content > span,
.cookies-container-content > div > button > span {
    font-size: 1rem;
    line-height: 1.5rem;
}

.terms-privacy {
    padding-top: 42px;
    padding-bottom: 40px;
}

    .terms-privacy a {
        color: white;
        text-decoration: none;
    }

        .terms-privacy a:first-child {
            margin-right: 64px;
        }

@media only screen and (max-width: 960px) {
    h1 {
        font-size: 24px;
        line-height: 35px;
    }

    .footer-tentacle-bottom {
        margin-top: 1rem;
    }

    .event {
        font-size: 24px;
        line-height: 35px;
    }

    .hero-section-content,
    .schedule-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .schedule-section {
        padding-left: 8px;
        padding-right: 8px;
    }

    .form {
        padding: 0px 48px;
    }

    .input-form {
        flex-direction: column;
    }

        .input-form input {
            width: 100%;
        }

    .footer p {
        font-size: 30px;
        line-height: 48px;
    }

    p {
        font-size: 18px;
        line-height: 24px;
    }

    .mr-2 {
        margin-right: 16px;
    }
}

h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
}

.introduction-container {
    max-width: 1590px !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 52px;
    margin-top: 72px;
}

    .introduction-container img {
        width: 270px;
    }

    .introduction-container h2 {
        line-height: 25px;
        margin-bottom: 20px;
    }

    .introduction-container div {
        text-align: justify;
    }

    .introduction-container span,
    .our-games-container span {
        font-weight: 300;
        text-align: justify;
    }

.event-games-description-container {
    margin-bottom: 48px;
    text-align: justify;
}

.spinners-row,
.mmh-row {
    margin-top: 64px;
}

.container {
    padding-right: var(--bs-gutter-x, .75rem) !important;
    padding-left: var(--bs-gutter-x, .75rem) !important;
}

.gradient-header {
    background: linear-gradient(90deg, #03CFD5, #FFFFFF);
    background-size: 90%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.blue-glow-header,
.blue-glow-header-mmh,
.blue-glow-header-our-team,
.blue-glow-header-coming-soon,
.blue-glow-header-access {
    font-size: 48px;
    line-height: 34px;
    margin-bottom: 64px;
    color: white;
    -webkit-text-stroke-width: 0.7px;
    -webkit-text-stroke-color: rgba(0, 248, 255, 1);
    text-shadow: rgba(0, 239, 246, 0.8) 0px 0 18px;
    position: relative;
    font-weight: 700;
}

.blue-glow-header-coming-soon,
.blue-glow-header-access {
    margin-bottom: 32px;
}

.blue-glow-header::after {
    content: "Our Latest Games";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blue-glow-header-mmh::after {
    content: "Monster Mega Hit® Delivers the Impossible";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blue-glow-header-our-team::after {
    content: "Meet Our Team At Sigma Central Europe";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blue-glow-header-coming-soon::after {
    content: "Coming soon";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blue-glow-header-access::after {
    content: "Get Access to Our Exclusive Content";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yellow-glow-header-mol,
.yellow-glow-header-spinners,
.yellow-glow-header-mmh,
.yellow-glow-header-coming-soon {
    font-size: 36px;
    line-height: 25px;
    margin-bottom: 32px;
    color: white;
    -webkit-text-stroke-width: 0.7px;
    -webkit-text-stroke-color: rgba(247, 255, 91, 1);
    text-shadow: rgba(247, 255, 91, 0.8) 0px 0 18px;
    position: relative;
    font-weight: 700;
}

    .yellow-glow-header-mol::after {
        content: "Masters of Luck";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .yellow-glow-header-spinners::after {
        content: "Spinners";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .yellow-glow-header-mmh::after {
        content: "Monster Mega Hit®";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.games-subtitle {
    font-size: 32px;
    line-height: 23px;
    margin-bottom: 24px;
    font-weight: 300;
}

.mmh-delivers-container {
    margin-top: 146px;
}

    .coming-soon-container .event-games-description-container,
    .mmh-delivers-container .event-games-description-container {
        margin-bottom: 0px;
        font-weight: 300;
    }

.coming-soon-container .event-games-description-container {
    margin-bottom: 98px;
}

.footer-policies a span {
    font-size: 10px;
    line-height: 12px;
}

.schedule-section {
    padding-top: 0px;
    padding-bottom: 240px;
}

.custom-button.sm {
    font-size: 1rem;
    width: fit-content;
    border-radius: 12px;
}

.game {
    height: 100%;
    max-width: unset;
    background: var(--games-group-bg);
    background-blend-mode: multiply;
    margin-bottom: 14px;
}

.game-description {
    height: 100%;
    justify-content: space-between;
    padding-top: 16px;
    min-height: 259px;
}

.game,
.game-description {
    flex-direction: column;
    display: flex;
}

.gang-container,
.schedule-section {
    text-align: center;
    margin-top: 164px;
}

.gang-img {
    max-width: 1420px;
    width: 100%;
}

.gang-img-mobile {
    display: none;
}

.event-button {
    padding: 24px 32px !important;
}

.features-event-container {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    gap: 32px;
}

.features-event-item {
    max-width: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .features-event-item > div {
        max-width: 305px;
    }

    .features-event-item img {
        max-width: 100%;
        margin-bottom: 24px;
        max-height: 260px;
    }

.image-relative {
    position: relative;
}

.image-title-absolut {
    position: absolute;
    top: 8px;
    left: 18px;
    background: #000000;
    padding: 4px 12px;
    border-radius: 8px;
}

.custom-button {
    border: 1px solid var(--button-border-color);
    box-shadow: 0 3.51px 8.94px 0 #0000002b inset, 0 -2.63px 4.64px 0 #ffffff40 inset;
    overflow: hidden;
    justify-content: center;
    color: var(--white-color);
    align-items: center;
    display: flex;
    position: relative;
    background: var(--button-bg);
}

    .custom-button::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(64% 216.41% at 50% 120.91%, #03cfd5 0, rgba(3, 207, 213, 0) 100%);
        transition: 0.25s ease-in-out;
    }

.custom-button-blue {
    border: 1px solid rgba(119, 122, 255, 1);
    box-shadow: 0 3.51px 8.94px 0 #0000002b inset, 0 -2.63px 4.64px 0 #ffffff40 inset;
    overflow: hidden;
    justify-content: center;
    color: var(--white-color);
    align-items: center;
    display: flex;
    position: relative;
    background: rgba(37, 38, 82, 1);
    border-radius: 10px;
    cursor: pointer;
    height: 43px;
    padding: 16px 26px;
}

    .custom-button-blue::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(64% 216.41% at 50% 66.67%, #424492 0%, rgba(37, 38, 82, 0) 100%);
    }

    .custom-button-blue:hover {
        text-decoration: none;
    }

    .custom-button-blue.sm span {
        font-weight: 700;
        font-size: 16px;
        line-height: 11px;
        position: relative;
        z-index: 2;
    }

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

@media only screen and (max-width: 960px) {
    span {
        font-size: 16px;
        line-height: 24px;
    }

    .header-section {
        padding: 4px 22px 2px;
    }

        .header-section img {
            max-width: 58px;
        }

    .custom-button {
        max-width: 100%;
        padding: .5rem 1.5rem !important;
        border-radius: 8px !important;
        height: unset !important;
    }

        .custom-button span {
            font-size: 18px !important;
            line-height: 24px !important;
        }

    .header-action-button span {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }

    .custom-button-blue {
        width: 196px;
        padding: 18px 24px 14px;
    }

    .introduction-container {
        max-width: unset;
        flex-direction: column;
        gap: 20px;
        margin-top: 32px;
    }

        .introduction-container img {
            max-width: 161px;
        }

        .introduction-container h2 {
            font-size: 24px;
            line-height: 17px;
            margin-bottom: 20px;
        }

    .blue-glow-header,
    .blue-glow-header-mmh,
    .blue-glow-header-our-team,
    .blue-glow-header-coming-soon,
    .blue-glow-header-access {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 24px;
        -webkit-text-stroke-width: 0.8px;
        -webkit-text-stroke-color: rgba(0, 248, 255, 1);
        text-shadow: rgba(0, 239, 246, 0.6) 0px 0 10px;
    }

    .blue-glow-header-access {
        margin-bottom: 8px;
    }

    .yellow-glow-header-mol,
    .yellow-glow-header-spinners,
    .yellow-glow-header-mmh,
    .yellow-glow-header-coming-soon {
        font-size: 24px;
        line-height: 17px;
        margin-bottom: 24px;
        -webkit-text-stroke-width: 0.8px;
        -webkit-text-stroke-color: rgba(247, 255, 91, 1);
        text-shadow: rgba(247, 255, 91, 0.5) 0px 0 7px;
    }

    h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .event-games-description-container {
        margin-bottom: 20px;
    }

    .games-subtitle {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .schedule-subtitle {
        max-width: 290px;
        margin: 0 auto;
        text-align: start;
    }

    .gang-img {
        display: none;
    }

    .gang-img-mobile {
        display: block;
        width: 100%;
    }

    .features-event-container {
        flex-direction: column;
        align-items: center;
    }
}

.hero-section-content {
    max-width: 1320px;
}

h2 {
    font-size: 36px;
    line-height: 52px;
}

.text-justify {
    text-align: justify;
}

.hero-section-content .custom-button.sm,
.submit-form-button-container .custom-button.sm {
    border-radius: 14px;
    margin-top: 64px !important;
    padding: 20px 28px !important;
    height: 54px;
}

    .hero-section-content .custom-button.sm span,
    .submit-form-button-container .custom-button.sm span {
        font-size: 20px;
        line-height: 100%;
    }

.container {
    max-width: 1260px;
}

.event {
    margin-top: 68px;
}

.contact-hover-text,
.contact-hover-email,
.category-label-spinner span {
    font-family: 'Helvetica Neue', sans-serif;
}

.category-label-spinner span {
    font-size: 14px;
    line-height: 17px;
}

.event-button {
    padding: 24px 26px !important;
}

.game {
    background: none;
    margin-bottom: 0px;
    max-width: 396px;
}

.game-badge-icon {
    max-width: 72px;
    position: absolute;
    top: 49%;
    right: 14px;
    transform: translateY(-50%);
}

.game-badge-mol {
    max-width: 95px;
}

.game-badge-spinner {
    max-width: 140px;
}

.mmh-banner {
    max-width: 100%;
    margin-bottom: 40px;
}

.mmh-banner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mmh-original {
    font-size: 1rem;
    vertical-align: super;
}

.mmh-banner-description {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    max-width: 343px;
    margin: 0 auto;
    margin-bottom: 12px;
    font-weight: 300;
}

.replay-button {
    margin: 0 auto;
    height: 44px !important;
    gap: 8px;
    padding: 0 30px !important;
}

.our-games-container {
    margin-top: 32px;
}

.custom-button:hover {
    transform: none;
    text-decoration: none;
}

.our-games-container .game {
    height: unset;
}

.next-release-container .game {
    height: 100%;
}

.spinners-container,
.next-release-container,
.unique-container,
.the-call-container {
    margin-top: 72px;
}

.coming-soon-container {
    margin-top: 164px;
}

.spinner-game-card:hover .in-preparation-button {
    display: none;
}

.game-description {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px 20px 30px 20px;
    background: radial-gradient(111.13% 87.91% at 29.62% 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.612) 100%);
    background-blend-mode: multiply;
}

.game-description-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 14px;
    margin-bottom: 20px;
}

.game-description .small-text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 36px;
    text-align: justify;
    font-weight: 300;
}

.game-description .custom-button.sm {
    height: 42px;
    padding: 14px 30px;
    padding-right: 29px;
}

    .game-description .custom-button.sm span {
        font-size: 20px;
        font-weight: 700;
    }

.custom-button.sm span {
    font-size: 20px;
    line-height: 100%;
}

.features-event-item {
    max-width: 100%;
    width: 385px;
    gap: 30px;
}

    .features-event-item > div {
        max-width: 100%;
    }

    .features-event-item p {
        color: #64E1E5;
        font-weight: 700;
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 16px;
    }

    .features-event-item span {
        font-size: 20px;
        line-height: 29px;
    }

    .features-event-item img {
        margin-bottom: 28px;
        max-height: 450px;
    }

.features-event-container .custom-button.sm {
    margin-top: 0px !important;
}

.features-item-description {
    text-align: justify;
}

.form {
    padding: 0 115px;
}

.input-form > div {
    width: 294px;
}

input {
    width: 100%;
}

.schedule-section .gradient-header {
    margin-bottom: 32px;
}

.gang-container .gradient-header,
.the-call-container .gradient-header {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 58px;
}

.the-call-container .gradient-header {
    margin-bottom: 32px;
}

.schedule-section-subheader {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 24px;
    font-weight: 300;
}

.gang-img {
    max-width: 1920px;
}

.linkedin-profiles-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 43px;
}

.linkedin-profiles-description {
    position: unset;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) -58.55%, rgba(0, 0, 0, 0.8) 100%);
    color: #fff;
    padding: 23px 12px 23px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 342px;
    max-height: 99px;
}

    .linkedin-profiles-description p {
        margin-bottom: 0px;
        font-size: 20px;
        line-height: 29px;
        font-weight: 700;
    }

    .linkedin-profiles-description span {
        font-size: 16px;
        line-height: 100%;
    }

    .linkedin-profiles-description .underline {
        margin-bottom: 12px;
        margin-left: 0px;
    }

.in-preparation-button {
    background: rgba(0, 0, 0, 1);
    box-shadow: 0px 2.03px 5.17px 0px rgba(0, 0, 0, 0.17) inset, 0px -1.52px 2.69px 0px rgba(255, 255, 255, 0.25) inset;
    position: relative;
    color: var(--white-color);
    overflow: hidden;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .in-preparation-button.sm {
        height: 42px !important;
        width: fit-content;
        font-size: 24px !important;
        border-radius: 12px;
        border: 1.5px solid rgba(217, 217, 217, 0.61);
        padding: 12px 28px;
    }

        .in-preparation-button.sm:hover {
            text-decoration: none;
        }

    .in-preparation-button::after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(84% 216.41% at 50% 120.91%, #FFFFFF -30%, rgba(3, 207, 213, 0) 100%);
        background-blend-mode: color;
    }

    .in-preparation-button.sm span {
        font-size: 20px;
        font-weight: 700;
        line-height: 100%;
    }

.schedule-form {
    padding: 80px 0px 68px;
}

.submit-form-button-container {
    margin-top: 10px;
}

.submit-container-title {
    margin-bottom: 28px;
}

    .submit-container-title p {
        font-weight: 300;
        font-size: 20px;
        line-height: 14px;
        margin-bottom: 28px;
    }

    .submit-container-title a {
        font-weight: 700;
        color: white;
        text-decoration: none;
    }

        .submit-container-title a:hover {
            text-decoration: underline;
        }

    .submit-container-title span {
        font-size: 16px;
        line-height: 11px;
        font-weight: 300;
    }

.gradient-header-description {
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    margin: auto;
    margin-bottom: 60px;
}

.spinner-game-card {
    background: unset;
    position: relative;
    max-height: fit-content;
}

    .spinner-game-card .in-preparation-button {
        position: absolute;
        bottom: 31px;
        left: 18px;
    }

    .spinner-game-card .home-game-image-overlay {
        row-gap: 36px;
    }

    .spinner-game-card .play-now-btn {
        margin-top: 0px;
    }

    .spinner-game-card .contact-hover-text {
        margin-bottom: 0px;
    }

.footer {
    padding-top: 24px;
}

.social-connectors, .terms-privacy {
    padding-bottom: 0px;
}

.connect-team-button {
    margin-top: 24px !important;
    padding: 20px 28px !important;
    border-radius: 14px !important;
    height: 54px !important;
}

    .connect-team-button span {
        font-size: 24px;
        line-height: 100%;
    }

.coming-soon-container .game {
    margin-bottom: 0px;
}

.image-relative img {
    max-height: 240px;
}

@media only screen and (max-width: 960px) {
    h1 {
        font-size: 20px;
        line-height: 29px;
    }

    h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .hero-section-content {
        padding: 75px 16px 0px !important;
    }

    .game {
        max-width: 275px;
        margin-bottom: 0px;
    }

    .game-badge-icon {
        max-width: 58px;
        top: 44%;
    }

    .mmh-banner-container {
        flex-direction: column;
        gap: 8px;
        margin: 0 auto;
    }

        .mmh-banner-container div {
            max-width: 759px;
        }

    .mmh-banner {
        width: 100%;
        max-width: 100%;
    }

    .mmh-banner-description {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 10px;
    }

    .event {
        margin-top: 30px !important;
        font-size: 18px;
        line-height: 26px;
        max-width: 270px;
        margin: auto;
    }

        .event:last-child {
            max-width: unset;
            line-height: 20px;
        }

    .hero-section-content .custom-button.sm {
        height: 46px !important;
        margin-top: 26px !important;
        border-radius: 7px !important;
        padding: 16px 18px !important;
    }

    .hero-section-absolute {
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 196px;
    }

    .underline {
        margin-top: 4px;
        margin-bottom: 34px;
    }

    .row,
    .unique-container,
    .gang-container,
    .the-call-container {
        margin-top: 78px !important;
    }

    p {
        font-size: 20px;
        line-height: 29px;
    }

    .gradient-header,
    .schedule-section .gradient-header {
        margin: 0 auto;
        margin-bottom: 8px;
        max-width: 320px;
    }

    .gradient-header-description {
        font-size: 20px;
        line-height: 29px;
        margin: 0 auto;
        margin-bottom: 20px;
        max-width: 320px;
    }

    .event-button {
        padding: 16px 18px !important;
        font-size: 20px !important;
        line-height: 100% !important;
    }

    .custom-button.sm span {
        font-size: 20px !important;
        line-height: 100% !important;
    }

    .game-description .custom-button.sm span {
        font-size: 14px !important;
        line-height: 14px !important;
    }

    .col-sm-4 {
        margin-bottom: 20px;
    }

    .container .row .col-sm-4:last-child {
        margin-bottom: 0px;
    }

    .replay-button {
        height: 38px !important;
        padding: 0 24px !important;
    }

        .replay-button img {
            width: 26px;
        }

    .custom-button.sm.replay-button span {
        font-size: 18px !important;
        margin-top: 4px;
    }

    .spinner-game-card .in-preparation-button {
        bottom: 14px;
        left: 14px;
    }

    .category-label-mmh,
    .category-label-spinner {
        right: 3%;
        bottom: 2%;
    }

    .game-description {
        min-height: 180px;
    }

    .game-description-title {
        font-size: 16px;
        line-height: 11px;
        margin-bottom: 14px;
    }

    .game-description .small-text {
        font-size: 14px;
        line-height: 21px;
    }

    .game-description,
    .coming-soon-container .game-description {
        padding: 21px 14px;
        text-align: justify;
        height: 222px;
    }

    .game-description > .custom-button.sm {
        padding: 9px 20px 6px !important;
        border-radius: 9px !important;
    }

    .spinners-row,
    .mmh-row {
        margin-top: 48px !important;
    }

    .mmh-delivers-container,
    .coming-soon-container,
    .our-games-container {
        margin-top: 80px;
    }

        .coming-soon-container .event-games-description-container {
            margin-bottom: 20px;
        }


    .introduction-container div {
        padding: 0px 24px;
    }

    .event-games-description-container {
        padding: 0px 24px;
    }

    .mmh-delivers-container .text-center {
        max-width: 313px;
        margin: 0 auto;
    }

    .in-preparation-button.sm,
    .game-description > .in-preparation-button.sm {
        height: unset !important;
        padding: 9px 20px 6px !important;
        border-radius: 9px !important;
        border: 1px solid rgba(217, 217, 217, 0.61);
        max-width: fit-content;
    }

    .next-release-header h2,
    .unique-container .gradient-header {
        font-size: 30px;
        line-height: 43px;
        background-size: 100%;
    }

    .next-release-header p,
    .unique-subtitle {
        font-size: 24px;
        line-height: 35px;
    }

    .features-event-container {
        gap: 58px;
        margin-top: 58px;
    }

    .features-event-item {
        padding: 0px 24px;
    }

        .features-event-item p {
            font-size: 22px;
            line-height: 26px;
        }

        .features-event-item span {
            font-size: 20px;
            line-height: 29px;
        }

        .features-event-item img {
            max-height: unset;
            margin-bottom: unset;
        }

        .features-event-item .custom-button.sm {
            margin-top: 30px !important;
        }

        .features-event-item .custom-button span {
            font-size: 20px !important;
        }

        .features-event-item > div {
            max-width: 335px;
            margin: 0 auto;
        }

            .features-event-item > div:first-child {
                margin-bottom: 28px;
            }

    .image-title-absolut {
        padding: 7px 12px;
        top: 6px;
        left: 7px;
        border-radius: 9px;
    }

        .image-title-absolut span {
            font-size: 16px;
        }

    .coming-soon-header .gradient-header,
    .the-call-container .gradient-header {
        font-size: 30px;
        line-height: 43px;
        max-width: 100%;
        background-size: 100%;
    }

    .the-call-container .gradient-header {
        margin-bottom: 8px;
    }

    .coming-soon-header p {
        font-size: 24px;
        line-height: 35px;
    }

    .gang-container .gradient-header {
        font-size: 30px;
        line-height: 43px;
        max-width: 100%;
        background-size: 100%;
    }

    .gang-container .custom-button {
        margin-top: 14px !important;
        border-radius: 7px !important;
    }

        .gang-container .custom-button span {
            font-size: 16px !important;
            line-height: 11px !important;
        }

    .gang-container .custom-button,
    .schedule-form .custom-button {
        height: unset !important;
    }


    .gang-container .text-center {
        max-width: 320px;
        margin: 0 auto;
    }

    .linkedin-profiles-container {
        column-gap: 6px;
    }

    .linkedin-profiles-description {
        width: 120px;
        max-height: 35px;
        padding: 4px;
    }

        .linkedin-profiles-description p {
            font-size: 12px;
            line-height: 15px;
            font-weight: 300;
        }

        .linkedin-profiles-description span {
            font-size: 10px;
            font-weight: 300;
        }

        .linkedin-profiles-description img {
            height: 16px;
            width: 16px;
        }

        .linkedin-profiles-description .underline {
            width: 20px;
            margin-bottom: 4px;
            height: 1px;
        }

    .schedule-form .custom-button p {
        padding: 0px;
        font-weight: 700;
        font-size: 20px;
    }

    .form {
        padding: 0 48px;
    }

    .input-form > div {
        width: 100%;
    }

    .schedule-section {
        margin-top: 80px !important;
        padding-bottom: 46px;
    }

        .schedule-section .gradient-header {
            font-size: 24px;
            line-height: 35px;
        }

        .schedule-section p {
            font-size: 16px;
            line-height: 23px;
            margin-bottom: 8px;
        }

    .schedule-section-subheader {
        text-align: start !important;
        line-height: 24px;
    }

    .schedule-form {
        padding: 30px 0px 0px;
    }

    .connect-team-button {
        padding: 18px 26px 14px !important;
    }

    .submit-form-button-container {
        margin-top: 28px;
    }

    .submit-container-title span {
        font-size: 14px;
        line-height: 20px;
    }

    .schedule-form .custom-button.sm {
        margin-top: 0px !important;
        padding: 14px 26px 12px !important;
        height: unset !important;
    }

        .in-preparation-button.sm span,
        .schedule-form .custom-button.sm span {
            font-size: 14px !important;
            line-height: 14px !important;
        }

    input {
        font-size: 14px;
        line-height: 17px;
        padding: 6px 8px;
    }

    ::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 17px;
    }
}

@media only screen and (max-width: 400px) {
    .linkedin-profiles-container {
        column-gap: 2px;
    }
}

@media (min-width: 1901px) and (max-width: 2100px) {
    .hero-section-absolute {
        bottom: 20%;
        right: 9%;
        transform: translate(-9%, -20%);
    }
}

@media (min-width: 1800px) and (max-width: 1900px) {
    .hero-section-absolute {
        bottom: 20%;
        right: 8%;
        transform: translate(-8%, -20%);
    }
}

@media (min-width: 1400px) and (max-width: 1799px) {
    .hero-section-absolute {
        bottom: 17%;
        right: 8%;
        transform: translate(-8%, -17%);
    }
}

@media (min-width: 1201px) and (max-width: 1399px) {
    .hero-section-absolute {
        bottom: 17%;
        right: 6%;
        transform: translate(-6%, -17%);
    }
}

@media (min-width: 960px) and (max-width: 1200px) {
    .hero-section-absolute {
        bottom: 15%;
        right: 4%;
        transform: translate(-4%, -15%);
    }
}
