@import url("/g/s3/lp/lpc.v4/plugins/lightgallery/v.2.7.2/css/lg-zoom.css");
@import url("/g/s3/lp/lpc.v4/plugins/lightgallery/v.2.7.2/css/lg-video.css");
@import url("/g/s3/lp/lpc.v4/plugins/lightgallery/v.2.7.2/css/lg-thumbnail.css");

@font-face {
  font-family: 'lg';
  src: url("/g/s3/lp/lpc.v4/plugins/lightgallery/v.2.7.2/fonts/lg.woff2?io9a6k") format("woff2"), url("/g/s3/lp/lpc.v4/plugins/lightgallery/v.2.7.2/fonts/lg.ttf?io9a6k") format("truetype"), url("/g/s3/lp/lpc.v4/plugins/lightgallery/v.2.7.2/fonts/lg.woff?io9a6k") format("woff"), url("/g/s3/lp/lpc.v4/plugins/lightgallery/v.2.7.2/fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lpc-lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lpc-lg-container {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.lpc-lg-next,
.lpc-lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}

.lpc-lg-next.disabled,
.lpc-lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lpc-lg-next:hover:not(.disabled),
.lpc-lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lpc-lg-single-item .lpc-lg-next, .lpc-lg-single-item
.lpc-lg-prev {
  display: none;
}

.lpc-lg-next {
  right: 20px;
}

.lpc-lg-next:before {
  content: '\e095';
}

.lpc-lg-prev {
  left: 20px;
}

.lpc-lg-prev:after {
  content: '\e094';
}

@-webkit-keyframes lpc-lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lpc-lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lpc-lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lpc-lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lpc-lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lpc-lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lpc-lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lpc-lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lpc-lg-outer.lpc-lg-right-end .lpc-lg-object {
  -webkit-animation: lpc-lg-right-end 0.3s;
  -o-animation: lpc-lg-right-end 0.3s;
  animation: lpc-lg-right-end 0.3s;
  position: relative;
}

.lpc-lg-outer.lpc-lg-left-end .lpc-lg-object {
  -webkit-animation: lpc-lg-left-end 0.3s;
  -o-animation: lpc-lg-left-end 0.3s;
  animation: lpc-lg-left-end 0.3s;
  position: relative;
}

.lpc-lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lpc-lg-media-overlap .lpc-lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lpc-lg-toolbar .lpc-lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lpc-lg-toolbar .lpc-lg-icon.lpc-lg-icon-18 {
  font-size: 18px;
}

.lpc-lg-toolbar .lpc-lg-icon:hover {
  color: #fff;
}

.lpc-lg-toolbar .lpc-lg-close:after {
  content: '\e070';
}

.lpc-lg-toolbar .lpc-lg-maximize {
  font-size: 22px;
}

.lpc-lg-toolbar .lpc-lg-maximize:after {
  content: '\e90a';
}

.lpc-lg-toolbar .lpc-lg-download:after {
  content: '\e0f2';
}

.lpc-lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lpc-lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lpc-lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lpc-lg-sub-html a {
  color: inherit;
}

.lpc-lg-sub-html a:hover {
  text-decoration: underline;
}

.lpc-lg-media-overlap .lpc-lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lpc-lg-item .lpc-lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lpc-lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lpc-lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lpc-lg-closing .lpc-lg-toolbar,
.lpc-lg-closing .lpc-lg-prev,
.lpc-lg-closing .lpc-lg-next,
.lpc-lg-closing .lpc-lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lpc-lg-from-hash) .lpc-lg-outer.lpc-lg-start-zoom .lpc-lg-item:not(.lpc-lg-zoomable) .lpc-lg-img-wrap,
body:not(.lpc-lg-from-hash) .lpc-lg-outer.lpc-lg-start-zoom .lpc-lg-item:not(.lpc-lg-zoomable) .lpc-lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lpc-lg-from-hash) .lpc-lg-outer.lpc-lg-start-zoom .lpc-lg-item:not(.lpc-lg-zoomable).lpc-lg-complete .lpc-lg-img-wrap,
body:not(.lpc-lg-from-hash) .lpc-lg-outer.lpc-lg-start-zoom .lpc-lg-item:not(.lpc-lg-zoomable).lpc-lg-complete .lpc-lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lpc-lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lpc-lg-toolbar .lpc-lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lpc-lg-group:after {
  content: '';
  display: table;
  clear: both;
}

.lpc-lg-container {
  display: none;
  outline: none;
}

.lpc-lg-container.lpc-lg-show {
  display: block;
}

.lpc-lg-on {
  scroll-behavior: unset;
}

.lpc-lg-overlay-open {
  overflow: hidden;
}

.lpc-lg-toolbar,
.lpc-lg-prev,
.lpc-lg-next,
.lpc-lg-pager-outer,
.lpc-lg-hide-sub-html .lpc-lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lpc-lg-show-in .lpc-lg-toolbar,
.lpc-lg-show-in .lpc-lg-prev,
.lpc-lg-show-in .lpc-lg-next,
.lpc-lg-show-in .lpc-lg-pager-outer {
  opacity: 1;
}

.lpc-lg-show-in.lpc-lg-hide-sub-html .lpc-lg-sub-html {
  opacity: 1;
}

.lpc-lg-show-in .lpc-lg-hide-items .lpc-lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lpc-lg-show-in .lpc-lg-hide-items .lpc-lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lpc-lg-show-in .lpc-lg-hide-items .lpc-lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lpc-lg-show-in .lpc-lg-hide-items.lpc-lg-hide-sub-html .lpc-lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lpc-lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lpc-lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lpc-lg-outer.lpc-lg-zoom-from-image {
  opacity: 1;
}

