body {
    margin: 0;
    line-height: normal;
}

:root {
    /* Fonts */
    --font-gotham-pro: "Gotham Pro";

    /* font sizes */
    --font-size-base: 16px;
    --font-size-lg: 18px;
    --font-size-lgi: 19px;
    --font-size-xl: 20px;
    --font-size-5xl: 24px;
    --font-size-8xl: 27px;
    --font-size-17xl: 36px;
    --font-size-26xl: 45px;

    /* Gaps */
    --gap-base: 16px;
    --gap-lg: 18px;
    --gap-xl: 20px;
    --gap-5xl: 24px;
    --gap-8xl: 27px;
    --gap-11xl: 30px;
    --gap-13xl: 32px;
    --gap-21xl: 40px;
    --gap-34xl: 53px;
    --gap-45xl: 64px;

    /* Paddings */
    --padding-9xs: 4px;
    --padding-8xs: 5px;
    --padding-6xs: 7px;
    --padding-4xs: 9px;
    --padding-lg: 18px;
    --padding-xl: 20px;
    --padding-6xl: 25px;
    --padding-7xl: 26px;
    --padding-10xl: 29px;
    --padding-13xl: 32px;
    --padding-17xl: 36px;
    --padding-21xl: 40px;
    --padding-31xl: 50px;
    --padding-41xl: 60px;
    --padding-53xl: 72px;
    --padding-89xl: 108px;

    /* Border radiuses */
    --br-11xl: 30px;
    --br-19xl: 38px;
    --br-25xl: 44px;
    --br-536xl: 555px;

    /* Figma Variables */

    /* Color Variables */
    --General-Color: #3f419a;
    --white: #fff;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

.marble\2D gray\2D light {
    max-width: 1232px;
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
}

:root {
    --text-color: #FFF;
    --black: #000;
    --white: #fff;
    --header-color: #fff;
    --btn-hover: #fff;
    /* --font-family: "Roboto", sans-serif; */
}

.font-one {
    font-family: "Roboto", sans-serif !important;
}

.font-two {
    font-family: "Montserrat", sans-serif !important;
}

.font-three {
    font-family: "Oswald", sans-serif !important;
}

.font-four {
    font-family: "Maven Pro", sans-serif !important;
}

.inter-five {
    font-family: "Inter", sans-serif !important;
}


.palette-one {
    --gradient-bg:
            linear-gradient(to bottom right, #1E223A 0%, #1E7BA1 21%, #1E7BA1 37%, #E66C83 50%, transparent 51%) bottom right / 50% 50% no-repeat,
            linear-gradient(to bottom left, #1E223A 0%, #1E7BA1 21%, #1E7BA1 37%, #E66C83 50%, transparent 51%) bottom left / 50% 50% no-repeat,
            linear-gradient(to top left, #1E223A 0%, #1E7BA1 21%, #1E7BA1 37%, #E66C83 50%, transparent 51%) top left / 50% 50% no-repeat,
            linear-gradient(to top right, #1E223A 0%, #1E7BA1 21%, #1E7BA1 37%, #E66C83 50%, transparent 51%) top right / 50% 50% no-repeat;
    --general-color-1: #FFF;
    --general-color-2: #1E223A;
    --general-color-3: #3F419A;
    --general-color-4: #5053C2;
}

.palette-two {
    --gradient-bg:
            linear-gradient(to bottom right, #1E3A27 0%, #1EA13D 21%, #4AA11E 37%, #E6E66C 50%, transparent 51%) bottom right / 50% 50% no-repeat,
            linear-gradient(to bottom left, #1E3A27 0%, #1EA13D 21%, #4AA11E 37%, #E6E66C 50%, transparent 51%) bottom left / 50% 50% no-repeat,
            linear-gradient(to top left, #1E3A27 0%, #1EA13D 21%, #4AA11E 37%, #E6E66C 50%, transparent 51%) top left / 50% 50% no-repeat,
            linear-gradient(to top right, #1E3A27 0%, #1EA13D 21%, #4AA11E 37%, #E6E66C 50%, transparent 51%) top right / 50% 50% no-repeat;
    --general-color-1: #FFF;
    --general-color-2: #429A3F;
    --general-color-3: #4DBB49;
    --general-color-4: #56E451;
}

.palette-three {
    --gradient-bg:
            linear-gradient(to bottom right, #2E36A2 0%, #4775FF 21%, #4775FF 37%, #E66C79 50%, transparent 51%) bottom right / 50% 50% no-repeat,
            linear-gradient(to bottom left, #2E36A2 0%, #4775FF 21%, #4775FF 37%, #E66C79 50%, transparent 51%) bottom left / 50% 50% no-repeat,
            linear-gradient(to top left, #2E36A2 0%, #4775FF 21%, #4775FF 37%, #E66C79 50%, transparent 51%) top left / 50% 50% no-repeat,
            linear-gradient(to top right, #2E36A2 0%, #4775FF 21%, #4775FF 37%, #E66C79 50%, transparent 51%) top right / 50% 50% no-repeat;
    --general-color-1: #FFF;
    --general-color-2: #2E36A2;
    --general-color-3: #3D49F3;
    --general-color-4: #4775FF;
}

.palette-four {
    --gradient-bg:
            linear-gradient(to bottom right, #5F3B00 0%, #D08307 21%, #FA9C06 37%, #854DFF 50%, transparent 51%) bottom right / 50% 50% no-repeat,
            linear-gradient(to bottom left, #5F3B00 0%, #D08307 21%, #FA9C06 37%, #854DFF 50%, transparent 51%) bottom left / 50% 50% no-repeat,
            linear-gradient(to top left, #5F3B00 0%, #D08307 21%, #FA9C06 37%, #854DFF 50%, transparent 51%) top left / 50% 50% no-repeat,
            linear-gradient(to top right, #5F3B00 0%, #D08307 21%, #FA9C06 37%, #854DFF 50%, transparent 51%) top right / 50% 50% no-repeat;
    --general-color-1: #FFF;
    --general-color-2: #A96800;
    --general-color-3: #D08307;
    --general-color-4: #FA9D06;
}

.palette-five {
    --gradient-bg:
            linear-gradient(to bottom right, #7C00A9 0%, #9405C8 21%, #B105EF 37%, #4D64FF 50%, transparent 51%) bottom right / 50% 50% no-repeat,
            linear-gradient(to bottom left, #7C00A9 0%, #9405C8 21%, #B105EF 37%, #4D64FF 50%, transparent 51%) bottom left / 50% 50% no-repeat,
            linear-gradient(to top left, #7C00A9 0%, #9405C8 21%, #B105EF 37%, #4D64FF 50%, transparent 51%) top left / 50% 50% no-repeat,
            linear-gradient(to top right, #7C00A9 0%, #9405C8 21%, #B105EF 37%, #4D64FF 50%, transparent 51%) top right / 50% 50% no-repeat;
    --general-color-1: #FFF;
    --general-color-2: #7C00A9;
    --general-color-3: #9405C8;
    --general-color-4: #B105EF;
}


.azure\2D white {
    margin: 0;
    width: 162px;
    position: relative;
    font-size: inherit;
    letter-spacing: -0.03em;
    font-weight: 300;
    font-family: inherit;
    display: inline-block;
    color: var(--general-color-3);
}
.velvet\2D purple\2D mist {
    height: 29px;
    width: 162px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.twilight\2D blue\2D shade {
    position: relative;
    line-height: 22px;
    font-weight: 500;
    text-decoration: none;
    color: var(--general-color-3);
}
.twilight\2D blue\2D shade:hover {
    color: var(--general-color-4);
}
.neon\2D black\2D tone {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 36px;
    text-align: center;
    font-size: var(--font-size-lg);
}
.icy\2D cyan\2D mist,
.cosmic\2D brown\2D flare {
    align-self: stretch;
    display: flex;
    justify-content: space-between;
}
.icy\2D cyan\2D mist {
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding: 38px 0px;
}
.cosmic\2D brown\2D flare {
    height: 111px;
    background-color: var(--white);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    top: 0;
    z-index: 99;
    position: fixed;
    width: 100%;
    text-align: left;
    font-size: 30px;
    color: var(--general-color-3);
    font-family: var(--font-family);
}
.deep\2D coral {
    font-weight: 400;
    margin: 0;
    color: var(--general-color-3);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 139%;
    text-decoration: none;
}
.deep\2D coral:hover {
    text-decoration: underline;
}
.solar\2D purple\2D flare .deep\2D coral {
    color: var(--white);
}
.marble\2D red\2D shade {
    margin: 0;
    align-self: stretch;
    position: relative;
    font-size: inherit;
    line-height: 155%;
    text-transform: uppercase;
    font-weight: 700;
    font-family: inherit;
    max-width: 760px;
}
.sunset\2D pink\2D flare {
    position: relative;
    font-size: var(--font-size-lg);
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--font-family);
    color: var(--white);
    text-align: left;
}
.button {
    cursor: pointer;
    border: 2px solid var(--white);
    padding: var(--padding-lg) var(--padding-89xl);
    background-color: transparent;
    border-radius: var(--br-536xl);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: var(--font-size-lg);
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--font-family);
    color: var(--white);
    text-align: left;
    text-decoration: none;
}
.neon\2D purple\2D shine:hover,
.button:hover {
    background-color: rgba(230, 230, 230, 0.09);
    border: 2px solid #e6e6e6;
    box-sizing: border-box;
}
.shadow\2D white\2D tone {
    align-self: stretch;
    position: relative;
    font-weight: 400;
}
.volcano\2D brown\2D shine,
.obsidian\2D pink\2D tone {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.obsidian\2D pink\2D tone {
    gap: var(--gap-13xl);
    text-align: center;
    font-size: var(--font-size-5xl);
}
.volcano\2D brown\2D shine {
    padding: 161px 0px 50px 0px;
    gap: 71px;
    /* background-image: url(./public/block-1@3x.png); */
    background: var(--gradient-bg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    font-size: var(--font-size-26xl);
    color: var(--white);
    font-family: var(--font-family);
    /* min-height: 100vh; */
    max-width: 100%;
    width: 100%;
}

.firebrick\2D red {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 72px;
}

.moss\2D green {
    position: relative;
    line-height: 22px;
    font-weight: 400;
}

.deep\2D lilac {
    flex: 1;
    border-radius: var(--br-19xl);
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
    min-width: 400px;
    border-radius: 44px;
    border: 2px solid var(--general-color-1);
}
.twilight\2D red\2D glow {
    flex: 1;
    position: relative;
    line-height: 25px;
    display: inline-block;
    min-width: 400px;
    font-weight: 400;
}
.velvet\2D gray\2D shade {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    gap: var(--gap-45xl);
    text-align: left;
    font-size: var(--font-size-lg);
}
.desert\2D red\2D aura,
.arctic\2D white\2D tone {
    width: 92px;
    border-radius: var(--br-11xl);
    max-height: 100%;
}
.arctic\2D white\2D tone {
    object-fit: contain;
}
.deep\2D sky\2D blue,
.umber\2D brown {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-34xl);
}
.deep\2D sky\2D blue {
    align-self: stretch;
    background-color: var(--general-color-3);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
    gap: var(--gap-13xl);
    text-align: center;
    font-size: var(--font-size-5xl);
    color: var(--white);
    font-family: var(--font-family);
}
.cosmic\2D gray\2D aura {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.cosmic\2D yellow\2D glow {
    /* width: 487px;
    height: 418px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover; */
}
.obsidian\2D black\2D glow {

}
.neon\2D purple\2D shine {
    cursor: pointer;
    border: 2px solid var(--general-color-3);
    padding: var(--padding-lg) var(--padding-89xl);
    background-color: transparent;
    border-radius: var(--br-536xl);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: var(--font-size-lg);
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--font-family);
    color: var(--general-color-3);
    text-align: left;
    text-decoration: none;
}
.button:hover {
    color: var(--general-color-3);
    border: 2px solid var(--general-color-3);
    color: var(--general-color-3);
}
.neon\2D purple\2D shine:hover {
    color: var(--general-color-3);
}
.medium\2D spring\2D green {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: var(--font-size-5xl);
}
.marble\2D green\2D tone {
    width: 112px;
    height: 95px;
}
.cerulean\2D blue {
    position: relative;
    line-height: 22px;
    font-weight: 400;
    display: inline-block;
}
.velvet\2D red\2D flare {
    align-self: stretch;
    position: relative;
    line-height: 25px;
    text-align: left;
}
.neon\2D white\2D light {
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-11xl);
}
.neon\2D white\2D light,
.khaki\2D tan,
.velvet\2D brown\2D flare {
    align-self: stretch;
    display: flex;
    flex-direction: column;
}
.khaki\2D tan {
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-11xl);
}
.velvet\2D brown\2D flare {
    border-radius: var(--br-11xl);
    background-color: var(--general-color-3);
    align-items: center;
    justify-content: center;
    padding: 44px 100px;
    font-size: var(--font-size-lg);
    color: var(--white);
    margin-bottom: 20px;
}
.volcano\2D pink\2D wave {
    position: relative;
    font-size: var(--font-size-5xl);
    line-height: 22px;
    font-weight: 500;
}
.desert\2D red\2D wave {
    max-width: 332px;
    width: 100%;
}
.prism\2D yellow\2D sheen {
    align-self: stretch;
    position: relative;
    font-size: var(--font-size-lg);
    line-height: 25px;
    text-align: left;
}
.dusty\2D red\2D shine {
    width: 31px;
    position: relative;
    line-height: 22px;
    font-weight: 500;
    display: inline-block;
    flex-shrink: 0;
}
.drab\2D brown {
    height: 42px;
    width: 42px;
    border-radius: var(--br-536xl);
    border: 2px solid var(--general-color-3);
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.cosmic\2D pink\2D aura {
    height: 2px;
    flex: 1;
    position: relative;
    background-color: var(--general-color-3);
    overflow: hidden;
    min-width: 408px;
}
.stormy\2D white\2D sheen {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    row-gap: var(--gap-xl);
}
.ginger\2D ale {
    align-self: stretch;
    position: relative;
    font-size: var(--font-size-5xl);
    line-height: 22px;
    font-weight: 500;
}
.olive\2D drab {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-11xl);
}
.obsidian\2D blue\2D light {
    width: 27px;
    position: relative;
    line-height: 22px;
    font-weight: 500;
    display: inline-block;
}
.twilight\2D yellow\2D aura {
    height: 42px;
    width: 42px;
    border-radius: var(--br-536xl);
    border: 2px solid var(--general-color-3);
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.solar\2D brown\2D flare {
    width: 29px;
    position: relative;
    line-height: 22px;
    font-weight: 500;
    display: inline-block;
}
.frozen\2D green\2D glow,
.obsidian\2D orange\2D shine {
    overflow: hidden;
    display: flex;
}
.obsidian\2D orange\2D shine {
    height: 42px;
    width: 42px;
    border-radius: var(--br-536xl);
    border: 2px solid var(--general-color-3);
    box-sizing: border-box;
    flex-shrink: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.frozen\2D green\2D glow {
    align-self: stretch;
    background-color: var(--white);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--gap-21xl);
    text-align: center;
    font-size: var(--font-size-xl);
    color: var(--general-color-3);
    font-family: var(--font-family);
    padding-bottom: 50px;
}
.rose\2D pink {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--gap-11xl);
}
.twilight\2D pink\2D mist {
    align-self: stretch;
    position: relative;
    line-height: 22px;
    font-weight: 500;
}
.sunset\2D green\2D aura,
.neon\2D blue\2D shine {
    align-self: stretch;
    overflow: hidden;
}
.sunset\2D green\2D aura {
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--padding-31xl) 0px;
    gap: var(--gap-21xl);
    text-align: center;
    font-size: var(--font-size-5xl);
    color: var(--general-color-3);
    font-family: var(--font-family);
}
.cinnamon\2D brown {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--gap-11xl);
}
.neon\2D blue\2D shine {
    border-radius: var(--br-536xl);
    border: 2px solid var(--white);
}
.scarlet\2D red {
    cursor: pointer;
    border: 0;
    padding: 0;
    background-color: var(--white);
    align-self: stretch;
    height: 91px;
    border-radius: 31px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.volcano\2D green\2D light {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-8xl);
}
.solar\2D cyan\2D aura {
    position: relative;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
}
.violet\2D purple,
.solar\2D pink\2D sheen {
    justify-content: center;
    text-align: left;
}
.violet\2D purple {
    align-self: stretch;
    border-radius: var(--br-536xl);
    border: 2px solid var(--white);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: var(--padding-lg) 110px;
    font-size: var(--font-size-lg);
    color: var(--white);
    font-family: var(--font-family);
}
.solar\2D pink\2D sheen {
    gap: var(--gap-8xl);
    font-size: var(--font-size-5xl);
}
.arctic\2D blue\2D wave,
.solar\2D pink\2D sheen,
.dusty\2D yellow\2D shine {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dusty\2D yellow\2D shine {
    justify-content: flex-start;
    gap: var(--gap-5xl);
}
.arctic\2D blue\2D wave {
    justify-content: center;
    padding: var(--padding-31xl) var(--padding-53xl);
    background: var(--gradient-bg);
    /* background-image: url(./public/block-6@3x.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    font-size: var(--font-size-26xl);
    color: var(--white);
    font-family: var(--font-family);
}
.prism\2D brown\2D sheen {
    align-self: stretch;
    position: relative;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.velvet\2D orange\2D aura,
.solar\2D purple\2D flare {
    display: flex;
    flex-direction: column;
}
.solar\2D purple\2D flare {
    align-self: stretch;
    background-color: var(--general-color-3);
    align-items: center;
    justify-content: center;
    padding: 24px var(--padding-53xl);
    text-align: center;
    font-size: var(--font-size-lg);
    color: var(--white);
    font-family: var(--font-family);
}
.velvet\2D orange\2D aura {
    width: 100%;
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: normal;
    letter-spacing: normal;
}

.arctic\2D blue\2D shine {
    display: none;
}

@media screen and (max-width: 1200px) {
    .velvet\2D brown\2D flare {
        padding-left: var(--padding-31xl);
        padding-right: var(--padding-31xl);
        box-sizing: border-box;
    }
    .cosmic\2D pink\2D aura {
        flex: 1;
    }
    .frozen\2D green\2D glow {
        box-sizing: border-box;
    }
}
@media screen and (max-width: 1050px) {

    .cosmic\2D brown\2D flare {
        height: 65px;
    }

    .azure\2D white {
        font-size: 24px;
    }

    .neon\2D black\2D tone {
        position: absolute;
        top: 100%;
        left: 0px;
        width: 100%;
        height: auto;
        background-color: var(--general-color-4);
        flex-direction: column;
        align-items: center;
        transform: translateY(-100%);
        opacity: 0;
        z-index: 10;
        overflow-y: auto;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px;
        justify-content: flex-start;
        color: var(--text-color);
        gap: 0px;
        transition: transform 0.3s, opacity 0.3s;
    }

    .twilight\2D blue\2D shade {
        width: 100%;
        padding: 21px 0px;
        text-align: center;
    }

    .twilight\2D blue\2D shade:hover {
        background-color: var(--general-color-3);
    }

    .neon\2D black\2D tone.active {
        transform: translateY(0px);
        opacity: 1;
        width: calc(100% + 32px) !important;
        padding: 0px 16px;
        margin: 0px -16px;
    }

    .arctic\2D blue\2D shine {
        display: flex;
        padding: 4px;
        flex-direction: column;
        justify-content: center;
        cursor: pointer;
        position: relative;
        z-index: 100;
        gap: 4px;
    }

    .arctic\2D blue\2D shine span {
        height: 3px;
        width: 18px;
        border-radius: 3px;
        background: var(--general-color-3);
        transition: 0.3s;
    }

    .arctic\2D blue\2D shine.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
        height: 2px;
        width: 24px;
    }

    .arctic\2D blue\2D shine.active span:nth-child(2) {
        opacity: 0;
    }

    .arctic\2D blue\2D shine.active span:nth-child(2) {
        opacity: 0;
    }

    .arctic\2D blue\2D shine.active span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
        height: 2px;
        width: 24px;
    }

    .gilded\2D yellow\2D wave {
        font-size: var(--font-size-17xl);
        line-height: 51px;
    }
}
@media screen and (max-width: 750px) {
    .neon\2D black\2D tone {
        gap: var(--gap-lg);
    }
    .cosmic\2D brown\2D flare {
        box-sizing: border-box;
    }
    .obsidian\2D pink\2D tone {
        gap: 42px;
    }
    .volcano\2D brown\2D shine {
        padding: 95px 0px 30px 0px;
        gap: 35px;
        box-sizing: border-box;
    }
    .firebrick\2D red {
        gap: 50px;
    }
    .marble\2D red\2D shade {
        font-size: 24px;
    }
    .umber\2D brown {
        justify-content: space-between;
        max-width: 100%;
        width: 100%;
    }
    .shadow\2D white\2D tone {
        font-size: 18px;
    }
    .twilight\2D red\2D glow,
    .deep\2D lilac {
        min-width: 100%;
    }
    .velvet\2D gray\2D shade {
        gap: var(--gap-13xl);
    }
    .deep\2D sky\2D blue {
        padding: 30px 0px;
        box-sizing: border-box;
    }
    .velvet\2D brown\2D flare {
        padding-left: var(--padding-6xl);
        padding-right: var(--padding-6xl);
        box-sizing: border-box;
    }
    .cosmic\2D pink\2D aura {
        min-width: 100%;
    }
    .frozen\2D green\2D glow {
        box-sizing: border-box;
    }
    .sunset\2D green\2D aura {
        gap: var(--gap-xl);
    }
    .sunset\2D green\2D aura,
    .arctic\2D blue\2D wave,
    .solar\2D purple\2D flare {
        box-sizing: border-box;
    }
    .arctic\2D blue\2D wave {
        padding: var(--padding-13xl) var(--padding-17xl);
    }
    .solar\2D purple\2D flare {
        padding-left: var(--padding-17xl);
        padding-right: var(--padding-17xl);
    }
}
@media screen and (max-width: 450px) {
    .cosmic\2D brown\2D flare {
        box-sizing: border-box;
    }
    .gilded\2D yellow\2D wave {
        font-size: var(--font-size-8xl);
        line-height: 38px;
    }
    .button {
        box-sizing: border-box;
    }

    .volcano\2D brown\2D shine {
        gap: var(--gap-lg);
    }
    .moss\2D green {
        font-size: var(--font-size-lgi);
        line-height: var(--font-size-lg);
    }
    .twilight\2D red\2D glow {
        gap: var(--gap-base);
    }
    .neon\2D purple\2D shine {
        box-sizing: border-box;
    }
    .velvet\2D brown\2D flare {
        padding-top: var(--padding-10xl);
        padding-bottom: var(--padding-10xl);
        box-sizing: border-box;
    }
    .volcano\2D pink\2D wave,
    .dusty\2D red\2D shine,
    .ginger\2D ale {
        font-size: var(--font-size-lgi);
        line-height: var(--font-size-lg);
    }
    .dusty\2D red\2D shine,
    .ginger\2D ale {
        font-size: var(--font-size-base);
    }
    .ginger\2D ale {
        font-size: var(--font-size-lg);
    }
    .obsidian\2D blue\2D light,
    .solar\2D brown\2D flare,
    .twilight\2D pink\2D mist {
        font-size: var(--font-size-base);
        line-height: var(--font-size-lg);
    }
    .twilight\2D pink\2D mist {
        font-size: var(--font-size-lgi);
    }
    .violet\2D purple {
        padding-left: var(--padding-xl);
        padding-right: var(--padding-xl);
        box-sizing: border-box;
    }
}

.velvet\2D pink\2D glow {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 53px;
}

.velvet\2D pink\2D glow.active-slide {
    display: flex;
}

.velvet\2D gray\2D shade {
    display: none;
}

.velvet\2D gray\2D shade.active-slide {
    display: flex;
}

.peach {
    position: relative;
}

.shadow\2D yellow\2D mist {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.peach {
    max-width: 100%;
    width: 100%;
}

.army\2D green{
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 615px;
    width: 100%;
}

.obsidian\2D red\2D sheen {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.obsidian\2D red\2D sheen input {
    background-color: transparent;
    border-radius: 30px;
    border: 2px solid var(--white);
    height: 40px;
    color: var(--white);
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    padding: 0 20px;
}

.obsidian\2D red\2D sheen textarea {
    border-radius: 30px;
    border: 2px solid var(--general-color-3);
    background: var(--white);
    color: #000;
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    padding: 20px;
    resize: none;
}

.obsidian\2D red\2D sheen label {
    color: var(--white);
    font-family: var(--font-family);
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
}

@media screen and (max-width: 767px) {

    .obsidian\2D red\2D sheen label {
        font-size: 18px;
    }

    .obsidian\2D red\2D sheen textarea {
        font-size: 18px;
        height: 92px;
    }

    .gilded\2D yellow\2D wave {
        font-size: 24px;
        line-height: 150%;
        text-transform: uppercase;
    }


}

.velvet\2D green\2D shine {
    padding: 161px 0px 50px 0px;
    width: 100%;
}

.icy\2D pink\2D aura {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.sunset\2D yellow\2D aura {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.lunar\2D brown\2D tone {
    color: var(--general-color-3);
    font-family: var(--font-family);
    font-size: 45px;
    font-weight: 700;
    line-height: 155%;
    text-transform: uppercase;
}

.papaya\2D whip {
    color: var(--general-color-3);
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}

.papaya\2D whip p {
    margin: 0;
}

.papaya\2D whip ul {
    margin: 0;
    padding-left: 25px;
}

@media screen and (max-width: 1050px) {

    .velvet\2D green\2D shine {
        padding: 70px 0px 30px 0px;
    }

    .twilight\2D blue\2D shade {
        color: var(--white);
    }

}

@media screen and (max-width: 750px) {

    .icy\2D pink\2D aura {
        gap: 30px;
    }

    .sunset\2D yellow\2D aura {
        gap: 16px;
    }

    .lunar\2D brown\2D tone {
        font-size: 24px;
        font-weight: 400;
        line-height: 130%;
    }

    .papaya\2D whip {
        font-size: 14px;
        line-height: 180%
    }

}
#cookie {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 1042px;
    max-width: 90%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 15px;
    background-color: #16213e;
    border-radius: 20px;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
    gap: 15px;
    z-index: 999999;
}
#cookie button {
    max-width: 200px;
}
#cookie p {
    margin: 0;
    font-size: 15px;
    color: #fff;
}
@media (min-width: 576px) {
    #cookie.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .cookie_accept {
        margin: 0 0 0 25px;
    }
}
@media (max-width: 575px) {
    #cookie.show  {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cookie_accept {
        margin: 10px 0 0 0;
    }
    button {
        width: 100%;
    }
}

.gilded\2D black\2D tone {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.marble\2D purple\2D wave {
    display: flex;
    flex: 1;
}

.latte\2D brown {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 627px) {
    .latte\2D brown {
        flex-direction: column;
    }
}