@font-face {
    font-family: Cuprum;
    src: url("assets/Cuprum-VariableFont_wght.ttf");
}

:root {
    --background-body: #1a1a36;
    --head-color: #4ee553;
    --button-color: #4ee553;
    --button-mob-color: #313131;
    --a-color: #4ee553;
    --text-color: #ffffff;

    --head-back-color: #0b0b0b;

    --logo-color: #4ee553;

    --nav-color: #4ee553;
    --nav-href-color: #000000;
    --nav-href-mob-color: #000000;
    --nav-back-color: #1e1e1e;
    --nav-back-mob-color: #4ee553;

    --banner-color: #4ee553;

    --main-btn-color: #000000;
    --content-color: #4ee553;

    --table-text-color: #000000;
    --table-row-color: #4ee553;

    --footer-text-color: #4ee553;
    --footer-bg-color: #010101;
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

body {
    position: relative;
    max-width: 1440px;
    min-width: 390px;
    margin: 0 auto;
    padding: 0;

    color: var(--text-color);
    font-family: Cuprum, system-ui, -apple-system, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;

    background-color: var(--background-body);
}

h3,
h2,
h1 {
    color: var(--head-color);
    text-align: center;
    font-family: Cuprum, system-ui, -apple-system, sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    margin: 25px;
}

h2 {
    font-size: 37px;
    line-height: 47px;
    margin-top: 24px;
}

h3 {
    text-align: center;
    font-size: 26px;
    line-height: 45px;

    margin-top: 24px;
}

a {
    color: var(--a-color);
}

button {
    border: none;
    background: none;

    color: var(--text-color);
    font-family: Cuprum, system-ui, -apple-system, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-decoration: none;

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.d_none {
    display: none;
}

.content img {
    display: block;
    max-width: 100%;
    margin: 15px auto;
}

.figure {
    position: absolute;
    z-index: -2;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: screen;
}

.figure_1 {
    top: 100px;
    right: 0;
}

.figure_2 {
    top: 750px;
    left: 100px;
}

.figure_3 {
    top: 1350px;
    left: -500px;
}

#button_up {
    display: none;

    position: fixed;
    right: 100px;
    bottom: 129.87px;

    width: 34px;
    height: 34px;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath id='up' d='M20.3892 2.67879L33.1769 27.4061C35.1443 30.9778 33.4228 34 29.7341 34H4.15855C0.469774 34 -1.00574 30.9778 0.715691 27.4061L13.5035 2.67879C15.4708 -0.892929 18.4218 -0.892929 20.3892 2.67879Z' fill='url(%23paint0_linear_137_2593)' /%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_137_2593' x1='17' y1='0' x2='17' y2='34' gradientUnits='userSpaceOnUse' %3E%3Cstop stop-color='%23d4a894' /%3E%3Cstop offset='1' stop-color='%23fab091' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

#button_up:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath id='up' d='M20.3892 2.67879L33.1769 27.4061C35.1443 30.9778 33.4228 34 29.7341 34H4.15855C0.469774 34 -1.00574 30.9778 0.715691 27.4061L13.5035 2.67879C15.4708 -0.892929 18.4218 -0.892929 20.3892 2.67879Z' fill='url(%23paint0_linear_137_2593)' /%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_137_2593' x1='17' y1='0' x2='17' y2='34' gradientUnits='userSpaceOnUse' %3E%3Cstop stop-color='%23ffd7c5' /%3E%3Cstop offset='1' stop-color='%23e6b19a' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.top {
    padding: 15px 140px;

    background-color: var(--head-back-color);
}

.top_logo {
    display: block;
    margin: 0 auto 24px;

    color: var(--logo-color);
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.dropdown_menu {
    display: none;
}

.top__btns {
    display: flex;
    align-items: center;
    gap: 15px;
    width: max-content;
    margin-left: auto;
}

.btn {
    width: max-content;
    display: block;
    padding: 10px 16px;

    text-align: center;
    font-weight: 700;
    border-radius: 30px;
    border: 1px solid var(--button-color);
}

.btn_in {
    color: var(--button-color);
}

.btn_in:hover {
    color: var(--head-back-color);
    background-color: var(--button-color);
    transition: all 0.3s;
}

.btn_up {
    color: var(--head-back-color);
    background-color: var(--button-color);
}

.btn_up:hover {
    color: var(--button-color);
    background-color: unset;
    transition: all 0.3s;
}

.menu {
    position: absolute;
    top: 94px;
    left: 79px;

    max-width: 229px;
    width: 100%;
    min-height: 545px;
    padding-top: 24px;

    border-radius: 24px;
    border: 1px solid var(--nav-color);
    background-color: var(--nav-back-color);
}

.menu_link {
    display: block;
    margin-bottom: 20px;

    color: var(--a-color);
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;

    padding: 16px 26px 16px 60px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_207_551' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' transform='matrix(-1 0 0 1 24 0)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_207_551)'%3E%3Cpath d='M18.15 17.1C17.3 16.45 16.35 15.9375 15.3 15.5625C14.25 15.1875 13.15 15 12 15C10.85 15 9.75 15.1875 8.7 15.5625C7.65 15.9375 6.7 16.45 5.85 17.1C5.26667 16.4167 4.8125 15.6417 4.4875 14.775C4.1625 13.9083 4 12.9833 4 12C4 9.78333 4.77917 7.89583 6.3375 6.3375C7.89583 4.77917 9.78333 4 12 4C14.2167 4 16.1042 4.77917 17.6625 6.3375C19.2208 7.89583 20 9.78333 20 12C20 12.9833 19.8375 13.9083 19.5125 14.775C19.1875 15.6417 18.7333 16.4167 18.15 17.1ZM12 13C12.9833 13 13.8125 12.6625 14.4875 11.9875C15.1625 11.3125 15.5 10.4833 15.5 9.5C15.5 8.51667 15.1625 7.6875 14.4875 7.0125C13.8125 6.3375 12.9833 6 12 6C11.0167 6 10.1875 6.3375 9.5125 7.0125C8.8375 7.6875 8.5 8.51667 8.5 9.5C8.5 10.4833 8.8375 11.3125 9.5125 11.9875C10.1875 12.6625 11.0167 13 12 13ZM12 22C13.3833 22 14.6833 21.7375 15.9 21.2125C17.1167 20.6875 18.175 19.975 19.075 19.075C19.975 18.175 20.6875 17.1167 21.2125 15.9C21.7375 14.6833 22 13.3833 22 12C22 10.6167 21.7375 9.31667 21.2125 8.1C20.6875 6.88333 19.975 5.825 19.075 4.925C18.175 4.025 17.1167 3.3125 15.9 2.7875C14.6833 2.2625 13.3833 2 12 2C10.6167 2 9.31667 2.2625 8.1 2.7875C6.88333 3.3125 5.825 4.025 4.925 4.925C4.025 5.825 3.3125 6.88333 2.7875 8.1C2.2625 9.31667 2 10.6167 2 12C2 13.3833 2.2625 14.6833 2.7875 15.9C3.3125 17.1167 4.025 18.175 4.925 19.075C5.825 19.975 6.88333 20.6875 8.1 21.2125C9.31667 21.7375 10.6167 22 12 22ZM12 20C11.1167 20 10.2833 19.8708 9.5 19.6125C8.71667 19.3542 8 18.9833 7.35 18.5C8 18.0167 8.71667 17.6458 9.5 17.3875C10.2833 17.1292 11.1167 17 12 17C12.8833 17 13.7167 17.1292 14.5 17.3875C15.2833 17.6458 16 18.0167 16.65 18.5C16 18.9833 15.2833 19.3542 14.5 19.6125C13.7167 19.8708 12.8833 20 12 20ZM12 11C11.5667 11 11.2083 10.8583 10.925 10.575C10.6417 10.2917 10.5 9.93333 10.5 9.5C10.5 9.06667 10.6417 8.70833 10.925 8.425C11.2083 8.14167 11.5667 8 12 8C12.4333 8 12.7917 8.14167 13.075 8.425C13.3583 8.70833 13.5 9.06667 13.5 9.5C13.5 9.93333 13.3583 10.2917 13.075 10.575C12.7917 10.8583 12.4333 11 12 11Z' fill='%234ee553'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 26px center;
}

.menu_link:hover {
    color: var(--nav-href-color);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_207_546' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' transform='matrix(-1 0 0 1 24 0)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_207_546)'%3E%3Cpath d='M18.15 17.1C17.3 16.45 16.35 15.9375 15.3 15.5625C14.25 15.1875 13.15 15 12 15C10.85 15 9.75 15.1875 8.7 15.5625C7.65 15.9375 6.7 16.45 5.85 17.1C5.26667 16.4167 4.8125 15.6417 4.4875 14.775C4.1625 13.9083 4 12.9833 4 12C4 9.78333 4.77917 7.89583 6.3375 6.3375C7.89583 4.77917 9.78333 4 12 4C14.2167 4 16.1042 4.77917 17.6625 6.3375C19.2208 7.89583 20 9.78333 20 12C20 12.9833 19.8375 13.9083 19.5125 14.775C19.1875 15.6417 18.7333 16.4167 18.15 17.1ZM12 13C12.9833 13 13.8125 12.6625 14.4875 11.9875C15.1625 11.3125 15.5 10.4833 15.5 9.5C15.5 8.51667 15.1625 7.6875 14.4875 7.0125C13.8125 6.3375 12.9833 6 12 6C11.0167 6 10.1875 6.3375 9.5125 7.0125C8.8375 7.6875 8.5 8.51667 8.5 9.5C8.5 10.4833 8.8375 11.3125 9.5125 11.9875C10.1875 12.6625 11.0167 13 12 13ZM12 22C13.3833 22 14.6833 21.7375 15.9 21.2125C17.1167 20.6875 18.175 19.975 19.075 19.075C19.975 18.175 20.6875 17.1167 21.2125 15.9C21.7375 14.6833 22 13.3833 22 12C22 10.6167 21.7375 9.31667 21.2125 8.1C20.6875 6.88333 19.975 5.825 19.075 4.925C18.175 4.025 17.1167 3.3125 15.9 2.7875C14.6833 2.2625 13.3833 2 12 2C10.6167 2 9.31667 2.2625 8.1 2.7875C6.88333 3.3125 5.825 4.025 4.925 4.925C4.025 5.825 3.3125 6.88333 2.7875 8.1C2.2625 9.31667 2 10.6167 2 12C2 13.3833 2.2625 14.6833 2.7875 15.9C3.3125 17.1167 4.025 18.175 4.925 19.075C5.825 19.975 6.88333 20.6875 8.1 21.2125C9.31667 21.7375 10.6167 22 12 22ZM12 20C11.1167 20 10.2833 19.8708 9.5 19.6125C8.71667 19.3542 8 18.9833 7.35 18.5C8 18.0167 8.71667 17.6458 9.5 17.3875C10.2833 17.1292 11.1167 17 12 17C12.8833 17 13.7167 17.1292 14.5 17.3875C15.2833 17.6458 16 18.0167 16.65 18.5C16 18.9833 15.2833 19.3542 14.5 19.6125C13.7167 19.8708 12.8833 20 12 20ZM12 11C11.5667 11 11.2083 10.8583 10.925 10.575C10.6417 10.2917 10.5 9.93333 10.5 9.5C10.5 9.06667 10.6417 8.70833 10.925 8.425C11.2083 8.14167 11.5667 8 12 8C12.4333 8 12.7917 8.14167 13.075 8.425C13.3583 8.70833 13.5 9.06667 13.5 9.5C13.5 9.93333 13.3583 10.2917 13.075 10.575C12.7917 10.8583 12.4333 11 12 11Z' fill='black'/%3E%3C/g%3E%3C/svg%3E");
    background-color: var(--nav-color);
}

.link_active {
    color: var(--nav-href-color);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_207_546' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' transform='matrix(-1 0 0 1 24 0)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_207_546)'%3E%3Cpath d='M18.15 17.1C17.3 16.45 16.35 15.9375 15.3 15.5625C14.25 15.1875 13.15 15 12 15C10.85 15 9.75 15.1875 8.7 15.5625C7.65 15.9375 6.7 16.45 5.85 17.1C5.26667 16.4167 4.8125 15.6417 4.4875 14.775C4.1625 13.9083 4 12.9833 4 12C4 9.78333 4.77917 7.89583 6.3375 6.3375C7.89583 4.77917 9.78333 4 12 4C14.2167 4 16.1042 4.77917 17.6625 6.3375C19.2208 7.89583 20 9.78333 20 12C20 12.9833 19.8375 13.9083 19.5125 14.775C19.1875 15.6417 18.7333 16.4167 18.15 17.1ZM12 13C12.9833 13 13.8125 12.6625 14.4875 11.9875C15.1625 11.3125 15.5 10.4833 15.5 9.5C15.5 8.51667 15.1625 7.6875 14.4875 7.0125C13.8125 6.3375 12.9833 6 12 6C11.0167 6 10.1875 6.3375 9.5125 7.0125C8.8375 7.6875 8.5 8.51667 8.5 9.5C8.5 10.4833 8.8375 11.3125 9.5125 11.9875C10.1875 12.6625 11.0167 13 12 13ZM12 22C13.3833 22 14.6833 21.7375 15.9 21.2125C17.1167 20.6875 18.175 19.975 19.075 19.075C19.975 18.175 20.6875 17.1167 21.2125 15.9C21.7375 14.6833 22 13.3833 22 12C22 10.6167 21.7375 9.31667 21.2125 8.1C20.6875 6.88333 19.975 5.825 19.075 4.925C18.175 4.025 17.1167 3.3125 15.9 2.7875C14.6833 2.2625 13.3833 2 12 2C10.6167 2 9.31667 2.2625 8.1 2.7875C6.88333 3.3125 5.825 4.025 4.925 4.925C4.025 5.825 3.3125 6.88333 2.7875 8.1C2.2625 9.31667 2 10.6167 2 12C2 13.3833 2.2625 14.6833 2.7875 15.9C3.3125 17.1167 4.025 18.175 4.925 19.075C5.825 19.975 6.88333 20.6875 8.1 21.2125C9.31667 21.7375 10.6167 22 12 22ZM12 20C11.1167 20 10.2833 19.8708 9.5 19.6125C8.71667 19.3542 8 18.9833 7.35 18.5C8 18.0167 8.71667 17.6458 9.5 17.3875C10.2833 17.1292 11.1167 17 12 17C12.8833 17 13.7167 17.1292 14.5 17.3875C15.2833 17.6458 16 18.0167 16.65 18.5C16 18.9833 15.2833 19.3542 14.5 19.6125C13.7167 19.8708 12.8833 20 12 20ZM12 11C11.5667 11 11.2083 10.8583 10.925 10.575C10.6417 10.2917 10.5 9.93333 10.5 9.5C10.5 9.06667 10.6417 8.70833 10.925 8.425C11.2083 8.14167 11.5667 8 12 8C12.4333 8 12.7917 8.14167 13.075 8.425C13.3583 8.70833 13.5 9.06667 13.5 9.5C13.5 9.93333 13.3583 10.2917 13.075 10.575C12.7917 10.8583 12.4333 11 12 11Z' fill='black'/%3E%3C/g%3E%3C/svg%3E");
    background-position: 26px center;
    background-color: var(--nav-color);
}

.banner_main,
.banner {
    max-width: 600px;
    max-height: 200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;

    border-radius: 6px;
}

.banner_main {
    max-width: 500px;
}

.banner_main img,
.banner img {
    width: 100%;
    height: 100%;
}

.content {
    padding: 24px 79px 0 348px;
}

.main_btn {
    display: block;
    width: max-content;
    margin: 0 auto;
    padding: 13px 32px;

    color: var(--main-btn-color);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Cuprum;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;

    border-radius: 6px;
    border: 1px solid var(--a-color);
    background-color: var(--a-color);
}

.main_btn:hover {
    color: var(--a-color);
    background-color: transparent;
    transition: all 0.3s;
}

.main_content {
    margin-bottom: 50px;
}

table {
    width: 100%;
    margin-bottom: 50px;

    color: var(--text-color);
    text-align: center;
    background: transparent;

    border-collapse: collapse;
    border-spacing: 0;
}

table > tbody > tr {
    padding: 10px 0;
}

table > tbody > tr:nth-child(odd) {
    display: none;
}

.table_row {
    color: var(--table-text-color);
    background-color: var(--table-row-color);
}

table > tbody > tr > td {
    width: 25%;
    padding: 10px 20px;
}

table > tbody > tr > td:first-child {
    border-radius: 20px 0 0 20px;
}

table > tbody > tr > td:last-child {
    border-radius: 0 20px 20px 0;
}

footer {
    padding: 30px 0;
    text-align: center;
    background-color: var(--footer-bg-color);
}

.footer_text {
    display: inline;
    color: var(--footer-text-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

@media (max-width: 1024px) {
    .mob_none {
        display: none;
    }

    #button_up {
        right: 20px;
        bottom: 100px;
    }

    .figure {
        display: none;
    }

    .top {
        display: flex;
        align-items: center;
        justify-content: space-between;

        padding: 30px 15px;
    }

    .top_logo {
        margin: 0;
    }

    .dropdown_menu {
        position: relative;
        z-index: 2;
        display: block;
        width: 40px;
        height: 40px;
        background-image: url("data:image/svg+xml,%3Csvg width='40' height='25' viewBox='0 0 40 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='3' rx='1.5' fill='%234ee553'/%3E%3Crect y='11' width='40' height='3' rx='1.5' fill='%234ee553'/%3E%3Crect y='22' width='40' height='3' rx='1.5' fill='%234ee553'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;

        cursor: pointer;
    }

    .menu_active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M0.452179 29.548C-0.150416 28.9454 -0.150416 27.9684 0.452179 27.3658L27.3659 0.45195C27.9685 -0.150649 28.9455 -0.15065 29.5481 0.451949C30.1506 1.05455 30.1506 2.03156 29.5481 2.63415L2.63437 29.548C2.03178 30.1506 1.05477 30.1506 0.452179 29.548Z' fill='%23313131'/%3E%3Cpath d='M0.451946 0.45198C1.05454 -0.150619 2.03154 -0.150619 2.63414 0.45198L29.5478 27.3658C30.1504 27.9684 30.1504 28.9455 29.5478 29.5481C28.9452 30.1507 27.9682 30.1507 27.3656 29.5481L0.451947 2.63419C-0.150648 2.03159 -0.150649 1.05458 0.451946 0.45198Z' fill='%23313131'/%3E%3C/svg%3E");
    }

    .top__btns {
        display: block;
        width: 330px;
        margin: 30px auto 0;

        position: absolute;
        top: 95px;
        left: calc(50% - 330px / 2);
    }

    .btn {
        width: 100%;
        border-radius: 16px;
        border: 1px solid var(--button-mob-color);
    }

    .btn_in {
        color: var(--head-back-color);
        background-color: var(--button-color);
        margin-bottom: 15px;
    }

    .btn_in:hover {
        color: var(--text-color);
        background-color: var(--button-mob-color);
        transition: all 0.3s;
    }

    .btn_up {
        color: var(--text-color);
        background-color: var(--button-mob-color);
    }

    .btn_up:hover {
        color: var(--head-back-color);
        background-color: var(--button-color);
        transition: all 0.3s;
    }

    .menu {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;

        max-width: 100%;
        padding: 109px 15px 470px;

        background-color: var(--nav-back-mob-color);

        border-radius: 0;
        border: none;
    }

    .menu_link {
        max-width: 360px;
        width: 100%;
        margin: 0 auto 65px;
        padding: 10px 0;

        color: var(--nav-href-mob-color);
        text-align: center;

        background-image: unset;
    }

    .menu_link:hover {
        color: var(--text-color);
        border-radius: 16px;
        background-image: unset;
        background-color: var(--nav-href-mob-color);
    }

    .link_active {
        color: var(--text-color);
        border-radius: 16px;
        background-image: unset;
        background-color: var(--nav-href-mob-color);
    }

    .content {
        padding: 149px 15px 0;
        margin: 0 0 80px;

        border-left: 0;
    }

    .banner {
        border-radius: 10px;
    }
}

@media (max-width: 840px) {
    table {
        margin: 0 auto 10px;
        font-size: 14px;
        line-height: 19px;
        word-wrap: break-word;
    }

    table > tbody > tr:nth-child(odd) {
        display: contents;
    }

    table > tbody > tr > th {
        padding: 10px 20px;
        border-radius: 20px 20px 0 0;
    }

    table > tbody > tr > td {
        width: 33%;
    }

    table > tbody > tr > td:first-child {
        display: none;
    }

    table > tbody > tr > td:nth-child(2) {
        border-radius: 0 0 0 20px;
    }

    table > tbody > tr > td:last-child {
        border-radius: 0 0 20px 0;
    }

    .last_table > tbody > tr > td {
        border-radius: 0 0 20px 20px !important;
    }
}

@media (max-width: 390px) {
    .d_none {
        display: contents;
    }

    .bunch_4 {
        top: 4300px;
        right: calc(50% - 1px / 2);
        box-shadow: 0 0 100px 100px rgba(255, 150, 121, 0.349),
            0 0 100px 150px rgba(117, 62, 55, 0.219);
    }

    .bunch_5 {
        top: 6100px;
        right: calc(50% - 1px / 2);
        box-shadow: 0 0 100px 100px rgba(255, 150, 121, 0.349),
            0 0 100px 150px rgba(117, 62, 55, 0.219);
    }

    .bunch_6 {
        top: 7100px;
        right: calc(50% - 1px / 2);
        box-shadow: 0 0 100px 100px rgba(255, 150, 121, 0.349),
            0 0 100px 150px rgba(117, 62, 55, 0.219);
    }
}
