/* Start custom CSS for html, class: .elementor-element-7a04436 *//* =========================================================
   ELECTRIKMAN.RU
   Главная страница /tg/
   Все стили ограничены .em-tg-home
   ========================================================= */

.em-tg-home {
    --tgh-dark: #071522;
    --tgh-deep: #0d2a41;
    --tgh-blue: #1676b5;
    --tgh-blue-dark: #105c8e;
    --tgh-yellow: #f2b705;
    --tgh-green: #16855a;
    --tgh-red: #b72b2b;
    --tgh-violet: #6851a6;
    --tgh-text: #172634;
    --tgh-muted: #526878;
    --tgh-border: #dbe6ed;
    --tgh-soft: #f3f7fa;
    --tgh-white: #ffffff;
    --tgh-red-soft: #fff2f1;
    --tgh-violet-soft: #f5f1ff;
    --tgh-radius: 20px;
    --tgh-radius-large: 30px;
    --tgh-shadow: 0 18px 48px rgba(8, 30, 48, 0.09);
    --tgh-shadow-small: 0 8px 24px rgba(8, 30, 48, 0.06);

    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: clip;
    color: var(--tgh-text);
    font-family: inherit;
    font-size: 17px;
    line-height: 1.7;
}

.em-tg-home,
.em-tg-home *,
.em-tg-home *::before,
.em-tg-home *::after {
    box-sizing: border-box;
    min-width: 0;
}

.em-tg-home a {
    color: inherit;
    text-decoration: none;
}

.em-tg-home p {
    margin-top: 0;
    overflow-wrap: anywhere;
}

.em-tg-home h1,
.em-tg-home h2,
.em-tg-home h3 {
    margin-top: 0;
    color: inherit;
    line-height: 1.18;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
}

.em-tg-home h1 {
    margin-bottom: 24px;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 850;
}

.em-tg-home h2 {
    margin-bottom: 0;
    font-size: clamp(29px, 3.4vw, 44px);
    font-weight: 820;
}

.em-tg-home h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 780;
}

.em-tg-home ul,
.em-tg-home ol {
    max-width: 100%;
}

/* HERO */

.em-tg-home__hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
    gap: 42px;
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(42px, 7vw, 82px);
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 88% 8%,
            rgba(242, 183, 5, 0.22),
            transparent 30%
        ),
        radial-gradient(
            circle at 10% 100%,
            rgba(22, 118, 181, 0.25),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            var(--tgh-dark),
            var(--tgh-deep)
        );
    border-radius: var(--tgh-radius-large);
    box-shadow: var(--tgh-shadow);
}

.em-tg-home__hero::before {
    content: "";
    position: absolute;
    top: -110px;
    right: -95px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    pointer-events: none;
}

.em-tg-home__hero-content,
.em-tg-home__hero-panel {
    position: relative;
    z-index: 1;
}

.em-tg-home__kicker,
.em-tg-home__eyebrow {
    margin-bottom: 14px;
    color: var(--tgh-yellow);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.em-tg-home__lead {
    max-width: 820px;
    margin-bottom: 29px;
    color: rgba(255, 255, 255, 0.83);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.55;
}

.em-tg-home__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-bottom: 25px;
}

.em-tg-home__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 11px 18px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 820;
}

.em-tg-home__button--primary {
    color: var(--tgh-dark);
    background: var(--tgh-yellow);
}

