.glightbox-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999!important;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 0;
}
.glightbox-container.inactive {
    display: none;
}
.glightbox-container .gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
}
.glightbox-container .gslider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}
.glightbox-container .gslide {
    width: 100%;
    position: absolute;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
}
.glightbox-container .gslide.current {
    opacity: 1;
    z-index: 99999;
    position: relative;
}
.glightbox-container .gslide.prev {
    opacity: 1;
    z-index: 9999;
}
.glightbox-container .gslide iframe, .glightbox-container .gslide video {
    outline: 0!important;
    border: none;
    min-height: 165px;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: auto;
    touch-action: auto;
}
.glightbox-container .gslide-inner-content {
    width: 100%}
.glightbox-container .ginner-container {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
    height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
    width: 100%}
.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
    -ms-flex-direction: column;
    flex-direction: column;
}
.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
    max-width: 100%!important;
}
.gslide-image {
    -ms-flex-align: center;
    align-items: center;
}
.gslide-image img {
    max-height: 100vh;
    display: block;
    padding: 0;
    float: none;
    outline: 0;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100vw;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-touch-action: none;
    touch-action: none;
    margin: auto;
    min-width: 200px;
}
.gslide-image img.zoomable {
    position: relative;
}
.gslide-image img.dragging {
    cursor: -webkit-grabbing!important;
    cursor: grabbing!important;
    transition: none;
}
.desc-bottom .gslide-image img, .desc-top .gslide-image img {
    width: auto;
}
.desc-left .gslide-image img, .desc-right .gslide-image img {
    width: auto;
    max-width: 100%}
.gslide-video {
    position: relative;
    max-width: 100vh;
    width: 100%!important;
}
.gslide-video::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, .34);
    display: none;
}
.gslide-video.playing::before {
    display: none;
}
.gslide-video .gvideo-wrapper {
    width: 100%;
    margin: auto;
}
.gslide-video.fullscreen {
    max-width: 100%!important;
    min-width: 100%;
    height: 75vh;
}
.gslide-video.fullscreen video {
    max-width: 100%!important;
    width: 100%!important;
}
.gslide-inline {
    background-color: #fff;
    text-align: left;
    max-height: calc(100vh - 40px);
    overflow: auto;
    max-width: 100%}
.gslide-inline .ginlined-content {
    padding: 20px;
    width: 100%}
.gslide-inline .dragging {
    cursor: -webkit-grabbing!important;
    cursor: grabbing!important;
    transition: none;
}
.gslide-media {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .1);
}
.zoomed .gslide-media {
    box-shadow: none!important;
}
.desc-bottom .gslide-media, .desc-top .gslide-media {
    margin: 0 auto;
    -ms-flex-direction: column;
    flex-direction: column;
}
.gslide-description {
    position: relative;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%}
.gslide-description.description-left, .gslide-description.description-right {
    max-width: 100%}
.gslide-description.description-bottom, .gslide-description.description-top {
    margin: 0 auto;
    width: 100%}
.gslide-description p {
    margin-bottom: .625rem;
}
.gslide-description p:last-child {
    margin-bottom: 0;
}
.zoomed .gslide-description {
    display: none;
}
.ginlined-content {
    overflow: auto;
    display: block!important;
    opacity: 1;
}
.gslide-external {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 100%;
    background-color: #fff;
    padding: 0;
    overflow: auto;
    max-height: 75vh;
    height: 100%}
