.stm-hero-slider-carousel {
    position: relative;
    left: calc(-1 * (100vw - 100%) / 2);
    width: 100vw;
}

.stm-hero-slider-carousel .swiper-wrapper {
    overflow: visible !important;
}

.stm-hero-slider-carousel .stm-hero-slider-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
}

.stm-hero-slider-carousel .stm-hero-slider-nav-prev, .stm-hero-slider-carousel .stm-hero-slider-nav-next {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 500;
    transform: translateY(-50%);
    transition: 0.2s ease;
}

.stm-hero-slider-carousel .stm-hero-slider-nav-prev:hover, .stm-hero-slider-carousel .stm-hero-slider-nav-next:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.stm-hero-slider-carousel .stm-hero-slider-nav-prev.swiper-button-disabled, .stm-hero-slider-carousel .stm-hero-slider-nav-next.swiper-button-disabled {
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
}

.stm-hero-slider-carousel .stm-hero-slider-nav-prev.swiper-button-disabled:hover, .stm-hero-slider-carousel .stm-hero-slider-nav-next.swiper-button-disabled:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
    .stm-hero-slider-carousel .stm-hero-slider-nav-prev, .stm-hero-slider-carousel .stm-hero-slider-nav-next {
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 767px) {
    .stm-hero-slider-carousel .stm-hero-slider-nav-prev, .stm-hero-slider-carousel .stm-hero-slider-nav-next {
        width: 35px;
        height: 85px;
    }
}

.stm-hero-slider-carousel .stm-hero-slider-nav-prev:before, .stm-hero-slider-carousel .stm-hero-slider-nav-next:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 25px;
    border-color: #fff;
    border-style: solid;
    border-width: 2px 2px 0 0;
    opacity: 0.5;
    transition: 0.2s ease;
}

@media (max-width: 767px) {
    .stm-hero-slider-carousel .stm-hero-slider-nav-prev:before, .stm-hero-slider-carousel .stm-hero-slider-nav-next:before {
        width: 20px;
        height: 20px;
    }
}

.stm-hero-slider-carousel .stm-hero-slider-nav-prev:hover:before, .stm-hero-slider-carousel .stm-hero-slider-nav-next:hover:before {
    opacity: 0.8;
}

.stm-hero-slider-carousel .stm-hero-slider-nav-prev.swiper-button-disabled:before, .stm-hero-slider-carousel .stm-hero-slider-nav-next.swiper-button-disabled:before {
    opacity: 0.3;
}

.stm-hero-slider-carousel .stm-hero-slider-nav-prev.swiper-button-disabled:hover:before, .stm-hero-slider-carousel .stm-hero-slider-nav-next.swiper-button-disabled:hover:before {
    opacity: 0.3;
}

.stm-hero-slider-carousel .stm-hero-slider-nav-prev {
    left: 50px;
}

@media (max-width: 1024px) {
    .stm-hero-slider-carousel .stm-hero-slider-nav-prev {
        left: 20px;
    }
}

@media (max-width: 767px) {
    .stm-hero-slider-carousel .stm-hero-slider-nav-prev {
        left: 1px;
    }
}

.stm-hero-slider-carousel .stm-hero-slider-nav-prev:before {
    left: 56%;
    transform: translateY(-50%) translateX(-50%) rotate(-135deg);
}

.stm-hero-slider-carousel .stm-hero-slider-nav-next {
    right: 50px;
}

@media (max-width: 1024px) {
    .stm-hero-slider-carousel .stm-hero-slider-nav-next {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .stm-hero-slider-carousel .stm-hero-slider-nav-next {
        right: 1px;
    }
}

.stm-hero-slider-carousel .stm-hero-slider-nav-next:before {
    left: 44%;
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.stm-hero-slider-wrap {
    display: block;
    position: relative;
    width: 100%;
    min-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .stm-hero-slider-wrap {
        min-height: 400px;
    }
}

.stm-hero-slider-wrap .stm-image-wrap {
    display: block;
    width: 100%;
    margin: auto 0;
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .stm-hero-slider-wrap .stm-image-wrap {
        min-height: 400px;
    }
}

.stm-hero-slider-wrap .stm-image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1, 1);
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width: 767px) {
    .stm-hero-slider-wrap .stm-image-wrap img {
        min-height: 400px;
    }
}

