@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover,
a:focus,
a:visited {
  outline: none !important; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1, .header-text {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'icomoon';
  src: url(./2fdddca5a8a0ba93fa0b7f80e688819d.eot);
  src: url(./2fdddca5a8a0ba93fa0b7f80e688819d.eot#iefix) format("embedded-opentype"), url(./cb4ca609cdd33df7f978619d07e22c0f.ttf) format("truetype"), url(./199f38efa6e4086eec4d2426dcef91fa.woff) format("woff"), url(./f62a21e2f76905153ae411fc546ac854.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-play:before {
  content: "\E900"; }

.icon-resize:before {
  content: "\E901"; }

.icon-youtube:before {
  content: "\E902"; }

.icon-pinterest:before {
  content: "\E903"; }

.icon-instagram:before {
  content: "\E904"; }

.icon-facebook:before {
  content: "\E905"; }

.icon-close:before {
  content: "\E906"; }

.icon-cxo:before {
  content: "\E907"; }

.icon-arrow-right:before {
  content: "\E908"; }

.icon-arrow-left:before {
  content: "\E909"; }

.icon-user:before {
  content: "\E90A"; }

.icon-chevron:before {
  content: "\E90B"; }

.icon-cart:before {
  content: "\E90C"; }

/* Slider */
.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;
  margin-left: auto;
  margin-right: auto; }
  .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; }