.glightbox-button-hidden {
    display: none;
}
.download-original-image {
    position: absolute;
    top: .625rem;
    right: .625rem;
    width: 2.5rem;
    height: 2.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 50rem;
    background-color: rgba(0, 0, 0, .1);
}
.download-original-image:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .15);
}
.glightbox-mobile .glightbox-container .gslide-description {
    height: auto!important;
    width: 100%;
    background: 0 0;
    position: absolute;
    bottom: 15px;
    padding: 19px 11px;
    max-width: 100vw!important;
    -ms-flex-order: 2!important;
    order: 2!important;
    max-height: 78vh;
    overflow: auto!important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
    transition: opacity .25s linear;
    padding-bottom: 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
    color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more, .glightbox-mobile .glightbox-container .gslide-desc a, .glightbox-mobile .glightbox-container .gslide-desc string {
    color: #fff;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
    font-weight: 700;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
    color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    opacity: .4;
}
.gdesc-open .gslide-media {
    transition: opacity .25s ease;
    opacity: .4;
}
.gdesc-open .gdesc-inner {
    padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
    transition: opacity .25s ease;
    opacity: 1;
}
.greset {
    transition: all .25s ease;
}
.gabsolute {
    position: absolute;
}
.grelative {
    position: relative;
}
.glightbox-desc {
    display: none!important;
}
.glightbox-open {
    overflow: hidden;
}
.gloader {
    height: 25px;
    width: 25px;
    -webkit-animation: lightboxLoader .8s infinite linear;
    animation: lightboxLoader .8s infinite linear;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 47%}
.goverlay {
    width: 100%;
    height: calc(100vh + 1px);
    position: fixed;
    top: -1px;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    will-change: opacity;
}
.gclose, .gnext, .gprev {
    z-index: 99999;
    cursor: pointer;
    width: 26px;
    height: 44px;
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-animation: gfadeIn .25s ease;
    animation: gfadeIn .25s ease;
}
.gclose svg, .gnext svg, .gprev svg {
    display: block;
    width: 25px;
    height: auto;
    margin: 0;
    padding: 0;
}
.gclose.disabled, .gnext.disabled, .gprev.disabled {
    opacity: .1;
}
.gclose .garrow, .gnext .garrow, .gprev .garrow {
    stroke: #fff;
}
iframe.wait-autoplay {
    opacity: 0;
}
.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
    opacity: 0!important;
}
.glightbox-clean .gslide-description {
    background-color: #fff;
}
.glightbox-clean .gdesc-inner {
    padding: 1.25rem;
}
.glightbox-clean .gslide-title {
    margin-bottom: 1.25rem;
}
.glightbox-clean .gslide-desc {
    font-size: .8125rem;
    line-height: 1.6924;
    margin-bottom: 0;
}
.glightbox-clean .gslide-video {
    background-color: #000;
}
.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: transparent;
    border-radius: 50rem;
}
.glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, .25);
}
.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
    fill: #fff;
}
.glightbox-clean .gprev {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
}
.glightbox-clean .gnext {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
}
.glightbox-clean .gclose {
    width: 46px;
    height: 46px;
    top: 20px;
    right: 20px;
    position: absolute;
}
.glightbox-clean .gclose:hover {
    opacity: 1;
}
.glightbox-clean .gclose svg {
    width: 18px;
    height: auto;
}
.glightbox-clean button:focus:not(.focused):not(.disabled) {
    outline: 0;
}
.gfadeIn {
    -webkit-animation: gfadeIn .25s ease;
    animation: gfadeIn .25s ease;
}
.gfadeOut {
    -webkit-animation: gfadeOut .25s ease;
    animation: gfadeOut .25s ease;
}
.gslideOutLeft {
    -webkit-animation: gslideOutLeft .25s ease;
    animation: gslideOutLeft .25s ease;
}
.gslideInLeft {
    -webkit-animation: gslideInLeft .25s ease;
    animation: gslideInLeft .25s ease;
}
.gslideOutRight {
    -webkit-animation: gslideOutRight .25s ease;
    animation: gslideOutRight .25s ease;
}
.gslideInRight {
    -webkit-animation: gslideInRight .25s ease;
    animation: gslideInRight .25s ease;
}
.gzoomIn {
    -webkit-animation: gzoomIn .25s ease;
    animation: gzoomIn .25s ease;
}
.gzoomOut {
    -webkit-animation: gzoomOut .25s ease;
    animation: gzoomOut .25s ease;
}
@-webkit-keyframes lightboxLoader {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes lightboxLoader {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@-webkit-keyframes gfadeIn {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@keyframes gfadeIn {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@-webkit-keyframes gfadeOut {
    from {
    opacity: 1;
}
to {
    opacity: 0;
}
}@keyframes gfadeOut {
    from {
    opacity: 1;
}
to {
    opacity: 0;
}
}@-webkit-keyframes gslideInLeft {
    from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
}
to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}@keyframes gslideInLeft {
    from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
}
to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}@-webkit-keyframes gslideOutLeft {
    from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
}
}@keyframes gslideOutLeft {
    from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
}
}@-webkit-keyframes gslideInRight {
    from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}@keyframes gslideInRight {
    from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}@-webkit-keyframes gslideOutRight {
    from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
}
}@keyframes gslideOutRight {
    from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
}
}@-webkit-keyframes gzoomIn {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
to {
    opacity: 1;
}
}@keyframes gzoomIn {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
to {
    opacity: 1;
}
}@-webkit-keyframes gzoomOut {
    from {
    opacity: 1;
}
50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
to {
    opacity: 0;
}
}@keyframes gzoomOut {
    from {
    opacity: 1;
}
50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
to {
    opacity: 0;
}
}@media (min-width:769px) {
    .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -ms-flex-direction: row;
    flex-direction: row;
}
.glightbox-container .ginner-container.desc-top .gslide-description {
    -ms-flex-order: 0;
    order: 0;
}
.glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    -ms-flex-order: 1;
    order: 1;
}
.glightbox-container .ginner-container.desc-left .gslide-description {
    -ms-flex-order: 0;
    order: 0;
}
.glightbox-container .ginner-container.desc-left .gslide-image {
    -ms-flex-order: 1;
    order: 1;
}
.gslide-image img {
    max-height: 97vh;
    max-width: 100%}
.gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
}
.gslide-inline {
    max-height: 95vh;
}
.gslide-external {
    max-height: 100vh;
}
.gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
}
.goverlay {
    background-color: rgba(0, 0, 0, .9);
}
.glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
}
.glightbox-clean .gprev {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.glightbox-clean .gnext {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}}