/*! 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-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-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-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-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-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-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-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-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-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;
}

.hero-banner-section {
  margin-bottom: 18px;
  padding-top: 27px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-banner-section {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .hero-banner-section {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .hero-banner-section {
    padding-top: 46px;
    margin-bottom: 28px;
  }
}
.hero-banner-section.is-video {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .hero-banner-section.is-video {
    margin-bottom: 149px;
  }
}
.hero-banner-section.is-video .text-holder {
  margin-bottom: 34px;
}
.hero-banner-section.is-video .title-block {
  min-height: 0;
  margin-bottom: 13px;
}
@media (min-width: 1200px) {
  .hero-banner-section.is-video .title-block {
    margin-bottom: 20px;
  }
}
.hero-banner-section.is-video .text-block {
  display: block;
  margin-bottom: 0;
}
.hero-banner-section.custom-section {
  padding-top: 70px;
  margin-bottom: 105px;
}
@media (min-width: 1200px) {
  .hero-banner-section.custom-section {
    padding-top: 92px;
    margin-bottom: 129px;
  }
}
.hero-banner-section.custom-section .title-block {
  min-height: 0;
  margin-bottom: 13px;
}
@media (min-width: 1200px) {
  .hero-banner-section.custom-section .title-block {
    margin-bottom: 20px;
  }
}
.hero-banner-section.custom-section .text-block {
  display: block;
}
@media (min-width: 768px) {
  .hero-banner-section.custom-section .text-block {
    margin-bottom: 53px;
  }
}
.hero-banner-section.custom-section .image-holder {
  height: auto;
  text-align: center;
  margin-top: 15px;
}
.hero-banner-section.custom-section .image-holder picture {
  display: inline-block;
}
.hero-banner-section.custom-margin-bottom {
  margin-bottom: 40px;
  padding-top: 27px;
}
@media (min-width: 1200px) {
  .hero-banner-section.custom-margin-bottom {
    margin-bottom: 40px;
    padding-top: 46px;
  }
}
.hero-banner-section.custom-margin-bottom .image-holder {
  height: auto;
  text-align: center;
}
.hero-banner-section.custom-margin-bottom .image-holder picture {
  margin: 0 -20px;
  display: inline-block;
}
@media (min-width: 1500px) {
  .hero-banner-section.custom-margin-bottom .image-holder picture {
    margin: 0 -100px;
  }
}
.hero-banner-section .text-holder {
  margin-bottom: 59px;
  position: relative;
  z-index: 10;
}
@media (min-width: 1200px) {
  .hero-banner-section .text-holder {
    margin-bottom: 0;
  }
}
.hero-banner-section .title-block {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media (min-width: 375px) {
  .hero-banner-section .title-block {
    font-size: 44px;
  }
}
@media (min-width: 768px) {
  .hero-banner-section .title-block {
    min-height: 115px;
  }
}
@media (min-width: 1200px) {
  .hero-banner-section .title-block {
    min-height: 0;
    font-size: 64px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}
.hero-banner-section .title-block .string-replacement {
  font-weight: 900;
  position: relative;
  display: inline-block;
  transition: width 0.2s linear;
}
.hero-banner-section .title-block .string-replacement span {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.hero-banner-section .title-block .string-replacement span.animate {
  transition: opacity 0.5s 0.2s linear;
  opacity: 1;
  position: static;
}
.hero-banner-section .title-block .string-replacement:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  height: 25px;
  background-image: url("../images/decor/decor-string.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.hero-banner-section .text-block {
  display: none;
}
@media (min-width: 768px) {
  .hero-banner-section .text-block {
    color: #757471;
    font-size: 18px;
    display: block;
    line-height: 1.6;
    margin-bottom: 36px;
  }
}
@media (min-width: 1200px) {
  .hero-banner-section .text-block {
    font-size: 22px;
  }
}
.hero-banner-section .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .hero-banner-section .btn {
    width: auto;
  }
}
@media (max-width: 767px) {
  .hero-banner-section .btn {
    text-align: center;
    padding: 16px 0 !important;
  }
}
.hero-banner-section .image-holder {
  height: 170px;
  position: relative;
}
@media (min-width: 480px) {
  .hero-banner-section .image-holder {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .hero-banner-section .image-holder {
    height: 270px;
  }
}
@media (min-width: 1024px) {
  .hero-banner-section .image-holder {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .hero-banner-section .image-holder {
    height: 530px;
  }
}
.hero-banner-section .image-holder.custom-margin-top {
  margin-top: -40px;
}
@media (min-width: 1200px) {
  .hero-banner-section .image-holder.custom-margin-top {
    margin-top: -140px;
  }
}
.hero-banner-section .image-holder .lottie-custom {
  width: 125%;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .hero-banner-section .image-holder .lottie-custom {
    width: 1690px;
  }
}
@media (max-width: 1023px) {
  .hero-banner-section .image-holder .lottie-custom {
    width: 100% !important;
  }
}
.hero-banner-section .video-holder {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.hero-banner-section .video-holder .video-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.logo-banner-section {
  padding: 12px 0 12px;
  position: relative;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .logo-banner-section {
    padding: 60px 0 55px;
    margin-bottom: 140px;
  }
}
@media (min-width: 1200px) {
  .logo-banner-section {
    margin-bottom: 203px;
  }
}
.logo-banner-section:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120vw;
  background: #E6E3DA;
  opacity: 0.4;
  z-index: -1;
}
@media (max-width: 1023px) {
  .logo-banner-section:after {
    width: 100% !important;
  }
}
.logo-banner-section.custom-section {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .logo-banner-section.custom-section {
    padding: 27px 0 22px;
    margin-bottom: 150px;
  }
}
.logo-banner-section.custom-section .logo-list {
  padding: 0 20px;
  overflow-x: hidden;
}
.logo-banner-section.custom-section .logo-list .logo-item {
  margin-right: 30px;
}
@media (max-width: 1023px) {
  .logo-banner-section.custom-section .logo-list .logo-item {
    margin-right: 10px !important;
    display: none;
  }
  .logo-banner-section.custom-section .logo-list .logo-item + .logo-item {
    width: 25% !important;
  }
  .logo-banner-section.custom-section .logo-list .logo-item:first-of-type {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .logo-banner-section.custom-section .logo-list .logo-item:last-child {
    padding-right: 0px;
  }
}
@media (max-width: 1023px) and (min-width: 1200px) {
  .logo-banner-section.custom-section .logo-list .logo-item {
    max-width: 205px;
  }
}
@media (max-width: 1023px) {
  .logo-banner-section.custom-section .logo-list .logo-item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .logo-banner-section.custom-section .logo-list .logo-item:last-child {
    min-width: 23% !important;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .logo-banner-section.custom-section .logo-list .logo-item:nth-child(5) {
    display: block;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .logo-banner-section.custom-section .logo-list .logo-item:nth-child(6) {
    display: block;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .logo-banner-section.custom-section .logo-list .logo-item:nth-child(7) {
    display: block;
  }
}
.logo-banner-section.custom-section .logo-list {
  list-style-type: none;
  padding: 20px 20px 20px 0;
  margin: 0 -20px 0 0;
  display: flex;
  align-items: center;
  width: calc(100% + 20px);
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .logo-banner-section.custom-section .logo-list {
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .logo-banner-section.custom-section .logo-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.logo-banner-section.custom-section .logo-list .logo-item {
  margin-right: 60px;
}
@media (max-width: 1023px) {
  .logo-banner-section.custom-section .logo-list .logo-item {
    margin-right: 10px !important;
  }
  .logo-banner-section.custom-section .logo-list .logo-item + .logo-item {
    width: 25% !important;
  }
  .logo-banner-section.custom-section .logo-list .logo-item:first-of-type {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .logo-banner-section.custom-section .logo-list .logo-item:last-child {
    padding-right: 0px;
  }
}
@media (max-width: 1023px) {
  .logo-banner-section.custom-section .logo-list .logo-item img {
    object-fit: cover;
  }
}
.logo-banner-section.custom-section .logo-list .logo-item:last-child {
  margin-right: 0;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  .logo-banner-section.custom-section .logo-list .logo-item:last-child {
    padding-right: 0px !important;
  }
}
@media (min-width: 1024px) {
  .logo-banner-section.custom-section .logo-list .logo-item:last-child {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .logo-banner-section.custom-section .logo-list .logo-item.logo-item-big {
    min-width: 140px;
  }
}
.logo-banner-section.custom-section .logo-list a {
  display: block;
  line-height: 0;
  opacity: 1;
  transition: 0.3s;
}
.logo-banner-section.custom-section .logo-list a:hover {
  opacity: 0.5;
}
.logo-banner-section .logo-section {
  margin-bottom: 80px;
}
@media (min-width: 1200px) {
  .logo-banner-section .logo-section {
    margin-bottom: 151px;
  }
}
.logo-banner-section .logo-section .title-global-section {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .logo-banner-section .logo-section .title-global-section {
    margin-bottom: 80px;
  }
}
.logo-banner-section .logo-section .logo-list {
  padding: 12px 0 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 -20px;
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .logo-banner-section .logo-section .logo-list {
    padding: 62px 0 20px;
    margin: 0 -20px;
  }
}
.logo-banner-section .logo-section .logo-list:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120vw;
  background: #E6E3DA;
  opacity: 0.4;
  z-index: -1;
}
.logo-banner-section .logo-section .logo-list .logo-item {
  padding: 0 20px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .logo-banner-section .logo-section .logo-list .logo-item {
    margin-bottom: 53px;
  }
}
@media (max-width: 767px) {
  .logo-banner-section .logo-section .logo-list .logo-item {
    max-width: 50% !important;
  }
}

@media (max-width: 991px) {
  .logo-banner-section.custom-section {
    margin-bottom: 30px;
  }
}
.scroll-holder-section {
  margin-bottom: 113px;
}
@media (min-width: 768px) {
  .scroll-holder-section {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .scroll-holder-section {
    margin-bottom: 117px;
  }
}
.scroll-holder-section .title-global-section {
  margin-bottom: 16px;
  color: #151614;
}
@media (min-width: 768px) {
  .scroll-holder-section .title-global-section {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .scroll-holder-section .title-global-section {
    max-width: 600px;
    margin-bottom: 36px;
  }
}
.scroll-holder-section .text-holder {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 38px;
  color: #151614;
}
@media (min-width: 768px) {
  .scroll-holder-section .text-holder {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .scroll-holder-section .text-holder {
    max-width: 570px;
    margin-bottom: 93px;
  }
}
.scroll-holder-section .text-holder strong {
  font-weight: 900;
}
.scroll-holder-section .preview-block-holder {
  width: 265px !important;
  height: 265px !important;
  position: relative;
  flex-shrink: 0;
}
.scroll-holder-section .preview-block-holder a {
  padding: 0 !important;
}

.container-scroll-holder {
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .container-scroll-holder {
    margin: 0 -20px 0 0;
  }
}
@media (min-width: 1200px) {
  .container-scroll-holder {
    position: relative;
    margin: 0 calc(590px - 50vw) 0 0;
  }
}
.container-scroll-holder .scroll-holder-block {
  outline: none;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .container-scroll-holder .scroll-holder-block {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .container-scroll-holder .scroll-holder-block {
    display: flex;
    padding-bottom: 84px !important;
  }
}
@media (min-width: 768px) {
  .container-scroll-holder .scroll-holder-block.scroll-pane {
    display: block;
  }
}
.container-scroll-holder .scroll-holder-block.scroll-pane .jspPane {
  margin-left: 0 !important;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .container-scroll-holder .scroll-holder-block.scroll-pane .jspPane {
    display: flex;
    padding-right: 20px !important;
  }
}
.container-scroll-holder .scroll-holder-block .jspVerticalBar {
  display: none;
}
.container-scroll-holder .scroll-holder-block .preview-block-holder {
  margin-bottom: 16px;
  width: 100%;
  height: 100vw;
  max-height: 410px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .container-scroll-holder .scroll-holder-block .preview-block-holder {
    margin-bottom: 0;
    margin-right: 20px;
    width: 555px;
    height: 410px;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .container-scroll-holder .scroll-holder-block .preview-block-holder:last-child {
    margin-right: 0;
  }
}
.container-scroll-holder .btn-block {
  padding: 0 20px;
}
.container-scroll-holder .btn-block .btn {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 768px) {
  .container-scroll-holder .btn-block {
    display: none;
  }
}

.preview-block-holder.bg-black a {
  background: #151614;
}
.preview-block-holder.bg-black a .btn.btn-outline-gray {
  border-color: #fff;
  color: #fff;
}
.preview-block-holder.bg-black a .caption-block {
  color: #fff;
}
.preview-block-holder a {
  position: relative;
  background: #EEEBE5;
  display: block;
}
.preview-block-holder a .btn {
  font-size: 12px;
  padding: 6px 15px;
  min-width: 0;
  position: absolute;
  top: 12px;
  left: 12px;
}
@media (min-width: 768px) {
  .preview-block-holder a .btn {
    top: 16px;
    left: 24px;
  }
}
.preview-block-holder a .btn.btn-outline-gray {
  border-color: rgba(79, 79, 79, 0.1);
  color: #94949F;
}
.preview-block-holder a .preview-image {
  overflow: hidden;
  text-align: center;
  line-height: 0;
  height: 100%;
  width: 100%;
  position: relative;
}
.preview-block-holder a .preview-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preview-block-holder a .caption-block {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  bottom: 12px;
  right: 12px;
  color: #151614;
}
@media (min-width: 768px) {
  .preview-block-holder a .caption-block {
    bottom: 21px;
    right: 21px;
  }
}
.preview-block-holder a .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;
}
.preview-block-holder a .caption-block strong {
  font-weight: 600;
}
.preview-block-holder .preview-block-popup {
  display: block;
  height: 100%;
  width: 100%;
  padding: 66px 60px 52px;
}
@media (min-width: 768px) {
  .preview-block-holder .preview-block-popup {
    padding: 65px 50px 64px;
  }
}

.reviews-slider-section {
  margin-bottom: 80px;
}
.reviews-slider-section .text-holder {
  max-width: 100%;
}
.reviews-slider-section .slide-text-body {
  background: #faf9f7;
  padding: 61px;
  margin-top: 50px;
  border-left: 6px solid #16CC8E;
}
@media (max-width: 1023px) {
  .reviews-slider-section .slide-text-body {
    padding: 10px;
    margin-top: 0;
  }
}
.reviews-slider-section .slide-text-body .subtitle-block {
  color: #53524e;
}
@media (max-width: 1023px) {
  .reviews-slider-section .slide-text-body .subtitle-block {
    font-size: 17px;
  }
}
.reviews-slider-section .slide-text-body .flex {
  display: flex;
  justify-content: space-between;
}
.reviews-slider-section .slide-text-body .img-cont {
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 10px 0px rgba(10, 14, 16, 0.1);
  width: 170px;
  height: 170px;
  margin-top: -146px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .reviews-slider-section .slide-text-body .img-cont {
    min-width: 100px !important;
    margin-top: -45px;
    width: 100%;
    height: 100px !important;
    max-width: 100px;
  }
}
.reviews-slider-section .slide-text-body .img-cont picture {
  width: 100%;
  height: 100%;
}
.reviews-slider-section .slide-text-body .img-cont picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-slider-section .slick-arrow {
  position: absolute;
  bottom: -50px;
  z-index: 100;
}
@media (max-width: 1023px) {
  .reviews-slider-section .slick-arrow {
    bottom: 20px;
  }
}
.reviews-slider-section .slick-arrow.slick-prev {
  right: 178px;
  left: auto !important;
}
.reviews-slider-section .slick-arrow.slick-next {
  right: 23px;
  left: auto !important;
}
.reviews-slider-section .slider-image .slide {
  padding-top: 35px;
}
@media (max-width: 767px) {
  .reviews-slider-section .slider-image .slide {
    padding-top: 61px;
  }
}
@media (max-width: 1023px) {
  .reviews-slider-section .slider-image .slide {
    padding-top: 91px !important;
  }
}

.reviews-slider-section .text-holder {
  max-width: 100%;
}
.reviews-slider-section .slide-text-body {
  background: #faf9f7;
  padding: 61px;
  margin-top: 50px;
  border-left: 6px solid #16CC8E;
}
@media (max-width: 1023px) {
  .reviews-slider-section .slide-text-body {
    margin-top: 0;
    padding: 10px;
  }
}
.reviews-slider-section .slide-text-body .flex {
  display: flex;
  justify-content: space-between;
}
.reviews-slider-section .slide-text-body .img-cont {
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 10px 10px 0 rgba(10, 14, 16, 0.1);
  width: 170px;
  height: 170px;
  margin-top: -146px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .reviews-slider-section .slide-text-body .img-cont {
    margin-top: -70px;
    width: 100%;
    height: 100px;
    max-width: 100px;
  }
}
@media (max-width: 1023px) {
  .reviews-slider-section .slide-text-body .img-cont {
    width: 130px !important;
    height: 130px;
    margin-top: -100px;
  }
}
.reviews-slider-section .slide-text-body .img-cont picture {
  width: 100%;
  height: 100%;
}
.reviews-slider-section .slide-text-body .img-cont picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .reviews-slider-section .slick-arrow {
    bottom: 40px !important;
  }
}
.reviews-slider-section .slick-arrow.slick-prev {
  right: 178px;
  left: auto !important;
}
.reviews-slider-section .slick-arrow.slick-next {
  right: px;
  left: auto !important;
}
.reviews-slider-section .slider-image .slide {
  padding-top: 35px;
}
@media (max-width: 767px) {
  .reviews-slider-section .slider-image .slide {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .reviews-slider-section .subtitle-block {
    font-size: 17px;
  }
}

.reviews-slider-section .slide-text-body .img-cont {
  min-width: 170px !important;
}

.custom-anchor-scroll-section {
  margin-bottom: 98px;
}
@media (min-width: 1200px) {
  .custom-anchor-scroll-section {
    margin-bottom: 77px;
  }
}
@media (max-width: 768px) {
  .custom-anchor-scroll-section {
    margin-bottom: 0;
  }
}
.custom-anchor-scroll-section .custom-anchor-header {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .custom-anchor-scroll-section .custom-anchor-header {
    margin-bottom: 74px;
  }
}
.custom-anchor-scroll-section .custom-anchor-header .title-global-section {
  margin-bottom: 25px;
  color: #151614;
}
.custom-anchor-scroll-section .custom-anchor-header .title-global-section:last-child {
  margin-bottom: 0;
}
.custom-anchor-scroll-section .scroll-holder-block {
  display: flex;
  outline: none;
  padding-bottom: 84px !important;
}
@media (min-width: 768px) {
  .custom-anchor-scroll-section .scroll-holder-block {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .custom-anchor-scroll-section .scroll-holder-block {
    padding-bottom: 122px !important;
  }
}
.custom-anchor-scroll-section .scroll-holder-block:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 90px;
  left: -9999px;
  right: -9999px;
  background: #BFBFC9;
  z-index: -1;
}
@media (min-width: 1200px) {
  .custom-anchor-scroll-section .scroll-holder-block:after {
    bottom: 128px;
  }
}
.custom-anchor-scroll-section .scroll-holder-block.scroll-pane {
  display: block;
}
@media (min-width: 768px) {
  .custom-anchor-scroll-section .scroll-holder-block.scroll-pane {
    margin-left: -10px;
  }
}
.custom-anchor-scroll-section .scroll-holder-block.scroll-pane .jspPane {
  display: flex;
  align-items: center;
}
.custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block-holder {
  margin: 0 20px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block-holder {
    width: 265px;
    height: 265px;
    flex-shrink: 0;
    position: relative;
  }
}
.custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block-holder.active {
  z-index: 10;
  border: 5px solid #fff;
  width: 275px;
  height: 275px;
}
.custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block-holder.active .custom-anchor-block .preview-image.bg-white {
  background: #f2f1ec;
}
.custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block {
  display: block;
  position: relative;
  width: 265px;
  height: 265px;
}
.custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block .preview-image img {
  width: 100%;
  height: auto;
}

.custom-container-scroll-holder {
  margin: 0 -20px;
  position: relative;
}
@media (max-width: 768px) {
  .custom-container-scroll-holder {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .anchor-nav-section {
    text-align: center;
  }
}
.anchor-nav-section .anchor-nav {
  list-style-type: none;
  padding: 0;
  margin: 0 -20px 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .anchor-nav-section .anchor-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    margin: 0 0 20px;
    justify-content: unset;
    padding-bottom: 10px;
    display: inline-flex;
  }
}
.anchor-nav-section .anchor-nav li {
  margin: 0 13px 5px;
}
@media (max-width: 767px) {
  .anchor-nav-section .anchor-nav li {
    flex: 1 0 auto;
  }
}
.anchor-nav-section .anchor-nav a {
  font-size: 18px;
  color: #BCB9B0;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .anchor-nav-section .anchor-nav a {
    font-size: 20px;
  }
}
.anchor-nav-section .anchor-nav a.active {
  color: #151614;
}
.anchor-nav-section .anchor-nav a.active:after {
  opacity: 1;
  visibility: visible;
}
.anchor-nav-section .anchor-nav 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;
}

.fancybox-content {
  background: none !important;
}

.banner-statistic-section {
  margin-bottom: 100px;
}
@media (min-width: 1200px) {
  .banner-statistic-section {
    margin-bottom: 151px;
  }
}
.banner-statistic-section .banner-statistic-header {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .banner-statistic-section .banner-statistic-header {
    margin-bottom: 79px;
  }
}
.banner-statistic-section .title-global-section {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .banner-statistic-section .column-list {
    display: flex;
    align-items: center;
    margin: 0 -15px;
  }
}
@media (min-width: 1200px) {
  .banner-statistic-section .column-list {
    margin: 0 -60px;
  }
}
.banner-statistic-section .column-item {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .banner-statistic-section .column-item {
    padding: 0 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .banner-statistic-section .column-item {
    padding: 0 60px;
  }
}
.banner-statistic-section .column-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .banner-statistic-section .column-item.column-item-small {
    max-width: 500px;
  }
}
@media (min-width: 1024px) {
  .banner-statistic-section .column-item.column-item-big {
    max-width: calc(100% - 500px);
  }
}
@media (min-width: 768px) {
  .banner-statistic-section .statistic-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .banner-statistic-section .statistic-list .statistic-item {
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .banner-statistic-section .statistic-list .statistic-item {
    padding-left: 140px;
    padding-right: 140px;
  }
}
.banner-statistic-section .statistic-image-block {
  text-align: center;
  line-height: 0;
}
.banner-statistic-section .statistic-holder {
  position: relative;
}
@media (min-width: 1024px) {
  .banner-statistic-section .statistic-holder {
    padding: 150px 90px 66px;
  }
}
@media (min-width: 1024px) {
  .banner-statistic-section .statistic-holder .statistic-image-block {
    text-align: left;
  }
}
.banner-statistic-section .statistic-holder .statistic-item-holder {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .banner-statistic-section .statistic-holder .statistic-item-holder {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .banner-statistic-section .statistic-holder .statistic-item-holder {
    margin-bottom: 0;
    display: block;
  }
}
.banner-statistic-section .statistic-holder .statistic-item-holder .statistic-item {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .banner-statistic-section .statistic-holder .statistic-item-holder .statistic-item {
    max-width: calc(50% - 15px);
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .banner-statistic-section .statistic-holder .statistic-item-holder .statistic-item {
    position: absolute;
    max-width: 380px;
    height: auto;
  }
}
.banner-statistic-section .statistic-holder .statistic-item-holder .statistic-item:nth-child(1) {
  top: 0;
  left: 0;
}
.banner-statistic-section .statistic-holder .statistic-item-holder .statistic-item:nth-child(2) {
  bottom: 0;
  right: 0;
}

.statistic-item {
  background: #16CC8E;
  color: #fff;
  margin-bottom: 30px;
  padding: 30px 20px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .statistic-item {
    padding: 56px 40px 53px 50px;
  }
}
.statistic-item.bg-gray {
  color: #151614;
}
.statistic-item .title-block {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.statistic-item .number-block {
  font-size: 64px;
  font-weight: 700;
}
.statistic-item .number-block span {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.statistic-item .text-block {
  border-top: 6px dotted currentColor;
  margin-top: 40px;
  padding-top: 35px;
  font-size: 12px;
  line-height: 1.3;
}
.statistic-item .text-block p:last-child {
  margin-bottom: 0;
}

.accordion-tabs-section {
  margin-bottom: 76px;
}
@media (min-width: 1200px) {
  .accordion-tabs-section {
    margin-bottom: 184px;
  }
}
.accordion-tabs-section .btn {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .accordion-tabs-section .btn {
    min-width: 232px;
  }
}
.accordion-tabs-section .btn:before {
  position: static;
  transform: translate(0, 0);
  margin-right: 10px;
  margin-top: 6px;
}
.accordion-tabs-section .btn:after {
  display: none;
}
.accordion-tabs-section .accordion-tabs-header {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .accordion-tabs-section .accordion-tabs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .accordion-tabs-section .accordion-tabs-header {
    margin-bottom: 64px;
  }
}
.accordion-tabs-section .accordion-tabs-header .title-global-section {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .accordion-tabs-section .accordion-tabs-header .title-global-section {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .accordion-tabs-section .accordion-tabs-header .btn {
    display: none;
  }
}
.accordion-tabs-section .accordion-tabs-text-header {
  margin-bottom: 43px;
}
@media (min-width: 1200px) {
  .accordion-tabs-section .accordion-tabs-text-header {
    margin-bottom: 79px;
  }
}
.accordion-tabs-section .accordion-tabs-text-header .title-global-section {
  margin-bottom: 15px;
  max-width: 600px;
}
@media (min-width: 1200px) {
  .accordion-tabs-section.custom-section {
    margin-bottom: 145px;
  }
}
@media (min-width: 768px) {
  .accordion-tabs-section.custom-section .accordion-tabs-list {
    width: calc(100% - 300px);
  }
}
@media (min-width: 1200px) {
  .accordion-tabs-section.custom-section .accordion-tabs-list {
    width: calc(100% - 380px);
  }
}
@media (min-width: 768px) {
  .accordion-tabs-section.custom-section .accordion-tab-tabset {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .accordion-tabs-section.custom-section .accordion-tab-tabset {
    width: 380px;
    padding-right: 100px;
  }
}
.accordion-tabs-section.custom-section .accordion-tab-tabset a.active:before {
  background: #16CC8E;
  opacity: 1;
}
.accordion-tabs-section.custom-section .accordion-tabs-item {
  border-bottom: 2px solid #F5F4F0;
}
@media (min-width: 768px) {
  .accordion-tabs-section.custom-section .accordion-tabs-item {
    padding-top: 30px;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .accordion-tabs-section.custom-section .accordion-tabs-item {
    padding-top: 35px;
  }
}
.accordion-tabs-section.custom-section .accordion-tabs-item.active .accordion-tabs-opener {
  background: transparent;
}
.accordion-tabs-section.custom-section .accordion-tabs-item.active .accordion-tabs-opener:before {
  background: #16CC8E;
  opacity: 1;
}
.accordion-tabs-section.custom-section .accordion-tabs-opener, .accordion-tabs-section.custom-section .accordion-tab-tabset a {
  background: transparent;
  padding: 32px 20px 32px 0;
  border-bottom: none;
}
@media (min-width: 768px) {
  .accordion-tabs-section.custom-section .accordion-tabs-opener, .accordion-tabs-section.custom-section .accordion-tab-tabset a {
    border-bottom: 2px solid #F5F4F0;
  }
}
@media (min-width: 1200px) {
  .accordion-tabs-section.custom-section .accordion-tabs-opener, .accordion-tabs-section.custom-section .accordion-tab-tabset a {
    font-size: 20px;
    padding: 33px 20px 33px 0;
  }
}
@media (min-width: 1024px) {
  .accordion-tabs-section.custom-section .accordion-tabs-opener:hover, .accordion-tabs-section.custom-section .accordion-tab-tabset a:hover {
    background: transparent;
  }
}
.accordion-tabs-section.custom-section .accordion-tabs-opener:hover:before, .accordion-tabs-section.custom-section .accordion-tab-tabset a:hover:before {
  opacity: 1;
}
.accordion-tabs-section.custom-section .accordion-tabs-opener:before, .accordion-tabs-section.custom-section .accordion-tab-tabset a:before {
  left: auto;
  right: 0;
  border: none;
  background: #16CC8E;
  opacity: 0;
}
@media (min-width: 1200px) {
  .accordion-tabs-section.small-accordion-tabs .accordion-tab-tabset {
    width: 400px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .accordion-tabs-section.small-accordion-tabs .accordion-tabs-list {
    width: calc(100% - 400px);
  }
}
@media (min-width: 768px) {
  .accordion-tabs-section.small-accordion-tabs .accordion-tabs-opener, .accordion-tabs-section.small-accordion-tabs .accordion-tab-tabset a {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .accordion-tabs-section.small-accordion-tabs .accordion-tabs-text-holder {
    padding: 40px 40px 10px;
  }
}
.accordion-tabs-section.small-accordion-tabs .accordion-tabs-text-holder h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.accordion-tabs-section.small-accordion-tabs .accordion-tabs-text-holder .text-block {
  margin-bottom: 30px;
}
.accordion-tabs-section.small-accordion-tabs .accordion-tabs-text-holder .image-block {
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .accordion-tabs-section.small-accordion-tabs .accordion-tabs-text-holder .image-block {
    text-align: right;
  }
}

.accordion-tabs-content {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .accordion-tabs-content {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .accordion-tabs-content {
    margin-bottom: 78px;
  }
}
.accordion-tabs-content:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .accordion-tabs-content:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .accordion-tabs-list {
    width: calc(100% - 360px);
    position: relative;
  }
}
@media (min-width: 1200px) {
  .accordion-tabs-list {
    width: calc(100% - 500px);
  }
}

.accordion-tabs-item {
  height: 100%;
}
.accordion-tabs-item.active .accordion-tabs-opener {
  color: #151614;
  background: #F5F4F0;
}
.accordion-tabs-item.active .accordion-tabs-opener:before {
  background: #151614;
}

.accordion-tab-tabset {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
}
@media (min-width: 768px) {
  .accordion-tab-tabset {
    display: block;
    width: 360px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .accordion-tab-tabset {
    width: 500px;
    padding-right: 120px;
  }
}
.accordion-tab-tabset a.active {
  color: #151614;
  background: #F5F4F0;
}
.accordion-tab-tabset a.active:before {
  background: #151614;
}

.accordion-tabs-opener, .accordion-tab-tabset a {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.193;
  color: #9B9A98 !important;
  text-decoration: none;
  padding: 18px 46px 17px;
  border: none;
  border-bottom: 2px solid #F5F4F0;
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .accordion-tabs-opener, .accordion-tab-tabset a {
    font-size: 24px;
    padding: 17px 46px 14px;
  }
}
@media (min-width: 1024px) {
  .accordion-tabs-opener:hover, .accordion-tab-tabset a:hover {
    color: #151614;
    background: #F5F4F0;
  }
}
@media (min-width: 1024px) {
  .accordion-tabs-opener:hover:before, .accordion-tab-tabset a:hover:before {
    background: #151614;
  }
}
.accordion-tabs-opener:before, .accordion-tab-tabset a:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid currentColor;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

@media (min-width: 768px) {
  .accordion-tabs-opener {
    display: none;
  }
}

.accordion-tabs-holder {
  height: 100%;
}
.accordion-tabs-holder .text-block {
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .accordion-tabs-holder .text-block {
    font-size: 16px;
  }
}
.accordion-tabs-holder .accordion-tabs-scroll-holder {
  margin-top: 39px;
}
@media (min-width: 1200px) {
  .accordion-tabs-holder .accordion-tabs-scroll-holder {
    margin-top: 82px;
  }
}
.accordion-tabs-holder .accordion-tabs-scroll-holder:first-child {
  margin-top: 0;
}

.accordion-tabs-text-holder {
  padding: 39px 34px 27px;
  height: 100%;
}
@media (min-width: 768px) {
  .accordion-tabs-text-holder {
    border: 4px solid #E6E3DA;
  }
}
@media (min-width: 1200px) {
  .accordion-tabs-text-holder {
    padding: 40px 90px;
  }
}
.accordion-tabs-text-holder .image-block {
  text-align: center;
  margin: 0 -14px 40px;
}
@media (min-width: 1200px) {
  .accordion-tabs-text-holder .image-block {
    margin: -20px -70px 25px;
  }
}
.accordion-tabs-text-holder .accordion-block {
  margin: 0 -14px 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1200px) {
  .accordion-tabs-text-holder .accordion-block {
    margin: 0 -70px 0;
  }
}
.accordion-tabs-text-holder .accordion-block p:last-child {
  margin-bottom: 0;
}
.accordion-tabs-text-holder .accordion-block p a {
  font-weight: 600;
  text-decoration: none;
  color: #16CC8E;
}
.accordion-tabs-text-holder .accordion-block li {
  margin-bottom: 33px;
}
.accordion-tabs-text-holder .accordion-block li:last-child {
  margin-bottom: 0;
}
.accordion-tabs-text-holder .accordion-block li.active .js-opener:after {
  content: "-";
}
.accordion-tabs-text-holder .accordion-block .js-opener {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
  color: #151614;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding-right: 40px;
}
.accordion-tabs-text-holder .accordion-block .js-opener:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 900;
}
.accordion-tabs-text-holder .accordion-block .js-slide {
  line-height: 1.8125;
}
.accordion-tabs-text-holder .icon-block {
  height: 60px;
  margin-bottom: 19px;
}
@media (min-width: 1200px) {
  .accordion-tabs-text-holder .icon-block {
    height: 80px;
    margin-bottom: 38px;
  }
}
@media (min-width: 1200px) {
  .accordion-tabs-text-holder .icon-block.icon-big {
    height: 130px;
    margin-bottom: 60px;
  }
}
.accordion-tabs-text-holder .icon-block img {
  height: 100%;
  width: auto;
  max-width: none;
}
.accordion-tabs-text-holder .text-block {
  font-size: 16px;
  color: rgba(21, 22, 20, 0.7);
  line-height: 1.7;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .accordion-tabs-text-holder .text-block {
    font-weight: 400;
  }
}
.accordion-tabs-text-holder .text-block p {
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .accordion-tabs-text-holder .text-block p {
    margin-bottom: 8px;
  }
}
.accordion-tabs-text-holder .text-block p:last-child {
  margin-bottom: 0;
}

.accordion-tabs-scroll-holder {
  display: flex;
  padding-bottom: 60px !important;
  margin: 0 -20px;
  outline: none;
}
@media (min-width: 768px) {
  .accordion-tabs-scroll-holder {
    margin: 0 -20px 0 0;
  }
}
@media (min-width: 1200px) {
  .accordion-tabs-scroll-holder {
    margin: 0 calc(590px - 50vw) 0 0;
  }
}
@media (min-width: 768px) {
  .accordion-tabs-scroll-holder.scroll-pane {
    display: block;
  }
}
.accordion-tabs-scroll-holder.scroll-pane .jspPane {
  display: flex;
  margin: 0 -10px;
}
.accordion-tabs-scroll-holder .preview-block-holder {
  width: 395px;
  padding: 0 10px;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .accordion-tabs-scroll-holder .preview-block-holder {
    width: 491px;
  }
}
.accordion-tabs-scroll-holder .preview-block-holder.bg-black .preview-block {
  background: #151614;
}
.accordion-tabs-scroll-holder .preview-block-holder.bg-black .caption-block {
  color: #fff;
}
.accordion-tabs-scroll-holder .preview-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  background: #E6E3DA;
  padding: 38px 22px 32px;
}
.accordion-tabs-scroll-holder .preview-image {
  text-align: center;
  width: 100%;
}
.accordion-tabs-scroll-holder .preview-image img {
  max-width: 100%;
  max-height: 100%;
}
.accordion-tabs-scroll-holder .caption-block {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  bottom: 12px;
  right: 12px;
  color: #151614;
  z-index: 20;
}
@media (min-width: 768px) {
  .accordion-tabs-scroll-holder .caption-block {
    bottom: 17px;
    right: 20px;
  }
}
.accordion-tabs-scroll-holder .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;
}
.accordion-tabs-scroll-holder .caption-block strong {
  font-weight: 600;
}

.footer-top-content-section.web-content-section {
  position: relative;
  padding-bottom: 75px;
}
.footer-top-content-section.web-content-section .white-box {
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 767px) {
  .footer-top-content-section.web-content-section .white-box {
    padding: 20px;
  }
}
.footer-top-content-section.web-content-section .white-box h2 {
  font-size: 30px;
  font-weight: 700;
}
.footer-top-content-section.web-content-section:after {
  content: "";
  display: block;
  width: 100%;
  height: 145px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #16CC8E;
  z-index: 0;
}
@media (max-width: 767px) {
  .footer-top-content-section.web-content-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer-top-content-section.web-content-section h1 {
  font-size: 56px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 767px) {
  .footer-top-content-section.web-content-section h1 {
    font-size: 40px;
  }
}
.footer-top-content-section.web-content-section > * {
  position: relative;
  z-index: 1;
}
.footer-top-content-section.web-content-section .block-1 {
  margin-bottom: 70px;
}
.footer-top-content-section.web-content-section .block-1 .left {
  max-width: 410px;
}
@media (max-width: 767px) {
  .footer-top-content-section.web-content-section .block-2 .white-box {
    margin-top: 20px;
  }
}
.footer-top-content-section.web-content-section .block-2 .white-box h5 {
  font-size: 30px;
  font-weight: 700;
}
.footer-top-content-section.web-content-section .block-2 .white-box p {
  line-height: 36px;
  color: #151614;
}
.footer-top-content-section.web-content-section .block-3 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .footer-top-content-section.web-content-section .block-3 {
    margin-top: 30px;
  }
}
.footer-top-content-section.web-content-section .block-3 h1 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .footer-top-content-section.web-content-section .block-3 h1 {
    margin-bottom: 20px;
  }
}
.footer-top-content-section.web-content-section .block-3 .white-box {
  height: 100%;
}
.footer-top-content-section.web-content-section .block-3 .white-box h5 {
  font-size: 24px;
  font-weight: 700;
}
.footer-top-content-section.web-content-section .block-3 .white-box p {
  line-height: 36px;
  color: #151614;
}
.footer-top-content-section.web-content-section .block-3 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.footer-top-content-section.web-content-section .block-3 .row > * {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.footer-top-content-section.video-editing-content-section h1 {
  font-size: 56px;
  font-weight: 600;
  color: #000000;
}
.footer-top-content-section.video-editing-content-section h2 {
  color: #000000;
  font-weight: 600;
  font-size: 36px;
}
.footer-top-content-section.video-editing-content-section .p-md {
  font-size: 24px;
}
.footer-top-content-section.video-editing-content-section .content-block.block-3 ul li {
  font-weight: bold;
}
@media (min-width: 768px) {
  .footer-top-content-section.video-editing-content-section .content-block.block-2 {
    margin-top: 70px;
    margin-bottom: 20px;
  }
}
.footer-top-content-section.video-editing-content-section .content-block.block-2 img {
  margin-top: 30px;
}
.footer-top-content-section.video-editing-content-section .white-box {
  background-color: #ffffff;
  padding: 50px 25px;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer-top-content-section.video-editing-content-section .white-box {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.footer-top-content-section.video-editing-content-section .white-box h2 {
  font-size: 30px;
  font-weight: 700;
}
.footer-top-content-section.video-editing-content-section .white-box .quote {
  font-size: 21px;
}
.footer-top-content-section.video-editing-content-section .white-box .min-h {
  min-height: 160px;
  margin-bottom: 40px;
  font-weight: 600;
}
.footer-top-content-section.video-editing-content-section .white-box > p {
  line-height: 2.25em;
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer-top-content-section.video-editing-content-section .block-1 .row {
    flex-flow: column;
  }
}
.footer-top-content-section.video-editing-content-section .dots-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-top-content-section.video-editing-content-section .dots-ul li {
  position: relative;
  padding-left: 20px;
}
.footer-top-content-section.video-editing-content-section .dots-ul li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
}
.footer-top-content-section.video-editing-content-section .dots-ul.green li:before {
  background-color: #16CC8E;
}
@media (max-width: 767px) {
  .footer-top-content-section.green-section .row {
    flex-flow: column;
  }
}
.footer-top-content-section.green-section .row .col-md-7 {
  width: 100%;
}
.footer-top-content-section.green-section .row .col-md-5 {
  width: 100%;
}
.footer-top-content-section.green-section {
  padding: 35px 40px;
}
.footer-top-content-section.green-section .row {
  align-items: center;
}
.footer-top-content-section.green-section .row h2 {
  font-size: 36px;
  font-weight: 600;
}
.footer-top-content-section.green-section .row h1 {
  font-size: 46px;
  font-weight: 400;
}
.footer-top-content-section.green-section .row p {
  margin: 0;
  font-size: 25px;
}

.footer-top-content-section.integrations-section {
  margin-bottom: 122px;
}
@media (max-width: 767px) {
  .footer-top-content-section.integrations-section .title-global-section {
    font-size: 35px;
  }
}
.footer-top-content-section.integrations-section .title-global-section img {
  vertical-align: middle;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .footer-top-content-section.integrations-section .title-global-section img {
    width: 23%;
  }
}
@media (max-width: 1023px) {
  .footer-top-content-section.integrations-section .row {
    flex-flow: column;
  }
}
.footer-top-content-section.integrations-section .quote {
  font-size: 23px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer-top-content-section.integrations-section .quote {
    font-size: 20px;
  }
}
.footer-top-content-section.integrations-section .integrations-card {
  background-color: #f5f4f0;
  text-align: center;
  padding: 45px 35px 50px 35px;
  margin-bottom: 80px;
  margin-top: 55px;
}
@media (max-width: 1023px) {
  .footer-top-content-section.integrations-section .integrations-card {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.footer-top-content-section.integrations-section .integrations-card .quote {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-top-content-section.integrations-section .contact-app {
    margin-top: 50px;
  }
}
@media (max-width: 1023px) {
  .footer-top-content-section.integrations-section .contact-app .contact-app-logo {
    flex-flow: row;
    justify-content: center;
  }
}
.footer-top-content-section.integrations-section .contact-app .contact-app-logo .project-via-logo {
  width: 120px;
  height: 120px;
  background: #fff;
  padding: 28px;
  box-shadow: 2px 2px 10px 10px #f2f2f2;
  border-radius: 4px;
  margin-bottom: 55px;
}
.footer-top-content-section.integrations-section .contact-app .col:last-of-type {
  margin: 0;
}
.footer-top-content-section.categories-tab-section {
  margin-bottom: 122px;
}
@media (max-width: 767px) {
  .footer-top-content-section.categories-tab-section {
    margin: 60px 0;
  }
}
.footer-top-content-section.categories-tab-section .process-more-button {
  margin-top: 40px;
}
.footer-top-content-section.categories-tab-section .process-more-button a {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .footer-top-content-section.categories-tab-section .process-more-button a {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}
.footer-top-content-section.categories-tab-section .categories-bottoms {
  text-align: center;
  margin-bottom: 65px;
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .footer-top-content-section.categories-tab-section .categories-bottoms {
    margin-top: 0;
  }
}
.footer-top-content-section.categories-tab-section .categories-bottoms .tablinks {
  background-color: #eeebe5;
  text-transform: uppercase;
  text-align: center;
  width: 156px;
  height: 42px;
  border-radius: 5px;
  color: #151614;
  font-size: 14px;
}
@media (max-width: 1023px) {
  .footer-top-content-section.categories-tab-section .categories-bottoms .tablinks {
    margin: 20px 0 0 20px;
  }
}
@media (max-width: 767px) {
  .footer-top-content-section.categories-tab-section .categories-bottoms .tablinks {
    margin: 20px 0 0 0;
  }
}
.footer-top-content-section.categories-tab-section .categories-bottoms .active {
  background-color: #16CC8E;
  color: #ffffff;
}
.footer-top-content-section.categories-tab-section .tabcontent + .tabcontent {
  display: none;
}
.footer-top-content-section.categories-tab-section .tabcontent .much-more-text {
  font-size: 18px;
  color: #16CC8E;
  font-weight: 600;
}
.footer-top-content-section.categories-tab-section .tabcontent .heading {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .footer-top-content-section.categories-tab-section .tabcontent .heading {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.footer-top-content-section.categories-tab-section .tabcontent .heading h3 {
  font-size: 34px;
  color: #757471;
  text-transform: uppercase;
}
.footer-top-content-section.categories-tab-section .tabcontent .heading img {
  width: auto;
  height: 193px;
}
@media (max-width: 767px) {
  .footer-top-content-section.categories-tab-section .tabcontent .heading img {
    width: 100%;
    height: auto;
  }
}
.footer-top-content-section.categories-tab-section .tabcontent .design-list {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .footer-top-content-section.categories-tab-section .tabcontent .design-list {
    flex-flow: column;
  }
}
.footer-top-content-section.categories-tab-section .tabcontent .design-list .col {
  min-width: 20%;
}
.footer-top-content-section.categories-tab-section .tabcontent .design-list + .design-list + .design-list + .design-list + .design-list {
  justify-content: flex-start;
}
.footer-top-content-section.categories-tab-section .tabcontent .design-list ul {
  list-style: none;
  padding: 0;
}
.footer-top-content-section.categories-tab-section .tabcontent .design-list ul li {
  font-size: 14px;
  line-height: 2.0714em;
  color: #737372;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .footer-top-content-section.project-instantly-section .row {
    flex-flow: column;
  }
}
.footer-top-content-section.project-instantly-section .row .project-instantly-card {
  background-color: #f5f4f0;
  padding: 50px 47px;
  margin: 50px 0 160px 0;
  min-height: 550px;
}
@media (max-width: 1023px) {
  .footer-top-content-section.project-instantly-section .row .project-instantly-card {
    margin-bottom: 0;
    height: auto;
  }
}
.footer-top-content-section.project-instantly-section .row .project-instantly-card h3 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .footer-top-content-section.project-instantly-section .row .project-instantly-card h3 {
    font-size: 23px;
  }
}
.footer-top-content-section.project-instantly-section .row .project-instantly-card .card-img {
  min-height: 215px;
  margin-bottom: 20px;
}
.footer-top-content-section.project-instantly-section .row .project-instantly-card .card-img img {
  max-width: 230px;
}
@media (max-width: 1023px) {
  .footer-top-content-section.text-accordion-section .accordion-holder .accordion-item {
    margin-bottom: 15px;
  }
}
.footer-top-content-section.text-accordion-section .accordion-holder .accordion-item .accordion-opener {
  background-color: #F5F4F0;
  border: none;
  padding-left: 40px;
}
@media (max-width: 1023px) {
  .footer-top-content-section.text-accordion-section .process-more-button {
    margin-bottom: 40px;
  }
}
.footer-top-content-section.text-accordion-section .process-more-button a.btn {
  color: #FFFFFF;
}
.footer-top-content-section.text-accordion-section .process-more-button a.btn:last-of-type {
  margin-left: 30px;
}
@media (max-width: 1023px) {
  .footer-top-content-section.text-accordion-section .process-more-button a.btn:last-of-type {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .footer-top-content-section.text-accordion-section .text-holder {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.footer-top-content-section.motion-content-section .white-box {
  background-color: #ffffff;
  padding: 40px;
}
@media (max-width: 767px) {
  .footer-top-content-section.motion-content-section .white-box {
    padding: 20px;
  }
}
.footer-top-content-section.motion-content-section .white-box h2 {
  font-size: 30px;
  font-weight: 700;
}
.footer-top-content-section.motion-content-section .dots-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-top-content-section.motion-content-section .dots-ul li {
  position: relative;
  padding-left: 20px;
}
.footer-top-content-section.motion-content-section .dots-ul li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 1023px) {
  .footer-top-content-section.motion-content-section .dots-ul li:before {
    background-color: #000000;
  }
}
.footer-top-content-section.motion-content-section .dots-ul.green li:before {
  background-color: #16CC8E;
}
@media (max-width: 1023px) {
  .footer-top-content-section.motion-content-section .block-1 .row {
    flex-flow: column;
  }
}
.footer-top-content-section.motion-content-section h1 {
  font-size: 56px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 767px) {
  .footer-top-content-section.motion-content-section h1 {
    font-size: 40px;
  }
}
.footer-top-content-section.motion-content-section .p-md {
  font-size: 24px;
}
.footer-top-content-section.motion-content-section .img-1 {
  max-width: 495px;
}
@media (max-width: 1023px) {
  .footer-top-content-section.motion-content-section .img-1 {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.footer-top-content-section.motion-content-section .block-2 {
  margin: 60px 0;
}
.footer-top-content-section.motion-content-section .block-2 p {
  line-height: 36px;
  color: #151614;
}
.footer-top-content-section.motion-content-section .block-2 .left {
  max-width: 409px;
}
.footer-top-content-section.motion-content-section .block-2 .left .white-box {
  height: 100%;
}
.footer-top-content-section.motion-content-section .block-2 .left .white-box .quote {
  font-size: 24px;
  margin-bottom: 30px;
}
.footer-top-content-section.motion-content-section .block-2 .right img {
  margin-top: -20px;
}
.footer-top-content-section.motion-content-section .green-box {
  background-color: #16CC8E;
  padding: 35px 40px;
  margin: 45px 0;
}
@media (max-width: 767px) {
  .footer-top-content-section.motion-content-section .green-box {
    padding: 20px;
  }
}
.footer-top-content-section.motion-content-section .green-box p {
  color: #ffffff;
  line-height: 31px;
  margin: 0;
}
.footer-top-content-section.motion-content-section .white-box.finalize .left {
  max-width: 444px;
}
.footer-top-content-section.motion-content-section .white-box.finalize .left img {
  margin-top: 20px;
}
.footer-top-content-section.motion-content-section .block-3 .more-link {
  font-size: 24px;
  color: #16CC8E;
  font-weight: 700;
}
.footer-top-content-section.motion-content-section .block-3 .row {
  align-items: center;
}
.footer-top-content-section.motion-content-section .block-3 .dots-ul {
  font-weight: 700;
}
.footer-top-content-section.motion-content-section .block-3 .last {
  max-width: 470px;
}
@media (max-width: 767px) {
  .footer-top-content-section.motion-content-section .block-3 .last {
    margin-top: 20px;
  }
}
.footer-top-content-section.green-section {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .footer-top-content-section.green-section {
    padding: 20px 0;
  }
}

.footer-top-content-section.graphic-designers-content-section h1 {
  font-size: 56px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 1023px) {
  .footer-top-content-section.graphic-designers-content-section h1 {
    font-size: 37px !important;
  }
}
.footer-top-content-section.graphic-designers-content-section h2 {
  color: #000000;
  font-weight: 600;
  font-size: 36px;
}
.footer-top-content-section.graphic-designers-content-section .p-md {
  font-size: 24px;
}
.footer-top-content-section.graphic-designers-content-section .white-box {
  background-color: #ffffff;
  border-left: 10px solid #16CC8E;
  padding: 34px 25px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .footer-top-content-section.graphic-designers-content-section .white-box {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.footer-top-content-section.graphic-designers-content-section .white-box h2 {
  font-size: 30px;
  font-weight: 700;
}
.footer-top-content-section.graphic-designers-content-section .white-box .quote {
  font-size: 21px;
}
.footer-top-content-section.graphic-designers-content-section .block-2 {
  border: none;
  margin-bottom: 0;
  position: relative;
}
.footer-top-content-section.graphic-designers-content-section .block-2 img {
  position: absolute;
  bottom: 45px;
  right: 45px;
}
@media (max-width: 768px) {
  .footer-top-content-section.graphic-designers-content-section .block-2 img {
    position: static;
  }
}
.footer-top-content-section.graphic-designers-content-section .block-2 .dots-ul {
  line-height: 2.22em;
  margin-left: 20px;
}
.footer-top-content-section.graphic-designers-content-section .block-2 p:nth-child(3) {
  margin-bottom: 0;
}
.footer-top-content-section.graphic-designers-content-section .block-2 p:nth-child(4) {
  margin-bottom: 0;
}
.footer-top-content-section.graphic-designers-content-section .block-4 {
  margin-top: 60px;
}
.footer-top-content-section.graphic-designers-content-section .block-4 .quote {
  font-size: 24px;
}
.footer-top-content-section.graphic-designers-content-section .block-4 img {
  width: 100%;
}
.footer-top-content-section.graphic-designers-content-section .block-4 .dots-ul {
  line-height: 2.22em;
  margin-left: 20px;
}
.footer-top-content-section.green-section h2 {
  font-size: 36px;
  font-weight: 600;
}
.footer-top-content-section.green-section h1 {
  font-size: 46px;
  font-weight: 400;
}

.footer-top-content-section.illustrator-content-section h1 {
  font-size: 56px;
  font-weight: 600;
  color: #000000;
}
.footer-top-content-section.illustrator-content-section h2 {
  color: #000000;
  font-weight: 600;
  font-size: 36px;
}
.footer-top-content-section.illustrator-content-section .p-md {
  font-size: 24px;
}
.footer-top-content-section.illustrator-content-section .white-box {
  background-color: #ffffff;
  border-top: 10px solid #16CC8E;
  border-left: 0;
  padding: 50px 25px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer-top-content-section.illustrator-content-section .white-box {
    margin-bottom: 70px;
  }
}
.footer-top-content-section.illustrator-content-section .white-box h2 {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer-top-content-section.green-section .row {
    flex-flow: column;
  }
}
.footer-top-content-section.green-section h2 {
  font-size: 30px;
}
.footer-top-content-section.green-section h1 {
  font-size: 56px;
  font-weight: 700;
}
.footer-top-content-section.green-section p {
  margin: 0;
}

.footer-top-content-section.copywrite-content-section h1 {
  font-size: 56px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 767px) {
  .footer-top-content-section.copywrite-content-section h1 {
    font-size: 40px;
  }
}
.footer-top-content-section.copywrite-content-section .p-md {
  font-size: 24px;
}
.footer-top-content-section.copywrite-content-section .img-1 {
  max-width: 495px;
}
.footer-top-content-section.copywrite-content-section .block-2 {
  margin: 60px 0;
}
.footer-top-content-section.copywrite-content-section .block-2 h1 p {
  line-height: 1em;
}
.footer-top-content-section.copywrite-content-section .block-2 p {
  line-height: 36px;
  color: #151614;
}
.footer-top-content-section.copywrite-content-section .block-2 .left {
  max-width: 409px;
}
.footer-top-content-section.copywrite-content-section .block-2 .left .white-box {
  height: 100%;
}
.footer-top-content-section.copywrite-content-section .block-2 .left .white-box .quote {
  font-size: 24px;
  margin-bottom: 30px;
}
.footer-top-content-section.copywrite-content-section .block-2 .right img {
  margin-top: -20px;
}
.footer-top-content-section.copywrite-content-section .green-box {
  background-color: #16CC8E;
  padding: 35px 40px;
  margin: 45px 0;
}
@media (max-width: 767px) {
  .footer-top-content-section.copywrite-content-section .green-box {
    padding: 20px;
  }
}
.footer-top-content-section.copywrite-content-section .green-box p {
  color: #ffffff;
  line-height: 31px;
  margin: 0;
}
.footer-top-content-section.copywrite-content-section .white-box.finalize .left {
  max-width: 444px;
}
.footer-top-content-section.copywrite-content-section .white-box.finalize .left img {
  margin-top: 20px;
}
.footer-top-content-section.copywrite-content-section .white-box.finalize .left .white-box {
  border-top: 10px solid #16cc8e;
}
.footer-top-content-section.copywrite-content-section .white-box.finalize .left .white-box .dots-ul {
  list-style: none;
}
.footer-top-content-section.copywrite-content-section .white-box.finalize .left .white-box .dots-ul li:before {
  background: #16cc8e;
  color: #16cc8e;
}
.footer-top-content-section.copywrite-content-section .block-3 .more-link {
  font-size: 24px;
  color: #16CC8E;
  font-weight: 700;
}
.footer-top-content-section.copywrite-content-section .block-3 .dots-ul {
  font-weight: 700;
}
.footer-top-content-section.copywrite-content-section .block-3 .last {
  max-width: 470px;
}
@media (max-width: 767px) {
  .footer-top-content-section.copywrite-content-section .block-3 .last {
    margin-top: 20px;
  }
}
.footer-top-content-section.copywrite-content-section .white-box {
  background-color: #ffffff;
  padding: 40px;
  border-top: 10px solid #16CC8E;
  border-left: 0;
}
@media (max-width: 767px) {
  .footer-top-content-section.copywrite-content-section .white-box {
    padding: 20px;
  }
}
.footer-top-content-section.copywrite-content-section .white-box h2 {
  font-size: 30px;
  font-weight: 700;
}
.footer-top-content-section.green-section {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .footer-top-content-section.green-section {
    padding: 20px 0;
  }
}
.footer-top-content-section.green-section .row {
  align-items: center;
}
.footer-top-content-section.green-section .row .quote {
  text-align: right;
  font-size: 30px;
  font-weight: 700;
}

.footer-top-content-section.plan-tabs-card-after {
  position: relative;
}
.footer-top-content-section.plan-tabs-card-after::after {
  content: "";
  position: absolute;
  width: 126px;
  height: 100px;
  background-image: url(https://flocksy.com/wp-content/uploads/2023/01/Untitled-1.png);
  background-size: cover;
  top: -50px;
  left: 54%;
  z-index: -1;
}
.footer-top-content-section.plan-tabs-card-after::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 37px;
  background-image: url("https://flocksy.com/wp-content/uploads/2023/01/arrow-1.png");
  background-size: cover;
  top: -20px;
  left: 47%;
}

.footer-top-content-section.voice-over-content-section .block-1 h1 {
  font-size: 56px;
  font-weight: 600;
  color: #000;
}
.footer-top-content-section.voice-over-content-section .block-1 p {
  margin-top: 35px;
}
.footer-top-content-section.voice-over-content-section .block-2 {
  margin-top: 50px;
}
.footer-top-content-section.voice-over-content-section .block-2 .white-box {
  background-color: #ffffff;
  padding: 50px 25px;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-top-content-section.voice-over-content-section .block-2 .white-box {
    height: auto;
  }
}
@media (min-width: 768px) {
  .footer-top-content-section.voice-over-content-section .block-2 .white-box {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.footer-top-content-section.voice-over-content-section .block-2 .white-box h2 {
  font-size: 30px;
  font-weight: 700;
}
.footer-top-content-section.voice-over-content-section .block-2 .white-box p {
  margin-top: 30px;
}
.footer-top-content-section.voice-over-content-section .block-3 {
  margin-top: 60px;
}
.footer-top-content-section.voice-over-content-section .block-3 h1 {
  font-size: 56px;
  font-weight: 600;
  color: #000;
}
.footer-top-content-section.voice-over-content-section .block-3 .row {
  align-items: center;
}
.footer-top-content-section.voice-over-content-section .block-3 .row p {
  line-height: 28px;
}

.footer-top-content-section.green-section .row {
  align-items: center;
}
.footer-top-content-section.green-section .row .col-md-6 + .col-md-6 {
  text-align: right;
}
@media (max-width: 767px) {
  .footer-top-content-section.green-section .row .col-md-6 + .col-md-6 {
    text-align: center;
  }
}
.footer-top-content-section.green-section .row .col-md-6 + .col-md-6 h2 {
  color: #ffffff;
  font-size: 30px;
}
.footer-top-content-section.green-section .row .col-md-6 + .col-md-6 p {
  color: #ffffff;
}

.info-member-section {
  margin: 0 0 100px;
  margin-bottom: 150px !important;
}
@media (min-width: 768px) {
  .info-member-section {
    display: flex;
    margin: 0 -10px 100px;
  }
}
@media (min-width: 1200px) {
  .info-member-section {
    margin: 0 -10px 157px;
  }
}
.info-member-section .text-holder {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .info-member-section .text-holder {
    margin-bottom: 0;
    max-width: 25%;
    padding: 0 10px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
  }
}
@media (min-width: 1200px) {
  .info-member-section .text-holder {
    padding-bottom: 78px;
  }
}
.info-member-section .text-holder.pb-0 {
  padding-bottom: 0;
}
.info-member-section .title-global-section {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .info-member-section .title-global-section {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .info-member-section .title-global-section {
    font-size: 32px;
  }
}
.info-member-section .text-block {
  line-height: 2;
}
.info-member-section .text-block strong {
  font-weight: 600;
}
.info-member-section .image-block {
  line-height: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .info-member-section .slider-holder {
    max-width: 75%;
    padding: 0 10px;
  }
}

.sales-list-slider, .member-list-slider, .member-work-slider {
  padding-bottom: 50px;
}
@media (min-width: 480px) {
  .sales-list-slider, .member-list-slider, .member-work-slider {
    margin: 0 -10px;
  }
}
@media (min-width: 1200px) {
  .sales-list-slider, .member-list-slider, .member-work-slider {
    padding-bottom: 78px;
  }
}
.sales-list-slider .slick-arrow, .member-list-slider .slick-arrow, .member-work-slider .slick-arrow {
  position: absolute;
  bottom: 0;
}
.sales-list-slider .slick-arrow.slick-next, .member-list-slider .slick-arrow.slick-next, .member-work-slider .slick-arrow.slick-next {
  right: 0;
}
@media (min-width: 768px) {
  .sales-list-slider .slick-arrow.slick-next, .member-list-slider .slick-arrow.slick-next, .member-work-slider .slick-arrow.slick-next {
    right: 10px;
  }
}
.sales-list-slider .slick-arrow.slick-prev, .member-list-slider .slick-arrow.slick-prev, .member-work-slider .slick-arrow.slick-prev {
  right: 97px;
}
@media (min-width: 768px) {
  .sales-list-slider .slick-arrow.slick-prev, .member-list-slider .slick-arrow.slick-prev, .member-work-slider .slick-arrow.slick-prev {
    right: 107px;
  }
}
.sales-list-slider .member-item, .sales-list-slider .sales-item, .member-list-slider .member-item, .member-list-slider .sales-item, .member-work-slider .member-item, .member-work-slider .sales-item {
  padding: 0 2px;
}
@media (min-width: 480px) {
  .sales-list-slider .member-item, .sales-list-slider .sales-item, .member-list-slider .member-item, .member-list-slider .sales-item, .member-work-slider .member-item, .member-work-slider .sales-item {
    padding: 0 10px;
  }
}

.member-list-slider .member-holder {
  border: 2px solid #E6E3DA;
}
.member-list-slider .member-header {
  padding: 10px 10px 18px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.member-list-slider .member-header .member-image {
  width: 100%;
  max-width: 89px;
  line-height: 0;
}
@media (min-width: 1200px) {
  .member-list-slider .member-header .member-image {
    max-width: 110px;
  }
}
.member-list-slider .member-header .member-image img {
  width: 100%;
}
.member-list-slider .member-header .member-text {
  padding: 47px 0 0 21px;
}
.member-list-slider .member-header .name-block {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 7px;
}
.member-list-slider .member-header .position-block {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.member-list-slider .member-header .level-block {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #16CC8E;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  padding: 19px 25px;
}
.member-list-slider .member-info {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-weight: 500;
  line-height: 1.7;
}
.member-list-slider .member-info .info-item {
  border-top: 2px solid #E6E3DA;
  display: flex;
}
.member-list-slider .member-info .info-item:last-child {
  border-bottom: 2px solid #E6E3DA;
}
.member-list-slider .member-info .info-title {
  width: 110px;
  flex-shrink: 0;
  border-right: 2px solid #E6E3DA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  min-height: 72px;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .member-list-slider .member-info .info-title {
    align-items: flex-start;
    font-size: 14px;
    padding: 10px 10px 10px 17px;
    min-height: 116px;
    width: 130px;
  }
}
.member-list-slider .member-info .info-text {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  padding: 10px 10px 10px 18px;
  width: calc(100% - 110px);
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .member-list-slider .member-info .info-text {
    width: calc(100% - 130px);
  }
}
.member-list-slider .member-info .info-text span {
  display: block;
  margin-top: 10px;
}
.member-list-slider .member-info .star-block {
  font-weight: 700;
}
.member-list-slider .member-info .star-block:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  margin-top: 2px;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/icon-star.svg");
}
@media (min-width: 1200px) {
  .member-list-slider .member-info .star-block:before {
    margin-top: 4px;
  }
}
.member-list-slider .member-footer {
  padding: 19px 15px 0;
}
.member-list-slider .member-footer .skill-list {
  list-style-type: none;
  padding: 0;
  margin: 0 -10px 4px 0;
  display: flex;
  flex-wrap: wrap;
}
.member-list-slider .member-footer .skill-list li {
  margin: 0 10px 15px 0;
  border: 1px solid #E6E3DA;
  background: #F5F4F0;
  padding: 6px 14px;
  font-size: 12px;
  color: #757471;
  line-height: 1.1;
  font-weight: 500;
}
.member-list-slider .member-footer .btn {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 -18px -2px;
  width: calc(100% + 36px);
  text-align: center;
}
.member-list-slider .member-footer .btn:before {
  position: static;
  transform: translate(0, 0);
  margin-right: 10px;
  margin-top: 6px;
}
.member-list-slider .member-footer .btn:after {
  display: none;
}

.member-work-slider .member-header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}
.member-work-slider .member-image {
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
  margin-right: 18px;
}
.member-work-slider .member-image img {
  width: 100%;
}
.member-work-slider .member-text {
  line-height: 1.2;
  padding-bottom: 5px;
}
.member-work-slider .member-text .sub-name-block {
  font-size: 12px;
  margin-bottom: 4px;
  display: block;
}
.member-work-slider .member-text .name-block {
  font-size: 16px;
  font-weight: 600;
  color: #16CC8E;
  margin-bottom: 2px;
}
.member-work-slider .member-text .position-block {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.member-work-slider .member-body {
  border: 10px solid #e4e4da;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.member-work-slider .member-body > * {
  max-width: 100%;
  outline: none;
}
.member-work-slider .member-body .caption-block {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 10;
  color: #fff;
}
@media (min-width: 768px) {
  .member-work-slider .member-body .caption-block {
    color: #151614;
  }
}
@media (min-width: 1200px) {
  .member-work-slider .member-body .caption-block {
    bottom: 17px;
    right: 20px;
  }
}
.member-work-slider .member-body .caption-block:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  display: inline-block;
  margin: 7px 10px 0 0;
  vertical-align: top;
}

.sales-list-slider .sales-holder {
  height: 100%;
  border: 2px solid #eeebe5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sales-list-slider .sales-holder > * {
  width: 100%;
}
.sales-list-slider .sales-label {
  margin: -2px -2px 0 auto;
  width: 120px;
  height: 49px;
  padding: 5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  background: #E6E3DA;
  color: #151614;
  font-weight: 600;
}
.sales-list-slider .sales-label.green-label {
  background: #16CC8E;
  color: #fff;
}
.sales-list-slider .sales-label.black-label {
  background: #151614;
  color: #fff;
}
.sales-list-slider .sales-title {
  height: 150px;
  padding: 10px 15px;
  background: rgba(230, 227, 218, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 -2px 49px;
}
.sales-list-slider .sales-title.bg-red {
  background: #FD5E53;
}
.sales-list-slider .sales-title.bg-green {
  background: #16CC8E;
}
.sales-list-slider .sales-title .title-block, .sales-list-slider .sales-title .subtitle-block {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 100%;
  margin: 0;
}
.sales-list-slider .sales-title .title-block {
  font-weight: 700;
  margin-bottom: 5px;
}
.sales-list-slider .text-block {
  padding: 0 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  margin-bottom: 30px;
}
.sales-list-slider .text-block p {
  margin-bottom: 12px;
}
.sales-list-slider .text-block p:last-child {
  margin-bottom: 0;
}
.sales-list-slider .big-text-block {
  text-align: center;
  padding: 0 10px;
  font-size: 44px;
  margin-bottom: 27px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #E6E3DA;
}
@media (min-width: 1200px) {
  .sales-list-slider .big-text-block {
    font-size: 64px;
  }
}
.sales-list-slider .big-text-block.text-red {
  color: #FD5E53;
}
.sales-list-slider .big-text-block.text-green {
  color: #FD5E53;
}
.sales-list-slider .btn {
  width: calc(100% + 4px);
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin: 0 -2px;
}
.sales-list-slider .btn:before {
  position: static;
  transform: translate(0, 0);
  margin-right: 10px;
  margin-top: 6px;
}
.sales-list-slider .btn:after {
  display: none;
}

@media (max-width: 767px) {
  .info-member-section .title-global-section br {
    display: none;
  }
}
.work-slide-item {
  background-color: transparent;
}
.work-slide-item .work-slide-body {
  padding: 6px;
}
.work-slide-item .img-box img {
  width: 100%;
  height: auto;
}

.work-slider {
  padding-bottom: 60px;
}
.work-slider .slick-arrow {
  position: absolute;
  bottom: 0;
}
.work-slider .slick-arrow.slick-next {
  right: 10px;
}
.work-slider .slick-arrow.slick-prev {
  right: 107px;
}

.audio-container .audio-player {
  position: absolute !important;
  z-index: -100 !important;
  opacity: 0 !important;
}

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

.audio-container .audio-control {
  padding: 0 !important;
  position: relative !important;
  background: white !important;
  display: flex !important;
  align-items: center !important;
  height: 33px !important;
  width: 378px !important;
  bottom: -279px !important;
  left: 61px !important;
}

.audio-container .audio-play {
  display: block !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  margin: 0 auto 30px !important;
  background: #fff !important;
  cursor: pointer !important;
  position: relative !important;
  transition: 0.3s !important;
}

.audio-container .audio-play:before {
  content: "" !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 20px !important;
  height: 22px !important;
  background: linear-gradient(to right, #16CC8E 7px, #fff 7px, #fff 13px, #16CC8E 13px) !important;
}

@media (min-width: 768px) {
  .audio-container .audio-play:before {
    width: 31px !important;
    height: 32px !important;
    background: linear-gradient(to right, #16CC8E 12px, #fff 12px, #fff 20px, #16CC8E 20px) !important;
  }
}
.audio-container .audio-play:after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: calc(50% + 3px) !important;
  transform: translate(-50%, -50%) !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 20px solid #16CC8E !important;
  border-bottom: 11px solid transparent !important;
  border-top: 11px solid transparent !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

@media (min-width: 768px) {
  .audio-container .audio-play:after {
    border-left: 11px solid #fff !important;
    border-bottom: 7px solid transparent !important;
    border-top: 7px solid transparent !important;
    left: calc(40% + 5px) !important;
  }
}
.audio-container .audio-play.pause:after {
  opacity: 1 !important;
  visibility: visible !important;
}

.audio-container {
  background-image: url("https://flocksy.com/wp-content/uploads/2022/12/voice-over-mockup-background-1.png") !important;
  background-size: cover !important;
  height: 415px !important;
  max-width: 500px !important;
  position: relative !important;
}

.popup-content .popup-audio-holder {
  height: 415px !important;
  max-width: 500px !important;
}

.audio-container .audio-control {
  padding: 0 !important;
  position: relative !important;
  background: white !important;
  display: flex !important;
  align-items: center !important;
  height: 33px !important;
  width: 378px !important;
  bottom: -279px !important;
  left: 61px !important;
}

.audio-container .volume-block .audio-mute {
  background-image: url("https://flocksy.com/wp-content/uploads/2022/12/voice-over-mockup-1.png") !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 0 50% !important;
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px !important;
  cursor: pointer !important;
}

.audio-container .volume-block {
  flex-flow: column-reverse !important;
  background-color: transparent !important;
  bottom: -18px !important;
  left: 320px !important;
  right: 0 !important;
  z-index: 10 !important;
}

.audio-container .volume-block .audio-volume {
  width: 87px !important;
  height: 5px !important;
  background: #fff !important;
  transform: rotate(90deg) !important;
  margin-bottom: 55px !important;
  position: relative !important;
  cursor: pointer !important;
}

@media (min-width: 768px) {
  .audio-container .audio-play {
    width: 25px !important;
    height: 25px !important;
    background: #16CC8E !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 10px !important;
  }
  .audio-container .audio-play:after {
    border-left: 11px solid #fff !important;
    border-bottom: 7px solid transparent !important;
    border-top: 7px solid transparent !important;
    left: calc(40% + 5px) !important;
  }
  .audio-container .audio-play:before {
    background-color: #FFFFFF !important;
  }
  .audio-container .audio-play:before {
    width: 14px !important;
    height: 14px !important;
    background: linear-gradient(to right, #16CC8E 5px, #fff 3px, #16CC8E 11px, #fff 11px) !important;
    left: 43% !important;
  }
}
.audio-container .audio-progress {
  width: 250px !important;
  height: 10px !important;
  background: #e2dfd2 !important;
  top: 0 !important;
  left: -35px !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 auto !important;
  position: relative !important;
  cursor: pointer !important;
}

.audio-container .audio-progress .slide-progress {
  background: #16CC8E !important;
}

.popup-content .popup-audio-holder {
  max-width: 500px !important !important;
}

.audio-container .volume-block {
  flex-flow: column-reverse !important;
  background-color: transparent !important;
  bottom: -18px !important;
  left: 320px !important;
  right: 0 !important;
  z-index: 10 !important;
}

.audio-container .volume-block {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10 !important;
  padding: 25px 0 !important;
  background: #11bf84 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.audio-container .volume-block {
  flex-flow: column-reverse !important;
  background-color: transparent !important;
  bottom: -18px !important;
  left: 320px !important;
  right: 0 !important;
  z-index: 10 !important;
}

.audio-container .volume-block .audio-volume .audio-volume-range {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  background: #e7e2db !important;
}

.audio-container .audio-play.pause:before {
  opacity: 0 !important;
  visibility: hidden !important;
}

.banner-free-section {
  position: relative;
  background: rgba(230, 227, 218, 0.4);
  padding: 40px 10px 50px;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .banner-free-section {
    padding: 40px 100px 50px;
  }
}
@media (min-width: 1024px) {
  .banner-free-section {
    padding: 40px 200px 50px;
  }
}
@media (min-width: 1200px) {
  .banner-free-section {
    padding: 70px 250px 80px;
    margin-bottom: 149px;
  }
}
.banner-free-section .title-global-section {
  margin-bottom: 28px;
}
.banner-free-section .image-block {
  display: none;
}
@media (min-width: 768px) {
  .banner-free-section .image-block {
    display: block;
    max-width: 177px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (min-width: 1200px) {
  .banner-free-section .image-block {
    max-width: 357px;
  }
}
.banner-free-section .image-block.image-left {
  left: 0;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .banner-free-section .image-block.image-left {
    transform: translate(-20%, -50%);
  }
}
@media (min-width: 1200px) {
  .banner-free-section .image-block.image-left {
    transform: translate(-50%, -50%);
  }
}
.banner-free-section .image-block.image-right {
  right: 0;
  transform: translate(50%, -50%);
}
@media (min-width: 1024px) {
  .banner-free-section .image-block.image-right {
    transform: translate(20%, -50%);
  }
}
@media (min-width: 1200px) {
  .banner-free-section .image-block.image-right {
    transform: translate(50%, -50%);
  }
}
.banner-free-section .banner-free-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 17px;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 480px) {
  .banner-free-section .banner-free-list {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .banner-free-section .banner-free-list {
    font-size: 16px;
  }
}
@media (min-width: 480px) {
  .banner-free-section .banner-free-list.only-column {
    column-count: 1;
  }
}
.banner-free-section .banner-free-list li {
  padding: 0 15px;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .banner-free-section .banner-free-list li {
    padding: 0 30px;
  }
}
.banner-free-section .btn {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-free-section .btn {
    min-width: 232px;
  }
}
.banner-free-section .btn:before {
  position: static;
  transform: translate(0, 0);
  margin-right: 10px;
  margin-top: 6px;
}
.banner-free-section .btn:after {
  display: none;
}

.banner-free-section {
  padding-left: 200px;
  padding-right: 200px;
}
@media (max-width: 767px) {
  .banner-free-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.banner-free-section h3.title-global-section {
  font-size: 46px;
}
@media (max-width: 767px) {
  .banner-free-section h2.title-global-section {
    font-size: 30px;
  }
}
.banner-free-section .banner-free-list li:first-child:nth-last-child(n+7),
.banner-free-section .banner-free-list li:first-child:nth-last-child(n+7) ~ li {
  column-count: unset;
  display: inline-block;
  width: 50%;
}
@media (max-width: 767px) {
  .banner-free-section .banner-free-list li:first-child:nth-last-child(n+7),
  .banner-free-section .banner-free-list li:first-child:nth-last-child(n+7) ~ li {
    display: block;
    width: 100%;
  }
}

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

.text-accordion-section {
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .text-accordion-section {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .text-accordion-section {
    margin-bottom: 130px;
  }
}
.text-accordion-section .title-global-section {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .text-accordion-section .title-global-section {
    margin-top: 60px;
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .text-accordion-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .text-accordion-holder {
    flex-flow: column;
  }
}
.text-accordion-holder.holder-right {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .text-accordion-holder.holder-right .accordion-holder {
    padding: 0 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .text-accordion-holder.holder-right .accordion-holder {
    padding: 0 60px 0 0;
  }
}
.text-accordion-holder .text-holder {
  padding: 0;
  background: #ffffff;
}
@media (min-width: 1200px) {
  .text-accordion-holder .text-holder {
    max-width: 378px;
    margin: 0 -20px 60px;
  }
}
@media (min-width: 769px) {
  .text-accordion-holder .text-holder {
    margin: 0 0 10px 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 1023px) {
  .text-accordion-holder .text-holder {
    width: 100% !important;
  }
}
.text-accordion-holder .text-holder .image-block {
  margin-top: 30px;
}
.text-accordion-holder .text-holder .title-block {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .text-accordion-holder .text-holder .title-block {
    font-size: 24px;
    font-weight: 700;
  }
}
.text-accordion-holder .text-holder .text-block {
  font-size: 16px;
  line-height: 1.65;
  color: #757471;
}
.text-accordion-holder .text-holder .text-block p {
  margin-bottom: 18px;
}
@media (max-width: 1023px) {
  .text-accordion-holder .text-holder .text-block p {
    margin-bottom: 10px;
  }
}
.text-accordion-holder .text-holder .text-block p:last-child {
  margin-bottom: 0;
}
.text-accordion-holder > .accordion-holder {
  width: 100%;
}
@media (min-width: 1200px) {
  .text-accordion-holder > .accordion-holder {
    max-width: calc(100% - 537px);
  }
}
@media (max-width: 1023px) {
  .text-accordion-holder > .accordion-holder {
    width: 100%;
  }
}
.text-accordion-holder > .accordion-holder .title-block {
  color: #53524E;
  margin-bottom: 36px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .text-accordion-holder > .accordion-holder .title-block {
    font-size: 24px;
  }
}
.text-accordion-holder .accordion-default {
  margin-bottom: 42px;
}
@media (min-width: 1200px) {
  .text-accordion-holder .accordion-default {
    margin-bottom: 65px;
  }
}

.text-accordion-section .accordion-holder .text-holder p {
  padding: 20px 20px 0 40px;
}
@media (max-width: 767px) {
  .text-accordion-section .accordion-holder .text-holder p {
    padding: 20px 20px 0 15px;
  }
}
@media (min-width: 1200px) {
  .text-accordion-section .accordion-holder .text-holder {
    max-width: 560px;
  }
}
.text-accordion-section .accordion-holder .accordion-item .accordion-opener {
  font-size: 20px;
  padding-left: 40px !important;
}
@media (max-width: 767px) {
  .text-accordion-section .accordion-holder .accordion-item .accordion-opener {
    padding-left: 15px !important;
  }
}

.get-started-section {
  margin-bottom: 100px;
  position: relative;
}
@media (min-width: 768px) {
  .get-started-section {
    margin-bottom: 150px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .get-started-section {
    margin-bottom: 218px;
  }
}
@media (min-width: 768px) {
  .get-started-section:after {
    content: "";
    position: absolute;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    background: #E6E3DA;
    height: 1px;
    z-index: -1;
  }
}
.get-started-section .text-holder {
  width: 100%;
  margin-bottom: 55px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .get-started-section .text-holder {
    margin-bottom: 0;
    max-width: 50%;
    padding: 30px 15px 30px 0;
  }
}
@media (min-width: 1200px) {
  .get-started-section .text-holder {
    max-width: 470px;
    padding: 60px 15px 30px 0;
  }
}
.get-started-section .image-holder {
  width: 100%;
}
@media (min-width: 768px) {
  .get-started-section .image-holder {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .get-started-section .image-holder {
    max-width: calc(100% - 470px);
  }
}
@media (min-width: 768px) {
  .get-started-section .image-holder .image-block {
    margin-right: -20px;
    margin-bottom: -13px;
  }
}
@media (min-width: 1200px) {
  .get-started-section .image-holder .image-block {
    margin-right: calc((1200px - 100vw) / 2);
    max-width: 935px;
    margin-bottom: -20px;
  }
}
.get-started-section .title-global-section {
  margin-bottom: 23px;
}
@media (min-width: 1200px) {
  .get-started-section .title-global-section {
    margin-bottom: 20px;
  }
}
.get-started-section .text-block {
  font-size: 16px;
  margin-bottom: 32px;
  color: #757471;
}
@media (min-width: 1200px) {
  .get-started-section .text-block {
    margin-bottom: 77px;
  }
}
.get-started-section .btn {
  width: 100%;
}
@media (min-width: 480px) {
  .get-started-section .btn {
    width: auto;
    min-width: 187px;
  }
}

.plan-section {
  margin-top: 40px;
}
.plan-section .text-holder {
  text-align: center;
}
.plan-section .text-holder img {
  margin-bottom: 20px;
}
.plan-section .text-holder .text-block p {
  font-size: 22px;
}
@media (max-width: 1023px) {
  .plan-section .text-holder .text-block p {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .plan-section .plan-tabs-holder .row {
    justify-content: center;
    margin-top: 80px;
  }
}
@media (max-width: 1023px) {
  .plan-section .plan-tabs-holder .row .col-md-4 {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .plan-section .plan-tabs-holder .row .col-md-4 {
    max-width: 100%;
  }
}
.plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
  width: 340px;
  min-height: 714px;
  padding: 40px 15px 15px;
  margin: 60px auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card {
    width: 100%;
    margin: 40px auto;
    min-height: auto;
  }
}
.plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card h3 {
  text-align: center;
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  color: #151614;
  position: relative;
}
.plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card h3 span {
  display: block;
}
.plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card h3 span:hover .tooltip {
  display: block;
}
.plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card h3 span img {
  width: 15px;
  height: 15px;
  position: absolute;
  background-size: cover;
  top: 0;
  right: 16%;
}
@media (max-width: 767px) {
  .plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card h3 span img {
    right: 9%;
  }
}
.plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card .platinum img {
  right: 7%;
}
@media (max-width: 767px) {
  .plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card .platinum img {
    right: 0;
  }
}
.plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card h2 span {
  font-size: 48px;
  font-weight: 600;
}
.plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #e6e3da;
}
.plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card ul li {
  border-bottom: 1px solid #e6e3da;
  padding: 13px 0;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  position: relative;
}
.plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card ul li span {
  margin-right: 4px;
}
.plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card ul li span img {
  width: 12px;
  height: 12px;
}
.plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card ul li span:hover .tooltip1 {
  display: block;
}
.plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card ul li .span-innner-text {
  font-weight: 400;
  font-size: 12px;
}
.plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card .btn {
  margin-top: 14px;
  width: 100%;
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
  margin-top: auto;
}
@media (max-width: 767px) {
  .plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card .btn.no-animate {
    margin-top: 20px;
  }
}
.plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card .tooltip {
  width: 310px;
  min-height: 50px;
  padding: 20px;
  background-color: #ffffff;
  position: absolute;
  bottom: 50px;
  left: -30px;
  box-shadow: 0 0 27px #e9e9e9;
  display: none;
  z-index: 1;
}
.plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card .tooltip p {
  font-size: 12px;
  margin: 0;
  font-weight: 400;
}
.plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card .tooltip1 {
  width: 310px;
  min-height: 50px;
  padding: 20px;
  background-color: #ffffff;
  position: absolute;
  bottom: 50px;
  left: -30px;
  box-shadow: 0 0 27px #e9e9e9;
  display: none;
  z-index: 1;
}
.plan-section .plan-tabs-holder .row .col-md-4 .plan-tabs-card .tooltip1 p {
  font-size: 12px;
  margin: 0;
  font-weight: 400;
}
.plan-section .plans-include {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .plan-section .plans-include {
    margin-bottom: 40px;
  }
}
.plan-section .plans-include h2 {
  text-align: center;
  margin-bottom: 40px;
}
.plan-section .plans-include .plans-include-content .col-md-4 {
  text-align: center;
}
.plan-section .plans-include .plans-include-content .col-md-4 img {
  margin-bottom: 20px;
}
.plan-section .plans-include .plans-include-content .col-md-4 p {
  font-size: 24px;
  font-weight: 600;
}
.plan-section .our-pricing {
  margin-bottom: 100px;
}
.plan-section .our-pricing h3 {
  font-size: 34px;
}
@media (max-width: 1023px) {
  .plan-section .our-pricing .row {
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .plan-section .our-pricing .row .col-md-4 {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .plan-section .our-pricing .row .col-md-4 {
    max-width: 100%;
  }
}
.plan-section .our-pricing .row .col-md-4 .pricing-card {
  background: #f5f4f0;
  padding: 48px 28px;
  margin-right: 14px;
  min-height: 360px;
}
@media (max-width: 767px) {
  .plan-section .our-pricing .row .col-md-4 .pricing-card {
    margin-top: 30px;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .plan-section .our-pricing .row .col-md-4 .pricing-card {
    margin-bottom: 20px;
  }
}
.plan-section .our-pricing .row .col-md-4 .pricing-card h1 {
  font-size: 64px;
  margin-bottom: 40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .plan-section .our-pricing .row .col-md-4 .pricing-card h1 {
    font-size: 54px;
  }
}
.plan-section .our-pricing .row .col-md-4 .pricing-card p {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.plan-section .our-pricing .row .col-md-4 .pricing-card p span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.column-banner-section {
  padding-top: 58px;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .column-banner-section {
    padding-top: 82px;
    margin-bottom: 100px;
  }
}
.column-banner-section:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: -20px;
  left: -20px;
  background: #F5F4F0;
}
@media (min-width: 768px) {
  .column-banner-section:after {
    right: 50%;
  }
}
@media (min-width: 1200px) {
  .column-banner-section:after {
    left: 0;
    right: 500px;
  }
}
.column-banner-section .text-holder {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .column-banner-section .text-holder {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .column-banner-section .text-holder {
    margin-bottom: 72px;
  }
}
.column-banner-section .title-global-section {
  margin-bottom: 20px;
  line-height: 1.3;
  width: 100%;
}
@media (min-width: 768px) {
  .column-banner-section .title-global-section {
    max-width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .column-banner-section .title-global-section {
    max-width: calc(100% - 500px);
    padding: 0 35px 0 55px;
  }
}
.column-banner-section .text-block {
  line-height: 1.6;
  font-size: 16px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .column-banner-section .text-block {
    max-width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .column-banner-section .text-block {
    max-width: 500px;
    padding: 40px 35px 0;
  }
}
.column-banner-section .text-block p {
  margin-bottom: 13px;
}
.column-banner-section .text-block p:last-child {
  margin-bottom: 0;
}
.column-banner-section .image-holder {
  margin: 0 -20px;
  text-align: center;
  line-height: 0;
}

.get-help-section {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .get-help-section {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .get-help-section {
    margin-bottom: 138px;
  }
}
.get-help-section .text-holder {
  width: 100%;
  margin-bottom: 80px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .get-help-section .text-holder {
    margin-bottom: 0;
    max-width: 50%;
    padding: 15px 0 30px 10px;
  }
}
.get-help-section .image-holder {
  width: 100%;
}
@media (min-width: 768px) {
  .get-help-section .image-holder {
    max-width: 50%;
    padding-right: 15px;
  }
}
.get-help-section .image-holder .image-block {
  line-height: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 312px;
}
@media (min-width: 1200px) {
  .get-help-section .image-holder .image-block {
    max-width: 398px;
    margin: 0;
  }
}
.get-help-section .title-global-section {
  margin-bottom: 23px;
}
@media (min-width: 1200px) {
  .get-help-section .title-global-section {
    margin-bottom: 20px;
  }
}
.get-help-section .title-global-section + .btn {
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .get-help-section .title-global-section + .btn {
    margin-top: 77px;
  }
}
.get-help-section .text-block {
  font-size: 16px;
  margin-bottom: 32px;
  color: #757471;
}
@media (min-width: 1200px) {
  .get-help-section .text-block {
    margin-bottom: 77px;
  }
}
.get-help-section .btn {
  width: 100%;
}
@media (min-width: 480px) {
  .get-help-section .btn {
    width: auto;
    min-width: 187px;
  }
}

@media (max-width: 767px) {
  a.btn {
    text-align: center;
    padding: 16px 0;
  }
}

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

.justify-center {
  justify-content: center;
}

.mr-80 {
  margin-right: 80px;
}
@media (max-width: 1023px) {
  .mr-80 {
    margin-right: 0;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .mr-80 {
    margin-right: 0;
    margin-bottom: 80px;
  }
}

.mr {
  margin-right: 20px !important;
}
@media (max-width: 1023px) {
  .mr {
    margin-right: 0 !important;
  }
}

.ml-60 {
  margin-left: 60px;
}

.mb-75 {
  margin-bottom: 75px !important;
}

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

.row-container {
  padding-left: 15px;
  padding-right: 15px;
}

.p-40 {
  padding: 40px 0;
}

.my-50 {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .my-50 {
    margin: 25px 0;
  }
}

.my {
  margin: 65px 0;
}

.mt-30 {
  margin-top: 30px;
}

.lh-36 {
  line-height: 2.25em;
  padding-right: 8px;
}

.f-bold {
  font-weight: 700 !important;
}

.text-right {
  text-align: right;
}
@media (max-width: 767px) {
  .text-right {
    text-align: center;
  }
}

.align-item {
  align-items: center;
}

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

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

.list-none {
  list-style: none;
}

.block {
  display: block;
}

@media (max-width: 1023px) {
  .height {
    min-height: auto !important;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 0 0%;
}
@media (max-width: 767px) {
  .row [class*=col] {
    flex: 1 0 100%;
  }
}
@media (min-width: 768px) {
  .row [class*=md-6] {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .row [class*=md-4] {
    flex: 1 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 768px) {
  .row [class*=md-5] {
    flex: 1 0 41.66666%;
    max-width: 41.66666%;
  }
}
@media (min-width: 768px) {
  .row [class*=md-7] {
    flex: 1 0 58.33333%;
    max-width: 58.33333%;
  }
}

.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;
  }
}
@media (max-width: 1023px) {
  .graphic-designers-content-section h1 {
    font-size: 37px !important;
  }
}

.portfolio-tabs-section {
  position: relative;
}

#spinner {
  position: absolute;
  z-index: 9999;
  top: 30%;
  left: 65%;
}
#spinner i {
  font-size: 34px;
  color: black;
}

@media (max-width: 991px) {
  .statistic-item {
    margin-bottom: 10px;
  }
}
.popup-content .preview-image, .popup-content .preview-video {
  max-width: 1000px !important;
}

@media (max-width: 991px) {
  .portfolio-scroll-content {
    padding-top: 35px !important;
    padding-bottom: 0 !important;
  }
}
.caption-block {
  display: none;
}

@media (max-width: 1092px) {
  .reviews-slider-section .slide-text-body .img-cont {
    min-width: 100px !important;
  }
}
.hero-banner-section.custom-margin-bottom .image-holder picture {
  margin: 0;
}

.scroll-holder-block:not(.jspScrollable) {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.work-slider:not(.slick-initialized) {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.mb-15 {
  margin-bottom: 15px;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 19px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-36 {
  padding-left: 28px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.py-4 {
  padding: 4px 0 4px 19px !important;
}

.pl {
  padding-left: 0 !important;
}

@media (max-width: 991px) {
  .footer-top-content-section.categories-tab-section .tabcontent .design-list ul {
    text-align: center;
  }
}
.accordion-tab-tabset a.active {
  color: #151614 !important;
  background: #F5F4F0 !important;
}

.accordion-tabs-item.active .accordion-tabs-opener {
  color: #151614 !important;
  background: #F5F4F0 !important;
}

.m-0 {
  margin: 0 !important;
}

.audio-container .audio-player {
  position: absolute !important;
  z-index: -100 !important;
  opacity: 0 !important;
}

.audio-container .audio-play:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3) !important;
}

.audio-container .audio-play.pause:before {
  opacity: 0 !important;
  visibility: hidden !important;
}

.audio-container .audio-play.pause:after {
  opacity: 1 !important;
  visibility: visible !important;
}

.audio-container .audio-progress .slide-progress {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background: #e7e2db !important;
  display: inline-block !important;
}

.audio-container .volume-block .audio-mute.mute {
  background-image: url("../images/icon-mute-off.png") !important;
}

.audio-container .volume-block .audio-volume {
  width: 60px !important;
  height: 5px !important;
  position: relative !important;
  background: #fff !important;
  cursor: pointer !important;
}

.audio-container .volume-block .audio-volume .audio-volume-range {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  background: #e7e2db !important;
}

.work-slide-item .img-box {
  display: block;
}
.work-slide-item .img-box img {
  min-width: 265px;
  min-height: 265px;
}

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

/*# home page ilastration by bikel */
.review-illustration-section{
display:block;
min-height:450px;
margin-bottom:120px;
}
.col-md-6 iframe {
    border-radius: 0px;
    border-bottom: 7px solid #16CC8E;
    height:360px;
}
.review-illustration-section .container {
    /* width: 1140px;*/
    margin: 0 auto !important; 
    display:flex;
    flex-wrap: wrap;
margin: 0 -10px -20px;
}
.col-md-6{
    width: 50%;
}
.col-md-4{
    width: 35%;
}
.col-md-2{
    width: 15%;
}
.ill-image-box-img {
  float: left;
  transition-duration: 0.5s;
  width: 63%;
  margin-right: 25px;
  border-radius: 166px;
  width: 95px;
  height: 95px;
  }
 .ill-image-box-content .ill-image-box-title{
    font-size: 18px;
    margin-bottom: 5px;
    color: #151614;
    line-height: 1.4em;
    padding-left: 45px;
    font-weight:600;
    padding-top:15px;
  }
