/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  background: #BFBFC9;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}

.jspHorizontalBar {
  background: #BFBFC9;
  bottom: 6px;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #BFBFC9;
  position: relative;
}

.jspDrag {
  background: #BFBFC9;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
}
.jspDrag:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #151614;
  border-radius: 50%;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  cursor: pointer;
  direction: ltr;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -20000px;
}

.jspDisabled {
  background: #80808d;
  cursor: default;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
  width: 16px;
}

.jspVerticalBar .jspArrow:focus {
  border: 1px solid red;
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

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

/* 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 44px 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);
  }
}
.listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

.btn {
  display: inline-block;
  vertical-align: top;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #151614;
  background: #fff;
  font: 16px/1.6 "Gilroy", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

.text-center {
  text-align: center;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #E5EBEE;
  padding: 18px 24px 18px 24px;
  width: 100%;
  margin-bottom: 15px;
}
input[type=text]:only-child,
input[type=tel]:only-child,
input[type=email]:only-child,
input[type=search]:only-child,
input[type=password]:only-child,
textarea:only-child {
  margin-bottom: 0;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #151614;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #151614;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #151614;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #151614;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #151614;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #151614;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

select {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid #E5EBEE;
  padding: 18px 24px 18px 24px;
  width: 100%;
  margin-bottom: 15px;
}
select:only-child {
  margin-bottom: 0;
}
select:focus {
  border-color: #151614;
}

textarea {
  resize: vertical;
  vertical-align: top;
  height: 126px;
  min-height: 126px;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.form-row {
  margin-bottom: 24px;
}
.form-row a {
  line-height: 1;
  font-weight: 600;
  color: #151614;
  text-decoration: none;
}
.form-row a:hover {
  color: #16CC8E;
}

.form-bottom {
  padding-top: 33px;
}
.form-bottom .separator {
  display: block;
  margin: 13px 0;
  line-height: 1.13;
  font-size: 16px;
  color: #b1b1ae;
  font-weight: 500;
}
.form-bottom .btn {
  width: 100%;
  text-align: center;
}
.form-bottom .btn:before {
  position: static;
  transform: translate(0, 0);
  margin-right: 10px;
  margin-top: 6px;
}
.form-bottom .btn:after {
  display: none;
}

.form-control-checkbox {
  display: none;
}
.form-control-checkbox:checked + .label-checkbox:after {
  opacity: 1;
}

.label-checkbox {
  display: block;
  position: relative;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 0 10px 52px;
}
.label-checkbox:before {
  content: "";
  border: 1px solid #E6E3DA;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.label-checkbox:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 10px;
  width: 17px;
  height: 8px;
  transform: translateY(-50%) rotate(-45deg);
  border-left: 2px solid #16CC8E;
  border-bottom: 2px solid #16CC8E;
  opacity: 0;
  transition: 0.3s;
}
.label-checkbox strong {
  font-weight: 700;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 64px;
}

h2, .h2 {
  font-size: 42px;
}

h3, .h3 {
  font-size: 34px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 24px;
}

h6, .h6 {
  font-size: 24px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #16CC8E;
  transition: 0.3s;
}
a:hover, a:focus {
  text-decoration: none;
}

.hover-decor-line, .footer .menu a {
  position: relative;
}
.hover-decor-line:hover:after, .footer .menu a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.hover-decor-line:after, .footer .menu a:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: -2px;
  position: absolute;
  left: auto;
  right: 0;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.link {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1875;
  text-decoration: none;
  color: #151614;
}
.link:hover {
  color: #16CC8E;
}
.link:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #151614;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.link.dot-green:after {
  background: #16CC8E;
}

.text-right {
  text-align: right;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Black.eot");
  src: url("../fonts/gilroy/Gilroy-Black.eot?iefix") format("eot"), url("../fonts/gilroy/Gilroy-Black.woff") format("woff"), url("../fonts/gilroy/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-ExtraBold.eot");
  src: url("../fonts/gilroy/Gilroy-ExtraBold.eot?iefix") format("eot"), url("../fonts/gilroy/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/gilroy/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
	  font-display: swap;

}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Bold.eot");
  src: url("../fonts/gilroy/Gilroy-Bold.eot?iefix") format("eot"), url("../fonts/gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
	  font-display: swap;

}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-SemiBold.eot");
  src: url("../fonts/gilroy/Gilroy-SemiBold.eot?iefix") format("eot"), url("../fonts/gilroy/Gilroy-SemiBold.woff") format("woff"), url("../fonts/gilroy/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
	  font-display: swap;

}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Medium.eot");
  src: url("../fonts/gilroy/Gilroy-Medium.eot?iefix") format("eot"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
	  font-display: swap;

}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Regular.eot");
  src: url("../fonts/gilroy/Gilroy-Regular.eot?iefix") format("eot"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
	  font-display: swap;

}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Light.eot");
  src: url("../fonts/gilroy/Gilroy-Light.eot?iefix") format("eot"), url("../fonts/gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/gilroy/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
	  font-display: swap;

}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-black-webfont.eot");
  src: url("../fonts/montserrat/montserrat-black-webfont.eot?iefix") format("eot"), url("../fonts/montserrat/montserrat-black-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-black-webfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
	  font-display: swap;

}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-extrabold-webfont.eot");
  src: url("../fonts/montserrat/montserrat-extrabold-webfont.eot?iefix") format("eot"), url("../fonts/montserrat/montserrat-extrabold-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-extrabold-webfont.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
	  font-display: swap;

}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-bold-webfont.eot");
  src: url("../fonts/montserrat/montserrat-bold-webfont.eot?iefix") format("eot"), url("../fonts/montserrat/montserrat-bold-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-semibold-webfont.eot");
  src: url("../fonts/montserrat/montserrat-semibold-webfont.eot?iefix") format("eot"), url("../fonts/montserrat/montserrat-semibold-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-medium-webfont.eot");
  src: url("../fonts/montserrat/montserrat-medium-webfont.eot?iefix") format("eot"), url("../fonts/montserrat/montserrat-medium-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-medium-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-regular-webfont.eot");
  src: url("../fonts/montserrat/montserrat-regular-webfont.eot?iefix") format("eot"), url("../fonts/montserrat/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-light-webfont.eot");
  src: url("../fonts/montserrat/montserrat-light-webfont.eot?iefix") format("eot"), url("../fonts/montserrat/montserrat-light-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
.hamburger {
  padding: 5px 0px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
}

.hamburger-box {
  width: 26px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  margin-top: -1.5px;
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 3px;
  background-color: #151614;
  border-radius: 2px;
  position: absolute;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger-inner::after {
  bottom: -8px;
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.is-active-menu .hamburger .hamburger-inner,
.is-active-menu .hamburger .hamburger-inner::before,
.is-active-menu .hamburger .hamburger-inner::after {
  background-color: #151614;
}
.is-active-menu .hamburger .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.is-active-menu .hamburger .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.is-active-menu .hamburger .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

.accordion-default.accordion-default-white .accordion-item {
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  .accordion-default.accordion-default-white .accordion-item {
    margin-bottom: 23px;
  }
}
.accordion-default.accordion-default-white .accordion-item.active .accordion-opener {
  background: #F5F4F0;
  padding-left: 20px;
}
.accordion-default.accordion-default-white .accordion-item .accordion-opener {
  background: transparent;
  border-bottom: 2px solid #F5F4F0;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 60px 24px 0;
}
@media (min-width: 1200px) {
  .accordion-default.accordion-default-white .accordion-item .accordion-opener {
    padding: 20px 60px 24px 0;
  }
}
.accordion-default .accordion-item {
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .accordion-default .accordion-item {
    margin-bottom: 11px;
  }
}
.accordion-default .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-default .accordion-item.active .accordion-opener:after {
  content: "-";
  font-size: 24px;
  right: 22px;
}
@media (min-width: 1200px) {
  .accordion-default .accordion-item.active .accordion-opener:after {
    font-size: 28px;
    right: 42px;
  }
}
.accordion-default .accordion-item.active .image-holder {
  opacity: 1;
}
.accordion-default .accordion-opener {
  padding: 18px 40px 17px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #151614;
  text-decoration: none;
  display: block;
  background: #F5F4F0;
  position: relative;
}
@media (min-width: 768px) {
  .accordion-default .accordion-opener {
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .accordion-default .accordion-opener {
    font-size: 24px;
    padding: 16px 60px 20px 44px;
  }
}
.accordion-default .accordion-opener:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 18px;
  line-height: 0;
}
@media (min-width: 1200px) {
  .accordion-default .accordion-opener:after {
    font-size: 24px;
    right: 38px;
  }
}
.accordion-default .text-holder {
  padding: 20px;
  font-size: 16px;
  color: #757471;
  line-height: 1.65;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .accordion-default .text-holder {
    font-weight: 400;
    padding: 26px 80px 34px 39px;
  }
}
.accordion-default .text-holder p {
  margin-bottom: 6px;
}
.accordion-default .text-holder p:last-child {
  margin-bottom: 0;
}

.accordion-section {
  margin-bottom: 116px;
  position: relative;
}
@media (min-width: 1200px) {
  .accordion-section {
    margin-bottom: 218px;
  }
}
.accordion-section .title-global-section {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .accordion-section .title-global-section {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .accordion-section .title-global-section {
    margin-bottom: -25px;
    max-width: calc(100% - 700px);
  }
}
.accordion-section .accordion-default {
  position: relative;
  padding: 215px 0 0 0;
}
@media (min-width: 768px) {
  .accordion-section .accordion-default {
    padding: 0 0 0 50%;
  }
}
@media (min-width: 1200px) {
  .accordion-section .accordion-default {
    padding: 0 0 0 calc(100% - 680px);
  }
}
.accordion-section .image-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 170px;
  opacity: 0;
}
@media (min-width: 768px) {
  .accordion-section .image-holder {
    top: auto;
    left: 0;
    bottom: 30%;
    height: auto;
    max-height: 300px;
    width: calc(50% - 30px);
  }
}
@media (min-width: 1200px) {
  .accordion-section .image-holder {
    left: -2%;
    bottom: 23%;
    max-width: calc(100% - 705px);
  }
}
.accordion-section .image-holder .lottie-custom {
  margin: 0 auto;
}
.accordion-section .image-holder .lottie-custom.lottie01 {
  width: 333px;
  height: 169px;
}
@media (min-width: 768px) {
  .accordion-section .image-holder .lottie-custom.lottie01 {
    width: 340px;
    height: 179px;
  }
}
@media (min-width: 1200px) {
  .accordion-section .image-holder .lottie-custom.lottie01 {
    width: 433px;
    height: 219px;
  }
}
.accordion-section .image-holder .lottie-custom.lottie02 {
  width: 333px;
  height: 179px;
}
@media (min-width: 768px) {
  .accordion-section .image-holder .lottie-custom.lottie02 {
    width: 340px;
    height: 183px;
  }
}
@media (min-width: 1200px) {
  .accordion-section .image-holder .lottie-custom.lottie02 {
    width: 375px;
    height: 237px;
  }
}
.accordion-section .image-holder .lottie-custom.lottie03 {
  width: 335px;
  height: 187px;
}
@media (min-width: 768px) {
  .accordion-section .image-holder .lottie-custom.lottie03 {
    width: 340px;
    height: 189px;
  }
}
@media (min-width: 1200px) {
  .accordion-section .image-holder .lottie-custom.lottie03 {
    width: 400px;
    height: 252px;
  }
}

.slider-animate-image-section {
  margin-bottom: 100px;
  position: relative;
}
@media (min-width: 768px) {
  .slider-animate-image-section {
    margin-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .slider-animate-image-section {
    margin-bottom: 200px;
  }
}
.slider-animate-image-section .slider-animate-image {
  margin: 0 -20px;
  position: relative;
  padding-bottom: 67px;
}
@media (min-width: 768px) {
  .slider-animate-image-section .slider-animate-image {
    margin: 0;
    padding-bottom: 0;
  }
}
.slider-animate-image-section .slider-animate-image .slick-arrow {
  position: absolute;
  bottom: 2px;
  right: 20px;
  z-index: 100;
}
@media (min-width: 768px) {
  .slider-animate-image-section .slider-animate-image .slick-arrow {
    right: 13px;
  }
}
.slider-animate-image-section .slider-animate-image .slick-arrow.slick-prev {
  right: 120px;
}
@media (min-width: 768px) {
  .slider-animate-image-section .slider-animate-image .slick-arrow.slick-prev {
    right: 110px;
  }
}
@media (min-width: 768px) {
  .slider-animate-image-section .slide {
    display: flex;
  }
}
.slider-animate-image-section .text-holder {
  background: rgba(230, 227, 218, 0.4);
  margin: 0 0 -40px;
  padding: 63px 20px 87px;
}
@media (min-width: 768px) {
  .slider-animate-image-section .text-holder {
    margin: 0;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .slider-animate-image-section .text-holder {
    max-width: 680px;
    padding: 72px 180px 159px 58px;
  }
}
.slider-animate-image-section .title-global-section {
  margin-bottom: 27px;
}
@media (min-width: 1200px) {
  .slider-animate-image-section .title-global-section {
    margin-bottom: 45px;
  }
}
.slider-animate-image-section .text-block {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 64px;
}
@media (min-width: 1200px) {
  .slider-animate-image-section .text-block {
    margin-bottom: 174px;
  }
}
.slider-animate-image-section .text-block p:last-child {
  margin: 0;
}
.slider-animate-image-section .text-block strong {
  font-weight: 800;
}
.slider-animate-image-section .list-block {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #151614;
  line-height: 1.22;
}
@media (min-width: 1200px) {
  .slider-animate-image-section .list-block {
    font-size: 24px;
  }
}
.slider-animate-image-section .list-block.dots-green li:before {
  background: #16CC8E;
}
.slider-animate-image-section .list-block li {
  margin-bottom: 17px;
  padding-left: 22px;
  position: relative;
}
@media (min-width: 1200px) {
  .slider-animate-image-section .list-block li {
    margin-bottom: 28px;
  }
}
.slider-animate-image-section .list-block li:last-child {
  margin-bottom: 0;
}
.slider-animate-image-section .list-block li:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FD5E53;
}
.slider-animate-image-section .image-holder {
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .slider-animate-image-section .image-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .slider-animate-image-section .image-holder {
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    max-width: 726px;
    max-height: 659px;
    justify-content: flex-end;
  }
}
.slider-animate-image-section .image-holder .lottie-custom {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .slider-animate-image-section .image-holder .lottie-custom {
    margin: 0;
  }
}
.slider-animate-image-section .image-holder .lottie01 {
  width: 336px;
  height: 213px;
}
@media (min-width: 1024px) {
  .slider-animate-image-section .image-holder .lottie01 {
    width: 456px;
    height: 295px;
  }
}
@media (min-width: 1200px) {
  .slider-animate-image-section .image-holder .lottie01 {
    width: 726px;
    height: 459px;
  }
}
.slider-animate-image-section .image-holder .lottie02 {
  width: 220px;
  height: 388px;
}
@media (min-width: 1024px) {
  .slider-animate-image-section .image-holder .lottie02 {
    width: 300px;
    height: 525px;
  }
}
@media (min-width: 1200px) {
  .slider-animate-image-section .image-holder .lottie02 {
    width: 393px;
    height: 679px;
  }
}
.slider-animate-image-section .image-holder .lottie03 {
  width: 220px;
  height: 260px;
}
@media (min-width: 1024px) {
  .slider-animate-image-section .image-holder .lottie03 {
    width: 428px;
    height: 492px;
  }
}

.slider-image-section {
  margin-bottom: 110px;
}
@media (min-width: 1200px) {
  .slider-image-section {
    margin-bottom: 176px;
    margin-top: -30px;
  }
}
@media (min-width: 1200px) {
  .slider-image-section.custom-section {
    margin-bottom: 88px;
  }
}
.slider-image-section.custom-section .subtitle-block {
  line-height: 1.13;
}
@media (min-width: 1200px) {
  .slider-image-section.custom-section .subtitle-block {
    margin-bottom: 28px;
  }
}
.slider-image-section.custom-section .text-block {
  line-height: 1.85;
  margin-bottom: 26px;
}
.slider-image-section.custom-section .text-block p {
  margin: 0 0 1.85em;
}
@media (min-width: 1200px) {
  .slider-image-section.custom-section .text-holder {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .slider-image-section.custom-section .slider-image .slide {
    padding-bottom: 53px;
  }
}
@media (min-width: 1200px) {
  .slider-image-section.custom-section-2 {
    margin-bottom: 96px;
  }
}
@media (min-width: 1200px) {
  .slider-image-section.custom-section-2 .slide-text-header {
    margin-bottom: 60px;
  }
}
.slider-image-section.custom-section-2 .subtitle-block {
  line-height: 1.13;
}
@media (min-width: 1200px) {
  .slider-image-section.custom-section-2 .subtitle-block {
    margin-bottom: 22px;
  }
}
.slider-image-section.custom-section-2 .text-block {
  line-height: 1.85;
  margin-bottom: 33px;
}
@media (min-width: 1200px) {
  .slider-image-section.custom-section-2 .text-holder {
    max-width: calc(100% - 480px);
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .slider-image-section.custom-section-2 .image-holder {
    position: static;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .slider-image-section.custom-section-2 .image-holder {
    max-width: 480px;
  }
}
@media (min-width: 768px) {
  .slider-image-section.custom-section-2 .slider-image .slide {
    padding-bottom: 61px;
  }
}
@media (min-width: 768px) {
  .slider-image-section.custom-section-2 .slider-image .slide:only-child {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .slider-image-section.custom-section-2 .slider-image .slick-arrow.slick-prev {
    left: auto;
    right: 100px;
  }
}
@media (min-width: 1200px) {
  .slider-image-section.custom-section-2 .slider-image .slick-arrow.slick-prev {
    left: auto;
    right: 100px;
  }
}
@media (min-width: 768px) {
  .slider-image-section.custom-section-2 .slider-image .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .slider-image-section.custom-section-2 .slider-image .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .slider-image-section.reverse-section.custom-section-2 .text-holder {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .slider-image-section.reverse-section.custom-section-2 .slider-image-member-header {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .slider-image-section.reverse-section.custom-section-2 .slider-image-member-header .member-image {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .slider-image-section.reverse-section.custom-section-2 .slider-image .slick-arrow.slick-prev {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .slider-image-section.reverse-section.custom-section-2 .slider-image .slick-arrow.slick-prev {
    left: 0;
  }
}
@media (min-width: 768px) {
  .slider-image-section.reverse-section.custom-section-2 .slider-image .slick-arrow.slick-next {
    left: 100px;
  }
}
@media (min-width: 1200px) {
  .slider-image-section.reverse-section.custom-section-2 .slider-image .slick-arrow.slick-next {
    left: 100px;
  }
}
@media (min-width: 768px) {
  .slider-image-section.reverse-section .text-holder {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .slider-image-section.reverse-section .text-holder {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .slider-image-section.reverse-section .slider-image .slide {
    flex-direction: row-reverse;
    padding-bottom: 61px;
  }
}
@media (min-width: 768px) {
  .slider-image-section.reverse-section .slider-image .slick-arrow.slick-prev {
    left: calc(50% + 20px);
  }
}
@media (min-width: 1200px) {
  .slider-image-section.reverse-section .slider-image .slick-arrow.slick-prev {
    left: calc(50% + 30px);
  }
}
@media (min-width: 768px) {
  .slider-image-section.reverse-section .slider-image .slick-arrow.slick-next {
    left: calc(50% + 120px);
  }
}
@media (min-width: 1200px) {
  .slider-image-section.reverse-section .slider-image .slick-arrow.slick-next {
    left: calc(50% + 130px);
  }
}
@media (min-width: 768px) {
  .slider-image-section.reverse-section .image-holder {
    right: 50%;
    left: 0;
  }
}
@media (min-width: 768px) {
  .slider-image-section.reverse-section .image-item:nth-child(odd) {
    left: calc(50% + 40px);
  }
}
@media (min-width: 768px) {
  .slider-image-section.reverse-section .image-item:nth-child(even) {
    left: calc(50% - 40px);
  }
}
.slider-image-section .slider-image {
  position: relative;
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .slider-image-section .slider-image {
    margin: 0;
    padding: 0;
  }
}
.slider-image-section .slider-image .slide {
  padding-bottom: 505px;
}
@media (min-width: 768px) {
  .slider-image-section .slider-image .slide {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.slider-image-section .slider-image .slide:only-child {
  padding-bottom: 375px;
}
@media (min-width: 768px) {
  .slider-image-section .slider-image .slide:only-child {
    padding-bottom: 0;
  }
}
.slider-image-section .slider-image .slick-arrow {
  position: absolute;
  bottom: 420px;
  left: 20px;
  z-index: 100;
}
@media (min-width: 768px) {
  .slider-image-section .slider-image .slick-arrow {
    bottom: 20px;
    left: 0;
  }
}
.slider-image-section .slider-image .slick-arrow.slick-next {
  left: 120px;
}
@media (min-width: 768px) {
  .slider-image-section .slider-image .slick-arrow.slick-next {
    left: 100px;
  }
}
.slider-image-section .text-holder {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .slider-image-section .text-holder {
    padding-left: 0;
    max-width: 50%;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .slider-image-section .text-holder {
    padding-right: 110px;
  }
}
.slider-image-section .slide-text-header {
  margin-bottom: 27px;
}
@media (min-width: 1200px) {
  .slider-image-section .slide-text-header {
    margin-bottom: 49px;
  }
}
.slider-image-section .slide-text-header .title-global-section {
  margin-bottom: 5px;
}
.slider-image-section .slide-text-header .title-global-section:only-child {
  margin-bottom: 0;
}
.slider-image-section .title-small-text {
  margin-bottom: 33px;
  font-size: 16px;
  font-weight: 400;
}
.slider-image-section .subtitle-block {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
  color: #53524E;
}
@media (min-width: 1200px) {
  .slider-image-section .subtitle-block {
    margin-bottom: 28px;
    font-size: 34px;
  }
}
.slider-image-section .text-block {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 40px;
  color: #757471;
}
.slider-image-section .text-block p:last-child {
  margin-bottom: 0;
}
.slider-image-section .name-block {
  font-size: 20px;
  font-weight: 500;
}
.slider-image-section .position-block {
  font-weight: 400;
  font-size: 16px;
  color: #757471;
}
.slider-image-section .slider-image-member-header {
  margin-bottom: 34px;
  display: flex;
  align-items: flex-end;
}
.slider-image-section .slider-image-member-header .member-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
  margin-right: 20px;
}
.slider-image-section .slider-image-member-header .name-block {
  margin-bottom: 2px;
}
.slider-image-section .slider-image-member-header .position-block {
  margin-bottom: 0;
}
.slider-image-section .slider-image-member-info {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.slider-image-section .slider-image-member-info li {
  margin-bottom: 5px;
}
.slider-image-section .image-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: -20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .slider-image-section .image-holder {
    padding-right: 0;
    position: static;
    width: 100%;
    height: 700px;
  }
}
.slider-image-section .image-list, .slider-image-section .image-block {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0 12px 0 20px;
  width: 100%;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .slider-image-section .image-list, .slider-image-section .image-block {
    height: 100%;
    padding: 0;
    position: relative;
    overflow: visible;
  }
}
.slider-image-section .image-item {
  padding-right: 12px;
  height: 372px;
}
@media (min-width: 768px) {
  .slider-image-section .image-item {
    padding-right: 0;
    position: absolute;
    transition: transform 0.4s linear, opacity 0.2s linear;
    height: auto;
    width: 100%;
    max-width: 260px;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1024px) {
  .slider-image-section .image-item {
    max-width: 380px;
  }
}
@media (min-width: 1200px) {
  .slider-image-section .image-item {
    max-width: 460px;
  }
}
@media (min-width: 768px) {
  .slider-image-section .image-item:nth-child(odd) {
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    z-index: 5;
  }
}
@media (min-width: 768px) {
  .slider-image-section .image-item:nth-child(even) {
    top: calc(50% + 40px);
    left: calc(50% + 40px);
    z-index: 0;
  }
}
@media (min-width: 768px) {
  .slider-image-section .image-item.is-animate {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@media (min-width: 768px) {
  .slider-image-section .image-item.is-animate.is-active {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .slider-image-section .image-item.is-active {
    z-index: 10;
  }
}
.slider-image-section .image-item.image-project img {
  border: 4px solid #e4e4da;
}
@media (min-width: 768px) {
  .slider-image-section .image-item.image-project img {
    border-width: 8px;
  }
}
@media (min-width: 1200px) {
  .slider-image-section .image-item.image-project img {
    border-width: 12px;
  }
}
.slider-image-section .image-item img {
  max-height: 100%;
  width: auto;
  max-width: none;
}
@media (min-width: 768px) {
  .slider-image-section .image-item img {
    max-height: none;
    width: 100%;
  }
}

.box-section {
  margin-bottom: 100px;
}
@media (min-width: 1200px) {
  .box-section {
    margin-bottom: 200px;
  }
}
.box-section .box-list {
  margin: 0 0 -20px;
}
@media (min-width: 768px) {
  .box-section .box-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
  }
}
.box-section .box-list .box-item {
  width: 100%;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .box-section .box-list .box-item {
    padding: 0 10px;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .box-section .box-list .box-item {
    max-width: 33.33%;
  }
}

.box-holder {
  border: 4px solid #151614;
  padding: 57px 32px 40px;
  height: 100%;
}
@media (min-width: 1200px) {
  .box-holder {
    padding: 59px 44px 32px;
  }
}
.box-holder.border-red {
  border-color: #FD5E53;
}
.box-holder.border-green {
  border-color: #16CC8E;
}
.box-holder .title-block {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 36px;
}
@media (min-width: 1200px) {
  .box-holder .title-block {
    font-size: 24px;
    margin-bottom: 65px;
  }
}
.box-holder .image-block {
  height: 72px;
  margin-bottom: 43px;
  line-height: 0;
}
@media (min-width: 1200px) {
  .box-holder .image-block {
    height: 123px;
    margin-bottom: 53px;
  }
}
.box-holder .image-block img {
  height: 100%;
  width: auto;
  max-width: none;
}
.box-holder .text-block {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: #494845;
}

.banner-gray-section {
  position: relative;
  padding: 80px 0 94px;
}
@media (min-width: 768px) {
  .banner-gray-section {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .banner-gray-section {
    padding: 137px 0 144px;
  }
}
.banner-gray-section:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120vw;
  background: #E6E3DA;
  z-index: -1;
  opacity: 0.4;
}
.banner-gray-section .text-holder {
  width: 100%;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .banner-gray-section .text-holder {
    max-width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .banner-gray-section .text-holder {
    max-width: 522px;
    padding-bottom: 67px;
  }
}
.banner-gray-section .image-holder {
  width: 100%;
}
@media (min-width: 768px) {
  .banner-gray-section .image-holder {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .banner-gray-section .image-holder {
    max-width: calc(100% - 478px);
    margin: 0 -5px 0 -40px;
  }
}
.banner-gray-section .image-holder .lottie-custom {
  width: 335px;
  height: 280px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .banner-gray-section .image-holder .lottie-custom {
    width: 455px;
    height: 387px;
  }
}
@media (min-width: 1200px) {
  .banner-gray-section .image-holder .lottie-custom {
    width: 658px;
    height: 548px;
  }
}
.banner-gray-section .title-block {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 41px;
}
@media (min-width: 1200px) {
  .banner-gray-section .title-block {
    font-size: 54px;
    line-height: 1.16;
    margin-bottom: 50px;
  }
}
.banner-gray-section .title-block strong {
  font-weight: 900;
}

.is-active-menu {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .is-active-menu {
    position: static;
    overflow: visible;
  }
}
.is-active-menu .header .menu-holder {
  opacity: 1;
  visibility: visible;
}

.header {
  padding: 26px 0;
}
@media (min-width: 1024px) {
  .header {
    padding: 32px 0;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1500px) {
  .header .container.container-big .logo {
    max-width: 150px;
  }
}
@media (min-width: 1500px) {
  .header .container.container-big .menu {
    margin-right: 95px;
  }
}
@media (min-width: 1500px) {
  .header .container.container-big .menu li {
    margin: 0 30px;
  }
}
@media (min-width: 1500px) {
  .header .container.container-big .btn {
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 140px;
  }
}
.header .logo {
  width: 100%;
  max-width: 92px;
  position: relative;
  z-index: 110;
}
@media (min-width: 768px) {
  .header .logo {
    max-width: 120px;
  }
}
.header .logo img {
  width: 100%;
}
.header .hamburger {
  z-index: 110;
  position: relative;
}
@media (min-width: 1024px) {
  .header .hamburger {
    display: none;
  }
}
.header .menu-holder {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F5F4F0;
  z-index: 100;
  padding: 160px 20px 200px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media (max-height: 500px) {
  .header .menu-holder {
    padding: 100px 20px 50px;
  }
}
@media (min-width: 1024px) {
  .header .menu-holder {
    padding: 0;
    background: transparent;
    position: static;
    opacity: 1;
    visibility: visible;
  }
}
.header .menu-block {
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .header .menu-block {
    display: flex;
    align-items: center;
    overflow: visible;
  }
}
.header .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .header .menu {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .header .menu {
    margin-right: 88px;
  }
}
.header .menu li {
  margin: 0 0 32px;
  text-align: center;
}
@media (min-width: 1024px) {
  .header .menu li {
    margin: 0 20px;
  }
}
.header .menu li.active a:after {
  opacity: 1;
  visibility: visible;
}
.header .menu a {
  font-size: 24px;
  font-weight: 700;
  color: #151614;
  text-decoration: none;
  position: relative;
}
@media (min-width: 1024px) {
  .header .menu a {
    font-size: 16px;
  }
}
.header .menu a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .header .menu a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #16CC8E;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
}
.header .menu-btn {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-height: 500px) {
  .header .menu-btn {
    position: static;
    transform: translateX(0);
  }
}
@media (min-width: 1024px) {
  .header .menu-btn {
    position: static;
    transform: translateX(0);
    display: flex;
    align-items: center;
    margin: 0 -10px;
  }
}
.header .menu-btn li {
  margin: 0 0 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .header .menu-btn li {
    margin: 0 10px;
  }
}
.header .menu-btn li:last-child {
  margin: 0;
}
@media (min-width: 1024px) {
  .header .menu-btn li:last-child {
    margin: 0 10px;
  }
}
.header .btn {
  min-width: 160px;
  padding: 10px 15px 11px;
}
@media (min-width: 1024px) {
  .header .btn {
    min-width: 110px;
  }
}
.header .btn-outline-gray {
  background: #fff;
}

.footer {
  background: #151614;
  color: #fff;
  padding: 80px 0 30px;
}
@media (min-width: 1200px) {
  .footer {
    padding: 86px 0 62px;
  }
}
@media (min-width: 1200px) {
  .footer .container {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1500px) {
  .footer .container.container-big .footer-logo {
    max-width: 150px;
  }
}
.footer .logo-holder {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 55px;
  max-width: 300px;
  color: #757471;
}
@media (min-width: 1200px) {
  .footer .logo-holder {
    margin-bottom: 0;
  }
}
.footer .logo-holder strong {
  color: #fff;
}
.footer .menu-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
}
@media (min-width: 1200px) {
  .footer .menu-holder {
    flex-wrap: nowrap;
    margin: 0;
    padding-top: 10px;
    padding-right: 90px;
  }
}
.footer .menu-col {
  flex: 1 1 50%;
  padding: 0 15px;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .footer .menu-col {
    flex: 1 1 33.33%;
  }
}
@media (min-width: 1200px) {
  .footer .menu-col {
    margin-right: 69px;
    margin-bottom: 0;
    padding: 0;
    flex: 1 1 auto;
  }
}
.footer .menu-col:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .footer .menu-col:last-child {
    margin-right: 0;
  }
}
.footer .menu-col.menu-columns {
  display: flex;
  padding: 0;
}
@media (min-width: 768px) {
  .footer .menu-col.menu-columns {
    display: block;
  }
}
.footer .menu-row {
  margin-bottom: 33px;
  flex: 1 1 50%;
}
.footer .menu-row:first-child {
  padding: 0 40px 0 39px;
}
@media (min-width: 768px) {
  .footer .menu-row:first-child {
    padding: 0;
  }
}
.footer .menu-row:last-child {
  padding: 0 15px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer .menu-row:last-child {
    padding: 0;
  }
}
.footer .menu-row h3 {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .footer .menu-row h3 {
    margin-bottom: 40px;
  }
}
.footer .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer .menu.menu-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 110px;
}
.footer .menu.menu-social li {
  width: 100%;
  max-width: 34%;
  margin-bottom: 28px;
}
.footer .menu.menu-social a {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}
.footer .menu.menu-social a:hover {
  color: #16CC8E;
}
.footer .menu.menu-social a:after {
  display: none;
}
.footer .menu li {
  margin-bottom: 14px;
}
.footer .menu a {
  color: #757471;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.footer .menu a:hover {
  color: #fff;
}
.footer .menu .social-icon {
  display: block;
  width: 19px;
  height: 19px;
}
.footer .menu .social-icon svg {
  max-width: 100%;
  max-height: 100%;
}
.footer h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.footer-logo {
  width: 100%;
  max-width: 120px;
  margin-bottom: 28px;
  display: block;
  line-height: 0;
}
@media (min-width: 768px) {
  .footer-logo {
    max-width: 121px;
  }
}
.footer-logo img {
  width: 100%;
}

#wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1220px;
}
.container.container-big {
  max-width: 1440px;
}

.full-section {
  margin: 0 -20px;
}
@media (min-width: 1200px) {
  .full-section {
    margin: 0;
    width: 100vw;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.title-global-section {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.193;
}
@media (min-width: 1200px) {
  .title-global-section {
    font-size: 56px;
  }
}
@media (min-width: 768px) {
  .title-global-section.small-title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .title-global-section.small-title {
    font-size: 52px;
  }
}
.title-global-section.big-title {
  font-size: 44px;
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .title-global-section.big-title {
    font-size: 64px;
  }
}
.title-global-section strong {
  font-weight: 900;
}

.only-section {
  margin-bottom: 80px;
}
@media (min-width: 1200px) {
  .only-section {
    margin-bottom: 137px;
  }
}

.slick-arrow {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #151614;
  line-height: 1.1875;
  outline: none;
}
.slick-arrow.slick-disabled {
  opacity: 0.4;
}
.slick-arrow.slick-prev:before {
  content: "";
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 5px;
}
.slick-arrow.slick-next:after {
  content: "";
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 5px;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-bg {
  background: #EEEBE5;
}

.popup-content {
  padding: 70px 20px;
  position: relative;
  width: 90%;
}
@media (min-width: 768px) {
  .popup-content {
    padding: 115px 40px;
  }
}
@media (min-width: 1200px) {
  .popup-content {
    width: 100%;
    max-width: 1180px;
  }
}
.popup-content .fancybox-close-small {
  position: fixed;
  top: 5px;
  right: 5px;
  padding: 5px;
}
@media (min-width: 768px) {
  .popup-content .fancybox-close-small {
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .popup-content .fancybox-close-small {
    top: 48px;
    right: 60px;
    padding: 0;
  }
}
.popup-content .preview-video .video-holder {
  position: relative;
  padding-top: 65.25%;
  width: 100%;
}
.popup-content .preview-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-content .preview-image, .popup-content .preview-video {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
@media (min-width: 1200px) {
  .popup-content .preview-image, .popup-content .preview-video {
    margin: -80px auto;
  }
}
.popup-content .popup-audio-holder {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
.popup-content .popup-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.13;
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: none;
  color: black;
  max-width: 45%;
}
@media (min-width: 768px) {
  .popup-content .popup-link {
    font-size: 24px;
    top: 40px;
    right: 30px;
  }
}
@media (min-width: 1200px) {
  .popup-content .popup-link {
    right: 60px;
  }
}
.popup-content .popup-link:hover {
  color: #16CC8E;
}
.popup-content .title-block {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.13;
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 45%;
}
@media (min-width: 768px) {
  .popup-content .title-block {
    font-size: 24px;
    top: 40px;
    left: 30px;
  }
}
@media (min-width: 1200px) {
  .popup-content .title-block {
    left: 60px;
  }
}
.popup-content .caption-block {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  bottom: 12px;
  right: 12px;
  color: #151614;
}
@media (min-width: 768px) {
  .popup-content .caption-block {
    bottom: 37px;
    right: 43px;
  }
}
.popup-content .caption-block:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: -2px;
}
.popup-content .caption-block strong {
  font-weight: 600;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.bg-green {
  background: #16CC8E;
}

.bg-red {
  background: #FD5E53;
}

.bg-gray {
  background: rgba(230, 227, 218, 0.4);
}

.bg-light-grey {
  background-color: #F5F4F0;
}

.text-green {
  color: #16CC8E;
}

.text-red {
  color: #FD5E53;
}

.font-weight-bold {
  font-weight: 700;
}

.mb-0 {
  margin-bottom: 0;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.text-white {
  color: #ffffff;
}

.btn-group {
  font-size: 0;
  margin-bottom: -10px;
}
.btn-group .btn {
  margin-right: 12px;
  margin-bottom: 10px;
}
.btn-group .btn:last-child {
  margin-right: 0;
}

@media (min-width: 1500px) {
  .container-big .btn {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.btn {
  font-size: 16px;
  line-height: 1.19;
  border-radius: 0;
  font-weight: 600;
  background: #151614;
  padding: 16px 15px 16px 15px;
  color: #fff;
  border: 1px solid #151614;
  text-decoration: none;
  min-width: 140px;
  position: relative;
  text-align: center;
  transition: 0.3s;
}
@media (min-width: 375px) {
  .btn {
    min-width: 160px;
  }
}
@media (min-width: 768px) {
  .btn {
    padding: 16px 42px 16px 59px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .btn {
    min-width: 176px;
  }
}
.btn:hover {
  background: #16CC8E;
  border-color: #16CC8E;
}
@media (min-width: 768px) {
  .btn:hover:before {
    left: 28px;
  }
}
@media (min-width: 768px) {
  .btn:hover:after {
    width: 15px;
  }
}
.btn:before {
  transition: 0.3s;
  content: "";
  background: currentColor;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .btn:before {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 42px;
    transform: translate(0, -50%);
  }
}
@media (min-width: 768px) {
  .btn:after {
    transition: 0.3s;
    content: "";
    background: currentColor;
    width: 0;
    height: 2px;
    position: absolute;
    top: 50%;
    right: calc(100% - 55px);
    transform: translate(0, -50%);
  }
}
.btn.no-dot {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.btn.no-dot:before, .btn.no-dot:after {
  display: none;
}
.btn.no-animate {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .btn.no-animate {
    min-width: 232px;
  }
}
.btn.no-animate:before {
  position: static;
  transform: translate(0, 0);
  margin-right: 10px;
  margin-top: 6px;
}
.btn.no-animate:after {
  display: none;
}
.btn.btn-green {
  background: #16CC8E;
  border-color: #16CC8E;
  color: #151614;
}
.btn.btn-green:hover {
  background: #151614;
  border-color: #151614;
  color: #fff;
}
.btn.btn-outline {
  background: transparent;
  color: #151614;
}
.btn.btn-outline:hover {
  border-color: #16CC8E;
}
.btn.btn-outline-white {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.btn-outline-white:hover {
  border-color: #16CC8E;
}
.btn.btn-outline-gray {
  color: #151614;
  border-color: #E5EBEE;
  background: transparent;
}
.btn.btn-outline-gray:hover {
  border-color: #16CC8E;
}

.btn-circle {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  border: none;
  background: #151614;
  position: relative;
  transition: 0.3s;
}
.btn-circle:hover {
  background: #16CC8E;
}
.btn-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 4px;
  background: #fff;
}
.btn-circle span:before, .btn-circle span:after {
  content: "";
  background: #fff;
  height: 4px;
  position: absolute;
  left: 0;
}
.btn-circle span:before {
  width: 100%;
  top: -9px;
}
.btn-circle span:after {
  width: 60%;
  bottom: -9px;
}

@media print {
  body {
    background: #fff;
    color: #151614;
    overflow: visible;
  }
  * {
    color: #151614 !important;
    background: none !important;
  }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important;
  }
}
.resize-active * {
  transition: none !important;
}

/*# sourceMappingURL=home-style.css.map */
