.container-hilton-section-image-content {
    width: 100%;
}

.container-hilton-section-image-content .row {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.container-hilton-section-image-content .row .col {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.container-hilton-section-image-content .row .col.col-right {
    flex-direction: row-reverse;
}

.container-hilton-section-image-content .col-carousel {
    width: 58%;
}

.container-hilton-section-image-content .content {
    width: 42%;
}

.container-hilton-section-image-content .text {
    padding: 100px 48px;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    /*background-color: #EBF2F5;*/
    color: #333;
    display: flex;
    font-family: "Loew";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
}

.elementor .container-hilton-section-image-content .text hr, .container-hilton-section-image-content .text hr {
    background-color: #333;
    height: 1px;
    width: 100%;
    margin: 0.5em 0;
}

.container-hilton-section-image-content .text h1,
.container-hilton-section-image-content .text h2,
.container-hilton-section-image-content .text h3,
.container-hilton-section-image-content .text h4,
.container-hilton-section-image-content .text h5 {
    color: var(--Dark-Blue, #104C97);
    leading-trim: both;
    text-edge: cap;
    font-family: "Loew";
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.container-hilton-section-image-content .text h2 {
    font-size: 32px;
}

.container-hilton-section-image-content .text h6 {
/*    font-size: 0.83rem;
    font-weight: 500;
    font-family: "Loew";
    color: #333;*/
}

.container-hilton-section-image-content p, 
.container-hilton-section-image-content .list,
.container-hilton-section-image-content ul {
    margin-bottom: 0.9rem;
}

.container-hilton-section-image-content .buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
}

.container-hilton-section-image-content .btn {
    display: flex;
    height: 38px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background-color: var(--Dark-Blue, #104C97);
    text-decoration: none;
    color: var(--White, #FFF);
    font-family: Loew;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.container-hilton-section-image-content .images {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.container-hilton-section-image-content .images img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.container-hilton-section-image-content .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.container-hilton-section-image-content .carousel {
    position: relative;
}

.container-hilton-section-image-content .slick-slider {
    height: 100%;
}

.container-hilton-section-image-content .slick-list {
    height: 100% !important;
}

.container-hilton-section-image-content .slick-slider .slick-track, 
.container-hilton-section-image-content .slick-slider .slick-list {
    height: 100%;
}

.container-hilton-section-image-content .carousel .prev,
.container-hilton-section-image-content .carousel .next {
    position: absolute;
    top: 50%;
    z-index: 10;
}

.container-hilton-section-image-content .carousel .prev {
    left: 10px;
}

.container-hilton-section-image-content .carousel .next {
    right: 10px;
}

.container-hilton-section-image-content .carousel .slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: nowrap;
    right: 0;
    justify-content: center;
    bottom: 28px;
    z-index: 999;
    position: absolute;
    left: 0;
}

.container-hilton-section-image-content .carousel .slick-dots button {
    border: 1px solid #fff;
    font-size: 0;
    width: 9px;
    border-radius: 50%;
    height: 9px;
    padding: 0;
    background-color: transparent;
    outline: none;
}

.container-hilton-section-image-content .carousel .slick-dots button:focus, 
.container-hilton-section-image-content .carousel .slick-dots button:focus, 
.container-hilton-section-image-content .carousel .slick-dots button:focus {
    outline: 0 auto -webkit-focus-ring-color;
}

.container-hilton-section-image-content .carousel .slick-dots .slick-active button {
    border: 1px solid #fff;
    font-size: 0;
    width: 18px;
    border-radius: 50%;
    height: 18px;
    padding: 0;
    background-color: #fff;
}

.container-hilton-section-image-content .carousel .slick-dots button:focus, 
.container-hilton-section-image-content .carousel .slick-dots button:hover, 
.container-hilton-section-image-content .carousel .slick-dots button:focus, 
.container-hilton-section-image-content .carousel .slick-dots button:hover {
    color: #fff;
    background-color: #fff;
    text-decoration: none;
}

.container-hilton-section-image-content .carousel .slick-slide  {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.container-hilton-section-image-content .carousel .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-hilton-section-image-content .carousel .slick-slide .prev,
.container-hilton-section-image-content .carousel .slick-slide .next {
    opacity: 0;
    transition: all 500ms;
    cursor: pointer;
}

.container-hilton-section-image-content .carousel .slick-slide.slick-current .prev,
.container-hilton-section-image-content .carousel .slick-slide.slick-current .next {
    opacity: 1;
    transition: all 500ms;
}

@media(max-width: 1280px) {
    .container-hilton-section-image-content .text {
        padding: 1.875rem 1.25rem;
    }
}

@media(max-width: 992px) {
    .container-hilton-section-image-content .row .col {
        flex-direction: column;
    }

    .container-hilton-section-image-content .row .col.col-right {
        flex-direction: column;
    }

    .container-hilton-section-image-content .col-carousel,
    .container-hilton-section-image-content .content {
        width: 100%;
    }

    .container-hilton-section-image-content .row {
        flex-direction: column;
    }

    .container-hilton-section-image-content .row .col {
        width: 100%;
    }

    .container-hilton-section-image-content .image {
        height: 380px;
    }

    .container-hilton-section-image-content .text {
        padding: 1.875rem 1.25rem;
    }

    .container-hilton-section-image-content .carousel .slick-slide  {
        position: relative;
    }

    .container-hilton-section-image-content .carousel .slick-slide img {
        width: 100%;
    }

    .container-hilton-section-image-content .carousel .slick-slide .prev svg,
    .container-hilton-section-image-content .carousel .slick-slide .next svg {
        width: 16px;
        height: auto;
    }

    .container-hilton-section-image-content .carousel .slick-dots {
        gap: 8px;
    }

    .container-hilton-section-image-content .carousel .slick-dots button {
        width: 8px;
        height: 8px;
    }

    .container-hilton-section-image-content .carousel .slick-dots .slick-active button {
        width: 12px;
        height: 12px;
    }
}

@media(max-width: 767px) {
    .container-hilton-section-image-content .image {
        height: 320px;
    }
}