.home-header-slider {
    background-color: #F2F5F6;
    user-select: text;
}

.slide--hidden {
    display: none;
}

.home-header-slider.slick-initialized .slide--hidden {
    display: block;
}

.home-header-slider .slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05)) drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.04));
}

.home-header-slider .slick-arrow.slick-prev {
    left: calc((100% - 1300px)/2);
    transform: translate(-100%, -50%);
}

.home-header-slider .slick-arrow.slick-next {
    right: calc((100% - 1300px)/2);
    transform: translate(100%, -50%);
}

.home-header-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.home-header-slider .slick-dots li {
    font-size: 0;
    line-height: 0;
}

.home-header-slider .slick-dots li.slick-active button {
    background-color: rgba(74, 84, 94, 1);
}

.home-header-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: 0.2s;
    background-color: rgba(74, 84, 94, .4);
}

.home-header-slider .dh-info-tag {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px 9px;
    border-radius: 48px;
    background-color: #FFF;
    box-shadow: 15px 8px 17px 0px rgba(0, 0, 0, 0.05), 4px 2px 9px 0px rgba(0, 0, 0, 0.05);
}

.home-header-slider .dh-info-tag--badge {
    gap: 8px;
    padding: 6px 20px 6px 8px;
}

.home-header-slider .dh-info-tag__badge {
    padding: 2px 8px 1px 24px;
    border-radius: 33px;
    position: relative;
    background-color: #D1FED5;
}

.home-header-slider .dh-info-tag__badge::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 4px);
    left: 8px;
    background-color: #57B65D;
}

.home-header-slider .dh-info-tag__badge span {
    font-size: 15px;
    line-height: 25px;
    font-weight: 800;
    color: #3B4348;
}

.home-header-slider .dh-info-tag__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #435768;
    white-space: nowrap;
}

.home-header-slider .dh-info-tag__icon {
    font-size: 0;
    line-height: 0;
    flex-basis: 20px;
    margin-right: 8px;
}

.home-header-slider .dh-info-tag__icon svg {
    max-width: 100%;
}

.home-header-slider .dh-info-tag.gray {
    background-color: #F3F6F9;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05), 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
}

.home-header-slider .dh-info-tag.dot {
    padding-left: 36px;
    position: relative;
}

.home-header-slider .dh-info-tag.dot::before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    left: 20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #57B65D;
}

.mail-hero .mail-hero-status__badge {
    padding: 2px 8px 1px 24px;
    border-radius: 33px;
    position: relative;
    width: fit-content;
}

.mail-hero .mail-hero-status__badge::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 4px);
    left: 8px;
}

.mail-hero .mail-hero__wrapper .mail-hero-status {
    padding: 6px 20px 6px 8px;
}

.mail-hero .mail-hero-status__badge span {
    font-size: 15px;
    line-height: 27px;
    font-weight: 800;
    color: #3b4348;
}

.mail-hero .mail-hero-status--success .mail-hero-status__badge {
    background-color: #d1fed5;
}

.mail-hero .mail-hero-status--success .mail-hero-status__badge::before {
    background-color: #57b65d;
}

.mail-hero .mail-hero-status--danger .mail-hero-status__badge {
    background-color: #f9ccc6;
}

.mail-hero .mail-hero-status--danger .mail-hero-status__badge::before {
    background-color: #f36653;
}

.mail-hero .mail-hero-status--warning .mail-hero-status__badge {
    background-color: #f4cfa3;
}

.mail-hero .mail-hero-status--warning .mail-hero-status__badge::before {
    background-color: #f5a256;
}

.mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-text--title-header-desktop {
    display: none;
}

.home-header-slider .dh-info-tag--wrap-mobile {
    margin-bottom: 16px;
}

.home-header-slider .dh-info-tag--wrap-desktop {
    display: none;
}

.hosting-offer {
    flex-direction: row-reverse;
    padding: 22px 0;
    gap: 16px;
}

.hosting-offer .offer-image .image-video.image-video-desktop {
    display: none;
}

.hosting-offer .offer-image .image-video.image-video-mobile {
    height: 240px;
    width: 100%;
    max-width: 358px;
    display: block;
    margin: 0 auto;
}

.hosting-offer .offer-image .play-img {
    height: auto;
}

.hosting-offer .offer-image .offer-image__trigger {
    position: absolute;
    top: 50px;
}