.em-tg-home__button--secondary {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.em-tg-home__button:hover {
    transform: translateY(-1px);
}

.em-tg-home__hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.em-tg-home__hero-tags span {
    padding: 8px 12px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

.em-tg-home__hero-panel {
    align-self: center;
    padding: 27px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--tgh-radius);
    backdrop-filter: blur(10px);
}

.em-tg-home__hero-panel-label {
    margin-bottom: 15px;
    color: var(--tgh-yellow);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.em-tg-home__stat {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    margin-bottom: 11px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 13px;
}

.em-tg-home__stat:last-child {
    margin-bottom: 0;
}

.em-tg-home__stat strong {
    color: var(--tgh-yellow);
    font-size: 27px;
    line-height: 1;
}

.em-tg-home__stat span {
    color: rgba(255, 255, 255, 0.77);
    font-size: 13px;
}

/* WARNINGS */

.em-tg-home__translation,
.em-tg-home__danger {
    display: grid;
    gap: 22px;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding: 26px 28px;
    border-radius: var(--tgh-radius);
}

.em-tg-home__translation {
    grid-template-columns: 72px minmax(0, 1fr);
    margin-top: 28px;
    background: var(--tgh-violet-soft);
    border: 1px solid #d9cef4;
    border-left: 5px solid var(--tgh-violet);
}

.em-tg-home__translation-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    color: #ffffff;
    background: var(--tgh-violet);
    border-radius: 16px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
}

.em-tg-home__translation strong {
    display: block;
    margin-bottom: 9px;
    color: #49337f;
    font-size: 21px;
}

.em-tg-home__translation p {
    margin-bottom: 9px;
    color: #51446f;
}

.em-tg-home__translation p:last-child {
    margin-bottom: 0;
}

.em-tg-home__danger {
    grid-template-columns: 50px minmax(0, 1fr);
    margin-top: 18px;
    background: var(--tgh-red-soft);
    border: 1px solid #efc8c5;
    border-left: 5px solid var(--tgh-red);
}

.em-tg-home__danger > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #ffffff;
    background: var(--tgh-red);
    border-radius: 50%;
    font-size: 23px;
    font-weight: 900;
}

.em-tg-home__danger strong {
    display: block;
    margin-bottom: 8px;
    color: #852020;
    font-size: 20px;
}

.em-tg-home__danger p {
    margin-bottom: 8px;
    color: #662d2d;
}

.em-tg-home__danger p:last-child {
    margin-bottom: 0;
}

/* PAGE NAV */

.em-tg-home__page-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    max-width: 1140px;
    margin: 27px auto 0;
    padding: 14px;
    background: #ffffff;
    border: 1px solid var(--tgh-border);
    border-radius: 16px;
    box-shadow: var(--tgh-shadow-small);
}

.em-tg-home__page-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 13px;
    color: #30495a;
    background: var(--tgh-soft);
    border-radius: 9px;
    font-size: 14px;
    font-weight: 730;
}

.em-tg-home__page-nav a:hover {
    color: #ffffff;
    background: var(--tgh-blue);
}

/* MAIN SECTIONS */

.em-tg-home__main {
    max-width: 1240px;
    margin: 0 auto;
    padding: 28px 0 80px;
}

.em-tg-home__section {
    margin-top: 30px;
    padding: clamp(31px, 5vw, 64px);
    background: #ffffff;
    border: 1px solid var(--tgh-border);
    border-radius: var(--tgh-radius-large);
}

.em-tg-home__section--soft {
    background: var(--tgh-soft);
}

.em-tg-home__section--dark {
    color: #ffffff;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(242, 183, 5, 0.17),
            transparent 28%
        ),
        linear-gradient(145deg, #071522, #102e47);
    border-color: transparent;
}

.em-tg-home__section-heading {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 28px;
}

.em-tg-home__section-heading > span {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: #152331;
    background: var(--tgh-yellow);
    border-radius: 14px;
    font-weight: 900;
}

.em-tg-home__intro {
    max-width: 940px;
    margin-bottom: 29px;
    color: var(--tgh-muted);
    font-size: 19px;
}

.em-tg-home__section--dark .em-tg-home__intro {
    color: rgba(255, 255, 255, 0.75);
}

/* START */

.em-tg-home__start-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.em-tg-home__start-grid article {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: var(--tgh-soft);
    border: 1px solid var(--tgh-border);
    border-radius: var(--tgh-radius);
}

.em-tg-home__start-code {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    margin-bottom: 16px;
    color: #ffffff;
    background: var(--tgh-deep);
    border-radius: 14px;
    font-size: 16px;
    font-weight: 900;
}

