/* IMG */
/* -------------- FONTS -------------- */
/* BUTTON */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * Selectores CSS
 * Ejemplo: fonts, h1, div, a, p, span, etc...
**/
html {
  font-size: 16px;
  background-color: white;
}

body {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.3;
  text-align: left;
  color: #000000;
  overflow-y: overlay;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
.title-h1,
.title-h2,
.title-h3,
.title-h4,
.title-h5 {
  margin-top: 0;
  margin-bottom: 10px;
}

.title-h1,
.title-1,
h1 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.3;
  text-align: left;
  color: #000000;
}
@media only screen and (min-width: 1600px) {
  .title-h1,
  .title-1,
  h1 {
    font-family: "Inter Tight", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.3;
    text-align: left;
    color: #000000;
  }
}

.title-h2,
.title-2,
h2 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: left;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.title-h3,
.title-3,
h3 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: left;
  color: #000000;
  margin-bottom: 4px;
}

.title-h4,
.title-4,
h4 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: left;
  color: #000000;
}

.text-small {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.733rem;
  line-height: 1.64;
  text-align: left;
  color: #000000;
}
@media only screen and (min-width: 1600px) {
  .text-small {
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
    line-height: 1.25;
    text-align: left;
    color: #000000;
  }
}

.text-big {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.25;
  color: #000000;
}
@media only screen and (min-width: 1440px) {
  .text-big {
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.25;
    color: #000000;
  }
}

.text-important {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.3;
  text-align: left;
  color: #000000;
}
@media only screen and (min-width: 1440px) {
  .text-important {
    font-family: "Inter Tight", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.3;
    text-align: left;
    color: #000000;
  }
}

.text-medium {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.3;
  text-align: left;
  color: #000000;
}
@media only screen and (min-width: 1600px) {
  .text-medium {
    font-family: "Inter Tight", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1.3;
    text-align: left;
    color: #000000;
  }
}

table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  table {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  table {
    margin-bottom: 29px;
  }
}
table thead tr {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-style: normal;
}
table th,
table td {
  border: 1px solid #1a1a1a;
  padding: 8px;
}
table tr {
  vertical-align: baseline;
}
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #000000;
  text-decoration: none;
}

/*Links*/
a[href^=sms],
a[href^="tel:"] {
  position: relative;
  text-decoration: none !important;
  pointer-events: auto;
  color: inherit;
  font-weight: inherit;
  z-index: 0;
  cursor: default;
}

i {
  font-style: italic;
}

p {
  margin-top: 0;
  margin-bottom: 9px;
}

p:empty {
  display: none;
}

b,
strong {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-style: normal;
}

input[type=submit],
.btn,
a.button {
  display: inline-block;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000000;
  border-radius: 80px;
  box-shadow: none;
  background: transparent;
  color: #000000;
  margin: 0 auto;
  padding: 11px 28px 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  input[type=submit],
  .btn,
  a.button {
    font-size: 1rem;
  }
}
input[type=submit]:hover,
.btn:hover,
a.button:hover {
  text-decoration: none;
  background-color: #1a1a1a;
  color: #fff;
}
input[type=submit]:disabled,
.btn:disabled,
a.button:disabled {
  opacity: 0.7;
}
input[type=submit],
.btn,
a.button {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.wrapper {
  padding: 0;
}

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

.link__arrow {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000000;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1600px) {
  .link__arrow {
    height: 45px;
  }
}
.link__arrow span,
.link__arrow a {
  position: relative;
}
.link__arrow span:after,
.link__arrow a:after {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "TheArchitects";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8rem;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .link__arrow span:after,
  .link__arrow a:after {
    font-size: 1.2rem;
    width: 45px;
    height: 45px;
    right: -65px;
    padding: 0;
  }
}
.link__arrow:hover span:after,
.link__arrow:hover a:after {
  transform: translateY(-50%) translateX(4px);
}

.loadmore_posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 2px;
}
@media only screen and (min-width: 1024px) {
  .loadmore_posts {
    padding-top: 68px;
  }
}
.loadmore_posts .loader-plus {
  position: relative;
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 65px;
  cursor: pointer;
}
.loadmore_posts .loader-plus:hover:before {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.loadmore_posts .loader-plus:before {
  content: "\e908";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "TheArchitects";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: -32px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cont__close {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .cont__close {
    width: 60px;
    height: 60px;
  }
}
.cont__close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "TheArchitects";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cont__close:before {
    font-size: 26px;
  }
}
.cont__close:hover:before {
  color: #444;
}

lite-youtube {
  max-width: 100%;
}

.page-template-page-basic-page .site-main {
  padding-top: 14px;
}
@media only screen and (min-width: 1440px) {
  .page-template-page-basic-page .site-main {
    padding-top: 100px;
  }
}
.page-template-page-basic-page .entry-content {
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-basic-page .entry-content {
    margin-bottom: 125px;
  }
}
@media only screen and (min-width: 1279px) {
  .page-template-page-basic-page .entry-content {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-page-basic-page .entry-content {
    max-width: 1340px;
  }
}

.owl-dots .owl-dot {
  margin-right: 5px;
}
@media only screen and (min-width: 1024px) {
  .owl-dots .owl-dot {
    margin-right: 10px;
  }
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background-color: #000000;
}
.owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #cdcdcd;
  border-radius: 50%;
  border: 2.5px solid #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
  }
}

.wcc-consent-container [data-tag] {
  visibility: visible;
}

#grid .grid_item {
  display: block;
  float: left;
  opacity: 0;
}
#grid .grid_item.shown {
  opacity: 1;
}
#grid .grid_item.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
#page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#page .wrapper-main,
#page .site-main,
#page #page-wrapper {
  flex-grow: 1;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:root {
  --gutters: 20px;
}
@media only screen and (min-width: 768px) {
  :root {
    --gutters: 40px;
  }
}
@media only screen and (min-width: 1920px) {
  :root {
    --gutters: 0px;
  }
}

