body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  visibility: hidden;
  position: absolute !important;
  top: -9999px;
  left: -9999px;
  margin: 0;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  z-index: 99992;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  outline: none;
  touch-action: manipulation;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  visibility: hidden;
  z-index: 99997;
  position: absolute;
  direction: ltr;
  opacity: 0;
  -webkit-transition: opacity .25s ease, visibility 0 ease .25s;
  transition: opacity .25s ease, visibility 0 ease .25s;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0 ease 0;
  transition: opacity .25s ease 0s, visibility 0 ease 0;
}

.fancybox-infobar {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  top: 0;
  left: 0;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  color: #cccccc;
  font-size: 13px;
  line-height: 44px;
  mix-blend-mode: difference;
  pointer-events: none;
  user-select: none;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  z-index: 99994;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  direction: ltr;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  display: none;
  z-index: 99994;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 44px;
  overflow: auto;
  outline: none;
  text-align: center;
  white-space: normal;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
  display: inline-block;
  width: 0;
  height: 100%;
  font-size: 0;
  vertical-align: middle;
  content: '';
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  padding: 44px 0;
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  -webkit-overflow-scrolling: touch;
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 44px;
  overflow: auto;
  background: #ffffff;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-backface-visibility: hidden;
  -ms-transform-origin: top left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 99995;
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  padding: 0;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  user-select: none;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: visible;
}

.fancybox-slide--video .fancybox-content {
  background: #000000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #ffffff;
}

.fancybox-video, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
}

.fancybox-iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.fancybox-error {
  width: 100%;
  max-width: 400px;
  padding: 40px;
  background: #ffffff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444444;
  font-size: 16px;
  line-height: 20px;
}

.fancybox-button {
  display: inline-block;
  visibility: inherit;
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, .6);
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #cccccc;
}

.fancybox-button:hover {
  color: #ffffff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  outline: none;
  color: #888888;
  cursor: default;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  -ms-transform: scaleX(0);
  -ms-transform-origin: 0;
  z-index: 99998;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  background: #ff5268;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.fancybox-close-small {
  z-index: 401;
  position: absolute;
  top: -44px;
  right: -12px;
  padding: 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  cursor: pointer;
  opacity: .8;
}

.fancybox-close-small:hover {
  color: #ffffff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  top: 0;
  right: 0;
  padding: 10px;
  color: currentColor;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
  height: 100px;
  background-clip: content-box;
  opacity: 0;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
  right: env(safe-area-inset-right);
  padding: 31px 6px 31px 26px;
}

.fancybox-caption {
  z-index: 99996;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 75px 44px 25px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  color: #eeeeee;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  pointer-events: none;
}
