/*Navigation*/
.glcr-carousel-slider-dot-horizontal .slider-navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 3;
    transform: translateX(-50%) translateY(-50%);
    height: 22px;
}

.glcr-carousel-slider-dot-vertical .slider-navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: auto;
    top: 50%;
    margin-top: 3px;
    right: 24px;
    bottom: auto;
    z-index: 3;
    transform: translateX(-50%) translateY(-50%);
    width: 22px;
}

/* Arrow */
.glcr-carousel-slider .glcr-slider-pn {
    cursor: pointer;
    width: 22px;
    height: 25px;
    margin-top: 5px;
}

.glcr-carousel-slider .glcr-slider-pn svg {
    width: 20px;
    height: 20px;
    font-size: 40px;
}

.glcr-carousel-slider .glcr-slider-pn svg polyline {
    stroke-width: 3;
    transition: all .3s ease-in-out;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.glcr-carousel-slider .glcr-slider-pn:hover polyline {
    stroke-width: 4;
}

.glcr-carousel-slider .glcr-slider-prev {
    margin-right: 14px;
}

.glcr-carousel-slider .glcr-slider-next {
    margin-left: 14px;
}

.glcr-carousel-slider .glcr-slider-prev svg {
    transform: rotate(-180deg);
}

.glcr-carousel-slider-dot-vertical .glcr-slider-pn {
    cursor: pointer;
    width: 22px;
    height: 25px;
    margin-top: 0;
    margin-right: 0;
}

.glcr-carousel-slider-dot-vertical .glcr-slider-prev {
    margin-bottom: 11px;
    margin-right: 0;
}

.glcr-carousel-slider-dot-vertical .glcr-slider-next {
    margin-top: 17px;
    margin-left: 0;
}

.glcr-carousel-slider-dot-vertical .glcr-slider-prev svg {
    transform: rotate(-90deg);
}

.glcr-carousel-slider-dot-vertical .glcr-slider-next svg {
    transform: rotate(90deg);
}

/*Dots*/
.glcr-carousel-slider-dot-horizontal .swiper-pagination {
    position: relative;
    display: flex;
    bottom: auto;
    top: 0;
}

.glcr-carousel-slider-dot-horizontal .swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
    margin-top: -9px;
    right: 0;
}

.glcr-carousel-slider-dot-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    transition: all .3s ease-in-out;
    margin: 0 4px;
    border: 2px solid;
    background-color: transparent;
    opacity: 1;
    border-radius: 100%;
}

.glcr-carousel-slider-dot-vertical .swiper-pagination {
    position: relative;
    display: flex;
    bottom: auto;
    top: 0;
    left: -1px;
    transform: none;
}

.glcr-carousel-slider-dot-vertical .swiper-pagination-bullets {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.glcr-carousel-slider-dot-vertical .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    transition: all .3s ease-in-out;
    margin: 4px 0;
    border: 2px solid;
    background-color: transparent;
    opacity: 1;
    border-radius: 100%;
}

/*Slider*/
.glcr-carousel-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    cursor: grab;
}

.glcr-carousel-slider .swiper-slide video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}

.glcr-carousel-slider-img-holder {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 0;
    top: 0;
}

.glcr-carousel-slider-img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.glcr-carousel-slider-img img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    object-position: center;
    object-fit: cover;
}

.glcr-carousel-slider-content-wrap {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.glcr-carousel-slider-content {
    display: flex;
    width: auto;
    flex-direction: column;
}

.glcr-carousel-slider-content-top .glcr-carousel-slider-content-wrap {
    justify-content: flex-start;
}

.glcr-carousel-slider-content-bottom .glcr-carousel-slider-content-wrap {
    justify-content: flex-end;
}

.glcr-carousel-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
}

.glcr-carousel-slider-title,
.glcr-carousel-slider-subtitle {
    display: block;
    width: 100%;
    clear: both;
}

.glcr-carousel-slider-title {
    transform: translateY(100px);
    transition: all .7s cubic-bezier(.165, .84, .44, 1) .2s;
    opacity: 0;
}

.glcr-carousel-slider-subtitle {
    transform: translateY(120px);
    transition: all .9s cubic-bezier(.165, .84, .44, 1) .2s;
    opacity: 0;
}