.custom-select {
  position: relative; }
  .custom-select__option {
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-family: inherit;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    cursor: pointer;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .custom-select__option-wrap {
    position: relative; }
  .custom-select__input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0;
    border-width: 1px 0;
    border-style: solid;
    border-radius: 0;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .custom-select__dropdown {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    top: 100%;
    left: 0; }
    .custom-select--dropup .custom-select__dropdown {
      top: auto;
      bottom: 100%; }

.custom-select__option {
  position: relative;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  color: #212121;
  line-height: 1.5; }
  .custom-select__option:focus {
    outline: none; }
  .custom-select__option:hover, .custom-select__option:focus {
    background-color: #f9f9f9; }
  .custom-select__option--value {
    padding-right: 1.875rem;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0.25rem; }
    .custom-select__option--value::after {
      position: absolute;
      box-sizing: border-box;
      width: 0;
      height: 0;
      top: 50%;
      right: 0.75rem;
      border-width: 0.3rem;
      border-bottom-width: 0;
      border-style: solid;
      border-color: currentColor transparent;
      transform: translateY(-50%);
      content: ""; }
      .custom-select--active .custom-select__option--value::after {
        transform: translateY(-50%) rotate(-180deg); }
    .custom-select--active .custom-select__option--value {
      border-bottom-color: transparent;
      border-radius: 0.25rem 0.25rem 0 0; }
      .custom-select--active .custom-select__option--value:hover, .custom-select--active .custom-select__option--value:focus {
        background-color: #fff; }
      .custom-select--dropup.custom-select--active .custom-select__option--value {
        border-top-color: transparent;
        border-bottom-color: #e6e6e6;
        border-radius: 0 0 0.25rem 0.25rem; }
  .custom-select__option--selected {
    background-color: #fcfcfc; }
  .custom-select__option[disabled] {
    color: #a1a1a1;
    cursor: default; }
    .custom-select__option[disabled]:hover, .custom-select__option[disabled]:focus {
      background-color: transparent; }

.custom-select__option-wrap {
  overflow-y: auto;
  max-height: 11.25rem; }
  .custom-select__option-wrap::-webkit-scrollbar {
    width: 16px; }
  .custom-select__option-wrap::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    background-clip: padding-box;
    border-width: 0 4px;
    border-style: solid;
    border-color: transparent; }

.custom-select__input {
  position: relative;
  z-index: 1;
  height: 2.25rem;
  margin-top: -1px;
  padding: 0 0.75rem;
  border-color: #e6e6e6;
  transform: translateY(1px);
  font-size: 1rem;
  color: #212121; }
  .custom-select__input:focus {
    outline: none; }
  .custom-select--dropup .custom-select__input {
    border-top-width: 0;
    margin-top: 0;
    transform: translateY(0); }

.custom-select__dropdown {
  overflow: hidden;
  z-index: 1;
  top: calc(100% - 1px);
  background-color: #fff;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem; }
  .custom-select--dropup .custom-select__dropdown {
    bottom: calc(100% - 1px);
    border-width: 1px 1px 0;
    border-radius: 0.25rem 0.25rem 0 0; }

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

.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: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .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 .25s ease, visibility 0s ease .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 .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 .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: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

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

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

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

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

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

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

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

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

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

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

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1, .fancybox-share .header-text {
  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 .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: 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: .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); } }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }

[class^="col-"] {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 1px; }

@media (min-width: 360px) {
  .col-xxxs-1 {
    width: 6.25%; } }

@media (min-width: 360px) {
  .col-xxxs-2 {
    width: 12.5%; } }

@media (min-width: 360px) {
  .col-xxxs-3 {
    width: 18.75%; } }

@media (min-width: 360px) {
  .col-xxxs-4 {
    width: 25%; } }

@media (min-width: 360px) {
  .col-xxxs-5 {
    width: 31.25%; } }

@media (min-width: 360px) {
  .col-xxxs-6 {
    width: 37.5%; } }

@media (min-width: 360px) {
  .col-xxxs-7 {
    width: 43.75%; } }

@media (min-width: 360px) {
  .col-xxxs-8 {
    width: 50%; } }

@media (min-width: 360px) {
  .col-xxxs-9 {
    width: 56.25%; } }

@media (min-width: 360px) {
  .col-xxxs-10 {
    width: 62.5%; } }

@media (min-width: 360px) {
  .col-xxxs-11 {
    width: 68.75%; } }

@media (min-width: 360px) {
  .col-xxxs-12 {
    width: 75%; } }

@media (min-width: 360px) {
  .col-xxxs-13 {
    width: 81.25%; } }

@media (min-width: 360px) {
  .col-xxxs-14 {
    width: 87.5%; } }

@media (min-width: 360px) {
  .col-xxxs-15 {
    width: 93.75%; } }

@media (min-width: 360px) {
  .col-xxxs-16 {
    width: 100%; } }

@media (min-width: 390px) {
  .col-xxs-1 {
    width: 6.25%; } }

@media (min-width: 390px) {
  .col-xxs-2 {
    width: 12.5%; } }

@media (min-width: 390px) {
  .col-xxs-3 {
    width: 18.75%; } }

@media (min-width: 390px) {
  .col-xxs-4 {
    width: 25%; } }

@media (min-width: 390px) {
  .col-xxs-5 {
    width: 31.25%; } }

@media (min-width: 390px) {
  .col-xxs-6 {
    width: 37.5%; } }

@media (min-width: 390px) {
  .col-xxs-7 {
    width: 43.75%; } }

@media (min-width: 390px) {
  .col-xxs-8 {
    width: 50%; } }

@media (min-width: 390px) {
  .col-xxs-9 {
    width: 56.25%; } }

@media (min-width: 390px) {
  .col-xxs-10 {
    width: 62.5%; } }

@media (min-width: 390px) {
  .col-xxs-11 {
    width: 68.75%; } }

@media (min-width: 390px) {
  .col-xxs-12 {
    width: 75%; } }

@media (min-width: 390px) {
  .col-xxs-13 {
    width: 81.25%; } }

@media (min-width: 390px) {
  .col-xxs-14 {
    width: 87.5%; } }

@media (min-width: 390px) {
  .col-xxs-15 {
    width: 93.75%; } }

@media (min-width: 390px) {
  .col-xxs-16 {
    width: 100%; } }

@media (min-width: 568px) {
  .col-xs-1 {
    width: 6.25%; } }

@media (min-width: 568px) {
  .col-xs-2 {
    width: 12.5%; } }

@media (min-width: 568px) {
  .col-xs-3 {
    width: 18.75%; } }

@media (min-width: 568px) {
  .col-xs-4 {
    width: 25%; } }

@media (min-width: 568px) {
  .col-xs-5 {
    width: 31.25%; } }

@media (min-width: 568px) {
  .col-xs-6 {
    width: 37.5%; } }

@media (min-width: 568px) {
  .col-xs-7 {
    width: 43.75%; } }

@media (min-width: 568px) {
  .col-xs-8 {
    width: 50%; } }

@media (min-width: 568px) {
  .col-xs-9 {
    width: 56.25%; } }

@media (min-width: 568px) {
  .col-xs-10 {
    width: 62.5%; } }

@media (min-width: 568px) {
  .col-xs-11 {
    width: 68.75%; } }

@media (min-width: 568px) {
  .col-xs-12 {
    width: 75%; } }

@media (min-width: 568px) {
  .col-xs-13 {
    width: 81.25%; } }

@media (min-width: 568px) {
  .col-xs-14 {
    width: 87.5%; } }

@media (min-width: 568px) {
  .col-xs-15 {
    width: 93.75%; } }

@media (min-width: 568px) {
  .col-xs-16 {
    width: 100%; } }

@media (min-width: 640px) {
  .col-sm-1 {
    width: 6.25%; } }

@media (min-width: 640px) {
  .col-sm-2 {
    width: 12.5%; } }

@media (min-width: 640px) {
  .col-sm-3 {
    width: 18.75%; } }

@media (min-width: 640px) {
  .col-sm-4 {
    width: 25%; } }

@media (min-width: 640px) {
  .col-sm-5 {
    width: 31.25%; } }

@media (min-width: 640px) {
  .col-sm-6 {
    width: 37.5%; } }

@media (min-width: 640px) {
  .col-sm-7 {
    width: 43.75%; } }

@media (min-width: 640px) {
  .col-sm-8 {
    width: 50%; } }

@media (min-width: 640px) {
  .col-sm-9 {
    width: 56.25%; } }

@media (min-width: 640px) {
  .col-sm-10 {
    width: 62.5%; } }

@media (min-width: 640px) {
  .col-sm-11 {
    width: 68.75%; } }

@media (min-width: 640px) {
  .col-sm-12 {
    width: 75%; } }

@media (min-width: 640px) {
  .col-sm-13 {
    width: 81.25%; } }

@media (min-width: 640px) {
  .col-sm-14 {
    width: 87.5%; } }

@media (min-width: 640px) {
  .col-sm-15 {
    width: 93.75%; } }

@media (min-width: 640px) {
  .col-sm-16 {
    width: 100%; } }

@media (min-width: 768px) {
  .col-md-1 {
    width: 6.25%; } }

@media (min-width: 768px) {
  .col-md-2 {
    width: 12.5%; } }

@media (min-width: 768px) {
  .col-md-3 {
    width: 18.75%; } }

@media (min-width: 768px) {
  .col-md-4 {
    width: 25%; } }

@media (min-width: 768px) {
  .col-md-5 {
    width: 31.25%; } }

@media (min-width: 768px) {
  .col-md-6 {
    width: 37.5%; } }

@media (min-width: 768px) {
  .col-md-7 {
    width: 43.75%; } }

@media (min-width: 768px) {
  .col-md-8 {
    width: 50%; } }

@media (min-width: 768px) {
  .col-md-9 {
    width: 56.25%; } }

@media (min-width: 768px) {
  .col-md-10 {
    width: 62.5%; } }

@media (min-width: 768px) {
  .col-md-11 {
    width: 68.75%; } }

@media (min-width: 768px) {
  .col-md-12 {
    width: 75%; } }

@media (min-width: 768px) {
  .col-md-13 {
    width: 81.25%; } }

@media (min-width: 768px) {
  .col-md-14 {
    width: 87.5%; } }

@media (min-width: 768px) {
  .col-md-15 {
    width: 93.75%; } }

@media (min-width: 768px) {
  .col-md-16 {
    width: 100%; } }

@media (min-width: 1024px) {
  .col-lg-1 {
    width: 6.25%; } }

@media (min-width: 1024px) {
  .col-lg-2 {
    width: 12.5%; } }

@media (min-width: 1024px) {
  .col-lg-3 {
    width: 18.75%; } }

@media (min-width: 1024px) {
  .col-lg-4 {
    width: 25%; } }

@media (min-width: 1024px) {
  .col-lg-5 {
    width: 31.25%; } }

@media (min-width: 1024px) {
  .col-lg-6 {
    width: 37.5%; } }

@media (min-width: 1024px) {
  .col-lg-7 {
    width: 43.75%; } }

@media (min-width: 1024px) {
  .col-lg-8 {
    width: 50%; } }

@media (min-width: 1024px) {
  .col-lg-9 {
    width: 56.25%; } }

@media (min-width: 1024px) {
  .col-lg-10 {
    width: 62.5%; } }

@media (min-width: 1024px) {
  .col-lg-11 {
    width: 68.75%; } }

@media (min-width: 1024px) {
  .col-lg-12 {
    width: 75%; } }

@media (min-width: 1024px) {
  .col-lg-13 {
    width: 81.25%; } }

@media (min-width: 1024px) {
  .col-lg-14 {
    width: 87.5%; } }

@media (min-width: 1024px) {
  .col-lg-15 {
    width: 93.75%; } }

@media (min-width: 1024px) {
  .col-lg-16 {
    width: 100%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    width: 6.25%; } }

@media (min-width: 1200px) {
  .col-xl-2 {
    width: 12.5%; } }

@media (min-width: 1200px) {
  .col-xl-3 {
    width: 18.75%; } }

@media (min-width: 1200px) {
  .col-xl-4 {
    width: 25%; } }

@media (min-width: 1200px) {
  .col-xl-5 {
    width: 31.25%; } }

@media (min-width: 1200px) {
  .col-xl-6 {
    width: 37.5%; } }

@media (min-width: 1200px) {
  .col-xl-7 {
    width: 43.75%; } }

@media (min-width: 1200px) {
  .col-xl-8 {
    width: 50%; } }

@media (min-width: 1200px) {
  .col-xl-9 {
    width: 56.25%; } }

@media (min-width: 1200px) {
  .col-xl-10 {
    width: 62.5%; } }

@media (min-width: 1200px) {
  .col-xl-11 {
    width: 68.75%; } }

@media (min-width: 1200px) {
  .col-xl-12 {
    width: 75%; } }

@media (min-width: 1200px) {
  .col-xl-13 {
    width: 81.25%; } }

@media (min-width: 1200px) {
  .col-xl-14 {
    width: 87.5%; } }

@media (min-width: 1200px) {
  .col-xl-15 {
    width: 93.75%; } }

@media (min-width: 1200px) {
  .col-xl-16 {
    width: 100%; } }

@media (min-width: 1440px) {
  .col-xxl-1 {
    width: 6.25%; } }

@media (min-width: 1440px) {
  .col-xxl-2 {
    width: 12.5%; } }

@media (min-width: 1440px) {
  .col-xxl-3 {
    width: 18.75%; } }

@media (min-width: 1440px) {
  .col-xxl-4 {
    width: 25%; } }

@media (min-width: 1440px) {
  .col-xxl-5 {
    width: 31.25%; } }

@media (min-width: 1440px) {
  .col-xxl-6 {
    width: 37.5%; } }

@media (min-width: 1440px) {
  .col-xxl-7 {
    width: 43.75%; } }

@media (min-width: 1440px) {
  .col-xxl-8 {
    width: 50%; } }

@media (min-width: 1440px) {
  .col-xxl-9 {
    width: 56.25%; } }

@media (min-width: 1440px) {
  .col-xxl-10 {
    width: 62.5%; } }

@media (min-width: 1440px) {
  .col-xxl-11 {
    width: 68.75%; } }

@media (min-width: 1440px) {
  .col-xxl-12 {
    width: 75%; } }

@media (min-width: 1440px) {
  .col-xxl-13 {
    width: 81.25%; } }

@media (min-width: 1440px) {
  .col-xxl-14 {
    width: 87.5%; } }

@media (min-width: 1440px) {
  .col-xxl-15 {
    width: 93.75%; } }

@media (min-width: 1440px) {
  .col-xxl-16 {
    width: 100%; } }

@media (min-width: 1920px) {
  .col-xxxl-1 {
    width: 6.25%; } }

@media (min-width: 1920px) {
  .col-xxxl-2 {
    width: 12.5%; } }

@media (min-width: 1920px) {
  .col-xxxl-3 {
    width: 18.75%; } }

@media (min-width: 1920px) {
  .col-xxxl-4 {
    width: 25%; } }

@media (min-width: 1920px) {
  .col-xxxl-5 {
    width: 31.25%; } }

@media (min-width: 1920px) {
  .col-xxxl-6 {
    width: 37.5%; } }

@media (min-width: 1920px) {
  .col-xxxl-7 {
    width: 43.75%; } }

@media (min-width: 1920px) {
  .col-xxxl-8 {
    width: 50%; } }

@media (min-width: 1920px) {
  .col-xxxl-9 {
    width: 56.25%; } }

@media (min-width: 1920px) {
  .col-xxxl-10 {
    width: 62.5%; } }

@media (min-width: 1920px) {
  .col-xxxl-11 {
    width: 68.75%; } }

@media (min-width: 1920px) {
  .col-xxxl-12 {
    width: 75%; } }

@media (min-width: 1920px) {
  .col-xxxl-13 {
    width: 81.25%; } }

@media (min-width: 1920px) {
  .col-xxxl-14 {
    width: 87.5%; } }

@media (min-width: 1920px) {
  .col-xxxl-15 {
    width: 93.75%; } }

@media (min-width: 1920px) {
  .col-xxxl-16 {
    width: 100%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-0 {
    margin-left: 0%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-1 {
    margin-left: 6.25%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-2 {
    margin-left: 12.5%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-3 {
    margin-left: 18.75%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-4 {
    margin-left: 25%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-5 {
    margin-left: 31.25%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-6 {
    margin-left: 37.5%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-7 {
    margin-left: 43.75%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-8 {
    margin-left: 50%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-9 {
    margin-left: 56.25%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-10 {
    margin-left: 62.5%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-11 {
    margin-left: 68.75%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-12 {
    margin-left: 75%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-13 {
    margin-left: 81.25%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-14 {
    margin-left: 87.5%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-15 {
    margin-left: 93.75%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-16 {
    margin-left: 100%; } }

@media (min-width: 390px) {
  .col-xxs-offset-0 {
    margin-left: 0%; } }

@media (min-width: 390px) {
  .col-xxs-offset-1 {
    margin-left: 6.25%; } }

@media (min-width: 390px) {
  .col-xxs-offset-2 {
    margin-left: 12.5%; } }

@media (min-width: 390px) {
  .col-xxs-offset-3 {
    margin-left: 18.75%; } }

@media (min-width: 390px) {
  .col-xxs-offset-4 {
    margin-left: 25%; } }

@media (min-width: 390px) {
  .col-xxs-offset-5 {
    margin-left: 31.25%; } }

@media (min-width: 390px) {
  .col-xxs-offset-6 {
    margin-left: 37.5%; } }

@media (min-width: 390px) {
  .col-xxs-offset-7 {
    margin-left: 43.75%; } }

@media (min-width: 390px) {
  .col-xxs-offset-8 {
    margin-left: 50%; } }

@media (min-width: 390px) {
  .col-xxs-offset-9 {
    margin-left: 56.25%; } }

@media (min-width: 390px) {
  .col-xxs-offset-10 {
    margin-left: 62.5%; } }

@media (min-width: 390px) {
  .col-xxs-offset-11 {
    margin-left: 68.75%; } }

@media (min-width: 390px) {
  .col-xxs-offset-12 {
    margin-left: 75%; } }

@media (min-width: 390px) {
  .col-xxs-offset-13 {
    margin-left: 81.25%; } }

@media (min-width: 390px) {
  .col-xxs-offset-14 {
    margin-left: 87.5%; } }

@media (min-width: 390px) {
  .col-xxs-offset-15 {
    margin-left: 93.75%; } }

@media (min-width: 390px) {
  .col-xxs-offset-16 {
    margin-left: 100%; } }

@media (min-width: 568px) {
  .col-xs-offset-0 {
    margin-left: 0%; } }

@media (min-width: 568px) {
  .col-xs-offset-1 {
    margin-left: 6.25%; } }

@media (min-width: 568px) {
  .col-xs-offset-2 {
    margin-left: 12.5%; } }

@media (min-width: 568px) {
  .col-xs-offset-3 {
    margin-left: 18.75%; } }

@media (min-width: 568px) {
  .col-xs-offset-4 {
    margin-left: 25%; } }

@media (min-width: 568px) {
  .col-xs-offset-5 {
    margin-left: 31.25%; } }

@media (min-width: 568px) {
  .col-xs-offset-6 {
    margin-left: 37.5%; } }

@media (min-width: 568px) {
  .col-xs-offset-7 {
    margin-left: 43.75%; } }

@media (min-width: 568px) {
  .col-xs-offset-8 {
    margin-left: 50%; } }

@media (min-width: 568px) {
  .col-xs-offset-9 {
    margin-left: 56.25%; } }

@media (min-width: 568px) {
  .col-xs-offset-10 {
    margin-left: 62.5%; } }

@media (min-width: 568px) {
  .col-xs-offset-11 {
    margin-left: 68.75%; } }

@media (min-width: 568px) {
  .col-xs-offset-12 {
    margin-left: 75%; } }

@media (min-width: 568px) {
  .col-xs-offset-13 {
    margin-left: 81.25%; } }

@media (min-width: 568px) {
  .col-xs-offset-14 {
    margin-left: 87.5%; } }

@media (min-width: 568px) {
  .col-xs-offset-15 {
    margin-left: 93.75%; } }

@media (min-width: 568px) {
  .col-xs-offset-16 {
    margin-left: 100%; } }

@media (min-width: 640px) {
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 640px) {
  .col-sm-offset-1 {
    margin-left: 6.25%; } }

@media (min-width: 640px) {
  .col-sm-offset-2 {
    margin-left: 12.5%; } }

@media (min-width: 640px) {
  .col-sm-offset-3 {
    margin-left: 18.75%; } }

@media (min-width: 640px) {
  .col-sm-offset-4 {
    margin-left: 25%; } }

@media (min-width: 640px) {
  .col-sm-offset-5 {
    margin-left: 31.25%; } }

@media (min-width: 640px) {
  .col-sm-offset-6 {
    margin-left: 37.5%; } }

@media (min-width: 640px) {
  .col-sm-offset-7 {
    margin-left: 43.75%; } }

@media (min-width: 640px) {
  .col-sm-offset-8 {
    margin-left: 50%; } }

@media (min-width: 640px) {
  .col-sm-offset-9 {
    margin-left: 56.25%; } }

@media (min-width: 640px) {
  .col-sm-offset-10 {
    margin-left: 62.5%; } }

@media (min-width: 640px) {
  .col-sm-offset-11 {
    margin-left: 68.75%; } }

@media (min-width: 640px) {
  .col-sm-offset-12 {
    margin-left: 75%; } }

@media (min-width: 640px) {
  .col-sm-offset-13 {
    margin-left: 81.25%; } }

@media (min-width: 640px) {
  .col-sm-offset-14 {
    margin-left: 87.5%; } }

@media (min-width: 640px) {
  .col-sm-offset-15 {
    margin-left: 93.75%; } }

@media (min-width: 640px) {
  .col-sm-offset-16 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 768px) {
  .col-md-offset-1 {
    margin-left: 6.25%; } }

@media (min-width: 768px) {
  .col-md-offset-2 {
    margin-left: 12.5%; } }

@media (min-width: 768px) {
  .col-md-offset-3 {
    margin-left: 18.75%; } }

@media (min-width: 768px) {
  .col-md-offset-4 {
    margin-left: 25%; } }

@media (min-width: 768px) {
  .col-md-offset-5 {
    margin-left: 31.25%; } }

@media (min-width: 768px) {
  .col-md-offset-6 {
    margin-left: 37.5%; } }

@media (min-width: 768px) {
  .col-md-offset-7 {
    margin-left: 43.75%; } }

@media (min-width: 768px) {
  .col-md-offset-8 {
    margin-left: 50%; } }

@media (min-width: 768px) {
  .col-md-offset-9 {
    margin-left: 56.25%; } }

@media (min-width: 768px) {
  .col-md-offset-10 {
    margin-left: 62.5%; } }

@media (min-width: 768px) {
  .col-md-offset-11 {
    margin-left: 68.75%; } }

@media (min-width: 768px) {
  .col-md-offset-12 {
    margin-left: 75%; } }

@media (min-width: 768px) {
  .col-md-offset-13 {
    margin-left: 81.25%; } }

@media (min-width: 768px) {
  .col-md-offset-14 {
    margin-left: 87.5%; } }

@media (min-width: 768px) {
  .col-md-offset-15 {
    margin-left: 93.75%; } }

@media (min-width: 768px) {
  .col-md-offset-16 {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .col-lg-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1024px) {
  .col-lg-offset-1 {
    margin-left: 6.25%; } }

@media (min-width: 1024px) {
  .col-lg-offset-2 {
    margin-left: 12.5%; } }

@media (min-width: 1024px) {
  .col-lg-offset-3 {
    margin-left: 18.75%; } }

@media (min-width: 1024px) {
  .col-lg-offset-4 {
    margin-left: 25%; } }

@media (min-width: 1024px) {
  .col-lg-offset-5 {
    margin-left: 31.25%; } }

@media (min-width: 1024px) {
  .col-lg-offset-6 {
    margin-left: 37.5%; } }

@media (min-width: 1024px) {
  .col-lg-offset-7 {
    margin-left: 43.75%; } }

@media (min-width: 1024px) {
  .col-lg-offset-8 {
    margin-left: 50%; } }

@media (min-width: 1024px) {
  .col-lg-offset-9 {
    margin-left: 56.25%; } }

@media (min-width: 1024px) {
  .col-lg-offset-10 {
    margin-left: 62.5%; } }

@media (min-width: 1024px) {
  .col-lg-offset-11 {
    margin-left: 68.75%; } }

@media (min-width: 1024px) {
  .col-lg-offset-12 {
    margin-left: 75%; } }

@media (min-width: 1024px) {
  .col-lg-offset-13 {
    margin-left: 81.25%; } }

@media (min-width: 1024px) {
  .col-lg-offset-14 {
    margin-left: 87.5%; } }

@media (min-width: 1024px) {
  .col-lg-offset-15 {
    margin-left: 93.75%; } }

@media (min-width: 1024px) {
  .col-lg-offset-16 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-xl-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-xl-offset-1 {
    margin-left: 6.25%; } }

@media (min-width: 1200px) {
  .col-xl-offset-2 {
    margin-left: 12.5%; } }

@media (min-width: 1200px) {
  .col-xl-offset-3 {
    margin-left: 18.75%; } }

@media (min-width: 1200px) {
  .col-xl-offset-4 {
    margin-left: 25%; } }

@media (min-width: 1200px) {
  .col-xl-offset-5 {
    margin-left: 31.25%; } }

@media (min-width: 1200px) {
  .col-xl-offset-6 {
    margin-left: 37.5%; } }

@media (min-width: 1200px) {
  .col-xl-offset-7 {
    margin-left: 43.75%; } }

@media (min-width: 1200px) {
  .col-xl-offset-8 {
    margin-left: 50%; } }

@media (min-width: 1200px) {
  .col-xl-offset-9 {
    margin-left: 56.25%; } }

@media (min-width: 1200px) {
  .col-xl-offset-10 {
    margin-left: 62.5%; } }

@media (min-width: 1200px) {
  .col-xl-offset-11 {
    margin-left: 68.75%; } }

@media (min-width: 1200px) {
  .col-xl-offset-12 {
    margin-left: 75%; } }

@media (min-width: 1200px) {
  .col-xl-offset-13 {
    margin-left: 81.25%; } }

@media (min-width: 1200px) {
  .col-xl-offset-14 {
    margin-left: 87.5%; } }

@media (min-width: 1200px) {
  .col-xl-offset-15 {
    margin-left: 93.75%; } }

@media (min-width: 1200px) {
  .col-xl-offset-16 {
    margin-left: 100%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-1 {
    margin-left: 6.25%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-2 {
    margin-left: 12.5%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-3 {
    margin-left: 18.75%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-4 {
    margin-left: 25%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-5 {
    margin-left: 31.25%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-6 {
    margin-left: 37.5%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-7 {
    margin-left: 43.75%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-8 {
    margin-left: 50%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-9 {
    margin-left: 56.25%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-10 {
    margin-left: 62.5%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-11 {
    margin-left: 68.75%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-12 {
    margin-left: 75%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-13 {
    margin-left: 81.25%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-14 {
    margin-left: 87.5%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-15 {
    margin-left: 93.75%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-16 {
    margin-left: 100%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-1 {
    margin-left: 6.25%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-2 {
    margin-left: 12.5%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-3 {
    margin-left: 18.75%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-4 {
    margin-left: 25%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-5 {
    margin-left: 31.25%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-6 {
    margin-left: 37.5%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-7 {
    margin-left: 43.75%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-8 {
    margin-left: 50%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-9 {
    margin-left: 56.25%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-10 {
    margin-left: 62.5%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-11 {
    margin-left: 68.75%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-12 {
    margin-left: 75%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-13 {
    margin-left: 81.25%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-14 {
    margin-left: 87.5%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-15 {
    margin-left: 93.75%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-16 {
    margin-left: 100%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-1 {
    margin-right: 6.25%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-2 {
    margin-right: 12.5%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-3 {
    margin-right: 18.75%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-4 {
    margin-right: 25%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-5 {
    margin-right: 31.25%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-6 {
    margin-right: 37.5%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-7 {
    margin-right: 43.75%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-8 {
    margin-right: 50%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-9 {
    margin-right: 56.25%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-10 {
    margin-right: 62.5%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-11 {
    margin-right: 68.75%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-12 {
    margin-right: 75%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-13 {
    margin-right: 81.25%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-14 {
    margin-right: 87.5%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-15 {
    margin-right: 93.75%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-16 {
    margin-right: 100%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-1 {
    margin-right: 6.25%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-2 {
    margin-right: 12.5%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-3 {
    margin-right: 18.75%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-4 {
    margin-right: 25%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-5 {
    margin-right: 31.25%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-6 {
    margin-right: 37.5%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-7 {
    margin-right: 43.75%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-8 {
    margin-right: 50%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-9 {
    margin-right: 56.25%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-10 {
    margin-right: 62.5%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-11 {
    margin-right: 68.75%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-12 {
    margin-right: 75%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-13 {
    margin-right: 81.25%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-14 {
    margin-right: 87.5%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-15 {
    margin-right: 93.75%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-16 {
    margin-right: 100%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-1 {
    margin-right: 6.25%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-2 {
    margin-right: 12.5%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-3 {
    margin-right: 18.75%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-4 {
    margin-right: 25%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-5 {
    margin-right: 31.25%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-6 {
    margin-right: 37.5%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-7 {
    margin-right: 43.75%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-8 {
    margin-right: 50%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-9 {
    margin-right: 56.25%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-10 {
    margin-right: 62.5%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-11 {
    margin-right: 68.75%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-12 {
    margin-right: 75%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-13 {
    margin-right: 81.25%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-14 {
    margin-right: 87.5%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-15 {
    margin-right: 93.75%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-16 {
    margin-right: 100%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-1 {
    margin-right: 6.25%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-2 {
    margin-right: 12.5%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-3 {
    margin-right: 18.75%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-4 {
    margin-right: 25%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-5 {
    margin-right: 31.25%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-6 {
    margin-right: 37.5%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-7 {
    margin-right: 43.75%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-8 {
    margin-right: 50%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-9 {
    margin-right: 56.25%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-10 {
    margin-right: 62.5%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-11 {
    margin-right: 68.75%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-12 {
    margin-right: 75%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-13 {
    margin-right: 81.25%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-14 {
    margin-right: 87.5%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-15 {
    margin-right: 93.75%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-16 {
    margin-right: 100%; } }

@media (min-width: 768px) {
  .col-md-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 768px) {
  .col-md-offset-right-1 {
    margin-right: 6.25%; } }

@media (min-width: 768px) {
  .col-md-offset-right-2 {
    margin-right: 12.5%; } }

@media (min-width: 768px) {
  .col-md-offset-right-3 {
    margin-right: 18.75%; } }

@media (min-width: 768px) {
  .col-md-offset-right-4 {
    margin-right: 25%; } }

@media (min-width: 768px) {
  .col-md-offset-right-5 {
    margin-right: 31.25%; } }

@media (min-width: 768px) {
  .col-md-offset-right-6 {
    margin-right: 37.5%; } }

@media (min-width: 768px) {
  .col-md-offset-right-7 {
    margin-right: 43.75%; } }

@media (min-width: 768px) {
  .col-md-offset-right-8 {
    margin-right: 50%; } }

@media (min-width: 768px) {
  .col-md-offset-right-9 {
    margin-right: 56.25%; } }

@media (min-width: 768px) {
  .col-md-offset-right-10 {
    margin-right: 62.5%; } }

@media (min-width: 768px) {
  .col-md-offset-right-11 {
    margin-right: 68.75%; } }

@media (min-width: 768px) {
  .col-md-offset-right-12 {
    margin-right: 75%; } }

@media (min-width: 768px) {
  .col-md-offset-right-13 {
    margin-right: 81.25%; } }

@media (min-width: 768px) {
  .col-md-offset-right-14 {
    margin-right: 87.5%; } }

@media (min-width: 768px) {
  .col-md-offset-right-15 {
    margin-right: 93.75%; } }

@media (min-width: 768px) {
  .col-md-offset-right-16 {
    margin-right: 100%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-1 {
    margin-right: 6.25%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-2 {
    margin-right: 12.5%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-3 {
    margin-right: 18.75%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-4 {
    margin-right: 25%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-5 {
    margin-right: 31.25%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-6 {
    margin-right: 37.5%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-7 {
    margin-right: 43.75%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-8 {
    margin-right: 50%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-9 {
    margin-right: 56.25%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-10 {
    margin-right: 62.5%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-11 {
    margin-right: 68.75%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-12 {
    margin-right: 75%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-13 {
    margin-right: 81.25%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-14 {
    margin-right: 87.5%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-15 {
    margin-right: 93.75%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-16 {
    margin-right: 100%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-1 {
    margin-right: 6.25%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-2 {
    margin-right: 12.5%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-3 {
    margin-right: 18.75%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-4 {
    margin-right: 25%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-5 {
    margin-right: 31.25%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-6 {
    margin-right: 37.5%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-7 {
    margin-right: 43.75%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-8 {
    margin-right: 50%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-9 {
    margin-right: 56.25%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-10 {
    margin-right: 62.5%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-11 {
    margin-right: 68.75%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-12 {
    margin-right: 75%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-13 {
    margin-right: 81.25%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-14 {
    margin-right: 87.5%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-15 {
    margin-right: 93.75%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-16 {
    margin-right: 100%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-1 {
    margin-right: 6.25%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-2 {
    margin-right: 12.5%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-3 {
    margin-right: 18.75%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-4 {
    margin-right: 25%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-5 {
    margin-right: 31.25%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-6 {
    margin-right: 37.5%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-7 {
    margin-right: 43.75%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-8 {
    margin-right: 50%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-9 {
    margin-right: 56.25%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-10 {
    margin-right: 62.5%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-11 {
    margin-right: 68.75%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-12 {
    margin-right: 75%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-13 {
    margin-right: 81.25%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-14 {
    margin-right: 87.5%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-15 {
    margin-right: 93.75%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-16 {
    margin-right: 100%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-1 {
    margin-right: 6.25%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-2 {
    margin-right: 12.5%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-3 {
    margin-right: 18.75%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-4 {
    margin-right: 25%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-5 {
    margin-right: 31.25%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-6 {
    margin-right: 37.5%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-7 {
    margin-right: 43.75%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-8 {
    margin-right: 50%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-9 {
    margin-right: 56.25%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-10 {
    margin-right: 62.5%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-11 {
    margin-right: 68.75%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-12 {
    margin-right: 75%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-13 {
    margin-right: 81.25%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-14 {
    margin-right: 87.5%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-15 {
    margin-right: 93.75%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-16 {
    margin-right: 100%; } }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, .header-text, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Chapaza';
  src: url(./07afa3ea41410e597464a93e462c8306.eot);
  src: url(./07afa3ea41410e597464a93e462c8306.eot?#iefix) format("embedded-opentype"), url(./7f9ce0b19514ede93ea9c84c7042805a.woff2) format("woff2"), url(./048e0ff1cfde7257b81134c4fbe978f8.woff) format("woff"), url(./ec46be5409c4e16480ee375f42aca32d.ttf) format("truetype"), url(./22c6491824a200b118962cefeeae54d8.svg#Chapaza-Regular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Satoshi';
  src: url(./616746cfdc1a6ebb5b1208766edad6ae.eot);
  src: url(./616746cfdc1a6ebb5b1208766edad6ae.eot?#iefix) format("embedded-opentype"), url(./2c21b6d381093161087fd1d68abf109d.woff2) format("woff2"), url(./77378ddbcdafd0b35d6852eb7de23662.woff) format("woff"), url(./21ed6aef474f6642fd00aff830ca16c3.ttf) format("truetype"), url(./3eccc515b1c7b4d41071105790e206ef.svg#Satoshi-Regular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Satoshi';
  src: url(./7587e35e539238fa301db6bcff0b61a0.eot);
  src: url(./7587e35e539238fa301db6bcff0b61a0.eot?#iefix) format("embedded-opentype"), url(./6209c21959292235acac7c35b50ce5b8.woff2) format("woff2"), url(./8ad3a32bd0e78800e8587d2a31bfe0c0.woff) format("woff"), url(./f003c17fb6e52818af19411dffeb97cf.ttf) format("truetype"), url(./8a6675aacb5c52e65fd645cf4f8ad47a.svg#Satoshi-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Satoshi';
  src: url(./943fd56a2a927fd39635615140d55c04.eot);
  src: url(./943fd56a2a927fd39635615140d55c04.eot?#iefix) format("embedded-opentype"), url(./d18f087b3fb4ea81e80f1e51791cecc0.woff2) format("woff2"), url(./4552a144597f68ede27796b467dd704d.woff) format("woff"), url(./dc9c66e24fda509a46c74cd26d21b172.ttf) format("truetype"), url(./0ccad1da566d5c38e8655b39807c6ede.svg#Satoshi-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

:root {
  --app-height: 100%; }

html {
  height: 100%; }

body {
  background: #FFFCF6;
  color: #0F0F0F;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Satoshi", sans-serif;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%; }

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

p {
  margin-bottom: 20px; }
  p:last-child {
    margin-bottom: 0 !important; }
  p a {
    text-decoration: underline;
    text-decoration-color: inherit;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 5px; }
    p a:hover {
      text-decoration-color: transparent; }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
  outline: none;
  -webkit-tap-highlight-color: transparent; }

b,
strong {
  font-weight: 700; }

i,
em {
  font-style: italic; }

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

input,
input[type="search"],
textarea,
button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent; }

h1, .header-text,
h2,
h3,
h4,
h5,
h6 {
  color: #3C4A12;
  line-height: 1.25;
  font-family: "Chapaza", serif;
  font-weight: 400;
  margin: 0 0 20px; }
  h1:last-child, .header-text:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0 !important; }
  h1 a, .header-text a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #3C4A12; }
    h1 a:hover, .header-text a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
      color: #64764F; }

h1, .header-text {
  font-size: 80px;
  line-height: 75px; }
  @media (max-width: 1199px) {
    h1, .header-text {
      font-size: 65px;
      line-height: 1; } }
  @media (max-width: 767px) {
    h1, .header-text {
      font-size: 55px; } }
  @media (max-width: 359px) {
    h1, .header-text {
      font-size: 45px; } }

h2 {
  font-size: 60px;
  line-height: 70px; }
  @media (max-width: 1199px) {
    h2 {
      font-size: 50px;
      line-height: 1.25; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 40px; } }

h3 {
  font-size: 35px; }
  @media (max-width: 767px) {
    h3 {
      font-size: 25px; } }

h4 {
  font-size: 25px; }

h5,
h6 {
  font-size: 20px; }

.container {
  width: 100%;
  max-width: 1512px;
  padding: 0 50px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .container {
      padding: 0 20px; } }

section {
  background: #FFFCF6;
  padding: 143px 0; }
  @media (max-width: 767px) {
    section {
      padding: 120px 0; } }
  section section {
    padding: 0; }

main {
  flex: 1 0 auto;
  overflow: hidden;
  padding-top: 140px; }
  @media (max-width: 1199px) {
    main {
      padding-top: 120px; } }

main ul:not([class]):not([id]),
main ol:not([class]):not([id]) {
  margin: 20px 0; }
  main ul:not([class]):not([id]):first-child,
  main ol:not([class]):not([id]):first-child {
    margin-top: 0 !important; }
  main ul:not([class]):not([id]):last-child,
  main ol:not([class]):not([id]):last-child {
    margin-bottom: 0 !important; }
  main ul:not([class]):not([id]) li,
  main ol:not([class]):not([id]) li {
    padding-left: 28px;
    position: relative; }
    main ul:not([class]):not([id]) li:before,
    main ol:not([class]):not([id]) li:before {
      position: absolute;
      left: 0;
      top: 0; }

main ul:not([class]):not([id]) li:before {
  content: '\2022';
  left: 10px; }

main ol:not([class]):not([id]) {
  counter-reset: li-counter; }
  main ol:not([class]):not([id]) li:before {
    content: counter(li-counter) ".";
    counter-increment: li-counter; }

.btn, .gform_wrapper.gravity-theme form .button,
.gform_wrapper.gform_legacy_markup_wrapper form .button, body .cky-consent-container .cky-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #3C4A12;
  border: none;
  border-radius: 5px;
  font-size: 10px;
  line-height: 14px;
  color: #EEE8D7;
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
  padding: 15px 20px;
  margin: 0; }
  .btn:hover, .gform_wrapper.gravity-theme form .button:hover,
  .gform_wrapper.gform_legacy_markup_wrapper form .button:hover, body .cky-consent-container .cky-btn:hover {
    opacity: 0.9 !important; }

.subtitle, .block-two-img .box-text .box-arrow, .slider-realization .slick-dots li, .block-contact .box-text p {
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase; }

.box-img {
  position: relative; }
  .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0; }

/* Gravityforms */
.gform_wrapper.gravity-theme .gform_heading,
.gform_wrapper.gravity-theme .gfield_required,
.gform_wrapper.gform_legacy_markup_wrapper .gform_heading,
.gform_wrapper.gform_legacy_markup_wrapper .gfield_required {
  display: none; }

.gform_wrapper.gravity-theme form .gform_fields,
.gform_wrapper.gform_legacy_markup_wrapper form .gform_fields {
  grid-row-gap: 30px;
  grid-column-gap: 20px;
  grid-template-columns: repeat(6, 1fr); }
  .gform_wrapper.gravity-theme form .gform_fields .gfield,
  .gform_wrapper.gform_legacy_markup_wrapper form .gform_fields .gfield {
    position: relative; }
    .gform_wrapper.gravity-theme form .gform_fields .gfield.gfield--width-full,
    .gform_wrapper.gform_legacy_markup_wrapper form .gform_fields .gfield.gfield--width-full {
      -ms-grid-column-span: 6;
      grid-column: span 6; }
    .gform_wrapper.gravity-theme form .gform_fields .gfield.gfield--width-half,
    .gform_wrapper.gform_legacy_markup_wrapper form .gform_fields .gfield.gfield--width-half {
      -ms-grid-column-span: 3;
      grid-column: span 3; }
      @media (max-width: 639px) {
        .gform_wrapper.gravity-theme form .gform_fields .gfield.gfield--width-half,
        .gform_wrapper.gform_legacy_markup_wrapper form .gform_fields .gfield.gfield--width-half {
          -ms-grid-column-span: 6;
          grid-column: span 6; } }
    .gform_wrapper.gravity-theme form .gform_fields .gfield.gfield_error .validation_message,
    .gform_wrapper.gform_legacy_markup_wrapper form .gform_fields .gfield.gfield_error .validation_message {
      background: transparent;
      border: none;
      font-size: 15px;
      line-height: 17px;
      color: red;
      padding: 0;
      margin-top: 6px;
      position: absolute;
      left: 0;
      top: 100%; }

.gform_wrapper.gravity-theme form .gfield_label,
.gform_wrapper.gform_legacy_markup_wrapper form .gfield_label {
  display: block;
  color: #3C4A12;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin-bottom: -6px; }

.gform_wrapper.gravity-theme form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper.gravity-theme form textarea,
.gform_wrapper.gform_legacy_markup_wrapper form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper.gform_legacy_markup_wrapper form textarea {
  display: block;
  width: 100%;
  height: 60px;
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #3C4A12;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: #0F0F0F;
  padding: 15px 0;
  transition: all 0.3s;
  -webkit-appearance: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0; }
  .gform_wrapper.gravity-theme form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder,
  .gform_wrapper.gravity-theme form textarea::-moz-placeholder,
  .gform_wrapper.gform_legacy_markup_wrapper form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder,
  .gform_wrapper.gform_legacy_markup_wrapper form textarea::-moz-placeholder {
    color: #0F0F0F;
    opacity: 0.3; }
  .gform_wrapper.gravity-theme form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-ms-input-placeholder,
  .gform_wrapper.gravity-theme form textarea:-ms-input-placeholder,
  .gform_wrapper.gform_legacy_markup_wrapper form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-ms-input-placeholder,
  .gform_wrapper.gform_legacy_markup_wrapper form textarea:-ms-input-placeholder {
    color: #0F0F0F;
    opacity: 0.3; }
  .gform_wrapper.gravity-theme form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder,
  .gform_wrapper.gravity-theme form textarea::-webkit-input-placeholder,
  .gform_wrapper.gform_legacy_markup_wrapper form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder,
  .gform_wrapper.gform_legacy_markup_wrapper form textarea::-webkit-input-placeholder {
    color: #0F0F0F;
    opacity: 0.3; }

.gform_wrapper.gravity-theme form textarea,
.gform_wrapper.gform_legacy_markup_wrapper form textarea {
  height: 130px;
  resize: vertical;
  overflow-y: auto; }

.gform_wrapper.gravity-theme form .ginput_container_textarea,
.gform_wrapper.gform_legacy_markup_wrapper form .ginput_container_textarea {
  position: relative; }
  .gform_wrapper.gravity-theme form .ginput_container_textarea:after,
  .gform_wrapper.gform_legacy_markup_wrapper form .ginput_container_textarea:after {
    content: "\E901";
    font-family: 'icomoon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-size: 10px;
    color: #d0cdc8;
    background: #FFFCF6;
    pointer-events: none;
    padding-left: 6px;
    position: absolute;
    right: 0;
    bottom: 1px; }
  .gform_wrapper.gravity-theme form .ginput_container_textarea textarea.large,
  .gform_wrapper.gform_legacy_markup_wrapper form .ginput_container_textarea textarea.large {
    height: 130px; }

.gform_wrapper.gravity-theme form .ginput_container_checkbox input[type="checkbox"],
.gform_wrapper.gravity-theme form .ginput_container_consent input[type="checkbox"],
.gform_wrapper.gform_legacy_markup_wrapper form .ginput_container_checkbox input[type="checkbox"],
.gform_wrapper.gform_legacy_markup_wrapper form .ginput_container_consent input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  opacity: 0; }
  .gform_wrapper.gravity-theme form .ginput_container_checkbox input[type="checkbox"]:checked ~ label:before,
  .gform_wrapper.gravity-theme form .ginput_container_consent input[type="checkbox"]:checked ~ label:before,
  .gform_wrapper.gform_legacy_markup_wrapper form .ginput_container_checkbox input[type="checkbox"]:checked ~ label:before,
  .gform_wrapper.gform_legacy_markup_wrapper form .ginput_container_consent input[type="checkbox"]:checked ~ label:before {
    color: #0F0F0F; }

.gform_wrapper.gravity-theme form .ginput_container_checkbox label,
.gform_wrapper.gravity-theme form .ginput_container_consent label,
.gform_wrapper.gform_legacy_markup_wrapper form .ginput_container_checkbox label,
.gform_wrapper.gform_legacy_markup_wrapper form .ginput_container_consent label {
  display: block;
  max-width: inherit;
  cursor: pointer;
  font-size: 18px;
  color: #0F0F0F;
  padding: 0 0 0 30px;
  position: relative;
  -webkit-tap-highlight-color: transparent; }
  .gform_wrapper.gravity-theme form .ginput_container_checkbox label:before,
  .gform_wrapper.gravity-theme form .ginput_container_consent label:before,
  .gform_wrapper.gform_legacy_markup_wrapper form .ginput_container_checkbox label:before,
  .gform_wrapper.gform_legacy_markup_wrapper form .ginput_container_consent label:before {
    content: '\2713';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #FFFCF6;
    border: 1px solid #3C4A12;
    font-size: 18px;
    color: transparent;
    padding: 0 0 4px 1px;
    position: absolute;
    left: 0;
    top: 4px; }
  .gform_wrapper.gravity-theme form .ginput_container_checkbox label a,
  .gform_wrapper.gravity-theme form .ginput_container_consent label a,
  .gform_wrapper.gform_legacy_markup_wrapper form .ginput_container_checkbox label a,
  .gform_wrapper.gform_legacy_markup_wrapper form .ginput_container_consent label a {
    display: inline-block;
    text-decoration: underline;
    text-decoration-color: inherit;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 5px; }
    .gform_wrapper.gravity-theme form .ginput_container_checkbox label a:hover,
    .gform_wrapper.gravity-theme form .ginput_container_consent label a:hover,
    .gform_wrapper.gform_legacy_markup_wrapper form .ginput_container_checkbox label a:hover,
    .gform_wrapper.gform_legacy_markup_wrapper form .ginput_container_consent label a:hover {
      text-decoration-color: transparent; }

.gform_wrapper.gravity-theme form .button,
.gform_wrapper.gform_legacy_markup_wrapper form .button {
  min-height: inherit !important;
  line-height: 14px !important;
  margin: 0 !important; }

.gform_wrapper.gravity-theme form .gform_footer,
.gform_wrapper.gravity-theme form .gform_page_footer,
.gform_wrapper.gform_legacy_markup_wrapper form .gform_footer,
.gform_wrapper.gform_legacy_markup_wrapper form .gform_page_footer {
  justify-content: flex-end;
  margin: -45px 0 0;
  padding: 0;
  position: relative;
  z-index: 2; }
  @media (max-width: 567px) {
    .gform_wrapper.gravity-theme form .gform_footer,
    .gform_wrapper.gravity-theme form .gform_page_footer,
    .gform_wrapper.gform_legacy_markup_wrapper form .gform_footer,
    .gform_wrapper.gform_legacy_markup_wrapper form .gform_page_footer {
      justify-content: flex-start;
      margin-top: 50px; } }
  .gform_wrapper.gravity-theme form .gform_footer img,
  .gform_wrapper.gravity-theme form .gform_page_footer img,
  .gform_wrapper.gform_legacy_markup_wrapper form .gform_footer img,
  .gform_wrapper.gform_legacy_markup_wrapper form .gform_page_footer img {
    display: none; }

.gform_wrapper.gravity-theme .gform_validation_errors,
.gform_wrapper.gform_legacy_markup_wrapper .gform_validation_errors {
  background: transparent;
  border: 1px solid red;
  border-radius: 5px;
  box-shadow: none;
  padding: 15px 20px;
  margin: 15px 0; }
  .gform_wrapper.gravity-theme .gform_validation_errors > h2,
  .gform_wrapper.gform_legacy_markup_wrapper .gform_validation_errors > h2 {
    color: red;
    font-size: 15px;
    font-family: "Satoshi", sans-serif;
    font-weight: 400; }
    .gform_wrapper.gravity-theme .gform_validation_errors > h2:before,
    .gform_wrapper.gravity-theme .gform_validation_errors > h2 span,
    .gform_wrapper.gform_legacy_markup_wrapper .gform_validation_errors > h2:before,
    .gform_wrapper.gform_legacy_markup_wrapper .gform_validation_errors > h2 span {
      display: none; }

/* Custom Select */
select:not([name="attribute_pa_demensions"]) {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

.custom-select {
  width: 100%; }
  .custom-select__option {
    background: transparent !important;
    border-radius: 0;
    border: none;
    color: #0F0F0F;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400; }
    .custom-select__option--value {
      height: 60px;
      border-bottom: 1px solid #3C4A12 !important;
      -webkit-tap-highlight-color: transparent;
      padding: 15px 25px 15px 0; }
      .custom-select__option--value:after {
        content: "\E90B";
        width: auto;
        height: auto;
        border: none;
        font-family: 'icomoon';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: normal;
        font-size: 6px;
        right: 0; }
    .custom-select__option[disabled] {
      pointer-events: none;
      opacity: 0.5; }
  .custom-select__dropdown {
    background: #EEE8D7;
    border: none;
    border-radius: 0;
    padding: 10px 0;
    top: 100%; }
    .custom-select__dropdown .custom-select__option {
      padding: 5px 15px; }
      .custom-select__dropdown .custom-select__option:hover {
        color: #3C4A12; }

/* Slider */
.slick-slider .slick-track {
  display: flex; }

.slick-slider .slick-slide {
  height: auto;
  outline: none; }

.slider-arrows {
  display: flex;
  align-items: center;
  margin: -10px; }
  .slider-arrows .slick-arrow {
    display: flex;
    background: transparent;
    border: none;
    transition: all 0.3s;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    font-size: 35px;
    color: #3C4A12;
    padding: 10px; }
    @media (min-width: 1200px) {
      .slider-arrows .slick-arrow:hover {
        opacity: 0.8; } }
    .slider-arrows .slick-arrow.slick-disabled {
      opacity: 0.3;
      cursor: default; }

/* Admin Bar */
.admin-bar .header {
  top: 32px; }
  @media (max-width: 782px) {
    .admin-bar .header {
      top: 46px; } }

@media (max-width: 1199px) {
  .admin-bar .header-navbar {
    top: 32px; } }

@media (max-width: 782px) {
  .admin-bar .header-navbar {
    top: 46px; } }

.admin-bar #wpadminbar {
  position: fixed !important; }

/* Cookies */
body .cky-consent-container {
  width: 100%;
  max-width: 316px;
  border-radius: 0;
  left: auto;
  right: 30px;
  bottom: 30px; }
  @media (max-width: 1199px) {
    body .cky-consent-container {
      right: 20px;
      bottom: 20px; } }
  @media (max-width: 567px) {
    body .cky-consent-container {
      max-width: calc(100% - 40px); } }
  body .cky-consent-container .cky-consent-bar {
    border-radius: 5px;
    border: 1px solid #EEE8D7 !important;
    background: #FFFCF6 !important;
    box-shadow: none;
    padding: 28px 28px 23px; }
  body .cky-consent-container .cky-title {
    display: none; }
  body .cky-consent-container .cky-notice-des {
    font-size: 14px;
    line-height: 1.6;
    color: #0F0F0F !important;
    text-align: center;
    padding: 0; }
    body .cky-consent-container .cky-notice-des * {
      font-size: 14px; }
    body .cky-consent-container .cky-notice-des a.cky-policy {
      color: #0F0F0F !important; }
      @media (min-width: 1200px) {
        body .cky-consent-container .cky-notice-des a.cky-policy:hover {
          text-decoration-color: transparent; } }
  body .cky-consent-container .cky-notice-btn-wrapper {
    justify-content: center;
    padding: 0;
    margin-top: 20px; }
  body .cky-consent-container .cky-btn {
    width: auto;
    flex: inherit; }
    body .cky-consent-container .cky-btn.cky-btn-accept {
      background: #3C4A12 !important;
      color: #EEE8D7 !important; }
      @media (min-width: 1200px) {
        body .cky-consent-container .cky-btn.cky-btn-accept:hover {
          opacity: 0.9; } }

@media (max-width: 1199px) {
  body.open-nav {
    overflow: hidden; } }

.header {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  padding: 35px 0;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10; }
  @media (max-width: 1199px) {
    .header {
      height: 120px;
      padding: 46px 0 20px; } }
  .header-sticky .header {
    background: #FFFCF6;
    border-bottom: 1px solid #EEE8D7; }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header .logo {
    height: 70px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12; }
    @media (max-width: 1199px) {
      .header .logo {
        height: 54px; } }
  .header-navbar {
    flex: 1; }
    @media (max-width: 1199px) {
      .header-navbar {
        width: 100%;
        display: flex;
        background: #EEE8D7;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s;
        padding: 120px 20px 20px;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 10; }
        .open-nav .header-navbar {
          opacity: 1;
          pointer-events: auto; } }
    @media (max-width: 1199px) {
      .header-navbar:before, .header-navbar:after {
        content: '';
        width: 746px;
        height: 593px;
        background: url(./e66e37383d2f68fac7ac13589afed3ae.svg) no-repeat 0 0;
        background-size: contain;
        pointer-events: none;
        position: absolute;
        top: -100px;
        right: -300px;
        z-index: 2; } }
    @media (max-width: 767px) {
      .header-navbar:before, .header-navbar:after {
        width: 396px;
        height: 434px;
        background-image: url(./fca466d37465330171b918c5b2dbb5af.svg);
        transform: rotate(90deg);
        top: -104px;
        right: -78px; } }
    @media (max-width: 1000px) and (orientation: landscape) {
      .header-navbar:after {
        display: none; } }
    @media (max-width: 1199px) {
      .header-navbar:after {
        width: 396px;
        height: 434px;
        background-image: url(./fca466d37465330171b918c5b2dbb5af.svg);
        transform: none;
        top: auto;
        right: auto;
        left: -82px;
        bottom: -130px; } }
    @media (max-width: 767px) {
      .header-navbar:after {
        left: -182px;
        bottom: -230px; } }
  .header-text {
    margin-bottom: 75px; }
    @media (min-width: 1200px) {
      .header-text {
        display: none; } }
  .header-icons {
    display: flex;
    align-items: center;
    order: 1;
    position: relative;
    z-index: 12; }
    @media (max-width: 1199px) {
      .header-icons {
        order: -1; } }
    .header-icons a {
      display: inline-flex;
      align-items: flex-end;
      padding: 5px;
      margin: -5px -5px -5px 30px;
      position: relative; }
      @media (max-width: 1199px) {
        .header-icons a {
          margin: -5px 15px -5px -5px; } }
      @media (min-width: 1200px) {
        .header-icons a:hover {
          color: #3C4A12; } }
      .header-icons a i.icon-user {
        font-size: 24px; }
      .header-icons a i.icon-cart {
        font-size: 22px; }
      .header-icons a .box-num {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 15px;
        height: 15px;
        background: #0F0F0F;
        border-radius: 20px;
        font-size: 7px;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        color: #fff;
        padding: 0 2px 0 3px;
        margin: 0 0 1px -3px;
        z-index: 1; }
  .header-social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px; }
    @media (min-width: 1200px) {
      .header-social {
        display: none; } }
    .header-social a {
      display: flex;
      padding: 5px 10px; }
    .header-social i {
      font-size: 15px; }
      .header-social i.icon-youtube {
        font-size: 12px; }
  .header-lang {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    margin-left: 35px;
    position: relative; }
    @media (max-width: 1199px) {
      .header-lang {
        justify-content: center;
        font-size: 16px;
        letter-spacing: 3.2px;
        margin: 35px 0 0; } }
    .header-lang i {
      font-size: 6px;
      margin-left: 10px; }
      @media (max-width: 1199px) {
        .header-lang i {
          font-size: 7px; } }
    .header-lang .lang-current {
      display: flex;
      align-items: center; }
    .header-lang .lang-dropdown {
      width: 100%;
      opacity: 0;
      pointer-events: none;
      transition: all 0.3s;
      position: absolute;
      top: 100%;
      left: 0; }
      .open-lang .header-lang .lang-dropdown {
        opacity: 1;
        pointer-events: auto; }
      .header-lang .lang-dropdown a {
        display: block; }
        @media (min-width: 1200px) {
          .header-lang .lang-dropdown a:hover {
            color: #3C4A12; } }
  .header-btn {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
    position: relative;
    z-index: 12; }
    @media (min-width: 1200px) {
      .header-btn {
        display: none; } }
    .header-btn:before, .header-btn:after {
      content: '';
      display: inline-block;
      width: 20px;
      height: 1.5px;
      background: #0F0F0F;
      transition: all 0.3s;
      position: absolute;
      left: 0; }
    .header-btn:before {
      top: 6px; }
    .header-btn:after {
      top: 12px; }
    .open-nav .header-btn:before, .open-nav .header-btn:after {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      width: 28px;
      top: 9px;
      left: -4px; }
    .open-nav .header-btn:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .open-nav .header-btn:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

.navbar {
  display: flex;
  align-items: center; }
  @media (max-width: 1199px) {
    .navbar {
      display: block;
      width: 100%;
      overflow-x: hidden;
      overflow-y: auto; } }

@media (min-width: 1200px) {
  .nav {
    display: flex; } }

@media (min-width: 1200px) {
  .nav:not(.nav-second) {
    flex: 1;
    order: -1;
    margin-left: -35px; } }

.nav li {
  display: flex;
  margin-left: 35px; }
  @media (max-width: 1199px) {
    .nav li {
      display: block;
      margin: 26px 0; } }
  .nav li a {
    display: inline-flex;
    font-size: 11px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    padding: 5px 0;
    position: relative;
    top: 0; }
    @media (max-width: 1199px) {
      .nav li a {
        font-size: 16px;
        letter-spacing: 3.2px; } }
    .nav li a:after {
      content: '';
      width: 5px;
      height: 5px;
      background: #3C4A12;
      border-radius: 50%;
      transition: all 0.3s;
      opacity: 0;
      position: absolute;
      top: 15px;
      left: 50%;
      transform: translateX(-50%); }
  @media (min-width: 1200px) {
    .nav li:hover a {
      color: #3C4A12;
      top: -5px; }
      .nav li:hover a:after {
        opacity: 1;
        top: 100%; } }
  .nav li.current-menu-item a {
    color: #3C4A12;
    top: -5px; }
    @media (max-width: 1199px) {
      .nav li.current-menu-item a {
        top: 0; } }
    .nav li.current-menu-item a:after {
      opacity: 1;
      top: 100%; }

.footer {
  background: #BBB296;
  color: #FFFCF6;
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .footer p {
      margin-bottom: 15px; } }
  .footer a {
    text-decoration: none; }
    @media (min-width: 1200px) {
      .footer a:hover {
        color: #3C4A12; } }
  .footer h3 {
    color: #FFFCF6;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 25px; }
  .footer-in {
    display: flex;
    flex-wrap: wrap;
    margin: 0 6.37%; }
    @media (max-width: 1439px) {
      .footer-in {
        margin: 0; } }
  .footer-main .footer-in {
    padding: 127px 0 95px; }
    @media (max-width: 1199px) {
      .footer-main .footer-in {
        padding: 78px 0 30px; } }
  .footer-main .box-col-logo {
    width: 50.8%;
    padding-right: 30px; }
    @media (max-width: 1199px) {
      .footer-main .box-col-logo {
        width: 100%;
        padding: 0 0 45px; } }
  .footer-main .box-col-menu {
    width: 31.4%;
    padding-right: 30px; }
    @media (max-width: 1199px) {
      .footer-main .box-col-menu {
        width: 50%;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .footer-main .box-col-menu {
        width: 100%;
        padding: 0 0 23px; } }
  .footer-main .box-col-social {
    width: 17.8%; }
    @media (max-width: 1199px) {
      .footer-main .box-col-social {
        width: 50%;
        padding-left: 15px; } }
    @media (max-width: 767px) {
      .footer-main .box-col-social {
        width: 100%;
        padding: 0; } }
  .footer-main .footer-logo {
    display: inline-flex;
    align-items: flex-start;
    margin: 5px 0 55px; }
    @media (max-width: 767px) {
      .footer-main .footer-logo {
        margin: 0 0 38px; } }
    .footer-main .footer-logo img {
      width: 70px;
      flex-shrink: 0;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .footer-main .footer-logo img {
          width: 54px;
          margin-right: 36px; } }
    .footer-main .footer-logo-text {
      font-size: 40px;
      line-height: 1;
      color: #3C4A12;
      font-family: "Chapaza", serif;
      text-transform: none;
      letter-spacing: 0; }
      @media (max-width: 767px) {
        .footer-main .footer-logo-text {
          font-size: 30px; } }
  .footer-main .menu-wrapper {
    float: left;
    column-count: 2;
    column-gap: 34px; }
    .footer-main .menu-wrapper li {
      margin-bottom: 22px; }
  .footer-main .footer-social {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .footer-main .footer-social a {
      display: flex;
      align-items: center;
      margin-bottom: 22px; }
    .footer-main .footer-social i {
      font-size: 11px;
      min-width: 12px;
      text-align: center;
      margin-right: 10px; }
      .footer-main .footer-social i.icon-youtube {
        font-size: 9px; }
  .footer-bottom .footer-in {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: space-between;
    padding: 38px 0 44px; }
    @media (max-width: 767px) {
      .footer-bottom .footer-in {
        padding: 50px 0 45px; } }
  .footer-bottom .box-col-copyright {
    width: 50%;
    padding-right: 30px; }
    @media (max-width: 1199px) {
      .footer-bottom .box-col-copyright {
        width: 100%;
        padding: 0 0 20px; } }
    .footer-bottom .box-col-copyright a {
      display: inline-block; }
    .footer-bottom .box-col-copyright .icon-heart:before {
      content: '\1F90D'; }
  .footer-bottom .menu-wrapper {
    display: flex; }
    @media (max-width: 767px) {
      .footer-bottom .menu-wrapper {
        display: block; } }
    .footer-bottom .menu-wrapper li {
      margin-right: 30px; }
      @media (max-width: 767px) {
        .footer-bottom .menu-wrapper li {
          margin: 0 0 15px; } }
      .footer-bottom .menu-wrapper li:last-child {
        margin: 0; }

/* Section Hero Heading */
.section-hero-heading {
  width: 100%;
  min-height: 388px;
  background: #EEE8D7;
  text-align: center;
  padding: 140px 0 40px;
  margin-top: -140px;
  position: relative; }
  @media (max-width: 1199px) {
    .section-hero-heading {
      min-height: 350px;
      padding: 120px 0 40px;
      margin-top: -120px; } }
  @media (max-width: 767px) {
    .section-hero-heading {
      min-height: 250px; } }
  .section-hero-heading:before {
    content: '';
    width: 746px;
    height: 593px;
    background: url(./e66e37383d2f68fac7ac13589afed3ae.svg) no-repeat 0 0;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
    @media (max-width: 1199px) {
      .section-hero-heading:before {
        top: -100px;
        right: -300px; } }
    @media (max-width: 767px) {
      .section-hero-heading:before {
        width: 396px;
        height: 434px;
        background-image: url(./fca466d37465330171b918c5b2dbb5af.svg);
        transform: rotate(90deg);
        top: -104px;
        right: -78px; } }
  @media (min-width: 768px) {
    .section-hero-heading.mediabAfter:before {
      background-image: url(./d749c8db8ace7ed78c4116981dfccbcf.svg);
      top: unset;
      transform: translateY(45%) translateX(12%) rotate(-10deg) scale(2.2); } }
  .section-hero-heading + .section-two-img {
    padding-top: 0; }
    @media (max-width: 767px) {
      .section-hero-heading + .section-two-img {
        margin-top: -13px; } }
  @media (min-width: 768px) {
    .section-hero-heading h1, .section-hero-heading .header-text {
      margin-bottom: 15px; }
      .home .section-hero-heading h1, .home .section-hero-heading .header-text {
        margin-bottom: 25px; } }
  .home .section-hero-heading .subtitle, .home .section-hero-heading .block-two-img .box-text .box-arrow, .block-two-img .box-text .home .section-hero-heading .box-arrow, .home .section-hero-heading .slider-realization .slick-dots li, .slider-realization .slick-dots .home .section-hero-heading li, .home .section-hero-heading .block-contact .box-text p, .block-contact .box-text .home .section-hero-heading p {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 2px; }

/* Section Two Images */
.section-two-img {
  background: #EEE8D7;
  padding: 162px 0;
  position: relative; }
  @media (max-width: 767px) {
    .section-two-img {
      padding: 58px 0; } }
  .section-two-img:after {
    content: '';
    width: 839px;
    height: 920px;
    background: url(./e80a6554c81a2a7baacd4fd011514930.svg) no-repeat 0 0;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    left: -216px;
    bottom: -352px;
    z-index: 2; }
    @media (max-width: 767px) {
      .section-two-img:after {
        width: 396px;
        height: 434px;
        background-image: url(./fca466d37465330171b918c5b2dbb5af.svg);
        left: -182px;
        bottom: -230px; } }

.block-two-img {
  display: flex;
  flex-wrap: wrap; }
  .block-two-img .box-item {
    width: 50%;
    overflow: hidden;
    position: relative; }
    @media (max-width: 767px) {
      .block-two-img .box-item {
        width: 100%; } }
    .block-two-img .box-item:before {
      content: '';
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #0F0F0F 85.42%);
      opacity: 0.3;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
    @media (min-width: 1200px) {
      .block-two-img .box-item:hover .box-img {
        transform: scale(1.1); }
      .block-two-img .box-item:hover .box-text h2 {
        top: -8px; }
      .block-two-img .box-item:hover .box-text .box-arrow {
        opacity: 1;
        margin-top: 0; } }
  .block-two-img .box-img {
    transition: all 0.5s;
    padding-top: 68%; }
    @media (max-width: 1199px) {
      .block-two-img .box-img {
        transform: scale(1.1); } }
  .block-two-img .box-text {
    color: #EEE8D7;
    text-align: center;
    margin-top: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }
    @media (max-width: 1199px) {
      .block-two-img .box-text {
        margin-top: -4px; } }
    .block-two-img .box-text h2 {
      color: #F8F3E7;
      line-height: 1;
      transition: all 0.5s;
      margin-bottom: 8px;
      position: relative;
      top: 0; }
      @media (max-width: 1199px) {
        .block-two-img .box-text h2 {
          top: 0; } }
    .block-two-img .box-text .box-arrow {
      display: flex;
      align-items: center;
      transition: all 0.5s;
      opacity: 0;
      margin-top: 45px;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%); }
      @media (max-width: 1199px) {
        .block-two-img .box-text .box-arrow {
          opacity: 1;
          margin-top: 0; } }
      .block-two-img .box-text .box-arrow i {
        width: 30px;
        font-size: 16px;
        text-align: left;
        animation: moveArrow 1.6s infinite;
        margin-left: 5px;
        position: relative; }

@keyframes moveArrow {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

/* Section Service */
.section-service {
  padding: 172px 0 200px;
  position: relative; }
  @media (max-width: 767px) {
    .section-service {
      padding: 120px 0 136px; } }
  .section-service:after {
    content: '';
    width: 839px;
    height: 920px;
    background: url(./e80a6554c81a2a7baacd4fd011514930.svg) no-repeat 0 0;
    background-size: contain;
    pointer-events: none;
    transform: rotate(90deg);
    position: absolute;
    right: -96px;
    bottom: -486px;
    z-index: 2; }
    @media (max-width: 767px) {
      .section-service:after {
        width: 396px;
        height: 434px;
        background-image: url(./fca466d37465330171b918c5b2dbb5af.svg);
        right: -73px;
        bottom: -244px; } }
  .section-service .block-heading {
    margin: 0 0 52px 12.75%; }
    @media (max-width: 1439px) {
      .section-service .block-heading {
        margin-left: 6.37%; } }
    @media (max-width: 1199px) {
      .section-service .block-heading {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .section-service .block-heading {
        margin-bottom: 66px; } }

.block-service {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .block-service {
      padding-bottom: 20px; } }
  .block-service:last-child {
    padding-bottom: 0; }
  .block-service .box-text {
    flex: 1; }
    .block-service .box-text h3 {
      display: flex;
      align-items: center;
      margin-bottom: 25px; }
      .block-service .box-text h3 i {
        font-size: 46px;
        margin: -8px 0 0 10px; }
    @media (min-width: 768px) {
      .block-service .box-text p {
        min-height: 144px; } }
    .block-service .box-text .btn, .block-service .box-text .gform_wrapper.gravity-theme form .button, .gform_wrapper.gravity-theme form .block-service .box-text .button,
    .block-service .box-text .gform_wrapper.gform_legacy_markup_wrapper form .button, .gform_wrapper.gform_legacy_markup_wrapper form .block-service .box-text .button, .block-service .box-text body .cky-consent-container .cky-btn, body .cky-consent-container .block-service .box-text .cky-btn {
      margin-top: 20px; }
  .block-service .box-img-wrap {
    width: calc(42.92% + 50px);
    flex-shrink: 0; }
    @media (max-width: 1199px) {
      .block-service .box-img-wrap {
        width: calc(42.92% + 20px); } }
    @media (max-width: 767px) {
      .block-service .box-img-wrap {
        width: calc(100% + 20px); } }
  .block-service-right .box-text {
    padding: 0 7.79% 230px 12.75%; }
    @media (max-width: 1439px) {
      .block-service-right .box-text {
        padding: 0 7.79% 130px 6.37%; } }
    @media (max-width: 1199px) {
      .block-service-right .box-text {
        padding: 0 7.79% 0 0; } }
    @media (max-width: 767px) {
      .block-service-right .box-text {
        padding: 0 0 55px; } }
  .block-service-right .box-img {
    padding-top: 94.5%; }
    .block-service-right .box-img-wrap {
      margin-right: -50px; }
      @media (max-width: 1199px) {
        .block-service-right .box-img-wrap {
          margin-right: -20px; } }
  .block-service-left .box-text {
    order: 1;
    padding: 0 12.75% 0 7.79%; }
    @media (max-width: 1439px) {
      .block-service-left .box-text {
        padding: 0 6.37% 0 7.79%; } }
    @media (max-width: 1199px) {
      .block-service-left .box-text {
        padding: 0 0 0 7.79%; } }
    @media (max-width: 767px) {
      .block-service-left .box-text {
        padding: 55px 0 0; } }
  .block-service-left .box-img {
    padding-top: 80.3%; }
    .block-service-left .box-img-wrap {
      margin: -230px 0 0 -50px; }
      @media (max-width: 1439px) {
        .block-service-left .box-img-wrap {
          margin-top: -130px; } }
      @media (max-width: 1199px) {
        .block-service-left .box-img-wrap {
          margin: 0 0 0 -20px; } }

/* Section Realization */
.section-realization {
  background: #EEE8D7;
  padding: 180px 0 176px;
  position: relative; }
  @media (max-width: 767px) {
    .section-realization {
      padding: 130px 0 120px; } }
  .section-realization:after {
    content: '';
    width: 944px;
    height: 949px;
    background: url(./785f507267eec819ff1e3dfacd46aeda.svg) no-repeat 0 0;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    right: -200px;
    bottom: -413px;
    z-index: 2; }
    @media (max-width: 767px) {
      .section-realization:after {
        width: 396px;
        height: 434px;
        background-image: url(./fca466d37465330171b918c5b2dbb5af.svg);
        transform: rotate(90deg);
        right: -73px;
        bottom: -230px; } }
  .section-realization .block-heading {
    display: flex;
    align-items: center;
    margin: 0 0 65px 6.37%; }
    @media (max-width: 1199px) {
      .section-realization .block-heading {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .section-realization .block-heading {
        flex-wrap: wrap;
        margin-bottom: 45px; } }
    .section-realization .block-heading-in {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      flex: 1;
      min-width: 280px;
      margin-top: -15px; }
      @media (max-width: 767px) {
        .section-realization .block-heading-in {
          margin-top: 0; } }
    .section-realization .block-heading h2 {
      margin: 0 112px 0 0; }
      @media (max-width: 1199px) {
        .section-realization .block-heading h2 {
          margin-right: 70px; } }
      @media (max-width: 767px) {
        .section-realization .block-heading h2 {
          width: 100%;
          margin: 0 0 28px; } }

.slider-realization {
  width: calc(100% + 20px);
  position: relative; }
  .slider-realization:before {
    content: '';
    width: 100%;
    height: 168px;
    max-height: 70%;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #0F0F0F 85.42%);
    opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1; }
  .slider-realization-arrows {
    margin-left: auto; }
  .slider-realization .slick-list,
  .slider-realization .slick-track {
    height: 100%; }
  .slider-realization .slick-dots {
    width: calc(100% - 45px);
    position: absolute;
    left: 35px;
    bottom: 30px;
    z-index: 2; }
    @media (max-width: 1199px) {
      .slider-realization .slick-dots {
        width: calc(100% - 30px);
        left: 20px;
        bottom: 20px; } }
    @media (max-width: 767px) {
      .slider-realization .slick-dots {
        width: calc(100% - 70px);
        left: 40px;
        bottom: 35px; } }
    .slider-realization .slick-dots li {
      color: #fff;
      position: absolute;
      left: 0;
      bottom: 0;
      opacity: 0;
      pointer-events: none;
      transition: all 0.6s; }
      .slider-realization .slick-dots li.slick-active {
        opacity: 1; }
      @media (min-width: 768px) {
        .slider-realization .slick-dots li br {
          display: none; } }
  .slider-realization-wrap {
    display: flex;
    align-items: center;
    margin: 0 0 3.5% 6.37%;
    position: relative; }
    @media (max-width: 1199px) {
      .slider-realization-wrap {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .slider-realization-wrap {
        display: block;
        margin: 0; } }
  .slider-realization-1 {
    margin: 0 0 20px -20px; }
    @media (min-width: 768px) {
      .slider-realization-1 {
        width: 27.08%;
        height: calc(50% - 20px);
        margin: 0;
        position: absolute;
        top: 0;
        left: 6.73%;
        z-index: 3; } }
    .slider-realization-1 .box-img {
      height: 100%; }
      @media (max-width: 767px) {
        .slider-realization-1 .box-img {
          height: auto;
          padding-top: 81%; } }
  .slider-realization-2 {
    margin: 0 -20px -30px 0;
    z-index: 1; }
    @media (min-width: 768px) {
      .slider-realization-2 {
        width: calc(27.1% - 20px);
        height: 50%;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0; } }
    .slider-realization-2 .box-img {
      height: 100%; }
      @media (max-width: 767px) {
        .slider-realization-2 .box-img {
          height: auto;
          padding-top: 92%; } }
  .slider-realization-3 {
    margin: 0 0 20px -20px; }
    @media (min-width: 768px) {
      .slider-realization-3 {
        width: 32.3%;
        margin: 3.7% -5.22% -3.7% 27.1%;
        z-index: 2; } }
    @media (min-width: 1200px) {
      .slider-realization-3 .slick-dots {
        width: calc(100% - 55px);
        left: 45px;
        bottom: 45px; } }
    .slider-realization-3 .box-img {
      padding-top: 145.6%; }
  .slider-realization-4 {
    margin: 0 -20px 0 0; }
    @media (min-width: 768px) {
      .slider-realization-4 {
        width: calc(45.8% + 20px);
        height: 100%;
        margin: 0;
        position: absolute;
        right: -20px;
        top: 0; } }
    @media (min-width: 1200px) {
      .slider-realization-4 {
        width: calc(45.8% + 50px);
        right: -50px; } }
    @media (min-width: 768px) {
      .slider-realization-4 .slick-dots {
        left: calc(10.6% + 20px); } }
    .slider-realization-4 .box-img {
      height: 100%; }
      @media (max-width: 767px) {
        .slider-realization-4 .box-img {
          height: auto;
          padding-top: 94.8%; } }

/* Section Collection */
.section-collection {
  padding: 178px 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .section-collection {
      padding: 120px 0; } }

.block-collection {
  display: flex;
  margin-left: 6.37%; }
  @media (max-width: 1199px) {
    .block-collection {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .block-collection {
      display: block; } }
  .block-collection.lastactive .slick-track {
    transform: translate3d(var(--indent3d), 0px, 0px) translateX(var(--indent)) !important; }
  @media (min-width: 768px) {
    .block-collection .box-img-big {
      width: 39.2%;
      flex-shrink: 0;
      order: -1;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; } }
  .block-collection .box-info {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .block-collection .box-info {
        width: 60.8%;
        padding-left: 8.17%;
        margin-bottom: 0; } }
    .block-collection .box-info-in {
      padding-right: 25.86%;
      margin-bottom: 38px; }
      @media (max-width: 1439px) {
        .block-collection .box-info-in {
          padding-right: 12.93%; } }
      @media (max-width: 1199px) {
        .block-collection .box-info-in {
          padding-right: 0; } }
      @media (max-width: 767px) {
        .block-collection .box-info-in {
          margin-bottom: -40px; } }
    .block-collection .box-info h2 {
      display: flex;
      margin: 7px 0 17px; }
      @media (max-width: 767px) {
        .block-collection .box-info h2 {
          margin-top: 0; } }
      .block-collection .box-info h2 i {
        font-size: 70px;
        margin: -8px 0 0 18px; }
        @media (max-width: 1199px) {
          .block-collection .box-info h2 i {
            font-size: 58px; } }
    @media (max-width: 767px) {
      .block-collection .box-info .btn, .block-collection .box-info .gform_wrapper.gravity-theme form .button, .gform_wrapper.gravity-theme form .block-collection .box-info .button,
      .block-collection .box-info .gform_wrapper.gform_legacy_markup_wrapper form .button, .gform_wrapper.gform_legacy_markup_wrapper form .block-collection .box-info .button, .block-collection .box-info body .cky-consent-container .cky-btn, body .cky-consent-container .block-collection .box-info .cky-btn {
        margin-top: 22px; } }

.slider-collection {
  margin: 0 -60px 0 -10px; }
  @media (max-width: 1199px) {
    .slider-collection {
      margin-right: -30px; } }
  .slider-collection-wrap {
    display: flex;
    flex-direction: column;
    position: relative; }
    .slider-collection-wrap:before {
      content: '';
      width: 20px;
      height: 100%;
      background: #FFFCF6;
      position: absolute;
      bottom: 0;
      right: 100%;
      z-index: 1; }
  .slider-collection-arrows {
    margin: -10px -10px 38px auto; }
    @media (max-width: 767px) {
      .slider-collection-arrows {
        margin-bottom: 45px; } }
  .slider-collection .box-product {
    width: 249px;
    margin: 0 10px; }
    .slider-collection .box-product:before {
      content: '';
      width: 100%;
      height: 144px;
      max-height: 70%;
      background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #0F0F0F 85.42%);
      opacity: 0.2;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1; }
    .slider-collection .box-product .box-text {
      width: calc(100% - 50px);
      left: 35px;
      bottom: 30px; }

.box-product {
  position: relative; }
  .box-product .box-img {
    padding-top: 125%; }
  .box-product .box-text {
    width: calc(100% - 60px);
    color: #fff;
    transition: all 0.5s;
    position: absolute;
    left: 35px;
    bottom: 35px;
    z-index: 2; }
    @media (max-width: 1199px) {
      .box-product .box-text {
        padding-bottom: 60px; } }
    @media (max-width: 767px) {
      .box-product .box-text {
        width: calc(100% - 45px);
        left: 22px;
        bottom: 22px; } }
    .box-product .box-text .box-price {
      display: block;
      opacity: 0.5; }
      .box-product .box-text .box-price .woocommerce-Price-currencySymbol {
        display: none; }
    .box-product .box-text .btn, .box-product .box-text .gform_wrapper.gravity-theme form .button, .gform_wrapper.gravity-theme form .box-product .box-text .button,
    .box-product .box-text .gform_wrapper.gform_legacy_markup_wrapper form .button, .gform_wrapper.gform_legacy_markup_wrapper form .box-product .box-text .button, .box-product .box-text body .cky-consent-container .cky-btn, body .cky-consent-container .box-product .box-text .cky-btn {
      opacity: 0;
      pointer-events: none;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1; }
      @media (max-width: 1199px) {
        .box-product .box-text .btn, .box-product .box-text .gform_wrapper.gravity-theme form .button, .gform_wrapper.gravity-theme form .box-product .box-text .button,
        .box-product .box-text .gform_wrapper.gform_legacy_markup_wrapper form .button, .gform_wrapper.gform_legacy_markup_wrapper form .box-product .box-text .button, .box-product .box-text body .cky-consent-container .cky-btn, body .cky-consent-container .box-product .box-text .cky-btn {
          opacity: 1;
          pointer-events: auto; } }
  @media (min-width: 1200px) {
    .box-product:hover .box-text {
      padding-bottom: 60px; }
    .box-product:hover .btn, .box-product:hover .gform_wrapper.gravity-theme form .button, .gform_wrapper.gravity-theme form .box-product:hover .button,
    .box-product:hover .gform_wrapper.gform_legacy_markup_wrapper form .button, .gform_wrapper.gform_legacy_markup_wrapper form .box-product:hover .button, .box-product:hover body .cky-consent-container .cky-btn, body .cky-consent-container .box-product:hover .cky-btn {
      opacity: 1;
      pointer-events: auto; } }

/* Section Logos */
.section-logos {
  padding: 160px 0;
  background: #EEE8D7;
  position: relative; }
  @media (max-width: 767px) {
    .section-logos {
      padding: 120px 0; } }
  .section-logos:before, .section-logos:after {
    content: '';
    width: 839px;
    height: 920px;
    background: url(./e80a6554c81a2a7baacd4fd011514930.svg) no-repeat 0 0;
    background-size: contain;
    transform: scale(-1, 1) rotate(90deg);
    pointer-events: none;
    position: absolute;
    left: -130px;
    top: -312px; }
    @media (max-width: 1199px) {
      .section-logos:before, .section-logos:after {
        left: -230px; } }
    @media (max-width: 767px) {
      .section-logos:before, .section-logos:after {
        width: 396px;
        height: 434px;
        background-image: url(./fca466d37465330171b918c5b2dbb5af.svg);
        transform: none;
        left: -124px;
        top: -184px; } }
  .section-logos:after {
    transform: scale(-1, 1) rotate(-90deg);
    left: auto;
    top: auto;
    right: -78px;
    bottom: -352px; }
    @media (max-width: 1199px) {
      .section-logos:after {
        right: -278px; } }
    @media (max-width: 767px) {
      .section-logos:after {
        transform: rotate(-180deg);
        right: -127px;
        bottom: -167px; } }
  .section-logos .block-heading {
    text-align: center;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .section-logos .block-heading {
        margin-bottom: 42px; } }

.slider-logos {
  margin: 0 -50px; }
  @media (max-width: 1199px) {
    .slider-logos {
      margin: 0 -30px; } }
  @media (max-width: 767px) {
    .slider-logos {
      margin: 0 -10px; } }
  .slider-logos-wrap {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
  .slider-logos .box-logo {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 50px; }
    @media (max-width: 1199px) {
      .slider-logos .box-logo {
        margin: 0 30px; } }
    @media (max-width: 767px) {
      .slider-logos .box-logo {
        margin: 0 10px; } }
    .slider-logos .box-logo img {
      flex-shrink: 0; }

/* Section Subscribe */
.section-subscribe {
  padding: 173px 0; }
  @media (max-width: 767px) {
    .section-subscribe {
      padding: 118px 0;
      position: relative;
      z-index: 1; } }

.block-subscribe {
  display: flex;
  margin: 0 6.37%; }
  @media (max-width: 1199px) {
    .block-subscribe {
      margin: 0; } }
  @media (max-width: 1023px) {
    .block-subscribe {
      display: block; } }
  .block-subscribe .box-text {
    margin-bottom: 50px; }
    @media (min-width: 1024px) {
      .block-subscribe .box-text {
        width: 50%;
        padding-right: 10px;
        margin: 0; } }
    .block-subscribe .box-text h2 {
      margin-bottom: 33px; }
      @media (max-width: 1023px) {
        .block-subscribe .box-text h2 {
          margin-bottom: 17px; } }
    @media (min-width: 1024px) {
      .block-subscribe .box-text p {
        margin-right: 15%; } }
  @media (min-width: 1024px) {
    .block-subscribe .box-form {
      width: 50%;
      padding-left: 10px; } }

/* Section About */
.section-about .block-heading {
  text-align: center;
  margin: 0 6.37% 65px; }
  @media (max-width: 1023px) {
    .section-about .block-heading {
      margin: 0 0 30px; } }

.section-about .block-img-wide {
  margin: 0 6.37% 116px; }
  @media (max-width: 1023px) {
    .section-about .block-img-wide {
      margin: 0 0 60px; } }
  .section-about .block-img-wide img {
    display: block;
    width: 100%; }

.section-about .block-text {
  text-align: center;
  margin: 0 19.11%; }
  @media (max-width: 1439px) {
    .section-about .block-text {
      margin: 0 12.74%; } }
  @media (max-width: 1023px) {
    .section-about .block-text {
      margin: 0 6.37%; } }
  @media (max-width: 767px) {
    .section-about .block-text {
      margin: 0; } }

/* Section Image Text */
.section-img-text {
  padding: 0; }

.block-img-text {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 12.5%;
  margin: 0 -50px;
  position: relative; }
  @media (max-width: 1199px) {
    .block-img-text {
      padding-top: 120px;
      margin: 0 -20px; } }
  @media (max-width: 1023px) {
    .block-img-text {
      display: block;
      padding-top: 0; } }
  .block-img-text .box-img {
    height: 100%; }
    @media (max-width: 1023px) {
      .block-img-text .box-img {
        height: auto;
        padding-top: 95%; } }
    .block-img-text .box-img-wrap {
      width: 61.18%;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      z-index: 1; }
      @media (max-width: 1199px) {
        .block-img-text .box-img-wrap {
          bottom: 120px; } }
      @media (max-width: 1023px) {
        .block-img-text .box-img-wrap {
          width: 100%;
          position: static; } }
  .block-img-text .box-text {
    width: 50.66%;
    min-height: 704px;
    background: #EEE8D7;
    padding: 142px 7.94% 80px 7.28%;
    position: relative;
    z-index: 3; }
    @media (max-width: 1199px) {
      .block-img-text .box-text {
        min-height: 550px;
        padding: 80px 7.28%; } }
    @media (max-width: 1023px) {
      .block-img-text .box-text {
        width: 100%;
        min-height: inherit;
        padding: 80px calc(6.37% + 20px); } }
    @media (max-width: 767px) {
      .block-img-text .box-text {
        padding: 60px 20px; } }
    @media (min-width: 1200px) {
      .block-img-text .box-text h2 {
        margin-bottom: 48px; } }
    .block-img-text .box-text .btn, .block-img-text .box-text .gform_wrapper.gravity-theme form .button, .gform_wrapper.gravity-theme form .block-img-text .box-text .button,
    .block-img-text .box-text .gform_wrapper.gform_legacy_markup_wrapper form .button, .gform_wrapper.gform_legacy_markup_wrapper form .block-img-text .box-text .button, .block-img-text .box-text body .cky-consent-container .cky-btn, body .cky-consent-container .block-img-text .box-text .cky-btn {
      margin-top: 32px; }
      @media (max-width: 1199px) {
        .block-img-text .box-text .btn, .block-img-text .box-text .gform_wrapper.gravity-theme form .button, .gform_wrapper.gravity-theme form .block-img-text .box-text .button,
        .block-img-text .box-text .gform_wrapper.gform_legacy_markup_wrapper form .button, .gform_wrapper.gform_legacy_markup_wrapper form .block-img-text .box-text .button, .block-img-text .box-text body .cky-consent-container .cky-btn, body .cky-consent-container .block-img-text .box-text .cky-btn {
          margin-top: 20px; } }

/* Section Team */
.section-team {
  padding: 135px 0 123px;
  position: relative; }
  .section-team:before {
    content: '';
    width: 839px;
    height: 920px;
    background: url(./e80a6554c81a2a7baacd4fd011514930.svg) no-repeat 0 0;
    background-size: contain;
    transform: rotate(-90deg);
    pointer-events: none;
    position: absolute;
    left: -133px;
    top: 163px; }
    @media (max-width: 1199px) {
      .section-team:before {
        transform: scale(-1, 1) rotate(90deg);
        left: -230px;
        top: -312px; } }
    @media (max-width: 767px) {
      .section-team:before {
        width: 396px;
        height: 434px;
        background-image: url(./fca466d37465330171b918c5b2dbb5af.svg);
        transform: none;
        left: -124px;
        top: -144px; } }
  .section-team .block-heading {
    text-align: center;
    margin-bottom: 50px; }

.block-team {
  display: flex;
  flex-wrap: wrap;
  margin: -15px calc(12.74% - 10px); }
  @media (max-width: 1439px) {
    .block-team {
      margin: -15px calc(6.37% - 10px); } }
  @media (max-width: 1199px) {
    .block-team {
      margin: -15px -10px; } }
  .block-team .box-item {
    width: 33.333%;
    padding: 15px 10px; }
    @media (max-width: 767px) {
      .block-team .box-item {
        width: 100%; } }
  @media (min-width: 1200px) {
    .block-team .box-top:hover .box-title .box-btn:before {
      content: '\2212'; }
    .block-team .box-top:hover ~ .box-text {
      opacity: 1; } }
  .block-team .box-top.open-text .box-title .box-btn:before {
    content: '\2212'; }
  .block-team .box-top.open-text ~ .box-text {
    opacity: 1; }
  .block-team .box-img {
    cursor: pointer;
    padding-top: 124.26%; }
  .block-team .box-title {
    cursor: pointer;
    padding: 30px 50px 0 0;
    position: relative; }
    .block-team .box-title .subtitle, .block-team .box-title .block-two-img .box-text .box-arrow, .block-two-img .box-text .block-team .box-title .box-arrow, .block-team .box-title .slider-realization .slick-dots li, .slider-realization .slick-dots .block-team .box-title li, .block-team .box-title .block-contact .box-text p, .block-contact .box-text .block-team .box-title p {
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 2.6px;
      color: #3C4A12;
      margin-bottom: 8px; }
    .block-team .box-title .box-btn {
      width: 38px;
      height: 38px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #3C4A12;
      border-radius: 5px;
      font-size: 20px;
      color: #EEE8D7;
      position: absolute;
      right: 0;
      bottom: 0; }
      .block-team .box-title .box-btn:before {
        content: '+'; }
  .block-team .box-text {
    opacity: 0;
    transition: all 0.3s;
    padding-top: 28px; }

/* Section List Two Images */
@media (min-width: 1200px) {
  .section-list-two-img {
    padding: 143px 0 196px; } }

.block-list-two-img {
  padding: 0 50.7% 0 6.37%;
  position: relative; }
  @media (max-width: 1439px) {
    .block-list-two-img {
      padding-left: 0; } }
  @media (max-width: 1023px) {
    .block-list-two-img {
      padding: 0; } }
  .block-list-two-img .box-text {
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .block-list-two-img .box-text h2 {
        margin-bottom: 35px; } }
  .block-list-two-img .box-two-img {
    width: 42.92%;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 1023px) {
      .block-list-two-img .box-two-img {
        width: 100%;
        bottom: 100%;
        top: auto; } }
    @media (max-width: 1023px) {
      .block-list-two-img .box-two-img-main {
        position: static; } }
    .block-list-two-img .box-two-img .box-img-1 {
      padding-top: 96.86%; }
    .block-list-two-img .box-two-img .box-img-2 {
      width: 62.38%;
      padding-top: 69.305%;
      margin: -33.7% 0 0 26.3%; }
  .block-list-two-img .box-list-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -45px; }
    @media (max-width: 1023px) {
      .block-list-two-img .box-list-wrap {
        padding-top: 45px;
        position: relative; } }
    .block-list-two-img .box-list-wrap .box-col {
      width: 41.5%;
      margin-bottom: 45px; }
      @media (max-width: 1199px) {
        .block-list-two-img .box-list-wrap .box-col {
          width: 47%; } }
      @media (max-width: 389px) {
        .block-list-two-img .box-list-wrap .box-col {
          width: 100%; } }
    .block-list-two-img .box-list-wrap .box-icon {
      display: flex;
      margin-bottom: 10px; }
    .block-list-two-img .box-list-wrap .subtitle, .block-list-two-img .box-list-wrap .block-two-img .box-text .box-arrow, .block-two-img .box-text .block-list-two-img .box-list-wrap .box-arrow, .block-list-two-img .box-list-wrap .slider-realization .slick-dots li, .slider-realization .slick-dots .block-list-two-img .box-list-wrap li, .block-list-two-img .box-list-wrap .block-contact .box-text p, .block-contact .box-text .block-list-two-img .box-list-wrap p {
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 2.6px;
      color: #3C4A12;
      margin-bottom: 10px; }
    .block-list-two-img .box-list-wrap .box-list {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .block-list-two-img .box-list-wrap .box-list .box-item {
        cursor: pointer;
        transition: all 0.3s;
        -webkit-tap-highlight-color: transparent;
        padding-left: 28px;
        position: relative; }
        .block-list-two-img .box-list-wrap .box-list .box-item:before {
          content: '\2022';
          position: absolute;
          top: 0;
          left: 10px; }
        @media (min-width: 1200px) {
          .block-list-two-img .box-list-wrap .box-list .box-item:hover {
            opacity: 0.5; }
            .block-list-two-img .box-list-wrap .box-list .box-item:hover ~ .box-two-img {
              opacity: 1; } }
        .block-list-two-img .box-list-wrap .box-list .box-item.active-item {
          opacity: 0.5; }
          .block-list-two-img .box-list-wrap .box-list .box-item.active-item ~ .box-two-img {
            opacity: 1; }
      .block-list-two-img .box-list-wrap .box-list .box-two-img {
        opacity: 0;
        transition: all 0.3s;
        z-index: 1; }
  .block-list-two-img .btn, .block-list-two-img .gform_wrapper.gravity-theme form .button, .gform_wrapper.gravity-theme form .block-list-two-img .button,
  .block-list-two-img .gform_wrapper.gform_legacy_markup_wrapper form .button, .gform_wrapper.gform_legacy_markup_wrapper form .block-list-two-img .button, .block-list-two-img body .cky-consent-container .cky-btn, body .cky-consent-container .block-list-two-img .cky-btn {
    margin-top: 60px; }

/* Section Slider Text */
@media (max-width: 1023px) {
  .section-slider-text .block-img-text .box-img {
    height: 100%;
    padding-top: 0; } }

@media (max-width: 1023px) {
  .section-slider-text .block-img-text .box-img-wrap {
    height: 95vw; } }

@media (min-width: 1200px) {
  .section-slider-text .block-img-text .box-text {
    padding-top: 128px; } }

.section-slider-text .block-img-text .box-text h2 {
  padding-right: 45px; }

.slider-img-vertical {
  height: 100%;
  overflow: hidden; }
  .slider-img-vertical-arrows {
    transform: rotate(-90deg);
    position: absolute;
    top: 135px;
    right: 11.94%; }
    @media (max-width: 1199px) {
      .slider-img-vertical-arrows {
        top: 105px;
        right: 8.94%; } }
    @media (max-width: 1023px) {
      .slider-img-vertical-arrows {
        right: 5.5%; } }
    @media (max-width: 767px) {
      .slider-img-vertical-arrows {
        top: 87px;
        right: -7px; } }
  .slider-img-vertical .slick-list,
  .slider-img-vertical .slick-track,
  .slider-img-vertical .slick-slide {
    display: block;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    transition: none !important;
    border: none;
    position: static; }
  .slider-img-vertical .slick-slide {
    transition: all 0.5s !important;
    position: absolute;
    left: 0;
    top: 100%; }
    .slider-img-vertical .slick-slide.slick-active, .slider-img-vertical .slick-slide.slick-past {
      top: 0; }

/* Section Text Center */
.section-text-center {
  text-align: center;
  padding: 158px 0;
  position: relative; }
  @media (max-width: 767px) {
    .section-text-center {
      padding: 130px 0; } }
  .section-text-center-beige {
    background: #EEE8D7; }
  .section-text-center:before, .section-text-center:after {
    content: '';
    width: 839px;
    height: 920px;
    background: url(./e80a6554c81a2a7baacd4fd011514930.svg) no-repeat 0 0;
    background-size: contain;
    transform: rotate(-90deg);
    pointer-events: none;
    position: absolute;
    left: -130px;
    top: -120px;
    z-index: 2; }
    @media (max-width: 1199px) {
      .section-text-center:before, .section-text-center:after {
        left: -230px;
        top: -20px; } }
    @media (max-width: 767px) {
      .section-text-center:before, .section-text-center:after {
        width: 396px;
        height: 434px;
        background-image: url(./fca466d37465330171b918c5b2dbb5af.svg);
        left: -130px;
        bottom: -107px;
        top: auto; } }
  .section-text-center:after {
    transform: rotate(90deg);
    left: auto;
    bottom: auto;
    top: -393px;
    right: -76px; }
    @media (max-width: 1199px) {
      .section-text-center:after {
        right: -276px; } }
    @media (max-width: 767px) {
      .section-text-center:after {
        top: -140px;
        right: -130px; } }
  .section-text-center h2 {
    margin-bottom: 13px; }
    @media (max-width: 767px) {
      .section-text-center h2 {
        margin-bottom: 17px; } }
    .section-text-center h2 br {
      display: none; }
      @media (min-width: 390px) and (max-width: 1023px) {
        .section-text-center h2 br {
          display: block; } }
  .section-text-center p {
    max-width: 684px;
    margin: 0 auto 52px; }
    @media (max-width: 767px) {
      .section-text-center p {
        margin-bottom: 35px; } }

/* Section Contact */
@media (min-width: 768px) {
  .section-contact {
    padding: 143px 0 163px; } }

.block-contact {
  display: flex;
  flex-wrap: wrap;
  margin-left: 6.37%; }
  @media (max-width: 1439px) {
    .block-contact {
      margin-left: 0; } }
  .block-contact .box-form {
    width: 54.16%;
    padding-right: 8.32%; }
    @media (max-width: 1023px) {
      .block-contact .box-form {
        width: 100%;
        padding: 0 0 60px; } }
    .block-contact .box-form h2 {
      margin-bottom: 67px; }
      @media (max-width: 767px) {
        .block-contact .box-form h2 {
          margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .block-contact .box-form .gform_wrapper.gravity-theme form .gform_fields,
      .block-contact .box-form .gform_wrapper.gform_legacy_markup_wrapper form .gform_fields {
        grid-row-gap: 38px;
        grid-column-gap: 70px; } }
    @media (min-width: 1200px) {
      .block-contact .box-form .gform_wrapper.gravity-theme form .ginput_container_checkbox,
      .block-contact .box-form .gform_wrapper.gravity-theme form .ginput_container_consent,
      .block-contact .box-form .gform_wrapper.gform_legacy_markup_wrapper form .ginput_container_checkbox,
      .block-contact .box-form .gform_wrapper.gform_legacy_markup_wrapper form .ginput_container_consent {
        margin-bottom: -10px; }
        .block-contact .box-form .gform_wrapper.gravity-theme form .ginput_container_checkbox + .validation_message,
        .block-contact .box-form .gform_wrapper.gravity-theme form .ginput_container_consent + .validation_message,
        .block-contact .box-form .gform_wrapper.gform_legacy_markup_wrapper form .ginput_container_checkbox + .validation_message,
        .block-contact .box-form .gform_wrapper.gform_legacy_markup_wrapper form .ginput_container_consent + .validation_message {
          margin-top: 13px; } }
  .block-contact .box-text {
    width: 45.84%; }
    @media (max-width: 1023px) {
      .block-contact .box-text {
        width: 100%; } }
    .block-contact .box-text .box-img {
      padding-top: 114.19%;
      margin-bottom: 53px; }
      @media (max-width: 767px) {
        .block-contact .box-text .box-img {
          margin-bottom: 40px; } }
    .block-contact .box-text h3 {
      margin-bottom: 24px; }
    .block-contact .box-text p {
      margin-bottom: 22px; }
      .block-contact .box-text p a {
        text-decoration-color: transparent; }
        .block-contact .box-text p a:hover {
          text-decoration-color: inherit; }

/* Section Map */
.section-map {
  padding: 0; }
  .section-map .block-heading {
    text-align: center;
    margin-bottom: 48px; }

.block-map {
  width: 100vw;
  height: 553px;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
  @media (max-width: 767px) {
    .block-map {
      height: 350px; } }
  .block-map iframe,
  .block-map img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; }

/* Section Products */
@media (max-width: 767px) {
  .section-products {
    padding: 60px 0 104px; } }

.section-products + .section-text-center {
  overflow: hidden;
  padding: 248px 0 215px; }
  @media (max-width: 1199px) {
    .section-products + .section-text-center {
      padding: 158px 0; } }
  @media (max-width: 767px) {
    .section-products + .section-text-center {
      overflow: visible;
      padding: 120px 0; } }
  @media (max-width: 767px) {
    .section-products + .section-text-center:before {
      left: -120px;
      bottom: -163px; } }
  @media (max-width: 767px) {
    .section-products + .section-text-center:after {
      top: -147px;
      right: -140px; } }

.section-products .block-heading {
  margin: 0 6.37% 60px; }
  @media (max-width: 1199px) {
    .section-products .block-heading {
      margin: 0 0 40px; } }
  @media (max-width: 767px) {
    .section-products .block-heading {
      margin-bottom: 40px; } }
  .section-products .block-heading h2 {
    display: flex; }
    .section-products .block-heading h2 i {
      font-size: 70px;
      margin: -8px 0 0 18px; }
      @media (max-width: 1199px) {
        .section-products .block-heading h2 i {
          font-size: 58px; } }

.block-products {
  display: flex;
  flex-wrap: wrap;
  margin: -11px calc(6.37% - 11px); }
  @media (max-width: 1199px) {
    .block-products {
      margin: -11px; } }
  .block-products .box-product {
    width: calc(33.333% - 22px);
    margin: 11px; }
    @media (max-width: 767px) {
      .block-products .box-product {
        width: 100%; } }
    .block-products .box-product:nth-child(1), .block-products .box-product:nth-child(2) {
      width: calc(50% - 22px); }
      @media (max-width: 767px) {
        .block-products .box-product:nth-child(1), .block-products .box-product:nth-child(2) {
          width: 100%; } }
    .block-products .box-product .box-img img {
      height: 100%; }

/* Section FAQ */
@media (min-width: 1200px) {
  .section-faq {
    padding: 180px 0; } }

.block-faq {
  display: flex;
  flex-wrap: wrap;
  margin: 0 12.74%; }
  @media (max-width: 1439px) {
    .block-faq {
      margin: 0 6.37%; } }
  @media (max-width: 1199px) {
    .block-faq {
      margin: 0; } }
  .block-faq .block-heading {
    width: 25.67%;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .block-faq .block-heading {
        width: 100%;
        padding: 0 0 35px; } }
  .block-faq .accordion {
    flex: 1; }
    .block-faq .accordion li {
      margin-bottom: 22px; }
    .block-faq .accordion-caption {
      font-size: 13px;
      letter-spacing: 2.6px;
      text-transform: uppercase;
      border-bottom: 1px solid #3C4A12;
      color: #3C4A12;
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
      transition: all 0.3s;
      padding: 15px 25px 15px 0;
      margin-bottom: 15px;
      position: relative; }
      .block-faq .accordion-caption:after {
        content: "\E90B";
        font-family: 'icomoon';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: normal;
        font-size: 6px;
        position: absolute;
        right: 0;
        top: 20px; }
      .block-faq .accordion-caption.active:after {
        transform: rotate(180deg); }
      @media (min-width: 1200px) {
        .block-faq .accordion-caption:hover {
          color: #64764F; } }

.woocommerce .mainSingleProduct {
  padding-bottom: 143px; }
  @media (max-width: 767px) {
    .woocommerce .mainSingleProduct {
      padding-bottom: 122px; } }
  .woocommerce .mainSingleProduct .container {
    max-width: 1333px; }
  .woocommerce .mainSingleProduct #pa_bois {
    display: none; }
  .woocommerce .mainSingleProduct td.value img {
    padding: 4.88px;
    margin: 0 2px;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer; }
    .woocommerce .mainSingleProduct td.value img.current {
      border: 1px solid; }
  .woocommerce .mainSingleProduct-inner {
    display: flex;
    gap: 53px;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 1199px) {
      .woocommerce .mainSingleProduct-inner {
        flex-wrap: wrap;
        gap: 40px; } }
    @media (max-width: 767px) {
      .woocommerce .mainSingleProduct-inner {
        flex-wrap: wrap;
        flex-direction: column-reverse; } }
    .woocommerce .mainSingleProduct-inner .woocommerce-product-details__short-description {
      margin-bottom: 45px; }
  .woocommerce .mainSingleProduct-images {
    width: 606px;
    max-width: 50%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1199px) {
      .woocommerce .mainSingleProduct-images {
        width: calc(50% - 20px); } }
    @media (max-width: 767px) {
      .woocommerce .mainSingleProduct-images {
        max-width: 100%;
        width: 100%; } }
    .woocommerce .mainSingleProduct-images img {
      max-width: 100%;
      width: 100%; }
  .woocommerce .mainSingleProduct-content {
    width: 517px;
    max-width: 50%; }
    @media (max-width: 1199px) {
      .woocommerce .mainSingleProduct-content {
        width: calc(50% - 20px); } }
    @media (max-width: 767px) {
      .woocommerce .mainSingleProduct-content {
        max-width: 100%;
        width: 100%; } }
    .woocommerce .mainSingleProduct-content-back a {
      font-size: 13px;
      position: relative;
      display: flex;
      gap: 10px;
      align-items: center;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 25px;
      letter-spacing: 2.6px; }
    .woocommerce .mainSingleProduct-content-back i {
      font-size: 5px;
      transform: rotate(90deg);
      display: inline-block; }
  .woocommerce .mainSingleProduct-variations {
    text-transform: uppercase;
    letter-spacing: 2.6px;
    font-weight: 500; }
    .woocommerce .mainSingleProduct-variations tr {
      padding: 25px 0;
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #EEE8D7; }
      .woocommerce .mainSingleProduct-variations tr.pa_bois {
        align-items: center; }
        .woocommerce .mainSingleProduct-variations tr.pa_bois td .value {
          max-height: 38px; }
    .woocommerce .mainSingleProduct-variations select {
      text-transform: uppercase;
      background: transparent;
      border: none;
      padding-right: 5px;
      letter-spacing: 2.6px;
      margin-right: 0;
      min-width: unset;
      width: 230px;
      outline: none;
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      -webkit-padding-end: 0;
      -webkit-padding-start: 2px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.25L5.5 5.75L10 1.25' stroke='black'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right center; }
    .woocommerce .mainSingleProduct-variations .woocommerce-variation-price, .woocommerce .mainSingleProduct-variations .woocommerce-variation-price * {
      color: #0F0F0F;
      letter-spacing: 0;
      font-weight: 400; }
    .woocommerce .mainSingleProduct-variations .variations {
      margin-bottom: 45px; }
      .woocommerce .mainSingleProduct-variations .variations .value, .woocommerce .mainSingleProduct-variations .variations .value label {
        text-align: right;
        font-size: 13px; }
      .woocommerce .mainSingleProduct-variations .variations .label, .woocommerce .mainSingleProduct-variations .variations .label label {
        text-align: left;
        font-size: 11px;
        font-weight: 500; }
    .woocommerce .mainSingleProduct-variations .woocommerce-variation {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 25px 0;
      border-top: 1px solid #EEE8D7;
      border-bottom: 1px solid #EEE8D7; }
      .woocommerce .mainSingleProduct-variations .woocommerce-variation-description, .woocommerce .mainSingleProduct-variations .woocommerce-variation-availability {
        display: none; }
      .woocommerce .mainSingleProduct-variations .woocommerce-variation-title {
        font-size: 11px; }
      .woocommerce .mainSingleProduct-variations .woocommerce-variation-price {
        max-height: 23px;
        display: flex;
        align-items: center; }
    .woocommerce .mainSingleProduct-variations .btn.single_add_to_cart_button, .woocommerce .mainSingleProduct-variations .gform_wrapper.gravity-theme form .single_add_to_cart_button.button, .gform_wrapper.gravity-theme form .woocommerce .mainSingleProduct-variations .single_add_to_cart_button.button,
    .woocommerce .mainSingleProduct-variations .gform_wrapper.gform_legacy_markup_wrapper form .single_add_to_cart_button.button, .gform_wrapper.gform_legacy_markup_wrapper form .woocommerce .mainSingleProduct-variations .single_add_to_cart_button.button, .woocommerce .mainSingleProduct-variations body .cky-consent-container .single_add_to_cart_button.cky-btn, body .cky-consent-container .woocommerce .mainSingleProduct-variations .single_add_to_cart_button.cky-btn {
      padding: 17px;
      width: 338px;
      max-width: 65%;
      letter-spacing: 2.6px; }
  .woocommerce .mainSingleProduct-contacktLink {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 13px;
    font-weight: 700;
    color: #64764F;
    margin-top: 15px; }
    .woocommerce .mainSingleProduct-contacktLink img {
      border-radius: 0 !important; }
  .woocommerce .mainSingleProduct-action {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between; }

.woocommerce .quantity {
  width: 159px;
  max-width: 35%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  background: #EEE8D7; }
  .woocommerce .quantity input {
    background: transparent;
    border: none;
    width: 64px;
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield; }
    .woocommerce .quantity input:-webkit-outer-spin-button, .woocommerce .quantity input:-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .woocommerce .quantity input[type="button"] {
      width: 47px;
      height: 48px;
      padding: 0 8px; }
    @media (max-width: 767px) {
      .woocommerce .quantity input.qty {
        width: 48px; } }

.woocommerce .woocommerce-message {
  padding: 20px; }
  .woocommerce .woocommerce-message:before {
    display: none; }
  .woocommerce .woocommerce-message a.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #3C4A12;
    border: none;
    border-radius: 5px;
    font-size: 10px;
    line-height: 14px;
    color: #EEE8D7;
    text-align: center;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s;
    padding: 15px 20px;
    margin: 0; }
    .woocommerce .woocommerce-message a.button:hover {
      opacity: .9; }

.woocommerce input[type=number]::-webkit-inner-spin-button,
.woocommerce input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.related {
  text-align: center;
  background: #EEE8D7;
  padding: 148px 0 158px;
  position: relative; }
  @media (max-width: 767px) {
    .related {
      padding: 99px 0; } }
  .related:after {
    content: '';
    width: 839px;
    height: 920px;
    background: url(./e80a6554c81a2a7baacd4fd011514930.svg) no-repeat 0 0;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    left: -216px;
    bottom: -352px;
    z-index: 2;
    transform: rotate(-90deg); }
    @media (max-width: 767px) {
      .related:after {
        width: 396px;
        height: 434px;
        background-image: url(./fca466d37465330171b918c5b2dbb5af.svg);
        left: -112px;
        bottom: -150px; } }
  .related:before {
    content: '';
    width: 839px;
    height: 920px;
    background: url(./e80a6554c81a2a7baacd4fd011514930.svg) no-repeat 0 0;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    right: -116px;
    top: -310px;
    z-index: 2;
    transform: rotate(90deg); }
    @media (max-width: 767px) {
      .related:before {
        width: 396px;
        height: 434px;
        background-image: url(./fca466d37465330171b918c5b2dbb5af.svg);
        right: -83px;
        top: -144px; } }
  .related h2 {
    margin-bottom: 39px; }
    @media (max-width: 767px) {
      .related h2 {
        margin-bottom: 43px; } }
  .related-products {
    display: flex;
    margin: 0 -17px;
    text-align: left;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .related-products {
        margin: -10px 0; } }
    .related-products .box-product {
      width: calc(33.333% - 34px);
      margin: 0 17px; }
      @media (max-width: 767px) {
        .related-products .box-product {
          width: 100%;
          margin: 10px 0; } }
    .related-products .box-img img {
      height: 100%;
      max-width: unset; }

.sectcheckout form:not(.variations_form.cart):not(.woocommerce-cart-form) input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .sectcheckout form:not(.variations_form.cart):not(.woocommerce-cart-form) textarea, .myaccountsect form:not(.variations_form.cart):not(.woocommerce-cart-form) input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .myaccountsect form:not(.variations_form.cart):not(.woocommerce-cart-form) textarea, .woocommerce form:not(.variations_form.cart):not(.woocommerce-cart-form) input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .woocommerce form:not(.variations_form.cart):not(.woocommerce-cart-form) textarea {
  display: block;
  width: 100%;
  height: 60px !important;
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #3C4A12;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.6 !important;
  font-weight: 400;
  color: #0F0F0F;
  padding: 15px 0;
  transition: all 0.3s;
  -webkit-appearance: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0; }

.sectcheckout form:not(.variations_form.cart):not(.woocommerce-cart-form) label:not(.woocommerce-form__label-for-checkbox), .myaccountsect form:not(.variations_form.cart):not(.woocommerce-cart-form) label:not(.woocommerce-form__label-for-checkbox), .woocommerce form:not(.variations_form.cart):not(.woocommerce-cart-form) label:not(.woocommerce-form__label-for-checkbox) {
  display: none !important; }

.sectcheckout form:not(.variations_form.cart):not(.woocommerce-cart-form) select, .myaccountsect form:not(.variations_form.cart):not(.woocommerce-cart-form) select, .woocommerce form:not(.variations_form.cart):not(.woocommerce-cart-form) select {
  text-transform: uppercase;
  background: transparent;
  border: none;
  padding-right: 5px;
  letter-spacing: 2.6px;
  margin-right: 0;
  min-width: unset;
  width: 230px;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-padding-end: 0;
  -webkit-padding-start: 2px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.25L5.5 5.75L10 1.25' stroke='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center; }

.sectcheckout form:not(.variations_form.cart):not(.woocommerce-cart-form) span.select2-selection__arrow, .myaccountsect form:not(.variations_form.cart):not(.woocommerce-cart-form) span.select2-selection__arrow, .woocommerce form:not(.variations_form.cart):not(.woocommerce-cart-form) span.select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%); }

.sectcheckout form:not(.variations_form.cart):not(.woocommerce-cart-form) .select2-selection__rendered, .myaccountsect form:not(.variations_form.cart):not(.woocommerce-cart-form) .select2-selection__rendered, .woocommerce form:not(.variations_form.cart):not(.woocommerce-cart-form) .select2-selection__rendered {
  padding: 0 !important; }

.sectcheckout .woocommerce-terms-and-conditions-wrapper, .myaccountsect .woocommerce-terms-and-conditions-wrapper, .woocommerce .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px; }

.sectcheckout .woocommerce-EditAccountForm.edit-account button, .myaccountsect .woocommerce-EditAccountForm.edit-account button, .woocommerce .woocommerce-EditAccountForm.edit-account button {
  margin-top: 30px; }

td.actions {
  display: none !important; }

.woocommerce-cart-form {
  margin-bottom: 80px; }

section.sectlogin h2 {
  text-align: center; }

.select2-container span.select2-selection.select2-selection--single {
  height: 60px;
  border: none;
  border-bottom: 1px solid #3C4A12 !important;
  -webkit-tap-highlight-color: transparent;
  padding: 15px 25px 15px 0;
  background: transparent;
  border-radius: 0; }

.select2-container span.select2-results {
  background: #EEE8D7;
  border: none;
  border-radius: 0;
  padding: 10px 0;
  top: 100%; }

.select2-container .select2-results__option {
  background: transparent !important;
  border-radius: 0;
  border: none;
  color: #0F0F0F !important;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400; }

.select2-container span.select2-search.select2-search--dropdown {
  background: #EEE8D7; }

.myaccountsect .woocommerce-MyAccount-navigation a {
  text-decoration: underline; }

.myaccountsect .woocommerce-MyAccount-navigation li:before {
  display: none; }

.woocommerce-form__input-checkbox {
  appearance: auto;
  width: 20px;
  height: 20px;
  transform: translateY(3px); }

.woocommerce #payment, .woocommerce-page #payment {
  background: #EEE8D7 !important; }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none !important; }
  .woocommerce #payment label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox, .woocommerce-page #payment label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: flex;
    align-items: center; }

.woocommerce-ResetPassword.lost_reset_password {
  text-align: left; }
  .woocommerce-ResetPassword.lost_reset_password p, .woocommerce-ResetPassword.lost_reset_password p.form-row-first {
    width: 100%; }

.woocommerce-lost-password .woocommerce-message {
  display: none; }

.woocommerce-lost-password .woocommerce {
  max-width: 600px;
  margin: 120px auto;
  text-align: center;
  padding: 0 30px; }

.woocommerce-privacy-policy-text {
  margin-bottom: 10px; }

.woocommerce-notices-wrapper {
  text-align: left; }

.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
  width: 100% !important; }

/* Section Green Walls */
.block-green-walls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 6.37%; }
  @media (max-width: 1199px) {
    .block-green-walls {
      margin: 0; } }
  .block-green-walls .box-img {
    padding-top: 51%; }
    .block-green-walls .box-img-wrap {
      width: 49.15%; }
      @media (max-width: 1023px) {
        .block-green-walls .box-img-wrap {
          width: 100%; } }
  .block-green-walls .box-text {
    width: 50.85%;
    padding: 0 0 15px 8.92%; }
    @media (max-width: 1023px) {
      .block-green-walls .box-text {
        width: 100%;
        padding: 45px 0 0; } }
    @media (min-width: 1024px) {
      .block-green-walls .box-text h2 {
        margin-bottom: 5px; } }
    .block-green-walls .box-text .btn, .block-green-walls .box-text .gform_wrapper.gravity-theme form .button, .gform_wrapper.gravity-theme form .block-green-walls .box-text .button,
    .block-green-walls .box-text .gform_wrapper.gform_legacy_markup_wrapper form .button, .gform_wrapper.gform_legacy_markup_wrapper form .block-green-walls .box-text .button, .block-green-walls .box-text body .cky-consent-container .cky-btn, body .cky-consent-container .block-green-walls .box-text .cky-btn {
      margin-top: 12px; }

/* Section Expertise */
.section-expertise {
  background: #EEE8D7; }
  @media (min-width: 1200px) {
    .section-expertise {
      padding: 163px 0 177px; } }
  .section-expertise .block-heading {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(187, 178, 150, 0.5);
    padding-bottom: 60px;
    margin: 0 12.74% 60px; }
    @media (max-width: 1439px) {
      .section-expertise .block-heading {
        margin: 0 6.37% 60px; } }
    @media (max-width: 1199px) {
      .section-expertise .block-heading {
        margin: 0 0 60px; } }
    .section-expertise .block-heading .box-title {
      width: 40.49%; }
      @media (max-width: 1023px) {
        .section-expertise .block-heading .box-title {
          width: 100%; } }
    .section-expertise .block-heading .box-text {
      width: 59.51%;
      padding-left: 10.46%; }
      @media (max-width: 1023px) {
        .section-expertise .block-heading .box-text {
          width: 100%;
          padding: 25px 0 0; } }
      .section-expertise .block-heading .box-text h3 {
        margin-bottom: 25px; }

.block-expertise {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 12.74% -45px; }
  @media (max-width: 1439px) {
    .block-expertise {
      margin: 0 6.37% -45px; } }
  @media (max-width: 1199px) {
    .block-expertise {
      margin: 0 0 -45px; } }
  .block-expertise .box-item {
    width: 28%;
    padding-bottom: 45px; }
    @media (max-width: 1023px) {
      .block-expertise .box-item {
        width: 46%; } }
    @media (max-width: 639px) {
      .block-expertise .box-item {
        width: 100%; } }
    .block-expertise .box-item .box-icon {
      display: flex;
      width: 47px;
      margin-bottom: 10px; }
    .block-expertise .box-item .subtitle, .block-expertise .box-item .block-two-img .box-text .box-arrow, .block-two-img .box-text .block-expertise .box-item .box-arrow, .block-expertise .box-item .slider-realization .slick-dots li, .slider-realization .slick-dots .block-expertise .box-item li, .block-expertise .box-item .block-contact .box-text p, .block-contact .box-text .block-expertise .box-item p {
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 2.6px;
      text-transform: uppercase;
      color: #3C4A12;
      margin-bottom: 10px; }

/* Section Benefits */
@media (min-width: 1200px) {
  .section-benefits {
    padding: 176px 0; } }

.section-benefits .block-heading {
  text-align: center;
  margin: 0 12.74% 30px; }
  @media (max-width: 1439px) {
    .section-benefits .block-heading {
      margin: 0 6.37% 30px; } }
  @media (max-width: 1199px) {
    .section-benefits .block-heading {
      margin: 0 0 30px; } }
  @media (max-width: 1023px) {
    .section-benefits .block-heading {
      margin-bottom: 50px; } }
  .section-benefits .block-heading p {
    max-width: 696px;
    margin: 0 auto; }

.block-benefits {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 12.74%; }
  @media (max-width: 1439px) {
    .block-benefits {
      margin: 0 6.37%; } }
  @media (max-width: 1199px) {
    .block-benefits {
      margin: 0; } }
  @media (max-width: 639px) {
    .block-benefits {
      margin-bottom: -28px; } }
  .block-benefits .box-col {
    width: 30%;
    margin-bottom: -28px; }
    @media (max-width: 1023px) {
      .block-benefits .box-col {
        width: 48%; } }
    @media (max-width: 639px) {
      .block-benefits .box-col {
        width: 100%;
        margin-bottom: 0; } }
    .block-benefits .box-col:first-child {
      text-align: right;
      padding-right: 67px; }
      @media (max-width: 1023px) {
        .block-benefits .box-col:first-child {
          text-align: left;
          padding: 0 0 0 67px; } }
      .block-benefits .box-col:first-child .box-icon {
        left: calc(100% + 20px); }
        @media (max-width: 1023px) {
          .block-benefits .box-col:first-child .box-icon {
            left: auto;
            right: calc(100% + 20px); } }
    .block-benefits .box-col:last-child {
      padding-left: 67px; }
      .block-benefits .box-col:last-child .box-icon {
        right: calc(100% + 20px); }
  .block-benefits .box-img {
    padding-top: 103.61%; }
    .block-benefits .box-img-wrap {
      width: 40%;
      padding: 0 30px; }
      @media (max-width: 1023px) {
        .block-benefits .box-img-wrap {
          display: none; } }
  .block-benefits .box-item {
    padding: 15px 0 28px;
    position: relative; }
    .block-benefits .box-item .box-icon {
      display: flex;
      width: 47px;
      margin-bottom: 10px;
      position: absolute;
      top: 0; }
    .block-benefits .box-item .subtitle, .block-benefits .box-item .block-two-img .box-text .box-arrow, .block-two-img .box-text .block-benefits .box-item .box-arrow, .block-benefits .box-item .slider-realization .slick-dots li, .slider-realization .slick-dots .block-benefits .box-item li, .block-benefits .box-item .block-contact .box-text p, .block-contact .box-text .block-benefits .box-item p {
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 2.6px;
      text-transform: uppercase;
      color: #3C4A12;
      margin-bottom: 10px; }

.mediablock {
  background: #BBB296;
  position: relative; }
  @media (max-width: 767px) {
    .mediablock {
      padding: 60px 0 135px; } }
  .mediablock:before {
    content: '';
    width: 746px;
    height: 593px;
    background: url(./3fe6258fdc27224bfed463121a6fedbe.svg) no-repeat 0 0;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    left: -70px;
    z-index: 2;
    bottom: 0;
    transform: scale(1.2); }
    @media (max-width: 767px) {
      .mediablock:before {
        display: none; } }
  .mediablock .container {
    max-width: 975px;
    width: 100%; }
  .mediablock-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -80px;
    position: relative; }
    @media (max-width: 1023px) {
      .mediablock-blocks {
        margin: 0 -40px; } }
  .mediablock-block {
    padding: 0 80px;
    width: 50%;
    padding-bottom: 84px; }
    @media (max-width: 1023px) {
      .mediablock-block {
        padding: 0 40px;
        padding-bottom: 84px; } }
    @media (max-width: 767px) {
      .mediablock-block {
        width: 100%;
        padding-bottom: 50px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .mediablock-block:nth-child(odd):not(:first-child).mediablock-inner {
        padding-left: 40px;
        padding-right: 70px; } }
    @media (min-width: 768px) {
      .mediablock-block:nth-child(odd):not(:first-child).mediablock-inner .mediablock-slider_arrows {
        text-align: right;
        transform: translateX(38px) translateY(-80px); } }
    .mediablock-block.block-title {
      padding-bottom: 144px; }
      @media (max-width: 1023px) {
        .mediablock-block.block-title {
          padding-bottom: 164px; } }
      @media (max-width: 767px) {
        .mediablock-block.block-title {
          padding-bottom: 50px; } }
    .mediablock-block .box-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      aspect-ratio: 9/9;
      position: unset; }
    .mediablock-block h2 {
      margin-top: 137px;
      min-width: 428px;
      color: #FFFCF6; }
      @media (max-width: 1023px) {
        .mediablock-block h2 {
          min-width: unset; } }
      @media (max-width: 767px) {
        .mediablock-block h2 {
          margin-top: 0; } }
    .mediablock-block .box-text {
      margin-top: 26px; }
      .mediablock-block .box-text h3 {
        font-size: 13px;
        letter-spacing: 2.6px;
        font-family: 'Satoshi';
        font-weight: 700;
        text-transform: uppercase;
        color: #FFFCF6;
        margin-bottom: 10px; }
      .mediablock-block .box-text_description {
        color: #FFFCF6; }
    .mediablock-block .box-video {
      position: relative;
      display: inline-block; }
      .mediablock-block .box-video:after {
        width: 55px;
        height: 53px;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url(./5e4edf0b9c54447b1020e993abb56844.svg) no-repeat 0 0; }
      .mediablock-block .box-video img {
        aspect-ratio: 3.58/4.88;
        width: 100%;
        max-width: 358px; }
    @media (max-width: 767px) {
      .mediablock-block.block-title {
        order: -1; } }
    @media (max-width: 989px) {
      .mediablock-block.mediablock-inner {
        padding-left: 60px; } }
  .mediablock-slider {
    width: 358px;
    max-width: 100%; }
    .mediablock-slider img {
      padding: 1px; }
    .mediablock-slider_arrows {
      position: relative;
      transform: translateX(-38px) translateY(-80px);
      height: 0;
      width: 358px;
      max-width: 100%; }
      .mediablock-slider_arrows button {
        background: transparent;
        border: none;
        padding: 10px;
        width: 55px;
        height: 55px;
        display: inline-block; }
        .mediablock-slider_arrows button.slick-disabled {
          opacity: .3; }
        .mediablock-slider_arrows button i {
          font-size: 35px;
          color: white; }

.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center; }
  .video-popup iframe {
    width: 70%;
    height: 70%; }

/* Section Blog */
.section-blog .block-heading {
  margin: 0 6.37% 60px; }
  @media (max-width: 1199px) {
    .section-blog .block-heading {
      margin: 0 0 60px; } }
  @media (max-width: 767px) {
    .section-blog .block-heading {
      margin-bottom: 40px; } }

.section-blog .block-btn {
  text-align: center;
  margin: 92px 6.37% 0; }
  @media (max-width: 1199px) {
    .section-blog .block-btn {
      margin: 92px 0 0; } }
  @media (max-width: 767px) {
    .section-blog .block-btn {
      margin-top: 70px; } }

.block-posts {
  display: flex;
  flex-wrap: wrap;
  margin: -41px calc(6.37% - 11px); }
  @media (max-width: 1199px) {
    .block-posts {
      margin: -41px -11px; } }
  .block-posts .box-item {
    width: 33.333%;
    padding: 41px 11px; }
    @media (max-width: 767px) {
      .block-posts .box-item {
        width: 100%; } }
    .block-posts .box-item:first-child {
      width: 100%; }
      @media (min-width: 768px) {
        .block-posts .box-item:first-child .box-img {
          padding-top: 47.85%; } }
      .block-posts .box-item:first-child .box-text {
        padding-right: 14.6%; }
        @media (max-width: 1439px) {
          .block-posts .box-item:first-child .box-text {
            padding-right: 7.3%; } }
        @media (max-width: 1199px) {
          .block-posts .box-item:first-child .box-text {
            padding-right: 0; } }
      @media (min-width: 768px) {
        .block-posts .box-item:first-child h3 {
          font-size: 35px; } }
    .block-posts .box-item .box-img {
      padding-top: 123.74%;
      margin-bottom: 25px; }
    .block-posts .box-item .subtitle, .block-posts .box-item .block-two-img .box-text .box-arrow, .block-two-img .box-text .block-posts .box-item .box-arrow, .block-posts .box-item .slider-realization .slick-dots li, .slider-realization .slick-dots .block-posts .box-item li, .block-posts .box-item .block-contact .box-text p, .block-contact .box-text .block-posts .box-item p {
      opacity: 0.5;
      margin-bottom: 5px; }
    .block-posts .box-item h3 {
      margin-bottom: 5px; }
      @media (max-width: 1023px) {
        .block-posts .box-item h3 {
          font-size: 25px; } }

/* Section Default */
.section-default h1, .section-default .header-text,
.section-default h2,
.section-default h3,
.section-default h4,
.section-default h5,
.section-default h6 {
  margin: 60px 0 20px; }
  .section-default h1:first-child, .section-default .header-text:first-child,
  .section-default h2:first-child,
  .section-default h3:first-child,
  .section-default h4:first-child,
  .section-default h5:first-child,
  .section-default h6:first-child {
    margin-top: 0 !important; }
  .section-default h1:last-child, .section-default .header-text:last-child,
  .section-default h2:last-child,
  .section-default h3:last-child,
  .section-default h4:last-child,
  .section-default h5:last-child,
  .section-default h6:last-child {
    margin-bottom: 0 !important; }

.section-default h2 {
  font-size: 35px;
  line-height: 1.25; }
  @media (max-width: 767px) {
    .section-default h2 {
      font-size: 25px; } }

.block-default {
  margin: 0 12.74%; }
  @media (max-width: 1439px) {
    .block-default {
      margin: 0 6.37%; } }
  @media (max-width: 1199px) {
    .block-default {
      margin: 0; } }

/* Section Error */
.error404 .main {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #EEE8D7;
  position: relative; }
  .error404 .main:before {
    content: '';
    width: 746px;
    height: 593px;
    background: url(./e66e37383d2f68fac7ac13589afed3ae.svg) no-repeat 0 0;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
    @media (max-width: 1199px) {
      .error404 .main:before {
        top: -100px;
        right: -300px; } }
    @media (max-width: 767px) {
      .error404 .main:before {
        width: 396px;
        height: 434px;
        background-image: url(./fca466d37465330171b918c5b2dbb5af.svg);
        transform: rotate(90deg);
        top: -104px;
        right: -78px; } }

.error404 .section-hero-heading {
  display: none; }

.error404 .section-error {
  background: transparent; }

/*# sourceMappingURL=app.min.css.map*/