body.noScroll {
    overflow: hidden;
}

h2, h3, h4, p {
    text-align: center;
}

h2 {
    font-size: 60px;
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
    color: #111111;
    letter-spacing: -0.9px;
    line-height: 64px;
    padding-bottom: 24px;
}

p {
    font-size: 26px;
    line-height: 32px;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
}

/*img{
display: block;
margin: 0 auto;
}*/
/* #main {
    padding-top: 92px;
} */

section {
    background: #ffffff;
}

p, .s-blank {
    color: #111111;
}

.site-content {
    padding: 0;
    background: #ffffff;
}

.section {
    margin: 0 2vw;
}
section.s-dev {
    margin: 0;
}

#section_welcome {
    /*height: calc(100vh - 120px); !* minus the ecommerce footer height *!*/
    /*height: 638px;*/
    position: relative;
}

.b-sWelcome__container {
    height: auto;
    /*max-height: 780px;*/
    position: relative;
}

.b-welcome__video {
    position: relative;
    height: calc(96vw * 0.492);
    max-height: calc(100vh - 108px);
    overflow: hidden;
}

.b-welcome__video video {
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    position: absolute;
    width: 100%;
    height: auto;
}
.b-hpTop_videos{
    padding-top: 7px;
}
.p-home-s1__inner h1 {
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
    font-size: 60px;
    letter-spacing: -0.9px;
    color: #ffffff;
    line-height: normal;
    padding-bottom: 8px;
}
.p-home-s1__inner h2 {
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
    font-size: 60px;
    letter-spacing: -0.9px;
    color: #ffffff;
    line-height: normal;
    padding-bottom: 8px;
}

.p-home-s1__inner .btn_choose {
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin-top: 18px;
}

section.main_slider_section{
    margin: 0 2vw;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
}
.hp_main_slider{
    height: 78vh;
    min-height: 78vh;
    width: 100%;
    /* background: #000; */
    position: relative;
    display: grid;
}
.main_slider_item-wrapper{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    /* display: grid; */
}
.main_slider_img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hp_main_slider_overlay{
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    display: flex;
    z-index: 2;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
}
.slider-title-desktop{
    font-size: 50px;
}
.slider-titles-wrapper{
    width: 100%;
    display: flex;
    height: 12vh;
    justify-content: center;
    align-items: center;
    bottom: 0;
    position: absolute;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
}
.slider-title-item{
    margin: 0 2vw;
    cursor: pointer;
    transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.3px;
    text-align: center;
    color: #ffffff;
}
.slider-title-mobile{
    display: none;
    width: 100%;
    height: 45px;
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin: 0 auto;
}
.active-title{
    color: #22ce99;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .4s ease-out;
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
}
.slider-mobile-button{
    display: none;
    width: 100%;
    height: auto;
    background-color: #00db9f;
    color: #fff;
    margin: 1vh 0 0 0;
    justify-content: center;
    align-items: center;
}
.slider-desktop-btn{
    background-color: #22ce99;
    border-radius: 0;
    text-align: center;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #111111;
    width: 100px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    text-decoration: none;
    margin: 0 auto;
}
.slider-title-item-mobile{
    top: 0;
    color: #000;
    background: #fff;
    width: 100%;
    margin: 0;
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    display: none;
    padding: 1vh 0;
}
.slider-img-wrapper{
    height: 100%;
}
@media only screen and (max-width: 1366px) {
    .hp_main_slider{
        height: 62vh;
        min-height: 62vh;
    }
}
@media only screen and (max-width: 1024px) {
    .hp_main_slider{
        height: 62vh;
        min-height: 62vh;
    }
    .slider-titles-wrapper{
        height: 10vh;
    }
    .slider-title-desktop{
        font-size: 38px;
    }
}
@media (max-height: 1366px) and (max-width: 1024px) {
    .hp_main_slider{
        height: 35vh;
        min-height: 35vh;
    }
}
@media (max-height: 1024px) and (max-width: 1366px) {
    .hp_main_slider{
        height: 62vh;
        min-height: 62vh;
    }
}
@media (max-height: 1024px) and (max-width: 768px) {
    .hp_main_slider{
        height: 35vh;
        min-height: 35vh;
    }
    .slider-titles-wrapper{
        display: flex;
    }
}
@media (max-height: 768px) and (max-width: 1024px) {
    .hp_main_slider{
        height: 62vh;
        min-height: 62vh;
    }
    .slider-titles-wrapper{
        display: flex;
    }
}
@media (max-height: 863px) and (max-width: 414px) {
    .hp_main_slider{
        height: 35vh;
        min-height: 35vh;
    }
    .slider-titles-wrapper{
        display: none;
    }
}
@media (max-height: 823px) and (max-width: 414px) {
    .hp_main_slider{
        height: 31vh;
        min-height: 31vh;
    }
    .slider-titles-wrapper{
        display: none;
    }
}
@media (max-height: 812px) and (max-width: 375px) {
    .hp_main_slider{
        height: 30vh;
        min-height: 30vh;
    }
    .slider-titles-wrapper{
        display: none;
    }
}
@media (max-height: 763px) and (max-width: 414px) {
    .hp_main_slider{
        height: 35vh;
        min-height: 35vh;
    }
    .slider-titles-wrapper{
        display: none;
    }
}


