.hero-banner-features {
    background: #121212;
    padding: 120px 0 0;
    overflow: hidden;
}

.dnd-section {
    clear: both;
}

.features_wrapper {
    max-width: 100%;
    height: 839px;
    margin: -292px auto 0;
    background: radial-gradient(56.59% 41.3% at 51.76% 78.2%, #3D3D3D 0%, #121212 100%), #121212;
}

.hero-banner-features .banner-head {
    width: 100%;
    max-width: 676px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 9;
}

.hero-banner-features .banner-head h1 {
    margin-bottom: 24px;
    font-weight: 900;
    font-size: 96px;
    line-height: 80px;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #fff;
}

.hero-banner-features .banner-head h1 .line {
    /*font-weight: 900;*/
    /*font-size: 96px;*/
    /*line-height: 80px;*/
    /*text-align: center;*/
    /*letter-spacing: -2px;*/
    /*text-transform: uppercase;*/
    /*color: #FFFFFF;*/
    /*display: block;*/
}

.hero-banner-features .banner-head h1 .dif-font {
    /*font-weight: 900;*/
    /*font-size: 96px;*/
    /*font-style: normal;*/
    /*line-height: 80px;*/
    /*text-align: center;*/
    /*letter-spacing: -2px;*/
    /*text-transform: uppercase;*/
    /*background: linear-gradient(277.18deg, #7BE8C9 38.73%, #B9F7D8 55.72%, #FF6251 99.13%);*/
    /*-webkit-text-fill-color: transparent;*/
    /*width: max-content;*/
    /*background-clip: text;*/
    /*-webkit-background-clip: text;*/
    /*margin: auto;*/
}

.hero-banner-features .banner-head h1 .dif-font-2 {
    /*font-weight: 900;*/
    /*font-size: 96px;*/
    /*font-style: normal;*/
    /*line-height: 80px;*/
    /*text-align: center;*/
    /*letter-spacing: -2px;*/
    /*text-transform: uppercase;*/
    /*background: linear-gradient(291.18deg, #7BE8C9 38.73%, #B9F7D8 72.72%, #FF6251 112.13%);*/
    /*-webkit-text-fill-color: transparent;*/
    /*width: max-content;*/
    /*background-clip: text;*/
    /*-webkit-background-clip: text;*/
    /*margin: auto;*/
}
.track-performance.hero-banner-features .banner-head h1 .dif-font {
    /*font-weight: 900;*/
    /*font-size: 96px;*/
    /*font-style: normal;*/
    /*line-height: 80px;*/
    /*text-align: center;*/
    /*letter-spacing: -2px;*/
    /*text-transform: uppercase;*/
    /*background: linear-gradient(277.18deg, #7BE8C9 38.73%, #B9F7D8 55.72%, #FF6251 99.13%);*/
    /*-webkit-text-fill-color: transparent;*/
    /*width: 876px;*/
    /*background-clip: text;*/
    /*-webkit-background-clip: text;*/
    /*margin: auto;*/
}
.track-performance.hero-banner-features .banner-head h1 .dif-font-2 {
    /*font-weight: 900;*/
    /*font-size: 96px;*/
    /*font-style: normal;*/
    /*line-height: 80px;*/
    /*text-align: center;*/
    /*letter-spacing: -2px;*/
    /*text-transform: uppercase;*/
    /*background: linear-gradient(277.18deg, #7BE8C9 38.73%, #B9F7D8 55.72%, #FF6251 99.13%);*/
    /*-webkit-text-fill-color: transparent;*/
    /*width: max-content;*/
    /*background-clip: text;*/
    /*-webkit-background-clip: text;*/
    /*margin: auto;*/
}
.hero-banner-features .banner-head .hero__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #3CFECF;
    margin-bottom: 16px;
}

.hero-banner-features .text {
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    color: #B8B8B8;
    margin-bottom: 32px;

}

.hero-banner-features .text .subline {
    text-align: center;
}

