.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.container {
    max-width: 89.75rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

.link-block {
    padding: 0.875rem 1.5rem;
    background-color: #e3352a;
    color: #fff;
    text-decoration: none;
}

.body {
    background-color: #f9f9f9;
    font-family: Redhatdisplay, sans-serif;
    font-weight: 500;
    min-width: 370px;
}

.nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-register {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav-menu.footer {
    display: none;
}

.navbar {
    padding: 1rem 3rem;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    box-shadow: 0 10px 48px 0 rgba(0, 0, 0, 0.04);
}

.navbar.nav-footer {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

._1on1-logo {
    display: inline-block;
}

.login-button {
    margin-right: 0.375rem;
    padding: 0.875rem 1.5rem;
    color: #334362;
    font-weight: 700;
}

.register-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.875rem 1.5rem;
    border-radius: 100px;
    background-color: #e3352a;
    color: #fff;
    text-decoration: none;
}

.middle-menu-items {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.nav-link {
    padding: 0.875rem 1.5rem;
    font-family: Redhatdisplay, sans-serif;
    color: #4f5d82;
    font-weight: 500;
}

.nav-link.w--current {
    color: #334362;
}

.text-block {
    margin-right: 1rem;
}

.head-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8.25rem;
    margin-bottom: 10.625rem;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-text {
    display: inline-block;
    margin-bottom: 2rem;
    color: #334362;
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
}

.header-left {
    display: inline-block;
    width: 100%;
    max-width: 36.625rem;
    margin-right: 5.375rem;
}

.paragraph {
    margin-bottom: 2rem;
    color: #4f5d82;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

.paragraph.weight-normal {
    color: #4f5d82;
    font-size: 18px;
    line-height: 32px;
}

.register-cta {
    padding: 0.875rem 1.5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 100px;
    background-color: #e3352a;
    color: #fff;
    text-decoration: none;
}

.simdi-basla {
    display: inline-block;
    margin-right: 1rem;
    font-size: 16px;
}

.header-right {
    display: -ms-grid;
    display: grid;
    overflow: visible;
    width: 100%;
    max-height: 22.75rem;
    max-width: 35.375rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    border-radius: 24px;
    background-color: rgba(129, 139, 165, 0.1);
}

.header-phone-image {
    max-width: unset !important;
    height: 450px;
    width: auto;
}

.image {
    position: absolute;
    left: auto;
    top: 30%;
    right: auto;
}

.section-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    max-height: 40rem;
    margin-bottom: 8.5rem;
    padding-top: 2rem;
    padding-right: 3.5rem;
    padding-left: 3.5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 20px;
    background-color: #fff;
}

._2ndtext {
    display: inline-block;
    margin-bottom: 2rem;
    color: #334362;
    font-size: 40px;
    line-height: 52px;
    font-weight: 500;
}

.applestorecta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    padding: 0.875rem 1.5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 100px;
    background-color: #e3352a;
    color: #fff;
    text-decoration: none;
}

.app-download-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.image-2 {
    margin-right: 1rem;
}

.text-block-2 {
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
}

.apple-download-cta {
    display: inline-block;
    margin-right: 1rem;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
}

.sport-image {
    position: relative;
    top: 0px;
    bottom: 0px;
}

.sport-image._1 {
    top: -20px;
}

.sport-image._2 {
    top: 100px;
}

.sport-image._3 {
    top: -100px;
}

.sport-image._4 {
    top: -40px;
}

.sport-image._5 {
    top: 100px;
}

.sport-image._6 {
    top: -100px;
}

.sport-image._7 {
    top: -40px;
}

.sport-image._8 {
    top: 100px;
}

.sport-image._9 {
    top: -100px;
}

.image-3 {
    height: 100%;
    max-height: 281px;
    max-width: 207px;
    border-radius: 20px;
    background-color: #222e46;
}

.text-block-3 {
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

.image-text-block {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 1rem;
}

.text3alt {
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

.header-right1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    max-height: 22.75rem;
    max-width: 35.375rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    border-radius: 24px;
    background-color: rgba(129, 139, 165, 0.1);
}

._2nd-right-block {
    display: -ms-grid;
    display: grid;
    overflow: visible;
    width: 100%;
    max-height: 100%;
    max-width: 40.75rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    border-radius: 24px;
}

.header-left2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 36.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 8.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #334362;
    font-size: 40px;
    line-height: 53px;
    font-weight: 500;
}

._3nd-title {
    max-width: 59.5rem;
    margin-bottom: 4rem;
    text-align: center;
}

.paragraph-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #4f5d82;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

.grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 3rem;
    grid-row-gap: 4.5rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.feature-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.right-arrow-block {
    display: inline-block;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    border-radius: 100px;
    background-color: rgba(227, 53, 42, 0.1);
}

.paragraph-3 {
    margin-bottom: 0px;
    color: #334362;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

.text-span {
    font-weight: 700;
}

.section-4 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 4.5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

._4ndtext {
    display: inline-block;
    margin-bottom: 2rem;
    color: #334362;
    font-size: 40px;
    line-height: 52px;
    font-weight: 500;
}

.paragraph-4 {
    margin-bottom: 2rem;
    color: #4f5d82;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

.paragraph-4.weight-normal {
    margin-bottom: 0rem;
    color: #4f5d82;
    font-size: 18px;
    line-height: 32px;
}

.header-right-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 36.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-5 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 8.5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.line {
    width: 100%;
    height: 1px;
    margin-top: 2rem;
    background-color: rgba(79, 93, 130, 0.2);
}

.footer-bottom {
    display: inline-block;
    margin-top: 2rem;
}

.payment-logos {
    display: inline-block;
}

.text-block-4 {
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.125rem;
}

.social-meda-icons {
    display: inline-block;
}

.iyzico-logo {
    margin-right: 1.5rem;
}

.mc-logo {
    margin-right: 1.5rem;
}

.visa-logo {
    margin-right: 1.5rem;
}

.ae-logo {
    margin-right: 1.5rem;
}

.fb-logo {
    margin-right: 1.5rem;
}

.twitter-logo {
    margin-right: 1.5rem;
}

.insta-logo {
    margin-right: 1.5rem;
}

.linkedin-logo {
    margin-right: 1.5rem;
}

.playstorecta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    padding: 0.875rem 1.5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 100px;
    background-color: #e3352a;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 1440px) {
    .head-text {
        font-size: 40px;
        line-height: 40px;
    }

    .header-phone-image {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .nav-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav-container.head {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .login-register {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nav-menu {
        padding-bottom: 2rem;
        background-color: #fff;
    }

    .nav-menu.footer {
        display: none;
    }

    .navbar {
        padding-right: 1rem;
        padding-left: 1rem;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .navbar.nav-footer {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .login-button {
        margin-left: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .register-button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .middle-menu-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .middle-menu-items.menu-head {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    .nav-link {
        margin-bottom: 0.625rem;
        text-align: center;
    }

    .head-section {
        margin-top: 3.75rem;
        margin-bottom: 4rem;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .head-text {
        font-size: 56px;
        line-height: 56px;
    }

    .header-left {
        margin-right: 0rem;
    }

    .paragraph.weight-normal {
        margin-bottom: 1rem;
        text-align: center;
    }

    .header-phone-image {
        width: 100%;
        height: auto;
    }

    .image {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: none;
    }

    .section-2 {
        max-height: 100%;
        margin-bottom: 5.5rem;
        padding-top: 2rem;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: unset;
    }

    ._2ndtext {
        margin-bottom: 1rem;
        text-align: center;
    }

    .app-download-block {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .sport-image._1 {
        top: auto;
    }

    .sport-image._2 {
        top: 40px;
        width: 100%;
        height: 100%;
    }

    .sport-image._3 {
        top: 68px;
    }

    .sport-image._4 {
        top: auto;
    }

    .sport-image._5 {
        top: 40px;
    }

    .sport-image._6 {
        top: 68px;
    }

    .sport-image._7 {
        top: auto;
        display: none;
    }

    .sport-image._8 {
        top: auto;
        bottom: auto;
        display: none;
    }

    .sport-image._9 {
        display: none;
    }

    .image-3 {
        width: 100%;
        max-height: 100%;
        max-width: 100%;
    }

    .text-block-3 {
        display: inline-block;
    }

    .image-text-block {
        text-align: center;
    }

    .text3alt {
        text-align: center;
    }

    .header-right1 {
        margin-top: 4.625rem;
    }

    ._2nd-right-block {
        margin-top: 1rem;
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .section-3 {
        margin-bottom: 3.5rem;
    }

    .section-4 {
        margin-bottom: 3.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-right-4 {
        margin-top: 1rem;
    }

    .section-5 {
        margin-bottom: 6rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .image-left-5 {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .menu-button {
        padding: 0.5rem;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #818ba5;
        text-align: right;
    }

    .menu-button.w--open {
        background-color: #fff;
    }

    .menu-button-2 {
        padding: 0.5rem;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: right;
    }

    .menu-button-2.w--open {
        background-color: #fff;
        color: #818ba5;
    }

    .menu-mob {
        padding: 0.5rem;
        border-radius: 1rem;
        background-color: transparent;
    }

    .menu-mob.w--open {
        background-color: transparent;
    }

    .icon-3 {
        display: inline-block;
        width: 1.5rem;
        height: 1.5rem;
        color: #263c4b;
    }
}

@media screen and (max-width: 767px) {
    .navbar {
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .head-text {
        display: block;
        margin-bottom: 1rem;
        font-size: 32px;
        line-height: 40px;
    }

    .header-left {
        text-align: center;
    }

    .paragraph {
        margin-bottom: 1rem;
        font-size: 16px;
        line-height: 21px;
    }

    .paragraph.weight-normal {
        font-size: 14px;
        line-height: 24px;
    }

    .header-phone-image {
        width: 100%;
        height: auto;
    }

    .image {
        left: 10%;
        top: 40%;
        right: auto;
        bottom: 40%;
        display: none;
    }

    ._2ndtext {
        font-size: 24px;
        line-height: 31px;
    }

    .text-block-3 {
        font-size: 16px;
        line-height: 24px;
    }

    .text3alt {
        font-size: 16px;
        line-height: 24px;
    }

    ._2nd-right-block {
        margin-top: 2rem;
    }

    .heading {
        font-size: 24px;
        line-height: 31px;
    }

    .paragraph-2 {
        font-size: 14px;
        line-height: 24px;
    }

    .grid {
        grid-auto-flow: column dense;
        grid-row-gap: 1.5rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto auto;
    }

    .right-arrow-block {
        margin-bottom: 1rem;
        padding: 1rem;
    }

    .paragraph-3 {
        font-size: 14px;
        line-height: 24px;
    }

    ._4ndtext {
        margin-bottom: 1rem;
        font-size: 24px;
        line-height: 32px;
    }

    .paragraph-4.weight-normal {
        font-size: 14px;
        line-height: 24px;
    }

    .footer-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .payment-logos {
        margin-bottom: 1rem;
    }

    .text-block-4 {
        margin-bottom: 1rem;
    }

    .playstorecta {
        margin-right: 0rem;
    }
}

@media screen and (max-width: 479px) {
    .paragraph.weight-normal {
        text-align: left;
    }

    ._2ndtext {
        text-align: left;
    }

    .app-download-block {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .applestorecta {
        margin: 16px 0;
    }

    .payment-logos {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .iyzico-logo {
        margin-bottom: 1rem;
    }

    .mc-logo {
        margin-bottom: 1rem;
    }

    .visa-logo {
        margin-bottom: 1rem;
    }

    .ae-logo {
        margin-bottom: 1rem;
    }

    .troy-logo {
        margin-bottom: 1rem;
    }

    .icon-3 {
        color: #4f5d82;
    }
}

@media screen and (max-width: 991px) {
    #w-node-_368f00e6-3aa1-551d-dd37-282336fae75e-0a862576 {
        -ms-grid-column-align: center;
        justify-self: center;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    #w-node-_40699d56-6040-75ff-0590-7cf9945e8d72-0a862576 {
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-_4c06d838-a5d1-068f-9a74-41f0a846b943-0a862576 {
        -ms-grid-column-align: center;
        justify-self: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    #w-node-_7b214fef-25d5-ba52-16fd-cffa1a4940d7-0a862576 {
        -ms-grid-column-align: center;
        justify-self: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    #w-node-_6ce0cb2b-b0a3-442d-717d-82a49ab38679-0a862576 {
        -ms-grid-column-align: center;
        justify-self: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    #w-node-f7dfa159-846a-ff6a-609b-006258a90858-0a862576 {
        -ms-grid-column-align: center;
        justify-self: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@font-face {
    font-family: 'Redhatdisplay';
    src: url('../fonts/RedHatDisplay-Black.woff2') format('woff2'), url('../fonts/RedHatDisplay-Black.eot') format('embedded-opentype'), url('../fonts/RedHatDisplay-Black.woff') format('woff'), url('../fonts/RedHatDisplay-Black.ttf') format('truetype'), url('../fonts/RedHatDisplay-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Redhatdisplay';
    src: url('../fonts/RedHatDisplay-MediumItalic.woff2') format('woff2'), url('../fonts/RedHatDisplay-MediumItalic.eot') format('embedded-opentype'), url('../fonts/RedHatDisplay-MediumItalic.woff') format('woff'), url('../fonts/RedHatDisplay-MediumItalic.ttf') format('truetype'), url('../fonts/RedHatDisplay-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Redhatdisplay';
    src: url('../fonts/RedHatDisplay-BlackItalic.woff2') format('woff2'), url('../fonts/RedHatDisplay-BlackItalic.eot') format('embedded-opentype'), url('../fonts/RedHatDisplay-BlackItalic.woff') format('woff'), url('../fonts/RedHatDisplay-BlackItalic.ttf') format('truetype'), url('../fonts/RedHatDisplay-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Redhatdisplay';
    src: url('../fonts/RedHatDisplay-Regular.woff2') format('woff2'), url('../fonts/RedHatDisplay-Regular.eot') format('embedded-opentype'), url('../fonts/RedHatDisplay-Regular.woff') format('woff'), url('../fonts/RedHatDisplay-Regular.ttf') format('truetype'), url('../fonts/RedHatDisplay-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Redhatdisplay';
    src: url('../fonts/RedHatDisplay-Bold.woff2') format('woff2'), url('../fonts/RedHatDisplay-Bold.eot') format('embedded-opentype'), url('../fonts/RedHatDisplay-Bold.woff') format('woff'), url('../fonts/RedHatDisplay-Bold.ttf') format('truetype'), url('../fonts/RedHatDisplay-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Redhatdisplay';
    src: url('../fonts/RedHatDisplay-BoldItalic.woff2') format('woff2'), url('../fonts/RedHatDisplay-BoldItalic.eot') format('embedded-opentype'), url('../fonts/RedHatDisplay-BoldItalic.woff') format('woff'), url('../fonts/RedHatDisplay-BoldItalic.ttf') format('truetype'), url('../fonts/RedHatDisplay-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Redhatdisplay';
    src: url('../fonts/RedHatDisplay-Italic.woff2') format('woff2'), url('../fonts/RedHatDisplay-Italic.eot') format('embedded-opentype'), url('../fonts/RedHatDisplay-Italic.woff') format('woff'), url('../fonts/RedHatDisplay-Italic.ttf') format('truetype'), url('../fonts/RedHatDisplay-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Redhatdisplay';
    src: url('../fonts/RedHatDisplay-Medium.woff2') format('woff2'), url('../fonts/RedHatDisplay-Medium.eot') format('embedded-opentype'), url('../fonts/RedHatDisplay-Medium.woff') format('woff'), url('../fonts/RedHatDisplay-Medium.ttf') format('truetype'), url('../fonts/RedHatDisplay-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Redhattext';
    src: url('../fonts/RedHatText-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Redhattext';
    src: url('../fonts/RedHatText-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Redhattext';
    src: url('../fonts/RedHatText-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Redhattext';
    src: url('../fonts/RedHatText-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Redhattext';
    src: url('../fonts/RedHatText-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Redhattext';
    src: url('../fonts/RedHatText-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
