.hero-section .h1 {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #274669;
    font-size: 48px;
    line-height: 125%;
    font-weight: 700;
}

h2 {
    margin-top: 0px;
    margin-bottom: 16px;
    color: #091439;
    font-size: 36px;
    line-height: 1.25em;
    font-weight: 700;
}

h3 {
    color: #091439;
    font-size: 28px;
    line-height: 145%;
    font-weight: 700;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #091439;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #091439;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #091439;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
.tgme_action_button_new.tgme_logo {
    position: relative;
    padding-left: 48px;
}
.tgme_action_button_new.tgme_logo svg.tgme_logo {
    position: absolute;
    top: 4px;
    left: 10px;
}
.tgme_header {
    display: none!important;
}
.tgme_main {
    padding: 0!important;
    min-height: 100vh;
}

.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.container-large-1264px {
    max-width: 1264px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.container-large-1264px.hero-v2 {
    position: relative;
}

.container-large-1264px.checkout {
    -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;
}

.container-large-1264px.header-nav {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.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;
}

.hero-bg-bottom {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: -3;
    width: 100%;
    height: 40%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #2253ff;
}

.hero-bg-right {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    z-index: -3;
    width: 50%;
    height: 100vh;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #ffffff;
}

.hero-split-section {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.hero-split-section-v2 {
    justify-items: center;
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.left-split-section {
    padding-right: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.paragraph-large {
    opacity: 0.8;
    font-size: 28px;
    line-height: 145%;
}

.paragraph-large.banner {
    margin-bottom: 25px;
    color: #fff;
}

.paragraph-large.pricing {
    margin-bottom: 33px;
    font-size: 22px;
    line-height: 157%;
}

._2-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

._2-buttons.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.primary-button {
    padding: 16px 44px;
    border-radius: 6px;
    background-color: #2253ff;
    box-shadow: 0 2px 6px 2px rgba(41, 59, 155, 0.06);
    -webkit-transition: box-shadow 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
    transition: box-shadow 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
    transition: box-shadow 350ms ease, transform 350ms ease, background-color 350ms ease;
    transition: box-shadow 350ms ease, transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
    font-weight: 700;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.primary-button:hover {
    background-color: #0f41f0;
    box-shadow: 0 4px 8px 0 rgba(41, 59, 155, 0.23);
    -webkit-transform: translate3d(0px, -3px, 0.01px);
    transform: translate3d(0px, -3px, 0.01px);
    color: #fff;
}

.primary-button.app-store-button {
    -webkit-transition: box-shadow 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
    transition: box-shadow 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
    transition: box-shadow 350ms ease, background-color 350ms ease, transform 350ms ease;
    transition: box-shadow 350ms ease, background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.primary-button.hero {
    padding: 14px 34px;
}

.primary-button.hero.white {
    padding-right: 24px;
    padding-left: 24px;
    background-color: #fff;
    color: #2253ff;
}

.primary-button.full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.primary-button.full-width.pricing-card-button {
    margin-bottom: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.primary-button.full-width.cart {
    margin-top: 16px;
}

.primary-button.discount {
    margin-left: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
}

.primary-button.empty-state-cart-button {
    margin-top: 20px;
}

.primary-button.button-sidbar {
    width: 100%;
}

.secondary-button {
    display: inline-block;
    padding: 16px 44px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 2px 6px 2px rgba(41, 59, 155, 0.15);
    -webkit-transition: color 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
    transition: color 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
    transition: color 350ms ease, box-shadow 350ms ease, transform 350ms ease;
    transition: color 350ms ease, box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
    color: #091439;
    font-weight: 700;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.secondary-button:hover {
    box-shadow: 0 4px 8px 0 rgba(41, 59, 155, 0.23);
    -webkit-transform: translate3d(0px, -3px, 0.01px);
    transform: translate3d(0px, -3px, 0.01px);
}

.secondary-button.accent {
    -webkit-transition: color 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
    transition: color 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
    transition: color 350ms ease, box-shadow 350ms ease, transform 350ms ease;
    transition: color 350ms ease, box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
    color: #2253ff;
}

.secondary-button.accent:hover {
    color: #0f41f0;
}

.secondary-button.outline {
    border-style: solid;
    border-width: 1px;
    border-color: #2253ff;
    box-shadow: none;
    color: #2253ff;
}

.secondary-button.full-width {
    width: 100%;
}

.right-split-section {
    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;
}

.advanced-analytics-image {
    width: 100%;
}

.margin-bottom-23px {
    margin-bottom: 23px;
}

.margin-bottom-50px {
    margin-bottom: 50px;
}

.text-align-center {
    text-align: center;
}

.text-align-center.mobile-portrait {
    text-align: left;
}

.hero-image {
    overflow: hidden;
    min-width: 91%;
}

@media screen and (min-width: 1280px) {
    .hero-image {
        /*min-width: 110%;*/
    }
}

@media screen and (max-width: 991px) {
    .container-large-1264px {
        width: 100%;
    }
    .hero-bg-right {
        left: 0;
        top: 0;
        right: 0;
        width: auto;
    }
    .hero-split-section {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 30px;
    }
    .left-split-section {
        padding-right: 0;
        padding-top: 60px;
    }
    .right-split-section {
        justify-content: center;
        max-height: 252px;
    }
    .hero-section .h1 {
        font-size: 32px;
        text-align: center;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }
    .hero-section .paragraph-large {
        font-size: 24px;
        line-height: 145%;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }
    .hero-section ._2-buttons {
        justify-content: center;
    }

    footer {
        margin-top: 15px!important;
    }
}
@media screen and (max-width: 767px) {
    .hero-image {
        min-width: 110%;
    }
}
@media screen and (min-width: 992px) {
    footer {
        margin-top: -33px!important;
        width: 50vw;
        margin-right: 50vw;
    }
}
@media (max-width: 480px) {
    .tgme_footer {
        display: block!important;
    }
}

@media (prefers-color-scheme: dark) and (min-width: 992px) {
    .tgme_footer .tgme_footer_column a {
        color: var(--accent-color)!important;
    }
}