.hero-banner-features .btn-green {
    height: 48px;
    background: #3CFECF ;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #121212;
    padding: 12px 57px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.hero-banner-features .button-hero {
    overflow: hidden;
}

.hero-banner-features .line {
    padding-top: 0.1em;
    margin-top: -0.1em;
    overflow: hidden;
}

.hero-banner-features .subline {
    position: relative;
    overflow: hidden;
}

.hero-banner-features .subline {
    transform: translateY(105%);
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.hero-banner-features .line:nth-child(1) .subline {
    transition-delay: 0.05s;
}

.hero-banner-features .line:nth-child(2) .subline {
    transition-delay: 0.1s;
}

.hero-banner-features .line:nth-child(3) .subline {
    transition-delay: 0.2s;
}

.hero-banner-features .subline.load {
    transform: translateY(0px);
}

.hero-banner-features .button-hero, .hero-banner-features .text, .hero-banner-features .social-logos {
    transform: translateY(105%);
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.social-logos {
    margin-top: 32px;
}

.hero-banner-features .text {
    transition-delay: 0.05s;
}

.hero-banner-features .button-hero {
    transition-delay: 0.25s;
}

.hero-banner-features .button-hero.load, .hero-banner-features .text.load, .hero-banner-features .social-logos.load {
    transform: translateY(0px);
}

.features_wrapper .hero_banner-inner {
    width: 100%;
    max-width: 1366px;
    margin: auto;
    padding: 0 64px;
    position: relative;
    height: 100%;
    justify-content: center;
    display: flex;
    /*overflow: hidden;*/
}

.hero-banner-features .bottom_image {
    position: absolute;
    bottom: 0;
    max-width: 880px;
    margin: auto;
    text-align: center;
    z-index: 2;
}

.hero-banner-features.bg-full .bottom_image {
    max-width: 100%;
}

.hero-banner-features .bottom_image img {
    -webkit-animation: fadeInImg 1s;
    animation: fadeInImg 1s;
    width: auto;
}

.hero-banner-features .container-images {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.manage-video.hero-banner-features .container-images {
    overflow: visible;
}

@-webkit-keyframes fadeInImg {
    from {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInImg {
    from {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes entrance-0 {
    0% {
        transform: translate3d(-9%, -31px, 0);
        opacity: 0;
    }
    30% {
        opacity: 0.2;
    }
    60% {
        opacity: 0.5;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes entrance-1 {
    0% {
        transform: translate3d(-10%, -32px, 0);
        opacity: 0;
    }
    30% {
        opacity: 0.2;
    }
    60% {
        opacity: 0.5;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes entrance-2 {
    0% {
        transform: translate3d(-5%, -29px, 0);
        opacity: 0;
    }
    30% {
        opacity: 0.2;
    }
    60% {
        opacity: 0.5;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes entrance-3 {
    0% {
        transform: translate3d(4.5%, -82px, 0);
        opacity: 0;
    }
    30% {
        opacity: 0.2;
    }
    60% {
        opacity: 0.5;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes entrance-4 {
    0% {
        transform: translate3d(-7%, 58px, 0);
        opacity: 0;
    }
    30% {
        opacity: 0.2;
    }
    60% {
        opacity: 0.5;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes entrance-5 {
    0% {
        transform: translate3d(-4%, -96px, 0);
        opacity: 0;
    }
    30% {
        opacity: 0.2;
    }
    60% {
        opacity: 0.5;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.container-images .nr-0 {
    position: absolute;
    top: 0;
    left: 7px;
    animation: entrance-0 0.9s 0.9s ease-in backwards;
    max-width: 138px;
    z-index: 1;
}

.container-images .nr-1 {
    position: absolute;
    top: 17px;
    right: 25px;
    animation: entrance-1 1.2s 1.2s ease-out backwards;
    max-width: 120px;
    z-index: 1;
}

.container-images .nr-2 {
    position: absolute;
    top: 261px;
    left: 44px;
    animation: entrance-2 1.5s 1.5s ease-out backwards;
    max-width: 243px;
    z-index: 0;
}

.container-images .nr-3 {
    position: absolute;
    top: 230px;
    right: 135px;
    animation: entrance-3 1.4s 1.4s ease-out backwards;
    max-width: 90px;
    z-index: 0;
}

.container-images .nr-4 {
    position: absolute;
    top: 487px;
    left: 59px;
    animation: entrance-4 1s 1s ease-out backwards;
    max-width: 91px;
}

.container-images .nr-5 {
    position: absolute;
    top: 503px;
    right: -14px;
    animation: entrance-5 0.9s 0.9s ease-out backwards;
    max-width: 262px;
    width: 262px;
    z-index: 0;
}

.dnd_area-row-0-padding {
    padding-left: 0;
    padding-right: 0;
}

.dnd_area-row-0-padding .dnd_area-column-1-row-0-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tablet-txt {
    display: none !important;
}

/*for find video ugg page*/
.find-video-class.hero-banner-features .banner-head {
    max-width: 720px;
}

.find-video-class.hero-banner-features .text {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.find-video-class .features_wrapper {
    height: 552px;
    margin: 0 auto 0;
}

.find-video-class .features_wrapper .hero_banner-inner {
    padding: 0;
    /*max-width: 100%;*/
}

.find-video-class.hero-banner-features .bottom_image {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    margin: auto;
    text-align: center;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.find-video-class.hero-banner-features .bottom_image img {
    width: 100%;
}

.find-video-class .container-images .nr-0 {
    top: 146px;
    left: auto;
    right: auto;
    max-width: 256px;
}

.find-video-class.hero-banner-features .container-images {
    position: relative;
    width: 100%;
    display: flex;
    overflow: hidden;
    text-align: center;
    z-index: 99;
    justify-content: center;
    align-items: center;
}

.find-video-class .container-images .nr-0 {
    top: 0;
    max-width: 283px;
    margin: auto;
    text-align: center;
    justify-content: center;
    position: relative;
    animation: fadeInImg 1.5s;

}

.find-video-class .container-images .nr-0 img {
    filter: drop-shadow(0px 24px 111px rgba(0, 0, 0, 0.4));
}

/*track-performance page*/

.track-performance.hero-banner-features .banner-head {
    width: 100%;
    max-width: 866px;
}

.track-performance.hero-banner-features .text {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.track-performance .features_wrapper {
    height: 599px;
    margin-top: 0;
    background: transparent;
}

.track-performance.hero-banner-features .bottom_image {
    position: absolute;
    /*bottom: -20px;*/
    max-width: 1325px;

}

.track-performance.hero-banner-features .bottom_image img {
    margin-bottom: -20px;
}

.track-performance.hero-banner-features .bottom_image {
    -webkit-animation: fadeInImg 1s;
    animation: fadeInImg 1s;
}

/*embeded page*/
.embed-page.hero-banner-features .banner-head {
    width: 100%;
    max-width: 920px;
}

.embed-page.hero-banner-features .banner-head h1 .dif-font {
    background: linear-gradient(277.18deg, #7BE8C9 28.73%, #B9F7D8 63.72%, #FF6251 118.13%);
    background-clip: text;
    -webkit-background-clip: text;
}

.embed-page.hero-banner-features .banner-head h1 .dif-font-2 {
    background: linear-gradient(277.18deg, #7BE8C9 38.73%, #B9F7D8 55.72%, #FF6251 82.13%);
    background-clip: text;
    -webkit-background-clip: text;
}

.embed-page.hero-banner-features .text {
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
}

.embed-page .features_wrapper {
    margin: 16px auto 0;
    height: 680px;
}

.embed-page .features_wrapper .container-images {
    overflow: visible;
}

.embed-page.hero-banner-features .bottom_image {
    position: absolute;
    width: 801px;
    max-width: 801px;
    height: 513px;
    z-index: 0;
}

.embed-page.hero-banner-features .bottom_image img {
    width: 100%;
}

.embed-page .container-images {
    /*display: none;*/
}

.embed-page .container-images .nr-0 {
    left: 64px;
    max-width: 232px;
    filter: drop-shadow(0px 16px 64px rgba(0, 0, 0, 0.24));

}

.embed-page .container-images .nr-1 {
    right: -14px;
    top: 0;
    max-width: 336px;
    z-index: 2;
    filter: drop-shadow(0px 16px 64px rgba(0, 0, 0, 0.24));

}

.embed-page .container-images .nr-2 {
    left: 22px;
    max-width: 198px;
    top: auto;
    bottom: 24px;
    filter: drop-shadow(0px 16px 64px rgba(0, 0, 0, 0.24));

}

.embed-page .container-images .nr-3 {
    right: -28px;
    max-width: 321px;
    top: auto;
    bottom: 32px;
    z-index: 2;
    filter: drop-shadow(0px 16px 64px rgba(0, 0, 0, 0.24));

}

.embed-page .image-mobile {
    display: none;
}

.image-mobile {
    display: none;
}

/*player*/
.player-page .bottom-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 120px;
}

.player-page .bottom-content .column_nr {
    padding: 0 44px;
    overflow: hidden;
}

.player-page .bottom-content .column_nr .lower_content {
}

.player-page .bottom-content .column_nr .nr_title {
    font-weight: 900;
    font-size: 180px;
    line-height: 136px;
    letter-spacing: -10px;
    background: -webkit-linear-gradient(#3CFECF,#3CFECF);
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    color: #121212;
    text-align: center;
    padding: 0 15px;
    text-transform: uppercase;
    transform: translateY(130%);
    transition: transform 1.5s cubic-bezier(.22, 1, .36, 1) 0s;
}

.player-page .bottom-content .column_nr.load .nr_title {
    transform: translateY(0);
}

.player-page .bottom-content .column_nr .nr_content {
    -webkit-box-shadow: 0px -18px 13px 0px rgba(18, 18, 18, 1);
    -moz-box-shadow: 0px -18px 13px 0px rgba(18, 18, 18, 1);
    box-shadow: 0px -18px 13px 0px rgba(18, 18, 18, 1);
    background: #121212;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
    transform: translateY(130%);
    transition: transform 1.5s cubic-bezier(.22, 1, .36, 1) 0s;
}

.player-page .bottom-content .column_nr.load .nr_content {
    transform: translateY(0);
}

.hero-banner-features.player-page .bottom_image {
    max-width: 1136px;
    margin-bottom: -2px;
}

.player-page .features_wrapper {
    height: 630px;
    margin: 48px auto 0;
}

.hero-banner-features.bg-full .banner-head {
    max-width: 100%;
}

.hero-banner-features.player-page .bottom_video {
    width: 100%;
    max-width: 1136px;
    height: auto;
    margin: 0 auto;
}

.hero-banner-features.player-page .bottom_video video {
    width: 100%;
    height: auto;
}

.hero-banner-features.player-page .container-images {
    display: none;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .features_wrapper {
        height: 600px;
        margin: -190px auto 0;
    }

    .hero-banner-features .bottom_image {
        max-width: 630px;
    }

    .container-images .nr-0 {
        max-width: 99px;
    }

    .container-images .nr-1 {
        max-width: 86px;
    }

    .container-images .nr-2 {
        max-width: 174px;
        top: 190px;
        left: 30px;
    }

    .container-images .nr-3 {
        max-width: 64px;
        top: 175px;
        right: 90px;
    }

    .container-images .nr-4 {
        max-width: 65px;
        top: 350px;
        left: 38px;
    }

    .container-images .nr-5 {
        max-width: 188px;
        top: 375px;
        right: 0;
    }

    .features_wrapper {
        background: radial-gradient(57.13% 41.7% at 51.51% 81.86%, #3D3D3D 0%, #121212 100%), #121212;
    }

    /*for find video ugg page*/
    .find-video-class.hero-banner-features {
    }

    /*for track performance page*/
    .track-performance .features_wrapper .hero_banner-inner {
        padding: 0;
    }

    .track-performance.hero-banner-features .bottom_image {
        max-width: 100%;
        /*width: 885px;*/
        /*left: 0;*/
    }

    .track-performance.hero-banner-features .bottom_image img {

    }

    .track-performance .features_wrapper {
        height: 488px;
    }

    .track-performance .features_wrapper .hero_banner-inner {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .embed-page .features_wrapper {
        height: 650px;
    }

    .embed-page.hero-banner-features .bottom_image {
        height: 650px;
    }

    /*player*/
    .player-page .bottom-content .column_nr .nr_title {
        font-size: 108px;
        line-height: 93px;
    }

    .player-page .bottom-content .column_nr {
        padding: 0 26px;
    }

    .player-page .column_cards .column_card .card_content {
        max-width: 432px;
    }

    .player-page .bottom-content {
        margin-top: 86px;
    }

    .player-page .features_wrapper {
        height: 500px;
    }

    .hero-banner-features.player-page .bottom_image {
        max-width: 900px;
        width: 100%;
        padding: 0;
    }

    .player-page .bottom-content .column_nr .nr_content {
        -webkit-box-shadow: 0px -18px 8px 0px rgb(18 18 18);
        -moz-box-shadow: 0px -18px 8px 0px rgba(18, 18, 18, 1);
        box-shadow: 0px -18px 8px 0px rgb(18 18 18);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .desktop-txt {
        display: none !important;
    }

    .tablet-txt {
        display: block !important;
    }

    .bg-full .desktop-txt {
        display: block !important;
    }

    .embed-page .desktop-txt {
        display: block !important;
    }

    .embed-page .tablet-txt, .bg-full .tablet-txt {
        display: none !important;
    }

    .hero-banner-features .banner-head {
        max-width: 560px;
    }

    .hero-banner-features .banner-head h1 .line {
        font-size: 72px;
        line-height: 56px;
    }

    .hero-banner-features .banner-head h1 .dif-font, .hero-banner-features .banner-head h1 .dif-font-2 {
        font-size: 72px;
        line-height: 56px;
    }
    .track-performance.hero-banner-features .banner-head h1 .dif-font,.track-performance.hero-banner-features .banner-head h1 .dif-font-2 {
        font-size: 72px;
        line-height: 56px;
        width: 704px;
    }
    .hero-banner-features .text {
        font-size: 18px;
        line-height: 26px;
    }

    .features_wrapper {
        height: 570px;
        margin: -190px auto 0;
    }
    .bg-full .features_wrapper{
        height: 500px;
    }
    .features_wrapper .hero_banner-inner {
        padding: 0;
        width: calc(100% + 82px);
        margin-left: -32px;
        margin-right: -50px;
    }

    .hero-banner-features .bottom_image {
        max-width: 602px;
    }

    .container-images .nr-0 {
        max-width: 99px;
    }

    .container-images .nr-1 {
        max-width: 86px;
    }

    .container-images .nr-2 {
        max-width: 174px;
        top: 190px;
        left: 30px;
    }

    .container-images .nr-3 {
        max-width: 64px;
        top: 175px;
        right: 90px;
    }

    .container-images .nr-4 {
        max-width: 65px;
        top: 350px;
        left: 38px;
    }

    .container-images .nr-5 {
        max-width: 188px;
        top: 375px;
        right: 0;
    }

    .features_wrapper {
        background: radial-gradient(57.13% 41.7% at 51.51% 81.86%, #3D3D3D 0%, #121212 100%), #121212;
    }

    /*for find video ugg page*/
    .find-video-class.hero-banner-features {
    }

    .find-video-class .features_wrapper {
        height: 552px;
    }

    /*track page*/
    .track-performance.hero-banner-features .banner-head {
        max-width: 704px;
    }

    .track-performance.hero-banner-features .banner-head .desktop-txt {
        display: block !important;
    }

    .track-performance.hero-banner-features .banner-head .tablet-txt {
        display: none !important;
    }

    .track-performance.hero-banner-features .text {
        max-width: 510px;
    }

    .track-performance .features_wrapper {
        height: 389px;
    }

    .track-performance .features_wrapper .hero_banner-inner {
        padding: 0;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .embed-page.hero-banner-features .text {
        max-width: 510px;
    }

    .embed-page .features_wrapper .hero_banner-inner {
        width: calc(100% - 64px);
        margin-left: 32px;
        margin-right: 32px;
    }

    .embed-page .features_wrapper {
        margin: 40px auto -21px;
        height: 498px;
    }

    /*player*/
    .player-page .bottom-content .column_nr .nr_title {
        font-size: 84px;
        line-height: 74px;
        -webkit-text-stroke: 3px transparent;
    }

    .player-page .bottom-content .column_nr {
        padding: 0 24px;
    }

    .player-page .bottom-content .column_nr:first-of-type {
        padding-left: 0;
    }

    .player-page .bottom-content .column_nr:last-of-type {
        padding-right: 0;
    }

    .player-page .bottom-content .column_nr .nr_content {
        font-size: 18px;
        line-height: 28px;
        -webkit-box-shadow: 0px -18px 8px 0px rgb(18 18 18);
        -moz-box-shadow: 0px -18px 8px 0px rgba(18, 18, 18, 1);
        box-shadow: 0px -18px 8px 0px rgb(18 18 18);
    }

    .player-page .bottom-content {
        margin-top: 108px;
    }

    .player-page .features_wrapper {
        margin-top: 24px;
        height: 384px;
    }

    .player-page .features_wrapper .hero_banner-inner {
        margin: 0;
        width: 100%;
        padding: 0 32px;
        flex-direction: column;
    }

    .hero-banner-features.player-page .bottom_image {
        position: relative;
        margin-bottom: -2px;
        max-width: 705px;
    }

    .track-performance.hero-banner-features .bottom_image {
        margin-left: -15px;
        margin-right: -15px;
        overflow: hidden;
    }

    .hero-banner-features.bg-full .banner-head {
        padding-left: 32px;
        padding-right: 32px;
    }

    .hero-banner-features.bg-full .banner-head h1 .dif-font-2 {
        /*width: min-content;*/
    }

    .embed-page .features_wrapper .container-images {
        display: none;
    }

    .embed-page.hero-banner-features .bottom_image {
        max-width: 600px;
        height: auto;
    }

}

@media screen and (max-width: 767px) {
    .hero-banner-features.bg-full .banner-head {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-banner-features.bg-full .banner-head h1 .dif-font-2 {
        /*width: min-content;*/
    }

    .hero-banner-features {
        padding-top: 112px;
        position: relative;
        display: flex;
    }

    .hero-banner-features .banner-head, .embed-page.hero-banner-features .banner-head {
        max-width: 335px;
        margin-bottom: 80px;
    }

    .hero-banner-features .banner-head h1 .line {
        font-size: 72px;
        line-height: 56px;
    }

    .hero-banner-features .banner-head h1 .dif-font, .hero-banner-features .banner-head h1 .dif-font-2 {
        font-size: 72px;
        line-height: 56px;
    }

    .hero-banner-features .text {
        font-size: 18px;
        line-height: 26px;
    }

    .features_wrapper .hero_banner-inner {
        display: none;
    }

    .features_wrapper {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(57.13% 41.7% at 51.51% 81.86%, #3D3D3D 0%, #121212 100%), #121212;
    }

    .social-logos {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    /*for find video ugg page*/
    .find-video-class.hero-banner-features {
        display: block;
    }

    .find-video-class.hero-banner-features .banner-head h1 .dif-font, .find-video-class.hero-banner-features .banner-head h1 .dif-font-2, .find-video-class.hero-banner-features .banner-head h1 .line {
        font-size: 64px;
        line-height: 50px;
    }
    .find-video-class.hero-banner-features .text {
        max-width: 511px;
    }

    .find-video-class .features_wrapper {
        height: 466px;
        position: relative;
    }

    .find-video-class.hero-banner-features .banner-head {
        margin-bottom: 0;
        padding: 0 20px;
    }

    .find-video-class .features_wrapper .hero_banner-inner {
        display: flex;
        align-items: center;
    }

    .find-video-class .container-images .nr-0 img, .find-video-class .container-images .nr-0 {
        width: 100%;
    }

    .track-performance.hero-banner-features .banner-head h1 .dif-font, .track-performance.hero-banner-features .banner-head h1 .dif-font-2, .track-performance.hero-banner-features .banner-head h1 .line {
        font-size: 46px;
        line-height: 40px;
        text-align: center;
        position: relative;
        float: left;
        width: 100%;
    }

    .track-performance.hero-banner-features .banner-head {
        width: 100%;
        max-width: 375px;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
    }

    .track-performance.hero-banner-features .text {
        text-align: center;
        position: relative;
        float: left;
        width: 100%;
        clear: both;
    }

    .image-desktop {
        display: none;
    }

    .image-mobile {
        display: block;
    }

    .embed-page .image-desktop {
        display: none;
    }

    .embed-page .image-mobile {
        display: block;
    }

    .embed-page .features_wrapper .hero_banner-inner {
        display: flex;
        padding: 0 23px;
    }

    .embed-page.hero-banner-features .bottom_image {
        max-width: 320px;
        margin: 0 auto;
    }

    .embed-page.hero-banner-features {
        display: flex;
        flex-direction: column;
    }

    .embed-page .features_wrapper {
        display: none;
        /*position: relative;*/
        /*height: 737px;*/
        /*margin: 0;*/
    }

    .embed-page.hero-banner-features .banner-head h1 .line.desktop-txt, .embed-page.hero-banner-features .banner-head h1 .subline {
        display: flex !important;
        justify-content: center;
    }

    .embed-page.hero-banner-features .banner-head h1 .dif-font, .embed-page.hero-banner-features .banner-head h1 .dif-font-2, .embed-page.hero-banner-features .banner-head h1 .line,
    .bg-full.hero-banner-features .banner-head h1 .dif-font, .bg-full.hero-banner-features .banner-head h1, .bg-full.hero-banner-features .banner-head h1 .dif-font-2, .bg-full.hero-banner-features .banner-head h1 .line {
        font-size: 56px;
        line-height: 50px;
    }

    .embed-page.hero-banner-features .text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .find-video-class.hero-banner-features .container-images {
        margin-top: 103px;
    }

    .embed-page .container-images {
        display: none;
    }

    .embed-page.hero-banner-features .bottom_image {
        height: 100%;
    }

    /*player*/
    .player-page .bottom-content .column_nr .nr_title {
        font-size: 100px;
        line-height: 87px;
        background: -webkit-linear-gradient(#3CFECF,#3CFECF);
        -webkit-background-clip: text;
        -webkit-text-stroke: 4px transparent;
        /*height: 80px;*/
        /*height: 75px;*/
        /*overflow: hidden;*/
        /*-webkit-text-stroke: 3px transparent;*/
        /*color:#262626;*/
    }

    /*.player-page .bottom-content .column_nr:nth-of-type(2) .nr_title{*/
    /*color: #333333;*/
    /*}*/
    /*.player-page .bottom-content .column_nr:nth-of-type(3) .nr_title{*/
    /*color: #2b2b2b;*/
    /*}*/
    .player-page .bottom-content .column_nr {
        padding: 0 24px 56px;
    }

    .player-page .column_cards .column_card .card_content {
        max-width: 336px;
        font-size: 14px;
        line-height: 20px;
    }

    .player-page .bottom-content .column_nr .nr_content {
        font-size: 20px;
        line-height: 24px;
        padding-top: 8px;
        /*margin-top: 10px;*/
        /*background: transparent;*/
        /*box-shadow: none;*/
        -webkit-box-shadow: 0px -18px 8px 0px rgb(18 18 18);
        -moz-box-shadow: 0px -18px 8px 0px rgba(18, 18, 18, 1);
        box-shadow: 0px -18px 8px 0px rgb(18 18 18);
    }

    .hero-banner-features.player-page {
        flex-direction: column;
    }

    .player-page.hero-banner-features .banner-head h1 .dif-font, .player-page.hero-banner-features .banner-head h1 .dif-font-2, .player-page.hero-banner-features .banner-head h1 .line {
        font-size: 56px;
        line-height: 50px;
        max-width: 310px;
        margin: auto;
    }

    .player-page.hero-banner-features .banner-head h1 .dif-font {
        background: linear-gradient(277.18deg, #7be8c9 38.73%, #b9f7d8 60.72%, #ff6251 79.13%);
        background-clip: text;
        -webkit-background-clip: text;
    }

    .player-page.hero-banner-features .text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .player-page.hero-banner-features .banner-head {
        margin-bottom: 64px;
    }

    .player-page .bottom-content {
        flex-direction: column;
        margin-top: 0;
        z-index: 1;
    }

    .player-page .features_wrapper {
        /*!*background: radial-gradient(57.13% 41.7% at 51.51% 81.86%, #3D3D3D 0%, #121212 100%), #121212;*!*/
        /*background: radial-gradient(90.13% 41.7% at 51.51% 81.86%,#363636 0,#121212 100%),#121212;*/
        /*height: 1160px;*/
        /*top: 0;*/
        display: none;
    }
}