#featured {
    padding: 100px 0;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden
}

#featured .container {
    width: min(1200px, 100%);
    height: 250px;
    margin: auto
}

#featured .container h2 {
    font-size: 40px;
    line-height: 140%;
    letter-spacing: -.045em;
    font-weight: 500;
    margin-bottom: 44px
}

#featured .container p {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -.045em;
    font-weight: 400
}

#featured .container .wrap {
    height: 120px;
    background-color: #e8e8e8;
    display: flex;
    flex-direction: row;
    gap: 1px;
    border: 1px solid #e8e8e8;
    position: absolute;
    animation: scroll 40s linear infinite
}

@keyframes scroll {
    0% {
        left: 0
    }
    to {
        left: -4400px
    }
}

#featured .container .wrap .card {
    height: 100%;
    width: 300px;
    padding: 0 40px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

#featured .container .wrap .card .image-wrap {
    position: relative;
    width: 220px;
    height: 48px
}

#featured .container .wrap .card .image-wrap img {
    object-fit: contain
}

@media screen and (max-width:860px) {
    #featured {
        padding: 40px 0
    }
    #featured .container .section_title {
        font-size: 32px;
        line-height: 140%;
        letter-spacing: -.045em;
        font-weight: 500
    }
    #featured .container .wrap {
        height: 94px
    }
    #featured .container .wrap .card {
        width: 240px
    }
}

#HowToParticipate {
    padding: 120px 0;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: 50% 0;
    background-size: contain
}

#HowToParticipate .container {
    width: min(970px, 100%);
    margin: auto
}

#HowToParticipate .container .section_title {
    font-size: 40px;
    line-height: 140%;
    letter-spacing: -.045em;
    font-weight: 500;
    margin-bottom: 16px;
    color: #000000;
}

#HowToParticipate .container .under-section_title {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -.045em;
    font-weight: 400;
    margin-bottom: 48px;
    color: #000000;
}

#HowToParticipate .container .how-to-buy_wrapp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 48px
}

#HowToParticipate .container .how-to-buy_wrapp .how-to-buy_block {
    padding: 24px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    gap: 16px;
    display: flex;
    flex-direction: column
}

#HowToParticipate .container .how-to-buy_wrapp .img-wrap {
    width: 100%;
    height: 160px;
    position: relative
}

#HowToParticipate .container .how-to-buy_wrapp .img-wrap img {
    object-fit: contain
}

#HowToParticipate .container .how-to-buy_wrapp .how-to-buy_block-text {
    display: flex;
    flex-direction: column;
    gap: 8px
}

#HowToParticipate .container .how-to-buy_wrapp .how-to-buy_block-text p.block-head {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.045em;
    font-weight: 500;
    color: #07130c
}

#HowToParticipate .container .how-to-buy_wrapp .how-to-buy_block-text p {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.045em;
    font-weight: 400;
    color: #4d544f
}

#HowToParticipate .container .how-to-buy_wrapp .how-to-buy_block-text p a {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.045em;
    font-weight: 500;
    text-decoration: underline
}

@media screen and (max-width:860px) {
    #HowToParticipate {
        padding: 40px 16px
    }
    #HowToParticipate .container {
        padding: unset
    }
    #HowToParticipate .container .section_title {
        font-size: 32px;
        line-height: 140%;
        letter-spacing: -.045em;
        font-weight: 500
    }
    #HowToParticipate .container .under-section_title {
        margin-bottom: 24px
    }
    #HowToParticipate .container .how-to-buy_wrapp {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 48px
    }
    #HowToParticipate .container .how-to-buy_wrapp .how-to-buy_block {
        padding: 16px
    }
    #HowToParticipate .container .how-to-buy_wrapp .how-to-buy_block .img-wrap {
        height: 140px
    }
}

#intro-v2 {
    padding: 80px 0 100px;
    background-position: 50%;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    height: 100%;
}

#intro-v2 .background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(50px);
    width: 863px;
    height: 713px;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    background-image: linear-gradient(to right top, #ffc549, #ffcc41, #ffcf4a, #ffda62, #ffd780);
    animation: blobAnim 10s ease-in-out infinite;
    opacity: .7
}

@keyframes blobAnim {
    0%, to {
        border-radius: 46% 54% 29% 71%/66% 39% 61% 34%;
        transform: translate(-50%, -50%) rotate(30deg)
    }
    30% {
        border-radius: 46% 54% 29% 71%/17% 74% 26% 83%;
        transform: translate(-50%, -50%) rotate(15deg)
    }
    50% {
        border-radius: 46% 54% 81% 19%/39% 74% 26% 61%;
        transform: translate(-50%, -50%) rotate(45deg)
    }
    70% {
        border-radius: 65% 35% 56% 44%/39% 17% 83% 61%;
        transform: translate(-50%, -50%) rotate(70deg)
    }
}

#intro-v2 .container .intro_text {
    font-size: 84px;
    line-height: 140%;
    letter-spacing: -.045em;
    font-weight: 900;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #523701;
}

#intro-v2 .container {
    width: min(1000px, 100%);
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    z-index: 1;
    position: relative;
    justify-content: center;
    height: 100%;
}


/* Responsive styles */

@media screen and (max-width: 1200px) {
    #intro-v2 .container .intro_text {
        font-size: 64px;
    }
}

@media screen and (max-width: 860px) {
    #intro-v2 .container .intro_text {
        font-size: 40px;
    }
    #intro-v2 .container {
        width: 100%;
        padding: 0 16px;
    }
}

@media screen and (max-width: 480px) {
    #intro-v2 .container .intro_text {
        font-size: 28px;
    }
}