.breakdance .bde-section-9029-160 .section-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px
}

.breakdance .bde-section-9029-160 {
    background-color: #000
}

.breakdance .bde-section-9029-160 .section-container {
    min-height: 45vw
}

.breakdance .bde-section-9029-160 .section-container {
    --bde-section-width: 100%
}

.breakdance .bde-section-9029-160 .section-container {
    padding-bottom: 0px;
    padding-top: 0px
}

.breakdance .bde-section-9029-160 {
    overflow: hidden
}

@media (max-width: 1023px) {
    .breakdance .bde-section-9029-160 .section-container {
        padding-bottom:50px;
        padding-top: 58px
    }
}

.breakdance .bde-div-9029-161 {
    width: 100%;
    padding-top: 100px
}

.breakdance .bde-div-9029-161 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.breakdance .bde-div-9029-161 {
    z-index: 4;
    flex-direction: row;
    padding-top: 0;
}

@media (max-width: 767px) {
    .breakdance .bde-div-9029-161 {
        width:100%;
        padding-top: 0px;
        display: block;
    }
}

.breakdance .bde-div-9029-162 {
    width: 100%;
}

.breakdance .bde-div-9029-162 {
    display: flex;
    /* flex-direction: column; */
    width: 100%;
}

@media (max-width: 767px) {
    .breakdance .bde-div-9029-162 {
        align-items:center;
        text-align: center
    }
}

.breakdance .bde-heading-9029-163 {
    color: #FFF;
    margin-bottom: 30px
}

@media (max-width: 1119px) {
    .breakdance .bde-heading-9029-163 span {
        transform:translateY(-38px)
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-heading-9029-163 span {
        transform:translateY(-30px)
    }
}

@media (max-width: 767px) {
    .breakdance .bde-heading-9029-163 span {
        transform:translateY(-20px)
    }
}

@media (max-width: 479px) {
    .breakdance .bde-heading-9029-163 {
        font-size:27px;
        margin-bottom: 13px
    }
}

.breakdance .bde-text-9029-172 {
    color: #FFF;
    font-family: "Poppins",sans-serif;
    font-size: 20px;
    font-weight: 600
}

@media (max-width: 767px) {
    .breakdance .bde-text-9029-172 {
        width:350px;
        margin-bottom: 10px
    }
}

@media (max-width: 479px) {
    .breakdance .bde-text-9029-172 {
        width:200px;
        font-size: 14px;
        margin-bottom: 20px
    }
}

.breakdance .bde-div-9029-173 {
    margin-top: 30px
}

.breakdance .bde-div-9029-173 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px
}

@media (max-width: 767px) {
    .breakdance .bde-div-9029-173 {
        justify-content:center
    }
}

@media (max-width: 479px) {
    .breakdance .bde-div-9029-173 {
        flex-direction:column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center
    }
}

.breakdance .bde-button-9029-175 .button-atom:not(:hover)::after {
    background-color: #fff!important
}

.breakdance .bde-div-9029-168 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

@media (max-width: 1119px) {
    .breakdance .bde-div-9029-168 {
        top:-200px
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-div-9029-168 {
        top:-350px
    }
}

@media (max-width: 767px) {
    .breakdance .bde-div-9029-168 {
        display:none
    }
}

.breakdance .bde-div-9029-169 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100vw;
    transform: translateY(-50%)
}

.breakdance .bde-image2-9029-170 {
    opacity: .4;
    width: 100%;
}

.breakdance .bde-code-block-9029-171 {
    width: 9.7%;
    position: absolute;
    right: 49.2%;
    top: 29.8%;
    display: flex;
    justify-content: center;
    perspective: 1000px;
    perspective-origin: 55% 84%;
    transform: rotate(29deg)
}

.breakdance .bde-code-block-9029-171 path,.breakdance .bde-code-block-9029-171 rect {
    fill: #fff;
    transition: all .3s ease-in-out;
    opacity: .2
}