.em-tg-home__start-grid p {
    color: var(--tgh-muted);
    font-size: 14px;
}

.em-tg-home__start-grid a,
.em-tg-home__pending {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    margin-top: auto;
    padding: 9px 13px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
}

.em-tg-home__start-grid a {
    color: #ffffff;
    background: var(--tgh-blue);
}

.em-tg-home__pending {
    color: #6e5a09;
    background: #fff4c8;
}

/* MATERIALS */

.em-tg-home__materials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.em-tg-home__material {
    display: flex;
    flex-direction: column;
    padding: 24px;
    color: var(--tgh-text);
    background: #ffffff;
    border: 1px solid var(--tgh-border);
    border-radius: var(--tgh-radius);
}

.em-tg-home__material--ready {
    border-top: 5px solid var(--tgh-green);
    box-shadow: var(--tgh-shadow-small);
}

.em-tg-home__material-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 17px;
}

.em-tg-home__material-number {
    color: var(--tgh-blue);
    font-size: 13px;
    font-weight: 900;
}

.em-tg-home__status {
    padding: 6px 9px;
    color: #6e5a09;
    background: #fff4c8;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 800;
}

.em-tg-home__status--ready {
    color: #126645;
    background: #e9f7f1;
}

.em-tg-home__material-category,
.em-tg-home__material-ru {
    margin-bottom: 5px;
    color: var(--tgh-blue);
    font-size: 12px;
    font-weight: 800;
}

.em-tg-home__material-category {
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.em-tg-home__material-ru {
    color: var(--tgh-muted);
}

.em-tg-home__material h3 {
    font-size: 19px;
}

.em-tg-home__material > p:not(
    .em-tg-home__material-category
):not(
    .em-tg-home__material-ru
) {
    color: var(--tgh-muted);
    font-size: 14px;
}

.em-tg-home__material ul {
    margin: 0 0 18px;
    padding-left: 20px;
}

.em-tg-home__material li {
    margin-bottom: 7px;
    color: var(--tgh-muted);
    font-size: 13px;
}

.em-tg-home__material-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    margin-top: auto;
    padding: 10px 13px;
    color: #ffffff;
    background: var(--tgh-blue);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
}

.em-tg-home__material-link::after {
    content: "→";
    margin-left: 10px;
}

/* AUDIENCE */

.em-tg-home__audience,
.em-tg-home__rules {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.em-tg-home__audience article {
    padding: 22px;
    background: var(--tgh-soft);
    border: 1px solid var(--tgh-border);
    border-radius: var(--tgh-radius);
}

.em-tg-home__audience article > span {
    display: inline-block;
    margin-bottom: 13px;
    color: var(--tgh-blue);
    font-size: 13px;
    font-weight: 900;
}

.em-tg-home__audience h3 {
    font-size: 18px;
}

.em-tg-home__audience p {
    margin-bottom: 0;
    color: var(--tgh-muted);
    font-size: 13px;
}

/* RUSSIA RULES */

.em-tg-home__rules article {
    padding: 22px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--tgh-radius);
}

.em-tg-home__rules article > span {
    display: inline-block;
    margin-bottom: 13px;
    color: var(--tgh-yellow);
    font-size: 13px;
    font-weight: 900;
}

.em-tg-home__rules h3 {
    color: #ffffff;
    font-size: 18px;
}

.em-tg-home__rules p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

/* TERMS */

.em-tg-home__terms {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.em-tg-home__terms article {
    padding: 21px;
    background: var(--tgh-soft);
    border: 1px solid var(--tgh-border);
    border-radius: 15px;
}

.em-tg-home__terms p {
    margin-bottom: 6px;
    color: var(--tgh-blue);
    font-size: 13px;
    font-weight: 800;
}

.em-tg-home__terms strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
}

.em-tg-home__terms span {
    display: block;
    color: var(--tgh-muted);
    font-size: 12px;
}

