/*! 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-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

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

.fancybox-bg {
  background: #1e1e1e;
  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-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  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;
  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--current, .fancybox-slide--next, .fancybox-slide--previous {
  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;
  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-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  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--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .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-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

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

.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:link, .fancybox-button:visited {
  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;
}

.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--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

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

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

.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;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

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

.fancybox-caption {
  background: linear-gradient(0deg, 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%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.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;
}

.fancybox-loading {
  animation: a 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 a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.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: translateZ(0);
}

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

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

.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: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

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

.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: scaleX(1) translateZ(0);
}

.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: translateZ(0) scale(1);
}

@media (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: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.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;
}

.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;
  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:link, .fancybox-share__button:visited {
  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;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  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: 50%;
  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;
}

@media (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: "Mulish", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  font-family: "Mulish", sans-serif;
}

.hlarge {
  font-size: 2.4rem;
  font-weight: 600;
  color: #940000;
  line-height: 1.27;
  letter-spacing: 0.06em;
}
.hlarge--white {
  color: white;
}
@media only screen and (min-width : 768px) {
  .hlarge {
    font-size: 3.5rem;
  }
}

.hmedium {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.07em;
  color: #940000;
  position: relative;
  margin-bottom: 30px;
}
.hmedium--left:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 3px;
  width: 50px;
  background-color: #ffcd42;
}
.hmedium--mid {
  display: inline-block;
  margin-bottom: 50px;
}
.hmedium--mid:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 50px;
  background-color: #ffcd42;
}
.hmedium--full {
  display: inline-block;
  margin-bottom: 50px;
}
.hmedium--full:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 100%;
  background-color: #ffcd42;
}
@media only screen and (min-width : 992px) {
  .hmedium {
    font-size: 3rem;
  }
}

.hsmall {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #940000;
  margin-bottom: 20px;
  position: relative;
}
.hsmall--white {
  color: white;
}
@media only screen and (min-width : 992px) {
  .hsmall {
    font-size: 2rem;
  }
}
.hsmall--category:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 100%;
  background-color: #ffcd42;
}

.text {
  font-size: 1.6rem;
  font-weight: 400;
  color: white;
  line-height: 1.8;
}
.text--bold {
  font-weight: 600;
}

a {
  text-decoration: none;
}

.standard-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: black;
}
.standard-text--white {
  color: white;
}
.standard-text--white a {
  color: #ffcd42 !important;
  text-decoration: underline;
}
.standard-text--white a:hover {
  text-decoration: none;
}
.standard-text p {
  line-height: 1.8;
  margin-bottom: 15px;
}
.standard-text p:last-child {
  margin-bottom: 0;
}
.standard-text p strong {
  font-weight: 800;
  color: #ffcd42;
}
.standard-text--dark p strong {
  font-weight: 800;
  color: #940000;
}
.standard-text a {
  color: #940000;
  text-decoration: underline;
}
.standard-text a:hover {
  text-decoration: none;
}
.standard-text ul {
  list-style: none;
  margin-bottom: 15px;
}
.standard-text li {
  line-height: 28px;
  padding-left: 18px;
  position: relative;
}
.standard-text ul li::before {
  position: absolute;
  content: "";
  background-color: #940000;
  font-weight: bold;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 0;
  top: 12px;
}

.header {
  height: 110px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.header--scrolled {
  z-index: 4000;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0;
}
.header--basic {
  background-image: url("../images/hero-image.jpg");
  background-position: top center;
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.header__overlay {
  height: 110px;
  background-image: linear-gradient(black, black 10%, rgba(0, 0, 0, 0.1));
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
.header__logos {
  display: flex;
  align-items: center;
  height: 110px;
}
.header__logo {
  height: 80px;
  transition: 0.5s all;
}
.header__logo--home {
  height: 80px;
  margin-top: 0;
}
@media only screen and (min-width : 1200px) {
  .header__logo--home {
    height: 135px;
    margin-top: 35px;
  }
}
.header__logo--scrolled {
  height: 80px;
  margin-top: 0;
}
.header__right {
  display: none;
  text-align: center;
}
.header__right.opened {
  display: block;
  position: fixed;
  padding-top: 100px;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: black;
  top: 0;
  left: 0;
  opacity: 0.9;
}
@media only screen and (min-width : 992px) {
  .header__right {
    display: flex;
    justify-content: space-between;
  }
  .header__right.opened {
    display: none;
  }
}
.header__contact-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__number {
  font-size: 1.6rem;
  font-weight: 400;
  color: white;
  line-height: 1.8;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
}
@media only screen and (min-width : 992px) {
  .header__number {
    text-align: left;
  }
}
.header__number:before {
  position: absolute;
  left: -40px;
  top: 3px;
  content: "";
  background-image: url("../images/number.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}
.header__mail {
  font-size: 1.6rem;
  font-weight: 400;
  color: white;
  line-height: 1.8;
  position: relative;
}
.header__mail:before {
  position: absolute;
  left: -40px;
  top: 3px;
  content: "";
  background-image: url("../images/mail.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
}

.footer {
  background-image: url("../images/footer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
@media only screen and (min-width : 992px) {
  .footer {
    height: 300px;
    padding: 0;
  }
}
.footer__inner {
  display: block;
  text-align: center;
}
@media only screen and (min-width : 992px) {
  .footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 300px;
  }
}
.footer__column:not(:last-child) {
  margin-bottom: 30px;
}
.footer__logo {
  max-height: 70px;
}
.footer__menu {
  list-style: none;
  display: block;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer__link {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  color: black;
  font-weight: 400;
  font-size: 1.8rem;
}
.footer__link:hover {
  color: #940000;
}
.footer__contact-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__number {
  font-size: 1.6rem;
  font-weight: 400;
  color: white;
  line-height: 1.8;
  position: relative;
  margin-bottom: 10px;
  color: black;
  text-align: center;
}
@media only screen and (min-width : 992px) {
  .footer__number {
    text-align: left;
  }
}
.footer__number:before {
  position: absolute;
  left: -40px;
  top: 3px;
  content: "";
  background-image: url("../images/number-black.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
}
.footer__mail {
  font-size: 1.6rem;
  font-weight: 400;
  color: white;
  line-height: 1.8;
  position: relative;
  color: black;
}
.footer__mail:before {
  position: absolute;
  left: -40px;
  top: 3px;
  content: "";
  background-image: url("../images/mail-black.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  fill: black;
}

.wrapper {
  width: 100%;
  font-size: 1.6rem;
}

.container {
  width: 1350px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 40px;
  z-index: 0;
}

.section {
  margin-bottom: 80px;
}

.page-heading {
  height: 90px;
  background-color: #efefef;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  margin-top: 110px;
}
.page-heading--top {
  margin-bottom: 0;
}
.page-heading__wrap {
  text-align: center;
}
.page-heading__back-wrap {
  position: relative;
}
.page-heading__img {
  height: 30px;
}
.page-heading__back {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
  left: -25px;
}
@media only screen and (min-width : 568px) {
  .page-heading__back {
    left: 0;
  }
}
.page-heading__back:hover {
  transform: translate(-20%, -50%);
}
.page-heading__back--none {
  display: none;
}

.nav {
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (min-width : 992px) {
  .nav {
    display: flex;
    justify-content: space-between;
    margin-right: 200px;
    height: 110px;
    margin-bottom: initial;
  }
}
.nav__menu {
  list-style: none;
  display: block;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .nav__menu {
    display: flex;
    width: 100%;
  }
}
@media only screen and (min-width : 992px) {
  .nav__item:not(:last-child) {
    margin-right: 30px;
  }
}
.nav__link {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  color: #ffcd42;
  font-weight: 400;
  font-size: 1.8rem;
}
@media only screen and (min-width : 992px) {
  .nav__link {
    display: inherit;
    width: inherit;
    margin-top: 0;
    text-align: inherit;
    color: white;
    font-size: 1.6rem;
  }
}
.nav__link:hover {
  color: #ffcd42;
}

.hero {
  height: 800px;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width : 992px) {
  .hero {
    height: 100vh;
    background-size: cover;
  }
}
.hero__overlay {
  height: 800px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) 12%, transparent);
}
@media only screen and (min-width : 992px) {
  .hero__overlay {
    height: 100vh;
    background-size: cover;
  }
}
.hero__text {
  padding-top: 200px;
  max-width: 650px;
}
@media only screen and (min-width : 768px) {
  .hero__text {
    position: absolute;
    bottom: 15vh;
    padding-top: 0;
  }
}
.hero__inner {
  margin-bottom: 100px;
}
.hero__heading {
  margin-bottom: 60px;
}
.hero__paragraph {
  margin-top: 15px;
}

.button {
  color: black;
  background-color: white;
  border-radius: 2px;
  text-align: center;
  outline: none;
  border-bottom: #ffcd42 solid 5px;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s all;
  font-size: 1.4rem;
  padding: 16px 36px 12px 36px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.button:hover {
  background-color: #ffcd42;
}

.burger {
  cursor: pointer;
  display: block;
  float: right;
  z-index: 15000;
}
@media only screen and (min-width : 992px) {
  .burger {
    display: none;
  }
}
.burger__wrap {
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 992px) {
  .burger__wrap {
    display: none;
  }
}

.burger-1,
.burger-2,
.burger-3 {
  display: block;
  position: relative;
  z-index: 3;
  width: 30px;
  height: 2px;
  background-color: #ffcd42;
  transition: 0.4s;
}

.burger-1,
.burger-2 {
  margin-bottom: 8px;
}

.burger.opened .burger-1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
  transform: rotate(-45deg) translate(-7px, 6px);
}

.burger.opened .burger-2 {
  opacity: 0;
}

.burger.opened .burger-3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.play__block {
  display: block;
}
@media only screen and (min-width : 992px) {
  .play__block {
    display: flex;
    flex-direction: row-reverse;
  }
}
.play__left {
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .play__left {
    width: 50%;
  }
}
.play__right {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 50px 0;
}
@media only screen and (min-width : 992px) {
  .play__right {
    width: 50%;
    margin: 0;
  }
}
.play__img {
  height: 350px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width : 992px) {
  .play__img {
    height: 550px;
  }
}
@media only screen and (min-width : 568px) {
  .play__content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width : 568px) {
  .play__content {
    padding-right: 0;
  }
}

.about__text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.about__heading-wrap {
  text-align: center;
}
.about__members-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about__person {
  width: 100%;
  height: 300px;
  border-bottom: #ffcd42 solid 5px;
  background-size: cover;
  background-position: top center;
  position: relative;
  margin: 0 auto;
}
.about__person:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width : 568px) {
  .about__person {
    width: 49%;
  }
}
@media only screen and (min-width : 992px) {
  .about__person {
    height: 400px;
    width: 24%;
  }
}
.about__person:hover .about__person-wrap {
  opacity: 1;
}
.about__person-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.5s ease-out;
}
.about__person-info {
  text-align: center;
  width: 100%;
}
.about__person-name {
  color: #ffcd42;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 10px;
}
.about__person-instrument {
  color: white;
  line-height: 1.4;
}
.about__person-instrument:not(:last-child) {
  margin-bottom: 5px;
}

.refe__heading-wrap {
  text-align: center;
}
.refe__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.refe__row:not(:last-child) {
  margin-bottom: 20px;
}
.refe__block {
  width: 100%;
  padding: 50px 20px;
  text-align: center;
  margin-bottom: 20px;
  background-color: #efefef;
}
@media only screen and (min-width : 480px) {
  .refe__block {
    padding: 50px 50px;
  }
}
@media only screen and (min-width : 768px) {
  .refe__block {
    width: 49%;
  }
}
@media only screen and (min-width : 992px) {
  .refe__block {
    padding: 50px 100px;
  }
}
.refe__block--light {
  background-color: #f8f8f8;
}
.refe__italic {
  font-style: italic;
  margin-bottom: 30px;
}

.banner {
  background-image: url("../images/kapela.png");
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.banner__overlay {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 80px 0;
}
.banner__text-wrap {
  max-width: 750px;
  margin: 0 auto 50px auto;
}

.gallery__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width : 992px) {
  .gallery__row {
    justify-content: flex-start;
  }
}
.gallery__category {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 15px;
}
@media only screen and (min-width : 768px) {
  .gallery__category {
    padding-top: 50%;
    width: 48%;
    margin: 5px;
  }
}
@media only screen and (min-width : 992px) {
  .gallery__category {
    padding-top: 32%;
    width: 32%;
    margin: 8px;
  }
}
.gallery__name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  padding: 18px 0;
  font-size: 2rem;
  font-weight: 600;
}

.gdetail__grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  -ms-grid-template-columns: repeat(1, 1fr);
  -ms-grid-gap: 20px;
}
@media only screen and (min-width : 568px) {
  .gdetail__grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width : 992px) {
  .gdetail__grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width : 1200px) {
  .gdetail__grid-container {
    grid-template-columns: repeat(6, 1fr);
  }
}
.gdetail__grid-item {
  min-height: 200px;
  min-width: 170px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width : 568px) {
  .gdetail__grid-item {
    min-height: 250px;
  }
}
@media only screen and (min-width : 992px) {
  .gdetail__grid-item {
    min-height: 170px;
  }
}

.contact {
  position: relative;
  margin: 90px 0;
}
@media only screen and (min-width : 992px) {
  .contact {
    height: 500px;
    margin: 0;
  }
}
.contact__inner {
  display: block;
}
@media only screen and (min-width : 992px) {
  .contact__inner {
    text-align: left;
    display: flex;
    justify-content: flex-end;
    height: 500px;
  }
}
.contact__left {
  width: 100%;
  height: 300px;
}
@media only screen and (min-width : 992px) {
  .contact__left {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
}
.contact__right {
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .contact__right {
    width: 50%;
    display: flex;
    align-items: center;
    padding-left: 120px;
  }
}
.contact__map {
  width: 100%;
  height: 100%;
}
.contact__text {
  display: block;
}
@media only screen and (min-width : 568px) {
  .contact__text {
    display: flex;
    justify-content: space-around;
  }
}
@media only screen and (min-width : 992px) {
  .contact__text {
    display: block;
  }
}
.contact__icon {
  font-size: 1.6rem;
  font-weight: 400;
  color: white;
  line-height: 1.8;
  position: relative;
  margin-bottom: 10px;
  color: black;
  padding-left: 40px;
}
.contact__icon:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 26px;
  height: 28px;
}
.contact__icon--person:before {
  background-image: url("../images/person-red.svg");
}
.contact__icon--pin:before {
  background-image: url("../images/pin-red.svg");
}
.contact__icon--phone:before {
  width: 25px;
  background-image: url("../images/phone-red.svg");
}
.contact__icon--mail:before {
  background-image: url("../images/mail-red.svg");
}
.contact__block-fix {
  display: flex;
  margin-bottom: 60px;
}

.info {
  padding: 80px 0;
  background-color: #f8f8f8;
}
.info__heading-wrap {
  text-align: center;
}
.info__text-wrap {
  text-align: center;
}

.repertoar__wrapper {
  position: relative;
}
.repertoar__category {
  display: none;
}
@media only screen and (min-width : 768px) {
  .repertoar__category {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.repertoar__block {
  width: 250px;
  margin: 0 auto;
}
@media only screen and (min-width : 568px) {
  .repertoar__block {
    width: 400px;
  }
}
.repertoar__heading-wrap {
  display: flex;
}
.repertoar__block-cat:not(:last-child) {
  margin-bottom: 50px;
}
.repertoar__heading {
  width: 50%;
}
.repertoar__inner {
  display: flex;
  margin-bottom: 5px;
}
.repertoar__column {
  width: 50%;
}
.radio {
  position: relative;
  display: flex;
  cursor: pointer;
  color: black;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: right;
  padding-left: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio:not(:last-child) {
  margin-bottom: 10px;
}
.radio:hover .radio__checkmark {
  background-color: #ffcd42;
  border: none;
}
.radio__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio__input:checked ~ .radio__checkmark {
  background-color: #940000;
  border: none;
}
.radio__input:checked ~ .radio__checkmark:after {
  display: block;
}
.radio__checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 12px;
  width: 12px;
  border: black solid 1px;
}

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