.container, .section__hero-image .owl-dots {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .container, .section__hero-image .owl-dots {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .container, .section__hero-image .owl-dots {
    max-width: 1840px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(var(--gutters) * -1);
  margin-left: calc(var(--gutters) * -1);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 767px) {
  .grid-mobile-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mobile-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-mobile-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-mobile-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-mobile-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-mobile-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-mobile-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-mobile-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-mobile-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-mobile-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-mobile-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-tablet-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-tablet-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-tablet-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-tablet-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-tablet-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-tablet-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-tablet-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-tablet-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-tablet-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-tablet-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-tablet-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-tablet-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-desktop-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-desktop-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-desktop-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-desktop-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-desktop-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-desktop-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-desktop-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-desktop-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-desktop-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-desktop-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-desktop-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-desktop-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.gap-45 {
  gap: 45px;
}

.gap-50 {
  gap: 50px;
}

.gap-55 {
  gap: 55px;
}

.gap-60 {
  gap: 60px;
}

.gap-65 {
  gap: 65px;
}

.gap-70 {
  gap: 70px;
}

.gap-75 {
  gap: 75px;
}

.gap-80 {
  gap: 80px;
}

.gap-85 {
  gap: 85px;
}

.gap-90 {
  gap: 90px;
}

.gap-95 {
  gap: 95px;
}

.gap-100 {
  gap: 100px;
}

@media (min-width: 768px) {
  .gap-tablet-10 {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-15 {
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-20 {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-25 {
    gap: 25px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-30 {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-35 {
    gap: 35px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-40 {
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-45 {
    gap: 45px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-50 {
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-55 {
    gap: 55px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-60 {
    gap: 60px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-65 {
    gap: 65px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-70 {
    gap: 70px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-75 {
    gap: 75px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-80 {
    gap: 80px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-85 {
    gap: 85px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-90 {
    gap: 90px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-95 {
    gap: 95px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-100 {
    gap: 100px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-10 {
    gap: 10px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-15 {
    gap: 15px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-20 {
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-25 {
    gap: 25px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-30 {
    gap: 30px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-35 {
    gap: 35px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-40 {
    gap: 40px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-45 {
    gap: 45px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-50 {
    gap: 50px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-55 {
    gap: 55px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-60 {
    gap: 60px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-65 {
    gap: 65px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-70 {
    gap: 70px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-75 {
    gap: 75px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-80 {
    gap: 80px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-85 {
    gap: 85px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-90 {
    gap: 90px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-95 {
    gap: 95px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-100 {
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .grid-mobile-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mobile-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-mobile-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-mobile-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-mobile-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-mobile-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-mobile-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-mobile-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-mobile-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-mobile-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-mobile-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-tablet-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-tablet-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-tablet-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-tablet-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-tablet-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-tablet-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-tablet-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-tablet-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-tablet-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-tablet-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-tablet-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-tablet-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-desktop-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-desktop-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-desktop-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-desktop-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-desktop-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-desktop-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-desktop-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-desktop-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-desktop-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-desktop-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-desktop-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-desktop-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
/* -------------- FONTS -------------- */
#header-wrapper {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
#header-wrapper header.site-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1440px) {
  #header-wrapper header.site-header {
    padding: 40px 0;
  }
}
#header-wrapper header.site-header .site-branding {
  position: relative;
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#header-wrapper header.site-header .site-branding .cont--logo img {
  display: block;
  width: inherit;
  max-height: 65px;
}
@media only screen and (min-width: 1440px) {
  #header-wrapper header.site-header .site-branding .cont--logo img {
    max-height: 112px;
  }
}
#header-wrapper header.site-header .back-to-blog {
  font-size: 12px;
}
#header-wrapper header.site-header .cont--menu__open {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header .cont--menu__open {
    display: none;
  }
}
#header-wrapper header.site-header .cont--menu__open .burger {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#header-wrapper header.site-header .cont--menu__open .burger:hover span,
#header-wrapper header.site-header .cont--menu__open .burger:hover span:before,
#header-wrapper header.site-header .cont--menu__open .burger:hover span:after {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
#header-wrapper header.site-header .cont--menu__open .burger span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #1a1a1a;
  border-radius: 20px;
}
#header-wrapper header.site-header .cont--menu__open .burger span:before, #header-wrapper header.site-header .cont--menu__open .burger span:after {
  position: absolute;
  content: "";
  border: 1px solid #1a1a1a;
  border-radius: 20px;
  margin-left: -1px;
}
#header-wrapper header.site-header .cont--menu__open .burger span:before {
  top: -9px;
}
#header-wrapper header.site-header .cont--menu__open .burger span:after {
  top: 7px;
}
#header-wrapper header.site-header .cont--menu__open .burger span,
#header-wrapper header.site-header .cont--menu__open .burger span:before,
#header-wrapper header.site-header .cont--menu__open .burger span:after {
  display: block;
  width: 23px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span {
  background-color: transparent;
  border-color: transparent;
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span:before, #header-wrapper header.site-header .cont--menu__open .burger input:checked + span:after {
  top: 0px;
  margin-top: -0.5875rem;
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span:before {
  transform: translateY(0.525rem) rotate(45deg);
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span:after {
  transform: translateY(0.525rem) rotate(-45deg);
}
#header-wrapper header.site-header .cont--menu__open .hidden {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}

#footer-wrapper .footer-menu {
  padding: 40px 0 20px;
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .footer-menu {
    padding: 75px 0 40px;
  }
}
#footer-wrapper .footer-menu ul.menu-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .footer-menu ul.menu-footer {
    gap: 20px;
  }
}
#footer-wrapper .footer-menu ul.menu-footer li a {
  position: relative;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #000000;
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .footer-menu ul.menu-footer li a {
    font-size: 0.875rem;
    line-height: 1.29;
  }
}
#footer-wrapper .footer-menu ul.menu-footer li a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.6s;
}
#footer-wrapper .footer-menu ul.menu-footer li a:hover:after {
  width: 100%;
}

body.menu-open {
  overflow-y: hidden;
}

.main-navigation {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  overflow-y: auto;
  background: #fff;
  -webkit-transition: all 500ms cubic-bezier(0.43, 0.125, 0.535, 0.83);
  transition: all 500ms cubic-bezier(0.43, 0.125, 0.535, 0.83);
}
.main-navigation.show {
  visibility: visible;
  z-index: 2;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.main-navigation.show .cont--menu .menu-principal {
  animation-name: fadeInMove;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.9s;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main-navigation:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 211px;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .main-navigation:after {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .main-navigation {
    position: relative;
    visibility: visible;
    z-index: 1;
    opacity: 1;
    overflow: inherit;
    background-color: transparent;
    width: inherit;
    height: inherit;
  }
}
.main-navigation ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation ul.menu li.menu-item a {
  display: block;
  text-decoration: none;
}
.main-navigation .cont--menu {
  padding-top: 100px;
  padding-bottom: 50px;
  height: 100%;
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu {
    padding: 9px 0 0;
    background: none;
  }
}
@media only screen and (min-width: 1440px) {
  .main-navigation .cont--menu {
    padding: 0;
  }
}
.main-navigation .cont--menu ul.menu-principal {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 22px;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu ul.menu-principal {
    flex-direction: row;
    column-gap: 18px;
  }
}
.main-navigation .cont--menu ul.menu-principal li.current_page_item a {
  background-color: #1a1a1a;
  color: #fff;
}
.main-navigation .cont--menu ul.menu-principal li a {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  color: #1a1a1a;
  padding: 0px 3px;
}
.main-navigation .cont--menu ul.menu-principal li a:hover {
  background-color: #1a1a1a;
  color: #fff;
}

.cta__fixed {
  display: none;
}
.cta__fixed .cta__fixed-button {
  display: none;
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: fixed;
  right: 0;
  bottom: 20px;
  padding: 11px 20px;
  border-radius: 100px 0 0 100px;
  background-image: linear-gradient(9deg, #1a1a1a 25%, #a0a0a0 111%);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .cta__fixed .cta__fixed-button {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .cta__fixed .cta__fixed-button {
    font-size: 0.867rem;
    line-height: 1.14;
    letter-spacing: 1.3px;
    padding: 15px 24px 15px 26px;
  }
}
.cta__fixed .cta__fixed-button:hover {
  text-decoration: none;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.cta__fixed .cta__fixed-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  background-color: #fff;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  padding: 10px 50px 50px;
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  max-width: 90vw;
  max-height: 90vh;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cta__fixed .cta__fixed-overlay.show {
  z-index: 3;
  visibility: visible;
  opacity: 1;
}
.cta__fixed .cta__fixed-overlay .close-info-overlay {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .cta__fixed .cta__fixed-overlay .close-info-overlay {
    width: 60px;
    height: 60px;
  }
}
.cta__fixed .cta__fixed-overlay .close-info-overlay:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "TheArchitects";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cta__fixed .cta__fixed-overlay .close-info-overlay:before {
    font-size: 26px;
  }
}
.cta__fixed .cta__fixed-overlay .close-info-overlay:hover:before {
  color: #444;
}
.cta__fixed .cta__fixed-overlay iframe {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
}

.single-content-ajax,
.overlay-info-product {
  position: fixed;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1;
  z-index: 9;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  transition-delay: 0s;
  padding-top: 21px;
  padding-bottom: 37px;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .single-content-ajax,
  .overlay-info-product {
    max-width: 960px;
    transform: translateY(0) translateX(100%);
    padding-top: 29px;
  }
}
.single-content-ajax > .wrapper,
.overlay-info-product > .wrapper {
  font-size: 1.067rem;
  line-height: 1.38;
  max-width: 660px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .single-content-ajax > .wrapper,
  .overlay-info-product > .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .single-content-ajax > .wrapper,
  .overlay-info-product > .wrapper {
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.3;
    text-align: left;
    color: #000000;
  }
}
.single-content-ajax > .wrapper .title-1,
.overlay-info-product > .wrapper .title-1 {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1366px) {
  .single-content-ajax > .wrapper .title-1,
  .overlay-info-product > .wrapper .title-1 {
    margin-bottom: 30px;
  }
}
.single-content-ajax .close-product,
.single-content-ajax .close-info-product,
.overlay-info-product .close-product,
.overlay-info-product .close-info-product {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .single-content-ajax .close-product,
  .single-content-ajax .close-info-product,
  .overlay-info-product .close-product,
  .overlay-info-product .close-info-product {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .single-content-ajax .close-product,
  .single-content-ajax .close-info-product,
  .overlay-info-product .close-product,
  .overlay-info-product .close-info-product {
    margin-right: 50px;
  }
}
.single-content-ajax .close-product:before,
.single-content-ajax .close-info-product:before,
.overlay-info-product .close-product:before,
.overlay-info-product .close-info-product:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "TheArchitects";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .single-content-ajax .close-product:before,
  .single-content-ajax .close-info-product:before,
  .overlay-info-product .close-product:before,
  .overlay-info-product .close-info-product:before {
    font-size: 26px;
  }
}
.single-content-ajax .close-product:hover:before,
.single-content-ajax .close-info-product:hover:before,
.overlay-info-product .close-product:hover:before,
.overlay-info-product .close-info-product:hover:before {
  color: #444;
}

body.product-open,
body.product-info-open,
body.overlay-open {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body.product-open .single-content-ajax,
body.product-open .overlay-info-product.show,
body.product-info-open .single-content-ajax,
body.product-info-open .overlay-info-product.show,
body.overlay-open .single-content-ajax,
body.overlay-open .overlay-info-product.show {
  transform: translateY(0);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  body.product-open .single-content-ajax,
  body.product-open .overlay-info-product.show,
  body.product-info-open .single-content-ajax,
  body.product-info-open .overlay-info-product.show,
  body.overlay-open .single-content-ajax,
  body.overlay-open .overlay-info-product.show {
    transform: translateY(0) translateX(0);
    box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  }
}

body.show-overlay,
body.product-open,
body.product-info-open,
body.overlay-open {
  overflow: hidden;
}
body.show-overlay .site-main:before,
body.product-open .site-main:before,
body.product-info-open .site-main:before,
body.overlay-open .site-main:before {
  visibility: visible;
  opacity: 0.25;
}

.site-main {
  position: relative;
}
.site-main:before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.pum-theme-1633 .pum-container,
.pum-theme-enterprise-blue .pum-container {
  padding: 60px 28px 28px 28px !important;
}

.pum-theme-1633 .pum-content + .pum-close,
.pum-theme-enterprise-blue .pum-content + .pum-close {
  position: relative;
  width: 50px;
  height: 50px;
  right: 18px !important;
  top: 18px !important;
  cursor: pointer;
  background-color: #fff !important;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .pum-theme-1633 .pum-content + .pum-close,
  .pum-theme-enterprise-blue .pum-content + .pum-close {
    width: 60px;
    height: 60px;
  }
}
.pum-theme-1633 .pum-content + .pum-close:before,
.pum-theme-enterprise-blue .pum-content + .pum-close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "TheArchitects";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .pum-theme-1633 .pum-content + .pum-close:before,
  .pum-theme-enterprise-blue .pum-content + .pum-close:before {
    font-size: 26px;
  }
}
.pum-theme-1633 .pum-content + .pum-close:hover:before,
.pum-theme-enterprise-blue .pum-content + .pum-close:hover:before {
  color: #444;
}

.cli-modal-backdrop {
  background-color: rgba(37, 29, 25, 0.21) !important;
}
.cli-modal-backdrop.cli-show {
  opacity: 1;
}

.wt-cli-cookie-bar-container .cli-bar-container {
  max-width: 1800px;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar {
  bottom: 0 !important;
  top: inherit !important;
  left: 0 !important;
  transform: inherit !important;
  width: 100% !important;
  padding: 30px 20px 16px !important;
}
@media only screen and (min-width: 768px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 30px 40px 16px !important;
  }
}
@media only screen and (min-width: 1279px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 30px 50px 16px !important;
  }
}
@media only screen and (min-width: 1366px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 40px 60px 30px !important;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.3;
  text-align: left;
  color: #000000;
  padding-bottom: 21px;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
    padding-bottom: 18px;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message a:hover {
  opacity: 0.7;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
    text-align: left;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
  display: inline-block;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000000;
  border-radius: 80px;
  box-shadow: none;
  background: transparent;
  color: #000000;
  margin: 0 auto;
  padding: 11px 28px 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
    font-size: 1rem;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a:hover,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a:hover {
  text-decoration: none;
  background-color: #1a1a1a;
  color: #fff;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a:disabled,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a:disabled {
  opacity: 0.7;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
  border-radius: 100px !important;
  color: #fff !important;
  margin: 0 auto !important;
  padding: 10px 42px !important;
  border: none !important;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies {
    float: left;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
  padding-top: 5px;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
    padding-top: 0;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
  color: #000000 !important;
  background-color: transparent !important;
  background-image: none !important;
}

form a:hover {
  opacity: 0.7;
}
form .columns-one {
  display: grid;
  row-gap: 10px;
}
form .columns-one > br {
  display: none;
}
form .columns-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  row-gap: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  form .columns-two {
    column-gap: 40px;
  }
}
form .columns-two > br {
  display: none;
}
form .cont--input-checkbox {
  padding: 15px 0;
}
@media only screen and (min-width: 1024px) {
  form .cont--input-checkbox {
    padding: 22px 0;
  }
}
form .cont--input-checkbox > br {
  display: none;
}
form .max-lenght {
  font-size: 0.867rem;
  line-height: 1.15;
  text-align: right;
  color: #c4c4c4;
  margin-top: -5px;
}
form small {
  color: #C4C4C4;
}
form .wpcf7-not-valid-tip {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ff0b0b;
  padding-top: 6px;
}
form .wpcf7-response-output {
  text-align: center;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #000000 !important;
}

.cont--input {
  position: relative;
  margin: auto;
  width: 100%;
  overflow: hidden;
}

.label {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #c4c4c4;
  position: absolute;
  top: 27px;
  left: 0;
  transform-origin: 0 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  pointer-events: none;
}

input,
textarea {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.38;
  letter-spacing: normal;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 20px 0 9px;
  transition: all 0.15s ease;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
  background-color: transparent;
}
input:not(:placeholder-shown) + .label,
textarea:not(:placeholder-shown) + .label {
  font-size: 0.667rem;
  line-height: 1.5;
  letter-spacing: 1px;
  transform: translate3d(0, -27px, 0);
}
input:focus,
textarea:focus {
  outline: none;
  border-color: #000000;
}
input:focus + .label,
textarea:focus + .label {
  font-size: 0.667rem;
  line-height: 1.5;
  letter-spacing: 1px;
  transform: translate3d(0, -27px, 0);
}

textarea {
  max-height: 142px;
}
@media only screen and (min-width: 1024px) {
  textarea {
    max-height: 140px;
  }
}

input[type=checkbox] {
  position: relative;
  width: 18px;
  min-width: 18px;
  height: 18px;
  padding: 0;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 2px;
  transition: all 0.2s ease;
}
input[type=checkbox]:hover {
  cursor: pointer;
  border-color: #1a1a1a;
}
input[type=checkbox]:checked {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  box-shadow: inset 0 0 0 0px #fff, inset 0 0 0 10px #1a1a1a;
}

@keyframes check {
  50% {
    transform: scale(1.2);
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.cont__contact .cont__contact-left {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .cont__contact .cont__contact-left .cont__contact-left--inner {
    width: calc(50% - 100px);
  }
}
.cont__contact .cont__contact-left .cont__contact-left--inner .entry-header h1 {
  margin-bottom: 3px;
}
@media only screen and (min-width: 1024px) {
  .cont__contact .cont__contact-left .cont__contact-left--inner .entry-header h1 {
    margin-bottom: 21px;
  }
}
@media only screen and (min-width: 1024px) {
  .cont__contact .cont__contact-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
}
.cont__contact .cont__contact-right img {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .cont__contact .cont__contact-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.cont__contact .cont__contact-right img.img-mobile {
  width: 100%;
  max-height: 287px;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .cont__contact .cont__contact-right img.img-mobile {
    display: none;
  }
}
.cont__contact .cont__contact-right img.img-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cont__contact .cont__contact-right img.img-desktop {
    display: block;
  }
}

body.error404 #wrapper-navbar {
  position: relative;
}
body.error404 section.error-404 {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 100px 0;
}
body.error404 section.error-404 header.page-header img {
  display: block;
  margin: 0 auto;
  padding-bottom: 37px;
}
body.error404 section.error-404 .page-content .cont__subtitle {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
body.error404 section.error-404 .page-content .cont__subtitle:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #444;
}
body.error404 section.error-404 .page-content a:hover {
  opacity: 0.7;
}

.cont--post .cont--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-top: 1px solid #000000;
  padding-top: 24px;
}
.cont--post .cont--inner a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cont--post .cont--inner a:hover .cont--post-info .cont--post-title h3 {
  color: #000000;
}
.cont--post .cont--inner a:hover .cont--post-image img {
  transform: scale(1.08);
}
.cont--post .cont--inner a .cont--post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.cont--post .cont--inner a .cont--post-info .post-year {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1;
  color: #a0a0a0;
}
@media only screen and (min-width: 1440px) {
  .cont--post .cont--inner a .cont--post-info .post-year {
    font-size: 0.938rem;
  }
}
.cont--post .cont--inner a .cont--post-info .post-category {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  color: #a0a0a0;
}
@media only screen and (min-width: 1440px) {
  .cont--post .cont--inner a .cont--post-info .post-category {
    font-size: 0.938rem;
  }
}
.cont--post .cont--inner a .cont--post-title h3 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1440px) {
  .cont--post .cont--inner a .cont--post-title h3 {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
}
.cont--post .cont--inner a .cont--post-image {
  position: relative;
  overflow: hidden;
}
.cont--post .cont--inner a .cont--post-image img {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .blog-grid.cont__posts,
  .archive-grid.cont__posts {
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-grid.cont__posts,
  .archive-grid.cont__posts {
    margin: 0 -41px;
  }
}
.blog-grid.cont__posts .cont--post,
.archive-grid.cont__posts .cont--post {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog-grid.cont__posts .cont--post,
  .archive-grid.cont__posts .cont--post {
    padding: 0 20px 24px;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-grid.cont__posts .cont--post,
  .archive-grid.cont__posts .cont--post {
    padding: 0 41px 24px;
    width: 33.333%;
  }
}
@media only screen and (min-width: 1440px) {
  .blog-grid.cont__posts .cont--post,
  .archive-grid.cont__posts .cont--post {
    width: 20%;
  }
}

.cont--menu-cat {
  padding: 10px 0 29px;
}
@media only screen and (min-width: 1024px) {
  .cont--menu-cat {
    padding: 10px 0 32px;
  }
}
.cont--menu-cat ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
  overflow: auto;
  margin: 0 -20px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .cont--menu-cat ul {
    margin: 0 -40px;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .cont--menu-cat ul {
    column-gap: 13px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont--menu-cat ul {
    margin: 0;
    padding: 0;
  }
}
.cont--menu-cat ul::-webkit-scrollbar {
  display: none;
}
.cont--menu-cat ul li.current-cat a {
  background-color: #000000;
  color: #fff;
}
.cont--menu-cat ul li a {
  display: block;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.938rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 2px 4px;
}
.cont--menu-cat ul li a:hover {
  background-color: #000000;
  color: #fff;
}

@media only screen and (min-width: 1440px) {
  body.single-post #header-wrapper header.site-header .site-branding .cont--logo img {
    max-height: 68px;
  }
}
body.single-post #single-post {
  position: relative;
  cursor: auto;
  overflow: visible;
}
body.single-post #single-post .custom-cursor {
  position: fixed;
  pointer-events: none;
  display: none;
  z-index: 9999;
  white-space: nowrap;
  left: 0;
  top: 0;
}
body.single-post #single-post .custom-cursor.custom-cursor-prev .cursor-text {
  flex-direction: row-reverse;
}
body.single-post #single-post .custom-cursor .cursor-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
body.single-post #single-post .custom-cursor .cursor-text .text {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  color: #000000;
}
body.single-post #single-post .custom-cursor .cursor-text .icon {
  font-size: 17px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #000000;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  body.single-post .cont__single-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
body.single-post .cont__single-post .cont__left {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  body.single-post .cont__single-post .cont__left {
    width: calc(58% - 8px);
    margin-bottom: 0;
  }
}
body.single-post .cont__single-post .cont__left .cont__image img {
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  body.single-post .cont__single-post .cont__right {
    width: calc(41% - 6px);
  }
}
body.single-post .cont__single-post .cont__right .cont__header {
  margin-bottom: 20px;
}
body.single-post .cont__single-post .cont__right .cont__header .cont__year {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1440px) {
  body.single-post .cont__single-post .cont__right .cont__header .cont__year {
    font-size: 1rem;
  }
}
body.single-post .cont__single-post .cont__right .content {
  animation-name: fadeInMove;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.2s;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 592px;
  position: relative;
}

.grid-projects {
  margin: 23px -5px 0;
}
@media only screen and (min-width: 1440px) {
  .grid-projects {
    margin: 0 -8px;
  }
}
.grid-projects .project_item {
  padding: 5px;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .grid-projects .project_item {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1024px) {
  .grid-projects .project_item {
    width: 20%;
  }
}
@media only screen and (min-width: 1279px) {
  .grid-projects .project_item {
    width: 16.666%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid-projects .project_item {
    padding: 8px;
  }
}
@media only screen and (min-width: 1600px) {
  .grid-projects .project_item {
    width: 14.28%;
  }
}
.grid-projects .project_item a {
  position: relative;
  display: block;
}
.grid-projects .project_item a:hover {
  cursor: none;
}
.grid-projects .project_item a:hover .cont__image:before {
  opacity: 0.5;
}
.grid-projects .project_item a:hover .cont__image img {
  transform: scale(1.1);
}
@media only screen and (min-width: 1024px) {
  .grid-projects .project_item a:hover .custom-cursor {
    display: block;
  }
}
.grid-projects .project_item a .cont__image {
  position: relative;
  overflow: hidden;
}
.grid-projects .project_item a .cont__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.grid-projects .project_item a .cont__image img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.grid-projects .project_item a .custom-cursor {
  position: absolute;
  pointer-events: none;
  display: none;
  z-index: 10;
  white-space: nowrap;
}
.grid-projects .project_item a .custom-cursor .cursor-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.grid-projects .project_item a .custom-cursor .cursor-text .text {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
.grid-projects .project_item a .custom-cursor .cursor-text .icon {
  font-size: 17px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

#single-project .project-header {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  width: fit-content;
  margin-left: auto;
}
@media only screen and (min-width: 1440px) {
  #single-project .project-header {
    margin-top: -56px;
    margin-bottom: 28px;
    z-index: 3;
  }
}
#single-project .project-header a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
#single-project .project-header a:hover h1:after {
  width: 100%;
}
#single-project .project-header a h1 {
  position: relative;
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  #single-project .project-header a h1 {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  #single-project .project-header a h1 {
    font-size: 1rem;
  }
}
#single-project .project-header a h1:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.6s;
}
#single-project .project-header a span {
  font-size: 11px;
}
#single-project .project-gallery {
  margin: 0 -8px;
}
@media only screen and (min-width: 1440px) {
  #single-project .project-gallery {
    margin: 0 -12px;
  }
}
#single-project .project-gallery .project-gallery-item {
  padding: 5px 8px;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  #single-project .project-gallery .project-gallery-item {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1024px) {
  #single-project .project-gallery .project-gallery-item {
    width: 20%;
  }
}
@media only screen and (min-width: 1440px) {
  #single-project .project-gallery .project-gallery-item {
    padding: 12px;
  }
}
#single-project .project-gallery .project-gallery-item a {
  position: relative;
  display: block;
}
#single-project .project-gallery .project-gallery-item a:hover {
  cursor: none;
}
#single-project .project-gallery .project-gallery-item a:hover .cont__image:before {
  opacity: 1;
}
#single-project .project-gallery .project-gallery-item a:hover .cont__image img {
  transform: scale(1.05);
}
@media only screen and (min-width: 1024px) {
  #single-project .project-gallery .project-gallery-item a:hover .custom-cursor {
    display: block;
  }
}
#single-project .project-gallery .project-gallery-item a .cont__image {
  position: relative;
  overflow: hidden;
}
#single-project .project-gallery .project-gallery-item a .cont__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
#single-project .project-gallery .project-gallery-item a .cont__image img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#single-project .project-gallery .project-gallery-item a .custom-cursor {
  position: absolute;
  pointer-events: none;
  display: none;
  z-index: 10;
  white-space: nowrap;
}
#single-project .project-gallery .project-gallery-item a .custom-cursor .cursor-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#single-project .project-gallery .project-gallery-item a .custom-cursor .cursor-text .text {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
#single-project .project-gallery .project-gallery-item a .custom-cursor .cursor-text .icon {
  font-size: 17px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
#single-project .project-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 4;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
#single-project .project-overlay.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
#single-project .project-overlay .overlay-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
#single-project .project-overlay .overlay-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 20px;
  padding: 22px 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #single-project .project-overlay .overlay-header {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1440px) {
  #single-project .project-overlay .overlay-header {
    padding: 40px 0 30px;
  }
}
#single-project .project-overlay .overlay-header .icon-close {
  font-size: 11px;
}
#single-project .project-overlay .overlay-header .cont__logo img {
  display: block;
  width: inherit;
  max-height: 65px;
}
@media only screen and (min-width: 1440px) {
  #single-project .project-overlay .overlay-header .cont__logo img {
    max-height: 68px;
  }
}
@media only screen and (min-width: 1024px) {
  #single-project .project-overlay .overlay-header .close-overlay {
    display: none;
  }
}
#single-project .project-overlay .overlay-header .cont__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #single-project .project-overlay .overlay-header .cont__title {
    width: fit-content;
  }
}
#single-project .project-overlay .overlay-header .cont__title:hover .title:after {
  width: 100%;
}
#single-project .project-overlay .overlay-header .cont__title .title {
  position: relative;
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}
@media only screen and (min-width: 1440px) {
  #single-project .project-overlay .overlay-header .cont__title .title {
    font-size: 1rem;
  }
}
#single-project .project-overlay .overlay-header .cont__title .title:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.6s;
}
#single-project .project-overlay .overlay-header .cont__title span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #single-project .project-overlay .overlay-header .cont__title span {
    display: block;
  }
}
#single-project .project-overlay .swiper {
  width: 100%;
  height: 100%;
}
#single-project .project-overlay .swiper-slide,
#single-project .project-overlay .swiper-wrapper,
#single-project .project-overlay .swiper {
  min-height: calc(100vh - 139px - 104px - 10px);
  max-height: calc(100vh - 139px - 104px - 10px);
}
#single-project .project-overlay .swiper-slide img,
#single-project .project-overlay .swiper-slide video {
  object-fit: contain;
  min-height: calc(100vh - 139px - 104px - 10px);
  max-height: calc(100vh - 139px - 104px - 10px);
  margin: 0 auto;
}
#single-project .project-overlay .swiper-button {
  display: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #000000;
  color: #fff;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  #single-project .project-overlay .swiper-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#single-project .project-overlay .swiper-button:hover {
  background-color: #a0a0a0;
  color: #000000;
}
#single-project .project-overlay .swiper-button:after {
  content: none;
}
#single-project .project-info {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.35s ease;
  transform: translateY(calc(100% - 30px));
}
@media only screen and (min-width: 1440px) {
  #single-project .project-info {
    transform: translateY(calc(100% - 104px));
  }
}
#single-project .project-info.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
#single-project .project-info.show-info {
  transform: translateY(0);
}
#single-project .project-info.show-info .info-header {
  padding-bottom: 10px;
}
@media only screen and (min-width: 1440px) {
  #single-project .project-info.show-info .info-header {
    padding-bottom: 11px;
  }
}
#single-project .project-info.show-info .info-header .button-info .more-info {
  display: none;
}
#single-project .project-info.show-info .info-header .button-info .less-info {
  display: block;
}
#single-project .project-info .info-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  #single-project .project-info .info-header {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1440px) {
  #single-project .project-info .info-header {
    padding-bottom: 88px;
  }
}
#single-project .project-info .info-header .swiper-pagination {
  position: relative;
  top: inherit;
  bottom: inherit;
  width: fit-content;
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.625rem;
  line-height: 1;
  color: #000000;
}
@media only screen and (min-width: 1024px) {
  #single-project .project-info .info-header .swiper-pagination {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  #single-project .project-info .info-header .swiper-pagination {
    font-size: 1rem;
  }
}
#single-project .project-info .info-header .button-info {
  position: relative;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.625rem;
  line-height: 1;
  color: #000000;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  #single-project .project-info .info-header .button-info {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  #single-project .project-info .info-header .button-info {
    font-size: 1rem;
  }
}
#single-project .project-info .info-header .button-info:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.6s;
}
@media only screen and (min-width: 1024px) {
  #single-project .project-info .info-header .button-info:after {
    content: "";
  }
}
#single-project .project-info .info-header .button-info:hover:after {
  width: 100%;
}
#single-project .project-info .info-header .button-info .less-info {
  display: none;
}
#single-project .project-info .info-content {
  border-top: 1px solid #000000;
  background: #fff;
  padding: 40px 0 10px;
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}
@media only screen and (min-width: 1440px) {
  #single-project .project-info .info-content {
    padding: 45px 0 48px;
  }
}
#single-project .project-info .info-content .info-content--inner {
  display: grid;
  row-gap: 10px;
}
@media only screen and (min-width: 768px) {
  #single-project .project-info .info-content .info-content--inner {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 1279px) {
  #single-project .project-info .info-content .info-content--inner {
    grid-template-columns: 1fr 2fr;
  }
}
@media only screen and (min-width: 1440px) {
  #single-project .project-info .info-content .info-content--inner {
    grid-template-columns: 1fr 3fr;
    column-gap: 70px;
  }
}
@media only screen and (min-width: 1600px) {
  #single-project .project-info .info-content .info-content--inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#single-project .project-info .info-content .info-content--inner .description {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.14;
  color: #000000;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #single-project .project-info .info-content .info-content--inner .description {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #single-project .project-info .info-content .info-content--inner .description {
    max-height: 144px;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 1440px) {
  #single-project .project-info .info-content .info-content--inner .description {
    font-size: 1rem;
    line-height: 1.13;
  }
}
#single-project .project-info .info-content .info-content--inner .description::-webkit-scrollbar {
  display: none;
}
#single-project .project-info .info-content .info-content--inner .description p:last-child {
  margin-bottom: 0;
}
#single-project .project-info .info-content .info-content--inner .columns {
  display: grid;
  row-gap: 10px;
  align-items: flex-start;
}
@media only screen and (min-width: 1279px) {
  #single-project .project-info .info-content .info-content--inner .columns {
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  #single-project .project-info .info-content .info-content--inner .columns {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 70px;
    row-gap: 18px;
  }
}
#single-project .project-info .info-content .info-content--inner .columns .column {
  display: grid;
  row-gap: 10px;
}
@media only screen and (min-width: 1440px) {
  #single-project .project-info .info-content .info-content--inner .columns .column {
    row-gap: 18px;
  }
}
#single-project .project-info .info-content .info-content--inner .columns .column .details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#single-project .project-info .info-content .info-content--inner .columns .column .details .title {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.33;
  color: #a5a5a5;
  width: 31%;
}
@media only screen and (min-width: 1440px) {
  #single-project .project-info .info-content .info-content--inner .columns .column .details .title {
    font-size: 0.875rem;
    line-height: 1.29;
  }
}
#single-project .project-info .info-content .info-content--inner .columns .column .details .value {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.14;
  color: #000000;
  width: 69%;
}
@media only screen and (min-width: 1440px) {
  #single-project .project-info .info-content .info-content--inner .columns .column .details .value {
    font-size: 1rem;
    line-height: 1.13;
  }
}