.breakdance .bde-code-block-9029-171 {
    --blur: 1.75rem;
    --box-blur: calc(0.5 * var(--blur));
    --glow: red;
    --size: 12rem
}

.breakdance .bde-code-block-9029-171.is-animated svg {
    filter: box-shadow(inset 0 0 0 2px rgba(0,0,0,0.15),0 0 0 2px rgba(0,0,0,0.15),inset 0 0 10px yellow,0 0 10px yellow);
    animation: flicker .3s ease forwards;
    animation-delay: 1s;
    opacity: 1
}

.breakdance .bde-code-block-9029-171.is-animated svg * {
    animation: pathsBrighten .3s ease forwards;
    animation-delay: 1s
}

@keyframes pathsBrighten {
    0% {
        opacity: .3;
        fill: #fff
    }

    100% {
        opacity: 1;
        fill: #f6dc3b
    }
}

@keyframes flicker {
    0% {
        filter: drop-shadow(3px 5px 2px #f6dc3b) drop-shadow(-3px -5px 2px #f6dc3b)
    }

    10% {
        filter: none
    }

    15% {
        filter: drop-shadow(3px 11px 8px rgba(246,220,59,.5)) drop-shadow(-3px -5px 5px rgba(246,220,59,.5))
    }

    20% {
        filter: none
    }

    25% {
        filter: drop-shadow(3px 11px 8px rgba(246,220,59,.5)) drop-shadow(-3px -5px 5px rgba(246,220,59,.5))
    }

    30% {
        filter: none
    }

    70% {
        filter: none
    }

    990% {
        filter: drop-shadow(3px 5px 2px #f6dc3b) drop-shadow(-8px -5px 12px #f6dc3b)
    }

    100% {
        filter: drop-shadow(-3px 11px 8px rgba(246,220,59,.5)) drop-shadow(-3px -5px 5px rgba(246,220,59,.5))
    }
}

.breakdance .bde-section-9029-182 .section-container {
    display: flex;
    flex-direction: column
}

.breakdance .bde-section-9029-182 .section-container {
    --bde-section-width: 100%
}

.breakdance .bde-section-9029-182 .section-container {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px
}

@media (min-width: 1120px) {
    .breakdance .bde-section-9029-182 {
        display:none
    }
}

.breakdance .bde-code-block-9029-176 {
    width: auto;
    background: #FFF
}

.breakdance .bde-code-block-9029-176 {
    filter: grayscale(1);
    width: 100%
}

.breakdance .bde-code-block-9029-176 iframe {
    mix-blend-mode: difference;
    width: 100%
}

@media (max-width: 1119px) {
    .breakdance .bde-code-block-9029-176 {
        right:40px;
        bottom: 40px
    }
}

@media (max-width: 767px) {
    .breakdance .bde-code-block-9029-176 {
        width:100%
    }

    .breakdance .bde-code-block-9029-176 {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        margin: 0
    }

    .breakdance .bde-code-block-9029-176 iframe {
        width: 100%
    }
}

.breakdance .bde-section-9029-138 .section-container {
    align-items: center;
    text-align: center;
    justify-content: center
}

.breakdance .bde-section-9029-138 {
    background-color: var(--bde-brand-primary-color)
}

.breakdance .bde-section-9029-138 .section-container {
    --bde-section-width: 1500px
}

.breakdance .bde-section-9029-138 .section-container {
    padding-right: 320px;
    padding-bottom: 6px;
    padding-top: 20px
}

.breakdance .bde-section-9029-138 a:not(:hover) {
    text-decoration: none
}

@media (max-width: 1023px) {
    .breakdance .bde-section-9029-138 .section-container {
        padding-right:80px;
        padding-bottom: 30px;
        padding-top: 30px
    }
}

@media (max-width: 767px) {
    .breakdance .bde-section-9029-138 .section-container {
        align-items:center;
        text-align: center
    }

    .breakdance .bde-section-9029-138 .section-container {
        padding-right: 20px;
        padding-bottom: 70px
    }
}

.breakdance .bde-div-9029-143 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 14px;
    border-top: 0px solid var(--bde-body-text-color);
    border-bottom: 0px solid;
    border-left: 0px solid;
    border-right: 0px solid;
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1023px) {
    .breakdance .bde-div-9029-143 {
        gap:0px
    }
}

@media (max-width: 767px) {
    .breakdance .bde-div-9029-143 {
        gap:17px;
        align-items: center;
        text-align: center;
        justify-content: flex-start;
        flex-direction: column
    }
}

.breakdance .bde-code-block-9029-148 {
    width: auto;
    color: #FFF;
    font-size: 12px
}

.breakdance .bde-code-block-9029-148,.breakdance .bde-code-block-9029-148 a {
    color: #fff!important;
    font-size: 12px
}

@media (max-width: 1023px) {
    .breakdance .bde-code-block-9029-148 {
        width:100%
    }

    .breakdance .bde-code-block-9029-148 br {
        display: none
    }
}

@media (max-width: 767px) {
    .breakdance .bde-code-block-9029-148 {
        width:auto;
        text-align: center
    }

    .breakdance .bde-code-block-9029-148 br {
        display: block
    }

    .breakdance .bde-code-block-9029-148 a {
        margin: 10px;
        display: inline-block
    }
}

@media (max-width: 479px) {
    .breakdance .bde-code-block-9029-148 br {
        display:block
    }
}

.breakdance .bde-social-icons-9029-159 {
    flex-direction: row;
    gap: 12px
}

.breakdance .bde-social-icons-9029-159 .bde-social-icons__icon-wrapper {
    border-radius: 0px;
    background-color: var(--bde-brand-primary-color);
    padding: 8px
}

.breakdance .bde-social-icons-9029-159 .bde-social-icons__icon-wrapper:hover {
    background-color: var(--bde-brand-primary-color);
}

.breakdance .bde-social-icons-9029-159 .bde-social-icons__icon-wrapper svg {
    width: 16px;
    height: 16px;
    fill: #FFF
}

.breakdance .bde-social-icons-9029-159 .bde-social-icons__icon-wrapper:hover svg {
    fill: #C41212;
}

@media (max-width: 1023px) {
    .breakdance .bde-social-icons-9029-159 {
        margin-bottom:20px
    }

    .breakdance .bde-social-icons-9029-159 {
        order: -1
    }
}

@media (max-width: 767px) {
    .breakdance .bde-social-icons-9029-159 {
        order:-1
    }
}

.breakdance .bde-shortcode-9029-177 {
    width: 320px;
    font-size: 12px
}

.breakdance .bde-shortcode-9029-177,.breakdance .bde-shortcode-9029-177 a {
    color: #fff;
    font-size: 12px
}

.breakdance .bde-shortcode-9029-177 svg {
    width: 60px;
    height: auto
}

.breakdance .bde-shortcode-9029-177 svg * {
    fill: #fff
}

@media (max-width: 1023px) {
    .breakdance .bde-shortcode-9029-177 {
        width:100%
    }

    .breakdance .bde-shortcode-9029-177 svg {
        transform: scale(.6)
    }
}

@media (max-width: 767px) {
    .breakdance .bde-shortcode-9029-177 {
        width:312px
    }

    .breakdance .bde-shortcode-9029-177 {
        text-align: left
    }

    .breakdance .bde-shortcode-9029-177 svg {
        transform: none
    }
}

@media (max-width: 479px) {
    .breakdance .bde-shortcode-9029-177 svg {
        transform:none
    }
}

.breakdance .bde-shortcode-9029-184 {
    width: 260px
}

@media (max-width: 1119px) {
    .breakdance .bde-shortcode-9029-184 {
        width:auto
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-shortcode-9029-184 {
        margin-top:0.5rem
    }
}

@media (max-width: 767px) {
    .breakdance .bde-shortcode-9029-184 {
        width:auto
    }
}

@media (max-width: 479px) {
    .breakdance .bde-shortcode-9029-184 {
        width:auto
    }
}