.hosting-offer .offer-text__header h2 {
    color: #3B4348;
    font-size: 28px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: -0.28px;
    margin: 0 0 16px;
}

.hosting-offer .offer-text .offer-text__desc p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    opacity: 0.7;
    margin-bottom: 16px;
    max-width: 358px;
}

.mail-hero-image--mobile {
    height: 224px;
    margin-top: 32px;
}

h1.hero-title.hero-title-desktop {
    display: none;
}

h1.hero-title.hero-title-mobile {
    color: #3B4348;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    line-height: 37px;
    letter-spacing: -0.32px;
}

.tag-text-header-desktop {
    display: none;
}

.tag-text-header-mobile {
    color: #3B4348;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.ewh-header-v2 {
    height: 100%;
}

.home-header-slider .dh-info-tag-custom .dh-info-tag__badge {
    padding: 8px;
}

.home-header-slider .dh-info-tag-custom .dh-info-tag__badge::before {
    left: 50%;
    transform: translateX(-50%);
}

.hero-section-img img.hero-section-img--img.hero-section-img--img--mobile {
    display: none;
}

@media screen and (max-width: 1450px) {
    .home-header-slider .slick-arrow.slick-prev {
        left: 5px;
        transform: translatey(-50%);
    }

    .home-header-slider .slick-arrow.slick-next {
        right: 5px;
        transform: translatey(-50%);
    }
}

@media screen and (min-width: 1025px) {

    .pagespeed-section {
        top: 90px;
    }

    .home-header-slider .mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-text--description-desktop {
        margin-bottom: 29px;
    }

    .home-header-slider .mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-info {
        margin-top: 29px;
    }

    .home-header-slider .hosting-offer .offer-text__header {
        max-width: 480px;
    }

    .home-header-slider .hosting-offer .offer-text__header h2 {
        color: #3B4348;
        font-size: 40px;
        font-weight: 800;
        line-height: 50px;
        letter-spacing: -0.4px;
        margin-top: 29px;
    }

    .home-header-slider .hosting-offer .offer-text .offer-text__desc p {
        color: #000;
        font-size: 15px;
        font-weight: 500;
        line-height: 22.5px;
        opacity: 0.7;
        margin-bottom: 29px;
        max-width: 477px;
    }

    .home-header-slider .tag-text-header-desktop {
        display: inline;
    }

    .home-header-slider .tag-text-header-mobile {
        display: none;
    }


    .home-header-slider h1.hero-title.hero-title-desktop {
        display: block;
    }

    .home-header-slider h1.hero-title.hero-title-mobile {
        display: none;
    }

    .home-header-slider .hosting-offer .offer-image .image-video.image-video-desktop {
        display: inline;
    }

    .home-header-slider .hosting-offer .offer-image .image-video.image-video-mobile {
        display: none;
    }

    .home-header-slider .mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-text--title-header-desktop {
        display: block;
        color: #3B4348;
        font-size: 40px;
        font-weight: 800;
        line-height: 50px;
        letter-spacing: -0.4px;
        margin: 29px 0 0
    }

    .home-header-slider .mail-hero .mail-hero__wrapper .mail-hero-status.mail-hero-status--desktop {
        margin-bottom: 29px;
    }

    .home-header-slider .dh-info-tag--wrap-desktop {
        display: inline-flex;
    }

    .home-header-slider.home-header-slider .dh-info-tag--wrap-mobile {
        display: none;
    }

    .home-header-slider .mail-hero .mail-hero__wrapper .mail-hero-status--desktop.dh-info-tag {
        display: inline-flex;
        margin: 0;
    }

    .home-header-slider .mail-hero .mail-hero__wrapper .mail-hero-text {
        margin-top: 135px;
    }

    .home-header-slider .hosting-offer {
        padding: 55px 0;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1410px) {
    .home-header-slider .hero-section {
        padding: 0;
    }

    .home-header-slider .hero-section .support-section {
        right: -27px;
    }

    .home-header-slider .hero-section .hero-section-img {
        margin: 0;
        left: -50px;
    }
}

@media screen and (max-width: 1366px) {
    .home-header-slider .hero-section {
        padding: 30px 0 20px;
    }

    .home-header-slider .ewh-header-v2 .header {
        display: none;
    }

    .home-header-slider .hero-section-img img.hero-section-img--img {
        top: 30px;
    }

    .home-header-slider .support-section {
        top: 40px;
        transform: none;
        margin: 0;
    }

    .home-header-slider .support-section .support-image {
        margin-top: 0;
        transform: none;
        max-width: 200px;
        height: auto;
    }

    .home-header-slider .hero-section .resource-usage {
        margin: 0;
        right: 250px;
    }
}

@media screen and (max-width: 1250px) {
    .home-header-slider .slick-track {
        display: flex;
        align-items: center;
    }

    .home-header-slider .mail-hero .mail-hero__wrapper {
        align-items: center;
    }

    .home-header-slider .mail-hero .mail-hero__wrapper .mail-hero-text {
        margin-top: 0;
    }

    .home-header-slider .mail-hero .mail-hero__wrapper .mail-hero-image {
        max-width: 50%;
    }

    .home-header-slider .mail-hero .mail-hero__wrapper .mail-hero-image img {
        max-width: 100%;
    }
}

@media screen and (max-width: 1025px) {
    .home-header-slider .support-section {
        top: 0
    }
}

@media screen and (max-width: 1024px) {
    .home-header-slider {
        padding-bottom: 20px;
    }

    .home-header-slider .mail-hero .mail-hero__wrapper {
        display: flex;
        flex-direction: column;
        max-width: 600px;
        margin: 0 auto;
    }

    .home-header-slider .mail-hero .mail-hero__wrapper .mail-hero-image {
        max-width: 100%;
    }

    .home-header-slider .mail-hero-text--title-header br {
        display: none;
    }

    .home-header-slider .hosting-offer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 620px;
        margin: 0 auto;
        padding: 0;
    }

    .home-header-slider .hosting-offer .offer-image {
        flex-basis: initial;
    }

    .home-header-slider .hosting-offer .offer-text {
        width: 100%;
    }

    .home-header-slider .hosting-offer .offer-text__header {
        max-width: 100%;
    }

    .home-header-slider .hosting-offer .offer-text__header h2 {
        padding: 0;

    }
    .home-header-slider .hosting-offer .offer-image .offer-image__trigger img{
        max-width: 55px;
    }
    .home-header-slider .hosting-offer .offer-image .offer-image__trigger span{
        font-size: 16px;
    }
    .home-header-slider .hosting-offer .offer-text .offer-text__desc p {
        max-width: 100%;
    }

    .home-header-slider .hosting-offer .offer-text .buttons-wrapper a {
        width: 100%;
    }

    .home-header-slider .hero-section .support-section .support-content {
        display: none;
    }

    .home-header-slider .hero-section .pagespeed-section {
        display: none;
    }
}