.lpc-lg-outer.lpc-lg-visible {
  opacity: 1;
}

.lpc-lg-outer.lpc-lg-css3 .lpc-lg-item:not(.lpc-lg-start-end-progress).lpc-lg-prev-slide, 
.lpc-lg-outer.lpc-lg-css3 .lpc-lg-item:not(.lpc-lg-start-end-progress).lpc-lg-next-slide, 
.lpc-lg-outer.lpc-lg-css3 .lpc-lg-item:not(.lpc-lg-start-end-progress).lpc-lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lpc-lg-outer.lpc-lg-css3.lpc-lg-dragging .lpc-lg-item.lpc-lg-prev-slide, 
.lpc-lg-outer.lpc-lg-css3.lpc-lg-dragging .lpc-lg-item.lpc-lg-next-slide, 
.lpc-lg-outer.lpc-lg-css3.lpc-lg-dragging .lpc-lg-item.lpc-lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lpc-lg-outer.lpc-lg-grab img.lpc-lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lpc-lg-outer.lpc-lg-grabbing img.lpc-lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lpc-lg-outer .lpc-lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lpc-lg-outer .lpc-lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lpc-lg-outer .lpc-lg-item {
  display: none !important;
}

.lpc-lg-outer .lpc-lg-item:not(.lpc-lg-start-end-progress) {
  background: url("/g/s3/lp/lpc.v4/plugins/lightgallery/v.2.7.2/images/loading.gif") no-repeat scroll center center transparent;
}

.lpc-lg-outer.lpc-lg-css3 .lpc-lg-prev-slide,
.lpc-lg-outer.lpc-lg-css3 .lpc-lg-current,
.lpc-lg-outer.lpc-lg-css3 .lpc-lg-next-slide {
  display: inline-block !important;
}

.lpc-lg-outer.lpc-lg-css .lpc-lg-current {
  display: inline-block !important;
}

.lpc-lg-outer .lpc-lg-item,
.lpc-lg-outer .lpc-lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lpc-lg-outer .lpc-lg-item:before,
.lpc-lg-outer .lpc-lg-img-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lpc-lg-outer .lpc-lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lpc-lg-outer .lpc-lg-item.lpc-lg-complete {
  background-image: none;
}

.lpc-lg-outer .lpc-lg-item.lpc-lg-current {
  z-index: 1060;
}

.lpc-lg-outer .lpc-lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lpc-lg-outer .lpc-lg-empty-html.lpc-lg-sub-html,
.lpc-lg-outer .lpc-lg-empty-html .lpc-lg-sub-html {
  display: none;
}

.lpc-lg-outer.lpc-lg-hide-download .lpc-lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lpc-lg-outer .lpc-lg-first-slide .lpc-lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lpc-lg-outer.lpc-lg-components-open:not(.lpc-lg-zoomed) .lpc-lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lpc-lg-outer.lpc-lg-components-open:not(.lpc-lg-zoomed) .lpc-lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lpc-lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lpc-lg-backdrop.in {
  opacity: 1;
}

.lpc-lg-css3.lpc-lg-no-trans .lpc-lg-prev-slide,
.lpc-lg-css3.lpc-lg-no-trans .lpc-lg-next-slide,
.lpc-lg-css3.lpc-lg-no-trans .lpc-lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lpc-lg-css3.lpc-lg-use-css3 .lpc-lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lpc-lg-css3.lpc-lg-fade .lpc-lg-item {
  opacity: 0;
}

.lpc-lg-css3.lpc-lg-fade .lpc-lg-item.lpc-lg-current {
  opacity: 1;
}

.lpc-lg-css3.lpc-lg-fade .lpc-lg-item.lpc-lg-prev-slide, 
.lpc-lg-css3.lpc-lg-fade .lpc-lg-item.lpc-lg-next-slide, 
.lpc-lg-css3.lpc-lg-fade .lpc-lg-item.lpc-lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lpc-lg-css3.lpc-lg-use-css3 .lpc-lg-item.lpc-lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lpc-lg-css3.lpc-lg-use-css3 .lpc-lg-item.lpc-lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lpc-lg-css3.lpc-lg-slide.lpc-lg-use-css3 .lpc-lg-item {
  opacity: 0;
}

.lpc-lg-css3.lpc-lg-slide.lpc-lg-use-css3 .lpc-lg-item.lpc-lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lpc-lg-css3.lpc-lg-slide.lpc-lg-use-css3 .lpc-lg-item.lpc-lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lpc-lg-css3.lpc-lg-slide.lpc-lg-use-css3 .lpc-lg-item.lpc-lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lpc-lg-css3.lpc-lg-slide.lpc-lg-use-css3 .lpc-lg-item.lpc-lg-prev-slide, 
.lpc-lg-css3.lpc-lg-slide.lpc-lg-use-css3 .lpc-lg-item.lpc-lg-next-slide, 
.lpc-lg-css3.lpc-lg-slide.lpc-lg-use-css3 .lpc-lg-item.lpc-lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lpc-lg-container {
  display: none;
}

.lpc-lg-container.lpc-lg-show {
  display: block;
}

.lpc-lg-container.lpc-lg-dragging-vertical .lpc-lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lpc-lg-container.lpc-lg-dragging-vertical .lpc-lg-css3 .lpc-lg-item.lpc-lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lpc-lg-inline .lpc-lg-backdrop,
.lpc-lg-inline .lpc-lg-outer {
  position: absolute;
}

.lpc-lg-inline .lpc-lg-backdrop {
  z-index: 1;
}

.lpc-lg-inline .lpc-lg-outer {
  z-index: 2;
}

.lpc-lg-inline .lpc-lg-maximize:after {
  content: '\e909';
}

.lpc-lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}