.em-tg-home__term-note {
    margin-top: 22px;
    padding: 23px;
    color: #214a60;
    background: #eef8fd;
    border: 1px solid #b9dbea;
    border-radius: var(--tgh-radius);
}

.em-tg-home__term-note strong {
    display: block;
    margin-bottom: 8px;
    color: #155f88;
    font-size: 20px;
}

.em-tg-home__term-note p {
    margin-bottom: 0;
}

/* DANGER SIGNS */

.em-tg-home__danger-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.em-tg-home__danger-grid article {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 18px;
    background: #ffffff;
    border: 1px solid var(--tgh-border);
    border-radius: 14px;
}

.em-tg-home__danger-grid span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #ffffff;
    background: var(--tgh-red);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 900;
}

.em-tg-home__danger-grid p {
    margin-bottom: 0;
    color: var(--tgh-muted);
    font-size: 13px;
}

.em-tg-home__stop {
    margin-top: 22px;
    padding: 24px;
    color: #642b2b;
    background: var(--tgh-red-soft);
    border: 1px solid #efc8c5;
    border-radius: var(--tgh-radius);
}

.em-tg-home__stop strong {
    display: block;
    margin-bottom: 8px;
    color: #8b2525;
    font-size: 20px;
}

.em-tg-home__stop p {
    margin-bottom: 0;
}

/* FAQ */

.em-tg-home__faq {
    display: grid;
    gap: 11px;
}

.em-tg-home__faq details {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--tgh-border);
    border-radius: 14px;
}

.em-tg-home__faq summary {
    position: relative;
    min-height: 62px;
    padding: 19px 58px 19px 21px;
    cursor: pointer;
    list-style: none;
    font-size: 17px;
    font-weight: 780;
}

.em-tg-home__faq summary::-webkit-details-marker {
    display: none;
}

.em-tg-home__faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    color: #ffffff;
    background: var(--tgh-blue);
    border-radius: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.em-tg-home__faq details[open] summary::after {
    content: "−";
}

.em-tg-home__faq details > div {
    padding: 0 21px 20px;
}

.em-tg-home__faq p {
    margin-bottom: 0;
    color: var(--tgh-muted);
}

/* SOURCES */

.em-tg-home__sources {
    margin-top: 30px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid var(--tgh-border);
    border-radius: var(--tgh-radius);
}

.em-tg-home__sources h2 {
    margin-bottom: 20px;
    font-size: 27px;
}

.em-tg-home__sources ul {
    margin: 0 0 18px;
    padding-left: 21px;
}

.em-tg-home__sources li {
    margin-bottom: 9px;
    color: var(--tgh-muted);
    font-size: 14px;
}

.em-tg-home__sources p {
    margin-bottom: 0;
    color: #6b5704;
    font-size: 14px;
    font-weight: 700;
}

/* AUTHOR */

.em-tg-home__author {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 22px;
    margin-top: 30px;
    padding: 29px;
    background: var(--tgh-violet-soft);
    border: 1px solid #d9cef4;
    border-radius: var(--tgh-radius);
}

.em-tg-home__author-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    color: #ffffff;
    background: var(--tgh-violet);
    border-radius: 18px;
    font-size: 23px;
    font-weight: 900;
}