@media screen and (max-width: 992px) {
    .home-header-slider {
        padding-top: 60px;
    }

    .home-header-slider .hero-section-img {
        top: 10px;
    }

    .home-header-slider .hero-section .resource-usage {
        top: 30px;
        right: 50%;
        transform: translateX(50%);
    }
}

@media screen and (max-width: 850px) {
    .home-header-slider .hero-section .hero-content {
        margin-top: 240px;
    }

    .home-header-slider .hero-section .customer-count {
        margin-top: 0;
    }

    .home-header-slider .hero-section .resource-usage {
        display: none;
    }

    .home-header-slider .hero-section .hero-title {
        margin-top: 24px;
    }

    .home-header-slider .hero-section .hero-section-img {
        margin: 0;
        max-width: 200px;
    }

    .home-header-slider .hero-section .hero-section-img--img {
        display: none;
    }

    .home-header-slider .hero-section .hero-section-img--img.hero-section-img--img--mobile {
        display: block;
        max-width: 100%;
        transform: none;
    }

    .home-header-slider .hero-section .support-image {
        max-width: 175px;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .home-header-slider .hero-section{
        padding-bottom: 40px;
    }
    .home-header-slider .hero-section .support-image {
        top: 20px;
        left: 0;
    }

    .hero-section-img img.hero-section-img--img {
        left: 0;
    }

    .home-header-slider .hero-section .rating-section {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .home-header-slider .hero-section .support-image {
        top: 40px;
        max-width: 140px;
    }

    .home-header-slider .hero-section .hero-section-img--img.hero-section-img--img--mobile {
        max-width: 180px;
    }
}

@media screen and (max-width: 390px) {
    .home-header-slider .hero-section .support-image {
        max-width: 100px;
    }

    .home-header-slider .hero-section .hero-section-img--img.hero-section-img--img--mobile {

        max-width: 150px;
    }

    .home-header-slider .hero-section .hero-content {
        margin-top: 200px;
    }

}