.glider-contain {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.glider-wrapper {
    width: 100%;
}
.glider-wrapper:not(.glider) {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}
.glider-wrapper:not(.glider) > div {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
}
.glider {
    margin: 0 auto;
    position: relative;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    transform: translateZ(0);
}
.glider-track {
    transform: translateZ(0);
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 1;
}
.glider.draggable {
    user-select: none;
    cursor: -webkit-grab;
    cursor: grab;
}
.glider.draggable .glider-slide img {
    user-select: none;
    pointer-events: none;
}
.glider.drag {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.glider-slide {
    user-select: none;
    justify-content: center;
    align-content: center;
    width: 100%;
    position: relative;
}
.glider-slide img {
    max-width: 100%;
}
.glider::-webkit-scrollbar, .glider-wrapper::-webkit-scrollbar {
    opacity: 0;
    height: 0;
}
.glider-contain.scrollbar {
    position: relative;
}
.glider-contain.scrollbar .glider-wrapper {
    padding-bottom: 45px;
}
.glider-contain.scrollbar .glider-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    opacity: 1;
    width: 7px;
    height: 2px;
    background-color: #fff;
}
.glider-contain.scrollbar .glider-wrapper::-webkit-scrollbar-track {
    background-color: #b9b9b9;
}
.glider-contain.scrollbar .glider-wrapper::-webkit-scrollbar-thumb {
    background-color: #fa582d;
}
[data-type="strata"] .glider-contain.scrollbar .glider-wrapper::-webkit-scrollbar-thumb {
    background-color: #ffcb06;
}
[data-type="prisma"] .glider-contain.scrollbar .glider-wrapper::-webkit-scrollbar-thumb {
    background-color: #00c0e8;
}
[data-type="cortex"] .glider-contain.scrollbar .glider-wrapper::-webkit-scrollbar-thumb {
    background-color: #00cc66;
}
[data-type="unit42"] .glider-contain.scrollbar .glider-wrapper::-webkit-scrollbar-thumb {
    background-color: #C84727;
}
.glider-contain.fake-scrollbar {
    position: relative;
}
.glider-contain.fake-scrollbar .glider-wrapper {
    padding-bottom: 45px;
}
.glider-contain.fake-scrollbar .scrollbar {
    display: flex;
    position: absolute;
    left: 0;
    right: 7.14285714vw;
    bottom: 0;
    height: 2px;
    background-color: #b9b9b9;
    overflow: hidden;
}
.glider-contain.fake-scrollbar .scrollbar .glider-dot {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0px;
    height: 2px;
    width: auto;
    min-width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.glider-contain.fake-scrollbar .scrollbar .glider-dot:before {
    position: absolute;
    top: 0;
    left: 0;
}
.glider-contain.fake-scrollbar .scrollbar .glider-dot.active:before {
    background-color: #fa582d;
}
[data-type="strata"] .glider-contain.fake-scrollbar .scrollbar .glider-dot.active:before {
    background-color: #ffcb06;
}
[data-type="prisma"] .glider-contain.fake-scrollbar .scrollbar .glider-dot.active:before {
    background-color: #00c0e8;
}
[data-type="cortex"] .glider-contain.fake-scrollbar .scrollbar .glider-dot.active:before {
    background-color: #00cc66;
}
[data-type="unit42"] .glider-contain.fake-scrollbar .scrollbar .glider-dot.active:before {
    background-color: #C84727;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .glider-contain.scrollbar:after {
        content: '';
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: 0;
        height: 14px;
        background-color: #fff;
   }
    .glider-contain.scrollbar .glider {
        -ms-overflow-style: scrollbar;
        scrollbar-base-color: #fff;
        scrollbar-face-color: #fa582d;
        scrollbar-3dlight-color: transparent;
        scrollbar-highlight-color: transparent;
        scrollbar-track-color: #b9b9b9;
        scrollbar-arrow-color: #b9b9b9;
        scrollbar-shadow-color: #fa582d;
   }
    [data-type="strata"] .glider-contain.scrollbar .glider {
        scrollbar-face-color: #ffcb06;
        scrollbar-shadow-color: #ffcb06;
   }
    [data-type="prisma"] .glider-contain.scrollbar .glider {
        scrollbar-face-color: #00c0e8;
        scrollbar-shadow-color: #00c0e8;
   }
    [data-type="cortex"] .glider-contain.scrollbar .glider {
        scrollbar-face-color: #00cc66;
        scrollbar-shadow-color: #00cc66;
   }
    [data-type="unit42"] .glider-contain.scrollbar .glider {
        scrollbar-face-color: #C84727;
        scrollbar-shadow-color: #C84727;
   }
}
@-moz-document url-prefix() {
    .glider {
        scrollbar-width: none;
   }
    .glider-contain.scrollbar:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 6px;
        background-color: #fff;
   }
    .glider-contain.scrollbar .glider {
        scrollbar-color: #fa582d #b9b9b9;
        scrollbar-width: thin;
   }
    [data-type="strata"] .glider-contain.scrollbar .glider {
        scrollbar-color: #ffcb06 #b9b9b9;
   }
    [data-type="prisma"] .glider-contain.scrollbar .glider {
        scrollbar-color: #00c0e8 #b9b9b9;
   }
    [data-type="cortex"] .glider-contain.scrollbar .glider {
        scrollbar-color: #00cc66 #b9b9b9;
   }
    [data-type="unit42"] .glider-contain.scrollbar .glider {
        scrollbar-color: #C84727 #b9b9b9;
   }
}
.glider-prev, .glider-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #fa582d;
    background-color: #fa582d;
}
.glider-prev:hover, .glider-next:hover {
    border-color: #fa582d;
    background-color: #fff;
}
.glider-prev.glider-button-white, .glider-next.glider-button-white {
    border-color: #fff;
    background-color: transparent;
}
.glider-prev.glider-button-white:hover, .glider-next.glider-button-white:hover {
    background-color: #fff;
}
.glider-prev.glider-button-black, .glider-next.glider-button-black {
    border-color: #141414;
    background-color: #fff;
}
.glider-prev.glider-button-black:hover, .glider-next.glider-button-black:hover {
    border-color: #141414;
    background-color: #141414;
}
.glider-prev.disabled, .glider-next.disabled {
    opacity: 0.5;
    cursor: auto;
    pointer-events: none;
}
.glider-prev:focus, .glider-next:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(250,88,45,0.5);
}
.glider-prev {
    left: 15px;
    right: auto;
    background-image: url('/etc/clientlibs/clean/imgs/chevron-left-black.svg');
}
.glider-prev:hover {
    background-image: url('/etc/clientlibs/clean/imgs/chevron-left-black.svg');
}
.glider-prev.glider-button-white {
    background-image: url('/etc/clientlibs/clean/imgs/chevron-left-white.svg');
}
.glider-prev.glider-button-white:hover {
    background-image: url('/etc/clientlibs/clean/imgs/chevron-left-black.svg');
}
.glider-prev.glider-button-black {
    background-image: url('/etc/clientlibs/clean/imgs/chevron-left-black.svg');
}
.glider-prev.glider-button-black:hover {
    background-image: url('/etc/clientlibs/clean/imgs/chevron-left-white.svg');
}
.glider-next {
    right: 15px;
    left: auto;
    background-image: url('/etc/clientlibs/clean/imgs/chevron-right-black.svg');
}
.glider-next:hover {
    background-image: url('/etc/clientlibs/clean/imgs/chevron-right-black.svg');
}
.glider-next.glider-button-white {
    background-image: url('/etc/clientlibs/clean/imgs/chevron-right-white.svg');
}
.glider-next.glider-button-white:hover {
    background-image: url('/etc/clientlibs/clean/imgs/chevron-right-black.svg');
}
.glider-next.glider-button-black {
    background-image: url('/etc/clientlibs/clean/imgs/chevron-right-black.svg');
}
.glider-next.glider-button-black:hover {
    background-image: url('/etc/clientlibs/clean/imgs/chevron-right-white.svg');
}
[data-type="strata"] .glider-prev, [data-type="strata"] .glider-next {
    background-color: #ffcb06;
    border-color: #ffcb06;
}
[data-type="strata"] .glider-prev:focus, [data-type="strata"] .glider-next:focus {
    box-shadow: 0 0 0 3px rgba(255,203,6,0.5);
}
[data-type="strata"] .glider-prev {
    background-image: url('/etc/clientlibs/clean/imgs/chevron-left-black.svg');
}
[data-type="strata"] .glider-prev:hover {
    background-color: #fff;
    background-image: url('/etc/clientlibs/clean/imgs/chevron-left-black.svg');
}
[data-type="strata"] .glider-next {
    background-image: url('/etc/clientlibs/clean/imgs/chevron-right-black.svg');
}
[data-type="strata"] .glider-next:hover {
    background-color: #fff;
    background-image: url('/etc/clientlibs/clean/imgs/chevron-right-black.svg');
}
[data-type="prisma"] .glider-prev, [data-type="prisma"] .glider-next {
    background-color: #00c0e8;
    border-color: #00c0e8;
}
[data-type="prisma"] .glider-prev:focus, [data-type="prisma"] .glider-next:focus {
    box-shadow: 0 0 0 3px rgba(0,192,232,0.5);
}
[data-type="prisma"] .glider-prev {
    background-image: url('/etc/clientlibs/clean/imgs/chevron-left-black.svg');
}
[data-type="prisma"] .glider-prev:hover {
    background-color: #fff;
    background-image: url('/etc/clientlibs/clean/imgs/chevron-left-black.svg');
}
[data-type="prisma"] .glider-next {
    background-image: url('/etc/clientlibs/clean/imgs/chevron-right-black.svg');
}
[data-type="prisma"] .glider-next:hover {
    background-color: #fff;
    background-image: url('/etc/clientlibs/clean/imgs/chevron-right-black.svg');
}
[data-type="cortex"] .glider-prev, [data-type="cortex"] .glider-next {
    background-color: #00cc66;
    border-color: #00cc66;
}
[data-type="cortex"] .glider-prev:focus, [data-type="cortex"] .glider-next:focus {
    box-shadow: 0 0 0 3px rgba(0,204,102,0.5);
}
[data-type="cortex"] .glider-prev {
    background-image: url('/etc/clientlibs/clean/imgs/chevron-left-black.svg');
}
[data-type="cortex"] .glider-prev:hover {
    background-color: #fff;
    background-image: url('/etc/clientlibs/clean/imgs/chevron-left-black.svg');
}
[data-type="cortex"] .glider-next {
    background-image: url('/etc/clientlibs/clean/imgs/chevron-right-black.svg');
}
[data-type="cortex"] .glider-next:hover {
    background-color: #fff;
    background-image: url('/etc/clientlibs/clean/imgs/chevron-right-black.svg');
}
[data-type="unit42"] .glider-prev, [data-type="unit42"] .glider-next {
    background-color: #C84727;
    border-color: #C84727;
}
[data-type="unit42"] .glider-prev:focus, [data-type="unit42"] .glider-next:focus {
    box-shadow: 0 0 0 3px rgba(200,71,39,0.5);
}
[data-type="unit42"] .glider-prev {
    background-image: url('/etc/clientlibs/clean/imgs/chevron-left-black.svg');
}
[data-type="unit42"] .glider-prev:hover {
    background-color: #fff;
    background-image: url('/etc/clientlibs/clean/imgs/chevron-left-black.svg');
}
[data-type="unit42"] .glider-next {
    background-image: url('/etc/clientlibs/clean/imgs/chevron-right-black.svg');
}
[data-type="unit42"] .glider-next:hover {
    background-color: #fff;
    background-image: url('/etc/clientlibs/clean/imgs/chevron-right-black.svg');
}
.glider-slide {
    min-width: 150px;
}
.glider-hide {
    opacity: 0;
}
.glider-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}
.glider-dots {
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}
.glider-dot {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: auto;
    display: inline-block;
    margin: 0 15px;
    padding: 9px 0;
    background: none;
    position: relative;
    color: #767676;
    overflow: hidden;
    font-family: Decimal, Arial;
    font-weight: 600;
    font-size: 14px;
    transition: flex .25s ease-in-out;
}
.glider-dot:focus {
    outline: 0;
}
.glider-dot.active {
    flex-grow: 2;
    opacity: 1;
    color: #141414;
}
[data-type="strata"] .glider-dots:not(.animate-glider-dots) .glider-dot.active:before {
    background-color: #ffcb06;
}
[data-type="strata"] .glider-dots:not(.animate-glider-dots) .glider-dot:focus {
    box-shadow: 0 0 0 3px rgba(255,203,6,0.5);
}
[data-type="strata"] .glider-dots.animate-glider-dots .glider-dot.active > span > span {
    background-color: #ffcb06;
}
[data-type="strata"] .glider-dots.animate-glider-dots .glider-dot:focus {
    box-shadow: 0 0 0 3px rgba(255,203,6,0.5);
}
[data-type="black"] .glider-dots:not(.animate-glider-dots) .glider-dot.active:before {
    background-color: #141414;
}
[data-type="black"] .glider-dots:not(.animate-glider-dots) .glider-dot:focus {
    box-shadow: 0 0 0 3px rgba(0,0,0,0.5);
}
[data-type="black"] .glider-dots.animate-glider-dots .glider-dot.active > span > span {
    background-color: #141414;
}
[data-type="black"] .glider-dots.animate-glider-dots .glider-dot:focus {
    box-shadow: 0 0 0 3px rgba(0,0,0,0.5);
}
[data-type="white"] .glider-dots:not(.animate-glider-dots) .glider-dot.active:before {
    background-color: #fff;
}
[data-type="white"] .glider-dots:not(.animate-glider-dots) .glider-dot:focus {
    box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
}
[data-type="white"] .glider-dots.animate-glider-dots .glider-dot.active > span > span {
    background-color: #fff;
}
[data-type="white"] .glider-dots.animate-glider-dots .glider-dot:focus {
    box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
}
[data-type="prisma"] .glider-dots:not(.animate-glider-dots) .glider-dot.active:before {
    background-color: #00c0e8;
}
[data-type="prisma"] .glider-dots:not(.animate-glider-dots) .glider-dot:focus {
    box-shadow: 0 0 0 3px rgba(0,192,232,0.5);
}
[data-type="prisma"] .glider-dots.animate-glider-dots .glider-dot.active > span > span {
    background-color: #00c0e8;
}
[data-type="prisma"] .glider-dots.animate-glider-dots .glider-dot:focus {
    box-shadow: 0 0 0 3px rgba(0,192,232,0.5);
}
[data-type="cortex"] .glider-dots:not(.animate-glider-dots) .glider-dot.active:before {
    background-color: #00cc66;
}
[data-type="cortex"] .glider-dots:not(.animate-glider-dots) .glider-dot:focus {
    box-shadow: 0 0 0 3px rgba(0,204,102,0.5);
}
[data-type="cortex"] .glider-dots.animate-glider-dots .glider-dot.active > span > span {
    background-color: #00cc66;
}
[data-type="cortex"] .glider-dots.animate-glider-dots .glider-dot:focus {
    box-shadow: 0 0 0 3px rgba(0,204,102,0.5);
}
[data-type="unit42"] .glider-dots:not(.animate-glider-dots) .glider-dot.active:before {
    background-color: #C84727;
}
[data-type="unit42"] .glider-dots:not(.animate-glider-dots) .glider-dot:focus {
    box-shadow: 0 0 0 3px rgba(200,71,39,0.5);
}
[data-type="unit42"] .glider-dots.animate-glider-dots .glider-dot.active > span > span {
    background-color: #C84727;
}
[data-type="unit42"] .glider-dots.animate-glider-dots .glider-dot:focus {
    box-shadow: 0 0 0 3px rgba(200,71,39,0.5);
}
.glider-dots:not(.animate-glider-dots) .glider-dot:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #b9b9b9;
}
.glider-dots:not(.animate-glider-dots) .glider-dot.active:before {
    background-color: #fa582d;
}
.glider-dots:not(.animate-glider-dots) .glider-dot:focus {
    box-shadow: 0 0 0 3px rgba(250,88,45,0.5);
}
.glider-dots:not(.animate-glider-dots) .glider-dot[data-type="default"].active:before, .glider-dots:not(.animate-glider-dots) .glider-dot[data-type="paloaltonetworks"].active:before {
    background-color: #fa582d !important;
}
.glider-dots:not(.animate-glider-dots) .glider-dot[data-type="default"]:focus, .glider-dots:not(.animate-glider-dots) .glider-dot[data-type="paloaltonetworks"]:focus {
    box-shadow: 0 0 0 3px rgba(250,88,45,0.5) !important;
}
.glider-dots:not(.animate-glider-dots) .glider-dot[data-type="strata"].active:before {
    background-color: #ffcb06 !important;
}
.glider-dots:not(.animate-glider-dots) .glider-dot[data-type="strata"]:focus {
    box-shadow: 0 0 0 3px rgba(255,203,6,0.5) !important;
}
.glider-dots:not(.animate-glider-dots) .glider-dot[data-type="prisma"].active:before {
    background-color: #00c0e8 !important;
}
.glider-dots:not(.animate-glider-dots) .glider-dot[data-type="prisma"]:focus {
    box-shadow: 0 0 0 3px rgba(0,192,232,0.5) !important;
}
.glider-dots:not(.animate-glider-dots) .glider-dot[data-type="cortex"].active:before {
    background-color: #00cc66 !important;
}
.glider-dots:not(.animate-glider-dots) .glider-dot[data-type="cortex"]:focus {
    box-shadow: 0 0 0 3px rgba(0,204,102,0.5) !important;
}
.glider-dots:not(.animate-glider-dots) .glider-dot[data-type="unit42"].active:before {
    background-color: #C84727 !important;
}
.glider-dots:not(.animate-glider-dots) .glider-dot[data-type="unit42"]:focus {
    box-shadow: 0 0 0 3px rgba(200,71,39,0.5) !important;
}
.glider-dots.animate-glider-dots .glider-dot > span {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #b9b9b9;
    overflow: hidden;
}
.glider-dots.animate-glider-dots .glider-dot > span > span {
    position: absolute;
    height: 2px;
    top: 0;
    left: 0;
    width: 100%;
    left: -100%;
    background-color: transparent;
    will-change: transform;
    transition: transform 5s linear;
}
.glider-dots.animate-glider-dots .glider-dot.active > span > span {
    background-color: #fa582d;
}
.glider-dots.animate-glider-dots .glider-dot:focus {
    box-shadow: 0 0 0 3px rgba(250,88,45,0.5);
}
.glider-dots.animate-glider-dots .glider-dot[data-type="default"].active > span > span, .glider-dots.animate-glider-dots .glider-dot[data-type="paloaltonetworks"].active > span > span {
    background-color: #fa582d !important;
}
.glider-dots.animate-glider-dots .glider-dot[data-type="default"]:focus, .glider-dots.animate-glider-dots .glider-dot[data-type="paloaltonetworks"]:focus {
    box-shadow: 0 0 0 3px rgba(250,88,45,0.5);
}
.glider-dots.animate-glider-dots .glider-dot[data-type="strata"].active > span > span {
    background-color: #ffcb06 !important;
}
.glider-dots.animate-glider-dots .glider-dot[data-type="strata"]:focus {
    box-shadow: 0 0 0 3px rgba(255,203,6,0.5);
}
.glider-dots.animate-glider-dots .glider-dot[data-type="prisma"].active > span > span {
    background-color: #00c0e8 !important;
}
.glider-dots.animate-glider-dots .glider-dot[data-type="prisma"]:focus {
    box-shadow: 0 0 0 3px rgba(0,192,232,0.5);
}
.glider-dots.animate-glider-dots .glider-dot[data-type="cortex"].active > span > span {
    background-color: #00cc66 !important;
}
.glider-dots.animate-glider-dots .glider-dot[data-type="cortex"]:focus {
    box-shadow: 0 0 0 3px rgba(0,204,102,0.5);
}
.glider-dots.animate-glider-dots .glider-dot[data-type="unit42"].active > span > span {
    background-color: #C84727 !important;
}
.glider-dots.animate-glider-dots .glider-dot[data-type="unit42"]:focus {
    box-shadow: 0 0 0 3px rgba(200,71,39,0.5);
}
.glider-dots.animate-glider-dots .glider-dot[data-type="black"].active > span > span {
    background-color: #141414 !important;
}
.glider-dots.animate-glider-dots .glider-dot[data-type="black"]:focus {
    box-shadow: 0 0 0 3px rgba(0,0,0,0.5);
}
.glider-dots.animate-glider-dots .glider-dot[data-type="white"].active > span > span {
    background-color: #fff !important;
}
.glider-dots.animate-glider-dots .glider-dot[data-type="white"]:focus {
    box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
}