.section_cta_promotional .cta__fixed-button {
  display: none;
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: fixed;
  right: 0;
  bottom: 100px;
  padding: 11px 20px;
  border-radius: 100px 0 0 100px;
  background-image: linear-gradient(15deg, #1a1a1a 36%, #a0a0a0 87%);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section_cta_promotional .cta__fixed-button {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .section_cta_promotional .cta__fixed-button {
    font-size: 0.867rem;
    line-height: 1.14;
    letter-spacing: 1.3px;
    padding: 15px 24px 15px 26px;
  }
}
.section_cta_promotional .cta__fixed-button:hover {
  text-decoration: none;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.section_cta_promotional .cta__fixed-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  background-color: #fff;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  padding: 10px 50px 50px;
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  max-width: 90vw;
  max-height: 90vh;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section_cta_promotional .cta__fixed-overlay.show {
  z-index: 3;
  visibility: visible;
  opacity: 1;
}
.section_cta_promotional .cta__fixed-overlay .close-info-overlay {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .section_cta_promotional .cta__fixed-overlay .close-info-overlay {
    width: 60px;
    height: 60px;
  }
}
.section_cta_promotional .cta__fixed-overlay .close-info-overlay:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "TheArchitects";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .section_cta_promotional .cta__fixed-overlay .close-info-overlay:before {
    font-size: 26px;
  }
}
.section_cta_promotional .cta__fixed-overlay .close-info-overlay:hover:before {
  color: #444;
}
.section_cta_promotional .cta__fixed-overlay iframe {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
}