.image-box-content h3.ill-image-box-title b {
	font-size: 32px;
	font-weight: 600;
}
.image-box-content h3.ill-image-box-title {
    font-size: 26px;
    margin-bottom: 9px;
    color: #151614;
    line-height: 1.4em;
    padding-left: 45px;
    padding-right:15px;
}
.logo-bird {
	padding-top: 125px;
}
.ill-image-box-description{
font-size: 14px;
font-weight: 400;
line-height: 18px;
 color: #808180;
}
.ill-image-box-content {
    display: block;
    min-height:130px;
    padding-top: 12px;
}
@media only screen and (max-width: 768px) {
.col-md-6 iframe{
max-width: 420px !important;
height: 230px !important;
border:none;
}
.ill-image-box-img {
margin-left:10px;
}
.ill-image-box-content {
width:320px;
}
.image-box-content h3.ill-image-box-title b {
	font-size: 24px;
	line-height: 1em;
}
.image-box-content h3.ill-image-box-title{
font-size:22px;
padding-right:48px;
}
.logo-bird {
	padding-top: 160px;
}
.logo-bird img {
	max-width: 100px;
	padding-left: 20px;
}
.col-md-6 {
	width: 100%;
	float: none;
    text-align:center;
}
.col-md-4 {
	width: 66%;
	float: left;
}
.col-md-2 {
	width: 33%;
	float: left;
}
.image-box-content h3.ill-image-box-title {
	padding-left: 0;
	width: 300px;
    margin:0 auto;
}
}