@charset "UTF-8";
.bg__primary {
  background: primary;
}

.bg__secondary {
  background: secondary;
}

.bg__third {
  background: third;
}

@font-face {
  font-family: "monts";
  src: url("./assets/fonts/mb.eot");
  src: url("./assets/fonts/mb.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/mb.woff2") format("woff2"), url("./assets/fonts/mb.woff") format("woff"), url("./assets/fonts/mb.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "monts";
  src: url("./assets/fonts/meb.eot");
  src: url("./assets/fonts/meb.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/meb.woff2") format("woff2"), url("./assets/fonts/meb.woff") format("woff"), url("./assets/fonts/meb.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "monts";
  src: url("./assets/fonts/ml.eot");
  src: url("./assets/fonts/ml.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/ml.woff2") format("woff2"), url("./assets/fonts/ml.woff") format("woff"), url("./assets/fonts/ml.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "monts";
  src: url("./assets/fonts/mr.eot");
  src: url("./assets/fonts/mr.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/mr.woff2") format("woff2"), url("./assets/fonts/mr.woff") format("woff"), url("./assets/fonts/mr.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "monts";
  src: url("./assets/fonts/msb.eot");
  src: url("./assets/fonts/msb.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/msb.woff2") format("woff2"), url("./assets/fonts/msb.woff") format("woff"), url("./assets/fonts/msb.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "monts";
  src: url("./assets/fonts/mm.eot");
  src: url("./assets/fonts/mm.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/mm.woff2") format("woff2"), url("./assets/fonts/mm.woff") format("woff"), url("./assets/fonts/mm.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GarageGothic";
  src: url("./assets/fonts/ggb.eot");
  src: url("./assets/fonts/ggb.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/ggb.woff2") format("woff2"), url("./assets/fonts/ggb.woff") format("woff"), url("./assets/fonts/ggb.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #000;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #242439;
}

::-webkit-scrollbar-thumb {
  background-color: #474756;
}

#wrapper {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font: 500 15px/24px "monts";
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background: #0f0e1d;
  margin: 0;
  padding: 0;
}
body.overflow {
  overflow: hidden;
}

main {
  display: block;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

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

input,
button,
textarea,
select {
  outline: none;
}

ol,
ul {
  list-style: none;
}
ol li,
ul li {
  list-style: none;
}

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

a {
  text-decoration: none;
  color: #cca85c;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #cca85c;
  text-decoration: none;
}

p {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  p {
    margin-bottom: 15px;
  }
}
p a {
  color: #474756;
}
p a:hover {
  color: #cca85c;
}

b, strong {
  font-weight: 700;
}

@media (max-width: 600px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}
.main-title, h1 {
  font: 700 46px/40px "GarageGothic";
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .main-title, h1 {
    font-size: 32px;
    line-height: 38px;
  }
}

.title, h2 {
  position: relative;
  font: 700 37px/37px "GarageGothic";
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}
.title span, h2 span {
  color: #cca85c;
}
.title::after, h2::after {
  content: "";
  width: 100px;
  height: 1px;
  background: #cca85c;
  display: block;
  margin: 25px auto 40px;
}
@media (max-width: 768px) {
  .title, h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.sub-title, h3 {
  font: 700 22px/32px "GarageGothic";
  margin-bottom: 22px;
  color: #fff;
}
@media (max-width: 768px) {
  .sub-title, h3 {
    font-size: 17px;
    line-height: 27px;
  }
}

.stitle {
  font: 600 16px/23px "monts";
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #cca85c;
  text-transform: uppercase;
}
.stitle.maincolor {
  color: #000;
}
@media (max-width: 768px) {
  .stitle {
    font-size: 16px;
    line-height: 20px;
  }
}

.f-20 {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .f-20 {
    font-size: 18px;
  }
}
.f-22 {
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .f-22 {
    font-size: 18px;
  }
}
.f-28 {
  font-size: 28px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .f-28 {
    font-size: 20px;
  }
}

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

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

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

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

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

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

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

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}
.gap-60 {
  gap: 60px;
}

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

@media (max-width: 768px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .my-80 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mt-80 {
    margin-top: 50px;
  }
  .mb-80 {
    margin-bottom: 50px;
  }
  .py-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-80 {
    padding-top: 50px;
  }
  .pb-80 {
    padding-bottom: 50px;
  }
}
[class^=d-flex] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class*=grid] {
  display: grid;
}

.grid-25 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-33 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .grid-33 {
    grid-template-columns: auto;
  }
}
.grid-50 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .grid-50 {
    grid-template-columns: auto;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.last_mb0 :last-child {
  margin-bottom: 0;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

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

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

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

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

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

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

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

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

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

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

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

.fancybox-slide--image {
  overflow: visible;
}

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

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

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

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
}

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

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: 0.3;
}

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

.fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, 0.4);
  border-top: 6px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

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

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

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

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left, .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

.fancybox-button--pause:before, .fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

.fancybox-button--thumbs, .fancybox-thumbs {
  display: none;
}

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
            box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
  .fancybox-slide--video .fancybox-content {
    max-width: 800px;
    max-height: 450px;
    margin: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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;
}

.slick-dots {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 0;
  line-height: 0;
  margin-top: 60px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.slick-dots li button {
  font-size: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: none;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  display: block;
}

.slick-arrow {
  width: 50px;
  height: 50px;
  border: none;
  font-size: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.menu-toggle {
  width: 45px;
  height: 45px;
  position: relative;
  z-index: 9;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
  cursor: pointer;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  background: #cca85c;
  border-radius: 50%;
}
.menu-toggle span {
  background: #fff;
}
.menu-toggle * {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.menu-toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 50;
}
.menu-toggle .hamburger span {
  display: block;
  border-radius: 5px;
  width: 24px;
  height: 2px;
  position: relative;
  top: 8px;
  left: 0;
  margin: 6px auto;
  right: 0;
}
.menu-toggle .hamburger span:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.menu-toggle .hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.menu-toggle .hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.menu-toggle .cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 2px;
}
.menu-toggle .cross span:nth-child(1) {
  height: 0%;
  width: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  margin-top: -13.5px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  border-radius: 5px;
}
.menu-toggle .cross span:nth-child(2) {
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  margin-top: -2.5px;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  border-radius: 5px;
}

.menu-open .menu-toggle .hamburger span {
  width: 0%;
}
.menu-open .menu-toggle .hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.menu-open .menu-toggle .hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.125s;
          transition-delay: 0.125s;
}
.menu-open .menu-toggle .hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.menu-open .menu-toggle .cross span:nth-child(1) {
  height: 25px;
  -webkit-transition-delay: 0.625s;
          transition-delay: 0.625s;
}
.menu-open .menu-toggle .cross span:nth-child(2) {
  width: 25px;
  -webkit-transition-delay: 0.375s;
          transition-delay: 0.375s;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
}

[class^=btn] {
  display: inline-block;
  vertical-align: top;
  padding: 0 40px;
  line-height: 60px;
  border: 0;
}

button {
  cursor: pointer;
}

.btn {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-bottom: 4px solid #5e491d;
}
.btn:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
}
.btn span, .btn img, .btn i {
  position: relative;
  left: 0;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  padding: 0 30px;
  background: #cca85c;
  border-radius: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btn-primary.v2:before {
  background: #94ba0f;
}
.btn-primary span {
  text-transform: uppercase;
  color: #fff;
  font: 500 16px/20px "monts";
  z-index: 2;
}
.btn-primary i {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 4px 8px;
}
.btn-primary img {
  position: relative;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn-primary:before {
  background: #94ba0f;
}
.btn-contact, .btn-third {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  padding: 0 30px;
  background: #94ba0f;
  border-radius: 30px;
  border-bottom: 4px solid #739304;
}
.btn-contact span, .btn-third span {
  text-transform: uppercase;
  color: #fff;
  font: 500 16px/20px "monts";
}
.btn-contact i, .btn-third i {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 4px 8px;
}
.btn-contact img, .btn-third img {
  position: relative;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn-contact:before {
  background: #cca85c;
}
.btn-contact i {
  display: block;
  width: 16px;
  height: 16px;
  background: url(./assets/img/send.svg) center no-repeat transparent;
}
.btn-third {
  background: #94ba0f;
}
.btn-third:before {
  background: #cca85c;
}

@media (min-width: 1280px) {
  .btn:hover {
    background: #94ba0f;
    border-bottom: 4px solid #4a5e05;
  }
  .btn:hover i {
    -webkit-transform: scale(1.3) translate(7px, 1px);
            transform: scale(1.3) translate(7px, 1px);
  }
  .btn-third:hover {
    background: #cca85c;
    border-bottom: 4px solid #816220;
  }
  .btn-third:hover:before {
    background: #cca85c;
  }
}
@media (max-width: 600px) {
  .btn-primary, .btn, .btn-second, .btn-five, .btn-third {
    padding: 0 15px;
    height: 38px;
  }
  .btn-primary span, .btn span, .btn-second span, .btn-five span, .btn-third span {
    font-size: 13px;
    line-height: 23px;
  }
  .btn-primary i, .btn i, .btn-second i, .btn-five i, .btn-third i {
    max-width: 12px;
    margin: 0 0 0 8px;
  }
}
form {
  text-align: left;
}
form .grid-50 {
  display: grid;
  display: -ms-grid;
  gap: 0;
  grid-template-columns: 1fr;
}
form label {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  color: #000;
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
}
form input {
  font-size: 13px;
  line-height: 23px;
  border: 1px solid transparent;
  color: #000;
  padding: 0;
  width: 100%;
  height: 30px;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #94ba0f;
}
form input::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 23px;
  color: #000;
}
form input::-moz-placeholder {
  font-size: 13px;
  line-height: 23px;
  color: #000;
}
form input:-ms-input-placeholder {
  font-size: 13px;
  line-height: 23px;
  color: #000;
}
form input::-ms-input-placeholder {
  font-size: 13px;
  line-height: 23px;
  color: #000;
}
form input::placeholder {
  font-size: 13px;
  line-height: 23px;
  color: #000;
}
form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  width: 100%;
  height: 80px;
  font-size: 13px;
  line-height: 23px;
  color: #000;
  padding: 10px 0;
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e6e6e6;
}
form .form-group {
  margin: 0 0 20px;
  max-width: 100%;
}
form .nice-select {
  width: 100%;
  height: 50px;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  padding: 10px 50px 10px 0;
  margin-bottom: 30px;
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e6e6e6;
}
form .nice-select span {
  width: 100% !important;
  height: auto !important;
  position: relative;
  overflow: hidden;
}
form .nice-select:hover, form .nice-select:focus {
  border-color: inherit;
  border: none;
  border-bottom: 1px solid #1d2029;
}
form .nice-select .list {
  width: 100%;
  margin: 0;
}
form .nice-select .list li::before {
  display: none;
}
form .nice-select.open::after {
  top: 20px;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
form .nice-select:after {
  top: 30px;
  right: 0;
  width: 13px;
  height: 11px;
  background: url(./assets/img/select.svg) 50%/contain no-repeat;
  border: none;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
form .nice-select::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34px;
  height: 44px;
  background: transparent;
}
form .nice-select .option:hover, form .nice-select .option.focus, form .nice-select .option.selected.focus {
  background: #e6e6e6;
}
form .message {
  grid-area: 1 span/2 span;
}
form .last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
}
form .last p {
  margin-bottom: 0;
}
form .last .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
form .itemcenter {
  margin: 25px 0;
}

@media (min-width: 600px) {
  form .grid-50 {
    grid-template-columns: 1fr 1fr;
  }
  form input {
    font-size: 15px;
    line-height: 25px;
    height: 47px;
  }
  form input::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 25px;
    color: #000;
  }
  form input::-moz-placeholder {
    font-size: 15px;
    line-height: 25px;
    color: #000;
  }
  form input:-ms-input-placeholder {
    font-size: 15px;
    line-height: 25px;
    color: #000;
  }
  form input::-ms-input-placeholder {
    font-size: 15px;
    line-height: 25px;
    color: #000;
  }
  form input::placeholder {
    font-size: 15px;
    line-height: 25px;
    color: #000;
  }
  form textarea {
    height: 150px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
  }
  form label {
    font-size: 15px;
    line-height: 15px;
  }
  form .grid-50 {
    display: grid;
    display: -ms-grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  form .form-group {
    margin: 0 0 20px;
  }
  form .last {
    margin-bottom: 0;
  }
  form .last .btn {
    width: 50%;
    margin: 0;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 60;
  background: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0f0e1d), color-stop(50%, rgba(15, 14, 29, 0.2470588235)), color-stop(70%, rgba(15, 14, 29, 0.0156862745)));
  background: linear-gradient(to bottom, #0f0e1d 0%, rgba(15, 14, 29, 0.2470588235) 50%, rgba(15, 14, 29, 0.0156862745) 70%);
  z-index: -1;
}
.header .logo {
  position: absolute;
  top: 32px;
  left: 10vw;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 20;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header .logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__top {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.header__top::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 500%;
  height: 100%;
  background: #474756;
  z-index: -1;
}
.header__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.header nav ul {
  position: relative;
}
.header nav ul li {
  position: relative;
}
.header nav ul li:last-child::before {
  display: none;
}
.header nav ul li a {
  display: block;
  font: 500 16px/100px "monts";
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 15px;
}
.header nav ul li .sub-menu {
  background: #000;
  width: 250px;
  height: auto;
  margin-left: -85px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.header nav ul li .sub-menu li a {
  font: 500 16px/40px "monts";
  text-align: center;
  color: #94ba0f;
  margin: 0;
}
.header .menu-toggle {
  display: none;
}
.header .recherche {
  margin: 0 60px 5px 0;
}
.header .recherche input {
  font: 14px/28px "monts";
  color: #fff;
  padding: 0 10px 0 35px;
  background: url(./assets/img/recherche.svg) center left no-repeat transparent;
  border: none;
  border-bottom: 1px solid #5c5c5c;
}
.header .recherche input::-webkit-input-placeholder {
  font: 14px/28px "monts";
  color: #fff;
}
.header .recherche input::-moz-placeholder {
  font: 14px/28px "monts";
  color: #fff;
}
.header .recherche input:-ms-input-placeholder {
  font: 14px/28px "monts";
  color: #fff;
}
.header .recherche input::-ms-input-placeholder {
  font: 14px/28px "monts";
  color: #fff;
}
.header .recherche input::placeholder {
  font: 14px/28px "monts";
  color: #fff;
}
.header .langue {
  position: relative;
  margin-left: 35px;
  padding-right: 20px;
}
.header .langue > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  cursor: pointer;
}
.header .langue > div:not(.active) {
  position: absolute;
  top: calc(100% + 10px);
  left: -15px;
  background-color: #fff;
  color: #24221f;
  padding: 10px 15px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .langue > div a {
  display: block;
}
.header .langue img {
  width: 34px;
  height: 21px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .langue::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #0a2946 transparent transparent transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (min-width: 1280px) {
  .header .langue:hover > div {
    opacity: 1;
  }
}
.header .identifiant {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  padding: 10px;
  border: none;
  -webkit-transition: 400ms all ease-in-out;
  transition: 400ms all ease-in-out;
}
.header .identifiant:hover div {
  opacity: 1;
  visibility: visible;
}
.header .identifiant span {
  position: relative;
  display: block;
  color: #fff;
  font-weight: bold;
}
.header .identifiant div {
  position: absolute;
  left: 50%;
  top: 43px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f5f5f5;
  opacity: 0;
  z-index: 20;
  padding: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
}
.header .identifiant div a {
  display: block;
  padding: 10px 20px;
  text-align: center;
}
.header .identifiant div a:hover {
  background: #474756;
  color: #fff;
}
.header .identifiant img {
  width: 15px;
  height: 17px;
}
.header .btn {
  margin-left: 40px;
}

.header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-open {
  overflow: hidden;
}

.scroll .header {
  background: #0f0e1d;
  -webkit-box-shadow: 0px 17px 65px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 17px 65px 0px rgba(0, 0, 0, 0.06);
}

@media (min-width: 1280px) {
  .scroll .header {
    top: 0;
  }
  .scroll .header nav ul li a {
    line-height: 80px;
  }
  .header nav ul li:hover a {
    color: #cca85c;
  }
  .header nav ul li:hover::after {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
  }
  .header nav ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .header nav ul li .sub-menu li a:hover {
    background: #ca9b5c;
  }
}
@media (max-width: 1024px) {
  .header {
    height: 100px;
    padding: 0 5vw;
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .menu-toggle {
    display: block;
  }
  .header__top::after {
    display: none;
  }
  .header nav {
    display: block;
  }
  .header nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header nav > ul::after {
    display: none;
  }
  .header nav > ul li::after {
    display: none;
  }
  .header nav > ul li.current-menu-item a {
    color: #474756;
  }
  .header nav > ul li a {
    line-height: 50px;
  }
  .header .logo {
    left: 5vw;
    max-width: 175px;
  }
  .header .btn {
    margin: 80px 0 0;
    padding: 0 20px 0 25px;
    background: #94ba0f;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #0f0e1d;
    padding: 0 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    padding-top: 40px;
  }
  .menu.active {
    left: 0;
  }
  .header nav ul {
    margin-top: 80px;
  }
  .header nav ul li::before {
    display: none;
  }
  .header nav > ul li a {
    font-size: 16px;
    line-height: 40px;
    margin: 0;
    color: #fff;
  }
  .header nav > ul li.current-menu-item a {
    color: #cca85c;
  }
  .header .langue {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 30px 0 0;
  }
  .header .langue::after {
    border-color: #fff transparent transparent transparent;
  }
  .header .langue > div.show {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 600px) {
  .header {
    height: 80px;
  }
  .menu {
    top: 0;
  }
  .btn-contact {
    padding: 0 20px;
  }
}
footer {
  position: relative;
  color: #fff;
}
footer .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 75px 0;
  z-index: 5;
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 0 30px;
}
.footer ul li {
  display: block;
  font: 15px/25px "monts";
  color: #fff;
  margin: 0 20px;
  position: relative;
}
.footer ul li::after {
  content: "";
  position: absolute;
  top: 51%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #fff;
}
.footer ul li:last-child::after {
  display: none;
}
.footer ul li span {
  color: #cca85c;
  font-weight: 600;
}
.footer ul li a {
  color: #fff;
}
.footer .logofooter {
  display: block;
}
.footer .logofooter img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .footer ul li a:hover {
    color: #cca85c;
  }
}
@media (max-width: 880px) {
  .footer {
    display: grid;
    grid-template-columns: 1fr;
    padding: 30px 0;
    gap: 20px;
  }
  .footer .logo img {
    margin: 0 auto;
  }
  .footer ul {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer ul li {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer ul li {
    font-size: 13px;
    line-height: 23px;
    margin: 0 5px;
  }
  .footer ul li::after {
    display: none;
  }
  .footer .logofooter img {
    max-width: 200px;
  }
}
@media (max-width: 420px) {
  .footer ul li {
    font-size: 11px;
    line-height: 21px;
    margin: 0 2px;
  }
  .footer ul li::after {
    right: -3px;
    height: 8px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 60;
  background: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0f0e1d), color-stop(50%, rgba(15, 14, 29, 0.2470588235)), color-stop(70%, rgba(15, 14, 29, 0.0156862745)));
  background: linear-gradient(to bottom, #0f0e1d 0%, rgba(15, 14, 29, 0.2470588235) 50%, rgba(15, 14, 29, 0.0156862745) 70%);
  z-index: -1;
}
.header .logo {
  position: absolute;
  top: 32px;
  left: 10vw;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 20;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header .logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__top {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.header__top::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 500%;
  height: 100%;
  background: #474756;
  z-index: -1;
}
.header__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.header nav ul {
  position: relative;
}
.header nav ul li {
  position: relative;
}
.header nav ul li:last-child::before {
  display: none;
}
.header nav ul li a {
  display: block;
  font: 500 16px/100px "monts";
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 15px;
}
.header nav ul li .sub-menu {
  background: #000;
  width: 250px;
  height: auto;
  margin-left: -85px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.header nav ul li .sub-menu li a {
  font: 500 16px/40px "monts";
  text-align: center;
  color: #94ba0f;
  margin: 0;
}
.header .menu-toggle {
  display: none;
}
.header .recherche {
  margin: 0 60px 5px 0;
}
.header .recherche input {
  font: 14px/28px "monts";
  color: #fff;
  padding: 0 10px 0 35px;
  background: url(./assets/img/recherche.svg) center left no-repeat transparent;
  border: none;
  border-bottom: 1px solid #5c5c5c;
}
.header .recherche input::-webkit-input-placeholder {
  font: 14px/28px "monts";
  color: #fff;
}
.header .recherche input::-moz-placeholder {
  font: 14px/28px "monts";
  color: #fff;
}
.header .recherche input:-ms-input-placeholder {
  font: 14px/28px "monts";
  color: #fff;
}
.header .recherche input::-ms-input-placeholder {
  font: 14px/28px "monts";
  color: #fff;
}
.header .recherche input::placeholder {
  font: 14px/28px "monts";
  color: #fff;
}
.header .langue {
  position: relative;
  margin-left: 35px;
  padding-right: 20px;
}
.header .langue > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  cursor: pointer;
}
.header .langue > div:not(.active) {
  position: absolute;
  top: calc(100% + 10px);
  left: -15px;
  background-color: #fff;
  color: #24221f;
  padding: 10px 15px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .langue > div a {
  display: block;
}
.header .langue img {
  width: 34px;
  height: 21px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .langue::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #0a2946 transparent transparent transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (min-width: 1280px) {
  .header .langue:hover > div {
    opacity: 1;
  }
}
.header .identifiant {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  padding: 10px;
  border: none;
  -webkit-transition: 400ms all ease-in-out;
  transition: 400ms all ease-in-out;
}
.header .identifiant:hover div {
  opacity: 1;
  visibility: visible;
}
.header .identifiant span {
  position: relative;
  display: block;
  color: #fff;
  font-weight: bold;
}
.header .identifiant div {
  position: absolute;
  left: 50%;
  top: 43px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f5f5f5;
  opacity: 0;
  z-index: 20;
  padding: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
}
.header .identifiant div a {
  display: block;
  padding: 10px 20px;
  text-align: center;
}
.header .identifiant div a:hover {
  background: #474756;
  color: #fff;
}
.header .identifiant img {
  width: 15px;
  height: 17px;
}
.header .btn {
  margin-left: 40px;
}

.header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-open {
  overflow: hidden;
}

.scroll .header {
  background: #0f0e1d;
  -webkit-box-shadow: 0px 17px 65px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 17px 65px 0px rgba(0, 0, 0, 0.06);
}

@media (min-width: 1280px) {
  .scroll .header {
    top: 0;
  }
  .scroll .header nav ul li a {
    line-height: 80px;
  }
  .header nav ul li:hover a {
    color: #cca85c;
  }
  .header nav ul li:hover::after {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
  }
  .header nav ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .header nav ul li .sub-menu li a:hover {
    background: #ca9b5c;
  }
}
@media (max-width: 1024px) {
  .header {
    height: 100px;
    padding: 0 5vw;
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .menu-toggle {
    display: block;
  }
  .header__top::after {
    display: none;
  }
  .header nav {
    display: block;
  }
  .header nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header nav > ul::after {
    display: none;
  }
  .header nav > ul li::after {
    display: none;
  }
  .header nav > ul li.current-menu-item a {
    color: #474756;
  }
  .header nav > ul li a {
    line-height: 50px;
  }
  .header .logo {
    left: 5vw;
    max-width: 175px;
  }
  .header .btn {
    margin: 80px 0 0;
    padding: 0 20px 0 25px;
    background: #94ba0f;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #0f0e1d;
    padding: 0 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    padding-top: 40px;
  }
  .menu.active {
    left: 0;
  }
  .header nav ul {
    margin-top: 80px;
  }
  .header nav ul li::before {
    display: none;
  }
  .header nav > ul li a {
    font-size: 16px;
    line-height: 40px;
    margin: 0;
    color: #fff;
  }
  .header nav > ul li.current-menu-item a {
    color: #cca85c;
  }
  .header .langue {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 30px 0 0;
  }
  .header .langue::after {
    border-color: #fff transparent transparent transparent;
  }
  .header .langue > div.show {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 600px) {
  .header {
    height: 80px;
  }
  .menu {
    top: 0;
  }
  .btn-contact {
    padding: 0 20px;
  }
}
footer {
  position: relative;
  color: #fff;
}
footer .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 75px 0;
  z-index: 5;
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 0 30px;
}
.footer ul li {
  display: block;
  font: 15px/25px "monts";
  color: #fff;
  margin: 0 20px;
  position: relative;
}
.footer ul li::after {
  content: "";
  position: absolute;
  top: 51%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #fff;
}
.footer ul li:last-child::after {
  display: none;
}
.footer ul li span {
  color: #cca85c;
  font-weight: 600;
}
.footer ul li a {
  color: #fff;
}
.footer .logofooter {
  display: block;
}
.footer .logofooter img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .footer ul li a:hover {
    color: #cca85c;
  }
}
@media (max-width: 880px) {
  .footer {
    display: grid;
    grid-template-columns: 1fr;
    padding: 30px 0;
    gap: 20px;
  }
  .footer .logo img {
    margin: 0 auto;
  }
  .footer ul {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer ul li {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer ul li {
    font-size: 13px;
    line-height: 23px;
    margin: 0 5px;
  }
  .footer ul li::after {
    display: none;
  }
  .footer .logofooter img {
    max-width: 200px;
  }
}
@media (max-width: 420px) {
  .footer ul li {
    font-size: 11px;
    line-height: 21px;
    margin: 0 2px;
  }
  .footer ul li::after {
    right: -3px;
    height: 8px;
  }
}
.bg1 {
  background: #0f0e1d;
}

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

.bg3 {
  background: #0f0e1d;
}

.bg4 {
  background: #94ba0f;
}

.bgwhite {
  background: #fff;
}

.bgdefault {
  background: #474756;
  color: #fff;
  overflow: hidden;
}

.bgcustom1 {
  background: -webkit-gradient(linear, left bottom, left top, from(#0f0e1d), color-stop(40%, #0f0e1d), color-stop(40%, #faf7fb), to(#faf7fb));
  background: linear-gradient(to top, #0f0e1d 0%, #0f0e1d 40%, #faf7fb 40%, #faf7fb 100%);
}

.bgcustom2 {
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(40%, transparent), color-stop(40%, #94ba0f), to(#94ba0f));
  background: linear-gradient(to top, transparent 0%, transparent 40%, #94ba0f 40%, #94ba0f 100%);
}

.bgcustom3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#94ba0f), color-stop(40%, #94ba0f), color-stop(40%, transparent), to(transparent));
  background: linear-gradient(to bottom, #94ba0f 0%, #94ba0f 40%, transparent 40%, transparent 100%);
}

.bgcustom4 {
  background: linear-gradient(to bottom, #94ba0f 0%, #94ba0f 165px, #0f0e1d 165px, #0f0e1d 100%);
}

.bg50 {
  background: -webkit-gradient(linear, left top, left bottom, from(#94ba0f), color-stop(50%, #94ba0f), color-stop(50%, transparent), to(transparent));
  background: linear-gradient(to bottom, #94ba0f 0%, #94ba0f 50%, transparent 50%, transparent 100%);
}

.banner {
  position: relative;
  height: 95vh;
  max-height: 856px;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 60px;
  z-index: 5;
}
.banner .text {
  position: relative;
  text-align: center;
  z-index: 2;
  max-width: 620px;
  margin: 0 auto;
}
.banner .text .stitle {
  margin-bottom: 0;
}
.banner .text h1 {
  position: relative;
  margin-bottom: 30px;
}
.banner .text h1 span {
  color: #474756;
}
.banner .text .btn {
  margin: 0 auto;
}
.banner .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .img img:last-child {
  display: none;
}

.slider .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(248, 249, 253, 0.1529411765);
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.slider .slick-arrow.slick-prev {
  left: -75px;
  background-image: url(./assets/img/prev.svg);
  background-position: 45% 50%;
}
.slider .slick-arrow.slick-next {
  right: -75px;
  background-image: url(./assets/img/next.svg);
  background-position: 55% 50%;
}
.slider .item {
  position: relative;
  max-height: 350px;
  padding-bottom: 15px;
  margin: 0 5px;
}
.slider .item .img {
  background: #130f20;
  padding: 10px 10px 0 10px;
  overflow: hidden;
}
.slider .item .img img {
  width: auto;
  height: auto;
  margin: 0 auto;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.slider .item .text {
  text-align: center;
}
.slider .item .text .nom {
  position: absolute;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 30px;
  text-align: center;
  background: #cca85c;
  font: 28px/28px "GarageGothic";
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.event {
  max-width: 1480px;
  margin: 0 auto;
}
.event .slick-list {
  height: 100%;
}
.event .slick-track {
  margin: 15% 0 28%;
}
.event .img {
  position: relative;
  margin: 0 1.1%;
  opacity: 20%;
  z-index: 1;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.event .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.event .img .btn {
  position: absolute;
  bottom: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.event .slick-current {
  opacity: 100%;
  z-index: 3;
}
.event .slick-current > img {
  -webkit-transform: scale(2.35);
          transform: scale(2.35);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.295);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.295);
}
.event .slick-current .btn {
  opacity: 1;
  visibility: visible;
}
.event .slick-arrow {
  width: 26%;
  height: 60%;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.border {
  position: relative;
}
.border::after {
  content: "";
  position: absolute;
  max-width: 1200px;
  width: calc(100% - 80px);
  height: 10px;
  background: #cca85c;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}

.contentbloc {
  position: absolute;
  top: -80px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 20px 0 85px;
}
.container .video-list {
  width: 30%;
  height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #0b0b17;
  padding: 20px;
  border: 8px solid transparent;
  border-left: none;
  border-radius: 7px;
}
.container .video-list iframe {
  width: 100%;
}
.container .video-list::-webkit-scrollbar {
  width: 6px;
  background-color: #242439;
}
.container .video-list::-webkit-scrollbar-thumb {
  background-color: #474756;
  border: 2px solid #242439;
}
.container .video-player {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.container .video-player iframe {
  width: 100%;
  height: 450px;
  border-radius: 8px;
}
.container .video-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 95px;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1b1b30;
}
.container .video-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.container .video-item span {
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
}
.container .video-item img {
  width: 120px;
  height: 100%;
  min-height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

.partner {
  display: grid;
  grid-template-columns: 25% 75%;
  padding: 50px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partner .icontitle {
  position: relative;
  text-align: left;
  padding-right: 25px;
}
.partner .icontitle::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.partner .icontitle .icon {
  margin-bottom: 15px;
}
.partner .icontitle .title {
  text-align: left;
  margin-bottom: 0;
}
.partner .icontitle .title span {
  display: block;
}
.partner .icontitle .title::after {
  display: none;
}
.partner .partneritem {
  padding-left: 20px;
}
.partner .partneritem .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  overflow: hidden;
  border-radius: 5px;
}
.partner .partneritem .img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 145px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 5px;
}
.partner .partneritem .slick-list, .partner .partneritem .slick-track {
  height: 100%;
}

.imgtext {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin: 70px 0;
}
.imgtext.m0 {
  margin: 0;
}
.imgtext .text {
  padding: 60px 0;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
}
.imgtext .text .grouptitle {
  margin-bottom: 20px;
}
.imgtext .text .grouptitle h2 {
  margin-bottom: 0;
  font-size: 24px;
}
.imgtext .text .grouptitle .title {
  position: relative;
  font-size: 24px;
  padding-left: 13px;
  margin-bottom: 0;
}
.imgtext .text .grouptitle .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 23px;
  background: #474756;
}
.imgtext .text p {
  margin-bottom: 25px;
}
.imgtext .text p:last-child {
  margin-bottom: 0;
}
.imgtext .text p a {
  color: #cca85c;
}
.imgtext .text .btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.imgtext .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.imgtext.reverse .img {
  grid-area: 1/2;
}
.imgtext.v1 {
  border-radius: 10px;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
  background: #fff;
}
.imgtext.v1 .img {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.imgtext.v1 .img img {
  width: auto;
  height: auto;
  border-radius: 0;
}
.imgtext.v1 .text {
  padding: 70px 40px 70px 0;
  background: #fff;
}
.imgtext.v1.revers .text {
  padding: 70px 0 70px 40px;
}
.imgtext.v2 .text {
  padding: 20px 40px 20px 0;
}
.imgtext.v2.reverse.text {
  padding-right: 0;
}
.imgtext.v2 .img {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.imgtext.v2 .img img {
  width: auto;
  height: auto;
}
.imgtext.v3 {
  border-radius: 10px;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
  -webkit-box-shadow: 0px 44px 58.8px 39.2px rgba(18, 5, 52, 0.05);
          box-shadow: 0px 44px 58.8px 39.2px rgba(18, 5, 52, 0.05);
}
.imgtext.v3 .img {
  height: 100%;
  max-height: 330px;
}
.imgtext.v3 .img img {
  border-radius: 0;
}
.imgtext.v3 .text {
  padding: 20px 40px;
  background: #fff;
}
.imgtext.v3 .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.imgtext.v3.reverse .text {
  padding: 20px 60px 20px 40px;
}
.imgtext.v4 {
  gap: 0;
}
.imgtext.v4 .text {
  padding-left: 60px;
}
.imgtext.v4 .img {
  position: relative;
  overflow: hidden;
  border-radius: 60px 0 60px 0;
}
.imgtext.v4 .img.withimg {
  position: relative;
}
.imgtext.v4 .img.withimg::after {
  content: url(./assets/img/figure-2.svg);
  position: absolute;
  display: block;
  top: 15px;
  left: calc(50% + 40px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
.imgtext.v4 .img.withimg::before {
  content: url(./assets/img/figure-1.svg);
  position: absolute;
  bottom: 0px;
  left: 50px;
  display: block;
  z-index: 5;
}
.imgtext.v4 .img i {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.imgtext.v4 .img i::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50px;
  top: 0;
  right: 0;
  background: #fff;
}
.imgtext.v4 .img i::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50px;
  bottom: 0;
  left: 0;
  background: #fff;
}
.imgtext.v4 .img i span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 100%;
  background: #fff;
  z-index: 3;
}
.imgtext.v4.reverse .text {
  padding-right: 60px;
  padding-left: 0;
}
.imgtext.v5 {
  border-radius: 10px;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
}
.imgtext.v5 .img {
  position: relative;
  overflow: visible;
}
.imgtext.v5 .img img {
  border-radius: 10px 0 0 10px;
}
.imgtext.v5 .img.withimg {
  position: relative;
}
.imgtext.v5 .img.withimg::after {
  content: url(./assets/img/vague.svg);
  position: absolute;
  display: block;
  top: 50%;
  left: -100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.imgtext.v5 h3, .imgtext.v5 h2, .imgtext.v5 .title {
  color: #fff;
}
.imgtext.v5 .text {
  padding: 60px;
  background: #0f0e1d;
  color: #fff;
  border-radius: 0 10px 10px 0;
}
.imgtext.v5 .text.withimg {
  position: relative;
}
.imgtext.v5 .text.withimg::before {
  content: url(./assets/img/figure-1.svg);
  position: absolute;
  bottom: -30px;
  right: -95px;
  display: block;
  z-index: 2;
}
.imgtext.v5.reverse .img img {
  border-radius: 0 10px 10px 0;
}
.imgtext.v5.reverse .img.withimg::after {
  right: -100px;
  left: inherit;
}
.imgtext.v5.reverse .text {
  border-radius: 10px 0 0 10px;
}
.imgtext.v5.reverse .text.withimg::before {
  left: -95px;
  right: inherit;
}
.imgtext.full {
  display: block;
  position: relative;
  margin: 0;
  background: #f8f9fd;
}
.imgtext.full .text {
  position: relative;
  width: 50%;
  padding: 90px 0 90px 30px;
  margin: 0 0 0 auto;
}
.imgtext.full .text ul li {
  margin-bottom: 25px;
}
.imgtext.full .text ul li:last-child {
  margin-bottom: 0;
}
.imgtext.full .text ul li strong {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #cca85c;
}
.imgtext.full .img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 35px);
  height: 100%;
}
.imgtext.full .img img {
  border-radius: 0;
}
.imgtext.full.reverse .img {
  left: inherit;
  right: 0;
}
.imgtext.full.reverse .text {
  padding: 90px 30px 90px 0;
  margin: 0 auto 0 0;
}
.imgtext.full.custom1 .img {
  width: calc(50% + 35px);
}
.imgtext.full.custom1 .text {
  width: calc(50% - 35px);
  padding: 90px 0 90px 70px;
}
.imgtext.full.custom1.reverse .text {
  padding: 90px 70px 90px 0;
  margin: 0 auto 0 0;
}

.textcontent {
  text-align: center;
  padding: 0 0 30px;
  max-width: 850px;
  margin: 0 auto;
}
.textcontent .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: transparent;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.textcontent .icon.brown {
  background: #cca85c;
}
.textcontent .icon.max {
  width: 105px;
  height: 105px;
}
.textcontent h2, .textcontent .title {
  margin-bottom: 0;
}
.textcontent h2::after, .textcontent .title::after {
  display: none;
}
.textcontent p {
  color: #fff;
}
.textcontent p:last-child {
  margin-bottom: 0;
}
.textcontent.v2 {
  max-width: 480px;
  padding-bottom: 0;
}
.textcontent.v2 .title, .textcontent.v2 h2 {
  color: #fff;
}
.textcontent.v3 {
  max-width: 960px;
}
.textcontent.v3 h2 {
  color: #474756;
  margin-bottom: 10px;
}
.textcontent.v3 p {
  color: #474756;
  margin-bottom: 20px;
}
.textcontent.v3 h2, .textcontent.v3 h3 {
  margin-bottom: 10px;
}
.textcontent.v3 .sub-title {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 0;
}
.textcontent.v3 .stitle {
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 20px;
}
.textcontent.v3 .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.textcontent.v4 {
  max-width: 950px;
  padding: 50px 0 80px;
}
.textcontent.v4 .stitle, .textcontent.v4 h2, .textcontent.v4 h3 {
  margin-bottom: 15px;
}
.textcontent.v4 p {
  color: #000;
}
.textcontent.v4 p a, .textcontent.v4 p strong {
  color: #cca85c;
  font-weight: 700;
}
.textcontent.v4.pbsmall {
  padding-bottom: 55px;
}

.textcenter {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0 60px;
  text-align: center;
}
.textcenter p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.textcenter.v2 {
  padding: 55px 0 10px;
  text-align: center;
}
.textcenter .btn {
  margin: 0 auto;
}

.date {
  position: relative;
  padding-left: 35px;
  background: url(./assets/img/calendar.svg) left center/auto no-repeat;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.cardcustom {
  display: grid;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 44px 58.8px 39.2px rgba(18, 5, 52, 0.05);
          box-shadow: 0px 44px 58.8px 39.2px rgba(18, 5, 52, 0.05);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.cardcustom .img {
  overflow: hidden;
  max-height: 255px;
}
.cardcustom .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.cardcustom .text {
  padding: 20px 20px 25px;
}
.cardcustom .text h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #0f0e1d;
  margin-bottom: 0;
}
.cardcustom .text h3 a {
  display: block;
  color: #0f0e1d;
}
.cardcustom.v1 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 350px;
}
.cardcustom.v1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8431372549)), color-stop(50%, rgba(0, 0, 0, 0.2823529412)), color-stop(70%, rgba(0, 0, 0, 0.1176470588)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8431372549) 0%, rgba(0, 0, 0, 0.2823529412) 50%, rgba(0, 0, 0, 0.1176470588) 70%);
  z-index: 1;
}
.cardcustom.v1 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: inherit;
}
.cardcustom.v1 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cardcustom.v1 .text {
  position: relative;
  padding: 30px 30px 25px;
  color: #fff;
  z-index: 2;
}
.cardcustom.v1 .text h3 {
  color: #fff;
}
.cardcustom.v1 .text h3 a {
  color: #fff;
}
.cardcustom.v2 {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 0;
  min-height: 122px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #e6e6e6;
}
.cardcustom.v2:last-child {
  padding-bottom: 0;
  border: none;
}
.cardcustom.v2 .date {
  padding-left: 28px;
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 5px;
  background-size: 19px;
}
.cardcustom.v2 .img {
  width: 100%;
  height: 95px;
  border-radius: 10px;
  overflow: hidden;
}
.cardcustom.v2 .text {
  padding: 10px 20px;
}
.cardcustom.v2 .text h3 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #282e3a;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.cardcustom.v3 {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cardcustom.v4 {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 0;
  min-height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cardcustom.v4 .img {
  height: 100%;
}
.cardcustom.v4 .text {
  padding: 10px 25px;
}
.cardcustom.v4 .text h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #282e3a;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.blocklist {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.blocklist .icontitle {
  position: relative;
  background: #474756;
  border-radius: 10px;
  padding: 60px 50px;
  min-height: 390px;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-right: 10px;
}
.blocklist .icontitle .icon {
  margin-bottom: 30px;
}
.blocklist .icontitle .icon img {
  width: auto;
  height: auto;
}
.blocklist .icontitle .title {
  color: #fff;
  margin-bottom: 0;
}
.blocklist .itemcard {
  min-height: 360px;
  padding-left: 30px;
  padding-right: 30px;
}
.blocklist .list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.blocklist .list .item {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blocklist .list .item:first-child {
  padding: 0 15px 25px 0;
}
.blocklist .list .item:nth-child(2) {
  padding: 0 15px 25px 30px;
}
.blocklist .list .item:nth-child(3) {
  padding: 25px 15px 0 0;
}
.blocklist .list .item:nth-child(4) {
  padding: 25px 0 0 30px;
}
.blocklist .list .item .titlebadge {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blocklist .list .item .titlebadge::before {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  background: url(./assets/img/badge.svg) 50%/contain no-repeat;
}
.blocklist .list .item .titlebadge::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 120px;
  height: 1px;
  background: #cad7d0;
}
.blocklist .list .item .number {
  position: relative;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  color: #cca85c;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blocklist .list .item .title {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #94ba0f;
  margin-bottom: 0;
  text-transform: uppercase;
  padding-left: 25px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blocklist .list .item p {
  margin-bottom: 0;
}
.blocklist.v2 {
  grid-template-columns: 1fr 2fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
  padding-bottom: 70px;
}
.blocklist.v2 .icontitle {
  background: #474756;
  padding: 220px 50px 70px;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  overflow: hidden;
  min-height: 450px;
  margin: 0;
}
.blocklist.v2 .icontitle .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blocklist.v2 .icontitle .icon img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.blocklist.v2::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #474756;
  z-index: 1;
}
.blocklist.v3 {
  grid-template-columns: 1fr 1.5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

.titlelink {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px;
}
.titlelink h2, .titlelink .title {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.titlelink h2 i, .titlelink .title i {
  display: inline-block;
  margin-right: 10px;
}

.msmall {
  margin: 60px 0;
}

.mbsmall {
  margin-bottom: 60px;
}

.text p a {
  color: #cca85c;
}

@media (min-width: 1280px) {
  .slider .slick-arrow:hover {
    background-color: #cca85c;
  }
  .slider .item:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .partneritem .img:hover img {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@media (max-width: 1400px) {
  .slider .slick-arrow.slick-next {
    right: -15px;
  }
  .slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media (max-width: 1280px) {
  .imgtext {
    gap: 35px;
  }
  .imgtext .text {
    padding: 40px 0;
  }
  .imgtext.v2 .text {
    padding: 0;
  }
  .imgtext.v2.reverse {
    grid-template-columns: 1fr 1fr;
  }
  .imgtext.v2.reverse .text {
    padding-right: 0;
  }
  .imgtext.v3 .text {
    padding: 40px;
  }
  .imgtext.v3.reverse {
    grid-template-columns: 1fr 1fr;
  }
  .imgtext.v3.reverse .text {
    padding-right: 40px;
  }
  .imgtext.v4 .text {
    padding-left: 40px;
  }
  .imgtext.v4.reverse .text {
    padding-right: 40px;
  }
  .imgtext.v5 .text {
    padding: 50px;
  }
  .imgtext.full.custom1 .text, .imgtext.full.custom1.reverse .text, .imgtext.full .text, .imgtext.full.reverse .text {
    padding: 40px;
  }
  .slider .slick-arrow.slick-next {
    right: -12px;
  }
  .slider .slick-arrow.slick-prev {
    left: -12px;
  }
  .event .img .btn {
    bottom: -115%;
  }
  .event .slick-track {
    margin: 20% 0 30%;
  }
}
@media (max-width: 1024px) {
  .banner {
    max-height: 750px;
  }
  .banner .text h1 {
    font-size: 40px;
  }
  .slider .item {
    max-height: inherit;
  }
  .imgtext {
    margin: 60px 0;
    gap: 30px;
  }
  .imgtext .text {
    padding: 0;
  }
  .imgtext .text p {
    margin-bottom: 15px;
  }
  .imgtext .grouptitle .title {
    font-size: 20px;
    line-height: 28px;
  }
  .imgtext.v1 .text {
    padding: 30px 20px;
  }
  .imgtext.v3 .img {
    max-height: inherit;
  }
  .imgtext.v4 .img.withimg::before {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    left: 0;
    bottom: -20px;
  }
  .imgtext.v5.reverse .text,
  .imgtext.v5 .text {
    padding: 30px;
  }
  .imgtext.full {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .imgtext.full .img, .imgtext.full.custom1 .img, .imgtext.full.custom1.reverse .img, .imgtext.full.reverse .img {
    width: 100%;
    grid-area: inherit;
    position: relative;
    top: inherit;
    left: inherit;
  }
  .imgtext.full.custom1 .text, .imgtext.full.custom1.reverse .text, .imgtext.full.reverse .text, .imgtext.full .text {
    padding: 40px 0;
    width: 100%;
  }
  .imgtext.v5.reverse .text.withimg::before, .imgtext.v5.reverse .img.withimg::after, .imgtext.v5 .text.withimg::before, .imgtext.v5 .img.withimg::after {
    display: none;
  }
  .textcenter.v2 {
    padding: 40px 0 10px;
  }
  .textcontent.v5 {
    margin-top: 80px;
  }
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container .video-list {
    width: 100%;
  }
  .event {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .event .img {
    margin: 0 10px;
  }
  .event .img .btn {
    bottom: -110%;
  }
  .event .slick-track {
    margin: 20% 0 40%;
  }
  .event .slick-arrow {
    width: 22%;
    top: 37%;
  }
  .partner .icontitle .title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .partner .partneritem .img {
    margin: 0 5px;
  }
}
@media (max-width: 768px) {
  .bgcustom4 {
    background: linear-gradient(to bottom, #efe9f1 0%, #efe9f1 80px, #2c202f 80px, #2c202f 100%);
  }
  .banner {
    max-height: 750px;
    padding-bottom: 40px;
  }
  .banner .text.withimg::before {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .banner .text.withimg::after {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    right: -35px;
  }
  .banner .text h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .banner .img img:first-child {
    display: none;
  }
  .banner .img img:last-child {
    display: block;
  }
  .slider .item .text .nom {
    font-size: 20px;
    line-height: 20px;
    padding: 10px 15px;
  }
  .imgtext {
    grid-template-columns: 1fr;
  }
  .imgtext.v1, .imgtext.v2, .imgtext.v3 {
    grid-template-columns: 1fr;
    padding-bottom: 0;
    overflow: initial;
  }
  .imgtext.v1 .text, .imgtext.v2 .text, .imgtext.v3 .text {
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 2;
  }
  .imgtext.v1.reverse, .imgtext.v2.reverse, .imgtext.v3.reverse {
    grid-template-columns: 1fr;
  }
  .imgtext.v1.reverse .text, .imgtext.v2.reverse .text, .imgtext.v3.reverse .text {
    padding: 0;
  }
  .imgtext.v1 .img, .imgtext.v2 .img, .imgtext.v3 .img {
    position: relative;
  }
  .imgtext.v1 .img img, .imgtext.v2 .img img, .imgtext.v3 .img img {
    position: relative;
    z-index: 2;
    border-radius: 10px 10px 0 0;
  }
  .imgtext.v1 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .imgtext.v1 .img img {
    max-width: 150px;
  }
  .imgtext.v3 text, .imgtext.v3.reverse .text {
    padding: 30px 20px;
  }
  .imgtext.v4 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .imgtext.v4.reverse .text,
  .imgtext.v4 .text {
    padding: 0;
  }
  .imgtext.v5 {
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    border-radius: 10px;
  }
  .imgtext.v5.reverse .img img, .imgtext.v5.reverse .text,
  .imgtext.v5 .img img,
  .imgtext.v5 .text {
    border-radius: 0;
  }
  .imgtext.reverse .img {
    grid-area: inherit;
  }
  .imgtext.full {
    display: grid;
    gap: 0;
  }
  .imgtext.full .text {
    width: 100%;
    padding: 20px 0 40px;
  }
  .imgtext.full .text h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .imgtext.full .text ul li {
    margin-bottom: 15px;
  }
  .imgtext.full .text ul li strong {
    font-size: 15px;
    line-height: 22px;
  }
  .imgtext.full.reverse .text {
    padding: 40px 0;
  }
  .imgtext.full .img {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    grid-area: 1;
  }
  .textcontent {
    padding: 0 0 40px;
  }
  .container {
    padding: 0 0 65px;
  }
  .partner .icontitle {
    padding-right: 20px;
  }
  .partner .partneritem {
    padding-left: 20px;
  }
  .border::after {
    width: calc(100% - 40px);
  }
  .event {
    padding-left: 0;
    padding-right: 0;
  }
  .event .slick-current {
    opacity: 100%;
  }
  .event .slick-current > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .event .slick-current .btn {
    opacity: 1;
    visibility: visible;
  }
  .event .img {
    margin: 0 5px;
  }
  .event .img .img img {
    opacity: 95%;
  }
  .event .img .btn {
    bottom: -80px;
  }
  .event .slick-track {
    margin: 0 0 140px;
  }
  .event .slick-arrow {
    width: 15%;
    height: calc(100% - 140px);
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 600px) {
  .banner {
    grid-template-columns: 1fr;
    max-height: 650px;
  }
  .banner .text h1 {
    font-size: 35px;
    line-height: 35px;
    max-width: 315px;
    margin: 0 auto 20px;
  }
  .textcontent .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .textcontent .icon img {
    max-width: 20px;
  }
  .textcontent.v2 h2 {
    margin-bottom: 0;
  }
  .textcontent.v4 {
    padding: 40px 0;
  }
  .textcontent.v3 .sub-title, .textcontent.v3 .stitle {
    font-size: 20px;
    line-height: 28px;
  }
  .textcontent.v5 {
    display: block;
    top: -20px;
    margin: 60px 0 -20px;
  }
  .textcontent.v5 .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .textcontent.v5 .icon img {
    max-width: 20px;
  }
  .textcenter {
    padding: 40px 0;
  }
  .imgtext.v1 .img {
    max-height: 300px;
  }
  .imgtext.v1 .text {
    padding: 20px;
  }
  .imgtext.v5.reverse .text,
  .imgtext.v5 .text {
    padding: 20px;
  }
  .container {
    padding-bottom: 40px;
  }
  .container .video-player iframe {
    height: 250px;
  }
  .event .slick-track {
    margin: 0 0 130px;
  }
  .partner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 40px 0 20px;
  }
  .partner .icontitle {
    padding: 0;
  }
  .partner .icontitle .icon {
    margin-left: auto;
    margin-right: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .partner .icontitle .title {
    text-align: center;
  }
  .partner .icontitle::after {
    display: none;
  }
  .partner .partneritem {
    padding: 20px;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partner .partneritem .img {
    margin: 0 5px;
  }
}
@media (max-width: 480px) {
  .container .video-list {
    padding: 10px;
  }
  .container .video-item img {
    width: 100px;
    min-height: 80px;
  }
  .banner {
    max-height: 570px;
  }
  .banner .text h1 {
    font-size: 32px;
    line-height: 32px;
    max-width: 290px;
    margin: 0 auto 20px;
  }
}
.mtbig {
  margin-top: 115px;
}

.mmedium {
  margin: 70px 0;
}

.mbmedium {
  margin-bottom: 70px;
}

.mbsmall {
  margin-bottom: 40px;
}

.pbmedium {
  padding-bottom: 60px;
}

.pbsmall {
  padding-bottom: 40px;
}

.pmedium {
  padding: 70px 0;
}

.pdefault {
  padding: 85px 0;
}

.ptdefault {
  padding-top: 85px;
}

.pbdefault {
  padding-bottom: 85px;
}

.gridbloc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.gridbloc.item3, .gridbloc.item6 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 0;
}
.gridbloc.v2 {
  padding: 60px 0;
}
.gridbloc.custom1 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
.gridbloc.custom1 > div:nth-child(1) {
  position: relative;
  grid-area: 1/1/3/2;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.gridbloc.custom1 > div:nth-child(1)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8431372549)), color-stop(50%, rgba(0, 0, 0, 0.2823529412)), color-stop(70%, rgba(0, 0, 0, 0.1176470588)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8431372549) 0%, rgba(0, 0, 0, 0.2823529412) 50%, rgba(0, 0, 0, 0.1176470588) 70%);
  z-index: 1;
}
.gridbloc.custom1 > div:nth-child(1) .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: inherit;
}
.gridbloc.custom1 > div:nth-child(1) .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gridbloc.custom1 > div:nth-child(1) .text {
  position: relative;
  padding: 40px 40px 25px;
  color: #fff;
  z-index: 2;
}
.gridbloc.custom1 > div:nth-child(1) .text h3 {
  color: #fff;
}
.gridbloc.custom1 > div:nth-child(1) .text h3 a {
  color: #fff;
}
.gridbloc.custom1 > div:nth-child(2) {
  grid-area: 1/2/2/3;
}
.gridbloc.custom1 > div:nth-child(3) {
  grid-area: 2/2/3/3;
}

.itemcard {
  position: relative;
  background: #fff;
  padding: 70px 40px 40px;
  border-radius: 10px;
  text-align: center;
  border-bottom: 5px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 0px 140px 58.8px 39.2px rgba(18, 5, 52, 0.03);
          box-shadow: 0px 140px 58.8px 39.2px rgba(18, 5, 52, 0.03);
}
.itemcard .icon {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background: #324741;
  border-radius: 50%;
}
.itemcard .icon img {
  width: auto;
  height: auto;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.itemcard .title, .itemcard h3 {
  font-size: 20px;
  line-height: 37px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.itemcard .title a, .itemcard h3 a {
  color: #0f0e1d;
}
.itemcard p:last-child {
  margin-bottom: 0;
}
.itemcard.v2 {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 10px;
  border: none;
}
.itemcard.v2 .img {
  display: block;
  width: 100%;
  max-height: 425px;
  padding-bottom: 75px;
}
.itemcard.v2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemcard.v2 .content {
  position: absolute;
  top: calc(100% - 75px);
  left: 0;
  width: 100%;
  height: auto;
  padding: 25px 10px 40px;
  text-align: center;
  z-index: 5;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.itemcard.v2 .content .title, .itemcard.v2 .content h3 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.itemcard.v2 .content .title::after, .itemcard.v2 .content h3::after {
  content: "";
  width: 45px;
  height: 1px;
  background: #474756;
  display: block;
  margin: 15px auto 25px;
  opacity: 0;
  visibility: hidden;
}
.itemcard.v2 .content .title a, .itemcard.v2 .content h3 a {
  display: block;
  color: #0f0e1d;
}
.itemcard.v2 .content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-align: center;
  min-height: 175px;
}
.itemcard.v2 .content .linkplus {
  margin: 0 auto;
}

.linkplus {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: url(./assets/img/plus.svg) 50% no-repeat #474756;
  margin: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.linkplus.small {
  width: 35px;
  height: 35px;
  background-size: 15px;
}

.linktext {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #0f0e1d;
  font-weight: 600;
  cursor: pointer;
}
.linktext .linkplus {
  margin-left: 13px;
}

.btext {
  text-align: center;
}
.btext .img {
  display: block;
  overflow: hidden;
  margin-bottom: 45px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 140px 58.8px 39.2px rgba(18, 5, 52, 0.03);
          box-shadow: 0px 140px 58.8px 39.2px rgba(18, 5, 52, 0.03);
}
.btext p:last-child {
  margin-bottom: 0;
}
.btext span strong {
  font-size: 16px;
  text-transform: uppercase;
}
.btext ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 50px;
  margin: 30px 0 0;
}
.btext ul li {
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #492c38;
}
.btext ul li:first-child, .btext ul li:nth-child(2) {
  border-top: 1px solid #492c38;
}
.btext ul li strong {
  display: block;
  font-family: "GarageGothic";
  font-size: 28px;
  line-height: 28px;
}
.btext h2 br {
  display: none;
}

.blocimgtext > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}
.blocimgtext > img + p {
  padding: 25px 30px;
  background: #94ba0f;
  font-style: italic;
  font-weight: 600;
}
.blocimgtext h2 {
  position: relative;
  padding-left: 25px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  color: #474756;
}
.blocimgtext h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: calc(100% - 5px);
  background: #cca85c;
}
.blocimgtext p + ul {
  margin-top: -10px;
}
.blocimgtext ul {
  position: relative;
  margin: 0 0 20px 35px;
}
.blocimgtext ul li {
  position: relative;
  padding-left: 25px;
}
.blocimgtext ul li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cca85c;
}
.blocimgtext p:last-child {
  margin-bottom: 0;
}
.blocimgtext p a {
  color: #0f0e1d;
  font-weight: 700;
  font-style: italic;
}
.blocimgtext .imgtext {
  margin: 45px 0 35px;
  gap: 35px;
}
.blocimgtext .imgtext h2 {
  line-height: 27px;
}
.blocimgtext .imgtext .img img {
  border-radius: 5px;
}
.blocimgtext .imgtext .text {
  padding: 10px 0;
}
.blocimgtext .imgtext .text h2 {
  position: relative;
  font-size: 22px;
  margin-bottom: 0;
  padding-left: 0;
  color: #0f0e1d;
}
.blocimgtext .imgtext .text h2::after {
  position: relative;
  top: inherit;
  left: inherit;
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background: #474756;
  margin: 10px 0;
}

.bloctext h2 {
  position: relative;
  padding-left: 25px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  color: #6883de;
}
.bloctext h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: calc(100% - 5px);
  background: #cca85c;
}
.bloctext ul {
  position: relative;
  margin-left: 35px;
}
.bloctext ul li {
  position: relative;
  padding-left: 25px;
}
.bloctext ul li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cca85c;
}
.bloctext p a {
  color: #0f0e1d;
  font-weight: 700;
  font-style: italic;
}
.bloctext p:last-child {
  margin-bottom: 0;
}

.imgtext .text p a, .blocimgtext p a, .bloctext p a,
.gridcustom .date span a {
  color: #474756;
}

@media (min-width: 1280px) {
  .imgtext .text p a:hover,
  .blocimgtext p a:hover, .bloctext p a:hover,
  .gridcustom .date span a:hover {
    color: #cca85c;
  }
  .linkplus:hover {
    background-color: #cca85c;
  }
}
@media (max-width: 1024px) {
  .mbmedium {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .pmedium {
    padding: 60px 0;
  }
  .pdefault {
    padding: 65px 0;
  }
  .ptdefault {
    padding-top: 65px;
  }
  .pbdefault {
    padding-bottom: 65px;
  }
  .btext ul {
    gap: 0 20px;
  }
  .blocimgtext p + ul {
    margin-top: 0;
  }
  .blocimgtext ul {
    margin: 0 0 20px 0px;
  }
  .blocimgtext ul li::after {
    width: 9px;
    height: 9px;
    top: 7px;
  }
  .bloctext h2,
  .blocimgtext h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .blocimgtext > img + p {
    padding: 20px;
  }
  .mtbig {
    margin-top: 60px;
  }
  .titlelink {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }
  .titlelink i img {
    max-width: 30px;
  }
  .titlelink .linktext {
    font-size: 15px;
    line-height: 25px;
    position: absolute;
    bottom: 0;
    right: 5vw;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .titlelink + .custom1 {
    padding-bottom: 60px;
  }
  .mbmedium {
    margin-bottom: 40px;
  }
  .ptdefault {
    padding-top: 40px;
  }
  .pbdefault,
  .pbmedium {
    padding-bottom: 40px;
  }
  .pdefault,
  .pmedium {
    padding: 40px 0;
  }
  .imgtext,
  .mmedium {
    margin: 40px 0;
  }
  .btext .img {
    margin-bottom: 30px;
  }
  .btext ul {
    grid-template-columns: 1fr;
  }
  .btext h2 br {
    display: block;
  }
}
.blocform {
  position: relative;
  max-width: 650px;
  margin: 0 auto 40px;
}
.blocform > * {
  position: relative;
  z-index: 1;
}
.blocform form {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 44px 58.8px 39.2px rgba(18, 5, 52, 0.05);
          box-shadow: 0px 44px 58.8px 39.2px rgba(18, 5, 52, 0.05);
}
.blocform .grid50 {
  width: 100%;
  display: inline-grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-template-columns: 45% 45%;
  gap: 10%;
}
.blocform .grid50 .form-group .nice-select {
  margin-bottom: 0;
}
.blocform .btn input {
  position: relative;
  border: none;
  color: white;
  text-transform: uppercase;
  z-index: 1;
}

@media (min-width: 600px) {
  .blocform {
    position: relative;
    margin: 0 auto 80px;
  }
  .blocform form {
    padding: 40px 60px 50px;
  }
}/*# sourceMappingURL=style.min.css.map */