.section__cta {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1440px) {
  .section__cta {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.section__cta .cont__cta {
  background-color: #eeefef;
  padding: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta {
    padding: 57px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.section__cta .cont__cta .cont__description {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta .cont__description {
    width: 58%;
    margin-bottom: 0;
  }
}
.section__cta .cont__cta .cont__description p {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.13;
  color: #000000;
}
@media only screen and (min-width: 1440px) {
  .section__cta .cont__cta .cont__description p {
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.25;
    color: #000000;
    margin-bottom: 0;
  }
}
.section__cta .cont__cta .cont__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .section__cta .cont__cta .cont__links {
    flex-direction: row;
    gap: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__cta .cont__cta .cont__links {
    gap: 70px;
  }
}
.section__cta .cont__cta a.link {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: fit-content;
  margin: 0;
}
@media only screen and (min-width: 1440px) {
  .section__cta .cont__cta a.link {
    font-size: 1rem;
  }
}
.section__cta .cont__cta a.link:hover span.text:after {
  width: 100%;
}
.section__cta .cont__cta a.link span.text {
  position: relative;
}
.section__cta .cont__cta a.link span.text:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.6s;
}
@media only screen and (min-width: 1440px) {
  .section__cta .cont__cta a.link span.icon-download {
    font-size: 23px;
  }
}

.section_cta_fixed {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section_cta_fixed.show.show-mobile {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .section_cta_fixed.show {
    opacity: 1;
  }
}
.section_cta_fixed a {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section_cta_fixed a {
    left: inherit;
    right: 30px;
    bottom: 20px;
    transform: none;
    letter-spacing: normal;
    padding: 10px 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_cta_fixed a {
    letter-spacing: 1.4px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    padding: 13px 25px;
  }
}

.section__hero-image {
  margin-bottom: 100px;
  min-height: 100vh;
  overflow-x: hidden;
}
.section__hero-image .cont__banners .owl-item {
  font-size: 0;
}
.section__hero-image .cont__banners .owl-item.active .image__product {
  opacity: 1;
  transform: translateY(0);
}
.section__hero-image .cont__banners .owl-item .image__product {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  transition-delay: 1s;
}
.section__hero-image .cont__banners .cont__banner {
  max-height: 100vh;
}
.section__hero-image .owl-dots {
  position: relative;
  margin-top: -25px;
  margin-left: 60px;
}
@media only screen and (min-width: 768px) {
  .section__hero-image .owl-dots {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-image .owl-dots {
    margin-left: auto;
    padding-left: 100px;
    margin-top: -83px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image .owl-dots {
    padding-left: 80px;
    margin-top: -130px;
  }
}

.section_info_parallax {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section_info_parallax .cont__parallax {
  position: relative;
  width: 100%;
}
.section_info_parallax .cont__parallax .cont__info {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section_info_parallax .cont__parallax .cont__info {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 640px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__info--inner {
  background-color: #fff;
  padding: 60px 25px 35px;
  border-radius: 0 100px 0 0;
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .section_info_parallax .cont__parallax .cont__info .cont__info--inner {
    max-width: 543px;
    padding: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__info--inner {
    padding: 90px 80px;
    max-width: 750px;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .title-1 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: left;
  color: #000000;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .title-1 {
    font-family: "Inter Tight", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    margin-bottom: 9px;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
  position: relative;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.3;
  text-align: left;
  color: #000000;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
    font-family: "Inter Tight", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
    font-family: "Inter Tight", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.3;
    text-align: left;
    color: #000000;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .text-important:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #444;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description p {
    margin-bottom: 16px;
  }
}
.section_info_parallax .cont__parallax .cont__info .link__arrow {
  text-decoration: none;
  color: #000000;
}
.section_info_parallax .cont__parallax .cont__image {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section__last-articles {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section__last-articles .cont__title h2 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.3;
  text-align: left;
  color: #000000;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .section__last-articles .cont__title h2 {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__last-articles .cont__title h2 {
    font-family: "Inter Tight", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__last-articles .cont__title h2 {
    font-family: "Inter Tight", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.3;
    text-align: left;
    color: #000000;
  }
}
.section__last-articles .owl-carousel .owl-stage {
  display: flex;
}
.section__last-articles .cont--post {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.section__last-articles .aticle-box {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */
  /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.section__links {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section__links .cont__links {
  border-top: 2px solid #000000;
}
@media only screen and (min-width: 1024px) {
  .section__links .cont__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    border-top: none;
  }
}
@media only screen and (min-width: 1279px) {
  .section__links .cont__links {
    column-gap: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__links .cont__links {
    column-gap: 160px;
  }
}
.section__links .cont__links .cont__link {
  border-bottom: 2px solid #000000;
}
@media only screen and (min-width: 1024px) {
  .section__links .cont__links .cont__link {
    border-top: 2px solid #000000;
  }
}
.section__links .cont__links .cont__link .cont__inner a {
  display: block;
  text-decoration: none;
  padding: 21px 0 18px;
}
@media only screen and (min-width: 1600px) {
  .section__links .cont__links .cont__link .cont__inner a {
    padding: 39px 0 23px;
  }
}
.section__links .cont__links .cont__link .cont__inner a:hover .link__arrow span:after {
  transform: translateY(-50%) translateX(4px);
}
.section__links .cont__links .cont__link .cont__inner a .cont__title h3 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: left;
  color: #000000;
  margin-bottom: 4px;
}
@media only screen and (min-width: 1600px) {
  .section__links .cont__links .cont__link .cont__inner a .cont__title h3 {
    font-family: "Inter Tight", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
  }
}
.section__links .cont__links .cont__link .cont__inner a .cont__description {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: left;
  color: #000000;
}
@media only screen and (min-width: 1600px) {
  .section__links .cont__links .cont__link .cont__inner a .cont__description {
    font-size: 2rem;
    line-height: 1.17;
  }
}
@media only screen and (min-width: 1024px) {
  .section__links .cont__links .cont__link .cont__inner a .cont__description p {
    margin-bottom: 16px;
  }
}

.section__overlay_information {
  margin-top: 100px;
  margin-bottom: 100px;
}

.tax-cat_product .page-header {
  padding-bottom: 41px;
}
@media only screen and (min-width: 1024px) {
  .tax-cat_product .page-header {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .tax-cat_product .page-header {
    padding-bottom: 77px;
  }
}

.section__overlay_information .overlay__info,
.section__overlay_information .cont__inner,
.tax-cat_product .page-header .overlay__info,
.tax-cat_product .page-header .cont__inner {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info,
  .section__overlay_information .cont__inner,
  .tax-cat_product .page-header .overlay__info,
  .tax-cat_product .page-header .cont__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.section__overlay_information .overlay__info .cont__image img,
.section__overlay_information .cont__inner .cont__image img,
.tax-cat_product .page-header .overlay__info .cont__image img,
.tax-cat_product .page-header .cont__inner .cont__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__overlay_information .overlay__info .cont__text,
.section__overlay_information .cont__inner .cont__text,
.tax-cat_product .page-header .overlay__info .cont__text,
.tax-cat_product .page-header .cont__inner .cont__text {
  color: #fff;
  padding-top: 180px;
  padding-bottom: 75px;
  margin-top: -150px;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__text,
  .section__overlay_information .cont__inner .cont__text,
  .tax-cat_product .page-header .overlay__info .cont__text,
  .tax-cat_product .page-header .cont__inner .cont__text {
    display: flex;
    align-items: center;
    padding-top: 69px;
    padding-bottom: 69px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section__overlay_information .overlay__info .cont__text,
  .section__overlay_information .cont__inner .cont__text,
  .tax-cat_product .page-header .overlay__info .cont__text,
  .tax-cat_product .page-header .cont__inner .cont__text {
    padding-top: 146px;
    padding-bottom: 167px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__overlay_information .overlay__info .cont__text .cont__text--inner,
  .section__overlay_information .cont__inner .cont__text .cont__text--inner,
  .tax-cat_product .page-header .overlay__info .cont__text .cont__text--inner,
  .tax-cat_product .page-header .cont__inner .cont__text .cont__text--inner {
    padding-right: 130px;
    padding-left: 110px;
  }
}
.section__overlay_information .overlay__info .cont__text h1,
.section__overlay_information .cont__inner .cont__text h1,
.tax-cat_product .page-header .overlay__info .cont__text h1,
.tax-cat_product .page-header .cont__inner .cont__text h1 {
  color: #fff;
}
.section__overlay_information .overlay__info .cont__text .text-medium,
.section__overlay_information .cont__inner .cont__text .text-medium,
.tax-cat_product .page-header .overlay__info .cont__text .text-medium,
.tax-cat_product .page-header .cont__inner .cont__text .text-medium {
  color: #fff;
  margin-bottom: 7px;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__text .text-medium,
  .section__overlay_information .cont__inner .cont__text .text-medium,
  .tax-cat_product .page-header .overlay__info .cont__text .text-medium,
  .tax-cat_product .page-header .cont__inner .cont__text .text-medium {
    margin-bottom: 17px;
  }
}
.section__overlay_information .overlay__info .cont__text p:not(.text-medium),
.section__overlay_information .cont__inner .cont__text p:not(.text-medium),
.tax-cat_product .page-header .overlay__info .cont__text p:not(.text-medium),
.tax-cat_product .page-header .cont__inner .cont__text p:not(.text-medium) {
  font-size: 1.067rem;
  line-height: 1.38;
  margin-bottom: 17px;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__text p:not(.text-medium),
  .section__overlay_information .cont__inner .cont__text p:not(.text-medium),
  .tax-cat_product .page-header .overlay__info .cont__text p:not(.text-medium),
  .tax-cat_product .page-header .cont__inner .cont__text p:not(.text-medium) {
    font-size: 1.2rem;
    line-height: 1.56;
  }
}
.section__overlay_information .overlay__info .cont__text .link__arrow,
.section__overlay_information .cont__inner .cont__text .link__arrow,
.tax-cat_product .page-header .overlay__info .cont__text .link__arrow,
.tax-cat_product .page-header .cont__inner .cont__text .link__arrow {
  color: #fff;
}
.section__overlay_information .overlay__info .cont__text .link__arrow span:after,
.section__overlay_information .cont__inner .cont__text .link__arrow span:after,
.tax-cat_product .page-header .overlay__info .cont__text .link__arrow span:after,
.tax-cat_product .page-header .cont__inner .cont__text .link__arrow span:after {
  border-color: #fff;
}
.section__overlay_information .overlay__info .cont__overlay,
.section__overlay_information .cont__inner .cont__overlay,
.tax-cat_product .page-header .overlay__info .cont__overlay,
.tax-cat_product .page-header .cont__inner .cont__overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
  transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: auto;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__overlay,
  .section__overlay_information .cont__inner .cont__overlay,
  .tax-cat_product .page-header .overlay__info .cont__overlay,
  .tax-cat_product .page-header .cont__inner .cont__overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(0) translateX(100%);
  }
}
.section__overlay_information .overlay__info .cont__overlay.show,
.section__overlay_information .cont__inner .cont__overlay.show,
.tax-cat_product .page-header .overlay__info .cont__overlay.show,
.tax-cat_product .page-header .cont__inner .cont__overlay.show {
  transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__overlay.show,
  .section__overlay_information .cont__inner .cont__overlay.show,
  .tax-cat_product .page-header .overlay__info .cont__overlay.show,
  .tax-cat_product .page-header .cont__inner .cont__overlay.show {
    transform: translateY(0) translateX(0);
  }
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay_close,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay_close,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay_close,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay_close {
  flex-grow: 1;
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay_content,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay_content,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay_content,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay_content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: -10px 4px 80px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay_content,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay_content,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay_content,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay_content {
    max-width: 960px;
    transform: translateY(0) translateX(0);
  }
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner {
  padding-top: 21px;
  padding-bottom: 75px;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner {
    padding-top: 29px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__close,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__close,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__close,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__close {
    margin-right: 50px;
  }
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description {
  font-size: 1.067rem;
  line-height: 1.38;
  max-width: 660px;
  margin: 0 auto;
  padding-top: 9px;
}
@media only screen and (min-width: 1366px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description {
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.3;
    text-align: left;
    color: #000000;
  }
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description .title-1,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description .title-1,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description .title-1,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description .title-1 {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1366px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description .title-1,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description .title-1,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description .title-1,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description .title-1 {
    margin-bottom: 30px;
  }
}

.section__text_image {
  margin-top: 14px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1440px) {
  .section__text_image {
    margin-top: 100px;
    margin-bottom: 21px;
  }
}
.section__text_image .cont__text_image {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.text-position-right {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.text-position-right .cont__text {
    padding-right: 0;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text {
    width: 75%;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image .cont__text_image .cont__text {
    width: 80%;
  }
}
.section__text_image .cont__text_image .cont__text .text-important {
  position: relative;
  margin-top: 15px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1440px) {
  .section__text_image .cont__text_image .cont__text .text-important {
    margin-top: 21px;
  }
}
.section__text_image .cont__text_image .cont__image {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__image {
    margin-top: 0;
    width: 25%;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image .cont__text_image .cont__image {
    width: 20%;
  }
}
.section__text_image .cont__text_image .cont__image img {
  display: block;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 1440px) {
  .section__text_image .cont__text_image .cont__image img {
    object-fit: cover;
  }
}

.section__image {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1440px) {
  .section__image {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .section__image .cont__image.mobile {
    display: none;
  }
}
.section__image .cont__image.desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section__image .cont__image.desktop {
    display: block;
  }
}

.section__faq {
  margin-top: 40px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1600px) {
  .section__faq {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}
.section__faq .section__faq--inner .cont__footer {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: left;
  color: #000000;
  border-top: 2px solid #1a1a1a;
  margin-top: 63px;
  padding-top: 29px;
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__footer {
    margin-top: 47px;
    padding-top: 39px;
  }
}
.section__faq .section__faq--inner .cont__left {
  max-width: 665px;
}
.section__faq .section__faq--inner .cont__left .cont__title {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.3;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__left .cont__title {
    margin-bottom: 23px;
  }
}
.section__faq .section__faq--inner .cont__left .cont__description {
  margin-bottom: -15px;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__left .cont__description {
    margin-bottom: 0;
  }
}
.section__faq .section__faq--inner .cont__left .cont__footer {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__left .cont__footer {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__right .cont__questions {
    margin-top: -30px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3 {
  position: relative;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: left;
  color: #000000;
  margin: 50px 0 22px;
  padding-right: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3:before {
  content: "\e912";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "TheArchitects";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  top: -7px;
  right: 0;
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3 {
    margin: 53px 0 22px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3.active:before {
  content: "\e912";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "TheArchitects";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3:hover {
  color: #1a1a1a;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content {
  display: none;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p {
    margin-bottom: 20px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__right .cont__footer {
    display: none;
  }
}

.section__hero-image-video {
  position: relative;
  min-height: 100vh;
  background: #000000;
}
.section__hero-image-video.center .cont__info {
  text-align: center;
  top: inherit;
  bottom: 11px;
  transform: none;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 57px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__hero-image-video.center .cont__info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section__hero-image-video.center .cont__info .cont__title {
  padding-bottom: 0;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info .cont__title {
    padding-bottom: 22px;
    margin: 0;
  }
}
.section__hero-image-video.center .cont__info .cont__title span {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 5px;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info .cont__title span {
    font-size: 67px;
    line-height: 1.04;
    letter-spacing: 13.4px;
  }
}
.section__hero-image-video .cont__video {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section__hero-image-video .cont__video #myVideo {
  max-height: 100vh;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__video #myVideo {
    min-height: 550px;
  }
}
.section__hero-image-video .cont--video--iframe {
  background-color: #000000;
}
.section__hero-image-video .cont--video--iframe.active {
  display: flex !important;
}
.section__hero-image-video .cont--video--iframe .close-video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont--video--iframe .close-video {
    top: 25px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close {
    width: 48px;
    height: 48px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
  content: "\e908";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "TheArchitects";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
    font-size: 14px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close:hover {
  background-color: #1a1a1a;
}
.section__hero-image-video .cont__image img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__image .image__mobile {
    display: none;
  }
}
.section__hero-image-video .cont__image .image__desktop {
  display: none;
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;*/
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__image .image__desktop {
    display: block;
  }
}
.section__hero-image-video .cont__info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1920px) {
  .section__hero-image-video .cont__info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.section__hero-image-video .cont__info .cont__title {
  padding-bottom: 3px;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__title {
    margin-bottom: -29px;
  }
}
.section__hero-image-video .cont__info .cont__title span {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 90px;
  line-height: 0.89;
  letter-spacing: 1.35px;
  color: #fff;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__title span {
    font-size: 160px;
    letter-spacing: 3px;
  }
}
.section__hero-image-video .cont__info .cont__subtitle {
  padding-bottom: 14px;
}
.section__hero-image-video .cont__info .cont__subtitle span {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: normal;
  letter-spacing: 0.45px;
  color: #1a1a1a;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__subtitle span {
    font-size: 99.3px;
    letter-spacing: 1.49px;
  }
}
.section__hero-image-video .cont__info .cont__link-video span {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  color: #1a1a1a;
  cursor: pointer;
  background-image: linear-gradient(120deg, #1a1a1a 0%, #1a1a1a 100%);
  background-repeat: no-repeat;
  background-size: 0 65%;
  background-position: 0 110%;
  transition: background-size 0.4s ease-in;
}
.section__hero-image-video .cont__info .cont__link-video span:hover {
  background-size: 100% 65%;
}
.section__hero-image-video .cont__info .cont__link-video span {
  background-image: linear-gradient(120deg, #000000 0%, #000000 100%);
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__link-video span {
    font-size: 15px;
    letter-spacing: 0.23px;
  }
}

.cont--video--iframe {
  opacity: 0;
  z-index: -1;
}
.cont--video--iframe.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  background-color: #fff;
}
.cont--video--iframe.overlay.active {
  z-index: 999;
}
.cont--video--iframe.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 1;
}
.cont--video--iframe iframe {
  width: calc(100vw - 50px);
  height: calc(100vh - 156px);
}
@media only screen and (min-width: 1024px) {
  .cont--video--iframe iframe {
    width: calc(100vw - 200px);
    height: calc(100vh - 200px);
  }
}

.section__text-full {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1440px) {
  .section__text-full {
    margin-top: 21px;
    margin-bottom: 21px;
  }
}
.section__text-two-columns {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1440px) {
  .section__text-two-columns {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.section__text-two-columns.no-border .cont__columns {
  border-top: none;
  padding-top: 0;
}
.section__text-two-columns .cont__columns {
  border-top: 1px solid #000000;
  padding-top: 50px;
  display: grid;
  row-gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__text-two-columns .cont__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1440px) {
  .section__text-two-columns .cont__columns {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text-two-columns .cont__columns .cont__column.cont__column--one {
    width: 36%;
  }
}
@media only screen and (min-width: 1440px) {
  .section__text-two-columns .cont__columns .cont__column.cont__column--one {
    width: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text-two-columns .cont__columns .cont__column.cont__column--two {
    width: calc(58% - 7px);
  }
}
.section__text-two-columns .cont__columns .cont__column p:last-child {
  margin-bottom: 0;
}

.page-id-466 .cont__columns {
  border-color: #b1b1b1;
}

.section__about .cont__about {
  border-top: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.section__about .cont__about .cont__item {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__about .cont__about .cont__item {
    padding: 0;
  }
}
.section__about .cont__about .cont__item:nth-child(1) {
  border-right: 1px solid #b1b1b1;
  padding-right: 40px;
}
@media only screen and (min-width: 1024px) {
  .section__about .cont__about .cont__item:nth-child(1) {
    border: none;
    padding: 0;
  }
}
.section__about .cont__about .cont__item:nth-child(2) {
  padding-left: 40px;
}
@media only screen and (min-width: 1024px) {
  .section__about .cont__about .cont__item:nth-child(2) {
    padding-left: 16px;
  }
}
.section__about .cont__about .cont__item:nth-child(2) .cont__name h2,
.section__about .cont__about .cont__item:nth-child(2) .cont__info .cont__more {
  text-align: right;
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .section__about .cont__about .cont__item:nth-child(2) .cont__name h2,
  .section__about .cont__about .cont__item:nth-child(2) .cont__info .cont__more {
    text-align: left;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section__about .cont__about .cont__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .section__about .cont__about .cont__item .cont__name {
    width: 30%;
  }
}
.section__about .cont__about .cont__item .cont__name h2 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.3;
  text-align: left;
  color: #000000;
  text-transform: inherit;
  max-width: 150px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .section__about .cont__about .cont__item .cont__name h2 {
    margin-top: 31px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__about .cont__about .cont__item .cont__name h2 {
    font-family: "Inter Tight", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.3;
    text-align: left;
    color: #000000;
  }
}
@media only screen and (min-width: 1024px) {
  .section__about .cont__about .cont__item .cont__info {
    width: 64%;
    padding: 31px 31px 113px;
    border-right: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
  }
}
@media only screen and (min-width: 1440px) {
  .section__about .cont__about .cont__item .cont__info {
    width: 55%;
  }
}
.section__about .cont__about .cont__item .cont__info .cont__info--inner {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section__about .cont__about .cont__item .cont__info .cont__info--inner {
    display: block;
  }
}
.section__about .cont__about .cont__item .cont__info .cont__info--inner p {
  margin-bottom: 20px;
}
.section__about .cont__about .cont__item .cont__info .cont__info--inner p:last-child {
  margin-bottom: 15px;
}
.section__about .cont__about .cont__item .cont__info .cont__more {
  position: relative;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.625rem;
  line-height: 1;
  cursor: pointer;
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .section__about .cont__about .cont__item .cont__info .cont__more {
    font-size: 1rem;
  }
}
.section__about .cont__about .cont__item .cont__info .cont__more:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.6s;
}
.section__about .cont__about .cont__item .cont__info .cont__more:hover:after {
  width: 100%;
}
.section__about .cont__overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
  transform: translateY(100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: auto;
}
@media only screen and (min-width: 1024px) {
  .section__about .cont__overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section__about .cont__overlay.show {
  transform: translateY(0);
}
.section__about .cont__overlay .cont__overlay_content {
  width: 100%;
  height: fit-content;
  margin-top: auto;
  box-shadow: -10px 4px 80px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section__about .cont__overlay .cont__overlay_content .cont__overlay--inner {
  padding-top: 30px;
  padding-bottom: 28px;
}
@media only screen and (min-width: 1024px) {
  .section__about .cont__overlay .cont__overlay_content .cont__overlay--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section__about .cont__overlay .cont__overlay_content .cont__overlay--inner .cont__less {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.625rem;
  line-height: 1;
  text-align: right;
  cursor: pointer;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .section__about .cont__overlay .cont__overlay_content .cont__overlay--inner .cont__less {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section__about .cont__overlay .cont__overlay_content .cont__overlay--inner .cont__less {
    order: 1;
    width: fit-content;
    flex-grow: 1;
  }
}
.section__about .cont__overlay .cont__overlay_content .cont__overlay--inner .cont__less span {
  position: relative;
}
.section__about .cont__overlay .cont__overlay_content .cont__overlay--inner .cont__less span:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.6s;
}
.section__about .cont__overlay .cont__overlay_content .cont__overlay--inner .cont__less span:hover:after {
  width: 100%;
}
.section__about .cont__overlay .cont__overlay_content .cont__overlay--inner .cont__image {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__about .cont__overlay .cont__overlay_content .cont__overlay--inner .cont__image {
    width: calc(43% - 10px);
    margin-bottom: 0;
  }
}
.section__about .cont__overlay .cont__overlay_content .cont__overlay--inner .cont__image img {
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .section__about .cont__overlay .cont__overlay_content .cont__overlay--inner .cont__image img {
    margin: 0;
    max-width: 75%;
  }
}
@media only screen and (min-width: 1024px) {
  .section__about .cont__overlay .cont__overlay_content .cont__overlay--inner .cont__right {
    width: 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.section__about .cont__overlay .cont__overlay_content .cont__overlay--inner .cont__right .cont__name {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1440px) {
  .section__about .cont__overlay .cont__overlay_content .cont__overlay--inner .cont__right .cont__name {
    margin-bottom: 30px;
  }
}
.section__about .cont__overlay .cont__overlay_content .cont__overlay--inner .cont__right .cont__name p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1440px) {
  .section__about .cont__overlay .cont__overlay_content .cont__overlay--inner .cont__right .cont__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 34px;
  }
}
.section__about .cont__overlay .cont__overlay_content .cont__overlay--inner .cont__right .cont__info .cont__info--inner p {
  margin-bottom: 22px;
}
@media only screen and (min-width: 1024px) {
  .section__about .cont__overlay .cont__overlay_content .cont__overlay--inner .cont__right .cont__info .cont__info--inner p:last-child {
    margin-bottom: 0;
  }
}

.section__contact {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section__contact .cont__inner {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__contact .cont__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.section__contact .cont__inner .cont__image {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__contact .cont__inner .cont__image {
    margin-bottom: 0;
    width: calc(58% - 8px);
  }
}
.section__contact .cont__inner .cont__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  max-height: 500px;
}
@media only screen and (min-width: 1024px) {
  .section__contact .cont__inner .cont__image img {
    max-height: 985px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__contact .cont__inner .cont__image img {
    max-height: 1100px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__contact .cont__inner .cont__right {
    width: calc(36% + 5px);
  }
}
@media only screen and (min-width: 1600px) {
  .section__contact .cont__inner .cont__right {
    width: calc(32% + 5px);
  }
}
.section__contact .cont__inner .cont__right .cont__text {
  max-width: fit-content;
}
.section__contact .cont__inner .cont__right .cont__text p {
  line-height: 1.56;
  margin-bottom: 27px;
}
@media only screen and (min-width: 1024px) {
  .section__contact .cont__inner .cont__right .cont__text p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__contact .cont__inner .cont__right .cont__text p {
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.25;
    color: #000000;
  }
}
.section__contact .cont__inner .cont__right .cont__text a {
  position: relative;
  text-decoration: none;
  color: #000;
}
.section__contact .cont__inner .cont__right .cont__text a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.section__contact .cont__inner .cont__right .cont__text a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a1a1a1;
  transition: all 0.6s;
}
.section__contact .cont__inner .cont__right .cont__text a:hover:after {
  width: 100%;
}
.section__contact .cont__inner .cont__right .cont__text a[href^="tel:"]:before, .section__contact .cont__inner .cont__right .cont__text a[href^="tel:"]:after {
  display: none;
  content: none;
}
.section__contact .cont__inner .cont__right .cont__text hr {
  margin: 25px 0 25px;
  border-style: solid;
  border-color: #b1b1b1;
  border-width: 1px 0 0;
}
.section__contact .cont__inner .cont__right .cont__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.section__contact .cont__inner .cont__right .cont__links a {
  font-size: 23px;
}
.section__contact .cont__inner .cont__right .cont__links a .icon-youtube {
  font-size: 27px;
}
.section__contact .cont__inner .cont__right .cont__links a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=styles.css.map */