@charset "UTF-8";
/* Slider */
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir='rtl'] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir='rtl'] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

@font-face {
  font-family: Didot Italic;
  src: url("../../fonts/Didot/Didot Italic.otf") format("truetype");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: Corbel;
  src: url("../../fonts/Corbel/Corbel.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: Centurion;
  src: url("../../fonts/Centurion/Centurion.otf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: CenturionLight;
  src: url("../../fonts/Centurion/Centurion.otf") format("truetype");
  font-style: normal;
  font-weight: lighter;
}

@font-face {
  font-family: LucidaGrande;
  src: url("../../fonts/LucidaGrande/LucidaGrande.ttc") format("truetype");
  font-style: normal;
  font-weight: lighter;
}

*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

*::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}

*::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.9);
}

.slick-slide {
  margin: 0 27px;
}

/* the parent */
.multiple-items {
  margin: 30px -27px;
}

body,
html {
  font-size: 14px;
  color: #2a2d3a;
  font-family: Roboto, Corbel, sans-serif;
}

@media screen and (max-width: 768px) {
  body,
  html {
    font-size: 10px;
  }
}

body {
  overflow-x: hidden;
}

.btn {
  min-width: 175px;
  font-size: 0.9rem;
}

.hidden {
  display: none;
}

.d-none {
  display: none;
}

.p-relative {
  position: relative;
}

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

.title {
  font-size: 4.5rem;
  font-family: Centurion, sans-serif;
}

.subtitle {
  color: #a79067;
  font-family: Centurion sans-serif;
  width: 60%;
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
  .subtitle {
    width: 100%;
  }
}

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

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.bg-white {
  background-color: #ffffff;
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.left-bordered {
  position: relative;
}

.left-bordered::before {
  content: '';
  position: absolute;
  left: -2rem;
  top: 2rem;
  height: 173px;
  width: 2px;
  background-color: #979797;
}

.left-bordered.top-50::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 0 15px;
  }
}

.header.dark {
  color: #ffffff;
}

.header.dark a {
  color: #ffffff;
}

.header.dark li #menuToggle span {
  background: #ffffff;
}

.header.dark li button {
  color: #ffffff;
  background-color: rgba(151, 151, 151, 0.4);
}

.header.light {
  color: #000000;
}

.header.light a {
  color: #000000;
}

.header.light li #menuToggle span {
  background: #000000;
}

.header.light li button {
  background-color: rgba(68, 68, 68, 0.1);
}

.header-logo {
  background: url(../images/main-page/logo-header.svg) no-repeat top left/contain;
  height: 100%;
  width: 200px;
  background-position: bottom;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-menu ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
}

.header-menu ul li {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu__items {
  visibility: hidden;
  opacity: 0;
  width: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 1.2rem;
}

.header-menu__items.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header-menu__items {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffffe0;
    width: 100%;
    height: 100%;
    z-index: 9;
    -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;
    font-size: 30px;
    color: #000;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .header-menu__items.is-active {
    opacity: 1;
    visibility: visible;
  }
  .header-menu__items li {
    margin: 1rem 0 !important;
  }
  .header-menu__items li a {
    color: #444444 !important;
  }
}

.header-menu__items .menu-toggle {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  color: red;
  border: none;
  background: none;
}

@media screen and (max-width: 768px) {
  .header-menu__items .menu-toggle {
    display: block;
  }
}

.header-menu__items li {
  padding: 0 1.8rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .header-menu__items li:not(:last-child)::after {
    display: none !important;
  }
}

.header-menu__items li:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  text-align: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #a79067;
}

.header-menu__actions li {
  margin: 0 5px;
}

.header-menu__actions li #menuToggle {
  width: 36px;
  height: 36px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.header-menu__actions li #menuToggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 18px;
  border-radius: 9px;
  opacity: 1;
  left: 9px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.header-menu__actions li #menuToggle span:nth-child(1) {
  top: 15px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.header-menu__actions li #menuToggle span:nth-child(2) {
  top: 20px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.header-menu__actions li #menuToggle.open span {
  background: #a79067;
}

.header-menu__actions li #menuToggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
  left: 12px;
}

.header-menu__actions li #menuToggle.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 24px;
  left: 12px;
}

.header-menu__actions button {
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 0.65rem;
  text-align: center;
}

.header-menu__actions button.menu-toggle {
  font-size: 1.6rem;
}

.homeSlider {
  width: 100vw;
  height: 100vh;
  margin: 0 !important;
}

.homeSlider .slick-arrow {
  display: none !important;
}

.homeSlider .slick-slide {
  margin: 0;
}

.homeSlider .slick-slide__content {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #ffffff !important;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  margin: 0 15px;
  padding: 0 30px;
}

.homeSlider .slick-slide__content--title {
  font-family: Centurion, sans-serif;
  font-size: 4.5rem;
}

.homeSlider .slick-slide__content--text {
  font-size: 1.7rem;
  margin-top: 2.5rem;
  max-width: 900px;
}

.homeSlider .slick-slide img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}

.homeSlider .slick-dots {
  bottom: 50px;
}

.homeSlider .slick-dots li button::before {
  color: #ffffff !important;
}

