:root {
  --white: white;
  --crimson: #c33e51;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.custom-body {
  height: 100vh;
}

.main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 80px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  height: 100%;
}

.bg-image {
  z-index: 1;
  background-image: linear-gradient(124deg, #000c, #0000);
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.left-menu {
  z-index: 2;
  width: 80px;
  position: relative;
}

.left-menu.right-line {
  border-right: 1px solid #fff3;
}

.top-menu {
  height: 80px;
}

.top-menu.bottom-line {
  z-index: 3;
  border-bottom: 1px solid #fff3;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.button-menu-princpal {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 80px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button-menu-princpal:hover {
  background-color: #00000059;
}

.button-menu-princpal.p-40 {
  background-image: none;
  padding: 40px;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.menu-pages.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.menu-pages.pl-90 {
  padding-left: 90px;
}

.menu-pages.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.div-search {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-search.left-line {
  border-left: 1px solid #fff3;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  height: 100%;
}

.bt-menu {
  color: var(--white);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bt-menu.w--current {
  color: var(--white);
  border-bottom: 2px solid #ffffff80;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  text-decoration: none;
  display: flex;
}

.bt-menu.p-20 {
  border-bottom: 1px solid #0000;
  min-width: 100px;
  padding: 20px;
}

.bt-menu.p-20:hover {
  background-color: #00000080;
}

.bt-menu.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.search.py-40 {
  border-left: 1px solid #fff3;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.search-input {
  color: #fff;
  background-color: #0000;
  border: 1px solid #0000;
  height: 70px;
  margin-bottom: 0;
}

.search-input:focus {
  border-color: #0000;
}

.search-input::placeholder {
  color: #fff;
}

.search-button {
  background-color: #0000;
  background-image: url('../images/search-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
}

.grid-2.my-90 {
  z-index: 6;
  padding-left: 90px;
  padding-right: 90px;
  position: relative;
}

.link-block {
  color: var(--white);
  border-bottom: 1px solid #fff0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block.w--current {
  border-bottom: 2px solid #ffffff80;
}

.link-block.py-1 {
  padding-left: 1px;
  padding-right: 1px;
}

.link-block.py-1:hover {
  border-bottom: 1px solid var(--white);
}

.link-block.py-1.t-70o {
  color: #ffffffb3;
}

.link-block.py-1.t-70o:hover {
  color: #fff;
}

.content-hero.p-55 {
  z-index: 6;
  padding: 55px;
  position: relative;
}

.container-custom {
  background-image: url('../images/PATTERN.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  width: 100%;
  height: 100%;
}

.container-custom.p-35 {
  background-image: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px;
  display: flex;
}

.big-title {
  color: #fff;
  font-size: 6em;
  line-height: 1em;
}

.big-title.mb-40 {
  margin-bottom: 40px;
}

.links-block {
  z-index: 999999999;
  align-items: center;
  margin-top: auto;
  display: flex;
  position: relative;
  top: -44px;
}

.link-block-bt-rouge {
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-bt-rouge:hover {
  color: #ffffffb3;
}

.link-block-bt-rouge.mr-35 {
  margin-right: 35px;
}

.link-block-bt-rouge.mr-35:hover {
  color: #ffffff9e;
}

.circle {
  border-radius: 100px;
  width: 50px;
  height: 50px;
}

.circle.mr-10 {
  margin-right: 10px;
}

.circle.mr-10.red {
  background-color: var(--crimson);
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle.mr-10.red-outline {
  border: 1px solid var(--crimson);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub-element {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sub-element.mt-55 {
  justify-items: start;
  margin-top: 15px;
}

.h3-custom {
  color: var(--white);
  margin-top: 10px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.h3-custom.link {
  margin-top: 4px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-3 {
  color: var(--white);
}

.body {
  font-family: Lato, sans-serif;
}

.bold-text {
  font-weight: 900;
}

.grid-3 {
  grid-template-rows: auto;
}

.grid-3.mt-20 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-columns: 20px 20px;
  grid-auto-columns: 20px;
  grid-auto-flow: column;
  margin-top: 15px;
}

.txt-ligh {
  font-weight: 300;
}

.stars {
  height: 20px;
}

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

.link-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: auto;
  display: flex;
}

.link-block-2.py-40 {
  color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.link-block-2.py-40:hover {
  padding-top: 70px;
  padding-bottom: 50px;
}

.div-block-4 {
  z-index: 7;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.icon-arrow.mt-15 {
  margin-top: 15px;
}

.text-block {
  white-space: pre;
  transform: rotate(90deg);
}

.text-block.mb-40 {
  margin-bottom: 40px;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100vh;
}

.bg-video {
  z-index: 9999;
  background-color: #000000b5;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.video {
  width: 100%;
  height: 600px;
}

.div-block-6 {
  width: 60%;
}

.div-block-44 {
  color: var(--white);
}

.div-block-45 {
  display: none;
}

.search-mobile {
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.search-mobile.py-40 {
  border-left: 1px solid #fff3;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.black-body {
  background-color: #1a1a1a;
}

.hero {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
}

.overlay {
  background-color: #00000087;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.left-menu-2 {
  border-right: 1px solid #ffffff40;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  height: 100%;
  display: flex;
}

.menu {
  border-bottom: 1px solid #ffffff40;
  width: 100%;
  height: 80px;
}

.mnutop-web {
  border-bottom: 1px solid #ffffff40;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.container-siteweb {
  width: 100%;
  height: 100%;
}

.div-block-46 {
  width: 100%;
  height: 100%;
  padding: 40px;
}

.container-custom-2 {
  background-image: url('../images/PATTERN.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  width: 100%;
  height: 80%;
}

.container-custom-2.p-35 {
  background-image: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px;
  display: flex;
}

.mnutop-mobile {
  border-bottom: 1px solid #ffffff40;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: none;
}

.image {
  height: 500px;
}

.image-2 {
  border-radius: 50px;
  display: block;
  position: relative;
  top: -44px;
  left: auto;
}

.div-block-47 {
  border-radius: 50px;
  position: relative;
  top: 33px;
  left: -58px;
}

.text-block-2 {
  font-size: 18px;
}

.text-block-3, .text-block-4, .text-block-5 {
  font-size: 18px;
  font-style: italic;
}

.text-block-6 {
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .main-grid {
    background-image: linear-gradient(#0000004d, #0000004d);
    flex-direction: column;
    display: flex;
  }

  .bg-image {
    display: none;
  }

  .top-menu.bottom-line {
    z-index: 100;
    position: absolute;
    inset: 0% 0% auto;
  }

  .button-menu-princpal {
    border-right: 1px solid #ffffff26;
  }

  .search.py-40 {
    display: none;
  }

  .search.py-40.mobile {
    border: 1px solid #00000073;
    margin-top: 20px;
  }

  .grid-2.my-90 {
    display: none;
  }

  .sub-element.mt-55 {
    grid-template-columns: 1fr 1fr;
  }

  .link-block-2.py-40 {
    border-top: 1px solid #fff3;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 40px;
  }

  .link-block-2.py-40:hover {
    padding: 40px;
  }

  .icon-arrow.mt-15 {
    margin-top: 0;
  }

  .text-block.mb-40 {
    margin-bottom: 0;
    transform: none;
  }

  .background-video {
    height: auto;
    overflow: visible;
  }

  .dropdown-toggle {
    color: #fff;
  }

  .div-block-45 {
    align-items: center;
    display: flex;
  }

  .search-mobile.py-40 {
    border: 1px solid #949494;
    margin-top: 20px;
    display: block;
  }

  .search-mobile.py-40.mobile {
    border: 1px solid #00000073;
    margin-top: 20px;
  }

  .left-menu-2 {
    display: none;
  }

  .mnutop-mobile {
    border-right: 1px solid #ffffff40;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .content-hero.p-55 {
    padding: 120px 40px 0;
  }

  .container-custom.p-35 {
    padding: 0;
  }

  .sub-element.mt-55 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .container-custom-2.p-35 {
    padding: 0;
  }
}

@media screen and (max-width: 479px) {
  .bg-image {
    display: none;
  }

  .button-menu-princpal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-hero.p-55 {
    background-image: linear-gradient(#00000042, #00000042);
    padding-top: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-title.mb-40 {
    font-size: 4.2em;
  }

  .links-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-block-bt-rouge.mr-35 {
    margin-bottom: 20px;
  }

  .sub-element.mt-55 {
    grid-template-columns: 1fr;
  }

  .link-block-2.py-40 {
    white-space: pre;
    flex-flow: row;
    align-content: flex-start;
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    display: flex;
  }

  .link-block-2.py-40:hover {
    padding: 20px;
  }

  .background-video {
    height: auto;
    overflow: visible;
  }

  .div-block-46 {
    padding: 20px;
  }
}

#w-node-_9908ac18-9b19-9921-b151-9dc29cccac40-218ef39c, #w-node-_9908ac18-9b19-9921-b151-9dc29cccac41-218ef39c {
  place-self: stretch start;
}

#w-node-_9908ac18-9b19-9921-b151-9dc29cccac44-218ef39c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch start;
}

#w-node-_9908ac18-9b19-9921-b151-9dc29cccac47-218ef39c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_3e0b3b2e-0123-0636-0f4a-91c835177c86-218ef39c {
  align-self: stretch;
}