.swiper-slide-active .glcr-carousel-slider-title,
.swiper-slide-duplicate-active .glcr-carousel-slider-title,
.swiper-slide-active .glcr-carousel-slider-subtitle,
.swiper-slide-duplicate-active .glcr-carousel-slider-subtitle,
.glcr-carousel-slider-st1 .glcr-carousel-slider-title,
.glcr-carousel-slider-st1 .glcr-carousel-slider-subtitle {
    transform: translateY(0);
    opacity: 1;
}

/* Style 2 */
.glcr-carousel-slider-st2 .glcr-carousel-slider .swiper-slide {
    overflow: hidden;
    display: flex;
    height: 34vw;
    width: 60vw !important;
    opacity: 1 !important;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Style 3 */
.glcr-carousel-slider-st3 .glcr-carousel-slider .swiper-slide {
    width: 32vw !important;
}

.glcr-carousel-slider-st3 .glcr-carousel-slider .swiper-slide.size-wide {
    width: 76vw !important;
}

@media only screen and (max-width:1466px) {
    .glcr-carousel-slider-st3 .glcr-carousel-slider .swiper-slide {
        width: 32vw !important;
    }

    .glcr-carousel-slider-st3 .glcr-carousel-slider .swiper-slide.size-wide {
        width: 76vw !important;
    }

}

@media only screen and (max-width:1024px) {
    .glcr-carousel-slider-st2 .glcr-carousel-slider .swiper-slide {
        width: 100vw !important;
    }

    .glcr-carousel-slider-st3 .glcr-carousel-slider .swiper-slide {
        width: 30vw !important;
    }

    .glcr-carousel-slider-st3 .glcr-carousel-slider .swiper-slide.size-wide {
        width: 63vw !important;
    }

}

@media only screen and (max-width:767px) {
    .glcr-carousel-slider-st3 .glcr-carousel-slider .swiper-slide {
        width: 50vw !important;
    }

    .glcr-carousel-slider-st3 .glcr-carousel-slider .swiper-slide.size-wide {
        width: 100vw !important;
    }

}

.glcr-carousel-slider .slider-navigation .swiper-pagination-bullets .swiper-pagination-bullet-active,
.glcr-carousel-slider .slider-navigation .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background-color: var(--swm-color-light-1);
}

.glcr-carousel-slider .slider-navigation .swiper-pagination-bullets .swiper-pagination-bullet {
    border-color: var(--swm-color-light-1);
}

.glcr-carousel-slider .glcr-slider-pn svg polyline {
    stroke: var(--swm-color-light-1);
}

.glcr-carousel-slider .glcr-carousel-slider-title a,
.glcr-carousel-slider .glcr-carousel-slider-title {
    color: var(--swm-color-headings);
}

.glcr-carousel-slider .glcr-carousel-slider-title:hover a,
.glcr-carousel-slider .glcr-carousel-slider-title:hover {
    color: var(--swm-color-color-1);
}

.glcr-carousel-slider .glcr-carousel-slider-subtitle {
    color: var(--swm-color-text);
}

.glcr-custom-cursor {
    height: 104px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transition: opacity .3s ease-out, visibility .3s ease-out;
    visibility: hidden;
    width: 104px;
    z-index: 7;
}

.glcr-svg--drag-cursor {
    fill: none;
    stroke: currentColor;
}

.glcr-svg--drag-cursor circle:first-child {
    stroke: none;
}

.glcr--show {
    opacity: 1;
    visibility: visible;
}

.glcr--hide {
    opacity: 0;
    visibility: hidden;
}

.glcr--drag-cursor *,
.glcr--drag-cursor {
    cursor: none;
}

.glcr-custom-cursor svg {
    fill: var(--swm-color-dark-1);
}

.glcr-custom-cursor .glcr-custom-cursor-inner {
    position: relative;
    background: var(--swm-color-dark-2);
    color: var(--swm-color-light-2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.glcr-custom-cursor .glcr-custom-cursor-inner span {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.glcr-custom-cursor .glcr-custom-cursor-inner span:before,
.glcr-custom-cursor .glcr-custom-cursor-inner span:after {
    display: inline-block;
    font-family: 'swm-font-icon';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    font-size: 10px;
}

.glcr-custom-cursor .glcr-custom-cursor-inner span:after { transform:rotate(180deg); }