.homeSlider .slick-active .slick-slide__content {
  opacity: 1;
}

.homeSlider .slick-active button::before {
  opacity: 1 !important;
}

.main-content {
  padding-top: 150px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .main-content {
    padding-top: 15rem;
  }
}

.main-content .about {
  max-width: 550px;
}

.main-content .about-title h2 {
  font-size: 4.5rem;
}

.main-content .about-content {
  margin-top: 2rem;
  font-size: 1.5rem;
}

.main-content .about-content p {
  max-height: 450px;
  overflow: auto;
  font-family: CenturionLight, sans-serif;
  font-size: 1.15rem;
  line-height: 22px;
  letter-spacing: 1px;
  padding-right: 25px;
}

.main-content .about-action {
  margin-top: 1.7rem;
}

.main-content .about-action button {
  border: 2px solid #f0f0f0 !important;
  color: #6b6b6d;
}

.main-content .about-action button:hover {
  color: #ffffff;
}

.main-content.about img {
  -webkit-box-shadow: -90px 70px 0px 0px rgba(183, 164, 132, 0.229048);
          box-shadow: -90px 70px 0px 0px rgba(183, 164, 132, 0.229048);
  margin-top: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
}

.main-content.activites {
  overflow: visible;
}

.main-content.activites .slick-dots {
  bottom: -55px;
}

.main-content .shareholder-card {
  font-family: Didot Italic, sans-serif;
  padding: 5rem;
  text-align: center;
  color: #6e4f2b;
  background-color: #f9f9f8;
  position: relative;
  -webkit-box-shadow: 300px 180px 0px 83px rgba(151, 151, 151, 0.1), 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 300px 180px 0px 83px rgba(151, 151, 151, 0.1), 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* align-items: center; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-content .shareholder-card .shareholder-pen {
  position: absolute;
  width: 100%;
  height: 750px;
  top: -50px;
  -o-object-fit: cover;
     object-fit: cover;
  left: 100px;
  -webkit-transform: translateX(50%) translateY(-46px);
          transform: translateX(50%) translateY(-46px);
}

.main-content .shareholder-card__dots {
  letter-spacing: 0.3rem;
}

.main-content .shareholder-card__content {
  margin: 2rem 0;
  word-spacing: 5px;
  line-height: 28px;
}

.main-content .shareholder-card__footer {
  z-index: 99;
}

.main-content .until-fullhd-only {
  display: none;
}

.main-content .until-fullhd-only .actives-card__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (345px)[2];
      grid-template-columns: repeat(2, 345px);
  grid-gap: 100px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 1407px) {
  .main-content .until-fullhd-only {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .main-content .until-fullhd-only {
    display: none;
  }
}

.main-content .desktop-only {
  display: none;
}

.main-content .desktop-only .actives-card__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (345px)[3];
      grid-template-columns: repeat(3, 345px);
  grid-gap: 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1408px) {
  .main-content .desktop-only {
    display: block;
  }
}

.main-content .touch-only {
  display: none;
}

@media screen and (max-width: 1023px) {
  .main-content .touch-only {
    display: block;
  }
}

.main-content .touch-only .actives-card__wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-content .actives-card {
  height: 400px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.main-content .actives-card__img {
  height: 240px;
}

.main-content .actives-card__img img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-content .actives-card__text {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  text-align: center;
  font-family: Centurion, sans-serif;
  font-size: 1.2rem;
  line-height: 26px;
  background-color: #c7b085;
  color: #fff;
}

.contact-wrapper {
  padding-top: 150px;
  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;
}

@media screen and (max-width: 768px) {
  .contact-wrapper {
    padding-top: 15rem;
  }
}

.contact-wrapper > div {
  width: 100%;
  height: 100%;
}

.contact-wrapper__map {
  height: 400px !important;
}

@media screen and (max-width: 768px) {
  .contact-wrapper__map {
    display: none;
  }
}

.contact-wrapper__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 50px;
  overflow: auto;
}

.contact-wrapper__form .form {
  width: 400px;
  margin-left: 100px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-wrapper__form .form input.form-control,
.contact-wrapper__form .form select.form-control {
  height: 3.5rem;
}

.contact-wrapper__form .form .form-control {
  border: 1px solid rgba(151, 151, 151, 0.3);
  background-color: #f9f9f8;
}

.contact-wrapper__form .form .btn {
  height: 3rem;
  color: #ffffff;
  background-color: #c7b085;
}

.contact-wrapper__form .form > div {
  margin-bottom: 20px;
}

.contact-wrapper__form .form-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-wrapper__form .form-user input:first-child {
  margin-right: 10px;
}

.contact-wrapper__map {
  background-color: #444444;
}

.footer {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #02051b;
  color: #ffffff;
}

.footer .container {
  max-width: 100% !important;
  margin-left: 120px;
  margin-right: 60px;
  width: calc(100% - 180px);
}

.footer-logo {
  height: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-logo img {
  width: 250px;
}

.footer-logo p {
  margin-top: 15px;
  color: #6b6b6d;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 100% !important;
  margin-left: 120px;
  margin-right: 60px;
  width: calc(100% - 180px);
}

@media screen and (max-width: 1023px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
}
/*# sourceMappingURL=main.css.map */