@media (max-height: 720px) and (max-width: 414px) {
    .hp_main_slider{
        height: 35vh;
        min-height: 35vh;
    }
    .slider-titles-wrapper{
        display: none;
    }
}
@media (max-height: 585px) and (max-width: 414px) {
    .hp_main_slider{
        height: 37vh;
        min-height: 37vh;
    }
    .slider-titles-wrapper{
        display: none;
    }
}
@media (max-height: 425px) and (max-width: 414px) {
    .hp_main_slider{
        height: 40vh;
        min-height: 40vh;
    }
    .slider-titles-wrapper{
        display: none;
    }
}
@media (max-height: 570px) and (max-width: 414px) {
    .hp_main_slider{
        height: 47vh;
        min-height: 47vh;
    }
    .slider-titles-wrapper{
        display: none;
    }
}
@media (max-height: 700px) and (max-width: 414px) {
    .hp_main_slider{
        height: 39vh;
        min-height: 37vh;
    }
    .slider-titles-wrapper{
        display: none;
    }
}
@media (max-height: 620px) and (max-width: 414px) {
    .hp_main_slider{
        height: 50vh;
        min-height: 50vh;
    }
    .slider-titles-wrapper{
        display: none;
    }
}
@media (max-height: 414px) and (max-width: 320px) {
    .hp_main_slider{
        height: 50vh;
        min-height: 50vh;
    }
    .slider-titles-wrapper{
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .slider-title-desktop{
        font-size: 35px;
    } 
}
@media only screen and (max-width: 750px) {
    .slider-titles-wrapper{
        display: none;
    }
}
@media only screen and (max-width: 414px) {
    .main_slider_item-wrapper{
        display: grid;
        background: #fff;
        gap: 1vh;
    }
    .main_slider_img{
        height: 100%;
    }
    .slider-titles-wrapper{
        display: none;
    }
    .hp_main_slider_overlay{
        height: 168px;
        display: none;
    }
    .slider-title-mobile{
        display: block;
    }
    .slider-mobile-button{
        display: block;
        margin: 0;
        text-align: center;
        line-height: 24px;
        height: 100%;
        display: flex;
    }
    .slider-title-item-mobile{
        position: relative;
        height: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .slider-img-wrapper{
        height: 100%;
    }
    .main_slider_img{
        height: 100%;
        position: relative;
    }
    .slider-link-wrapper{
        display: flex;
        align-items: flex-end;
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width: 320px) {
    .hp_main_slider{
        height: 40vh;
        min-height: 40vh;
    }
    .slider-titles-wrapper{
        display: none;
    }
}
@media only screen and (max-height: 414px) {
    .hp_main_slider{
        height: 70vh;
        min-height: 70vh;
    }
    .slider-mobile-button{
        margin: 2vh 0 0 0;
    }
    .slider-titles-wrapper{
        display: none;
    }
}


/* Video Slider */
.b-welcome__slider_wrapper {
    /*position: absolute;*/
    /*z-index: 2;*/
    width: 100%;
    height: 100%;
    max-height: 84vh;
    /*max-height: 780px;*/
    visibility: hidden;
    overflow-y: hidden;
}

._fade .b-welcome__slide {
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
}

.featherlight {
    top: 92px;
    bottom: auto;
    left: 2vw;
    height: calc((88vw - 4vw) * 0.5625);
    width: calc(100% - 4vw);
    max-height: calc(100vh - 108px);
}

.featherlight .featherlight-content {
    max-height: none;
}

.s-blank {
    /*padding: 9vw 33vw;*/
    height: 368px;
    font-size: 27px;
    line-height: 41px;
    text-align: center;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
}

.s-blank__inner {
    max-width: 800px;
    margin: 0 auto;
    /*padding: 9vw 0;*/
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.3px;
    color: #111111;
}

.featherlight-iframe .featherlight-content {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    overflow: auto;
    margin: 0;
    background: #000000;
}

.featherlight .featherlight-inner {
    height: 100%;
    width: 100%;
}
.b-footer__send_wrapper {
    background: #ffffff;
}
.b-hEap__desc {
    max-width: 594px;
    margin: 0 auto 34px;
    letter-spacing: -0.3px;
}
@media only screen and (max-width: 1024px) {

    /* #main {
        padding-top: 70px;
    } */
    .b-blank__desc {
        max-width: 325px;
        font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 24px;
        margin: 0 auto;
        letter-spacing: normal;
    }
    .b-hEap__desc{
        max-width: 325px;
    }
    /*.engagement-block .transition-2 {*/
        /*max-width: 320px;*/
    /*}*/

    .b-hPress__text br {
        display: none;
    }

    .featherlight .featherlight-content {
        max-height: none;
        padding: 0;
        border-bottom: 0
    }

    /*.p-home-s1__inner {*/
    /*top: 50%;*/
    /*}*/
    .p-home-s1__inner h1 {
        font-size: 40px;
        /* display: none; */
        line-height: 41px;
        padding-bottom: 22px;
        width: 266px;
        margin: 0 auto;
    }

    .p-home-s1__inner h2 {
        font-size: 40px;
        /* display: none; */
        line-height: 41px;
        padding-bottom: 22px;
        width: 266px;
        margin: 0 auto;
    }

    .p-home-s1__inner .btn_choose {
        font-size: 12px;
        line-height: 28px;
        font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
        width: 104px;
        height: 28px;
    }

    .p-home-s1__inner .play__container {
        width: 36px;
        height: 36px;
    }

    .b-sWelcome__container {
        max-height: none;
    }

    .b-welcome__video {
        height: 582px;
        max-height: calc(100vh - 104px);
    }

    .b-welcome__video video {
         height: 100%;
        width: auto;
        min-width: 96vw;
        min-height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .featherlight {
        height: 582px;
        max-height: calc(100vh - 104px);
    }

    ._fade .b-welcome__slide {
        position: absolute !important;
        height: auto !important;
        width: 1170px !important;
        left: calc((-1170px + 96vw) / 2) !important;
        transform: none;
    }

    .b-welcome__slider_wrapper._fade * {
        height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    ._fade .b-welcome__slide {
        position: absolute !important;
        height: auto !important;
        width: 744px !important;
        left: calc((-744px + 96vw) / 2) !important;
        transform: none;
    }
}
@media only screen and (max-device-width: 414px) and (orientation: portrait) {
    .b-welcome__video{
        max-height: calc(100vh - 248px);
    }
}
@media only screen and (max-device-width: 414px) {
    .featherlight {
        max-height: calc(100vh - 248px);
    }
}

/*.s-press {*/
/*background: #f1f1f1;*/
/*}*/

/*.s-press__inner {*/
/*padding: 114px 0 56px;*/
/*}*/

/*.s-press__items {*/
/*max-width: 1100px;*/
/*text-align: center;*/
/*margin: 0 auto 100px;*/
/*}*/

/*.b-press__item {*/
/*padding: 0 1vw;*/
/*max-width: 332px;*/
/*}*/

/*.b-press__quote {*/
/*line-height: 26px;*/
/*font-size: 18px;*/
/*font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;*/
/*margin-bottom: 5px;*/
/*}*/

/*.b-press__date {*/
/*line-height: 37px;*/
/*font-size: 14px;*/
/*margin-bottom: 21px;*/
/*}*/
.s-hPress {
    background-color: #ebe9e9;
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 371px;
}

.b-hPress__inner {
    max-width: 1280px;
    margin: 0 auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 55px 55px 0;
    visibility: hidden;
}
.b-hPress__inner .slick-slider{
    width: 100%;
}
.b-hPress__slider .slick-list {
    max-width: 740px;
    margin: 0 auto;
    height: 100%;
}

.b-hPress__slider .slick-track{
    height: 100%;
}
.b-hPress__slide {
    width: 740px;
    text-align: center;
    /*padding-bottom: 44px;*/
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.b-hPress__slide img{
    display: block !important;
    height: initial;
    width: auto;
}

.b-hPress__text {
    margin: 2vh;
    font-family: 'Unna', serif;
    font-size: 45px;
    line-height: 51px;
    letter-spacing: -0.3px;
    color: #111111;
    max-height: 102px; /* two lines max */
    overflow: hidden;
}

.b-hPress__slider .slick-prev svg, .b-hPress__slider .slick-next svg {
    width: 9px;
    height: auto;
}

.b-hPress__slider .slick-prev svg g, .b-hPress__slider .slick-next svg g {
    stroke: #828286;
}

.b-hPress__slider .slick-next {
    right: 4vw;
}

.b-hPress__slider .slick-prev {
    left: 4vw;
}

.b-hPress__slider .slick-next, .b-hPress__slider .slick-prev {
    /* top: calc(50% - 15px); */
    margin: auto 0 0 0;
    bottom: 0;
    /*-webkit-transform: none;*/
    /*-ms-transform: none;*/
    /*transform: none;*/
}
.b-hPress-icons-dock{
    justify-content: center;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(6, auto);
    width: auto;
    gap: 10px 55px;
}
.b-hPress-icons-dock img{
    margin: auto;
    cursor: pointer;
    transition: 0.3s linear;
    width: auto;
    max-width: 100px;
}
.b-hPress-icons-dock img._active{
    transform: scale(1.2);
}
@media only screen and (max-width: 1024px) {
    .b-hPress__inner {
        height: auto;
        padding: 55px 0px 0;
    }

    .b-hPress__slider {
        padding-bottom: 5px;
    }

    .b-hPress__slide {
        padding-bottom: 0;
    }

    .b-hPress__slider .slick-list, .b-hPress__slide {
        width: 240px;
    }

    .b-hPress__text {
        font-size: 23px;
        line-height: 26px;
        letter-spacing: normal;
        max-height: 78px;
    }

    .b-hPress__text br, .s-blank__inner br {
        display: none;
    }

    .b-hPress__inner .btn_link {
        position: relative;
        right: 0;
        padding: 30px 14px;
        margin: 0 auto;
        color: #525252;
        font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;

    }
    .b-hPress-icons-dock{
        grid-template-columns: repeat(3, 1fr);
    }
}

.s-choose {
    padding: 70px 0;
}

.s-choose h2 br {
    display: none;
}

.b-choose_main_desc {
    max-width: 496px;
    margin: 0 auto;
}

.b-choose__items {
    padding-top: 16px;
    max-width: 1020px;
    /*max-width: 910px;*/
    margin: 0 auto;
}

.b-choose_mobile {
    display: none;
}

/*.b-choose__item {*/
    /*text-align: center;*/
    /*width: 50%;*/
/*}*/
.b-choose__main{
    text-align: center;
    width: 100%;
}
.b-choose__video {
    height: 800px;
    width: 100%;
    margin-bottom: 50px;
}
.b-choose__video video {
    height: 100%;
    width: auto;
    max-width: 100%;
}

.b-choose__img {
    display: block;
    margin: 0 auto 16px;
    height: 680px;
}

.b-choose__details {
    display: inline-block;
    /*margin-left: 70px;*/
}

.b-choose__title {
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 46px;
    letter-spacing: -0.2px;
    margin-bottom: 8px;
}

.b-choose__desc {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    .s-choose h2 br {
        display: block;
    }

    .b-choose__desc_title {
        font-size: 28px;
        line-height: 50px;
        letter-spacing: -0.2px;
    }

    .b-choose_main_desc {
        max-width: 300px;
    }

    .b-choose__video{
        height: auto;
    }
    .b-choose__video video{
        width: 100%;
        height: auto;
    }
}

.s-skills {
    background-image: none;
    position: relative;
    padding: 26px 0 69px;
    background: #ffffff;
}

.b-skills__apps {
    padding-bottom: 80px;
    /*background: url(/wp-content/uploads/2018/04/cheerios-4-copy.jpg) no-repeat center top/cover;*/
    height: 800px;
    position: relative;
}

.b-features__content-wrap {
    position: relative;
    overflow: hidden;
    height: inherit;
    background: #000;
}

.b-features__content {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

.b-features__text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -0.9px;
    color: #ffffff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

.b-features__content._active, .b-features__content._active .b-features__text {
    opacity: 1;
    pointer-events: all;
}

.b-features__content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b-features__content img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.desktop .b-features__content img {
    display: none;
}

/* MAc style dock by fivera.net */

div.cap {
    display: block;
    height: 100px;
    width: 40px;
    /* background: url(http://fivera.net/wp-content/uploads/2013/08/dock-background-fivera-net.png) bottom left no-repeat;*/
}

div.cap.left {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

div.cap.right {
    background-position: right bottom;
    position: absolute;
    top: 0px;
    right: 0px;
}

ul.osx-dock {
    display: inline-block;
    height: 130px;
    padding: 0 40px 0 0;
    /*background: url(http://fivera.net/wp-content/uploads/2013/08/dock-background-fivera-net.png) no-repeat right bottom;*/
    overflow: hidden;
    margin: 0 0 0 40px;
}

ul.osx-dock li {
    display: inline-block;
    /*display: block;*/
    position: relative;
    /*float: left;*/
    width: 68px;
    height: 58px;
    margin: 42px 4px 80px;

    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    transition: 0.15s linear;

    -webkit-transition-property: -webkit-transform margin;
    -moz-transition-property: -moz-transform margin;
    -o-transition-property: -o-transform margin;
    -ms-transition-property: -ms-transform margin;
    transition-property: transform margin;
    text-align: center;
    user-select: none;
}

ul.osx-dock li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 1px;
    cursor: default;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    transition: 0.15s linear;

    -webkit-transition-property: -webkit-transform margin;
    -moz-transition-property: -moz-transform margin;
    -o-transition-property: -o-transform margin;
    -ms-transition-property: -ms-transform margin;
    transition-property: transform margin;
    margin: 0;
    /*-webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.45, transparent), to(rgba(255, 255, 255, 0.25)));*/
}

/*ul.osx-dock li a img {*/
/*width: 48px;*/
/*}*/
ul.osx-dock li a svg {
    max-height: 26px;
    vertical-align: middle;
    height: auto;
    width: auto;
    max-width: 34px;
    /*transform: none;*/
}
ul.osx-dock li.tab_news a svg {
    max-height: 33px;
    margin-bottom: 4px;
}

ul.osx-dock li._active a svg .skill_fill,
ul.osx-dock li:hover svg .skill_fill {
    fill:#22cd99;
}
ul.osx-dock li._active a svg path {
    stroke: #22cd99;
}
ul.osx-dock li._active svg * {
    stroke: #22cd99;
    /* fill: #22cd99; */
}

ul.osx-dock li._active {
    margin-left: 10px;
    margin-right: 10px;
    z-index: 200;
}

ul.osx-dock li._active a {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;

    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
}

ul.osx-dock li.nearby {
    margin-left: 6px;
    margin-right: 6px;
    z-index: 100;
}

ul.osx-dock li.nearby a {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;

    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

ul.osx-dock li span {
    position: absolute;
    left: 50%;
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif !important;
    transform: translateX(-50%);
    top: 44px;
    display: none;
    width: auto;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 6px;
    color: #fff;
    line-height: normal;
    cursor: default;
}

ul.osx-dock li._active span {
    display: block;
}

div#dockContainer {
    position: absolute;
    bottom: 90px;
    height: 120px;
    padding: 50px 0 0;
    text-align: center;
    border-radius: 6px;
    width: 100%;
    line-height: 1;
    /* z-index: 100; */
}

div#dockWrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    line-height: 0;
}

@media only screen and (min-width: 1025px) {
    ul.osx-dock li:hover a svg *{
        stroke: #22cd99;
    }

    ul.osx-dock li:hover {
        margin-left: 10px;
        margin-right: 10px;
        z-index: 200;
    }

    ul.osx-dock li:hover a {
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;

        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -o-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
    }

    ul.osx-dock li:hover span {
        display: block;
    }
}

@media only screen and (min-width: 1281px) {
    ul.osx-dock li {
        width: 92px;
        height: 58px;
    }

    ul.osx-dock li a svg {
        max-height: 30px;
        min-height: 28px;
        max-width: 40px;
        min-width: 36px;
    }
    ul.osx-dock li.tab_news a svg{
        max-height: 40px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1024px) {
    .s-skills {
        padding-bottom: 100px;
    }
    ul.osx-dock li {
        width: 44px;
    }
    ul.osx-dock li a svg {
        max-height: 22px;
        max-width: 30px;
    }
    ul.osx-dock li.tab_news a svg {
        max-height: 29px;
        margin-bottom: 3px;
    }
}

@media only screen and (max-width: 740px) {
    .b-skills__apps {
        height: 438px;
    }

    .b-features__text {
        font-size: 40px;
        line-height: 41px;
        width: 60vw;
    }

    div#dockContainer {
        bottom: -28px;
    }

    ul.osx-dock {
        margin: 0;
        padding: 0;
    }

    ul.osx-dock li._active {
        margin: 39px 18px 80px;
    }

    ul.osx-dock li a svg {
        max-height: 18px;
        max-width: 28px;
        width: 28px;
        color: #22ce99;
        stroke: #22cd99;
    }
    ul.osx-dock li.tab_news a svg {
        max-height: 22px;
    }
    ul.osx-dock li.tab_news a svg {
        max-height: 24px;
    }
    ul.osx-dock li {
        /*width: 42px;*/
        width: auto;
    }
    ul.osx-dock li svg g{
        stroke: #ababab;
    }

    ul.osx-dock li span {
        font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif !important;
        color: #111111;
        display: none;
        top: 51px;
    }

    ul.osx-dock li:hover a, ul.osx-dock li._active a {
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -o-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

    ul.osx-dock li._active a {
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -o-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8);
    }

}



@media only screen and (max-width: 1024px) {
    .s-eap {
        padding: 30px 0 !important;
    }

    .b-hEap__desc br{
        display: none;
    }
}

@media only screen and (max-device-width: 740px) {
    .b-eap__btns {
        /* margin-bottom: 38px; */
        margin: 1vh auto;
    }
    ul.osx-dock li svg *{
        stroke: #c1c1c1;
    }
}

.s-dev {
    /*background: #f1f1f1;*/
    text-align: center;
    padding-top: 82px;
    position: relative;
}

.btn_developer {
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #828286;
    margin-top: 24px;
}

.s-masonary {
    background: #f1f1f1;
    margin-top: 74px;
    padding-bottom: 0;
}

.b-masonary {
    padding-left: 0;
}

.b-masonary__item:nth-child(4n) img {
    padding-right: 0;
}

.b-masonary__img {
    cursor: default;
    padding: 0 20px 10px 0;
    height: calc(100% - 10px);
}

.b-dev__desc {
    max-width: 706px;
    margin: 0 auto 22px;
    letter-spacing: -0.3px;
}

.s-dev .btn {
    margin-bottom: 65px;
}

/*
.b-dev__img{
    max-width: 100%;
    margin-top: 91px;
}*/
.b-dev__tile_container {
    /* max-height: 522px; */
    position: relative;
    overflow: hidden;
}

.i-dev__tile {
    width: 100%;
    height: auto;
    display: block;
}

.i-dev__robot {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 80%;
}

@media only screen and (max-width: 1024px) {
    .b-dev__desc br{
        display: none;
    }
    .b-dev__desc {
        padding: 0 2vw;
        /*display: none;*/
    }

    .b-dev__tile_container {
        position: relative;
        height: 334px;
    }

    .i-dev__tile {
        position: absolute;
        height: 100%;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

.s-specs {
    text-align: center;
    padding: 100px 0 0;
    /*padding: 100px 0 101px;*/
    position: relative;
    /*height: 1200px;*/
    /*margin: 0;*/
}

.b-specs__wrapper {
    position: sticky;
    top: 110px;
    /*height: 662px;*/
}
.specs_component-wrapper {
    text-align: left;
}

.b-specs__btns {
    margin-bottom: 12px;
}

.btn_specs {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 0;
    border: 0;
    color: #828286;
}

.btn_specs_view {
    margin-right: 24px;
}
.btn_specs_desc{
    line-height: 14px;
    height: 14px;
    vertical-align: middle;
}
.btn_specs button{
    line-height: 14px;
    height: 14px;
    margin-bottom: 0;
    vertical-align: middle;
}
.btn_specs button {
    vertical-align: middle;
    margin-right: 2px;
}

.specs_video_wrapper {
    /* height: 1100px; */
    padding: 0;
    /* padding: 0 22px 0; */
    /* background: #EAE9EA; */
    margin-top: 34px;
    max-width: none;
    position: relative;
    height: auto;
    /* max-height: calc(100vh - 108px); */
    overflow: hidden;
    width: 60%;
}

.b-specs__video_item {
    /*position: sticky;*/
    position: relative;
    /*top: 100px;*/
}

.b-specs__data {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.b-specs__text_layer {
    width: 100%;
    display: none;
}

.b-specs__video_item * {
    text-align: left;
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.b-specs__video_container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.b-specs__right{
    top: 0;
    right: 0;
}
.b-specs__left .b-specs__line-container{
direction: ltr;
}
.video_text {
    position: absolute;
    width: calc(100% - 300px);
}

.b-specs__left .video_text {
    left: 100px;
}

.b-specs__right .video_text {
    right: 100px;
}

.b-specs__text-container {
    /*right: 244px;*/
    /*top: 208px;*/
    /*position: absolute;*/
    /*display: none;*/
    /*opacity: 0;*/
    color: #111111;
    /*padding-top: 6px;*/
}

.b-specs__text-container h3 {
    margin: 0 ;
}

.b-specs__left, .b-specs__right {
    width: 50%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    -webkit-transition: opacity 1.5s, top 1s ease-out;
    transition: opacity 1.5s, top 1s ease-out;
}

._animate_text {
    top: 0;
    opacity: 1;
}

.b-specs__line-container {
    /*position: absolute;*/
    /*right: 170px;*/
    /*top: 210px;*/
    /*display: none;*/
    /*opacity: 0;*/
    line-height: 20px;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.b-specs__left .b-specs__line-container {
    margin-left: 16px;
}
.b-specs__right .b-specs__line-container {
    margin-right: 16px;
}
.b-specs__item-line {
    display: inline-block;
    background: #aeaeae;
    height: 1px;
    line-height: 19px;
    vertical-align: middle;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    /*width: 0;*/
}

.b-specs__item-circle {
    display: inline-block;
    background: transparent;
    height: 5px;
    border: 1px solid #828286;
    border-radius: 50%;
    width: 5px;
    line-height: 19px;
    vertical-align: middle;
    /*margin-left: -4px;*/
}

.b-specs__right .b-specs__line-container {
    direction: rtl;
}

.b-specs__right .b-specs__item-circle {
    margin: 0 -4px 0 0;
}

.b-specs__text_layer:nth-child(1) .b-specs__left .video_text:nth-child(1) {
    top: 66px;
}
.b-specs__text_layer:nth-child(1) .b-specs__left .video_text:nth-child(2) {
    top: 86px;
}
.b-specs__text_layer:nth-child(1) .b-specs__left .video_text:nth-child(3) {
    top: 314px;
}
.b-specs__text_layer:nth-child(1) .b-specs__right .video_text:nth-child(1) {
    top: 66px;
}
.b-specs__text_layer:nth-child(1) .b-specs__right .video_text:nth-child(2) {
    top: 180px;
}
.b-specs__text_layer:nth-child(1) .b-specs__right .video_text:nth-child(3) {
    top: 400px;
}

.b-specs__text_layer:nth-child(2) .b-specs__left .video_text:nth-child(1) {
    top: 88px;
}
.b-specs__text_layer:nth-child(2) .b-specs__left .video_text:nth-child(2) {
    top: 158px;
}
.b-specs__text_layer:nth-child(2) .b-specs__left .video_text:nth-child(3) {
    top: 288px;
}
.b-specs__text_layer:nth-child(2) .b-specs__right .video_text:nth-child(1) {
    top: 266px;
}
.b-specs__text_layer:nth-child(2) .b-specs__right .video_text:nth-child(2) {
    top: 362px;
}
.b-specs__text_layer:nth-child(2) .b-specs__right .video_text:nth-child(3) {
    top: 428px;
}

.b-specs__text_layer:nth-child(3) .b-specs__left .video_text:nth-child(1) {
    top: 42px;
}
.b-specs__text_layer:nth-child(3) .b-specs__left .video_text:nth-child(2) {
    top: 142px;
}
.b-specs__text_layer:nth-child(3) .b-specs__left .video_text:nth-child(3) {
    top: 242px;
}







/*.b-specs__video_item * {*/
/*text-align: left;*/
/*font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;*/
/*font-size: 16px;*/
/*line-height: 20px;*/
/*letter-spacing: -0.2px;*/
/*}*/

/*.b-specs__video_container {*/
/*position: absolute;*/
/*top: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/

/*.b-specs__text-container {*/
/*!*right: 244px;*!*/
/*!*top: 208px;*!*/
/*position: absolute;*/
/*display: none;*/
/*opacity: 0;*/
/*color: #111111;*/
/*!*padding-top: 6px;*!*/
/*}*/

/*.b-specs__text-container h3 {*/
/*margin: 0 0 13px;*/
/*}*/

/*.b-specs__left, .b-specs__right {*/
/*width: 50%;*/
/*height: 100%;*/
/*display: inline-block;*/
/*vertical-align: top;*/
/*position: relative;*/
/*-webkit-transition: opacity 1.5s, top 1s ease-out;*/
/*transition: opacity 1.5s, top 1s ease-out;*/
/*}*/

/*._animate_text {*/
/*top: 0;*/
/*opacity: 1;*/
/*}*/

/*.b-specs__line-container {*/
/*position: absolute;*/
/*!*right: 170px;*!*/
/*!*top: 210px;*!*/
/*display: none;*/
/*opacity: 0;*/
/*line-height: 20px;*/
/*}*/

/*.b-specs__item-line {*/
/*display: inline-block;*/
/*background: #aeaeae;*/
/*height: 1px;*/
/*line-height: 19px;*/
/*vertical-align: middle;*/
/*width: 0;*/
/*}*/

/*.b-specs__item-circle {*/
/*display: inline-block;*/
/*background: transparent;*/
/*height: 5px;*/
/*border: 1px solid #828286;*/
/*border-radius: 50%;*/
/*width: 5px;*/
/*line-height: 19px;*/
/*vertical-align: middle;*/
/*margin-left: -4px;*/
/*}*/

/*.b-specs__right .b-specs__line-container {*/
/*direction: rtl;*/
/*}*/

/*.b-specs__right .b-specs__item-circle {*/
/*margin: 0 -4px 0 0;*/
/*}*/

.b-specs__video {
    width: 70%;
    height: 550px;
    /*height: 662px;*/
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.b-specs__video video {
    width: auto;
    height: 550px;
    opacity: 1;
    -webkit-transition: opacity 1.5s ease-out;
    transition: opacity 1.5s ease-out;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.b-specs__video video._active {
    opacity: 1;
}

/*.video-text__layer {*/
/*position: relative;*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/

/*.b-video__left, .b-video__right {*/
/*position: absolute;*/
/*width: 50%;*/
/*height: 100%;*/
/*}*/

/*.b-video__left {*/
/*left: 130px;*/
/*}*/

/*.b-video__right {*/
/*right: 130px;*/
/*}*/
/*.b-specs__text-line{*/
/*display: inline-block;*/
/*background: #aeaeae;*/
/*height: 1px;*/
/*line-height: 19px;*/
/*vertical-align: middle;*/
/*}*/
/*.video-text__layer:nth-child(1) .b-video__left .b-specs__text_item:nth-child(1) {*/
/*position: absolute;*/
/*top: 40px;*/
/*}*/

/*.video-text__layer:nth-child(1) .b-video__left .b-specs__text_item:nth-child(2) {*/
/*position: absolute;*/
/*top: 80px;*/
/*}*/

/*.video-text__layer:nth-child(1) .b-video__left .b-specs__text_item:nth-child(3) {*/
/*position: absolute;*/
/*top: 2000px;*/
/*}*/

/*.video-text__layer:nth-child(1) .b-video__left .b-specs__text_item:nth-child(1) {*/
/*position: absolute;*/
/*top: 40px;*/
/*}*/

/*.video-text__layer:nth-child(1) .b-video__left .b-specs__text_item:nth-child(2) {*/
/*position: absolute;*/
/*top: 80px;*/
/*}*/

/*.video-text__layer:nth-child(1) .b-video__left .b-specs__text_item:nth-child(3) {*/
/*position: absolute;*/
/*top: 200px;*/
/*}*/

@media only screen and (max-device-width: 1024px) {
    .s-Pspecs {
        max-width: 980px;
        padding: 74px 0 30px;
    }

    .s-Pspecs h2 {
        padding-bottom: 40px;
    }

    .b-Pspecs {
        padding: 0 20px;
    }

    .b-entry__expand {
        position: absolute;
        right: 0;
        top: 0;
    }

    .b-entry__expand-less {
        position: absolute;
        right: 0;
        top: 0;
        display: none;
    }

    .s-Pspecs ._slide-toggle {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-left: 0;
        border-top: 1px solid #828286;
        border-bottom: 1px solid #828286;
        padding-top: 24px;
    }

    .b-Pspecs .b-entry {
        font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 23px;
    }

    .b-Pspecs .b-entry__inner, .b-Pspecs .b-entry__inner p {
        font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
        line-height: 28px;
        font-size: 18px;
        text-align: left;
    }

    .b-Pspecs .b-entry__title {
        font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
        display: block;
        position: relative;
    }

    .b-Pspecs .b-entry {
        border-bottom: 0;
        margin-bottom: 17px;
        padding-bottom: 17px;
    }

    .b-Pspecs .b-entry:last-child {
        margin-bottom: 0;
    }

    .b-Pspecs .b-entry._expand {
        border-bottom: 1px solid #828286;
    }

    .b-Pspecs .b-entry._expand:last-child {
        border-bottom: 0;
    }

    .b-Pspecs .b-entry._expand .b-entry__expand-less {
        display: block;
    }

    .b-Pspecs .b-entry._expand .b-entry__expand {
        display: none;
    }

    .b-Pspecs .b-specs__item:last-child {
        padding-bottom: 0;
    }

    .b-specs__item-title {
        font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
    }

    .b-entry__title svg {
        fill: #525252;
    }


    .s-specs{
        padding: 100px 0 0;
        height: auto;
    }
    .specs_video_wrapper{
        /*background-color: #ffffff;*/
        width: 100%;
        height: auto;
    }
    .b-specs__video, .b-specs__video video {
        width: auto;
        height: 316px;
    }
    .b-specs__wrapper{
        height: auto;
    }
}

.s-stories {
    padding: 100px 0 35px;
    /*padding: 120px 0 35px;*/
}

.b-stories__desc {
    margin: 0 auto 20px;
    color: #111111;
    letter-spacing: -0.3px;
}

.btn_stories {
    color: #828286;
    margin: 20px auto 39px;
}
.b-stories__items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1vh;
    margin: 1vh 2vw 0;
}


.b-stories__item {
    /* width: 33%; */
    position: relative;
    max-height: 406px;
    overflow-y: hidden;
}

.b-stories__img {
    width: 100%;
    display: block;
}

.b-stories__item-play .play__container {
    width: 26px;
    height: 26px;
}

.b-stories__item-play .btn_play {
    border-width: 5px 0 5px 10px;
}

.b-stories__item-desc {
    position: absolute;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    user-select: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.b-stories__item-title, .b-stories__item-quote {
    color: #ffffff;
    padding-bottom: 7px;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.b-stories__main_item {
    position: relative;
    max-height: 620px;
    overflow: hidden;
    text-align: center;
    padding: 0;
    margin: 1vh 2vw 0;
    box-sizing: content-box;
}

.b-stories__main_item .b-stories__item-title {
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 46px;
    letter-spacing: -0.2px;
    color: #ffffff;
    padding-bottom: 6px;
}

@media only screen and (max-width: 1024px) {
    h2 {
        font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
        font-size: 40px;
        line-height: 41px;
        letter-spacing: normal;
    }

    .s-blank {
        height: 276px;
        padding-top: 0 !important;
    }
}
@media only screen and (max-width: 1024px) {
    .s-blank h2{
        font-size: 32px;
    }
}

@media only screen and (max-device-width: 1024px) {
    .btn_stories, .btn_developer {
        color: #0070e7;
    }

    .b-stories__items {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1vh;
        margin: 1vh 2vw;
    }

    .b-stories__item {
        width: 100%;
        position: relative;
        max-height: none;
    }

    .b-stories__img_container {
        position: relative;
    }

    .b-stories__img {
        height: auto;
    }

    .b-stories__item-play .play__container {
        width: 40px;
        height: 40px;
    }

    .b-stories__item-play {
        position: relative;
        font-size: 14px;
        line-height: 21px;
        user-select: none;
    }

    .b-stories__item-title {
        color: #fff;
        font-size: 26px;
        line-height: 30px;
    }

    .btn_stories {
        text-align: center;
        margin: 0 0 10px;
    }

    section {
        padding-top: 50px !important;
    }
    .s-hPress{
        padding-top: 0 !important;
    }
    #section_welcome {
        padding-top: 0 !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .video-wrap-fixed{
        height: 582px;
        max-height: calc(100vh - 104px);
        overflow: hidden;
    }
}

.b-hpTop_videos .b-stories__item {
    width: 33%;
    min-height: 300px;
    display: inline-block;
    position: relative;
    max-height: 406px;
    overflow-y: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.b-hpTop_videos .b-stories__img {
    width: 100%;
    display: block;
}

.b-hpTop_videos .b-stories__item-play .play__container {
    width: 30px;
    height: 30px;
    border: 2px solid #22cd99;
}

.b-hpTop_videos .b-stories__item-title {
    color: #ffffff;
    padding-bottom: 7px;
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.b-hpTop_videos .b-hpTop_videos .play__container {
    border: 2px solid #22cd99;
}

@media only screen and (max-device-width: 1024px) {
    .b-hpTop_videos .b-stories__item-play {
        position: static;
        transform: none;
    }

    .b-hpTop_videos .b-stories__item-title {
        padding-bottom: 4px;
        font-size: 14px;
        line-height: initial;
    }
}

@media only screen and (max-width: 768px) {
    .b-hpTop_videos .b-stories__item {
        min-height: 100px;
    }
    .b-hpTop_videos .b-stories__item-play .play__container {
        width: 26px;
        height: 26px;
    }
    .b-hPress-icons-dock{
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        width: 80%;
        margin: 0 auto;
    }
    .b-hPress-icons-dock img{
        width: 100%;
        padding: 10px;
    }
    .b-hPress__slider .slick-next, .b-hPress__slider .slick-prev {
        margin: 0 0 auto;
    }
    .b-hPress__inner .slick-slider{
        width: 80%;
    }
}


.choose-images-wrapper{
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.choose-images-wrapper a {
    width: 50%;
    position: relative;
    margin: 0 auto;
}

.choose-images-wrapper a:nth-of-type(1) {
    margin: 0 0 0 auto;
}
.choose-images-wrapper a:nth-of-type(2) {
    margin: 0 auto 0 0;
}
.choose-images-wrapper a::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    background: #22ce99;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 300ms ease-out;
}

.choose-images-wrapper a:hover::after {
    opacity: 1;
}
.choose-images-wrapper a img {
    width: 100%;
}


@media only screen and (max-width: 414px) {
    .b-hpTop_videos .b-stories__item {
        width: 32%;
    }
    .b-hPress-icons-dock{
        gap: 10px;
        width: 90%;
    }
    .b-hPress-icons-dock img{
        width: 100%;
        padding: 10px;
    }
    .b-hPress__inner .slick-slider{
        width: 100%;
    }
    .choose-images-wrapper a {
        width: 100%;
    }
}