.em-tg-home__author-label {
    margin-bottom: 3px;
    color: var(--tgh-violet);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.em-tg-home__author-name {
    margin-bottom: 8px;
    color: var(--tgh-text);
    font-size: 19px;
    font-weight: 800;
}

.em-tg-home__author p {
    color: #574b70;
}

.em-tg-home__author-date {
    margin-bottom: 0 !important;
    font-size: 14px;
    font-weight: 700;
}

/* FOCUS */

.em-tg-home a:focus-visible,
.em-tg-home summary:focus-visible {
    outline: 3px solid rgba(22, 118, 181, 0.42);
    outline-offset: 3px;
}

/* TABLET */

@media (max-width: 1080px) {

    .em-tg-home__hero {
        grid-template-columns: 1fr;
    }

    .em-tg-home__materials {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .em-tg-home__audience,
    .em-tg-home__rules,
    .em-tg-home__danger-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

/* MOBILE */

@media (max-width: 767px) {

    .em-tg-home {
        overflow-x: hidden;
        font-size: 16px;
    }

    .em-tg-home__hero {
        grid-template-columns: 1fr;
        gap: 26px;
        margin: 0 12px;
        padding: 31px 20px;
        border-radius: 22px;
    }

    .em-tg-home h1 {
        font-size: clamp(31px, 9.4vw, 38px);
        line-height: 1.13;
    }

    .em-tg-home h2 {
        font-size: clamp(25px, 7.8vw, 30px);
    }

    .em-tg-home__lead {
        font-size: 18px;
    }

    .em-tg-home__hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .em-tg-home__button {
        width: 100%;
    }

    .em-tg-home__hero-tags {
        display: grid;
        grid-template-columns: 1fr;
    }

    .em-tg-home__hero-tags span {
        width: 100%;
        border-radius: 10px;
    }

    .em-tg-home__translation,
    .em-tg-home__danger {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-right: 12px;
        margin-left: 12px;
        padding: 21px;
        border-radius: 18px;
    }

    .em-tg-home__page-nav {
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin: 20px 12px 0;
        padding: 10px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .em-tg-home__page-nav a {
        flex: 0 0 auto;
        min-height: 44px;
        white-space: nowrap;
    }

    .em-tg-home__main {
        padding: 0 12px 48px;
    }

    .em-tg-home__section {
        margin-top: 20px;
        padding: 27px 18px;
        border-radius: 22px;
    }

    .em-tg-home__section-heading {
        display: block;
        margin-bottom: 23px;
    }

    .em-tg-home__section-heading > span {
        width: 44px;
        height: 44px;
        margin-bottom: 16px;
        border-radius: 11px;
    }

    .em-tg-home__intro {
        font-size: 17px;
    }

    .em-tg-home__start-grid,
    .em-tg-home__materials,
    .em-tg-home__audience,
    .em-tg-home__rules,
    .em-tg-home__terms,
    .em-tg-home__danger-grid {
        grid-template-columns: 1fr;
    }

    .em-tg-home__material,
    .em-tg-home__start-grid article,
    .em-tg-home__audience article,
    .em-tg-home__rules article,
    .em-tg-home__terms article {
        padding: 21px;
    }

    .em-tg-home__faq summary {
        min-height: 66px;
        padding: 18px 56px 18px 18px;
        font-size: 16px;
    }

    .em-tg-home__faq summary::after {
        right: 16px;
    }

    .em-tg-home__sources,
    .em-tg-home__author {
        margin-top: 20px;
        padding: 23px 19px;
    }

    .em-tg-home__author {
        grid-template-columns: 1fr;
    }

}

/* NARROW MOBILE */

@media (max-width: 390px) {

    .em-tg-home__hero {
        margin-right: 8px;
        margin-left: 8px;
        padding: 27px 17px;
    }

    .em-tg-home__translation,
    .em-tg-home__danger,
    .em-tg-home__page-nav {
        margin-right: 8px;
        margin-left: 8px;
    }

    .em-tg-home__main {
        padding-right: 8px;
        padding-left: 8px;
    }

    .em-tg-home__section {
        padding-right: 16px;
        padding-left: 16px;
    }

    .em-tg-home__material-top {
        align-items: flex-start;
    }

}

@media (max-width: 340px) {

    .em-tg-home h1 {
        font-size: 29px;
    }

    .em-tg-home h2 {
        font-size: 24px;
    }

    .em-tg-home__stat {
        grid-template-columns: 1fr;
    }

}

@media (prefers-reduced-motion: reduce) {

    .em-tg-home * {
        scroll-behavior: auto !important;
        transition: none !important;
    }

    .em-tg-home__button:hover {
        transform: none;
    }

}/* End custom CSS */