.stm-hero-slider-wrap:hover .stm-image-wrap img {
    transform: scale(1.01, 1.01);
}

.stm-hero-slider-wrap .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.stm-hero-slider-wrap .container .stm-info-wrap {
    backface-visibility: hidden;
}

.stm-hero-slider-wrap .container .stm-info-wrap .stm-hb-round {
    backface-visibility: hidden;
}

.stm-hero-slider-wrap .container .stm-info-wrap .stm-hb-round .stm-hb-title {
    line-height: 1.1;
}

.stm-hero-slider-wrap.style_1.left .container {
    justify-content: flex-start;
}

.stm-hero-slider-wrap.style_1.right .container {
    justify-content: flex-end;
}

.stm-hero-slider-wrap.style_1.center .container {
    justify-content: center;
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap {
    display: inline-block;
    z-index: 5;
    transition: all 0.3s ease-in-out;
    width: 359px;
    height: 359px;
    position: relative;
}

@media (max-width: 767px) {
    .stm-hero-slider-wrap.style_1 .stm-info-wrap {
        width: 280px;
        height: 280px;
        margin-left: 20px;
    }
}

@media (max-width: 320px) {
    .stm-hero-slider-wrap.style_1 .stm-info-wrap {
        margin-left: 5px;
    }
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap:after {
    position: absolute;
    content: "";
    display: block;
    top: -18px;
    left: -18px;
    right: -18px;
    bottom: -18px;
    border-radius: 50%;
    opacity: 0.25;
    z-index: -1;
    transform: scale(1, 1);
    transition: all 0.5s ease-in-out;
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap:hover:after {
    transform: scale(1.05, 1.05);
    opacity: 0.5;
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap:hover .stm-hb-round:after {
    opacity: 1;
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round {
    width: 100%;
    height: 100%;
    z-index: 5;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 58px 19px 50px 27px;
    border-radius: 50%;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: 0.85;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 767px) {
    .stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-title {
    padding-left: 37px;
    padding-right: 45px;
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-title span {
    display: block;
}

@media (max-width: 767px) {
    .stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-title {
        margin-bottom: 8px;
        padding: 0;
    }
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    letter-spacing: 0px;
    font-weight: 400;
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit > span {
    display: inline-block;
    position: relative;
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-currency {
    vertical-align: top;
    justify-content: space-between;
    line-height: 1;
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-price {
    text-align: left;
    vertical-align: top;
    line-height: 0.7;
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {
    position: relative;
    left: 6px;
    top: -4px;
    vertical-align: top;
    line-height: 1;
}

@media (max-width: 767px) {
    .stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {
        top: 0;
        left: 0;
        padding: 0 6px;
    }
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    max-width: 100px;
    vertical-align: top;
    color: #232628;
    padding: 0 0 0 5px;
}

@media (max-width: 767px) {
    .stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels {
        align-items: flex-start;
    }
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-label {
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 0.7;
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {
    display: block;
    white-space: normal;
    word-spacing: 0;
    text-transform: uppercase;
    padding-left: 3px;
    line-height: 0.9;
}

@media (max-width: 767px) {
    .stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {
        padding-left: 0;
    }
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-button {
    margin-left: 37px;
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap {
    display: inline-block;
    z-index: 5;
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round {
    z-index: 5;
    color: rgb(255, 255, 255);
    text-decoration: none;
    letter-spacing: 0px;
    font-weight: 400;
    opacity: 1;
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-weight: 700;
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-currency {
    vertical-align: top;
    line-height: 1;
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-price {
    text-align: left;
    line-height: 0.73;
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {
    position: relative;
    left: 6px;
    line-height: 1;
}

@media (max-width: 767px) {
    .stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {
        left: 4px;
    }
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    vertical-align: top;
    font-weight: 700;
    padding-left: 6px;
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-label {
    display: block;
    line-height: 1;
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {
    display: block;
    white-space: normal;
    word-spacing: 0;
    max-width: 70px;
    text-align: left;
    margin-left: 15px;
    line-height: 1;
}

@media (max-width: 767px) {
    .stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {
        margin-left: 3px;
    }
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-round-text {
    margin-top: 11px;
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-button {
    margin-top: 12px;
    padding: 1px 24px 0;
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-button i {
    font-size: 18px;
    vertical-align: middle;
}

.stm-hero-slider-wrap.style_2.center .container {
    justify-content: center;
}

.stm-hero-slider-wrap.style_2.center .stm-info-wrap .stm-hb-round {
    text-align: center;
}

.stm-hero-slider-wrap.style_2.right .container {
    justify-content: flex-end;
}

.stm-hero-slider-wrap.style_2.right .stm-info-wrap .stm-hb-round {
    text-align: right;
}

.stm-hero-slider-wrap.style_2.right .stm-info-wrap .stm-hb-round .stm-hb-title {
    text-align: right;
}

.stm-hero-slider-wrap.style_2.right .stm-info-wrap .stm-hb-round .stm-hb-price-unit {
    justify-content: flex-end;
}

.stm-hero-slider-wrap.style_2.right .stm-info-wrap .stm-hb-round .stm-hb-round-text {
    text-align: right;
}

.stm-hero-slider-wrap.style_2.left .stm-info-wrap .stm-hb-round {
    text-align: left;
}

.stm-hero-slider-wrap.style_2.left .stm-info-wrap .stm-hb-round .stm-hb-title {
    text-align: left;
}

.stm-hero-slider-wrap.style_2.left .stm-info-wrap .stm-hb-round .stm-hb-price-unit {
    justify-content: flex-start;
}

.stm-hero-slider-wrap.style_2.left .stm-info-wrap .stm-hb-round .stm-hb-round-text {
    text-align: left;
}

.stm-hero-slider-wrap.style_3.left .container {
    justify-content: flex-start;
}

.stm-hero-slider-wrap.style_3.right .container {
    justify-content: flex-end;
}

.stm-hero-slider-wrap.style_3.center .container {
    justify-content: center;
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap {
    display: block;
    cursor: pointer;
    padding: 55px 40px;
    color: #ffffff;
    max-width: 540px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    .stm-hero-slider-wrap.style_3 .stm-info-wrap {
        padding: 30px;
    }
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: -1;
    transform: scale(1, 1);
    transition: all 0.5s ease-in-out;
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap:hover:after {
    opacity: 0.75;
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-title {
    text-decoration: none;
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-button {
    margin-top: 12px;
    font-weight: 600;
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-button i {
    font-size: 18px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-button {
        line-height: 40px;
    }

    .stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-button i {
        font-size: 16px;
        line-height: 14px;
    }
}

.stm-hero-slider-wrap.style_3.center .stm-info-wrap {
    text-align: center;
    padding: 55px 20px;
    max-width: 700px;
}

.stm-hero-slider-wrap.loaded .container .stm-info-wrap {
    animation-name: opacity;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
    animation-duration: 0.3s;
}

[dir=rtl] .stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-button {
    margin-right: 37px;
    margin-left: 0;
}

[dir=rtl] .stm-hero-slider-wrap.style_1.left .container {
    justify-content: flex-end;
}

[dir=rtl] .stm-hero-slider-wrap.style_1.right .container {
    justify-content: flex-start;
}

[dir=rtl] .stm-hero-slider-wrap.style_2.left .container {
    justify-content: flex-end;
}

[dir=rtl] .stm-hero-slider-wrap.style_2.right .container {
    justify-content: flex-start;
}

[dir=rtl] .stm-hero-slider-wrap.style_3.left .container {
    justify-content: flex-end;
}

[dir=rtl] .stm-hero-slider-wrap.style_3.right .container {
    justify-content: flex-start;
}

@keyframes slidein {
    from {
        opacity: 0;
        margin-left: -100%;
    }

    to {
        opacity: 1;
        margin-left: 0;
    }
}

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}