/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-can-zoomIn .fancybox-content {
  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 {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.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 {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

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

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

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

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

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

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

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

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

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

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

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

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

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

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

.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 {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

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

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

.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;
}

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

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

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-size: 62.5%;
  /* For better font-size styling 0.625 * 16px = 10px -> 1rem = 10px */
  margin: 0;
  padding: 0;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

input {
  border: none;
}

body,
html {
  font-weight: 400;
  font-family: "Roboto Slab", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  font-size: 1.6rem;
}

.text p {
  font-family: "Roboto Slab", serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgb(0, 0, 0);
}
.text p:not(:last-child) {
  margin-bottom: 15px;
}
.text a {
  color: rgb(0, 0, 0);
}
.text a:hover {
  text-decoration: none;
}
.text h3 {
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.6rem;
  margin-bottom: 15px;
}
@media only screen and (min-width : 568px) {
  .text h3 {
    font-size: 3rem;
  }
}
@media only screen and (min-width : 992px) {
  .text h3 {
    font-size: 3.6rem;
  }
}
.text h4 {
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media only screen and (min-width : 568px) {
  .text h4 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width : 992px) {
  .text h4 {
    font-size: 2.8rem;
  }
}
.text strong, .text b {
  font-weight: 600;
}
.text--detail p:not(:last-child) {
  margin-bottom: 40px;
}

.header__inner {
  position: relative;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width : 568px) {
  .header__inner {
    height: 100px;
  }
}
.header__logo {
  height: 40px;
}
@media only screen and (min-width : 568px) {
  .header__logo {
    height: 60px;
  }
}
.header__social {
  display: flex;
}
.header__back-wrap {
  display: flex;
  align-items: center;
}
.header__icon-wrap {
  font-size: 0rem;
}
.header__icon-wrap:not(:last-child) {
  margin-right: 20px;
}
.header__icon {
  height: 30px;
  cursor: pointer;
}
@media only screen and (min-width : 568px) {
  .header__icon {
    height: 40px;
  }
}

.footer {
  background-color: rgb(0, 0, 0);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__inner {
  padding: 30px 0;
}
.footer__text {
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width : 568px) {
  .footer__text {
    font-size: 1.6rem;
  }
}
.footer__text--gray {
  color: rgb(129, 129, 129);
}

.wrapper {
  width: 100%;
  position: relative;
}

.container {
  width: 1350px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  z-index: 0;
}
@media only screen and (min-width : 480px) {
  .container {
    padding: 0px 40px;
  }
}

.prevent-scroll {
  overflow: hidden;
}

.article {
  padding: 60px 0;
}
.article__inner {
  position: relative;
}
@media only screen and (min-width : 992px) {
  .article__inner {
    display: flex;
    justify-content: flex-start;
  }
}
.article__inner--reverse {
  justify-content: flex-end;
}
.article__img {
  position: relative;
  padding-top: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: block;
}
@media only screen and (min-width : 992px) {
  .article__img {
    width: 70%;
    padding-top: 70%;
  }
}
.article__img--flat {
  padding-top: 100%;
}
@media only screen and (min-width : 992px) {
  .article__img--flat {
    width: 70%;
    padding-top: 50%;
  }
}
.article__video-wrap {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  padding-bottom: 100%;
}
@media only screen and (min-width : 992px) {
  .article__video-wrap {
    width: 70%;
    padding-bottom: 70%;
  }
}
.article__video-wrap--video-wrap-flat {
  padding-bottom: 56.25%;
}
@media only screen and (min-width : 992px) {
  .article__video-wrap--video-wrap-flat {
    width: 70%;
    padding-bottom: 39.375%;
  }
}
.article__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  opacity: 0.8;
}
@media only screen and (min-width : 568px) {
  .article__play {
    height: 100px;
  }
}
.article__text {
  padding: 25px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 5px 5px 21px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 21px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width : 992px) {
  .article__text {
    position: absolute;
    top: 30px;
    right: 0;
    width: 35%;
    transform: translateX(0);
  }
}
@media only screen and (min-width : 992px) {
  .article__text--reverse {
    right: unset;
    left: 0;
    top: 30px;
    width: 35%;
  }
}
.article__heading {
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
}
.article__heading--large {
  font-size: 3.4rem;
}
@media only screen and (min-width : 768px) {
  .article__heading--large {
    font-size: 4.6rem;
  }
}
.article__heading--medium {
  font-size: 2.8rem;
}
@media only screen and (min-width : 768px) {
  .article__heading--medium {
    font-size: 3.4rem;
  }
}
.article__heading--small {
  font-size: 2.2rem;
}
@media only screen and (min-width : 768px) {
  .article__heading--small {
    font-size: 2.8rem;
  }
}
.article__button {
  position: absolute;
  right: 0;
  top: 100%;
}
.article__show-more {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  margin-top: 40px;
}
@media only screen and (min-width : 992px) {
  .article__show-more {
    margin-top: 0;
  }
}
.article__hidden {
  display: none;
}

.headline {
  padding: 30px 0;
}
@media only screen and (min-width : 420px) {
  .headline {
    padding: 45px 0;
  }
}
@media only screen and (min-width : 768px) {
  .headline {
    padding: 60px 0;
  }
}
.headline__heading {
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
}
.headline__heading--large {
  font-size: 3.4rem;
}
@media only screen and (min-width : 768px) {
  .headline__heading--large {
    font-size: 4.6rem;
  }
}
.headline__heading--medium {
  font-size: 2.8rem;
}
@media only screen and (min-width : 768px) {
  .headline__heading--medium {
    font-size: 3.4rem;
  }
}
.headline__heading--small {
  font-size: 2.2rem;
}
@media only screen and (min-width : 768px) {
  .headline__heading--small {
    font-size: 2.8rem;
  }
}
.detail {
  padding-top: 100px;
}
@media only screen and (min-width : 568px) {
  .detail {
    padding-top: 60px;
  }
}
.detail__inner {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width : 992px) {
  .detail__inner {
    width: 70%;
  }
}
.detail__heading {
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 3.4rem;
  margin-bottom: 20px;
}
@media only screen and (min-width : 568px) {
  .detail__heading {
    font-size: 4.6rem;
  }
}
@media only screen and (min-width : 992px) {
  .detail__heading {
    font-size: 5.4rem;
  }
}
.detail__paragraph {
  width: 100%;
  margin: 0 auto 40px auto;
}
@media only screen and (min-width : 568px) {
  .detail__paragraph {
    width: 80%;
  }
}
.detail__img {
  position: relative;
  padding-top: 60%;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  margin-bottom: 40px;
}
.detail__video {
  position: relative;
  padding-top: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  margin-bottom: 40px;
  cursor: pointer;
}
.detail__video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail__back {
  position: absolute;
  left: 0;
  top: 100%;
}
@media only screen and (min-width : 568px) {
  .detail__back {
    position: unset;
    margin-left: 40px;
    display: block;
    margin-top: 0;
  }
}
.detail__gallery-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  flex: 1 auto;
  width: 100%;
}
.detail__gallery-img--small {
  height: 200px;
}
.detail__gallery-img--medium {
  height: 300px;
}
.detail__gallery-img--large {
  height: 400px;
}
.detail__image-wrap {
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width : 768px) {
  .detail__image-wrap {
    margin: 10px;
    width: calc(33.33% - 20px);
  }
}

.grid-item {
  margin-bottom: 10px;
}

.btn {
  padding: 12px 30px;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  transition: 0.3s all;
  display: inline-block;
}
.btn:hover {
  background-color: rgb(66, 66, 66);
}

.subscribe {
  background-color: rgb(0, 0, 0);
  width: 100%;
  margin-top: 60px;
  padding: 100px 0 60px 0;
}
.subscribe__inner {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.subscribe__heading {
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 4.2rem;
  color: rgb(255, 255, 255);
  text-align: center;
}
.subscribe__subheading {
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 2.2rem;
  color: rgb(255, 255, 255);
  text-align: center;
}
.subscribe__item {
  margin: 10px 0;
}
.subscribe__item > label {
  display: block;
  width: 100%;
  color: rgb(255, 255, 255);
  font-family: "Roboto Slab", serif;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.subscribe__input {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 10px 15px;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-family: "Roboto Slab", serif;
  font-size: 1.6rem;
}
.subscribe__button-wrap {
  text-align: center;
  margin-top: 20px;
}
.subscribe__button {
  padding: 12px 30px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: 2rem;
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  transition: 0.3s all;
  display: inline-block;
  min-width: 200px;
  border: none;
  cursor: pointer;
}
.subscribe__button:hover {
  opacity: 0.8;
}
.subscribe__item--checkbox {
  border-bottom: none;
  margin-top: 15px;
  padding: 6px 0 6px 0;
}
.subscribe__checkbox-wrapper .subscribe__checkbox {
  display: none;
}
.subscribe__checkbox-wrapper .subscribe__checkbox-label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.subscribe__checkbox-wrapper .subscribe__checkbox-text {
  font-size: 1.4rem;
  color: rgb(255, 255, 255);
  padding-left: 15px;
  line-height: 1.2;
}
.subscribe__checkbox-wrapper .subscribe__checkbox-text > a {
  color: rgb(255, 255, 255);
}
.subscribe__checkbox-wrapper .subscribe__checkbox-checker {
  display: block;
  width: 25px;
  height: 25px;
  background-color: rgb(0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
  position: relative;
}
.subscribe__checkbox-wrapper .subscribe__checkbox-checker:before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 13px;
  border-right: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  transform: rotate(45deg);
  left: 8px;
  top: 3px;
  opacity: 0;
  transition: 100ms opacity;
}
.subscribe__checkbox-wrapper .subscribe__checkbox:checked + .subscribe__checkbox-checker:before {
  opacity: 1;
}
.subscribe__message-error p {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: rgb(255, 255, 255);
  border: 2px solid rgb(228, 154, 17);
  text-align: center;
}
.subscribe__message-success p {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: rgb(255, 255, 255);
  border: 2px solid rgb(96, 146, 15);
  text-align: center;
}

.mad {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.catcher {
  position: fixed;
  bottom: 20px;
  left: 20px;
}
@media only screen and (min-width : 568px) {
  .catcher {
    bottom: 30px;
    left: 30px;
  }
}
@media only screen and (min-width : 768px) {
  .catcher {
    bottom: 60px;
    left: 60px;
  }
}
.catcher__inner {
  background-color: rgb(0, 0, 0);
  width: auto;
  height: 60px;
  display: flex;
  text-decoration: none;
  color: rgb(255, 255, 255);
  position: relative;
  animation: jump 5000ms linear infinite;
}
.catcher__inner:hover, .catcher__inner.opened {
  animation-play-state: paused;
}
.catcher__inner:hover .catcher__text, .catcher__inner.opened .catcher__text {
  width: 260px;
}
.catcher__inner:hover .catcher__icon-img--white, .catcher__inner.opened .catcher__icon-img--white {
  opacity: 0;
}
.catcher__icon {
  width: 60px;
  height: 60px;
  padding: 7px;
  flex-shrink: 0;
}
.catcher__icon-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.catcher__icon-img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.catcher__icon-img--white {
  z-index: 10;
  opacity: 1;
  transition: 500ms all;
}
.catcher__icon-img--black {
  z-index: 5;
}
.catcher__text {
  width: 0;
  height: 60px;
  transition: 500ms all;
  overflow: hidden;
}
.catcher__text-inner {
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.6rem;
  color: rgb(255, 255, 255) !important;
  width: 260px;
  padding: 11px 15px;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 1.2;
}

@keyframes jump {
  0% {
    bottom: 0;
  }
  10% {
    bottom: 8px;
  }
  20% {
    bottom: 0;
  }
  30% {
    bottom: 8px;
  }
  40% {
    bottom: 0;
  }
  50% {
    bottom: 8px;
  }
  60% {
    bottom: 0;
  }
  100% {
    bottom: 0;
  }
}
@keyframes text {
  0% {
    width: 0;
  }
  10% {
    width: 260px;
  }
  90% {
    width: 260px;
  }
  100% {
    width: 0;
  }
}
@keyframes icon {
  0% {
    opacity: 1;
  }
  8% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.menu__inner {
  border-bottom: 2px solid rgb(0, 0, 0);
  margin: 30px 0 60px 0;
  display: flex;
  padding-left: 15px;
}
.menu__tab {
  padding: 12px 30px 14px 30px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: 2rem;
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  transition: 0.3s all;
  display: block;
  margin-bottom: -2px;
  border-bottom: 2px solid rgb(0, 0, 0);
  border-top: 2px solid rgb(255, 255, 255);
}
.menu__tab:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border-top: 2px solid transparent;
}
.menu__tab.active {
  border-top: 2px solid rgb(0, 0, 0);
  border-left: 2px solid rgb(0, 0, 0);
  border-right: 2px solid rgb(0, 0, 0);
  border-bottom: none;
}
.menu__tab.active:hover {
  background-color: rgb(255, 255, 255);
  border-top: 2px solid rgb(0, 0, 0);
}

.video {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10;
}
.video__inner {
  text-align: center;
  padding-bottom: 80px;
}
.video__wrap {
  width: 100%;
  padding-bottom: 56.25%;
  margin: 0 auto;
  display: block;
  position: relative;
  margin-top: 120px;
  background-image: url(/site/templates/assets/images/placeholder.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width : 568px) {
  .video__wrap {
    margin-top: 150px;
  }
}
@media only screen and (min-width : 768px) {
  .video__wrap {
    width: 70%;
    padding-bottom: 39.375%;
    margin-top: 100px;
  }
}
.video__self {
  display: block;
  z-index: 100;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.video__exit {
  height: 30px;
  position: absolute;
  top: -40px;
  right: 20px;
  cursor: pointer;
  z-index: 10000;
}
@media only screen and (min-width : 568px) {
  .video__exit {
    height: 40px;
    top: -50px;
    right: 40px;
  }
}
@media only screen and (min-width : 768px) {
  .video__exit {
    height: 40px;
    top: -20px;
    right: -20px;
  }
}
.video__btn {
  margin-top: 30px;
}

.video {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  background-color: rgba(37, 37, 37, 0);
  transition: 0.5s background-color;
}
.video .video__inner {
  transform: scale(0);
  transition: 0.5s transform;
}

.video.show {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow: auto;
  visibility: visible;
}

.video.animate {
  background-color: rgba(37, 37, 37, 0.8);
  transition: 0.5s background-color;
}
.video.animate .video__inner {
  transform: scale(1);
  transition: 0.5s transform;
}

/*# sourceMappingURL=main.css.map */
